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

AddFlowOutputsRequest

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

A request to add outputs to the specified flow.

interface AddFlowOutputsRequest {
FlowArn: string;
Outputs: AddOutputRequest[];
}

§Properties

§
FlowArn: string
[src]

The flow that you want to add outputs to.

§

A list of outputs that you want to add.