lib/aws-sdk-mediaconnect/client.rb in aws-sdk-mediaconnect-1.14.0 vs lib/aws-sdk-mediaconnect/client.rb in aws-sdk-mediaconnect-1.15.0
- old
+ new
@@ -300,10 +300,11 @@
#
# @example Response structure
#
# resp.flow_arn #=> String
# resp.outputs #=> Array
+ # resp.outputs[0].data_transfer_subscriber_fee_percent #=> Integer
# resp.outputs[0].description #=> String
# resp.outputs[0].destination #=> String
# resp.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.outputs[0].encryption.constant_initialization_vector #=> String
# resp.outputs[0].encryption.device_id #=> String
@@ -364,10 +365,11 @@
#
# resp = client.create_flow({
# availability_zone: "__string",
# entitlements: [
# {
+ # data_transfer_subscriber_fee_percent: 1,
# description: "__string",
# encryption: {
# algorithm: "aes128", # required, accepts aes128, aes192, aes256
# constant_initialization_vector: "__string",
# device_id: "__string",
@@ -436,10 +438,11 @@
#
# resp.flow.availability_zone #=> String
# resp.flow.description #=> String
# resp.flow.egress_ip #=> String
# resp.flow.entitlements #=> Array
+ # resp.flow.entitlements[0].data_transfer_subscriber_fee_percent #=> Integer
# resp.flow.entitlements[0].description #=> String
# resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
# resp.flow.entitlements[0].encryption.device_id #=> String
# resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
@@ -453,10 +456,11 @@
# resp.flow.entitlements[0].subscribers #=> Array
# resp.flow.entitlements[0].subscribers[0] #=> String
# resp.flow.flow_arn #=> String
# resp.flow.name #=> String
# resp.flow.outputs #=> Array
+ # resp.flow.outputs[0].data_transfer_subscriber_fee_percent #=> Integer
# resp.flow.outputs[0].description #=> String
# resp.flow.outputs[0].destination #=> String
# resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
# resp.flow.outputs[0].encryption.device_id #=> String
@@ -477,10 +481,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.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"
# resp.flow.source.decryption.region #=> String
@@ -564,10 +569,11 @@
#
# resp.flow.availability_zone #=> String
# resp.flow.description #=> String
# resp.flow.egress_ip #=> String
# resp.flow.entitlements #=> Array
+ # resp.flow.entitlements[0].data_transfer_subscriber_fee_percent #=> Integer
# resp.flow.entitlements[0].description #=> String
# resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
# resp.flow.entitlements[0].encryption.device_id #=> String
# resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
@@ -581,10 +587,11 @@
# resp.flow.entitlements[0].subscribers #=> Array
# resp.flow.entitlements[0].subscribers[0] #=> String
# resp.flow.flow_arn #=> String
# resp.flow.name #=> String
# resp.flow.outputs #=> Array
+ # resp.flow.outputs[0].data_transfer_subscriber_fee_percent #=> Integer
# resp.flow.outputs[0].description #=> String
# resp.flow.outputs[0].destination #=> String
# resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
# resp.flow.outputs[0].encryption.device_id #=> String
@@ -605,10 +612,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.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"
# resp.flow.source.decryption.region #=> String
@@ -659,10 +667,11 @@
# @example Request syntax with placeholder values
#
# resp = client.grant_flow_entitlements({
# entitlements: [ # required
# {
+ # data_transfer_subscriber_fee_percent: 1,
# description: "__string",
# encryption: {
# algorithm: "aes128", # required, accepts aes128, aes192, aes256
# constant_initialization_vector: "__string",
# device_id: "__string",
@@ -681,10 +690,11 @@
# })
#
# @example Response structure
#
# resp.entitlements #=> Array
+ # resp.entitlements[0].data_transfer_subscriber_fee_percent #=> Integer
# resp.entitlements[0].description #=> String
# resp.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.entitlements[0].encryption.constant_initialization_vector #=> String
# resp.entitlements[0].encryption.device_id #=> String
# resp.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
@@ -728,10 +738,11 @@
# })
#
# @example Response structure
#
# resp.entitlements #=> Array
+ # resp.entitlements[0].data_transfer_subscriber_fee_percent #=> Integer
# resp.entitlements[0].entitlement_arn #=> String
# resp.entitlements[0].entitlement_name #=> String
# resp.next_token #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListEntitlements AWS API Documentation
@@ -1041,10 +1052,11 @@
# subscribers: ["__string"],
# })
#
# @example Response structure
#
+ # resp.entitlement.data_transfer_subscriber_fee_percent #=> Integer
# resp.entitlement.description #=> String
# resp.entitlement.encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.entitlement.encryption.constant_initialization_vector #=> String
# resp.entitlement.encryption.device_id #=> String
# resp.entitlement.encryption.key_type #=> String, one of "speke", "static-key"
@@ -1143,10 +1155,11 @@
# })
#
# @example Response structure
#
# resp.flow_arn #=> String
+ # resp.output.data_transfer_subscriber_fee_percent #=> Integer
# resp.output.description #=> String
# resp.output.destination #=> String
# resp.output.encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.output.encryption.constant_initialization_vector #=> String
# resp.output.encryption.device_id #=> String
@@ -1251,10 +1264,11 @@
# })
#
# @example Response structure
#
# resp.flow_arn #=> String
+ # resp.source.data_transfer_subscriber_fee_percent #=> Integer
# resp.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
# resp.source.decryption.constant_initialization_vector #=> String
# resp.source.decryption.device_id #=> String
# resp.source.decryption.key_type #=> String, one of "speke", "static-key"
# resp.source.decryption.region #=> String
@@ -1298,10 +1312,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-mediaconnect'
- context[:gem_version] = '1.14.0'
+ context[:gem_version] = '1.15.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated