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

GetFlowTemplateRevisionsResponse

import type { GetFlowTemplateRevisionsResponse } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface GetFlowTemplateRevisionsResponse {
nextToken?: string | null;
summaries?: FlowTemplateSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The string to specify as nextToken when you request the next page of results.

§
summaries?: FlowTemplateSummary[] | null
[src]

An array of objects that provide summary data about each revision.