amazonka-ses-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SES.DescribeConfigurationSet

Description

Returns the details of the specified configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

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

Synopsis

Creating a Request

data DescribeConfigurationSet Source #

Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

See: newDescribeConfigurationSet smart constructor.

Constructors

DescribeConfigurationSet' 

Fields

Instances

Instances details
ToHeaders DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

ToPath DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

ToQuery DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

AWSRequest DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Generic DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Associated Types

type Rep DescribeConfigurationSet :: Type -> Type #

Read DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Show DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

NFData DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Eq DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Hashable DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

type AWSResponse DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

type Rep DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

type Rep DescribeConfigurationSet = D1 ('MetaData "DescribeConfigurationSet" "Amazonka.SES.DescribeConfigurationSet" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "DescribeConfigurationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetAttributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationSetAttribute])) :*: S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeConfigurationSet Source #

Create a value of DescribeConfigurationSet 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:configurationSetAttributeNames:DescribeConfigurationSet', describeConfigurationSet_configurationSetAttributeNames - A list of configuration set attributes to return.

$sel:configurationSetName:DescribeConfigurationSet', describeConfigurationSet_configurationSetName - The name of the configuration set to describe.

Request Lenses

Destructuring the Response

data DescribeConfigurationSetResponse Source #

Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

See: newDescribeConfigurationSetResponse smart constructor.

Constructors

DescribeConfigurationSetResponse' 

Fields

Instances

Instances details
Generic DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Associated Types

type Rep DescribeConfigurationSetResponse :: Type -> Type #

Read DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Show DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

NFData DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Eq DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

type Rep DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

type Rep DescribeConfigurationSetResponse = D1 ('MetaData "DescribeConfigurationSetResponse" "Amazonka.SES.DescribeConfigurationSet" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "DescribeConfigurationSetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configurationSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationSet)) :*: (S1 ('MetaSel ('Just "deliveryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryOptions)) :*: S1 ('MetaSel ('Just "eventDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventDestination])))) :*: (S1 ('MetaSel ('Just "reputationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReputationOptions)) :*: (S1 ('MetaSel ('Just "trackingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrackingOptions)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeConfigurationSetResponse Source #

Create a value of DescribeConfigurationSetResponse 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:configurationSet:DescribeConfigurationSetResponse', describeConfigurationSetResponse_configurationSet - The configuration set object associated with the specified configuration set.

$sel:deliveryOptions:DescribeConfigurationSetResponse', describeConfigurationSetResponse_deliveryOptions - Undocumented member.

$sel:eventDestinations:DescribeConfigurationSetResponse', describeConfigurationSetResponse_eventDestinations - A list of event destinations associated with the configuration set.

$sel:reputationOptions:DescribeConfigurationSetResponse', describeConfigurationSetResponse_reputationOptions - An object that represents the reputation settings for the configuration set.

$sel:trackingOptions:DescribeConfigurationSetResponse', describeConfigurationSetResponse_trackingOptions - The name of the custom open and click tracking domain associated with the configuration set.

$sel:httpStatus:DescribeConfigurationSetResponse', describeConfigurationSetResponse_httpStatus - The response's http status code.

Response Lenses

describeConfigurationSetResponse_configurationSet :: Lens' DescribeConfigurationSetResponse (Maybe ConfigurationSet) Source #

The configuration set object associated with the specified configuration set.

describeConfigurationSetResponse_eventDestinations :: Lens' DescribeConfigurationSetResponse (Maybe [EventDestination]) Source #

A list of event destinations associated with the configuration set.

describeConfigurationSetResponse_reputationOptions :: Lens' DescribeConfigurationSetResponse (Maybe ReputationOptions) Source #

An object that represents the reputation settings for the configuration set.

describeConfigurationSetResponse_trackingOptions :: Lens' DescribeConfigurationSetResponse (Maybe TrackingOptions) Source #

The name of the custom open and click tracking domain associated with the configuration set.