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

DescribeLaunchConfigurationTemplatesRequest

import type { DescribeLaunchConfigurationTemplatesRequest } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface DescribeLaunchConfigurationTemplatesRequest {
launchConfigurationTemplateIDs?: string[] | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
launchConfigurationTemplateIDs?: string[] | null
[src]

Request to filter Launch Configuration Templates list by Launch Configuration Template ID.

§
maxResults?: number | null
[src]

Maximum results to be returned in DescribeLaunchConfigurationTemplates.

§
nextToken?: string | null
[src]

Next pagination token returned from DescribeLaunchConfigurationTemplates.