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

Generic PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

NFData PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

Hashable PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

ToJSON PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

AWSRequest 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

type Rep PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

type Rep PutEmailIdentityConfigurationSetAttributes = D1 ('MetaData "PutEmailIdentityConfigurationSetAttributes" "Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" '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)))
type AWSResponse PutEmailIdentityConfigurationSetAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

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
Eq 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

Generic PutEmailIdentityConfigurationSetAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes

NFData 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" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" '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