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

UpdateLaunchConfigurationRequest

import type { UpdateLaunchConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/mgn.ts?docs=full";
interface UpdateLaunchConfigurationRequest {
copyPrivateIp?: boolean | null;
copyTags?: boolean | null;
launchDisposition?: LaunchDisposition | null;
licensing?: Licensing | null;
name?: string | null;
sourceServerID: string;
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null;
}

§Properties

§
copyPrivateIp?: boolean | null
[src]

Update Launch configuration copy Private IP request.

§
copyTags?: boolean | null
[src]

Update Launch configuration copy Tags request.

§
launchDisposition?: LaunchDisposition | null
[src]

Update Launch configuration launch disposition request.

§
licensing?: Licensing | null
[src]

Update Launch configuration licensing request.

§
name?: string | null
[src]

Update Launch configuration name request.

§
sourceServerID: string
[src]

Update Launch configuration by Source Server ID request.

§
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null
[src]

Update Launch configuration Target instance right sizing request.