Values.UpdatePhoneNumberRequestItemSourceThe phone number ID, product type, or calling name fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.
type nonrec t = {phoneNumberId : NonEmptyString.t;The phone number ID to update.
*)productType : PhoneNumberProductType.t option;The product type to update.
*)callingName : CallingName.t option;The outbound calling name to update.
*)}val make :
?productType:??? ->
?callingName:??? ->
phoneNumberId:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]