Module Values_2.UpdatePhoneNumberMetadataRequestSource

Updates a phone number’s metadata. To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.

Sourcetype nonrec t = {
  1. phoneNumberId : Values_0.PhoneNumberId.t;
    (*

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

    *)
  2. phoneNumberDescription : Values_0.PhoneNumberDescription.t option;
    (*

    The description of the phone number.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?phoneNumberDescription:??? -> ?clientToken:??? -> phoneNumberId:Values_0.PhoneNumberId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.PhoneNumberId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t