lib/aws-sdk-mediaconnect/client.rb in aws-sdk-mediaconnect-1.19.0 vs lib/aws-sdk-mediaconnect/client.rb in aws-sdk-mediaconnect-1.20.0
- old
+ new
@@ -346,10 +346,13 @@
# port: 1,
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
# remote_id: "__string",
# smoothing_latency: 1,
# stream_id: "__string",
+ # vpc_interface_attachment: {
+ # vpc_interface_name: "__string",
+ # },
# },
# ],
# })
#
# @example Response structure
@@ -379,10 +382,11 @@
# resp.outputs[0].transport.max_latency #=> Integer
# 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
+ # resp.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowOutputs AWS API Documentation
#
# @overload add_flow_outputs(params = {})
# @param [Hash] params ({})
@@ -598,10 +602,13 @@
# port: 1,
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
# remote_id: "__string",
# smoothing_latency: 1,
# stream_id: "__string",
+ # vpc_interface_attachment: {
+ # vpc_interface_name: "__string",
+ # },
# },
# ],
# source: {
# decryption: {
# algorithm: "aes128", # required, accepts aes128, aes192, aes256
@@ -711,10 +718,11 @@
# resp.flow.outputs[0].transport.max_latency #=> Integer
# 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.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.flow.source.decryption.constant_initialization_vector #=> String
# resp.flow.source.decryption.device_id #=> String
# resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
@@ -880,10 +888,11 @@
# resp.flow.outputs[0].transport.max_latency #=> Integer
# 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.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.flow.source.decryption.constant_initialization_vector #=> String
# resp.flow.source.decryption.device_id #=> String
# resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
@@ -1455,10 +1464,11 @@
# resp.flow.outputs[0].transport.max_latency #=> Integer
# 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.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.flow.source.decryption.constant_initialization_vector #=> String
# resp.flow.source.decryption.device_id #=> String
# resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
@@ -1646,10 +1656,13 @@
#
# @option params [String] :stream_id
# The stream ID that you want to use for this transport. This parameter
# applies only to Zixi-based streams.
#
+ # @option params [Types::VpcInterfaceAttachment] :vpc_interface_attachment
+ # The name of the VPC interface attachment to use for this output.
+ #
# @return [Types::UpdateFlowOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::UpdateFlowOutputResponse#flow_arn #flow_arn} => String
# * {Types::UpdateFlowOutputResponse#output #output} => Types::Output
#
@@ -1676,10 +1689,13 @@
# port: 1,
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
# remote_id: "__string",
# smoothing_latency: 1,
# stream_id: "__string",
+ # vpc_interface_attachment: {
+ # vpc_interface_name: "__string",
+ # },
# })
#
# @example Response structure
#
# resp.flow_arn #=> String
@@ -1706,10 +1722,11 @@
# resp.output.transport.max_latency #=> Integer
# 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
+ # resp.output.vpc_interface_attachment.vpc_interface_name #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutput AWS API Documentation
#
# @overload update_flow_output(params = {})
# @param [Hash] params ({})
@@ -1843,10 +1860,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-mediaconnect'
- context[:gem_version] = '1.19.0'
+ context[:gem_version] = '1.20.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated