Module Values.CreatePhoneNumberOrderRequestSource

Creates an order for phone numbers to be provisioned. 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.

Sourcetype nonrec t = {
  1. productType : PhoneNumberProductType.t;
    (*

    The phone number product type.

    *)
  2. e164PhoneNumbers : E164PhoneNumberList.t;
    (*

    List of phone numbers, in E.164 format.

    *)
}
Sourceval context_ : string
Sourceval make : productType:PhoneNumberProductType.t -> e164PhoneNumbers:E164PhoneNumberList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of E164PhoneNumber.t ] list ]) 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