aws-sdk-mediapackagev2 1.63.0 → 1.65.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: 3b4a7e200a523833e908d3595aa9432de191b58f8d08cfdbb2ae977131639bf1
4
- data.tar.gz: 46100cd0943064dabd9cf8db5b429a516b2b57f8c13269f3e38820212f879c91
3
+ metadata.gz: 8b19224f6da7e6b88ac4e019cb76e6f6e13a32d0c7a86b86258c0b851773ada8
4
+ data.tar.gz: e07b37502487fe1779c715e33f67b4bab8ecf3878a2b0194ebdc697799172ae7
5
5
  SHA512:
6
- metadata.gz: 7aaa93070270cacc30b33121630420d1ad95ecf86970053513aa1504f1237044d637f9d98032561893628eceaada79e88196ccf3acbec46b9d52df466698ed2b
7
- data.tar.gz: 658e3f11171eaa0a7f37508ba0ddb3da2beda134692eac037555a523b34817a9d1c050fb86585d39a05ac7a209f9311b9d656f190d21e3156adfc4a4bc00ee4c
6
+ metadata.gz: a738c4f81b066027203148d0a6d89f5ba4473b0133799242fb2b1aa4d8c3879a1b851286661d34a84876324d2ebd11348dcc61a7dbd7d31dca6f1b250c6aa7a4
7
+ data.tar.gz: 675d6c175beefdc8af86314690a75b2934466f0faa926c1e691c0b451abe6a9c1000cf83902b3cdd60eff833ccf23803e93ea034f1218c0f5915820dc72835d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.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.64.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.63.0 (2026-05-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.0
@@ -199,7 +199,7 @@ module Aws::MediaPackageV2
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::MediaPackageV2
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
@@ -5322,7 +5320,7 @@ module Aws::MediaPackageV2
5322
5320
  tracer: tracer
5323
5321
  )
5324
5322
  context[:gem_name] = 'aws-sdk-mediapackagev2'
5325
- context[:gem_version] = '1.63.0'
5323
+ context[:gem_version] = '1.65.0'
5326
5324
  Seahorse::Client::Request.new(handlers, context)
5327
5325
  end
5328
5326
 
@@ -55,7 +55,7 @@ module Aws::MediaPackageV2
55
55
  autoload :EndpointProvider, 'aws-sdk-mediapackagev2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediapackagev2/endpoints'
57
57
 
58
- GEM_VERSION = '1.63.0'
58
+ GEM_VERSION = '1.65.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -172,17 +172,17 @@ module Aws
172
172
  hls_manifests: Array[
173
173
  {
174
174
  manifest_name: ::String
175
- },
175
+ }
176
176
  ]?,
177
177
  dash_manifests: Array[
178
178
  {
179
179
  manifest_name: ::String
180
- },
180
+ }
181
181
  ]?,
182
182
  low_latency_hls_manifests: Array[
183
183
  {
184
184
  manifest_name: ::String
185
- },
185
+ }
186
186
  ]?
187
187
  },
