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.4/services/mgn.ts?docs=full";
interface UpdateLaunchConfigurationRequest {
bootMode?: BootMode | null;
copyPrivateIp?: boolean | null;
copyTags?: boolean | null;
enableMapAutoTagging?: boolean | null;
launchDisposition?: LaunchDisposition | null;
licensing?: Licensing | null;
mapAutoTaggingMpeID?: string | null;
name?: string | null;
postLaunchActions?: PostLaunchActions | null;
sourceServerID: string;
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null;
}

§Properties

§
bootMode?: BootMode | null
[src]

Update Launch configuration boot mode request.

§
copyPrivateIp?: boolean | null
[src]

Update Launch configuration copy Private IP request.

§
copyTags?: boolean | null
[src]

Update Launch configuration copy Tags request.

§
enableMapAutoTagging?: boolean | null
[src]

Enable map auto tagging.

§
launchDisposition?: LaunchDisposition | null
[src]

Update Launch configuration launch disposition request.

§
licensing?: Licensing | null
[src]

Update Launch configuration licensing request.

§
mapAutoTaggingMpeID?: string | null
[src]

Launch configuration map auto tagging MPE ID.

§
name?: string | null
[src]

Update Launch configuration name request.

§
postLaunchActions?: PostLaunchActions | null
[src]
§
sourceServerID: string
[src]

Update Launch configuration by Source Server ID request.

§
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod | null
[src]

Update Launch configuration Target instance right sizing request.