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

AddFlowSourcesRequest

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

A request to add sources to the flow.

interface AddFlowSourcesRequest {
FlowArn: string;
Sources: SetSourceRequest[];
}

§Properties

§
FlowArn: string
[src]

The flow that you want to mutate.

§

A list of sources that you want to add.