aws-sdk-mediapackage 1.102.0 → 1.104.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: 7bc776ce4bb8d685158797c1fb2748831de88234f84c7fc99eedaf4c2271821a
4
- data.tar.gz: 3bfbf96f21bf171e5316b1bfbaf9e187fd1368f85e8c992a7d69c877dae00267
3
+ metadata.gz: 7e92dbaa71f83d1d77680fcc7236cbcfb21c8ff3d862c93f091f083658cf4c0e
4
+ data.tar.gz: e0ae44c62c4e59eb481efde1d6c24b576c01fd9e276f0ad4055c36fd0d4c73c0
5
5
  SHA512:
6
- metadata.gz: 93e01fd91dcb985eb699b2dfd4855a5e5ab5d9f7277e98e02fe421d78884b1716b59646a0dcdc717642007b2df5951d70d01ff88bff218e581b96261bc9b4077
7
- data.tar.gz: 11a065ff12ceedd08de8bc862070d24ffb2483cbbea498e59599b60ec8360f36924b095d49803f9716b04bf5fb93dc4e9cc59bd415e7f7883f9faf0a70d2beff
6
+ metadata.gz: fc8f00bc8efff73181f1b786fd71885e0ce7b8908ace62fb3e9cec0ce34cdc7d1912f5d0341148d77f201c5668a2819b6fd5e8fe3cbd1a1dd5e85b3c48836d1e
7
+ data.tar.gz: 666663b5948421fc4c9955af892bb7f6cf8fcadcc628bfd0daa3999ef675b5c23562f1db989e0cde0201e07345c04f75f78a53cb9fa8c49abcf5aeac5b53240c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.103.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.102.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.104.0
@@ -199,7 +199,7 @@ module Aws::MediaPackage
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::MediaPackage
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2056,7 +2054,7 @@ module Aws::MediaPackage
2056
2054
  tracer: tracer
2057
2055
  )
2058
2056
  context[:gem_name] = 'aws-sdk-mediapackage'
2059
- context[:gem_version] = '1.102.0'
2057
+ context[:gem_version] = '1.104.0'
2060
2058
  Seahorse::Client::Request.new(handlers, context)
2061
2059
  end
2062
2060
 
@@ -54,7 +54,7 @@ module Aws::MediaPackage
54
54
  autoload :EndpointProvider, 'aws-sdk-mediapackage/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediapackage/endpoints'
56
56
 
57
- GEM_VERSION = '1.102.0'
57
+ GEM_VERSION = '1.104.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -173,138 +173,13 @@ module Aws
173
173
  secrets_role_arn: ::String
174
174
  },
175
175
  channel_id: ::String,
176
- ?cmaf_package: {
177
- encryption: {
178
- constant_initialization_vector: ::String?,
179
- encryption_method: ("SAMPLE_AES" | "AES_CTR")?,
180
- key_rotation_interval_seconds: ::Integer?,
181
- speke_key_provider: {
182
- certificate_arn: ::String?,
183
- encryption_contract_configuration: {
184
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
185
- preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
186
- }?,
187
- resource_id: ::String,
188
- role_arn: ::String,
189
- system_ids: Array[::String],
190
- url: ::String
191
- }
192
- }?,
193
- hls_manifests: Array[
194
- {
195
- ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH" | "DATERANGE")?,
196
- ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
197
- ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
198
- id: ::String,
199
- include_iframe_only_stream: bool?,
200
- manifest_name: ::String?,
201
- playlist_type: ("NONE" | "EVENT" | "VOD")?,
202
- playlist_window_seconds: ::Integer?,
203
- program_date_time_interval_seconds: ::Integer?
204
- },
205
- ]?,
206
- segment_duration_seconds: ::Integer?,
207
- segment_prefix: ::String?,
208
- stream_selection: {
209
- max_video_bits_per_second: ::Integer?,
210
- min_video_bits_per_second: ::Integer?,
211
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
212
- }?
213
- },
214
- ?dash_package: {
215
- ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
216
- ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
217
- encryption: {
218
- key_rotation_interval_seconds: ::Integer?,
219
- speke_key_provider: {
220
- certificate_arn: ::String?,
221
- encryption_contract_configuration: {
222
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
223
- preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
224
- }?,
225
- resource_id: ::String,
226
- role_arn: ::String,
227
- system_ids: Array[::String],
228
- url: ::String
229
- }
230
- }?,
231
- include_iframe_only_stream: bool?,
232
- manifest_layout: ("FULL" | "COMPACT" | "DRM_TOP_LEVEL_COMPACT")?,
233
- manifest_window_seconds: ::Integer?,
234
- min_buffer_time_seconds: ::Integer?,
235
- min_update_period_seconds: ::Integer?,
236
- period_triggers: Array[("ADS")]?,
237
- profile: ("NONE" | "HBBTV_1_5" | "HYBRIDCAST" | "DVB_DASH_2014")?,
238
- segment_duration_seconds: ::Integer?,
239
- segment_template_format: ("NUMBER_WITH_TIMELINE" | "TIME_WITH_TIMELINE" | "NUMBER_WITH_DURATION")?,
240
- stream_selection: {
241
- max_video_bits_per_second: ::Integer?,
242
- min_video_bits_per_second: ::Integer?,
243
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
244
- }?,
245
- suggested_presentation_delay_seconds: ::Integer?,
246
- utc_timing: ("NONE" | "HTTP-HEAD" | "HTTP-ISO" | "HTTP-XSDATE")?,
247
- utc_timing_uri: ::String?
248
- },
176
+ ?cmaf_package: Params::cmaf_package_create_or_update_parameters,
177
+ ?dash_package: Params::dash_package,
249
178
  ?description: ::String,
