Values.UpdatePhoneNumberRequestSourceUpdates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
type nonrec t = {phoneNumberId : String_.t;The phone number ID.
*)productType : PhoneNumberProductType.t option;The product type.
*)callingName : CallingName.t option;The outbound calling name associated with the phone number.
*)}