amazonka-sesv2-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.SESV2.PutEmailIdentityConfigurationSetAttributes

Description

Used to associate a configuration set with an email identity.

Synopsis

Creating a Request

data PutEmailIdentityConfigurationSetAttributes Source #

A request to associate a configuration set with an email identity.

See: newPutEmailIdentityConfigurationSetAttributes smart constructor.

Constructors

PutEmailIdentityConfigurationSetAttributes' 

Fields

Instances

Instances details
ToJSON PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

ToHeaders PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

ToPath PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

ToQuery PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

AWSRequest PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Generic PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Read PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Show PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

NFData PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Eq PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Hashable PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

type AWSResponse PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

type Rep PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

type Rep PutEmailIdentityConfigurationSetAttributes = D1 ('MetaData "PutEmailIdentityConfigurationSetAttributes" "Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "PutEmailIdentityConfigurationSetAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "emailIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPutEmailIdentityConfigurationSetAttributes Source #

Create a value of PutEmailIdentityConfigurationSetAttributes 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:PutEmailIdentityConfigurationSetAttributes', putEmailIdentityConfigurationSetAttributes_configurationSetName - The configuration set to associate with an email identity.

$sel:emailIdentity:PutEmailIdentityConfigurationSetAttributes', putEmailIdentityConfigurationSetAttributes_emailIdentity - The email address or domain to associate with a configuration set.

Request Lenses

Destructuring the Response

data PutEmailIdentityConfigurationSetAttributesResponse Source #

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

See: newPutEmailIdentityConfigurationSetAttributesResponse smart constructor.

Constructors

PutEmailIdentityConfigurationSetAttributesResponse' 

Fields

Instances

Instances details
Generic PutEmailIdentityConfigurationSetAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Read PutEmailIdentityConfigurationSetAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Show PutEmailIdentityConfigurationSetAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

NFData PutEmailIdentityConfigurationSetAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Eq PutEmailIdentityConfigurationSetAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

type Rep PutEmailIdentityConfigurationSetAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

type Rep PutEmailIdentityConfigurationSetAttributesResponse = D1 ('MetaData "PutEmailIdentityConfigurationSetAttributesResponse" "Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "PutEmailIdentityConfigurationSetAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutEmailIdentityConfigurationSetAttributesResponse Source #

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

Response Lenses