lib/aws-sdk-mediapackage/client.rb in aws-sdk-mediapackage-1.39.0 vs lib/aws-sdk-mediapackage/client.rb in aws-sdk-mediapackage-1.40.0

- old
+ new

@@ -562,10 +562,11 @@ # secrets_role_arn: "__string", # required # }, # channel_id: "__string", # required # cmaf_package: { # encryption: { + # constant_initialization_vector: "__string", # key_rotation_interval_seconds: 1, # speke_key_provider: { # required # certificate_arn: "__string", # encryption_contract_configuration: { # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1 @@ -703,10 +704,11 @@ # # resp.arn #=> String # resp.authorization.cdn_identifier_secret #=> String # resp.authorization.secrets_role_arn #=> String # resp.channel_id #=> String + # resp.cmaf_package.encryption.constant_initialization_vector #=> String # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1" # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1" # resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String @@ -978,10 +980,11 @@ # # resp.arn #=> String # resp.authorization.cdn_identifier_secret #=> String # resp.authorization.secrets_role_arn #=> String # resp.channel_id #=> String + # resp.cmaf_package.encryption.constant_initialization_vector #=> String # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1" # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1" # resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String @@ -1215,10 +1218,11 @@ # resp.origin_endpoints #=> Array # resp.origin_endpoints[0].arn #=> String # resp.origin_endpoints[0].authorization.cdn_identifier_secret #=> String # resp.origin_endpoints[0].authorization.secrets_role_arn #=> String # resp.origin_endpoints[0].channel_id #=> String + # resp.origin_endpoints[0].cmaf_package.encryption.constant_initialization_vector #=> String # resp.origin_endpoints[0].cmaf_package.encryption.key_rotation_interval_seconds #=> Integer # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.certificate_arn #=> String # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1" # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1" # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.resource_id #=> String @@ -1596,10 +1600,11 @@ # cdn_identifier_secret: "__string", # required # secrets_role_arn: "__string", # required # }, # cmaf_package: { # encryption: { + # constant_initialization_vector: "__string", # key_rotation_interval_seconds: 1, # speke_key_provider: { # required # certificate_arn: "__string", # encryption_contract_configuration: { # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1 @@ -1734,10 +1739,11 @@ # # resp.arn #=> String # resp.authorization.cdn_identifier_secret #=> String # resp.authorization.secrets_role_arn #=> String # resp.channel_id #=> String + # resp.cmaf_package.encryption.constant_initialization_vector #=> String # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1" # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1" # resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String @@ -1856,10 +1862,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-mediapackage' - context[:gem_version] = '1.39.0' + context[:gem_version] = '1.40.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated