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

Description

Update your Amazon SES account VDM attributes.

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

Synopsis

Creating a Request

data PutAccountVdmAttributes Source #

A request to submit new account VDM attributes.

See: newPutAccountVdmAttributes smart constructor.

Constructors

PutAccountVdmAttributes' 

Fields

Instances

Instances details
ToJSON PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

ToHeaders PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

ToPath PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

ToQuery PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

AWSRequest PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

Generic PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

Associated Types

type Rep PutAccountVdmAttributes :: Type -> Type #

Read PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

Show PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

NFData PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

Methods

rnf :: PutAccountVdmAttributes -> () #

Eq PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

Hashable PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

type AWSResponse PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

type Rep PutAccountVdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

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

newPutAccountVdmAttributes Source #

Create a value of PutAccountVdmAttributes 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:vdmAttributes:PutAccountVdmAttributes', putAccountVdmAttributes_vdmAttributes - The VDM attributes that you wish to apply to your Amazon SES account.

Request Lenses

putAccountVdmAttributes_vdmAttributes :: Lens' PutAccountVdmAttributes VdmAttributes Source #

The VDM attributes that you wish to apply to your Amazon SES account.

Destructuring the Response

data PutAccountVdmAttributesResponse Source #

See: newPutAccountVdmAttributesResponse smart constructor.

Constructors

PutAccountVdmAttributesResponse' 

Fields

Instances

Instances details
Generic PutAccountVdmAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

Associated Types

type Rep PutAccountVdmAttributesResponse :: Type -> Type #

Read PutAccountVdmAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

Show PutAccountVdmAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

NFData PutAccountVdmAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

Eq PutAccountVdmAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

type Rep PutAccountVdmAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutAccountVdmAttributes

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

newPutAccountVdmAttributesResponse Source #

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

Response Lenses