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

DisableFastLaunchResult

import type { DisableFastLaunchResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DisableFastLaunchResult {
ImageId?: string | null;
MaxParallelLaunches?: number | null;
OwnerId?: string | null;
ResourceType?: FastLaunchResourceType | null;
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | null;
State?: FastLaunchStateCode | null;
StateTransitionReason?: string | null;
StateTransitionTime?: Date | number | null;
}

§Properties

§
ImageId?: string | null
[src]

The ID of the image for which faster-launching has been turned off.

§

The launch template that was used to launch Windows instances from pre-provisioned snapshots.

§
MaxParallelLaunches?: number | null
[src]

The maximum number of parallel instances to launch for creating resources.

§
OwnerId?: string | null
[src]

The owner of the Windows AMI for which faster launching was turned off.

§
ResourceType?: FastLaunchResourceType | null
[src]

The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot.

§
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | null
[src]

Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.

§

The current state of faster launching for the specified Windows AMI.

§
StateTransitionReason?: string | null
[src]

The reason that the state changed for faster launching for the Windows AMI.

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

The time that the state changed for faster launching for the Windows AMI.