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

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

Data GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

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

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

Show GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

Generic GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

Associated Types

type Rep GetIdentityNotificationAttributes :: Type -> Type #

Hashable GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

AWSRequest GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

Associated Types

type Rs GetIdentityNotificationAttributes :: Type #

ToHeaders GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

ToPath GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

ToQuery GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

NFData GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

type Rep GetIdentityNotificationAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

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

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

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

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

Data GetIdentityNotificationAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

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

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

Show GetIdentityNotificationAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

Generic GetIdentityNotificationAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

NFData GetIdentityNotificationAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

type Rep GetIdentityNotificationAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityNotificationAttributes

type Rep GetIdentityNotificationAttributesResponse = D1 (MetaData "GetIdentityNotificationAttributesResponse" "Network.AWS.SES.GetIdentityNotificationAttributes" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "GetIdentityNotificationAttributesResponse'" PrefixI True) (S1 (MetaSel (Just "_ginarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_ginarsNotificationAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Map Text IdentityNotificationAttributes))))

Response Lenses