amazonka-ses-1.4.4: Amazon Simple Email Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.GetIdentityMailFromDomainAttributes

Contents

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.

Synopsis

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:

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

Eq GetIdentityMailFromDomainAttributes Source # 
Data GetIdentityMailFromDomainAttributes Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetIdentityMailFromDomainAttributes -> c GetIdentityMailFromDomainAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetIdentityMailFromDomainAttributes #

toConstr :: GetIdentityMailFromDomainAttributes -> Constr #

dataTypeOf :: GetIdentityMailFromDomainAttributes -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetIdentityMailFromDomainAttributes) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetIdentityMailFromDomainAttributes) #

gmapT :: (forall b. Data b => b -> b) -> GetIdentityMailFromDomainAttributes -> GetIdentityMailFromDomainAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetIdentityMailFromDomainAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetIdentityMailFromDomainAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetIdentityMailFromDomainAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetIdentityMailFromDomainAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetIdentityMailFromDomainAttributes -> m GetIdentityMailFromDomainAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIdentityMailFromDomainAttributes -> m GetIdentityMailFromDomainAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIdentityMailFromDomainAttributes -> m GetIdentityMailFromDomainAttributes #

Read GetIdentityMailFromDomainAttributes Source # 
Show GetIdentityMailFromDomainAttributes Source # 
Generic GetIdentityMailFromDomainAttributes Source # 
Hashable GetIdentityMailFromDomainAttributes Source # 
NFData GetIdentityMailFromDomainAttributes Source # 
AWSRequest GetIdentityMailFromDomainAttributes Source # 
ToPath GetIdentityMailFromDomainAttributes Source # 
ToHeaders GetIdentityMailFromDomainAttributes Source # 
ToQuery GetIdentityMailFromDomainAttributes Source # 
type Rep GetIdentityMailFromDomainAttributes Source # 
type Rep GetIdentityMailFromDomainAttributes = D1 (MetaData "GetIdentityMailFromDomainAttributes" "Network.AWS.SES.GetIdentityMailFromDomainAttributes" "amazonka-ses-1.4.4-FOEDSKDYIwcI36aB4R9WY7" True) (C1 (MetaCons "GetIdentityMailFromDomainAttributes'" PrefixI True) (S1 (MetaSel (Just Symbol "_gimfdaIdentities") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs GetIdentityMailFromDomainAttributes Source # 

Request Lenses

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:

data GetIdentityMailFromDomainAttributesResponse Source #

Represents the custom MAIL FROM attributes for a list of identities.

See: getIdentityMailFromDomainAttributesResponse smart constructor.

Instances

Eq GetIdentityMailFromDomainAttributesResponse Source # 
Data GetIdentityMailFromDomainAttributesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetIdentityMailFromDomainAttributesResponse -> c GetIdentityMailFromDomainAttributesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetIdentityMailFromDomainAttributesResponse #

toConstr :: GetIdentityMailFromDomainAttributesResponse -> Constr #

dataTypeOf :: GetIdentityMailFromDomainAttributesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetIdentityMailFromDomainAttributesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetIdentityMailFromDomainAttributesResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetIdentityMailFromDomainAttributesResponse -> GetIdentityMailFromDomainAttributesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetIdentityMailFromDomainAttributesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetIdentityMailFromDomainAttributesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetIdentityMailFromDomainAttributesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetIdentityMailFromDomainAttributesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetIdentityMailFromDomainAttributesResponse -> m GetIdentityMailFromDomainAttributesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIdentityMailFromDomainAttributesResponse -> m GetIdentityMailFromDomainAttributesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIdentityMailFromDomainAttributesResponse -> m GetIdentityMailFromDomainAttributesResponse #

Read GetIdentityMailFromDomainAttributesResponse Source # 
Show GetIdentityMailFromDomainAttributesResponse Source # 
Generic GetIdentityMailFromDomainAttributesResponse Source # 
NFData GetIdentityMailFromDomainAttributesResponse Source # 
type Rep GetIdentityMailFromDomainAttributesResponse Source # 
type Rep GetIdentityMailFromDomainAttributesResponse = D1 (MetaData "GetIdentityMailFromDomainAttributesResponse" "Network.AWS.SES.GetIdentityMailFromDomainAttributes" "amazonka-ses-1.4.4-FOEDSKDYIwcI36aB4R9WY7" False) (C1 (MetaCons "GetIdentityMailFromDomainAttributesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gimfdarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_gimfdarsMailFromDomainAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Map Text IdentityMailFromDomainAttributes)))))

Response Lenses