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

FastLaunchLaunchTemplateSpecificationResponse

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

Identifies the launch template to use for faster launching of the Windows AMI.

interface FastLaunchLaunchTemplateSpecificationResponse {
LaunchTemplateId?: string | null;
LaunchTemplateName?: string | null;
Version?: string | null;
}

§Properties

§
LaunchTemplateId?: string | null
[src]

The ID of the launch template for faster launching of the associated Windows AMI.

§
LaunchTemplateName?: string | null
[src]

The name of the launch template for faster launching of the associated Windows AMI.

§
Version?: string | null
[src]

The version of the launch template for faster launching of the associated Windows AMI.