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

ListTemplateActionsRequest

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

§Properties

§

Filters to apply when listing template post migration custom actions.

§
launchConfigurationTemplateID: string
[src]

Launch configuration template ID.

§
maxResults?: number | null
[src]

Maximum amount of items to return when listing template post migration custom actions.

§
nextToken?: string | null
[src]

Next token to use when listing template post migration custom actions.