aws-sdk-mediapackagev2 1.62.0 → 1.64.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: 145988378dcc88a677a98eac5773d9b7361d661c7be1fc308ecde12eb20db8ce
4
- data.tar.gz: 59f6b60f4fe7a94361f0760338fea47ac28a7cc4a04be3c8874803ea377f6efd
3
+ metadata.gz: bf0ccc19aa9b20781c35cab8c953658405571306df67e8fb576c5f6746ac9a95
4
+ data.tar.gz: 182f6c3ffe440ee0ba427c4fd33c829a7e49f06ab9e6176b0797a7a35f819819
5
5
  SHA512:
6
- metadata.gz: 63500dd9a33d71b3926fb90f6edd73c15f3628783616eb2bbc49c9381ae5bef7c37e77870335b3b649f2ddc0237b71ccd40f99a20061f2113b55e8335c085dab
7
- data.tar.gz: b5ab23f3d283609d299d89c09bf6388071c5bced1b58e17309d24bd366aedba4662303d28e80bd9c8d69b8de916323918b93e11416f0869544deb6a12bb9cabd
6
+ metadata.gz: 31660009188678e145409645d492b597a671ea6d39307931ccd15d182f2e94f378a837f4b39f10604bf4c87f32e38c3d3f24cfcebc118605320ff0285fbabe35
7
+ data.tar.gz: dcc4f8448cf43a5771c8b3d35e829e205e81c7ba0e22cadad0677df190e4771e18a5f52501981de833810414df380559617840024747a306a9315945c92c3928
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.63.0 (2026-05-15)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for AvailabilityStartTimeConfiguration in MediaPackageV2 DASH manifests
13
+
4
14
  1.62.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.64.0
@@ -1384,6 +1384,9 @@ module Aws::MediaPackageV2
1384
1384
  # },
1385
1385
  # },
1386
1386
  # {
1387
+ # availability_start_time_configuration: {
1388
+ # fixed_availability_start_time: Time.parse("2026-04-17T23:00:00.00Z"),
1389
+ # },
1387
1390
  # base_urls: [
1388
1391
  # {
1389
1392
  # dvb_priority: 2,
@@ -1589,6 +1592,9 @@ module Aws::MediaPackageV2
1589
1592
  # },
1590
1593
  # },
1591
1594
  # {
1595
+ # availability_start_time_configuration: {
1596
+ # fixed_availability_start_time: Time.parse("2026-04-17T23:00:00.00Z"),
1597
+ # },
1592
1598
  # base_urls: [
1593
1599
  # {
1594
1600
  # dvb_priority: 2,
@@ -2009,6 +2015,9 @@ module Aws::MediaPackageV2
2009
2015
  # },
2010
2016
  # },
2011
2017
  # uri_path_type: "LEAF", # accepts LEAF, ROOT
2018
+ # availability_start_time_configuration: {
2019
+ # fixed_availability_start_time: Time.now,
2020
+ # },
2012
2021
  # },
2013
2022
  # ],
2014
2023
  # mss_manifests: [
@@ -2148,6 +2157,7 @@ module Aws::MediaPackageV2
2148
2157
  # resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
2149
2158
  # resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
2150
2159
  # resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
2160
+ # resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
2151
2161
  # resp.mss_manifests #=> Array
2152
2162
  # resp.mss_manifests[0].manifest_name #=> String
2153
2163
  # resp.mss_manifests[0].url #=> String
@@ -3110,6 +3120,7 @@ module Aws::MediaPackageV2
3110
3120
  # resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
3111
3121
  # resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
3112
3122
  # resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
3123
+ # resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
3113
3124
  # resp.mss_manifests #=> Array
3114
3125
  # resp.mss_manifests[0].manifest_name #=> String
3115
3126
  # resp.mss_manifests[0].url #=> String
@@ -5125,6 +5136,9 @@ module Aws::MediaPackageV2
5125
5136
  # },
5126
5137
  # },
