Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Ses.Commands.GetIdentityVerificationAttributes
Documentation
data GetIdentityVerificationAttributes Source #
Get verification status for a list of email addresses and/or domains
Constructors
GetIdentityVerificationAttributes [Text] |
Instances
data GetIdentityVerificationAttributesResponse Source #
The response sent back by Amazon SES after a
GetIdentityVerificationAttributes
command.
Instances
AsMemoryResponse GetIdentityVerificationAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityVerificationAttributes Associated Types
| |||||
Show GetIdentityVerificationAttributesResponse Source # | |||||
Eq GetIdentityVerificationAttributesResponse Source # | |||||
Ord GetIdentityVerificationAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityVerificationAttributes Methods compare :: GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse -> Ordering # (<) :: GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse -> Bool # (<=) :: GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse -> Bool # (>) :: GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse -> Bool # (>=) :: GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse -> Bool # max :: GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse # min :: GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse -> GetIdentityVerificationAttributesResponse # | |||||
ResponseConsumer GetIdentityVerificationAttributes GetIdentityVerificationAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityVerificationAttributes Associated Types
| |||||
Transaction GetIdentityVerificationAttributes GetIdentityVerificationAttributesResponse Source # | |||||
type MemoryResponse GetIdentityVerificationAttributesResponse Source # | |||||
type ResponseMetadata GetIdentityVerificationAttributesResponse Source # | |||||
data IdentityVerificationAttributes Source #
Constructors
IdentityVerificationAttributes | |
Fields |
Instances
Show IdentityVerificationAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityVerificationAttributes Methods showsPrec :: Int -> IdentityVerificationAttributes -> ShowS # show :: IdentityVerificationAttributes -> String # showList :: [IdentityVerificationAttributes] -> ShowS # | |
Eq IdentityVerificationAttributes Source # | |
Ord IdentityVerificationAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityVerificationAttributes Methods compare :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> Ordering # (<) :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> Bool # (<=) :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> Bool # (>) :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> Bool # (>=) :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> Bool # max :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> IdentityVerificationAttributes # min :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> IdentityVerificationAttributes # |