connect_update_phone_number_metadata: Updates a phone number’s metadata

View source: R/connect_operations.R

connect_update_phone_number_metadataR Documentation

Updates a phone number’s metadata

Description

Updates a phone number’s metadata.

See https://www.paws-r-sdk.com/docs/connect_update_phone_number_metadata/ for full documentation.

Usage

connect_update_phone_number_metadata(
  PhoneNumberId,
  PhoneNumberDescription = NULL,
  ClientToken = NULL
)

Arguments

PhoneNumberId

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

PhoneNumberDescription

The description of the phone number.

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.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.