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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackage/client.rb +1 -1
- data/lib/aws-sdk-mediapackage/types.rb +6 -6
- data/lib/aws-sdk-mediapackage.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c88523da48ba482f1de17d58c3088d71df8f30973e45ff8b65ec711cdee089b
|
4
|
+
data.tar.gz: 243c7a7492a72efe33432ea1983c97213247e6f9838642d64e731fa41562e9ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
|
1338
|
-
# use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.
|
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
|
2678
|
-
# the CPIX 2.3 specification. You must disable key rotation
|
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
|
data/lib/aws-sdk-mediapackage.rb
CHANGED
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.
|
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-
|
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
|