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-gyr5wj9zj0fg.deno.dev/v0.2/services/mgn.ts";
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]
§
copyTags?: boolean | null
[src]
§
launchDisposition?: LaunchDisposition | null
[src]
§
licensing?: Licensing | null
[src]
§
name?: string | null
[src]
§
sourceServerID: string
[src]
§
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null
[src]