aws-sdk-mediapackagevod 1.35.0 → 1.36.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: 21e5bc8e4dc2e5f9595dc813ce5c8cc4a0c0c8f4dbd8f95a1919d3dc4b855c2b
4
- data.tar.gz: 73d7c96aa90469b310fa215c8d73b09d4449a2c371c6856a3081084f92cbc853
3
+ metadata.gz: 7d3e9fa5c21276925c15ce7a20cb17db508585f4862339b81c094068d8e9070f
4
+ data.tar.gz: 1739ee9fc068897dc89dc499977f66c50b384e54a2624df748e5d64535073c1c
5
5
  SHA512:
6
- metadata.gz: a9a81086d772262445bbbe88f163897b87b7d591871902b28274c97f93034d51083d4d6e90a91eb7cc519701c45bc740c3ba8709611db06dd47e096b4bd0fff4
7
- data.tar.gz: cd652d15b318aaf90e13dd65ecc2118ca33528d29c216cdb2e2d92b0243dfdd79ed00eb1b19573a06be3742171957d4f6e37be3797b873bf48f3594efadf8136
6
+ metadata.gz: 6c3ffa300c7856689cd468c6f7e5d846d7ed9d4af54f86ceb20bc94e1151264a4f2d5d9c139c61942fc9e7f773fc79d3ab853b53b1b3a978e3a2a393766fce16
7
+ data.tar.gz: cf8a98c469bc5f81bcb6d9c035a6b86ff43b38e9f9dd73ce1a8cd3390a48ae110dff68380dc169522e8e8faaaf52c99f9c9b5a720fa38a35178a5a4648839b8d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2022-04-08)
5
+ ------------------
6
+
7
+ * Feature - This release adds ScteMarkersSource as an available field for Dash Packaging Configurations. When set to MANIFEST, MediaPackage will source the SCTE-35 markers from the manifest. When set to SEGMENTS, MediaPackage will source the SCTE-35 markers from the segments.
8
+
4
9
  1.35.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -530,6 +530,7 @@ module Aws::MediaPackageVod
530
530
  # manifest_name: "__string",
531
531
  # min_buffer_time_seconds: 1,
532
532
  # profile: "NONE", # accepts NONE, HBBTV_1_5
533
+ # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
533
534
  # stream_selection: {
534
535
  # max_video_bits_per_second: 1,
535
536
  # min_video_bits_per_second: 1,
@@ -628,6 +629,7 @@ module Aws::MediaPackageVod
628
629
  # resp.dash_package.dash_manifests[0].manifest_name #=> String
629
630
  # resp.dash_package.dash_manifests[0].min_buffer_time_seconds #=> Integer
630
631
  # resp.dash_package.dash_manifests[0].profile #=> String, one of "NONE", "HBBTV_1_5"
632
+ # resp.dash_package.dash_manifests[0].scte_markers_source #=> String, one of "SEGMENTS", "MANIFEST"
631
633
  # resp.dash_package.dash_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
632
634
  # resp.dash_package.dash_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
633
635
  # resp.dash_package.dash_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
@@ -896,6 +898,7 @@ module Aws::MediaPackageVod
896
898
  # resp.dash_package.dash_manifests[0].manifest_name #=> String
897
899
  # resp.dash_package.dash_manifests[0].min_buffer_time_seconds #=> Integer
898
900
  # resp.dash_package.dash_manifests[0].profile #=> String, one of "NONE", "HBBTV_1_5"
901
+ # resp.dash_package.dash_manifests[0].scte_markers_source #=> String, one of "SEGMENTS", "MANIFEST"
899
902
  # resp.dash_package.dash_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
900
903
  # resp.dash_package.dash_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
901
904
  # resp.dash_package.dash_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
@@ -1085,6 +1088,7 @@ module Aws::MediaPackageVod
1085
1088
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_name #=> String
1086
1089
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].min_buffer_time_seconds #=> Integer
1087
1090
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].profile #=> String, one of "NONE", "HBBTV_1_5"
1091
+ # resp.packaging_configurations[0].dash_package.dash_manifests[0].scte_markers_source #=> String, one of "SEGMENTS", "MANIFEST"
1088
1092
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
1089
1093
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
1090
1094
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
@@ -1321,7 +1325,7 @@ module Aws::MediaPackageVod
1321
1325
  params: params,
