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

StopFlowResponse

import type { StopFlowResponse } from "https://aws-api.deno.dev/v0.3/services/appflow.ts?docs=full";
interface StopFlowResponse {
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.