Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Ses.Commands.GetIdentityDkimAttributes
Synopsis
- data GetIdentityDkimAttributes = GetIdentityDkimAttributes [Text]
- data GetIdentityDkimAttributesResponse = GetIdentityDkimAttributesResponse [IdentityDkimAttributes]
- data IdentityDkimAttributes = IdentityDkimAttributes {
- idIdentity :: Text
- idDkimEnabled :: Bool
- idDkimTokens :: [Text]
- idDkimVerirficationStatus :: Text
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
Methods loadToMemory :: GetIdentityDkimAttributesResponse -> ResourceT IO (MemoryResponse GetIdentityDkimAttributesResponse) Source # | |||||
Show GetIdentityDkimAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Methods showsPrec :: Int -> GetIdentityDkimAttributesResponse -> ShowS show :: GetIdentityDkimAttributesResponse -> String showList :: [GetIdentityDkimAttributesResponse] -> ShowS | |||||
Eq GetIdentityDkimAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityDkimAttributes Methods (==) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool (/=) :: GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse -> Bool | |||||
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
Methods responseConsumer :: Request -> GetIdentityDkimAttributes -> IORef (ResponseMetadata GetIdentityDkimAttributesResponse) -> HTTPResponseConsumer GetIdentityDkimAttributesResponse Source # | |||||
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 |