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

ListTemplateStepsResponse

import type { ListTemplateStepsResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface ListTemplateStepsResponse {
nextToken?: string | null;
templateStepSummaryList?: TemplateStepSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The pagination token.

§
templateStepSummaryList?: TemplateStepSummary[] | null
[src]

The list of summaries of steps in a template.