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

InstanceRefreshProgressDetails

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

Reports progress on replacing instances in an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).

interface InstanceRefreshProgressDetails {
LivePoolProgress?: InstanceRefreshLivePoolProgress | null;
WarmPoolProgress?: InstanceRefreshWarmPoolProgress | null;
}

§Properties

§
LivePoolProgress?: InstanceRefreshLivePoolProgress | null
[src]

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

§
WarmPoolProgress?: InstanceRefreshWarmPoolProgress | null
[src]

Reports progress on replacing instances that are in the warm pool.