| 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
Methods loadToMemory :: VerifyEmailIdentityResponse -> ResourceT IO (MemoryResponse VerifyEmailIdentityResponse) Source # | |||||
| Show VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity Methods showsPrec :: Int -> VerifyEmailIdentityResponse -> ShowS show :: VerifyEmailIdentityResponse -> String showList :: [VerifyEmailIdentityResponse] -> ShowS | |||||
| Eq VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity Methods (==) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool (/=) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool | |||||
| Ord VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity Methods compare :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Ordering (<) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool (<=) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool (>) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool (>=) :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> Bool max :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse min :: VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse -> VerifyEmailIdentityResponse | |||||
| ResponseConsumer VerifyEmailIdentity VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity Associated Types
Methods responseConsumer :: Request -> VerifyEmailIdentity -> IORef (ResponseMetadata VerifyEmailIdentityResponse) -> HTTPResponseConsumer VerifyEmailIdentityResponse Source # | |||||
| Transaction VerifyEmailIdentity VerifyEmailIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyEmailIdentity | |||||
| type MemoryResponse VerifyEmailIdentityResponse Source # | |||||
| type ResponseMetadata VerifyEmailIdentityResponse Source # | |||||