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.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

The fields that you want to update in the output.

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;
SenderControlPort?: number | null;
SenderIpAddress?: string | null;
SmoothingLatency?: number | null;
StreamId?: string | null;
VpcInterfaceAttachment?: VpcInterfaceAttachment | null;
}

§Properties

§
CidrAllowList?: string[] | null
[src]

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

§
Description?: string | null
[src]

A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.

§
Destination?: string | null
[src]

The IP address where you want to send the output.

§
Encryption?: UpdateEncryption | null
[src]

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

§
FlowArn: string
[src]

The flow that is associated with the output that you want to update.

§
MaxLatency?: number | null
[src]

The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.

§
MediaStreamOutputConfigurations?: MediaStreamOutputConfigurationRequest[] | null
[src]

The media streams that are associated with the output, and the parameters for those associations.

§
MinLatency?: number | null
[src]

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

§
OutputArn: string
[src]

The ARN of the output that you want to update.

§
Port?: number | null
[src]

The port to use when content is distributed to this output.

§
Protocol?: Protocol | null
[src]

The protocol to use for the output.

§
RemoteId?: string | null
[src]

The remote ID for the Zixi-pull stream.

§
SenderControlPort?: number | null
[src]

The port that the flow uses to send outbound requests to initiate connection with the sender.

§
SenderIpAddress?: string | null
[src]

The IP address that the flow communicates with to initiate connection with the sender.

§
SmoothingLatency?: number | null
[src]

The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

§
StreamId?: string | null
[src]

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

§
VpcInterfaceAttachment?: VpcInterfaceAttachment | null
[src]

The name of the VPC interface attachment to use for this output.