AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Updates the specified domain. This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as 'Description' is not provided, it is removed from the domain.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdateDomainAsync.

Namespace: Amazon.VoiceID
Assembly: AWSSDK.VoiceID.dll
Version: 3.x.y.z

Syntax

C#
public virtual UpdateDomainResponse UpdateDomain(
         UpdateDomainRequest request
)

Parameters

request
Type: Amazon.VoiceID.Model.UpdateDomainRequest

Container for the necessary parameters to execute the UpdateDomain service method.

Return Value


The response from the UpdateDomain service method, as returned by VoiceID.

Exceptions

ExceptionCondition
AccessDeniedException You do not have sufficient permissions to perform this action. Check the error message and try again.
ConflictException The request failed due to a conflict. Check the ConflictType and error message for more details.
InternalServerException The request failed due to an unknown error on the server side.
ResourceNotFoundException The specified resource cannot be found. Check the ResourceType and error message for more details.
ThrottlingException The request was denied due to request throttling. Please slow down your request rate. Refer to Amazon Connect Voice ID Service API throttling quotas and try your request again.
ValidationException The request failed one or more validations; check the error message for more details.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also