| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.PutAccountDedicatedIpWarmupAttributes
Description
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.
Constructors
| PutAccountDedicatedIpWarmupAttributes' | |
Fields
| |
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 SES account in the
current Amazon Web Services 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 SES account in the
current Amazon Web Services 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
newPutAccountDedicatedIpWarmupAttributesResponse Source #
Arguments
| :: 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.