aws-sdk-mediapackagev2 1.52.0 → 1.53.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackagev2/client.rb +6 -1
- data/lib/aws-sdk-mediapackagev2/client_api.rb +2 -0
- data/lib/aws-sdk-mediapackagev2/types.rb +19 -4
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ecae63ab608a157b468a78ef95aa9312d30bc6c64249957bd91323684c6109f7
|
|
4
|
+
data.tar.gz: 2a5419103013b68f6428ebfd20ab50f21f175e845f072b971e8aabcf5735af66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82e62cba8689e1d790e677b6b5ce1e6b6b8bde2c36afae7a9a2b90370d3d5796be9d672ac25ea07685e393ff97484203ceeb47590eb9c76fc19cb51f431afec5
|
|
7
|
+
data.tar.gz: b42e112593b38bad6f86c525473da7de4503fc713a1fa8f563450aa85eb5f4dff3c5978f1469aa56128299b7d1f75e5a0ef1b28a160f48ef11f9c314a2600cf3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.53.0
|
|
@@ -1839,6 +1839,7 @@ module Aws::MediaPackageV2
|
|
|
1839
1839
|
# ts_include_dvb_subtitles: false,
|
|
1840
1840
|
# scte: {
|
|
1841
1841
|
# scte_filter: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY, PROGRAM
|
|
1842
|
+
# scte_in_segments: "NONE", # accepts NONE, ALL
|
|
1842
1843
|
# },
|
|
1843
1844
|
# encryption: {
|
|
1844
1845
|
# constant_initialization_vector: "EncryptionConstantInitializationVectorString",
|
|
@@ -2007,6 +2008,7 @@ module Aws::MediaPackageV2
|
|
|
2007
2008
|
# resp.segment.ts_include_dvb_subtitles #=> Boolean
|
|
2008
2009
|
# resp.segment.scte.scte_filter #=> Array
|
|
2009
2010
|
# resp.segment.scte.scte_filter[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY", "PROGRAM"
|
|
2011
|
+
# resp.segment.scte.scte_in_segments #=> String, one of "NONE", "ALL"
|
|
2010
2012
|
# resp.segment.encryption.constant_initialization_vector #=> String
|
|
2011
2013
|
# resp.segment.encryption.encryption_method.ts_encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
|
|
2012
2014
|
# resp.segment.encryption.encryption_method.cmaf_encryption_method #=> String, one of "CENC", "CBCS"
|
|
@@ -2945,6 +2947,7 @@ module Aws::MediaPackageV2
|
|
|
2945
2947
|
# resp.segment.ts_include_dvb_subtitles #=> Boolean
|
|
2946
2948
|
# resp.segment.scte.scte_filter #=> Array
|
|
2947
2949
|
# resp.segment.scte.scte_filter[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY", "PROGRAM"
|
|
2950
|
+
# resp.segment.scte.scte_in_segments #=> String, one of "NONE", "ALL"
|
|
2948
2951
|
# resp.segment.encryption.constant_initialization_vector #=> String
|
|
2949
2952
|
# resp.segment.encryption.encryption_method.ts_encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
|
|
2950
2953
|
# resp.segment.encryption.encryption_method.cmaf_encryption_method #=> String, one of "CENC", "CBCS"
|
|
@@ -4879,6 +4882,7 @@ module Aws::MediaPackageV2
|
|
|
4879
4882
|
# ts_include_dvb_subtitles: false,
|
|
4880
4883
|
# scte: {
|
|
4881
4884
|
# scte_filter: ["SPLICE_INSERT"], # accepts SPLICE_INSERT, BREAK, PROVIDER_ADVERTISEMENT, DISTRIBUTOR_ADVERTISEMENT, PROVIDER_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_PLACEMENT_OPPORTUNITY, PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY, DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY, PROGRAM
|
|
4885
|
+
# scte_in_segments: "NONE", # accepts NONE, ALL
|
|
4882
4886
|
# },
|
|
4883
4887
|
# encryption: {
|
|
4884
4888
|
# constant_initialization_vector: "EncryptionConstantInitializationVectorString",
|
|
@@ -5044,6 +5048,7 @@ module Aws::MediaPackageV2
|
|
|
5044
5048
|
# resp.segment.ts_include_dvb_subtitles #=> Boolean
|
|
5045
5049
|
# resp.segment.scte.scte_filter #=> Array
|
|
5046
5050
|
# resp.segment.scte.scte_filter[0] #=> String, one of "SPLICE_INSERT", "BREAK", "PROVIDER_ADVERTISEMENT", "DISTRIBUTOR_ADVERTISEMENT", "PROVIDER_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_PLACEMENT_OPPORTUNITY", "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY", "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY", "PROGRAM"
|
|
5051
|
+
# resp.segment.scte.scte_in_segments #=> String, one of "NONE", "ALL"
|
|
5047
5052
|
# resp.segment.encryption.constant_initialization_vector #=> String
|
|
5048
5053
|
# resp.segment.encryption.encryption_method.ts_encryption_method #=> String, one of "AES_128", "SAMPLE_AES"
|
|
5049
5054
|
# resp.segment.encryption.encryption_method.cmaf_encryption_method #=> String, one of "CENC", "CBCS"
|
|
@@ -5173,7 +5178,7 @@ module Aws::MediaPackageV2
|
|
|
5173
5178
|
tracer: tracer
|
|
5174
5179
|
)
|
|
5175
5180
|
context[:gem_name] = 'aws-sdk-mediapackagev2'
|
|
5176
|
-
context[:gem_version] = '1.
|
|
5181
|
+
context[:gem_version] = '1.53.0'
|
|
5177
5182
|
Seahorse::Client::Request.new(handlers, context)
|
|
5178
5183
|
end
|
|
5179
5184
|
|
|
@@ -207,6 +207,7 @@ module Aws::MediaPackageV2
|
|
|
207
207
|
ScteFilter = Shapes::StringShape.new(name: 'ScteFilter')
|
|
208
208
|
ScteFilterList = Shapes::ListShape.new(name: 'ScteFilterList')
|
|
209
209
|
ScteHls = Shapes::StructureShape.new(name: 'ScteHls')
|
|
210
|
+
ScteInSegments = Shapes::StringShape.new(name: 'ScteInSegments')
|
|
210
211
|
Segment = Shapes::StructureShape.new(name: 'Segment')
|
|
211
212
|
SegmentSegmentDurationSecondsInteger = Shapes::IntegerShape.new(name: 'SegmentSegmentDurationSecondsInteger')
|
|
212
213
|
SegmentSegmentNameString = Shapes::StringShape.new(name: 'SegmentSegmentNameString')
|
|
@@ -894,6 +895,7 @@ module Aws::MediaPackageV2
|
|
|
894
895
|
S3DestinationConfig.struct_class = Types::S3DestinationConfig
|
|
895
896
|
|
|
896
897
|
Scte.add_member(:scte_filter, Shapes::ShapeRef.new(shape: ScteFilterList, location_name: "ScteFilter"))
|
|
898
|
+
Scte.add_member(:scte_in_segments, Shapes::ShapeRef.new(shape: ScteInSegments, location_name: "ScteInSegments"))
|
|
897
899
|
Scte.struct_class = Types::Scte
|
|
898
900
|
|
|
899
901
|
ScteDash.add_member(:ad_marker_dash, Shapes::ShapeRef.new(shape: AdMarkerDash, location_name: "AdMarkerDash"))
|
|
@@ -2878,7 +2878,7 @@ module Aws::MediaPackageV2
|
|
|
2878
2878
|
#
|
|
2879
2879
|
# @!attribute [rw] mqcs_input_switching
|
|
2880
2880
|
# When true, AWS Elemental MediaPackage performs input switching based
|
|
2881
|
-
# on the MQCS. Default is
|
|
2881
|
+
# on the MQCS. Default is false. This setting is valid only when
|
|
2882
2882
|
# `InputType` is `CMAF`.
|
|
2883
2883
|
# @return [Boolean]
|
|
2884
2884
|
#
|
|
@@ -3581,10 +3581,23 @@ module Aws::MediaPackageV2
|
|
|
3581
3581
|
# in the output.
|
|
3582
3582
|
# @return [Array<String>]
|
|
3583
3583
|
#
|
|
3584
|
+
# @!attribute [rw] scte_in_segments
|
|
3585
|
+
# Controls whether SCTE-35 messages are included in segment files.
|
|
3586
|
+
#
|
|
3587
|
+
# * None – SCTE-35 messages are not included in segments (default)
|
|
3588
|
+
#
|
|
3589
|
+
# * All – SCTE-35 messages are embedded in segment data
|
|
3590
|
+
#
|
|
3591
|
+
# For DASH manifests, when set to `All`, an `InbandEventStream` tag
|
|
3592
|
+
# signals that SCTE messages are present in segments. This setting
|
|
3593
|
+
# works independently of manifest ad markers.
|
|
3594
|
+
# @return [String]
|
|
3595
|
+
#
|
|
3584
3596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/Scte AWS API Documentation
|
|
3585
3597
|
#
|
|
3586
3598
|
class Scte < Struct.new(
|
|
3587
|
-
:scte_filter
|
|
3599
|
+
:scte_filter,
|
|
3600
|
+
:scte_in_segments)
|
|
3588
3601
|
SENSITIVE = []
|
|
3589
3602
|
include Aws::Structure
|
|
3590
3603
|
end
|
|
@@ -3624,14 +3637,16 @@ module Aws::MediaPackageV2
|
|
|
3624
3637
|
#
|
|
3625
3638
|
# Value description:
|
|
3626
3639
|
#
|
|
3640
|
+
# * SCTE35\_ENHANCED - Generate industry-standard CUE tag ad markers
|
|
3641
|
+
# in HLS manifests based on SCTE-35 input messages from the input
|
|
3642
|
+
# stream.
|
|
3643
|
+
#
|
|
3627
3644
|
# * DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program
|
|
3628
3645
|
# transition events in TS and CMAF manifests. If you use DATERANGE,
|
|
3629
3646
|
# you must set a programDateTimeIntervalSeconds value of 1 or
|
|
3630
3647
|
# higher. To learn more about DATERANGE, see [SCTE-35 Ad Marker
|
|
3631
3648
|
# EXT-X-DATERANGE][1].
|
|
3632
3649
|
#
|
|
3633
|
-
# ^
|
|
3634
|
-
#
|
|
3635
3650
|
#
|
|
3636
3651
|
#
|
|
3637
3652
|
# [1]: http://docs.aws.amazon.com/mediapackage/latest/ug/scte-35-ad-marker-ext-x-daterange.html
|
data/sig/client.rbs
CHANGED
|
@@ -234,7 +234,8 @@ module Aws
|
|
|
234
234
|
include_iframe_only_streams: bool?,
|
|
235
235
|
ts_include_dvb_subtitles: bool?,
|
|
236
236
|
scte: {
|
|
237
|
-
scte_filter: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" | "PROGRAM")]
|
|
237
|
+
scte_filter: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" | "PROGRAM")]?,
|
|
238
|
+
scte_in_segments: ("NONE" | "ALL")?
|
|
238
239
|
}?,
|
|
239
240
|
encryption: {
|
|
240
241
|
constant_initialization_vector: ::String?,
|
|
@@ -783,7 +784,8 @@ module Aws
|
|
|
783
784
|
include_iframe_only_streams: bool?,
|
|
784
785
|
ts_include_dvb_subtitles: bool?,
|
|
785
786
|
scte: {
|
|
786
|
-
scte_filter: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" | "PROGRAM")]
|
|
787
|
+
scte_filter: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" | "PROGRAM")]?,
|
|
788
|
+
scte_in_segments: ("NONE" | "ALL")?
|
|
787
789
|
}?,
|
|
788
790
|
encryption: {
|
|
789
791
|
constant_initialization_vector: ::String?,
|
data/sig/types.rbs
CHANGED
|
@@ -793,6 +793,7 @@ module Aws::MediaPackageV2
|
|
|
793
793
|
|
|
794
794
|
class Scte
|
|
795
795
|
attr_accessor scte_filter: ::Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" | "PROGRAM")]
|
|
796
|
+
attr_accessor scte_in_segments: ("NONE" | "ALL")
|
|
796
797
|
SENSITIVE: []
|
|
797
798
|
end
|
|
798
799
|
|