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

CreateLaunchTemplateResult

import type { CreateLaunchTemplateResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateLaunchTemplateResult {
LaunchTemplate?: LaunchTemplate | null;
Warning?: ValidationWarning | null;
}

§Properties

§
LaunchTemplate?: LaunchTemplate | null
[src]

Information about the launch template.

§
Warning?: ValidationWarning | null
[src]

If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.