5127
5138
  # uri_path_type: "LEAF", # accepts LEAF, ROOT
5139
+ # availability_start_time_configuration: {
5140
+ # fixed_availability_start_time: Time.now,
5141
+ # },
5128
5142
  # },
5129
5143
  # ],
5130
5144
  # mss_manifests: [
@@ -5279,6 +5293,7 @@ module Aws::MediaPackageV2
5279
5293
  # resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
5280
5294
  # resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
5281
5295
  # resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
5296
+ # resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
5282
5297
  #
5283
5298
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/UpdateOriginEndpoint AWS API Documentation
5284
5299
  #
@@ -5307,7 +5322,7 @@ module Aws::MediaPackageV2
5307
5322
  tracer: tracer
5308
5323
  )
5309
5324
  context[:gem_name] = 'aws-sdk-mediapackagev2'
5310
- context[:gem_version] = '1.62.0'
5325
+ context[:gem_version] = '1.64.0'
5311
5326
  Seahorse::Client::Request.new(handlers, context)
5312
5327
  end
5313
5328
 
@@ -60,6 +60,7 @@ module Aws::MediaPackageV2
60
60
  CreateOriginEndpointResponse = Shapes::StructureShape.new(name: 'CreateOriginEndpointResponse')
61
61
  CustomAdType = Shapes::StringShape.new(name: 'CustomAdType')
62
62
  CustomAdTypeList = Shapes::ListShape.new(name: 'CustomAdTypeList')
63
+ DashAvailabilityStartTimeConfiguration = Shapes::UnionShape.new(name: 'DashAvailabilityStartTimeConfiguration')
63
64
  DashBaseUrl = Shapes::StructureShape.new(name: 'DashBaseUrl')
64
65
  DashBaseUrlDvbPriorityInteger = Shapes::IntegerShape.new(name: 'DashBaseUrlDvbPriorityInteger')
65
66
  DashBaseUrlDvbWeightInteger = Shapes::IntegerShape.new(name: 'DashBaseUrlDvbWeightInteger')
@@ -224,6 +225,7 @@ module Aws::MediaPackageV2
224
225
  SpekeKeyProviderUrlString = Shapes::StringShape.new(name: 'SpekeKeyProviderUrlString')
225
226
  StartTag = Shapes::StructureShape.new(name: 'StartTag')
226
227
  String = Shapes::StringShape.new(name: 'String')
228
+ SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
227
229
  TagArn = Shapes::StringShape.new(name: 'TagArn')
228
230
  TagKey = Shapes::StringShape.new(name: 'TagKey')
229
231
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -346,6 +348,7 @@ module Aws::MediaPackageV2
346
348
  CreateDashManifestConfiguration.add_member(:compactness, Shapes::ShapeRef.new(shape: DashCompactness, location_name: "Compactness"))
347
349
  CreateDashManifestConfiguration.add_member(:subtitle_configuration, Shapes::ShapeRef.new(shape: DashSubtitleConfiguration, location_name: "SubtitleConfiguration"))
348
350
  CreateDashManifestConfiguration.add_member(:uri_path_type, Shapes::ShapeRef.new(shape: UriPathType, location_name: "UriPathType"))
351
+ CreateDashManifestConfiguration.add_member(:availability_start_time_configuration, Shapes::ShapeRef.new(shape: DashAvailabilityStartTimeConfiguration, location_name: "AvailabilityStartTimeConfiguration"))
349
352
  CreateDashManifestConfiguration.struct_class = Types::CreateDashManifestConfiguration
350
353
 
351
354
  CreateDashManifests.member = Shapes::ShapeRef.new(shape: CreateDashManifestConfiguration)
@@ -452,6 +455,12 @@ module Aws::MediaPackageV2
452
455
 
453
456
  CustomAdTypeList.member = Shapes::ShapeRef.new(shape: CustomAdType)
454
457
 