250
- ?hls_package: {
251
- ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH" | "DATERANGE")?,
252
- ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
253
- ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
254
- encryption: {
255
- constant_initialization_vector: ::String?,
256
- encryption_method: ("AES_128" | "SAMPLE_AES")?,
257
- key_rotation_interval_seconds: ::Integer?,
258
- repeat_ext_x_key: bool?,
259
- speke_key_provider: {
260
- certificate_arn: ::String?,
261
- encryption_contract_configuration: {
262
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
263
- preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
264
- }?,
265
- resource_id: ::String,
266
- role_arn: ::String,
267
- system_ids: Array[::String],
268
- url: ::String
269
- }
270
- }?,
271
- include_dvb_subtitles: bool?,
272
- include_iframe_only_stream: bool?,
273
- playlist_type: ("NONE" | "EVENT" | "VOD")?,
274
- playlist_window_seconds: ::Integer?,
275
- program_date_time_interval_seconds: ::Integer?,
276
- segment_duration_seconds: ::Integer?,
277
- stream_selection: {
278
- max_video_bits_per_second: ::Integer?,
279
- min_video_bits_per_second: ::Integer?,
280
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
281
- }?,
282
- use_audio_rendition_group: bool?
283
- },
179
+ ?hls_package: Params::hls_package,
284
180
  id: ::String,
285
181
  ?manifest_name: ::String,
286
- ?mss_package: {
287
- encryption: {
288
- speke_key_provider: {
289
- certificate_arn: ::String?,
290
- encryption_contract_configuration: {
291
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
292
- preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
293
- }?,
294
- resource_id: ::String,
295
- role_arn: ::String,
296
- system_ids: Array[::String],
297
- url: ::String
298
- }
299
- }?,
300
- manifest_window_seconds: ::Integer?,
301
- segment_duration_seconds: ::Integer?,
302
- stream_selection: {
303
- max_video_bits_per_second: ::Integer?,
304
- min_video_bits_per_second: ::Integer?,
305
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
306
- }?
307
- },
182
+ ?mss_package: Params::mss_package,
308
183
  ?origination: ("ALLOW" | "DENY"),
309
184
  ?startover_window_seconds: ::Integer,
310
185
  ?tags: Hash[::String, ::String],
@@ -534,138 +409,13 @@ module Aws
534
409
  cdn_identifier_secret: ::String,
535
410
  secrets_role_arn: ::String
536
411
  },
537
- ?cmaf_package: {
538
- encryption: {
539
- constant_initialization_vector: ::String?,
540
- encryption_method: ("SAMPLE_AES" | "AES_CTR")?,
541
- key_rotation_interval_seconds: ::Integer?,
542
- speke_key_provider: {
543
- certificate_arn: ::String?,
544
- encryption_contract_configuration: {
545
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
546
- preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
547
- }?,
548
- resource_id: ::String,
549
- role_arn: ::String,
550
- system_ids: Array[::String],
551
- url: ::String
552
- }
553
- }?,
554
- hls_manifests: Array[
555
- {
556
- ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH" | "DATERANGE")?,
557
- ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
558
- ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
559
- id: ::String,
560
- include_iframe_only_stream: bool?,
561
- manifest_name: ::String?,
562
- playlist_type: ("NONE" | "EVENT" | "VOD")?,
563
- playlist_window_seconds: ::Integer?,
564
- program_date_time_interval_seconds: ::Integer?
565
- },
566
- ]?,
567
- segment_duration_seconds: ::Integer?,
568
- segment_prefix: ::String?,
569
- stream_selection: {
570
- max_video_bits_per_second: ::Integer?,
571
- min_video_bits_per_second: ::Integer?,
572
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
573
- }?
574
- },
575
- ?dash_package: {
576
- ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
577
- ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
578
- encryption: {
579
- key_rotation_interval_seconds: ::Integer?,
580
- speke_key_provider: {
581
- certificate_arn: ::String?,
582
- encryption_contract_configuration: {
583
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
584
- preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
585
- }?,
586
- resource_id: ::String,
587
- role_arn: ::String,
588
- system_ids: Array[::String],
589
- url: ::String
590
- }
591
- }?,
592
- include_iframe_only_stream: bool?,
593
- manifest_layout: ("FULL" | "COMPACT" | "DRM_TOP_LEVEL_COMPACT")?,
594
- manifest_window_seconds: ::Integer?,
595
- min_buffer_time_seconds: ::Integer?,
596
- min_update_period_seconds: ::Integer?,
597
- period_triggers: Array[("ADS")]?,
598
- profile: ("NONE" | "HBBTV_1_5" | "HYBRIDCAST" | "DVB_DASH_2014")?,
599
- segment_duration_seconds: ::Integer?,
600
- segment_template_format: ("NUMBER_WITH_TIMELINE" | "TIME_WITH_TIMELINE" | "NUMBER_WITH_DURATION")?,
601
- stream_selection: {
602
- max_video_bits_per_second: ::Integer?,
603
- min_video_bits_per_second: ::Integer?,
604
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
605
- }?,
606
- suggested_presentation_delay_seconds: ::Integer?,
607
- utc_timing: ("NONE" | "HTTP-HEAD" | "HTTP-ISO" | "HTTP-XSDATE")?,
608
- utc_timing_uri: ::String?
609
- },
412
+ ?cmaf_package: Params::cmaf_package_create_or_update_parameters,
413
+ ?dash_package: Params::dash_package,
610
414
  ?description: ::String,
611
- ?hls_package: {
612
- ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH" | "DATERANGE")?,
613
- ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
614
- ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
615
- encryption: {
616
- constant_initialization_vector: ::String?,
617
- encryption_method: ("AES_128" | "SAMPLE_AES")?,
618
- key_rotation_interval_seconds: ::Integer?,
619
- repeat_ext_x_key: bool?,
620
- speke_key_provider: {
621
- certificate_arn: ::String?,
622
- encryption_contract_configuration: {
623
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
624
- preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
625
- }?,
626
- resource_id: ::String,
627
- role_arn: ::String,
628
- system_ids: Array[::String],
629
- url: ::String
630
- }
631
- }?,
632
- include_dvb_subtitles: bool?,
633
- include_iframe_only_stream: bool?,
634
- playlist_type: ("NONE" | "EVENT" | "VOD")?,
635
- playlist_window_seconds: ::Integer?,
636
- program_date_time_interval_seconds: ::Integer?,
637
- segment_duration_seconds: ::Integer?,
638
- stream_selection: {
639
- max_video_bits_per_second: ::Integer?,
640
- min_video_bits_per_second: ::Integer?,
641
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
642
- }?,
643
- use_audio_rendition_group: bool?
644
- },
415
+ ?hls_package: Params::hls_package,
645
416
  id: ::String,
646
417
  ?manifest_name: ::String,
647
- ?mss_package: {
648
- encryption: {
649
- speke_key_provider: {
650
- certificate_arn: ::String?,
651
- encryption_contract_configuration: {
652
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
653
- preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
654
- }?,
655
- resource_id: ::String,
656
- role_arn: ::String,
657
- system_ids: Array[::String],
658
- url: ::String
659
- }
660
- }?,
661
- manifest_window_seconds: ::Integer?,
662
- segment_duration_seconds: ::Integer?,
663
- stream_selection: {
664
- max_video_bits_per_second: ::Integer?,
665
- min_video_bits_per_second: ::Integer?,
666
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
667
- }?
668
- },
418
+ ?mss_package: Params::mss_package,
669
419
  ?origination: ("ALLOW" | "DENY"),
670
420
  ?startover_window_seconds: ::Integer,
671
421
  ?time_delay_seconds: ::Integer,
