libZSservicesZSamazonka-sesZSamazonka-ses
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SES.GetSendStatistics

Description

Provides sending statistics for the current AWS Region. 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

data GetSendStatistics Source #

See: newGetSendStatistics smart constructor.

Constructors

GetSendStatistics' 

Instances

Instances details
Eq GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Read GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Show GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Generic GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Associated Types

type Rep GetSendStatistics :: Type -> Type #

NFData GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Methods

rnf :: GetSendStatistics -> () #

Hashable GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

AWSRequest GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Associated Types

type AWSResponse GetSendStatistics #

ToHeaders GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

ToPath GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

ToQuery GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

type Rep GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

type Rep GetSendStatistics = D1 ('MetaData "GetSendStatistics" "Amazonka.SES.GetSendStatistics" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "GetSendStatistics'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetSendStatistics Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

newGetSendStatistics :: GetSendStatistics Source #

Create a value of GetSendStatistics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

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: newGetSendStatisticsResponse smart constructor.

Constructors

GetSendStatisticsResponse' 

Fields

Instances

Instances details
Eq GetSendStatisticsResponse Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Read GetSendStatisticsResponse Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Show GetSendStatisticsResponse Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Generic GetSendStatisticsResponse Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

Associated Types

type Rep GetSendStatisticsResponse :: Type -> Type #

NFData GetSendStatisticsResponse Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

type Rep GetSendStatisticsResponse Source # 
Instance details

Defined in Amazonka.SES.GetSendStatistics

type Rep GetSendStatisticsResponse = D1 ('MetaData "GetSendStatisticsResponse" "Amazonka.SES.GetSendStatistics" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "GetSendStatisticsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendDataPoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SendDataPoint])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSendStatisticsResponse Source #

Create a value of GetSendStatisticsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sendDataPoints:GetSendStatisticsResponse', getSendStatisticsResponse_sendDataPoints - A list of data points, each of which represents 15 minutes of activity.

$sel:httpStatus:GetSendStatisticsResponse', getSendStatisticsResponse_httpStatus - The response's http status code.

Response Lenses

getSendStatisticsResponse_sendDataPoints :: Lens' GetSendStatisticsResponse (Maybe [SendDataPoint]) Source #

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