458
+ DashAvailabilityStartTimeConfiguration.add_member(:fixed_availability_start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "FixedAvailabilityStartTime"))
459
+ DashAvailabilityStartTimeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
460
+ DashAvailabilityStartTimeConfiguration.add_member_subclass(:fixed_availability_start_time, Types::DashAvailabilityStartTimeConfiguration::FixedAvailabilityStartTime)
461
+ DashAvailabilityStartTimeConfiguration.add_member_subclass(:unknown, Types::DashAvailabilityStartTimeConfiguration::Unknown)
462
+ DashAvailabilityStartTimeConfiguration.struct_class = Types::DashAvailabilityStartTimeConfiguration
463
+
455
464
  DashBaseUrl.add_member(:url, Shapes::ShapeRef.new(shape: DashBaseUrlUrlString, required: true, location_name: "Url"))
456
465
  DashBaseUrl.add_member(:service_location, Shapes::ShapeRef.new(shape: DashBaseUrlServiceLocationString, location_name: "ServiceLocation"))
457
466
  DashBaseUrl.add_member(:dvb_priority, Shapes::ShapeRef.new(shape: DashBaseUrlDvbPriorityInteger, location_name: "DvbPriority"))
@@ -619,6 +628,7 @@ module Aws::MediaPackageV2
619
628
  GetDashManifestConfiguration.add_member(:compactness, Shapes::ShapeRef.new(shape: DashCompactness, location_name: "Compactness"))
620
629
  GetDashManifestConfiguration.add_member(:subtitle_configuration, Shapes::ShapeRef.new(shape: DashSubtitleConfiguration, location_name: "SubtitleConfiguration"))
621
630
  GetDashManifestConfiguration.add_member(:uri_path_type, Shapes::ShapeRef.new(shape: UriPathType, location_name: "UriPathType"))
631
+ GetDashManifestConfiguration.add_member(:availability_start_time_configuration, Shapes::ShapeRef.new(shape: DashAvailabilityStartTimeConfiguration, location_name: "AvailabilityStartTimeConfiguration"))
622
632
  GetDashManifestConfiguration.struct_class = Types::GetDashManifestConfiguration
623
633
 
624
634
  GetDashManifests.member = Shapes::ShapeRef.new(shape: GetDashManifestConfiguration)
@@ -583,6 +583,13 @@ module Aws::MediaPackageV2
583
583
  # specify a value, the default is `LEAF`.
584
584
  # @return [String]
585
585
  #
586
+ # @!attribute [rw] availability_start_time_configuration
587
+ # The configuration for the DASH `availabilityStartTime` attribute of
588
+ # the Media Presentation Description (MPD). If you don't specify a
589
+ # value, MediaPackage uses the default availability start time of
590
+ # `2024-01-01T00:00:00Z`.
591
+ # @return [Types::DashAvailabilityStartTimeConfiguration]
592
+ #
586
593
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CreateDashManifestConfiguration AWS API Documentation
587
594
  #
588
595
  class CreateDashManifestConfiguration < Struct.new(
@@ -603,7 +610,8 @@ module Aws::MediaPackageV2
603
610
  :dvb_settings,
604
611
  :compactness,
605
612
  :subtitle_configuration,
606
- :uri_path_type)
613
+ :uri_path_type,
614
+ :availability_start_time_configuration)
607
615
  SENSITIVE = []
608
616
  include Aws::Structure
609
617
  end
@@ -1210,6 +1218,35 @@ module Aws::MediaPackageV2
1210
1218
  include Aws::Structure
1211
1219
  end
1212
1220
 
