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

UpdateFlowSourceResponse

import type { UpdateFlowSourceResponse } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";
interface UpdateFlowSourceResponse {
FlowArn?: string | null;
Source?: Source | null;
}

§Properties

§
FlowArn?: string | null
[src]

The ARN of the flow that you want to update.

§
Source?: Source | null
[src]

The settings for the source of the flow.