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 your claimed phone number from its current Amazon Connect instance or traffic distribution group to another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.

After using this API, you must verify that the phone number is attached to the correct flow in the target instance or traffic distribution group. You need to do this because the API switches only the phone number to a new instance or traffic distribution group. It doesn't migrate the flow configuration of the phone number, too.

You can call DescribePhoneNumber API to verify the status of a previous UpdatePhoneNumber operation.

Note:

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

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

Syntax

C#
public virtual UpdatePhoneNumberResponse UpdatePhoneNumber(
         UpdatePhoneNumberRequest request
)

Parameters

request
Type: Amazon.Connect.Model.UpdatePhoneNumberRequest

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

Return Value


The response from the UpdatePhoneNumber service method, as returned by Connect.

Exceptions

ExceptionCondition
AccessDeniedException You do not have sufficient permissions to perform this action.
IdempotencyException An entity with the same name already exists.
InternalServiceException Request processing failed because of an error or failure with the service.
InvalidParameterException One or more of the specified parameters are not valid.
ResourceInUseException That resource is already in use. Please try another.
ResourceNotFoundException The specified resource was not found.
ThrottlingException The throttling limit has been exceeded.

Version Information

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

See Also