1221
+ # The configuration for the DASH `availabilityStartTime` attribute of
1222
+ # the Media Presentation Description (MPD). Use this configuration to
1223
+ # set a custom availability start time for your DASH manifest.
1224
+ #
1225
+ # @note DashAvailabilityStartTimeConfiguration is a union - when making an API calls you must set exactly one of the members.
1226
+ #
1227
+ # @note DashAvailabilityStartTimeConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of DashAvailabilityStartTimeConfiguration corresponding to the set member.
1228
+ #
1229
+ # @!attribute [rw] fixed_availability_start_time
1230
+ # The fixed availability start time for the DASH manifest, in ISO 8601
1231
+ # date-time format. The value must have hourly granularity, meaning
1232
+ # that the minutes, seconds, and fractional seconds must be zero. The
1233
+ # value must be on or after `2024-01-01T00:00:00Z` and must be at
1234
+ # least 14 days before the current time.
1235
+ # @return [Time]
1236
+ #
1237
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashAvailabilityStartTimeConfiguration AWS API Documentation
1238
+ #
1239
+ class DashAvailabilityStartTimeConfiguration < Struct.new(
1240
+ :fixed_availability_start_time,
1241
+ :unknown)
1242
+ SENSITIVE = []
1243
+ include Aws::Structure
1244
+ include Aws::Structure::Union
1245
+
1246
+ class FixedAvailabilityStartTime < DashAvailabilityStartTimeConfiguration; end
1247
+ class Unknown < DashAvailabilityStartTimeConfiguration; end
1248
+ end
1249
+
1213
1250
  # The base URLs to use for retrieving segments. You can specify multiple
1214
1251
  # locations and indicate the priority and weight for when each should be
1215
1252
  # used, for use in mutli-CDN workflows.
@@ -2169,6 +2206,11 @@ module Aws::MediaPackageV2
2169
2206
  # include the full path from root.
2170
2207
  # @return [String]
2171
2208
  #
2209
+ # @!attribute [rw] availability_start_time_configuration
2210
+ # The configuration for the DASH `availabilityStartTime` attribute of
2211
+ # the Media Presentation Description (MPD).
2212
+ # @return [Types::DashAvailabilityStartTimeConfiguration]
2213
+ #
2172
2214
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetDashManifestConfiguration AWS API Documentation
2173
2215
  #
2174
2216
  class GetDashManifestConfiguration < Struct.new(
@@ -2190,7 +2232,8 @@ module Aws::MediaPackageV2
2190
2232
  :dvb_settings,
2191
2233
  :compactness,
2192
2234
  :subtitle_configuration,
2193
- :uri_path_type)
2235
+ :uri_path_type,
2236
+ :availability_start_time_configuration)
2194
2237
  SENSITIVE = []
2195
2238
  include Aws::Structure
2196
2239
  end
@@ -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.62.0'
58
+ GEM_VERSION = '1.64.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,172 +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
- },
242
+ Params::create_dash_manifest_configuration
382
243
  ],
383
244
  ?mss_manifests: Array[
384
- {
385
- manifest_name: ::String,
386
- manifest_window_seconds: ::Integer?,
387
- filter_configuration: {
388
- manifest_filter: ::String?,
389
- drm_settings: ::String?,
390
- start: ::Time?,
391
- end: ::Time?,
392
- time_delay_seconds: ::Integer?,
393
- clip_start_time: ::Time?
394
- }?,
395
- manifest_layout: ("FULL" | "COMPACT")?
396
- },
245
+ Params::create_mss_manifest_configuration
397
246
  ],
