aws-sdk-mediapackage 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6014b27a3000b282ac594daec001c59aaae78cac1f25ed335a34942655588d82
4
- data.tar.gz: bd7a6d6381ba8247ebe0a4fcf90aacb2fb1027ceef7afb9520077bb93293f5d6
3
+ metadata.gz: 5c88523da48ba482f1de17d58c3088d71df8f30973e45ff8b65ec711cdee089b
4
+ data.tar.gz: 243c7a7492a72efe33432ea1983c97213247e6f9838642d64e731fa41562e9ac
5
5
  SHA512:
6
- metadata.gz: 645bc22932901fdf75e84326a50ebd5f0a2e7f86b9e9463af6320014f9ca5959c53efb94efc1765b42f3f6d7a449c8521064dc086a6ddf310c58c51cbc1006c1
7
- data.tar.gz: a08fbc5dbdfa2bb668133aec235c670ec00978030e2bad89e1813489c17e4d4f8cc627ecc7bff07ced46776e6191bd14e43ce0fd4dfc1e764d90e797418ae9cf
6
+ metadata.gz: 70dff6017b7ff4589fc27e766920d4b45a578a15c2feda665b0d1bd4390e3fbfaafddc59dbabc01cf0d54d796217919a7938a57c7cf6fd71c6269aaf4abc5be3
7
+ data.tar.gz: aba0384dc2624c78bba71c27e37c753801fa509903590a87b5225e385f05008bf72c1dbdce63eeb39e3c90ceebb428d834b94a98d648ec4344fb3c66cda8e815
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2021-09-07)
5
+ ------------------
6
+
7
+ * Feature - SPEKE v2 support for live CMAF packaging type. SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, it supports live DASH currently.
8
+
4
9
  1.43.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -1864,7 +1864,7 @@ module Aws::MediaPackage
1864
1864
  params: params,
1865
1865
  config: config)
1866
1866
  context[:gem_name] = 'aws-sdk-mediapackage'
1867
- context[:gem_version] = '1.43.0'
1867
+ context[:gem_version] = '1.44.0'
1868
1868
  Seahorse::Client::Request.new(handlers, context)
1869
1869
  end
1870
1870
 
@@ -1334,9 +1334,9 @@ module Aws::MediaPackage
1334
1334
  # video tracks in your stream. To configure the encryption contract,
1335
1335
  # specify which audio and video encryption presets to use. Note the
1336
1336
  # following considerations when using encryptionContractConfiguration:
1337
- # encryptionContractConfiguration can be used for DASH endpoints that
1338
- # use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You
1339
- # must disable key rotation for this endpoint by setting
1337
+ # encryptionContractConfiguration can be used for DASH or CMAF endpoints
1338
+ # that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.
1339
+ # You must disable key rotation for this endpoint by setting
1340
1340
  # keyRotationIntervalSeconds to 0.
1341
1341
  #
1342
1342
  # @note When making an API call, you may pass EncryptionContractConfiguration
@@ -2674,9 +2674,9 @@ module Aws::MediaPackage
2674
2674
  # encryption contract, specify which audio and video encryption
2675
2675
  # presets to use. Note the following considerations when using
2676
2676
  # encryptionContractConfiguration: encryptionContractConfiguration can
2677
- # be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on
2678
- # the CPIX 2.3 specification. You must disable key rotation for this
2679
- # endpoint by setting keyRotationIntervalSeconds to 0.
2677
+ # be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0
2678
+ # relies on the CPIX 2.3 specification. You must disable key rotation
2679
+ # for this endpoint by setting keyRotationIntervalSeconds to 0.
2680
2680
  # @return [Types::EncryptionContractConfiguration]
2681
2681
  #
2682
2682
  # @!attribute [rw] resource_id
@@ -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.43.0'
51
+ GEM_VERSION = '1.44.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.43.0
4
+ version: 1.44.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: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core