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.AwsJobExponentialRolloutRate

Description

 
Synopsis

Documentation

data AwsJobExponentialRolloutRate Source #

The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.

See: newAwsJobExponentialRolloutRate smart constructor.

Constructors

AwsJobExponentialRolloutRate' 

Fields

  • baseRatePerMinute :: Natural

    The minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout. This is the initial rate of the rollout.

  • incrementFactor :: Double

    The rate of increase for a job rollout. The number of things notified is multiplied by this factor.

  • rateIncreaseCriteria :: AwsJobRateIncreaseCriteria

    The criteria to initiate the increase in rate of rollout for a job.

    Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).

Instances

Instances details
Eq AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

Read AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

Show AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

Generic AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

Associated Types

type Rep AwsJobExponentialRolloutRate :: Type -> Type #

NFData AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

Hashable AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

ToJSON AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

FromJSON AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

type Rep AwsJobExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobExponentialRolloutRate

type Rep AwsJobExponentialRolloutRate = D1 ('MetaData "AwsJobExponentialRolloutRate" "Amazonka.IoT.Types.AwsJobExponentialRolloutRate" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "AwsJobExponentialRolloutRate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseRatePerMinute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "incrementFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "rateIncreaseCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AwsJobRateIncreaseCriteria))))

newAwsJobExponentialRolloutRate Source #

Create a value of AwsJobExponentialRolloutRate 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:baseRatePerMinute:AwsJobExponentialRolloutRate', awsJobExponentialRolloutRate_baseRatePerMinute - The minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout. This is the initial rate of the rollout.

$sel:incrementFactor:AwsJobExponentialRolloutRate', awsJobExponentialRolloutRate_incrementFactor - The rate of increase for a job rollout. The number of things notified is multiplied by this factor.

$sel:rateIncreaseCriteria:AwsJobExponentialRolloutRate', awsJobExponentialRolloutRate_rateIncreaseCriteria - The criteria to initiate the increase in rate of rollout for a job.

Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).

awsJobExponentialRolloutRate_baseRatePerMinute :: Lens' AwsJobExponentialRolloutRate Natural Source #

The minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout. This is the initial rate of the rollout.

awsJobExponentialRolloutRate_incrementFactor :: Lens' AwsJobExponentialRolloutRate Double Source #

The rate of increase for a job rollout. The number of things notified is multiplied by this factor.

awsJobExponentialRolloutRate_rateIncreaseCriteria :: Lens' AwsJobExponentialRolloutRate AwsJobRateIncreaseCriteria Source #

The criteria to initiate the increase in rate of rollout for a job.

Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).