2023/10/20 - Amazon Connect Service - 1 new api methods
Changes This release adds support for updating phone number metadata, such as phone number description.
Updates a phone number’s metadata.
See also: AWS API Documentation
Request Syntax
client.update_phone_number_metadata( PhoneNumberId='string', PhoneNumberDescription='string', ClientToken='string' )
string
[REQUIRED]
The Amazon Resource Name (ARN) or resource ID of the phone number.
string
The description of the phone number.
string
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.
This field is autopopulated if not provided.
None