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 IoTJobExecutionsRolloutConfig = IoTJobExecutionsRolloutConfig' {}
- newIoTJobExecutionsRolloutConfig :: IoTJobExecutionsRolloutConfig
- ioTJobExecutionsRolloutConfig_exponentialRate :: Lens' IoTJobExecutionsRolloutConfig (Maybe IoTJobExponentialRolloutRate)
- ioTJobExecutionsRolloutConfig_maximumPerMinute :: Lens' IoTJobExecutionsRolloutConfig (Maybe Natural)
Documentation
data IoTJobExecutionsRolloutConfig Source #
Contains information about the rollout configuration for a job. This configuration defines the rate at which the job deploys a configuration to a fleet of target devices.
See: newIoTJobExecutionsRolloutConfig
smart constructor.
IoTJobExecutionsRolloutConfig' | |
|
Instances
newIoTJobExecutionsRolloutConfig :: IoTJobExecutionsRolloutConfig Source #
Create a value of IoTJobExecutionsRolloutConfig
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:exponentialRate:IoTJobExecutionsRolloutConfig'
, ioTJobExecutionsRolloutConfig_exponentialRate
- The exponential rate to increase the job rollout rate.
$sel:maximumPerMinute:IoTJobExecutionsRolloutConfig'
, ioTJobExecutionsRolloutConfig_maximumPerMinute
- The maximum number of devices that receive a pending job notification,
per minute.
ioTJobExecutionsRolloutConfig_exponentialRate :: Lens' IoTJobExecutionsRolloutConfig (Maybe IoTJobExponentialRolloutRate) Source #
The exponential rate to increase the job rollout rate.
ioTJobExecutionsRolloutConfig_maximumPerMinute :: Lens' IoTJobExecutionsRolloutConfig (Maybe Natural) Source #
The maximum number of devices that receive a pending job notification, per minute.