aws-sdk-mediapackage 1.55.0 → 1.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09b160f98aa309f2c81601e6f398bd12a6adb2277a2ddf1eb9524376fec10850'
4
- data.tar.gz: 624e7359cfb4e70c2c7db34028dd6abefa3a39e0e88bed1fa9d23b8a30b6bbdd
3
+ metadata.gz: 1f3bca0ce43e3ec828b632b5f9f6e5552abc303f76c97956d6d880a802f1fcb6
4
+ data.tar.gz: 30e62a31bba173a6dc3c55d14ccf8268e614bcdefe969fffc13d2892edb5ecf5
5
5
  SHA512:
6
- metadata.gz: d31b6d8f63cd8efc12cf4d3341da8322d51a47edb71d118e5af81b492f229ea7e2195da83b714d6e8e1b9912c67a6c0bedae9dd8d077b2d46ff373fd92f945ef
7
- data.tar.gz: '062965f908d56831f09fc69ee246711fbe99d29eff86a4201477d0b98c9c3c455266e22bb2784cdf4c2f94e5c65dd1aef0e2ffa711886a4339aeabafe28057b8'
6
+ metadata.gz: 33f97d632f7dc4134ea7e664091e8db63141a0924b5c989e30298f1680f27ebaeea8c0f57cd2f801812799da5dccc36bca771e938e6039d53660fca272ff6ff0
7
+ data.tar.gz: edcc2cf6bdf64af403093e47eaf462b381175f5aee0893949b1e17266177a6842aed8ee57378d880f0b9d0eb46bbac087ec1bc9e6aa3a1c204a7d86b6a925845
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2022-09-02)
5
+ ------------------
6
+
7
+ * Feature - Added support for AES_CTR encryption to CMAF origin endpoints
8
+
4
9
  1.55.0 (2022-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -589,6 +589,7 @@ module Aws::MediaPackage
589
589
  # cmaf_package: {
590
590
  # encryption: {
591
591
  # constant_initialization_vector: "__string",
592
+ # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
592
593
  # key_rotation_interval_seconds: 1,
593
594
  # speke_key_provider: { # required
594
595
  # certificate_arn: "__string",
@@ -733,6 +734,7 @@ module Aws::MediaPackage
733
734
  # resp.authorization.secrets_role_arn #=> String
734
735
  # resp.channel_id #=> String
735
736
  # resp.cmaf_package.encryption.constant_initialization_vector #=> String
737
+ # resp.cmaf_package.encryption.encryption_method #=> String, one of "SAMPLE_AES", "AES_CTR"
736
738
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
737
739
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
738
740
  # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
@@ -1011,6 +1013,7 @@ module Aws::MediaPackage
1011
1013
  # resp.authorization.secrets_role_arn #=> String
1012
1014
  # resp.channel_id #=> String
1013
1015
  # resp.cmaf_package.encryption.constant_initialization_vector #=> String
1016
+ # resp.cmaf_package.encryption.encryption_method #=> String, one of "SAMPLE_AES", "AES_CTR"
1014
1017
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
1015
1018
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
1016
1019
  # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
@@ -1251,6 +1254,7 @@ module Aws::MediaPackage
1251
1254
  # resp.origin_endpoints[0].authorization.secrets_role_arn #=> String
1252
1255
  # resp.origin_endpoints[0].channel_id #=> String
1253
1256
  # resp.origin_endpoints[0].cmaf_package.encryption.constant_initialization_vector #=> String
1257
+ # resp.origin_endpoints[0].cmaf_package.encryption.encryption_method #=> String, one of "SAMPLE_AES", "AES_CTR"
1254
1258
  # resp.origin_endpoints[0].cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
1255
1259
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
1256
1260
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
@@ -1635,6 +1639,7 @@ module Aws::MediaPackage
1635
1639
  # cmaf_package: {
1636
1640
  # encryption: {
1637
1641
  # constant_initialization_vector: "__string",
1642
+ # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
1638
1643
  # key_rotation_interval_seconds: 1,
1639
1644
  # speke_key_provider: { # required
1640
1645
  # certificate_arn: "__string",
@@ -1776,6 +1781,7 @@ module Aws::MediaPackage
1776
1781
  # resp.authorization.secrets_role_arn #=> String
1777
1782
  # resp.channel_id #=> String
1778
1783
  # resp.cmaf_package.encryption.constant_initialization_vector #=> String
1784
+ # resp.cmaf_package.encryption.encryption_method #=> String, one of "SAMPLE_AES", "AES_CTR"
1779
1785
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
1780
1786
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
1781
1787
  # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1", "PRESET-AUDIO-2", "PRESET-AUDIO-3", "SHARED", "UNENCRYPTED"
@@ -1900,7 +1906,7 @@ module Aws::MediaPackage
1900
1906
  params: params,
1901
1907
  config: config)