188
188
  schedule_configuration: {
@@ -228,175 +228,21 @@ module Aws
228
228
  channel_name: ::String,
229
229
  origin_endpoint_name: ::String,
230
230
  container_type: ("TS" | "CMAF" | "ISM"),
231
- ?segment: {
232
- segment_duration_seconds: ::Integer?,
233
- segment_name: ::String?,
234
- ts_use_audio_rendition_group: bool?,
235
- include_iframe_only_streams: bool?,
236
- ts_include_dvb_subtitles: bool?,
237
- scte: {
238
- 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" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK" | "PROVIDER_PROMO" | "DISTRIBUTOR_PROMO" | "PROVIDER_AD_BLOCK" | "DISTRIBUTOR_AD_BLOCK")]?,
239
- scte_in_segments: ("NONE" | "ALL" | "MATCHES_FILTER")?,
240
- custom_ad_types: Array[("PROGRAM" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK")]?
241
- }?,
242
- encryption: {
243
- constant_initialization_vector: ::String?,
244
- encryption_method: {
245
- ts_encryption_method: ("AES_128" | "SAMPLE_AES")?,
246
- cmaf_encryption_method: ("CENC" | "CBCS")?,
247
- ism_encryption_method: ("CENC")?
248
- },
249
- key_rotation_interval_seconds: ::Integer?,
250
- cmaf_exclude_segment_drm_metadata: bool?,
251
- speke_key_provider: {
252
- encryption_contract_configuration: {
253
- preset_speke_20_audio: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED"),
254
- 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")
255
- },
256
- resource_id: ::String,
257
- drm_systems: Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")],
258
- role_arn: ::String,
259
- url: ::String,
260
- certificate_arn: ::String?
261
- }
262
- }?
263
- },
231
+ ?segment: Params::segment,
264
232
  ?client_token: ::String,
265
233
  ?description: ::String,
266
234
  ?startover_window_seconds: ::Integer,
267
235
  ?hls_manifests: Array[
268
- {
269
- manifest_name: ::String,
270
- child_manifest_name: ::String?,
271
- scte_hls: {
272
- ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?,
273
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
274
- }?,
275
- start_tag: {
276
- time_offset: ::Float,
277
- precise: bool?
278
- }?,
279
- manifest_window_seconds: ::Integer?,
280
- program_date_time_interval_seconds: ::Integer?,
281
- filter_configuration: {
282
- manifest_filter: ::String?,
283
- drm_settings: ::String?,
284
- start: ::Time?,
285
- end: ::Time?,
286
- time_delay_seconds: ::Integer?,
287
- clip_start_time: ::Time?
288
- }?,
289
- url_encode_child_manifest: bool?,
290
- uri_path_type: ("LEAF" | "ROOT")?
291
- },
236
+ Params::create_hls_manifest_configuration
292
237
  ],
293
238
  ?low_latency_hls_manifests: Array[
294
- {
295
- manifest_name: ::String,
296
- child_manifest_name: ::String?,
297
- scte_hls: {
298
- ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?,
299
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
300
- }?,
301
- start_tag: {
302
- time_offset: ::Float,
303
- precise: bool?
304
- }?,
305
- manifest_window_seconds: ::Integer?,
306
- program_date_time_interval_seconds: ::Integer?,
307
- filter_configuration: {
308
- manifest_filter: ::String?,
309
- drm_settings: ::String?,
310
- start: ::Time?,
311
- end: ::Time?,
312
- time_delay_seconds: ::Integer?,
313
- clip_start_time: ::Time?
314
- }?,
315
- url_encode_child_manifest: bool?,
316
- uri_path_type: ("LEAF" | "ROOT")?
317
- },
239
+ Params::create_low_latency_hls_manifest_configuration
318
240
  ],
319
241
  ?dash_manifests: Array[
320
- {
321
- manifest_name: ::String,
322
- manifest_window_seconds: ::Integer?,
323
- filter_configuration: {
324
- manifest_filter: ::String?,
325
- drm_settings: ::String?,
326
- start: ::Time?,
327
- end: ::Time?,
328
- time_delay_seconds: ::Integer?,
329
- clip_start_time: ::Time?
330
- }?,
331
- min_update_period_seconds: ::Integer?,
332
- min_buffer_time_seconds: ::Integer?,
333
- suggested_presentation_delay_seconds: ::Integer?,
334
- segment_template_format: ("NUMBER_WITH_TIMELINE")?,
335
- period_triggers: Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]?,
336
- scte_dash: {
337
- ad_marker_dash: ("BINARY" | "XML")?,
338
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
339
- }?,
340
- drm_signaling: ("INDIVIDUAL" | "REFERENCED")?,
341
- utc_timing: {
342
- timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")?,
343
- timing_source: ::String?
344
- }?,
345
- profiles: Array[("DVB_DASH")]?,
346
- base_urls: Array[
347
- {
348
- url: ::String,
349
- service_location: ::String?,
350
- dvb_priority: ::Integer?,
351
- dvb_weight: ::Integer?
352
- },
353
- ]?,
354
- program_information: {
355
- title: ::String?,
356
- source: ::String?,
357
- copyright: ::String?,
358
- language_code: ::String?,
359
- more_information_url: ::String?
360
- }?,
361
- dvb_settings: {
362
- font_download: {
363
- url: ::String?,
364
- mime_type: ::String?,
365
- font_family: ::String?
366
- }?,
367
- error_metrics: Array[
368
- {
369
- reporting_url: ::String,
370
- probability: ::Integer?
371
- },
372
- ]?
373
- }?,
374
- compactness: ("STANDARD" | "NONE")?,
375
- subtitle_configuration: {
376
- ttml_configuration: {
377
- ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
378
- }?
379
- }?,
380
- uri_path_type: ("LEAF" | "ROOT")?,
381
- availability_start_time_configuration: {
382
- fixed_availability_start_time: ::Time?
383
- }?
384
- },
242
+ Params::create_dash_manifest_configuration
385
243
  ],
