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

DescribeFlowResponse

import type { DescribeFlowResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appflow.ts";
interface DescribeFlowResponse {
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
destinationFlowConfigList?: DestinationFlowConfig[] | null;
flowArn?: string | null;
flowName?: string | null;
flowStatus?: FlowStatus | null;
flowStatusMessage?: string | null;
kmsArn?: string | null;
lastRunExecutionDetails?: ExecutionDetails | null;
lastUpdatedAt?: Date | number | null;
lastUpdatedBy?: string | null;
sourceFlowConfig?: SourceFlowConfig | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
tasks?: Task[] | null;
triggerConfig?: TriggerConfig | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
description?: string | null
[src]
§
destinationFlowConfigList?: DestinationFlowConfig[] | null
[src]
§
flowArn?: string | null
[src]
§
flowName?: string | null
[src]
§
flowStatus?: FlowStatus | null
[src]
§
flowStatusMessage?: string | null
[src]
§
kmsArn?: string | null
[src]
§
lastRunExecutionDetails?: ExecutionDetails | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
lastUpdatedBy?: string | null
[src]
§
sourceFlowConfig?: SourceFlowConfig | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
tasks?: Task[] | null
[src]
§
triggerConfig?: TriggerConfig | null
[src]