Safe Haskell | None |
---|
Aws.Ses.Commands.GetIdentityDkimAttributes
- 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
data IdentityDkimAttributes Source
Constructors
IdentityDkimAttributes | |
Fields
|