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

GetFlowTemplateRevisionsRequest

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

§Properties

§
id: string
[src]

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
§
maxResults?: number | null
[src]

The maximum number of results to return in the response.

§
nextToken?: string | null
[src]

The string that specifies the next page of results. Use this when you're paginating results.