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.
See https://www.paws-r-sdk.com/docs/connect_update_phone_number/ for full documentation.
connect_update_phone_number(
PhoneNumberId,
TargetArn = NULL,
InstanceId = NULL,
ClientToken = NULL
)
[required] A unique identifier for the phone number.
The Amazon Resource Name (ARN) for Amazon Connect instances or traffic
distribution groups that phone number inbound traffic is routed through.
You must enter InstanceId
or TargetArn
.
The identifier of the Amazon Connect instance that phone numbers are
claimed to. You can find the instance ID
in the Amazon Resource Name (ARN) of the instance. You must enter
InstanceId
or TargetArn
.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.