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

CreateFlowResponse

import type { CreateFlowResponse } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface CreateFlowResponse {
flowArn?: string | null;
flowStatus?: FlowStatus | null;
}

§Properties

§
flowArn?: string | null
[src]

The flow's Amazon Resource Name (ARN).

§
flowStatus?: FlowStatus | null
[src]

Indicates the current status of the flow.