Values_2.UpdatePhoneNumberMetadataRequestSourceUpdates a phone number’s metadata. To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.
type nonrec t = {phoneNumberId : Values_0.PhoneNumberId.t;The Amazon Resource Name (ARN) or resource ID of the phone number.
*)phoneNumberDescription : Values_0.PhoneNumberDescription.t option;The description of the phone number.
*)clientToken : Values_0.ClientToken.t option;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.
*)}val make :
?phoneNumberDescription:??? ->
?clientToken:??? ->
phoneNumberId:Values_0.PhoneNumberId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.PhoneNumberId.t ]) list ]