| 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 | |||||
| Eq VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity | |||||
| Ord VerifyDomainIdentityResponse Source # | |||||
Defined in Aws.Ses.Commands.VerifyDomainIdentity Methods compare :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Ordering Source # (<) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool Source # (<=) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool Source # (>) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool Source # (>=) :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> Bool Source # max :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse Source # min :: VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse -> VerifyDomainIdentityResponse Source # | |||||
| 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 # | |||||