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 IoTJobRateIncreaseCriteria = IoTJobRateIncreaseCriteria' {}
- newIoTJobRateIncreaseCriteria :: IoTJobRateIncreaseCriteria
- ioTJobRateIncreaseCriteria_numberOfNotifiedThings :: Lens' IoTJobRateIncreaseCriteria (Maybe Natural)
- ioTJobRateIncreaseCriteria_numberOfSucceededThings :: Lens' IoTJobRateIncreaseCriteria (Maybe Natural)
Documentation
data IoTJobRateIncreaseCriteria Source #
Contains information about criteria to meet before a job increases its
rollout rate. Specify either numberOfNotifiedThings
or
numberOfSucceededThings
.
See: newIoTJobRateIncreaseCriteria
smart constructor.
IoTJobRateIncreaseCriteria' | |
|
Instances
newIoTJobRateIncreaseCriteria :: IoTJobRateIncreaseCriteria Source #
Create a value of IoTJobRateIncreaseCriteria
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:numberOfNotifiedThings:IoTJobRateIncreaseCriteria'
, ioTJobRateIncreaseCriteria_numberOfNotifiedThings
- The number of devices to receive the job notification before the rollout
rate increases.
$sel:numberOfSucceededThings:IoTJobRateIncreaseCriteria'
, ioTJobRateIncreaseCriteria_numberOfSucceededThings
- The number of devices to successfully run the configuration job before
the rollout rate increases.
ioTJobRateIncreaseCriteria_numberOfNotifiedThings :: Lens' IoTJobRateIncreaseCriteria (Maybe Natural) Source #
The number of devices to receive the job notification before the rollout rate increases.
ioTJobRateIncreaseCriteria_numberOfSucceededThings :: Lens' IoTJobRateIncreaseCriteria (Maybe Natural) Source #
The number of devices to successfully run the configuration job before the rollout rate increases.