| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Ses.Commands.VerifyEmailIdentity
Synopsis
Documentation
data VerifyEmailIdentity Source #
List email addresses and/or domains
Constructors
| VerifyEmailIdentity Text |
Instances
data VerifyEmailIdentityResponse Source #
The response sent back by Amazon SES after a
VerifyEmailIdentity command.
Constructors
| VerifyEmailIdentityResponse |
Instances
| AsMemoryResponse VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity Associated Types
| |||||
| Show VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity | |||||
| Eq VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity Methods (==) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool Source # (/=) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool Source # | |||||
| Ord VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity Methods compare :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Ordering Source # (<) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool Source # (<=) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool Source # (>) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool Source # (>=) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool Source # max :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse Source # min :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse Source # | |||||
| ResponseConsumer VerifyEmailIdentity VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity Associated Types
| |||||
| Transaction VerifyEmailIdentity VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity | |||||
| type MemoryResponse VerifyEmailIdentityResponse Source # | |||||
| type ResponseMetadata VerifyEmailIdentityResponse Source # | |||||