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

EnableFastLaunchRequest

import type { EnableFastLaunchRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface EnableFastLaunchRequest {
DryRun?: boolean | null;
ImageId: string;
MaxParallelLaunches?: number | null;
ResourceType?: string | null;
SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | null;
}

§Properties

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
ImageId: string
[src]

The ID of the image for which you’re enabling faster launching.

§

The launch template to use when launching Windows instances from pre-provisioned snapshots. Launch template parameters can include either the name or ID of the launch template, but not both.

§
MaxParallelLaunches?: number | null
[src]

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

§
ResourceType?: string | null
[src]

The type of resource to use for pre-provisioning the Windows AMI for faster launching. Supported values include: snapshot, which is the default value.

§
SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | null
[src]

Configuration settings for creating and managing the snapshots that are used for pre-provisioning the Windows AMI for faster launching. The associated ResourceType must be snapshot.