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

FlowExecutionSummary

import type { FlowExecutionSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iotthingsgraph.ts";
interface FlowExecutionSummary {
createdAt?: Date | number | null;
flowExecutionId?: string | null;
flowTemplateId?: string | null;
status?: FlowExecutionStatus | null;
systemInstanceId?: string | null;
updatedAt?: Date | number | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
flowExecutionId?: string | null
[src]
§
flowTemplateId?: string | null
[src]
§
systemInstanceId?: string | null
[src]
§
updatedAt?: Date | number | null
[src]