Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Ses.Commands.VerifyDomainIdentity
Synopsis
- data VerifyDomainIdentity = VerifyDomainIdentity Text
- data VerifyDomainIdentityResponse = VerifyDomainIdentityResponse Text
Documentation
data VerifyDomainIdentity Source #
Verify ownership of a domain.
Constructors
VerifyDomainIdentity Text |
Instances
data VerifyDomainIdentityResponse Source #
The response sent back by Amazon SES after a
VerifyDomainIdentity
command.
Constructors
VerifyDomainIdentityResponse Text |
Instances
AsMemoryResponse VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity Associated Types
Methods loadToMemory :: VerifyDomainIdentityResponse -> ResourceT IO (MemoryResponse VerifyDomainIdentityResponse) Source # | |||||
Show VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity Methods showsPrec :: Int -> VerifyDomainIdentityResponse -> ShowS show :: VerifyDomainIdentityResponse -> String showList :: [VerifyDomainIdentityResponse] -> ShowS | |||||
Eq VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity Methods (==) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool (/=) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool | |||||
Ord VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity Methods compare :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Ordering (<) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool (<=) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool (>) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool (>=) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool max :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse min :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse | |||||
ResponseConsumer VerifyDomainIdentity VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity Associated Types
Methods responseConsumer :: Request -> VerifyDomainIdentity -> IORef (ResponseMetadata VerifyDomainIdentityResponse) -> HTTPResponseConsumer VerifyDomainIdentityResponse Source # | |||||
Transaction VerifyDomainIdentity VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity | |||||
type MemoryResponse VerifyDomainIdentityResponse Source # | |||||
type ResponseMetadata VerifyDomainIdentityResponse Source # | |||||