Values.CheckIfPhoneNumberIsOptedOutResponseSourceThe response from the CheckIfPhoneNumberIsOptedOut action.
and t = {checkIfPhoneNumberIsOptedOutResult : checkIfPhoneNumberIsOptedOutResult;responseMetaData : responseMetaData;}type error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `ThrottledException of ThrottledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `ThrottledException of ThrottledException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `ThrottledException of ThrottledException.t
| `Unknown_operation_error of string * string option ]