Values.BatchUpdatePhoneNumberResponseSourceUpdates phone number product types or calling names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update the product type or the calling name. 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 up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
type nonrec t = {phoneNumberErrors : PhoneNumberErrorList.t option;If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `NotFoundException of NotFoundException.t| `ServiceFailureException of ServiceFailureException.t| `ThrottledClientException of ThrottledClientException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `NotFoundException of NotFoundException.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 ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `NotFoundException of NotFoundException.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
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of NonEmptyString.t ])
list ]
list ])
list ]