1902
1908
  context[:gem_name] = 'aws-sdk-mediapackage'
1903
- context[:gem_version] = '1.55.0'
1909
+ context[:gem_version] = '1.56.0'
1904
1910
  Seahorse::Client::Request.new(handlers, context)
1905
1911
  end
1906
1912
 
@@ -22,6 +22,7 @@ module Aws::MediaPackage
22
22
  ChannelList = Shapes::StructureShape.new(name: 'ChannelList')
23
23
  ChannelUpdateParameters = Shapes::StructureShape.new(name: 'ChannelUpdateParameters')
24
24
  CmafEncryption = Shapes::StructureShape.new(name: 'CmafEncryption')
25
+ CmafEncryptionMethod = Shapes::StringShape.new(name: 'CmafEncryptionMethod')
25
26
  CmafPackage = Shapes::StructureShape.new(name: 'CmafPackage')
26
27
  CmafPackageCreateOrUpdateParameters = Shapes::StructureShape.new(name: 'CmafPackageCreateOrUpdateParameters')
27
28
  ConfigureLogsParameters = Shapes::StructureShape.new(name: 'ConfigureLogsParameters')
@@ -149,6 +150,7 @@ module Aws::MediaPackage
149
150
  ChannelUpdateParameters.struct_class = Types::ChannelUpdateParameters
150
151
 
151
152
  CmafEncryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
153
+ CmafEncryption.add_member(:encryption_method, Shapes::ShapeRef.new(shape: CmafEncryptionMethod, location_name: "encryptionMethod"))
152
154
  CmafEncryption.add_member(:key_rotation_interval_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "keyRotationIntervalSeconds"))
153
155
  CmafEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
154
156
  CmafEncryption.struct_class = Types::CmafEncryption
@@ -150,6 +150,7 @@ module Aws::MediaPackage
150
150
  #
151
151
  # {
152
152
  # constant_initialization_vector: "__string",
153
+ # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
153
154
  # key_rotation_interval_seconds: 1,
154
155
  # speke_key_provider: { # required
155
156
  # certificate_arn: "__string",
@@ -171,6 +172,10 @@ module Aws::MediaPackage
171
172
  # initialization vector (IV).
172
173
  # @return [String]
173
174
  #
175
+ # @!attribute [rw] encryption_method
176
+ # The encryption method to use.
177
+ # @return [String]
178
+ #
174
179
  # @!attribute [rw] key_rotation_interval_seconds
175
180
  # Time (in seconds) between each encryption key rotation.
176
181
  # @return [Integer]
@@ -185,6 +190,7 @@ module Aws::MediaPackage
185
190
  #
186
191
  class CmafEncryption < Struct.new(
187
192
  :constant_initialization_vector,
193
+ :encryption_method,
188
194
  :key_rotation_interval_seconds,
189
195
  :speke_key_provider)
190
196
  SENSITIVE = []
@@ -235,6 +241,7 @@ module Aws::MediaPackage
235
241
  # {
236
242
  # encryption: {
237
243
  # constant_initialization_vector: "__string",
244
+ # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
238
245
  # key_rotation_interval_seconds: 1,
239
246
  # speke_key_provider: { # required
240
247
  # certificate_arn: "__string",
@@ -567,6 +574,7 @@ module Aws::MediaPackage
567
574
  # cmaf_package: {
568
575
  # encryption: {
569
576
  # constant_initialization_vector: "__string",
577
+ # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
570
578
  # key_rotation_interval_seconds: 1,
571
579
  # speke_key_provider: { # required
572
580
  # certificate_arn: "__string",
@@ -2913,6 +2921,7 @@ module Aws::MediaPackage
2913
2921
  # cmaf_package: {
2914
2922
  # encryption: {
2915
2923
  # constant_initialization_vector: "__string",
2924
+ # encryption_method: "SAMPLE_AES", # accepts SAMPLE_AES, AES_CTR
2916
2925
  # key_rotation_interval_seconds: 1,
2917
2926
  # speke_key_provider: { # required
2918
2927
  # certificate_arn: "__string",
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediapackage/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaPackage
50
50
 
51
- GEM_VERSION = '1.55.0'
51
+ GEM_VERSION = '1.56.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-26 00:00:00.000000000 Z
11
+ date: 2022-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core