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

Flow

import type { Flow } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";
interface Flow {
AvailabilityZone: string;
Description?: string | null;
EgressIp?: string | null;
Entitlements: Entitlement[];
FlowArn: string;
MediaStreams?: MediaStream[] | null;
Name: string;
Outputs: Output[];
Source: Source;
SourceFailoverConfig?: FailoverConfig | null;
Sources?: Source[] | null;
Status: Status;
VpcInterfaces?: VpcInterface[] | null;
}

§Properties

§
AvailabilityZone: string
[src]
§
Description?: string | null
[src]
§
EgressIp?: string | null
[src]
§
Entitlements: Entitlement[]
[src]
§
FlowArn: string
[src]
§
MediaStreams?: MediaStream[] | null
[src]
§
Name: string
[src]
§
Outputs: Output[]
[src]
§
SourceFailoverConfig?: FailoverConfig | null
[src]
§
Sources?: Source[] | null
[src]
§
VpcInterfaces?: VpcInterface[] | null
[src]