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

InstanceRefreshLivePoolProgress

import type { InstanceRefreshLivePoolProgress } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";

Reports progress on replacing instances that are in the Auto Scaling group.

interface InstanceRefreshLivePoolProgress {
InstancesToUpdate?: number | null;
PercentageComplete?: number | null;
}

§Properties

§
InstancesToUpdate?: number | null
[src]

The number of instances remaining to update.

§
PercentageComplete?: number | null
[src]

The percentage of instances in the Auto Scaling group that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.