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 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.
AwsJobRateIncreaseCriteria' | |
|
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.