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.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
Eq DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Read DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Show 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 #

NFData DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Hashable DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

AWSRequest DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

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

type Rep DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

type Rep DescribeConfigurationSet = D1 ('MetaData "DescribeConfigurationSet" "Amazonka.SES.DescribeConfigurationSet" "libZSservicesZSamazonka-sesZSamazonka-ses" '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)))
type AWSResponse DescribeConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

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
Eq DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Read DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Show DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Generic DescribeConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.DescribeConfigurationSet

Associated Types

type Rep DescribeConfigurationSetResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "DescribeConfigurationSetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deliveryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryOptions)) :*: (S1 ('MetaSel ('Just "trackingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrackingOptions)) :*: S1 ('MetaSel ('Just "configurationSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationSet)))) :*: (S1 ('MetaSel ('Just "reputationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReputationOptions)) :*: (S1 ('MetaSel ('Just "eventDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventDestination])) :*: 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:deliveryOptions:DescribeConfigurationSetResponse', describeConfigurationSetResponse_deliveryOptions - Undocumented member.

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

$sel:configurationSet:DescribeConfigurationSetResponse', describeConfigurationSetResponse_configurationSet - The configuration set object associated with the specified configuration set.

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

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

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

Response Lenses

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

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

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

The configuration set object associated with the specified configuration set.

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

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

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

A list of event destinations associated with the configuration set.