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

DeleteLaunchTemplateVersionsResult

import type { DeleteLaunchTemplateVersionsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DeleteLaunchTemplateVersionsResult {
SuccessfullyDeletedLaunchTemplateVersions: DeleteLaunchTemplateVersionsResponseSuccessItem[];
UnsuccessfullyDeletedLaunchTemplateVersions: DeleteLaunchTemplateVersionsResponseErrorItem[];
}

§Properties

§
SuccessfullyDeletedLaunchTemplateVersions: DeleteLaunchTemplateVersionsResponseSuccessItem[]
[src]

Information about the launch template versions that were successfully deleted.

§
UnsuccessfullyDeletedLaunchTemplateVersions: DeleteLaunchTemplateVersionsResponseErrorItem[]
[src]

Information about the launch template versions that could not be deleted.