Values.GetIdentityVerificationAttributesResponseSourceThe Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.
type getIdentityVerificationAttributesResult = {verificationAttributes : VerificationAttributes.t option;A map of Identities to IdentityVerificationAttributes objects.
*)}and t = {getIdentityVerificationAttributesResult : getIdentityVerificationAttributesResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of Identity.t ]
* [> `Structure of
(string
* [> `Enum of string
| `String of VerificationToken.t ])
list ])
list ])
list ])
list ]