Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IoTJobExponentialRolloutRate

import type { IoTJobExponentialRolloutRate } from "https://aws-api.deno.dev/v0.3/services/greengrassv2.ts?docs=full";

Contains information about an exponential rollout rate for a configuration deployment job.

interface IoTJobExponentialRolloutRate {
baseRatePerMinute: number;
incrementFactor: number;
rateIncreaseCriteria: IoTJobRateIncreaseCriteria;
}

§Properties

§
baseRatePerMinute: number
[src]

The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job.

§
incrementFactor: number
[src]

The exponential factor to increase the rollout rate for the job.

This parameter supports up to one digit after the decimal (for example, you can specify 1.5, but not 1.55).

§
rateIncreaseCriteria: IoTJobRateIncreaseCriteria
[src]

The criteria to increase the rollout rate for the job.