Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Ses.Commands.VerifyDomainIdentity
Synopsis
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
| |||||
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
| |||||
Transaction VerifyDomainIdentity VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity | |||||
type MemoryResponse VerifyDomainIdentityResponse Source # | |||||
type ResponseMetadata VerifyDomainIdentityResponse Source # | |||||