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

UpdateFlowOutputRequest

import type { UpdateFlowOutputRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mediaconnect.ts";
interface UpdateFlowOutputRequest {
CidrAllowList?: string[] | null;
Description?: string | null;
Destination?: string | null;
Encryption?: UpdateEncryption | null;
FlowArn: string;
MaxLatency?: number | null;
MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[] | null;
MinLatency?: number | null;
OutputArn: string;
Port?: number | null;
Protocol?: Protocol | null;
RemoteId?: string | null;
SmoothingLatency?: number | null;
StreamId?: string | null;
VpcInterfaceAttachment?: VpcInterfaceAttachment | null;
}

§Properties

§
CidrAllowList?: string[] | null
[src]
§
Description?: string | null
[src]
§
Destination?: string | null
[src]
§
Encryption?: UpdateEncryption | null
[src]
§
FlowArn: string
[src]
§
MaxLatency?: number | null
[src]
§
MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[] | null
[src]
§
MinLatency?: number | null
[src]
§
OutputArn: string
[src]
§
Port?: number | null
[src]
§
Protocol?: Protocol | null
[src]
§
RemoteId?: string | null
[src]
§
SmoothingLatency?: number | null
[src]
§
StreamId?: string | null
[src]
§
VpcInterfaceAttachment?: VpcInterfaceAttachment | null
[src]