aws-sdk-mediapackage 1.51.0 → 1.52.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: 0b16d3642abf38073d57e8e8144cc6f050157c66a913edf3703f7d9abd1429b6
4
- data.tar.gz: 6da1505ca09f8a0f82fe3c998655bb90845f1a97e23caf2496a7863a1d17dcce
3
+ metadata.gz: cc39dc48a27d86b55b824f7a3e366e0e7f9b895316a1912a27b1af3523b175e8
4
+ data.tar.gz: 7f2a293f6a2d3e697815d534fb8114f8465287a6b3f9e8a89add56ef8d3b80e7
5
5
  SHA512:
6
- metadata.gz: be5a176ceaf6ba3bdc9742ded5b22143aeb31724c1f5c58014c554862329800c3f23d1d32fe0166b9c88d612a9d5aaab1675322b45cc36af9cb02c4b4af09d5a
7
- data.tar.gz: 80d43a177131437deae68ee789a53705e1d4b768b42c33129ef0c05a9b5dab604c75c7be52606f00f5957644b445104d0ef0ee7783a88c6061e9476f086308c8
6
+ metadata.gz: 61f74ca4c2c551a440d9fcedabe431d51b1bd283c2f6a9782c2b4bbecbf375ad91b0bf442e75e71da0282b3b6d18a23b6f14a7af61b80b3db7fed4ba0b72299b
7
+ data.tar.gz: dc6e0cd57264cc3570ef0bdef131327f82f0abe7895cb8592a97d99f06aa20f19764a304dbe1eb0a44d33d2e1f8301a4ca03a1f7c6b7b60b8334fa63a8f7f09d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2022-03-01)
5
+ ------------------
6
+
7
+ * Feature - This release adds Hybridcast as an available profile option for Dash Origin Endpoints.
8
+
4
9
  1.51.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -645,7 +645,7 @@ module Aws::MediaPackage
645
645
  # min_buffer_time_seconds: 1,
646
646
  # min_update_period_seconds: 1,
647
647
  # period_triggers: ["ADS"], # accepts ADS
648
- # profile: "NONE", # accepts NONE, HBBTV_1_5
648
+ # profile: "NONE", # accepts NONE, HBBTV_1_5, HYBRIDCAST
649
649
  # segment_duration_seconds: 1,
650
650
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
651
651
  # stream_selection: {
@@ -773,7 +773,7 @@ module Aws::MediaPackage
773
773
  # resp.dash_package.min_update_period_seconds #=> Integer
774
774
  # resp.dash_package.period_triggers #=> Array
775
775
  # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
776
- # resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5"
776
+ # resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5", "HYBRIDCAST"
777
777
  # resp.dash_package.segment_duration_seconds #=> Integer
778
778
  # resp.dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION"
779
779
  # resp.dash_package.stream_selection.max_video_bits_per_second #=> Integer
@@ -1050,7 +1050,7 @@ module Aws::MediaPackage
1050
1050
  # resp.dash_package.min_update_period_seconds #=> Integer
1051
1051
  # resp.dash_package.period_triggers #=> Array
1052
1052
  # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
1053
- # resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5"
1053
+ # resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5", "HYBRIDCAST"
1054
1054
  # resp.dash_package.segment_duration_seconds #=> Integer
1055
1055
  # resp.dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION"
1056
1056
  # resp.dash_package.stream_selection.max_video_bits_per_second #=> Integer
@@ -1289,7 +1289,7 @@ module Aws::MediaPackage
1289
1289
  # resp.origin_endpoints[0].dash_package.min_update_period_seconds #=> Integer
1290
1290
  # resp.origin_endpoints[0].dash_package.period_triggers #=> Array
1291
1291
  # resp.origin_endpoints[0].dash_package.period_triggers[0] #=> String, one of "ADS"
