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

SearchFlowTemplatesRequest

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

§Properties

§
filters?: FlowTemplateFilter[] | null
[src]

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

§
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.