| 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.AwsJobRateIncreaseCriteria
Description
Synopsis
- data AwsJobRateIncreaseCriteria = AwsJobRateIncreaseCriteria' {}
- newAwsJobRateIncreaseCriteria :: AwsJobRateIncreaseCriteria
- awsJobRateIncreaseCriteria_numberOfNotifiedThings :: Lens' AwsJobRateIncreaseCriteria (Maybe Natural)
- awsJobRateIncreaseCriteria_numberOfSucceededThings :: Lens' AwsJobRateIncreaseCriteria (Maybe Natural)
Documentation
data AwsJobRateIncreaseCriteria Source #
The criteria to initiate the increase in rate of rollout for a job.
See: newAwsJobRateIncreaseCriteria smart constructor.
Constructors
| AwsJobRateIncreaseCriteria' | |
Fields
| |
Instances
newAwsJobRateIncreaseCriteria :: AwsJobRateIncreaseCriteria Source #
Create a value of AwsJobRateIncreaseCriteria 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:AwsJobRateIncreaseCriteria', awsJobRateIncreaseCriteria_numberOfNotifiedThings - When this number of things have been notified, it will initiate an
increase in the rollout rate.
$sel:numberOfSucceededThings:AwsJobRateIncreaseCriteria', awsJobRateIncreaseCriteria_numberOfSucceededThings - When this number of things have succeeded in their job execution, it
will initiate an increase in the rollout rate.
awsJobRateIncreaseCriteria_numberOfNotifiedThings :: Lens' AwsJobRateIncreaseCriteria (Maybe Natural) Source #
When this number of things have been notified, it will initiate an increase in the rollout rate.
awsJobRateIncreaseCriteria_numberOfSucceededThings :: Lens' AwsJobRateIncreaseCriteria (Maybe Natural) Source #
When this number of things have succeeded in their job execution, it will initiate an increase in the rollout rate.