398
247
  ?force_endpoint_error_configuration: {
399
248
  endpoint_error_conditions: Array[("STALE_MANIFEST" | "INCOMPLETE_MANIFEST" | "MISSING_DRM_KEY" | "SLATE_INPUT")]?
@@ -793,171 +642,20 @@ module Aws
793
642
  channel_name: ::String,
794
643
  origin_endpoint_name: ::String,
795
644
  container_type: ("TS" | "CMAF" | "ISM"),
796
- ?segment: {
797
- segment_duration_seconds: ::Integer?,
798
- segment_name: ::String?,
799
- ts_use_audio_rendition_group: bool?,
800
- include_iframe_only_streams: bool?,
801
- ts_include_dvb_subtitles: bool?,
802
- scte: {
803
- 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")]?,
804
- scte_in_segments: ("NONE" | "ALL" | "MATCHES_FILTER")?,
805
- custom_ad_types: Array[("PROGRAM" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK")]?
806
- }?,
807
- encryption: {
808
- constant_initialization_vector: ::String?,
809
- encryption_method: {
810
- ts_encryption_method: ("AES_128" | "SAMPLE_AES")?,
811
- cmaf_encryption_method: ("CENC" | "CBCS")?,
812
- ism_encryption_method: ("CENC")?
813
- },
814
- key_rotation_interval_seconds: ::Integer?,
815
- cmaf_exclude_segment_drm_metadata: bool?,
816
- speke_key_provider: {
817
- encryption_contract_configuration: {
818
- preset_speke_20_audio: ("PRESET_AUDIO_1" | "PRESET_AUDIO_2" | "PRESET_AUDIO_3" | "SHARED" | "UNENCRYPTED"),
819
- 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")
820
- },
821
- resource_id: ::String,
822
- drm_systems: Array[("CLEAR_KEY_AES_128" | "FAIRPLAY" | "PLAYREADY" | "WIDEVINE" | "IRDETO")],
823
- role_arn: ::String,
824
- url: ::String,
825
- certificate_arn: ::String?
826
- }
827
- }?
828
- },
645
+ ?segment: Params::segment,
829
646
  ?description: ::String,
830
647
  ?startover_window_seconds: ::Integer,
831
648
  ?hls_manifests: Array[
832
- {
833
- manifest_name: ::String,
834
- child_manifest_name: ::String?,
835
- scte_hls: {
836
- ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?,
837
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
838
- }?,
839
- start_tag: {
840
- time_offset: ::Float,
841
- precise: bool?
842
- }?,
843
- manifest_window_seconds: ::Integer?,
844
- program_date_time_interval_seconds: ::Integer?,
845
- filter_configuration: {
846
- manifest_filter: ::String?,
847
- drm_settings: ::String?,
848
- start: ::Time?,
849
- end: ::Time?,
850
- time_delay_seconds: ::Integer?,
851
- clip_start_time: ::Time?
852
- }?,
853
- url_encode_child_manifest: bool?,
854
- uri_path_type: ("LEAF" | "ROOT")?
855
- },
649
+ Params::create_hls_manifest_configuration
856
650
  ],
857
651
  ?low_latency_hls_manifests: Array[
858
- {
859
- manifest_name: ::String,
860
- child_manifest_name: ::String?,
861
- scte_hls: {
862
- ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?,
863
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
864
- }?,
865
- start_tag: {
866
- time_offset: ::Float,
867
- precise: bool?
868
- }?,
869
- manifest_window_seconds: ::Integer?,
870
- program_date_time_interval_seconds: ::Integer?,
871
- filter_configuration: {
872
- manifest_filter: ::String?,
873
- drm_settings: ::String?,
874
- start: ::Time?,
875
- end: ::Time?,
876
- time_delay_seconds: ::Integer?,
877
- clip_start_time: ::Time?
878
- }?,
879
- url_encode_child_manifest: bool?,
880
- uri_path_type: ("LEAF" | "ROOT")?
881
- },
652
+ Params::create_low_latency_hls_manifest_configuration
882
653
  ],
883
654
  ?dash_manifests: Array[
884
- {
885
- manifest_name: ::String,
886
- manifest_window_seconds: ::Integer?,
887
- filter_configuration: {
888
- manifest_filter: ::String?,
889
- drm_settings: ::String?,
890
- start: ::Time?,
891
- end: ::Time?,
892
- time_delay_seconds: ::Integer?,
893
- clip_start_time: ::Time?
894
- }?,
895
- min_update_period_seconds: ::Integer?,
896
- min_buffer_time_seconds: ::Integer?,
897
- suggested_presentation_delay_seconds: ::Integer?,
898
- segment_template_format: ("NUMBER_WITH_TIMELINE")?,
899
- period_triggers: Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]?,
900
- scte_dash: {
901
- ad_marker_dash: ("BINARY" | "XML")?,
902
- scte_in_manifests: ("ALL" | "MATCHES_FILTER")?
903
- }?,
904
- drm_signaling: ("INDIVIDUAL" | "REFERENCED")?,
905
- utc_timing: {
906
- timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")?,
907
- timing_source: ::String?
908
- }?,
909
- profiles: Array[("DVB_DASH")]?,
910
- base_urls: Array[
911
- {
912
- url: ::String,
913
- service_location: ::String?,
914
- dvb_priority: ::Integer?,
915
- dvb_weight: ::Integer?
916
- },
917
- ]?,
918
- program_information: {
919
- title: ::String?,
920
- source: ::String?,
921
- copyright: ::String?,
922
- language_code: ::String?,
923
- more_information_url: ::String?
924
- }?,
925
- dvb_settings: {
926
- font_download: {
927
- url: ::String?,
928
- mime_type: ::String?,
929
- font_family: ::String?
930
- }?,
931
- error_metrics: Array[
932
- {
933
- reporting_url: ::String,
934
- probability: ::Integer?
935
- },
936
- ]?
937
- }?,
938
- compactness: ("STANDARD" | "NONE")?,
939
- subtitle_configuration: {
940
- ttml_configuration: {
941
- ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
942
- }?
943
- }?,
944
- uri_path_type: ("LEAF" | "ROOT")?
945
- },
655
+ Params::create_dash_manifest_configuration
946
656
  ],
947
657
  ?mss_manifests: Array[
948
- {
949
- manifest_name: ::String,
950
- manifest_window_seconds: ::Integer?,
951
- filter_configuration: {
952
- manifest_filter: ::String?,
953
- drm_settings: ::String?,
954
- start: ::Time?,
955
- end: ::Time?,
956
- time_delay_seconds: ::Integer?,
957
- clip_start_time: ::Time?
958
- }?,
959
- manifest_layout: ("FULL" | "COMPACT")?
960
- },
658
+ Params::create_mss_manifest_configuration
961
659
  ],
962
660
  ?force_endpoint_error_configuration: {
963
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
data/sig/types.rbs CHANGED
@@ -124,6 +124,7 @@ module Aws::MediaPackageV2
124
124
  attr_accessor compactness: ("STANDARD" | "NONE")
125
125
  attr_accessor subtitle_configuration: Types::DashSubtitleConfiguration
126
126
  attr_accessor uri_path_type: ("LEAF" | "ROOT")
127
+ attr_accessor availability_start_time_configuration: Types::DashAvailabilityStartTimeConfiguration
127
128
  SENSITIVE: []
128
129
  end
129
130
 
@@ -235,6 +236,17 @@ module Aws::MediaPackageV2
235
236
  SENSITIVE: []
236
237
  end
237
238
 
239
+ class DashAvailabilityStartTimeConfiguration
240
+ attr_accessor fixed_availability_start_time: ::Time
241
+ attr_accessor unknown: untyped
242
+ SENSITIVE: []
243
+
244
+ class FixedAvailabilityStartTime < DashAvailabilityStartTimeConfiguration
245
+ end
246
+ class Unknown < DashAvailabilityStartTimeConfiguration
247
+ end
248
+ end
249
+
238
250
  class DashBaseUrl
239
251
  attr_accessor url: ::String
240
252
  attr_accessor service_location: ::String
@@ -448,6 +460,7 @@ module Aws::MediaPackageV2
448
460
  attr_accessor compactness: ("STANDARD" | "NONE")
449
461
  attr_accessor subtitle_configuration: Types::DashSubtitleConfiguration
450
462
  attr_accessor uri_path_type: ("LEAF" | "ROOT")
463
+ attr_accessor availability_start_time_configuration: Types::DashAvailabilityStartTimeConfiguration
451
464
  SENSITIVE: []
452
465
  end
453
466
 
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.62.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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