Amazon Connect Service

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.

UpdatePhoneNumberMetadata (new) Link ¶

Updates a phone number’s metadata.

Warning

To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.

See also: AWS API Documentation

Request Syntax

client.update_phone_number_metadata(
    PhoneNumberId='string',
    PhoneNumberDescription='string',
    ClientToken='string'
)
type PhoneNumberId

string

param PhoneNumberId

[REQUIRED]

The Amazon Resource Name (ARN) or resource ID of the phone number.

type PhoneNumberDescription

string

param PhoneNumberDescription

The description of the phone number.

type ClientToken

string

param ClientToken

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.

returns

None