1292
- # resp.origin_endpoints[0].dash_package.profile #=> String, one of "NONE", "HBBTV_1_5"
1292
+ # resp.origin_endpoints[0].dash_package.profile #=> String, one of "NONE", "HBBTV_1_5", "HYBRIDCAST"
1293
1293
  # resp.origin_endpoints[0].dash_package.segment_duration_seconds #=> Integer
1294
1294
  # resp.origin_endpoints[0].dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION"
1295
1295
  # resp.origin_endpoints[0].dash_package.stream_selection.max_video_bits_per_second #=> Integer
@@ -1687,7 +1687,7 @@ module Aws::MediaPackage
1687
1687
  # min_buffer_time_seconds: 1,
1688
1688
  # min_update_period_seconds: 1,
1689
1689
  # period_triggers: ["ADS"], # accepts ADS
1690
- # profile: "NONE", # accepts NONE, HBBTV_1_5
1690
+ # profile: "NONE", # accepts NONE, HBBTV_1_5, HYBRIDCAST
1691
1691
  # segment_duration_seconds: 1,
1692
1692
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
1693
1693
  # stream_selection: {
@@ -1812,7 +1812,7 @@ module Aws::MediaPackage
1812
1812
  # resp.dash_package.min_update_period_seconds #=> Integer
1813
1813
  # resp.dash_package.period_triggers #=> Array
1814
1814
  # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
1815
- # resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5"
1815
+ # resp.dash_package.profile #=> String, one of "NONE", "HBBTV_1_5", "HYBRIDCAST"
1816
1816
  # resp.dash_package.segment_duration_seconds #=> Integer
1817
1817
  # resp.dash_package.segment_template_format #=> String, one of "NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION"
1818
1818
  # resp.dash_package.stream_selection.max_video_bits_per_second #=> Integer
@@ -1894,7 +1894,7 @@ module Aws::MediaPackage
1894
1894
  params: params,
1895
1895
  config: config)
1896
1896
  context[:gem_name] = 'aws-sdk-mediapackage'
1897
- context[:gem_version] = '1.51.0'
1897
+ context[:gem_version] = '1.52.0'
1898
1898
  Seahorse::Client::Request.new(handlers, context)
1899
1899
  end
1900
1900
 
@@ -623,7 +623,7 @@ module Aws::MediaPackage
623
623
  # min_buffer_time_seconds: 1,
624
624
  # min_update_period_seconds: 1,
625
625
  # period_triggers: ["ADS"], # accepts ADS
626
- # profile: "NONE", # accepts NONE, HBBTV_1_5
626
+ # profile: "NONE", # accepts NONE, HBBTV_1_5, HYBRIDCAST
627
627
  # segment_duration_seconds: 1,
628
628
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
629
629
  # stream_selection: {
@@ -918,7 +918,7 @@ module Aws::MediaPackage
918
918
  # min_buffer_time_seconds: 1,
919
919
  # min_update_period_seconds: 1,
920
920
  # period_triggers: ["ADS"], # accepts ADS
921
- # profile: "NONE", # accepts NONE, HBBTV_1_5
921
+ # profile: "NONE", # accepts NONE, HBBTV_1_5, HYBRIDCAST
922
922
  # segment_duration_seconds: 1,
923
923
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
924
924
  # stream_selection: {
@@ -2960,7 +2960,7 @@ module Aws::MediaPackage
2960
2960
  # min_buffer_time_seconds: 1,
2961
2961
  # min_update_period_seconds: 1,
2962
2962
  # period_triggers: ["ADS"], # accepts ADS
2963
- # profile: "NONE", # accepts NONE, HBBTV_1_5
2963
+ # profile: "NONE", # accepts NONE, HBBTV_1_5, HYBRIDCAST
2964
2964
  # segment_duration_seconds: 1,
2965
2965
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
2966
2966
  # stream_selection: {
@@ -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.51.0'
51
+ GEM_VERSION = '1.52.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.51.0
4
+ version: 1.52.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-02-24 00:00:00.000000000 Z
11
+ date: 2022-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core