libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email
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.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Description

Enable or disable the automatic warm-up feature for dedicated IP addresses.

Synopsis

Creating a Request

data PutAccountDedicatedIpWarmupAttributes Source #

A request to enable or disable the automatic IP address warm-up feature.

See: newPutAccountDedicatedIpWarmupAttributes smart constructor.

Constructors

PutAccountDedicatedIpWarmupAttributes' 

Fields

  • autoWarmupEnabled :: Maybe Bool

    Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon Pinpoint account in the current AWS Region. Set to true to enable the automatic warm-up feature, or set to false to disable it.

Instances

Instances details
Eq PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Read PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Show PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Generic PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

NFData PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Hashable PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

ToJSON PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

AWSRequest PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

ToHeaders PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

ToPath PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

ToQuery PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

type Rep PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

type Rep PutAccountDedicatedIpWarmupAttributes = D1 ('MetaData "PutAccountDedicatedIpWarmupAttributes" "Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutAccountDedicatedIpWarmupAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoWarmupEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))
type AWSResponse PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

newPutAccountDedicatedIpWarmupAttributes :: PutAccountDedicatedIpWarmupAttributes Source #

Create a value of PutAccountDedicatedIpWarmupAttributes 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:autoWarmupEnabled:PutAccountDedicatedIpWarmupAttributes', putAccountDedicatedIpWarmupAttributes_autoWarmupEnabled - Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon Pinpoint account in the current AWS Region. Set to true to enable the automatic warm-up feature, or set to false to disable it.

Request Lenses

putAccountDedicatedIpWarmupAttributes_autoWarmupEnabled :: Lens' PutAccountDedicatedIpWarmupAttributes (Maybe Bool) Source #

Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon Pinpoint account in the current AWS Region. Set to true to enable the automatic warm-up feature, or set to false to disable it.

Destructuring the Response

data PutAccountDedicatedIpWarmupAttributesResponse Source #

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

See: newPutAccountDedicatedIpWarmupAttributesResponse smart constructor.

Constructors

PutAccountDedicatedIpWarmupAttributesResponse' 

Fields

Instances

Instances details
Eq PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Read PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Show PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Generic PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

NFData PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

type Rep PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

type Rep PutAccountDedicatedIpWarmupAttributesResponse = D1 ('MetaData "PutAccountDedicatedIpWarmupAttributesResponse" "Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutAccountDedicatedIpWarmupAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutAccountDedicatedIpWarmupAttributesResponse Source #

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

Response Lenses