Mediaconnect Api Update Flow Source Request Structure
A request to update the source of a flow.
UpdateFlowSourceRequest is a JSON Structure definition published by Amazon MediaConnect, describing 18 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-update-flow-source-request-structure.json",
"name": "UpdateFlowSourceRequest",
"type": "object",
"description": "A request to update the source of a flow.",
"properties": {
"Decryption": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateEncryption"
},
{
"xml": {
"name": "decryption"
},
"description": "The type of encryption used on the content ingested from this source. Allowable encryption types: static-key."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "description"
},
"description": "A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account."
}
]
},
"EntitlementArn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"pattern": "^arn:.+:mediaconnect.+:entitlement:.+$",
"xml": {
"name": "entitlementArn"
},
"description": "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."
}
]
},
"IngestPort": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "ingestPort"
},
"description": "The port that the flow will be listening on for incoming content."
}
]
},
"MaxBitrate": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "maxBitrate"
},
"description": "The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams."
}
]
},
"MaxLatency": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "maxLatency"
},
"description": "The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams."
}
]
},
"MaxSyncBuffer": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "maxSyncBuffer"
},
"description": "The size of the buffer (in milliseconds) to use to sync incoming source data."
}
]
},
"MediaStreamSourceConfigurations": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfMediaStreamSourceConfigurationRequest"
},
{
"xml": {
"name": "mediaStreamSourceConfigurations"
},
"description": "The media streams that are associated with the source, and the parameters for those associations."
}
]
},
"MinLatency": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "minLatency"
},
"description": "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\u2019s minimum latency and the receiver\u2019s minimum latency."
}
]
},
"Protocol": {
"allOf": [
{
"$ref": "#/components/schemas/Protocol"
},
{
"xml": {
"name": "protocol"
},
"description": "The protocol that is used by the source."
}
]
},
"SenderControlPort": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "senderControlPort"
},
"description": "The port that the flow uses to send outbound requests to initiate connection with the sender."
}
]
},
"SenderIpAddress": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "senderIpAddress"
},
"description": "The IP address that the flow communicates with to initiate connection with the sender."
}
]
},
"SourceListenerAddress": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "sourceListenerAddress"
},
"description": "Source IP or domain name for SRT-caller protocol."
}
]
},
"SourceListenerPort": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "sourceListenerPort"
},
"description": "Source port for SRT-caller protocol."
}
]
},
"StreamId": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "streamId"
},
"description": "The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams."
}
]
},
"VpcInterfaceName": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "vpcInterfaceName"
},
"description": "The name of the VPC interface to use for this source."
}
]
},
"WhitelistCidr": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "whitelistCidr"
},
"description": "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."
}
]
},
"GatewayBridgeSource": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateGatewayBridgeSourceRequest"
},
{
"xml": {
"name": "gatewayBridgeSource"
},
"description": "The source configuration for cloud flows receiving a stream from a bridge."
}
]
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/mediaconnect-api-update-flow-source-request-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.