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;
}