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

Description

 
Synopsis

Creating a Request

data PutDedicatedIpWarmupAttributes Source #

A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.

See: newPutDedicatedIpWarmupAttributes smart constructor.

Constructors

PutDedicatedIpWarmupAttributes' 

Fields

  • ip :: Text

    The dedicated IP address that you want to update the warm-up attributes for.

  • warmupPercentage :: Int

    The warm-up percentage that you want to associate with the dedicated IP address.

Instances

Instances details
ToJSON PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

ToHeaders PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

ToPath PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

ToQuery PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

AWSRequest PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

Generic PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

Associated Types

type Rep PutDedicatedIpWarmupAttributes :: Type -> Type #

Read PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

Show PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

NFData PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

Eq PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

Hashable PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

type AWSResponse PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

type Rep PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

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

newPutDedicatedIpWarmupAttributes Source #

Create a value of PutDedicatedIpWarmupAttributes 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:

PutDedicatedIpWarmupAttributes, putDedicatedIpWarmupAttributes_ip - The dedicated IP address that you want to update the warm-up attributes for.

PutDedicatedIpWarmupAttributes, putDedicatedIpWarmupAttributes_warmupPercentage - The warm-up percentage that you want to associate with the dedicated IP address.

Request Lenses

putDedicatedIpWarmupAttributes_ip :: Lens' PutDedicatedIpWarmupAttributes Text Source #

The dedicated IP address that you want to update the warm-up attributes for.

putDedicatedIpWarmupAttributes_warmupPercentage :: Lens' PutDedicatedIpWarmupAttributes Int Source #

The warm-up percentage that you want to associate with the dedicated IP address.

Destructuring the Response

data PutDedicatedIpWarmupAttributesResponse Source #

An HTTP 200 response if the request succeeds, or an error message if the request fails.

See: newPutDedicatedIpWarmupAttributesResponse smart constructor.

Constructors

PutDedicatedIpWarmupAttributesResponse' 

Fields

Instances

Instances details
Generic PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

Read PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

Show PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

NFData PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

Eq PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

type Rep PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDedicatedIpWarmupAttributes

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

newPutDedicatedIpWarmupAttributesResponse Source #

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

Response Lenses