386
244
  ?mss_manifests: Array[
387
- {
388
- manifest_name: ::String,
389
- manifest_window_seconds: ::Integer?,
390
- filter_configuration: {
391
- manifest_filter: ::String?,
392
- drm_settings: ::String?,
393
- start: ::Time?,
394
- end: ::Time?,
395
- time_delay_seconds: ::Integer?,
396
- clip_start_time: ::Time?
397
- }?,
398
- manifest_layout: ("FULL" | "COMPACT")?
399
- },
245
+ Params::create_mss_manifest_configuration
400
246
  ],
401
247
  ?force_endpoint_error_configuration: {
402
248
  endpoint_error_conditions: Array[("STALE_MANIFEST" | "INCOMPLETE_MANIFEST" | "MISSING_DRM_KEY" | "SLATE_INPUT")]?
@@ -796,174 +642,20 @@ module Aws
796
642
  channel_name: ::String,
797
643
  origin_endpoint_name: ::String,
798
644
  container_type: ("TS" | "CMAF" | "ISM"),
799
- ?segment: {
800
- segment_duration_seconds: ::Integer?,
801
- segment_name: ::String?,
802
- ts_use_audio_rendition_group: bool?,
803
- include_iframe_only_streams: bool?,
804
- ts_include_dvb_subtitles: bool?,
805
- scte: {
806
- 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" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK" | "PROVIDER_PROMO" | "DISTRIBUTOR_PROMO" | "PROVIDER_AD_BLOCK" | "DISTRIBUTOR_AD_BLOCK")]?,
807
- scte_in_segments: ("NONE" | "ALL" | "MATCHES_FILTER")?,
808
- custom_ad_types: Array[("PROGRAM" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK")]?
809
- }?,
810
- encryption: {
811
- constant_initialization_vector: ::String?,
812
- encryption_method: {
813
- ts_encryption_method: ("AES_128" | "SAMPLE_AES")?,
814
- cmaf_encryption_method: ("CENC" | "CBCS")?,
815
- ism_encryption_method: ("CENC")?
816
- },
817
- key_rotation_interval_seconds: ::Integer?,
818
- cmaf_exclude_segment_drm_metadata: bool?,
819
- speke_key_provider: {
820
- encryption_contract_configuration: {
821
- preset_speke_20_audio: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED"),
822
- 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")
823
- },
824
- resource_id: ::String,
825
- drm_systems: Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")],
826
- role_arn: ::String,
827
- url: ::String,
828
- certificate_arn: ::String?
829
- }
830
- }?
831
- },
645
+ ?segment: Params::segment,
832
646
  ?description: ::String,
833
647
  ?startover_window_seconds: ::Integer,
834
648
  ?hls_manifests: Array[
835
- {
836
- manifest_name: ::String,
837
- child_manifest_name: ::String?,
838
- scte_hls: {
839
- ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?,
840
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
841
- }?,
842
- start_tag: {
843
- time_offset: ::Float,
844
- precise: bool?
845
- }?,
846
- manifest_window_seconds: ::Integer?,
847
- program_date_time_interval_seconds: ::Integer?,
848
- filter_configuration: {
849
- manifest_filter: ::String?,
850
- drm_settings: ::String?,
851
- start: ::Time?,
852
- end: ::Time?,
853
- time_delay_seconds: ::Integer?,
854
- clip_start_time: ::Time?
855
- }?,
856
- url_encode_child_manifest: bool?,
857
- uri_path_type: ("LEAF" | "ROOT")?
858
- },
649
+ Params::create_hls_manifest_configuration
859
650
  ],
860
651
  ?low_latency_hls_manifests: Array[
861
- {
862
- manifest_name: ::String,
863
- child_manifest_name: ::String?,
864
- scte_hls: {
865
- ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?,
866
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
867
- }?,
868
- start_tag: {
869
- time_offset: ::Float,
870
- precise: bool?
871
- }?,
872
- manifest_window_seconds: ::Integer?,
873
- program_date_time_interval_seconds: ::Integer?,
874
- filter_configuration: {
875
- manifest_filter: ::String?,
876
- drm_settings: ::String?,
877
- start: ::Time?,
878
- end: ::Time?,
879
- time_delay_seconds: ::Integer?,
880
- clip_start_time: ::Time?
881
- }?,
882
- url_encode_child_manifest: bool?,
883
- uri_path_type: ("LEAF" | "ROOT")?
884
- },
652
+ Params::create_low_latency_hls_manifest_configuration
885
653
  ],
886
654
  ?dash_manifests: Array[
887
- {
888
- manifest_name: ::String,
889
- manifest_window_seconds: ::Integer?,
890
- filter_configuration: {
891
- manifest_filter: ::String?,
892
- drm_settings: ::String?,
893
- start: ::Time?,
894
- end: ::Time?,
895
- time_delay_seconds: ::Integer?,
896
- clip_start_time: ::Time?
897
- }?,
898
- min_update_period_seconds: ::Integer?,
899
- min_buffer_time_seconds: ::Integer?,
900
- suggested_presentation_delay_seconds: ::Integer?,
901
- segment_template_format: ("NUMBER_WITH_TIMELINE")?,
902
- period_triggers: Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]?,
903
- scte_dash: {
904
- ad_marker_dash: ("BINARY" | "XML")?,
905
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
906
- }?,
907
- drm_signaling: ("INDIVIDUAL" | "REFERENCED")?,
908
- utc_timing: {
909
- timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")?,
910
- timing_source: ::String?
911
- }?,
912
- profiles: Array[("DVB_DASH")]?,
913
- base_urls: Array[
914
- {
915
- url: ::String,
916
- service_location: ::String?,
917
- dvb_priority: ::Integer?,
918
- dvb_weight: ::Integer?
919
- },
920
- ]?,
921
- program_information: {
922
- title: ::String?,
923
- source: ::String?,
924
- copyright: ::String?,
925
- language_code: ::String?,
926
- more_information_url: ::String?
927
- }?,
928
- dvb_settings: {
929
- font_download: {
930
- url: ::String?,
931
- mime_type: ::String?,
932
- font_family: ::String?
933
- }?,
934
- error_metrics: Array[
935
- {
936
- reporting_url: ::String,
937
- probability: ::Integer?
938
- },
939
- ]?
940
- }?,
941
- compactness: ("STANDARD" | "NONE")?,
942
- subtitle_configuration: {
943
- ttml_configuration: {
944
- ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
945
- }?
946
- }?,
947
- uri_path_type: ("LEAF" | "ROOT")?,
948
- availability_start_time_configuration: {
949
- fixed_availability_start_time: ::Time?
950
- }?
951
- },
655
+ Params::create_dash_manifest_configuration
952
656
  ],
