libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

Description

 
Synopsis

Documentation

data AwsJobExecutionsRolloutConfig Source #

Configuration for the rollout of OTA updates.

See: newAwsJobExecutionsRolloutConfig smart constructor.

Constructors

AwsJobExecutionsRolloutConfig' 

Fields

Instances

Instances details
Eq AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

Read AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

Show AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

Generic AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

Associated Types

type Rep AwsJobExecutionsRolloutConfig :: Type -> Type #

NFData AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

Hashable AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

ToJSON AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

FromJSON AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

type Rep AwsJobExecutionsRolloutConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig

type Rep AwsJobExecutionsRolloutConfig = D1 ('MetaData "AwsJobExecutionsRolloutConfig" "Amazonka.IoT.Types.AwsJobExecutionsRolloutConfig" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "AwsJobExecutionsRolloutConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exponentialRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsJobExponentialRolloutRate)) :*: S1 ('MetaSel ('Just "maximumPerMinute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

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.