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.CreateConfigurationSet

Description

Creates a configuration set.

Configuration sets enable you to publish email sending events. 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 CreateConfigurationSet Source #

Represents a request to create 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: newCreateConfigurationSet smart constructor.

Constructors

CreateConfigurationSet' 

Fields

Instances

Instances details
ToHeaders CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

ToPath CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

ToQuery CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

AWSRequest CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

Associated Types

type AWSResponse CreateConfigurationSet #

Generic CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

Associated Types

type Rep CreateConfigurationSet :: Type -> Type #

Read CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

Show CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

NFData CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

Methods

rnf :: CreateConfigurationSet -> () #

Eq CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

Hashable CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

type AWSResponse CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

type Rep CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

type Rep CreateConfigurationSet = D1 ('MetaData "CreateConfigurationSet" "Amazonka.SES.CreateConfigurationSet" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "CreateConfigurationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigurationSet)))

newCreateConfigurationSet Source #

Create a value of CreateConfigurationSet 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:CreateConfigurationSet', createConfigurationSet_configurationSet - A data structure that contains the name of the configuration set.

Request Lenses

createConfigurationSet_configurationSet :: Lens' CreateConfigurationSet ConfigurationSet Source #

A data structure that contains the name of the configuration set.

Destructuring the Response

data CreateConfigurationSetResponse Source #

An empty element returned on a successful request.

See: newCreateConfigurationSetResponse smart constructor.

Constructors

CreateConfigurationSetResponse' 

Fields

Instances

Instances details
Generic CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

Associated Types

type Rep CreateConfigurationSetResponse :: Type -> Type #

Read CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

Show CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

NFData CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

Eq CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

type Rep CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSet

type Rep CreateConfigurationSetResponse = D1 ('MetaData "CreateConfigurationSetResponse" "Amazonka.SES.CreateConfigurationSet" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "CreateConfigurationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConfigurationSetResponse Source #

Create a value of CreateConfigurationSetResponse 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:httpStatus:CreateConfigurationSetResponse', createConfigurationSetResponse_httpStatus - The response's http status code.

Response Lenses