Module Values.VerifySMSSandboxPhoneNumberResultSource

The destination phone number's verification status.

Sourcetype verifySMSSandboxPhoneNumberResult = unit
Sourceand responseMetaData = unit
Sourceand t = {
  1. verifySMSSandboxPhoneNumberResult : verifySMSSandboxPhoneNumberResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AuthorizationErrorException of AuthorizationErrorException.t
  2. | `InternalErrorException of InternalErrorException.t
  3. | `InvalidParameterException of InvalidParameterException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottledException of ThrottledException.t
  6. | `VerificationException of VerificationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AuthorizationErrorException of AuthorizationErrorException.t | `InternalErrorException of InternalErrorException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottledException of ThrottledException.t | `Unknown_operation_error of string * string option | `VerificationException of VerificationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AuthorizationErrorException of AuthorizationErrorException.t | `InternalErrorException of InternalErrorException.t | `InvalidParameterException of InvalidParameterException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottledException of ThrottledException.t | `Unknown_operation_error of string * string option | `VerificationException of VerificationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> t
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> t
Sourceval of_string : string -> t
Sourceval of_json : 'a -> t
Sourceval to_json : 'a -> Yojson.Safe.t