lib/aws-sdk-mediaconnect/client.rb in aws-sdk-mediaconnect-1.13.0 vs lib/aws-sdk-mediaconnect/client.rb in aws-sdk-mediaconnect-1.14.0

- old
+ new

@@ -288,11 +288,11 @@ # url: "__string", # }, # max_latency: 1, # name: "__string", # port: 1, - # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull + # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist # remote_id: "__string", # smoothing_latency: 1, # stream_id: "__string", # }, # ], @@ -320,11 +320,11 @@ # resp.outputs[0].port #=> Integer # resp.outputs[0].transport.cidr_allow_list #=> Array # resp.outputs[0].transport.cidr_allow_list[0] #=> String # resp.outputs[0].transport.max_bitrate #=> Integer # resp.outputs[0].transport.max_latency #=> Integer - # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull" + # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist" # resp.outputs[0].transport.remote_id #=> String # resp.outputs[0].transport.smoothing_latency #=> Integer # resp.outputs[0].transport.stream_id #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowOutputs AWS API Documentation @@ -400,11 +400,11 @@ # url: "__string", # }, # max_latency: 1, # name: "__string", # port: 1, - # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull + # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist # remote_id: "__string", # smoothing_latency: 1, # stream_id: "__string", # }, # ], @@ -424,11 +424,11 @@ # entitlement_arn: "__string", # ingest_port: 1, # max_bitrate: 1, # max_latency: 1, # name: "__string", - # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull + # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist # stream_id: "__string", # whitelist_cidr: "__string", # }, # }) # @@ -473,11 +473,11 @@ # resp.flow.outputs[0].port #=> Integer # resp.flow.outputs[0].transport.cidr_allow_list #=> Array # resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String # resp.flow.outputs[0].transport.max_bitrate #=> Integer # resp.flow.outputs[0].transport.max_latency #=> Integer - # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull" + # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist" # resp.flow.outputs[0].transport.remote_id #=> String # resp.flow.outputs[0].transport.smoothing_latency #=> Integer # resp.flow.outputs[0].transport.stream_id #=> String # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256" # resp.flow.source.decryption.constant_initialization_vector #=> String @@ -496,11 +496,11 @@ # resp.flow.source.source_arn #=> String # resp.flow.source.transport.cidr_allow_list #=> Array # resp.flow.source.transport.cidr_allow_list[0] #=> String # resp.flow.source.transport.max_bitrate #=> Integer # resp.flow.source.transport.max_latency #=> Integer - # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull" + # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist" # resp.flow.source.transport.remote_id #=> String # resp.flow.source.transport.smoothing_latency #=> Integer # resp.flow.source.transport.stream_id #=> String # resp.flow.source.whitelist_cidr #=> String # resp.flow.status #=> String, one of "STANDBY", "ACTIVE", "UPDATING", "DELETING", "STARTING", "STOPPING", "ERROR" @@ -601,11 +601,11 @@ # resp.flow.outputs[0].port #=> Integer # resp.flow.outputs[0].transport.cidr_allow_list #=> Array # resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String # resp.flow.outputs[0].transport.max_bitrate #=> Integer # resp.flow.outputs[0].transport.max_latency #=> Integer - # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull" + # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist" # resp.flow.outputs[0].transport.remote_id #=> String # resp.flow.outputs[0].transport.smoothing_latency #=> Integer # resp.flow.outputs[0].transport.stream_id #=> String # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256" # resp.flow.source.decryption.constant_initialization_vector #=> String @@ -624,11 +624,11 @@ # resp.flow.source.source_arn #=> String # resp.flow.source.transport.cidr_allow_list #=> Array # resp.flow.source.transport.cidr_allow_list[0] #=> String # resp.flow.source.transport.max_bitrate #=> Integer # resp.flow.source.transport.max_latency #=> Integer - # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull" + # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist" # resp.flow.source.transport.remote_id #=> String # resp.flow.source.transport.smoothing_latency #=> Integer # resp.flow.source.transport.stream_id #=> String # resp.flow.source.whitelist_cidr #=> String # resp.flow.status #=> String, one of "STANDBY", "ACTIVE", "UPDATING", "DELETING", "STARTING", "STOPPING", "ERROR" @@ -1101,11 +1101,12 @@ # # @option params [String] :remote_id # The remote ID for the Zixi-pull stream. # # @option params [Integer] :smoothing_latency - # The smoothing latency in milliseconds for RTP and RTP-FEC streams. + # The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC + # streams. # # @option params [String] :stream_id # The stream ID that you want to use for this transport. This parameter # applies only to Zixi-based streams. # @@ -1133,11 +1134,11 @@ # }, # flow_arn: "__string", # required # max_latency: 1, # output_arn: "__string", # required # port: 1, - # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull + # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist # remote_id: "__string", # smoothing_latency: 1, # stream_id: "__string", # }) # @@ -1162,11 +1163,11 @@ # resp.output.port #=> Integer # resp.output.transport.cidr_allow_list #=> Array # resp.output.transport.cidr_allow_list[0] #=> String # resp.output.transport.max_bitrate #=> Integer # resp.output.transport.max_latency #=> Integer - # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull" + # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist" # resp.output.transport.remote_id #=> String # resp.output.transport.smoothing_latency #=> Integer # resp.output.transport.stream_id #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutput AWS API Documentation @@ -1196,14 +1197,15 @@ # # @option params [Integer] :ingest_port # The port that the flow will be listening on for incoming content. # # @option params [Integer] :max_bitrate - # The smoothing max bitrate for RTP and RTP-FEC streams. + # The smoothing max bitrate for RIST, RTP, and RTP-FEC streams. # # @option params [Integer] :max_latency - # The maximum latency in milliseconds for Zixi-based streams. + # The maximum latency in milliseconds. This parameter applies only to + # RIST-based and Zixi-based streams. # # @option params [String] :protocol # The protocol that is used by the source. # # @option params [required, String] :source_arn @@ -1240,11 +1242,11 @@ # entitlement_arn: "__string", # flow_arn: "__string", # required # ingest_port: 1, # max_bitrate: 1, # max_latency: 1, - # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull + # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist # source_arn: "__string", # required # stream_id: "__string", # whitelist_cidr: "__string", # }) # @@ -1268,11 +1270,11 @@ # resp.source.source_arn #=> String # resp.source.transport.cidr_allow_list #=> Array # resp.source.transport.cidr_allow_list[0] #=> String # resp.source.transport.max_bitrate #=> Integer # resp.source.transport.max_latency #=> Integer - # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull" + # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist" # resp.source.transport.remote_id #=> String # resp.source.transport.smoothing_latency #=> Integer # resp.source.transport.stream_id #=> String # resp.source.whitelist_cidr #=> String # @@ -1296,10 +1298,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-mediaconnect' - context[:gem_version] = '1.13.0' + context[:gem_version] = '1.14.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated