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 |
Synopsis
- data DedicatedIp = DedicatedIp' {
- poolName :: Maybe Text
- ip :: Text
- warmupStatus :: WarmupStatus
- warmupPercentage :: Int
- newDedicatedIp :: Text -> WarmupStatus -> Int -> DedicatedIp
- dedicatedIp_poolName :: Lens' DedicatedIp (Maybe Text)
- dedicatedIp_ip :: Lens' DedicatedIp Text
- dedicatedIp_warmupStatus :: Lens' DedicatedIp WarmupStatus
- dedicatedIp_warmupPercentage :: Lens' DedicatedIp Int
Documentation
data DedicatedIp Source #
Contains information about a dedicated IP address that is associated with your Amazon SES account.
To learn more about requesting dedicated IP addresses, see Requesting and Relinquishing Dedicated IP Addresses in the Amazon SES Developer Guide.
See: newDedicatedIp
smart constructor.
DedicatedIp' | |
|
Instances
:: Text | |
-> WarmupStatus | |
-> Int | |
-> DedicatedIp |
Create a value of DedicatedIp
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:poolName:DedicatedIp'
, dedicatedIp_poolName
- The name of the dedicated IP pool that the IP address is associated
with.
$sel:ip:DedicatedIp'
, dedicatedIp_ip
- An IPv4 address.
$sel:warmupStatus:DedicatedIp'
, dedicatedIp_warmupStatus
- The warm-up status of a dedicated IP address. The status can have one of
the following values:
IN_PROGRESS
– The IP address isn't ready to use because the dedicated IP warm-up process is ongoing.DONE
– The dedicated IP warm-up process is complete, and the IP address is ready to use.
$sel:warmupPercentage:DedicatedIp'
, dedicatedIp_warmupPercentage
- Indicates how complete the dedicated IP warm-up process is. When this
value equals 1, the address has completed the warm-up process and is
ready for use.
dedicatedIp_poolName :: Lens' DedicatedIp (Maybe Text) Source #
The name of the dedicated IP pool that the IP address is associated with.
dedicatedIp_ip :: Lens' DedicatedIp Text Source #
An IPv4 address.
dedicatedIp_warmupStatus :: Lens' DedicatedIp WarmupStatus Source #
The warm-up status of a dedicated IP address. The status can have one of the following values:
IN_PROGRESS
– The IP address isn't ready to use because the dedicated IP warm-up process is ongoing.DONE
– The dedicated IP warm-up process is complete, and the IP address is ready to use.
dedicatedIp_warmupPercentage :: Lens' DedicatedIp Int Source #
Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.