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

RemoveFlowMediaStreamResponse

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

§Properties

§
FlowArn?: string | null
[src]

The Amazon Resource Name (ARN) of the flow.

§
MediaStreamName?: string | null
[src]

The name of the media stream that was removed.