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.GetSendStatistics

Contents

Description

Provides sending statistics for the Amazon SES account. The result is a list of data points, representing the last two weeks of sending activity. Each data point in the list contains statistics for a 15-minute period of time.

You can execute this operation no more than once per second.

Synopsis

Creating a Request

getSendStatistics :: GetSendStatistics Source #

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

data GetSendStatistics Source #

See: getSendStatistics smart constructor.

Instances
Eq GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Data GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Methods

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

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

toConstr :: GetSendStatistics -> Constr #

dataTypeOf :: GetSendStatistics -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Show GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Generic GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Associated Types

type Rep GetSendStatistics :: Type -> Type #

Hashable GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

AWSRequest GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Associated Types

type Rs GetSendStatistics :: Type #

ToHeaders GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

ToPath GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

ToQuery GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

NFData GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Methods

rnf :: GetSendStatistics -> () #

type Rep GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

type Rep GetSendStatistics = D1 (MetaData "GetSendStatistics" "Network.AWS.SES.GetSendStatistics" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "GetSendStatistics'" PrefixI False) (U1 :: Type -> Type))
type Rs GetSendStatistics Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Destructuring the Response

getSendStatisticsResponse Source #

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

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

data GetSendStatisticsResponse Source #

Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

See: getSendStatisticsResponse smart constructor.

Instances
Eq GetSendStatisticsResponse Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Data GetSendStatisticsResponse Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Methods

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

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

toConstr :: GetSendStatisticsResponse -> Constr #

dataTypeOf :: GetSendStatisticsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSendStatisticsResponse Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Show GetSendStatisticsResponse Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Generic GetSendStatisticsResponse Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

Associated Types

type Rep GetSendStatisticsResponse :: Type -> Type #

NFData GetSendStatisticsResponse Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

type Rep GetSendStatisticsResponse Source # 
Instance details

Defined in Network.AWS.SES.GetSendStatistics

type Rep GetSendStatisticsResponse = D1 (MetaData "GetSendStatisticsResponse" "Network.AWS.SES.GetSendStatistics" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "GetSendStatisticsResponse'" PrefixI True) (S1 (MetaSel (Just "_gssrsSendDataPoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SendDataPoint])) :*: S1 (MetaSel (Just "_gssrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

gssrsSendDataPoints :: Lens' GetSendStatisticsResponse [SendDataPoint] Source #

A list of data points, each of which represents 15 minutes of activity.