| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Ses.Commands.GetIdentityDkimAttributes
Documentation
data GetIdentityDkimAttributes Source #
Get notification settings for the given identities.
Constructors
| GetIdentityDkimAttributes [Text] |
Instances
data GetIdentityDkimAttributesResponse Source #
The response sent back by Amazon SES after a
GetIdentityDkimAttributes command.
Constructors
| GetIdentityDkimAttributesResponse [IdentityDkimAttributes] |
Instances
| AsMemoryResponse GetIdentityDkimAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Associated Types
| |||||
| Show GetIdentityDkimAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes | |||||
| Eq GetIdentityDkimAttributesResponse Source # | |||||
| Ord GetIdentityDkimAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Methods compare :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Ordering Source # (<) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool Source # (<=) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool Source # (>) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool Source # (>=) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool Source # max :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse Source # min :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse Source # | |||||
| ResponseConsumer GetIdentityDkimAttributes GetIdentityDkimAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Associated Types
| |||||
| Transaction GetIdentityDkimAttributes GetIdentityDkimAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes | |||||
| type MemoryResponse GetIdentityDkimAttributesResponse Source # | |||||
| type ResponseMetadata GetIdentityDkimAttributesResponse Source # | |||||
data IdentityDkimAttributes Source #
Constructors
| IdentityDkimAttributes | |
Fields
| |
Instances
| Show IdentityDkimAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes | |
| Eq IdentityDkimAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Methods (==) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool Source # (/=) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool Source # | |
| Ord IdentityDkimAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Methods compare :: IdentityDkimAttributes -> IdentityDkimAttributes -> Ordering Source # (<) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool Source # (<=) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool Source # (>) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool Source # (>=) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool Source # max :: IdentityDkimAttributes -> IdentityDkimAttributes -> IdentityDkimAttributes Source # min :: IdentityDkimAttributes -> IdentityDkimAttributes -> IdentityDkimAttributes Source # | |