1322
1326
  config: config)
1323
1327
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1324
- context[:gem_version] = '1.35.0'
1328
+ context[:gem_version] = '1.36.0'
1325
1329
  Seahorse::Client::Request.new(handlers, context)
1326
1330
  end
1327
1331
 
@@ -75,6 +75,7 @@ module Aws::MediaPackageVod
75
75
  PackagingGroupList = Shapes::StructureShape.new(name: 'PackagingGroupList')
76
76
  PackagingGroupUpdateParameters = Shapes::StructureShape.new(name: 'PackagingGroupUpdateParameters')
77
77
  Profile = Shapes::StringShape.new(name: 'Profile')
78
+ ScteMarkersSource = Shapes::StringShape.new(name: 'ScteMarkersSource')
78
79
  SegmentTemplateFormat = Shapes::StringShape.new(name: 'SegmentTemplateFormat')
79
80
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
80
81
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
@@ -226,6 +227,7 @@ module Aws::MediaPackageVod
226
227
  DashManifest.add_member(:manifest_name, Shapes::ShapeRef.new(shape: __string, location_name: "manifestName"))
227
228
  DashManifest.add_member(:min_buffer_time_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "minBufferTimeSeconds"))
228
229
  DashManifest.add_member(:profile, Shapes::ShapeRef.new(shape: Profile, location_name: "profile"))
230
+ DashManifest.add_member(:scte_markers_source, Shapes::ShapeRef.new(shape: ScteMarkersSource, location_name: "scteMarkersSource"))
229
231
  DashManifest.add_member(:stream_selection, Shapes::ShapeRef.new(shape: StreamSelection, location_name: "streamSelection"))
230
232
  DashManifest.struct_class = Types::DashManifest
231
233
 
@@ -503,6 +503,7 @@ module Aws::MediaPackageVod
503
503
  # manifest_name: "__string",
504
504
  # min_buffer_time_seconds: 1,
505
505
  # profile: "NONE", # accepts NONE, HBBTV_1_5
506
+ # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
506
507
  # stream_selection: {
507
508
  # max_video_bits_per_second: 1,
508
509
  # min_video_bits_per_second: 1,
@@ -778,6 +779,7 @@ module Aws::MediaPackageVod
778
779
  # manifest_name: "__string",
779
780
  # min_buffer_time_seconds: 1,
780
781
  # profile: "NONE", # accepts NONE, HBBTV_1_5
782
+ # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
781
783
  # stream_selection: {
782
784
  # max_video_bits_per_second: 1,
783
785
  # min_video_bits_per_second: 1,
@@ -807,6 +809,13 @@ module Aws::MediaPackageVod
807
809
  # set to "HBBTV\_1\_5", HbbTV 1.5 compliant output is enabled.
808
810
  # @return [String]
809
811
  #
812
+ # @!attribute [rw] scte_markers_source
813
+ # The source of scte markers used. When set to SEGMENTS, the scte
814
+ # markers are sourced from the segments of the ingested content. When
815
+ # set to MANIFEST, the scte markers are sourced from the manifest of
816
+ # the ingested content.
817
+ # @return [String]
818
+ #
810
819
  # @!attribute [rw] stream_selection
811
820
  # A StreamSelection configuration.
812
821
  # @return [Types::StreamSelection]
@@ -818,6 +827,7 @@ module Aws::MediaPackageVod
818
827
  :manifest_name,
819
828
  :min_buffer_time_seconds,
820
829
  :profile,
830
+ :scte_markers_source,
821
831
  :stream_selection)
822
832
  SENSITIVE = []
823
833
  include Aws::Structure
@@ -835,6 +845,7 @@ module Aws::MediaPackageVod
835
845
  # manifest_name: "__string",
836
846
  # min_buffer_time_seconds: 1,
837
847
  # profile: "NONE", # accepts NONE, HBBTV_1_5
848
+ # scte_markers_source: "SEGMENTS", # accepts SEGMENTS, MANIFEST
838
849
  # stream_selection: {
839
850
  # max_video_bits_per_second: 1,
840
851
  # min_video_bits_per_second: 1,
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaPackageVod
50
50
 
51
- GEM_VERSION = '1.35.0'
51
+ GEM_VERSION = '1.36.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.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-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core