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

UpdateFlowMediaStreamRequest

import type { UpdateFlowMediaStreamRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconnect.ts";
interface UpdateFlowMediaStreamRequest {
Attributes?: MediaStreamAttributesRequest | null;
ClockRate?: number | null;
Description?: string | null;
FlowArn: string;
MediaStreamName: string;
MediaStreamType?: MediaStreamType | null;
VideoFormat?: string | null;
}

§Properties

§
ClockRate?: number | null
[src]
§
Description?: string | null
[src]
§
FlowArn: string
[src]
§
MediaStreamName: string
[src]
§
MediaStreamType?: MediaStreamType | null
[src]
§
VideoFormat?: string | null
[src]