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 AwsJobExecutionsRolloutConfig = AwsJobExecutionsRolloutConfig' {}
- newAwsJobExecutionsRolloutConfig :: AwsJobExecutionsRolloutConfig
- awsJobExecutionsRolloutConfig_exponentialRate :: Lens' AwsJobExecutionsRolloutConfig (Maybe AwsJobExponentialRolloutRate)
- awsJobExecutionsRolloutConfig_maximumPerMinute :: Lens' AwsJobExecutionsRolloutConfig (Maybe Natural)
Documentation
data AwsJobExecutionsRolloutConfig Source #
Configuration for the rollout of OTA updates.
See: newAwsJobExecutionsRolloutConfig
smart constructor.
AwsJobExecutionsRolloutConfig' | |
|
Instances
newAwsJobExecutionsRolloutConfig :: AwsJobExecutionsRolloutConfig Source #
Create a value of AwsJobExecutionsRolloutConfig
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:AwsJobExecutionsRolloutConfig'
, awsJobExecutionsRolloutConfig_exponentialRate
- The rate of increase for a job rollout. This parameter allows you to
define an exponential rate increase for a job rollout.
$sel:maximumPerMinute:AwsJobExecutionsRolloutConfig'
, awsJobExecutionsRolloutConfig_maximumPerMinute
- The maximum number of OTA update job executions started per minute.
awsJobExecutionsRolloutConfig_exponentialRate :: Lens' AwsJobExecutionsRolloutConfig (Maybe AwsJobExponentialRolloutRate) Source #
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
awsJobExecutionsRolloutConfig_maximumPerMinute :: Lens' AwsJobExecutionsRolloutConfig (Maybe Natural) Source #
The maximum number of OTA update job executions started per minute.