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

SearchFlowExecutionsRequest

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

§Properties

§
endTime?: Date | number | null
[src]

The date and time of the latest flow execution to return.

§
flowExecutionId?: string | null
[src]

The ID of a flow execution.

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

§
startTime?: Date | number | null
[src]

The date and time of the earliest flow execution to return.

§
systemInstanceId: string
[src]

The ID of the system instance that contains the flow.