Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Enable or disable the automatic warm-up feature for dedicated IP addresses.
Synopsis
- data PutAccountDedicatedIpWarmupAttributes = PutAccountDedicatedIpWarmupAttributes' {}
- newPutAccountDedicatedIpWarmupAttributes :: PutAccountDedicatedIpWarmupAttributes
- putAccountDedicatedIpWarmupAttributes_autoWarmupEnabled :: Lens' PutAccountDedicatedIpWarmupAttributes (Maybe Bool)
- data PutAccountDedicatedIpWarmupAttributesResponse = PutAccountDedicatedIpWarmupAttributesResponse' {
- httpStatus :: Int
- newPutAccountDedicatedIpWarmupAttributesResponse :: Int -> PutAccountDedicatedIpWarmupAttributesResponse
- putAccountDedicatedIpWarmupAttributesResponse_httpStatus :: Lens' PutAccountDedicatedIpWarmupAttributesResponse Int
Creating a Request
data PutAccountDedicatedIpWarmupAttributes Source #
A request to enable or disable the automatic IP address warm-up feature.
See: newPutAccountDedicatedIpWarmupAttributes
smart constructor.
PutAccountDedicatedIpWarmupAttributes' | |
|
Instances
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.
PutAccountDedicatedIpWarmupAttributesResponse' | |
|
Instances
Eq PutAccountDedicatedIpWarmupAttributesResponse Source # | |
Read PutAccountDedicatedIpWarmupAttributesResponse Source # | |
Show PutAccountDedicatedIpWarmupAttributesResponse Source # | |
Generic PutAccountDedicatedIpWarmupAttributesResponse Source # | |
NFData PutAccountDedicatedIpWarmupAttributesResponse Source # | |
type Rep PutAccountDedicatedIpWarmupAttributesResponse Source # | |
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 #
:: Int |
|
-> PutAccountDedicatedIpWarmupAttributesResponse |
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
putAccountDedicatedIpWarmupAttributesResponse_httpStatus :: Lens' PutAccountDedicatedIpWarmupAttributesResponse Int Source #
The response's http status code.