v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1450250256.2 KB

Updates the source of a flow.

put/v1/flows/{flowArn}/source/{sourceArn}

Path parameters

flowArnstring required

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

sourceArnstring required

The ARN of the source that you want to update.

Request body

descriptionstring

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

entitlementArnstring

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.

ingestPortinteger

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

maxBitrateinteger

The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.

maxLatencyinteger

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

maxSyncBufferinteger

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

minLatencyinteger

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'zixi-push' | 'rtp-fec' | 'rtp' | 'zixi-pull' | 'rist' | 'st2110-jpegxs' | 'cdi' | 'srt-listener' | 'srt-caller' | 'fujitsu-qos' | 'udp'

The protocol that is used by the source.

senderControlPortinteger

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

senderIpAddressstring

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

sourceListenerAddressstring

Source IP or domain name for SRT-caller protocol.

sourceListenerPortinteger

Source port for SRT-caller protocol.

streamIdstring

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

vpcInterfaceNamestring

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

whitelistCidrstring

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.

Response

Success

FlowArnstring

The ARN of the flow that you want to update.