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.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 # 
Data GetSendStatistics Source # 

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 # 
Show GetSendStatistics Source # 
Generic GetSendStatistics Source # 
Hashable GetSendStatistics Source # 
NFData GetSendStatistics Source # 

Methods

rnf :: GetSendStatistics -> () #

AWSRequest GetSendStatistics Source # 
ToHeaders GetSendStatistics Source # 
ToPath GetSendStatistics Source # 
ToQuery GetSendStatistics Source # 
type Rep GetSendStatistics Source # 
type Rep GetSendStatistics = D1 * (MetaData "GetSendStatistics" "Network.AWS.SES.GetSendStatistics" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" False) (C1 * (MetaCons "GetSendStatistics'" PrefixI False) (U1 *))
type Rs GetSendStatistics Source # 

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 # 
Data GetSendStatisticsResponse Source # 

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 # 
Show GetSendStatisticsResponse Source # 
Generic GetSendStatisticsResponse Source # 
NFData GetSendStatisticsResponse Source # 
type Rep GetSendStatisticsResponse Source # 
type Rep GetSendStatisticsResponse = D1 * (MetaData "GetSendStatisticsResponse" "Network.AWS.SES.GetSendStatistics" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" False) (C1 * (MetaCons "GetSendStatisticsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gssrsSendDataPoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [SendDataPoint]))) (S1 * (MetaSel (Just Symbol "_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.