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-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconnect.ts";
interface UpdateFlowSourceResponse {
FlowArn?: string | null;
Source?: Source | null;
}

§Properties

§
FlowArn?: string | null
[src]
§
Source?: Source | null
[src]