amazonka-ses-1.6.0: 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.GetIdentityNotificationAttributes

Contents

Description

Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.

This operation is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide .

Synopsis

Creating a Request

getIdentityNotificationAttributes :: GetIdentityNotificationAttributes Source #

Creates a value of GetIdentityNotificationAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ginaIdentities - A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: userexample.com , example.com , arn:aws:ses:us-east-1:123456789012:identity/example.com@ .

data GetIdentityNotificationAttributes Source #

Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide .

See: getIdentityNotificationAttributes smart constructor.

Instances

Eq GetIdentityNotificationAttributes Source # 
Data GetIdentityNotificationAttributes Source # 

Methods

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

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

toConstr :: GetIdentityNotificationAttributes -> Constr #

dataTypeOf :: GetIdentityNotificationAttributes -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

ginaIdentities :: Lens' GetIdentityNotificationAttributes [Text] Source #

A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: userexample.com , example.com , arn:aws:ses:us-east-1:123456789012:identity/example.com@ .

Destructuring the Response

getIdentityNotificationAttributesResponse Source #

Creates a value of GetIdentityNotificationAttributesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetIdentityNotificationAttributesResponse Source #

Represents the notification attributes for a list of identities.

See: getIdentityNotificationAttributesResponse smart constructor.

Instances

Eq GetIdentityNotificationAttributesResponse Source # 
Data GetIdentityNotificationAttributesResponse Source # 

Methods

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

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

toConstr :: GetIdentityNotificationAttributesResponse -> Constr #

dataTypeOf :: GetIdentityNotificationAttributesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetIdentityNotificationAttributesResponse Source # 
Show GetIdentityNotificationAttributesResponse Source # 
Generic GetIdentityNotificationAttributesResponse Source # 
NFData GetIdentityNotificationAttributesResponse Source # 
type Rep GetIdentityNotificationAttributesResponse Source # 
type Rep GetIdentityNotificationAttributesResponse = D1 * (MetaData "GetIdentityNotificationAttributesResponse" "Network.AWS.SES.GetIdentityNotificationAttributes" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" False) (C1 * (MetaCons "GetIdentityNotificationAttributesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ginarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_ginarsNotificationAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Map Text IdentityNotificationAttributes)))))

Response Lenses