| 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.IoT.Types.RateIncreaseCriteria
Description
Documentation
data RateIncreaseCriteria Source #
Allows you to define a criteria to initiate the increase in rate of rollout for a job.
See: newRateIncreaseCriteria smart constructor.
Constructors
| RateIncreaseCriteria' | |
Fields
| |
Instances
newRateIncreaseCriteria :: RateIncreaseCriteria Source #
Create a value of RateIncreaseCriteria 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:RateIncreaseCriteria', rateIncreaseCriteria_numberOfNotifiedThings - The threshold for number of notified things that will initiate the
increase in rate of rollout.
$sel:numberOfSucceededThings:RateIncreaseCriteria', rateIncreaseCriteria_numberOfSucceededThings - The threshold for number of succeeded things that will initiate the
increase in rate of rollout.
rateIncreaseCriteria_numberOfNotifiedThings :: Lens' RateIncreaseCriteria (Maybe Natural) Source #
The threshold for number of notified things that will initiate the increase in rate of rollout.
rateIncreaseCriteria_numberOfSucceededThings :: Lens' RateIncreaseCriteria (Maybe Natural) Source #
The threshold for number of succeeded things that will initiate the increase in rate of rollout.