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

UpdateFlowSourceRequest

import type { UpdateFlowSourceRequest } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

A request to update the source of a flow.

interface UpdateFlowSourceRequest {
Decryption?: UpdateEncryption | null;
Description?: string | null;
EntitlementArn?: string | null;
FlowArn: string;
IngestPort?: number | null;
MaxBitrate?: number | null;
MaxLatency?: number | null;
MaxSyncBuffer?: number | null;
MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[] | null;
MinLatency?: number | null;
Protocol?: Protocol | null;
SenderControlPort?: number | null;
SenderIpAddress?: string | null;
SourceArn: string;
SourceListenerAddress?: string | null;
SourceListenerPort?: number | null;
StreamId?: string | null;
VpcInterfaceName?: string | null;
WhitelistCidr?: string | null;
}

§Properties

§
Decryption?: UpdateEncryption | null
[src]

The type of encryption used on the content ingested from this source.

§
Description?: string | null
[src]

A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

§
EntitlementArn?: string | null
[src]

The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.

§
FlowArn: string
[src]

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

§
IngestPort?: number | null
[src]

The port that the flow will be listening on for incoming content.

§
MaxBitrate?: number | null
[src]

The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

§
MaxLatency?: number | null
[src]

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

§
MaxSyncBuffer?: number | null
[src]

The size of the buffer (in milliseconds) to use to sync incoming source data.

§
MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[] | null
[src]

The media streams that are associated with the source, 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.

§
Protocol?: Protocol | null
[src]

The protocol that is used by the source.

§
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.

§
SourceArn: string
[src]

The ARN of the source that you want to update.

§
SourceListenerAddress?: string | null
[src]

Source IP or domain name for SRT-caller protocol.

§
SourceListenerPort?: number | null
[src]

Source port for SRT-caller protocol.

§
StreamId?: string | null
[src]

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

§
VpcInterfaceName?: string | null
[src]

The name of the VPC interface to use for this source.

§
WhitelistCidr?: string | null
[src]

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.