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

RollbackDetails

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

Details about an instance refresh rollback.

interface RollbackDetails {
InstancesToUpdateOnRollback?: number | null;
PercentageCompleteOnRollback?: number | null;
ProgressDetailsOnRollback?: InstanceRefreshProgressDetails | null;
RollbackReason?: string | null;
RollbackStartTime?: Date | number | null;
}

§Properties

§
InstancesToUpdateOnRollback?: number | null
[src]

Indicates the value of InstancesToUpdate at the time the rollback started.

§
PercentageCompleteOnRollback?: number | null
[src]

Indicates the value of PercentageComplete at the time the rollback started.

§
ProgressDetailsOnRollback?: InstanceRefreshProgressDetails | null
[src]
§
RollbackReason?: string | null
[src]

The reason for this instance refresh rollback (for example, whether a manual or automatic rollback was initiated).

§
RollbackStartTime?: Date | number | null
[src]

The date and time at which the rollback began.