| Copyright | (c) 2013-2016 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.SES.GetIdentityMailFromDomainAttributes
Description
Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).
This action is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.
- getIdentityMailFromDomainAttributes :: GetIdentityMailFromDomainAttributes
- data GetIdentityMailFromDomainAttributes
- gimfdaIdentities :: Lens' GetIdentityMailFromDomainAttributes [Text]
- getIdentityMailFromDomainAttributesResponse :: Int -> GetIdentityMailFromDomainAttributesResponse
- data GetIdentityMailFromDomainAttributesResponse
- gimfdarsResponseStatus :: Lens' GetIdentityMailFromDomainAttributesResponse Int
- gimfdarsMailFromDomainAttributes :: Lens' GetIdentityMailFromDomainAttributesResponse (HashMap Text IdentityMailFromDomainAttributes)
Creating a Request
getIdentityMailFromDomainAttributes :: GetIdentityMailFromDomainAttributes Source #
Creates a value of GetIdentityMailFromDomainAttributes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
- gimfdaIdentities- A list of one or more identities.
data GetIdentityMailFromDomainAttributes Source #
Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide .
See: getIdentityMailFromDomainAttributes smart constructor.
Instances
Request Lenses
gimfdaIdentities :: Lens' GetIdentityMailFromDomainAttributes [Text] Source #
A list of one or more identities.
Destructuring the Response
getIdentityMailFromDomainAttributesResponse Source #
Creates a value of GetIdentityMailFromDomainAttributesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
- gimfdarsResponseStatus- -- | The response status code.
- gimfdarsMailFromDomainAttributes- A map of identities to custom MAIL FROM attributes.
data GetIdentityMailFromDomainAttributesResponse Source #
Represents the custom MAIL FROM attributes for a list of identities.
See: getIdentityMailFromDomainAttributesResponse smart constructor.
Instances
Response Lenses
gimfdarsResponseStatus :: Lens' GetIdentityMailFromDomainAttributesResponse Int Source #
- - | The response status code.
gimfdarsMailFromDomainAttributes :: Lens' GetIdentityMailFromDomainAttributesResponse (HashMap Text IdentityMailFromDomainAttributes) Source #
A map of identities to custom MAIL FROM attributes.