data/sig/params.rbs ADDED
@@ -0,0 +1,128 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module MediaPackage
10
+ module Params
11
+ type speke_key_provider = {
12
+ certificate_arn: ::String?,
13
+ encryption_contract_configuration: {
14
+ preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
15
+ preset_speke_20_video: ("PRESET-VIDEO-1" | "PRESET-VIDEO-2" | "PRESET-VIDEO-3" | "PRESET-VIDEO-4" | "PRESET-VIDEO-5" | "PRESET-VIDEO-6" | "PRESET-VIDEO-7" | "PRESET-VIDEO-8" | "SHARED" | "UNENCRYPTED")
16
+ }?,
17
+ resource_id: ::String,
18
+ role_arn: ::String,
19
+ system_ids: Array[::String],
20
+ url: ::String
21
+ }
22
+
23
+ type cmaf_encryption = {
24
+ constant_initialization_vector: ::String?,
25
+ encryption_method: ("SAMPLE_AES" | "AES_CTR")?,
26
+ key_rotation_interval_seconds: ::Integer?,
27
+ speke_key_provider: Params::speke_key_provider
28
+ }
29
+
30
+ type cmaf_package_create_or_update_parameters = {
31
+ encryption: Params::cmaf_encryption?,
32
+ hls_manifests: Array[
33
+ Params::hls_manifest_create_or_update_parameters
34
+ ]?,
35
+ segment_duration_seconds: ::Integer?,
36
+ segment_prefix: ::String?,
37
+ stream_selection: {
38
+ max_video_bits_per_second: ::Integer?,
39
+ min_video_bits_per_second: ::Integer?,
40
+ stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
41
+ }?
42
+ }
43
+
44
+ type hls_manifest_create_or_update_parameters = {
45
+ ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH" | "DATERANGE")?,
46
+ ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
47
+ ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
48
+ id: ::String,
49
+ include_iframe_only_stream: bool?,
50
+ manifest_name: ::String?,
51
+ playlist_type: ("NONE" | "EVENT" | "VOD")?,
52
+ playlist_window_seconds: ::Integer?,
53
+ program_date_time_interval_seconds: ::Integer?
54
+ }
55
+
56
+ type dash_encryption = {
57
+ key_rotation_interval_seconds: ::Integer?,
58
+ speke_key_provider: Params::speke_key_provider
59
+ }
60
+
61
+ type dash_package = {
62
+ ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
63
+ ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
64
+ encryption: Params::dash_encryption?,
65
+ include_iframe_only_stream: bool?,
66
+ manifest_layout: ("FULL" | "COMPACT" | "DRM_TOP_LEVEL_COMPACT")?,
67
+ manifest_window_seconds: ::Integer?,
68
+ min_buffer_time_seconds: ::Integer?,
69
+ min_update_period_seconds: ::Integer?,
70
+ period_triggers: Array[("ADS")]?,
71
+ profile: ("NONE" | "HBBTV_1_5" | "HYBRIDCAST" | "DVB_DASH_2014")?,
72
+ segment_duration_seconds: ::Integer?,
73
+ segment_template_format: ("NUMBER_WITH_TIMELINE" | "TIME_WITH_TIMELINE" | "NUMBER_WITH_DURATION")?,
74
+ stream_selection: {
75
+ max_video_bits_per_second: ::Integer?,
76
+ min_video_bits_per_second: ::Integer?,
77
+ stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
78
+ }?,
79
+ suggested_presentation_delay_seconds: ::Integer?,
80
+ utc_timing: ("NONE" | "HTTP-HEAD" | "HTTP-ISO" | "HTTP-XSDATE")?,
81
+ utc_timing_uri: ::String?
82
+ }
83
+
84
+ type hls_encryption = {
85
+ constant_initialization_vector: ::String?,
86
+ encryption_method: ("AES_128" | "SAMPLE_AES")?,
87
+ key_rotation_interval_seconds: ::Integer?,
88
+ repeat_ext_x_key: bool?,
89
+ speke_key_provider: Params::speke_key_provider
90
+ }
91
+
92
+ type hls_package = {
93
+ ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH" | "DATERANGE")?,
94
+ ad_triggers: Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]?,
95
+ ads_on_delivery_restrictions: ("NONE" | "RESTRICTED" | "UNRESTRICTED" | "BOTH")?,
96
+ encryption: Params::hls_encryption?,
97
+ include_dvb_subtitles: bool?,
98
+ include_iframe_only_stream: bool?,
99
+ playlist_type: ("NONE" | "EVENT" | "VOD")?,
100
+ playlist_window_seconds: ::Integer?,
101
+ program_date_time_interval_seconds: ::Integer?,
102
+ segment_duration_seconds: ::Integer?,
103
+ stream_selection: {
104
+ max_video_bits_per_second: ::Integer?,
105
+ min_video_bits_per_second: ::Integer?,
106
+ stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
107
+ }?,
108
+ use_audio_rendition_group: bool?
109
+ }
110
+
111
+ type mss_encryption = {
112
+ speke_key_provider: Params::speke_key_provider
113
+ }
114
+
115
+ type mss_package = {
116
+ encryption: Params::mss_encryption?,
117
+ manifest_window_seconds: ::Integer?,
118
+ segment_duration_seconds: ::Integer?,
119
+ stream_selection: {
120
+ max_video_bits_per_second: ::Integer?,
121
+ min_video_bits_per_second: ::Integer?,
122
+ stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
123
+ }?
124
+ }
125
+
126
+ end
127
+ end
128
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-mediapackage/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs