Values.CreatePhoneNumberOrderResponseSourceCreates 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.
type nonrec t = {phoneNumberOrder : PhoneNumberOrder.t option;The phone number order details.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ServiceFailureException of ServiceFailureException.t| `ThrottledClientException of ThrottledClientException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottledClientException of ThrottledClientException.t
| `UnauthorizedClientException of UnauthorizedClientException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottledClientException of ThrottledClientException.t
| `UnauthorizedClientException of UnauthorizedClientException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of E164PhoneNumber.t ])
list ]
list
| `String of GuidString.t
| `Timestamp of Iso8601Timestamp.t ])
list ])
list ]