Values.SearchAvailablePhoneNumbersResponseSourceSearches for phone numbers that can be ordered. For US numbers, provide at least one of the following search filters: AreaCode, City, State, or TollFreePrefix. If you provide City, you must also provide State. Numbers outside the US only support the PhoneNumberType filter, which you must use.
type nonrec t = {e164PhoneNumbers : E164PhoneNumberList.t option;List of phone numbers, in E.164 format.
*)nextToken : String_.t option;The token used to retrieve the next page of search results.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.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
| `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
| `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 [> `String of E164PhoneNumber.t ] list
| `String of String_.t ])
list ]