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

AddFlowMediaStreamsRequest

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

A request to add media streams to the flow.

interface AddFlowMediaStreamsRequest {
FlowArn: string;
MediaStreams: AddMediaStreamRequest[];
}

§Properties

§
FlowArn: string
[src]

The Amazon Resource Name (ARN) of the flow.

§

The media streams that you want to add to the flow.