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

ListTemplateActionsResponse

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

§Properties

§

List of template post migration custom actions.

§
nextToken?: string | null
[src]

Next token returned when listing template post migration custom actions.