libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
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.SESV2.GetConfigurationSetEventDestinations

Description

Retrieve a list of event destinations that are associated with a configuration set.

Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

Synopsis

Creating a Request

data GetConfigurationSetEventDestinations Source #

A request to obtain information about the event destinations for a configuration set.

See: newGetConfigurationSetEventDestinations smart constructor.

Constructors

GetConfigurationSetEventDestinations' 

Fields

Instances

Instances details
Eq GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

Read GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

Show GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

Generic GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

NFData GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

Hashable GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

AWSRequest GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

ToHeaders GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

ToPath GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

ToQuery GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

type Rep GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

type Rep GetConfigurationSetEventDestinations = D1 ('MetaData "GetConfigurationSetEventDestinations" "Amazonka.SESV2.GetConfigurationSetEventDestinations" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "GetConfigurationSetEventDestinations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

newGetConfigurationSetEventDestinations Source #

Create a value of GetConfigurationSetEventDestinations 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:configurationSetName:GetConfigurationSetEventDestinations', getConfigurationSetEventDestinations_configurationSetName - The name of the configuration set that contains the event destination.

Request Lenses

getConfigurationSetEventDestinations_configurationSetName :: Lens' GetConfigurationSetEventDestinations Text Source #

The name of the configuration set that contains the event destination.

Destructuring the Response

data GetConfigurationSetEventDestinationsResponse Source #

Information about an event destination for a configuration set.

See: newGetConfigurationSetEventDestinationsResponse smart constructor.

Constructors

GetConfigurationSetEventDestinationsResponse' 

Fields

Instances

Instances details
Eq GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

Read GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

Show GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

Generic GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

NFData GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

type Rep GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetConfigurationSetEventDestinations

type Rep GetConfigurationSetEventDestinationsResponse = D1 ('MetaData "GetConfigurationSetEventDestinationsResponse" "Amazonka.SESV2.GetConfigurationSetEventDestinations" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "GetConfigurationSetEventDestinationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventDestination])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetConfigurationSetEventDestinationsResponse Source #

Create a value of GetConfigurationSetEventDestinationsResponse 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:eventDestinations:GetConfigurationSetEventDestinationsResponse', getConfigurationSetEventDestinationsResponse_eventDestinations - An array that includes all of the events destinations that have been configured for the configuration set.

$sel:httpStatus:GetConfigurationSetEventDestinationsResponse', getConfigurationSetEventDestinationsResponse_httpStatus - The response's http status code.

Response Lenses

getConfigurationSetEventDestinationsResponse_eventDestinations :: Lens' GetConfigurationSetEventDestinationsResponse (Maybe [EventDestination]) Source #

An array that includes all of the events destinations that have been configured for the configuration set.