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

ModifyLaunchTemplateRequest

import type { ModifyLaunchTemplateRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyLaunchTemplateRequest {
ClientToken?: string | null;
DefaultVersion?: string | null;
DryRun?: boolean | null;
LaunchTemplateId?: string | null;
LaunchTemplateName?: string | null;
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraint: Maximum 128 ASCII characters.

§
DefaultVersion?: string | null
[src]

The version number of the launch template to set as the default version.

§
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.

§
LaunchTemplateId?: string | null
[src]

The ID of the launch template. You must specify either the launch template ID or launch template name in the request.

§
LaunchTemplateName?: string | null
[src]

The name of the launch template. You must specify either the launch template ID or launch template name in the request.