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 Methods showsPrec :: Int -> GetIdentityDkimAttributesResponse -> ShowS # | |||||
Eq GetIdentityDkimAttributesResponse Source # | |||||
Ord GetIdentityDkimAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Methods compare :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Ordering # (<) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool # (<=) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool # (>) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool # (>=) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool # max :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse # min :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse # | |||||
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 Methods showsPrec :: Int -> IdentityDkimAttributes -> ShowS # show :: IdentityDkimAttributes -> String # showList :: [IdentityDkimAttributes] -> ShowS # | |
Eq IdentityDkimAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Methods (==) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool # (/=) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool # | |
Ord IdentityDkimAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Methods compare :: IdentityDkimAttributes -> IdentityDkimAttributes -> Ordering # (<) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool # (<=) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool # (>) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool # (>=) :: IdentityDkimAttributes -> IdentityDkimAttributes -> Bool # max :: IdentityDkimAttributes -> IdentityDkimAttributes -> IdentityDkimAttributes # min :: IdentityDkimAttributes -> IdentityDkimAttributes -> IdentityDkimAttributes # |