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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 : domains).

This operation 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 # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

Data GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

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 # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

Show GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

Generic GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

Hashable GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

AWSRequest GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

ToHeaders GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

ToPath GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

ToQuery GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

NFData GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

type Rep GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

type Rep GetIdentityMailFromDomainAttributes = D1 (MetaData "GetIdentityMailFromDomainAttributes" "Network.AWS.SES.GetIdentityMailFromDomainAttributes" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" True) (C1 (MetaCons "GetIdentityMailFromDomainAttributes'" PrefixI True) (S1 (MetaSel (Just "_gimfdaIdentities") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

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 # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

Data GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

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 # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

Show GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

Generic GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

NFData GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

type Rep GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityMailFromDomainAttributes

type Rep GetIdentityMailFromDomainAttributesResponse = D1 (MetaData "GetIdentityMailFromDomainAttributesResponse" "Network.AWS.SES.GetIdentityMailFromDomainAttributes" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "GetIdentityMailFromDomainAttributesResponse'" PrefixI True) (S1 (MetaSel (Just "_gimfdarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gimfdarsMailFromDomainAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Map Text IdentityMailFromDomainAttributes))))

Response Lenses