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

ListTemplateStepGroupsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results that can be returned.

§
nextToken?: string | null
[src]

The pagination token.

§
templateId: string
[src]

The ID of the template.