Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Ses.Commands.GetIdentityVerificationAttributes
Synopsis
- data GetIdentityVerificationAttributes = GetIdentityVerificationAttributes [Text]
- data GetIdentityVerificationAttributesResponse = GetIdentityVerificationAttributesResponse [IdentityVerificationAttributes]
- data IdentityVerificationAttributes = IdentityVerificationAttributes {
- ivIdentity :: Text
- ivVerificationStatus :: Text
- ivVerificationToken :: Maybe Text
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
Methods loadToMemory :: GetIdentityVerificationAttributesResponse -> ResourceT IO (MemoryResponse GetIdentityVerificationAttributesResponse) Source # | |||||
Show GetIdentityVerificationAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityVerificationAttributes Methods showsPrec :: Int -> GetIdentityVerificationAttributesResponse -> ShowS show :: GetIdentityVerificationAttributesResponse -> String showList :: [GetIdentityVerificationAttributesResponse] -> ShowS | |||||
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 # | |
Defined in Aws.Ses.Commands.GetIdentityVerificationAttributes Methods (==) :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> Bool (/=) :: IdentityVerificationAttributes -> IdentityVerificationAttributes -> Bool | |
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 |