953
657
  ?mss_manifests: Array[
954
- {
955
- manifest_name: ::String,
956
- manifest_window_seconds: ::Integer?,
957
- filter_configuration: {
958
- manifest_filter: ::String?,
959
- drm_settings: ::String?,
960
- start: ::Time?,
961
- end: ::Time?,
962
- time_delay_seconds: ::Integer?,
963
- clip_start_time: ::Time?
964
- }?,
965
- manifest_layout: ("FULL" | "COMPACT")?
966
- },
658
+ Params::create_mss_manifest_configuration
967
659
  ],
968
660
  ?force_endpoint_error_configuration: {
969
661
  endpoint_error_conditions: Array[("STALE_MANIFEST" | "INCOMPLETE_MANIFEST" | "MISSING_DRM_KEY" | "SLATE_INPUT")]?
data/sig/params.rbs ADDED
@@ -0,0 +1,164 @@
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 MediaPackageV2
10
+ module Params
11
+ type speke_key_provider = {
12
+ encryption_contract_configuration: {
13
+ preset_speke_20_audio: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED"),
14
+ 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")
15
+ },
16
+ resource_id: ::String,
17
+ drm_systems: Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")],
18
+ role_arn: ::String,
19
+ url: ::String,
20
+ certificate_arn: ::String?
21
+ }
22
+
23
+ type encryption = {
24
+ constant_initialization_vector: ::String?,
25
+ encryption_method: {
26
+ ts_encryption_method: ("AES_128" | "SAMPLE_AES")?,
27
+ cmaf_encryption_method: ("CENC" | "CBCS")?,
28
+ ism_encryption_method: ("CENC")?
29
+ },
30
+ key_rotation_interval_seconds: ::Integer?,
31
+ cmaf_exclude_segment_drm_metadata: bool?,
32
+ speke_key_provider: Params::speke_key_provider
33
+ }
34
+
35
+ type segment = {
36
+ segment_duration_seconds: ::Integer?,
37
+ segment_name: ::String?,
38
+ ts_use_audio_rendition_group: bool?,
39
+ include_iframe_only_streams: bool?,
40
+ ts_include_dvb_subtitles: bool?,
41
+ scte: {
42
+ 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" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK" | "PROVIDER_PROMO" | "DISTRIBUTOR_PROMO" | "PROVIDER_AD_BLOCK" | "DISTRIBUTOR_AD_BLOCK")]?,
43
+ scte_in_segments: ("NONE" | "ALL" | "MATCHES_FILTER")?,
44
+ custom_ad_types: Array[("PROGRAM" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK")]?
45
+ }?,
46
+ encryption: Params::encryption?
47
+ }
48
+
49
+ type filter_configuration = {
50
+ manifest_filter: ::String?,
51
+ drm_settings: ::String?,
52
+ start: ::Time?,
53
+ end: ::Time?,
54
+ time_delay_seconds: ::Integer?,
55
+ clip_start_time: ::Time?
56
+ }
57
+
58
+ type create_hls_manifest_configuration = {
59
+ manifest_name: ::String,
60
+ child_manifest_name: ::String?,
61
+ scte_hls: {
62
+ ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?,
63
+ scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
64
+ }?,
65
+ start_tag: {
66
+ time_offset: ::Float,
67
+ precise: bool?
68
+ }?,
69
+ manifest_window_seconds: ::Integer?,
70
+ program_date_time_interval_seconds: ::Integer?,
71
+ filter_configuration: Params::filter_configuration?,
72
+ url_encode_child_manifest: bool?,
73
+ uri_path_type: ("LEAF" | "ROOT")?
74
+ }
75
+
76
+ type create_low_latency_hls_manifest_configuration = {
77
+ manifest_name: ::String,
78
+ child_manifest_name: ::String?,
79
+ scte_hls: {
80
+ ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?,
81
+ scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
82
+ }?,
83
+ start_tag: {
84
+ time_offset: ::Float,
85
+ precise: bool?
86
+ }?,
87
+ manifest_window_seconds: ::Integer?,
88
+ program_date_time_interval_seconds: ::Integer?,
89
+ filter_configuration: Params::filter_configuration?,
90
+ url_encode_child_manifest: bool?,
91
+ uri_path_type: ("LEAF" | "ROOT")?
92
+ }
93
+
94
+ type dash_dvb_settings = {
95
+ font_download: {
96
+ url: ::String?,
97
+ mime_type: ::String?,
98
+ font_family: ::String?
99
+ }?,
100
+ error_metrics: Array[
101
+ {
102
+ reporting_url: ::String,
103
+ probability: ::Integer?
104
+ }
105
+ ]?
106
+ }
107
+
108
+ type create_dash_manifest_configuration = {
109
+ manifest_name: ::String,
110
+ manifest_window_seconds: ::Integer?,
111
+ filter_configuration: Params::filter_configuration?,
112
+ min_update_period_seconds: ::Integer?,
113
+ min_buffer_time_seconds: ::Integer?,
114
+ suggested_presentation_delay_seconds: ::Integer?,
115
+ segment_template_format: ("NUMBER_WITH_TIMELINE")?,
116
+ period_triggers: Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]?,
117
+ scte_dash: {
118
+ ad_marker_dash: ("BINARY" | "XML")?,
119
+ scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
120
+ }?,
121
+ drm_signaling: ("INDIVIDUAL" | "REFERENCED")?,
122
+ utc_timing: {
123
+ timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")?,
124
+ timing_source: ::String?
125
+ }?,
126
+ profiles: Array[("DVB_DASH")]?,
127
+ base_urls: Array[
128
+ {
129
+ url: ::String,
130
+ service_location: ::String?,
131
+ dvb_priority: ::Integer?,
132
+ dvb_weight: ::Integer?
133
+ }
134
+ ]?,
135
+ program_information: {
136
+ title: ::String?,
137
+ source: ::String?,
138
+ copyright: ::String?,
139
+ language_code: ::String?,
140
+ more_information_url: ::String?
141
+ }?,
142
+ dvb_settings: Params::dash_dvb_settings?,
143
+ compactness: ("STANDARD" | "NONE")?,
144
+ subtitle_configuration: {
145
+ ttml_configuration: {
146
+ ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
147
+ }?
148
+ }?,
149
+ uri_path_type: ("LEAF" | "ROOT")?,
150
+ availability_start_time_configuration: {
151
+ fixed_availability_start_time: ::Time?
152
+ }?
153
+ }
154
+
155
+ type create_mss_manifest_configuration = {
156
+ manifest_name: ::String,
157
+ manifest_window_seconds: ::Integer?,
158
+ filter_configuration: Params::filter_configuration?,
159
+ manifest_layout: ("FULL" | "COMPACT")?
160
+ }
161
+
162
+ end
163
+ end
164
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.65.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
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-mediapackagev2/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs