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

Description

 
Synopsis

Documentation

data ExponentialRolloutRate Source #

Allows you to create an exponential rate of rollout for a job.

See: newExponentialRolloutRate smart constructor.

Constructors

ExponentialRolloutRate' 

Fields

  • baseRatePerMinute :: Natural

    The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.

  • incrementFactor :: Double

    The exponential factor to increase the 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).

  • rateIncreaseCriteria :: RateIncreaseCriteria

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

Instances

Instances details
Eq ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

Read ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

Show ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

Generic ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

Associated Types

type Rep ExponentialRolloutRate :: Type -> Type #

NFData ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

Methods

rnf :: ExponentialRolloutRate -> () #

Hashable ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

ToJSON ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

FromJSON ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

type Rep ExponentialRolloutRate Source # 
Instance details

Defined in Amazonka.IoT.Types.ExponentialRolloutRate

type Rep ExponentialRolloutRate = D1 ('MetaData "ExponentialRolloutRate" "Amazonka.IoT.Types.ExponentialRolloutRate" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ExponentialRolloutRate'" '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 RateIncreaseCriteria))))

newExponentialRolloutRate Source #

Create a value of ExponentialRolloutRate 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:ExponentialRolloutRate', exponentialRolloutRate_baseRatePerMinute - The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.

$sel:incrementFactor:ExponentialRolloutRate', exponentialRolloutRate_incrementFactor - The exponential factor to increase the 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).

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

exponentialRolloutRate_baseRatePerMinute :: Lens' ExponentialRolloutRate Natural Source #

The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.

exponentialRolloutRate_incrementFactor :: Lens' ExponentialRolloutRate Double Source #

The exponential factor to increase the 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).

exponentialRolloutRate_rateIncreaseCriteria :: Lens' ExponentialRolloutRate RateIncreaseCriteria Source #

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