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

SearchFlowTemplatesResponse

import type { SearchFlowTemplatesResponse } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface SearchFlowTemplatesResponse {
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 contain summary information about each workflow in the result set.