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

DisableFastSnapshotRestoreSuccessItem

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

Describes fast snapshot restores that were successfully disabled.

interface DisableFastSnapshotRestoreSuccessItem {
AvailabilityZone?: string | null;
DisabledTime?: Date | number | null;
DisablingTime?: Date | number | null;
EnabledTime?: Date | number | null;
EnablingTime?: Date | number | null;
OptimizingTime?: Date | number | null;
OwnerAlias?: string | null;
OwnerId?: string | null;
SnapshotId?: string | null;
StateTransitionReason?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone.

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

The time at which fast snapshot restores entered the disabled state.

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

The time at which fast snapshot restores entered the disabling state.

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

The time at which fast snapshot restores entered the enabled state.

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

The time at which fast snapshot restores entered the enabling state.

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

The time at which fast snapshot restores entered the optimizing state.

§
OwnerAlias?: string | null
[src]

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

§
SnapshotId?: string | null
[src]

The ID of the snapshot.

§

The state of fast snapshot restores for the snapshot.

§
StateTransitionReason?: string | null
[src]

The reason for the state transition. The possible values are as follows:

  • Client.UserInitiated - The state successfully transitioned to enabling or disabling.
  • Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to optimizing, enabled, or disabled.