Class: Aws::MediaConnect::Types::UpdateFlowSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowSourceRequest
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#decryption ⇒ Types::UpdateEncryption
The type of encryption that is used on the content ingested from the source.
-
#description ⇒ String
A description of the source.
-
#entitlement_arn ⇒ String
The Amazon Resource Name (ARN) of the entitlement that allows you to subscribe to the flow.
-
#flow_arn ⇒ String
The ARN of the flow that you want to update.
-
#gateway_bridge_source ⇒ Types::UpdateGatewayBridgeSourceRequest
The source configuration for cloud flows receiving a stream from a bridge.
-
#ingest_port ⇒ Integer
The port that the flow listens on for incoming content.
-
#max_bitrate ⇒ Integer
The maximum bitrate for RIST, RTP, and RTP-FEC streams.
-
#max_latency ⇒ Integer
The maximum latency in milliseconds.
-
#max_sync_buffer ⇒ Integer
The size of the buffer (in milliseconds) to use to sync incoming source data.
-
#media_stream_source_configurations ⇒ Array<Types::MediaStreamSourceConfigurationRequest>
The media stream that is associated with the source, and the parameters for that association.
-
#min_latency ⇒ Integer
The minimum latency in milliseconds for SRT-based streams.
-
#ndi_source_settings ⇒ Types::NdiSourceSettings
The settings for the NDI source.
-
#protocol ⇒ String
The protocol that the source uses to deliver the content to MediaConnect.
-
#router_integration_state ⇒ String
Indicates whether to enable or disable router integration for this flow source.
-
#router_integration_transit_decryption ⇒ Types::FlowTransitEncryption
The encryption configuration for the flow source when router integration is enabled.
-
#sender_control_port ⇒ Integer
The port that the flow uses to send outbound requests to initiate connection with the sender.
-
#sender_ip_address ⇒ String
The IP address that the flow communicates with to initiate connection with the sender.
-
#source_arn ⇒ String
The ARN of the source that you want to update.
-
#source_listener_address ⇒ String
The source IP or domain name for SRT-caller protocol.
-
#source_listener_port ⇒ Integer
Source port for SRT-caller protocol.
-
#stream_id ⇒ String
The stream ID that you want to use for this transport.
-
#vpc_interface_name ⇒ String
The name of the VPC interface that you want to send your output to.
-
#whitelist_cidr ⇒ String
The range of IP addresses that are allowed to contribute content to your source.
Instance Attribute Details
#decryption ⇒ Types::UpdateEncryption
The type of encryption that is used on the content ingested from the source.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the source. This description is not visible outside of the current Amazon Web Services account.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#entitlement_arn ⇒ String
The Amazon Resource Name (ARN) of the entitlement that allows you to subscribe to the flow. The entitlement is set by the content originator, and the ARN is generated as part of the originator's flow.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
The ARN of the flow that you want to update.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#gateway_bridge_source ⇒ Types::UpdateGatewayBridgeSourceRequest
The source configuration for cloud flows receiving a stream from a bridge.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#ingest_port ⇒ Integer
The port that the flow listens on for incoming content. If the protocol of the source is Zixi, the port must be set to 2088.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#max_bitrate ⇒ Integer
The maximum bitrate for RIST, RTP, and RTP-FEC streams.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#max_latency ⇒ Integer
The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#max_sync_buffer ⇒ Integer
The size of the buffer (in milliseconds) to use to sync incoming source data.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#media_stream_source_configurations ⇒ Array<Types::MediaStreamSourceConfigurationRequest>
The media stream that is associated with the source, and the parameters for that association.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#min_latency ⇒ Integer
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.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#ndi_source_settings ⇒ Types::NdiSourceSettings
The settings for the NDI source. This includes the exact name of the upstream NDI sender that you want to connect to your source.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol that the source uses to deliver the content to MediaConnect.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#router_integration_state ⇒ String
Indicates whether to enable or disable router integration for this flow source.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#router_integration_transit_decryption ⇒ Types::FlowTransitEncryption
The encryption configuration for the flow source when router integration is enabled.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#sender_control_port ⇒ Integer
The port that the flow uses to send outbound requests to initiate connection with the sender.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#sender_ip_address ⇒ String
The IP address that the flow communicates with to initiate connection with the sender.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The ARN of the source that you want to update.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#source_listener_address ⇒ String
The source IP or domain name for SRT-caller protocol.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#source_listener_port ⇒ Integer
Source port for SRT-caller protocol.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#vpc_interface_name ⇒ String
The name of the VPC interface that you want to send your output to.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#whitelist_cidr ⇒ String
The range of IP addresses that are allowed to contribute content to your source. Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9090 class UpdateFlowSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :flow_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :protocol, :sender_control_port, :sender_ip_address, :source_arn, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :ndi_source_settings, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |