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

CreateLaunchTemplateVersionResult

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

§Properties

§
LaunchTemplateVersion?: LaunchTemplateVersion | null
[src]

Information about the launch template version.

§
Warning?: ValidationWarning | null
[src]

If the new version of 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.