Values.GetIdentityVerificationAttributesRequestSourceRepresents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.
val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of Identity.t ] list ]) list ]