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

ListedFlow

import type { ListedFlow } from "https://aws-api.deno.dev/v0.3/services/mediaconnect.ts?docs=full";

Provides a summary of a flow, including its ARN, Availability Zone, and source type.

interface ListedFlow {
AvailabilityZone: string;
Description: string;
FlowArn: string;
Name: string;
SourceType: SourceType;
Status: Status;
}

§Properties

§
AvailabilityZone: string
[src]

The Availability Zone that the flow was created in.

§
Description: string
[src]

A description of the flow.

§
FlowArn: string
[src]

The ARN of the flow.

§
Name: string
[src]

The name of the flow.

§
SourceType: SourceType
[src]

The type of source. This value is either owned (originated somewhere other than an AWS Elemental MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental MediaConnect flow owned by another AWS account).

§
Status: Status
[src]

The current status of the flow.