aws-sdk-mediapackagev2 1.66.0 → 1.67.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: 239a4b29cf28fc01aea469613332cce7f0eac622b4017ae60e527315e0de43a1
4
- data.tar.gz: 338f3000672ea70d9f52043d13098c0063969bc7db69590cd893edbd7031dfcb
3
+ metadata.gz: 79c77838711a93035cbced028ce692fc55ae47da17fc9c69245842952648d21b
4
+ data.tar.gz: 258ef07d4abb5c4f826b7359551356a56f3b2644c7871dd13dd0c3cb83efc865
5
5
  SHA512:
6
- metadata.gz: 0623cf8f5fb3a0187222df558a7938f36828b313e86b46e37cc197ee173e79d76781e09ff8e2fc8f3b9240b443d82a3d2334000c2c9a1f232b3623f37d0782dc
7
- data.tar.gz: 3493f59d086d4034bfeb65ab05e18f4ea83e15f9db6143de77db486c55b98396efd08a38bc183a9bc39669706f588079f94cfe670dbd3883e0ebcdf03e31f4a1
6
+ metadata.gz: 76413d5a0d6e1f607366d55954e8ceeec14078ee5a5e6f4d65c15a0ab2880a16965b6be6a7ba380b578117a43372d8593cb073e28688cf3dc8239c46bf62d918
7
+ data.tar.gz: 7d88e7e3e136f085437aafa051c05e3be62b01b450941cd8a949d24ed7d798805b7686546ea42a36b14e42b8d691ae2be2844fa25a397890532ee7ae77e62dcd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2026-06-08)
5
+ ------------------
6
+
7
+ * Feature - Adds support for DASH Audio Timeline Patternization. This enables your DASH manifests to templatize the repeating patterns that emerge in audio segment timelines. This compacts the total timeline length, utilizing the repeat notation, such that manifests don't grow indefinitely long.
8
+
4
9
  1.66.0 (2026-05-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -1870,7 +1870,7 @@ module Aws::MediaPackageV2
1870
1870
  # include_iframe_only_streams: false,
1871
1871
  # ts_include_dvb_subtitles: false,
1872
1872
  # scte: {
1873
- # 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, CHAPTER, UNSCHEDULED_EVENT, ALTERNATE_CONTENT_OPPORTUNITY, NETWORK, PROVIDER_PROMO, DISTRIBUTOR_PROMO, PROVIDER_AD_BLOCK, DISTRIBUTOR_AD_BLOCK
1873
+ # 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, CHAPTER, UNSCHEDULED_EVENT, ALTERNATE_CONTENT_OPPORTUNITY, NETWORK, PROVIDER_PROMO, DISTRIBUTOR_PROMO, PROVIDER_AD_BLOCK, DISTRIBUTOR_AD_BLOCK, CONTENT_IDENTIFICATION, CALL_AD_SERVER
1874
1874
  # scte_in_segments: "NONE", # accepts NONE, ALL, MATCHES_FILTER
1875
1875
  # custom_ad_types: ["PROGRAM"], # accepts PROGRAM, CHAPTER, UNSCHEDULED_EVENT, ALTERNATE_CONTENT_OPPORTUNITY, NETWORK
1876
1876
  # },
@@ -2007,6 +2007,7 @@ module Aws::MediaPackageV2
2007
2007
  # ],
2008
2008
  # },
2009
2009
  # compactness: "STANDARD", # accepts STANDARD, NONE
2010
+ # audio_timeline_pattern: "NONE", # accepts NONE, PATTERNED
2010
2011
  # subtitle_configuration: {
2011
2012
  # ttml_configuration: {
2012
2013
  # ttml_profile: "IMSC_1", # required, accepts IMSC_1, EBU_TT_D_101
@@ -2055,7 +2056,7 @@ module Aws::MediaPackageV2
2055
2056
  # resp.segment.include_iframe_only_streams #=> Boolean
2056
2057
  # resp.segment.ts_include_dvb_subtitles #=> Boolean
2057
2058
  # resp.segment.scte.scte_filter #=> Array
2058
- # 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", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK", "PROVIDER_PROMO", "DISTRIBUTOR_PROMO", "PROVIDER_AD_BLOCK", "DISTRIBUTOR_AD_BLOCK"
2059
+ # 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", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK", "PROVIDER_PROMO", "DISTRIBUTOR_PROMO", "PROVIDER_AD_BLOCK", "DISTRIBUTOR_AD_BLOCK", "CONTENT_IDENTIFICATION", "CALL_AD_SERVER"
2059
2060
  # resp.segment.scte.scte_in_segments #=> String, one of "NONE", "ALL", "MATCHES_FILTER"
2060
2061
  # resp.segment.scte.custom_ad_types #=> Array
2061
2062
  # resp.segment.scte.custom_ad_types[0] #=> String, one of "PROGRAM", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK"
@@ -2153,6 +2154,7 @@ module Aws::MediaPackageV2
2153
2154
  # resp.dash_manifests[0].dvb_settings.error_metrics[0].reporting_url #=> String
2154
2155
  # resp.dash_manifests[0].dvb_settings.error_metrics[0].probability #=> Integer
2155
2156
  # resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
2157
+ # resp.dash_manifests[0].audio_timeline_pattern #=> String, one of "NONE", "PATTERNED"
2156
2158
  # resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
2157
2159
  # resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
2158
2160
  # resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
@@ -3017,7 +3019,7 @@ module Aws::MediaPackageV2
3017
3019
  # resp.segment.include_iframe_only_streams #=> Boolean
3018
3020
  # resp.segment.ts_include_dvb_subtitles #=> Boolean
3019
3021
  # resp.segment.scte.scte_filter #=> Array
3020
- # 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", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK", "PROVIDER_PROMO", "DISTRIBUTOR_PROMO", "PROVIDER_AD_BLOCK", "DISTRIBUTOR_AD_BLOCK"
3022
+ # 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", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK", "PROVIDER_PROMO", "DISTRIBUTOR_PROMO", "PROVIDER_AD_BLOCK", "DISTRIBUTOR_AD_BLOCK", "CONTENT_IDENTIFICATION", "CALL_AD_SERVER"
3021
3023
  # resp.segment.scte.scte_in_segments #=> String, one of "NONE", "ALL", "MATCHES_FILTER"
3022
3024
  # resp.segment.scte.custom_ad_types #=> Array
3023
3025
  # resp.segment.scte.custom_ad_types[0] #=> String, one of "PROGRAM", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK"
@@ -3116,6 +3118,7 @@ module Aws::MediaPackageV2
3116
3118
  # resp.dash_manifests[0].dvb_settings.error_metrics[0].reporting_url #=> String
3117
3119
  # resp.dash_manifests[0].dvb_settings.error_metrics[0].probability #=> Integer
3118
3120
  # resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
3121
+ # resp.dash_manifests[0].audio_timeline_pattern #=> String, one of "NONE", "PATTERNED"
3119
3122
  # resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
3120
3123
  # resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
3121
3124
  # resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
@@ -4992,7 +4995,7 @@ module Aws::MediaPackageV2
4992
4995
  # include_iframe_only_streams: false,
4993
4996
  # ts_include_dvb_subtitles: false,
4994
4997
  # scte: {
4995
- # 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, CHAPTER, UNSCHEDULED_EVENT, ALTERNATE_CONTENT_OPPORTUNITY, NETWORK, PROVIDER_PROMO, DISTRIBUTOR_PROMO, PROVIDER_AD_BLOCK, DISTRIBUTOR_AD_BLOCK
4998
+ # 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, CHAPTER, UNSCHEDULED_EVENT, ALTERNATE_CONTENT_OPPORTUNITY, NETWORK, PROVIDER_PROMO, DISTRIBUTOR_PROMO, PROVIDER_AD_BLOCK, DISTRIBUTOR_AD_BLOCK, CONTENT_IDENTIFICATION, CALL_AD_SERVER
4996
4999
  # scte_in_segments: "NONE", # accepts NONE, ALL, MATCHES_FILTER
4997
5000
  # custom_ad_types: ["PROGRAM"], # accepts PROGRAM, CHAPTER, UNSCHEDULED_EVENT, ALTERNATE_CONTENT_OPPORTUNITY, NETWORK
4998
5001
  # },
@@ -5128,6 +5131,7 @@ module Aws::MediaPackageV2
5128
5131
  # ],
5129
5132
  # },
5130
5133
  # compactness: "STANDARD", # accepts STANDARD, NONE
5134
+ # audio_timeline_pattern: "NONE", # accepts NONE, PATTERNED
5131
5135
  # subtitle_configuration: {
5132
5136
  # ttml_configuration: {
5133
5137
  # ttml_profile: "IMSC_1", # required, accepts IMSC_1, EBU_TT_D_101
@@ -5174,7 +5178,7 @@ module Aws::MediaPackageV2
5174
5178
  # resp.segment.include_iframe_only_streams #=> Boolean
5175
5179
  # resp.segment.ts_include_dvb_subtitles #=> Boolean
5176
5180
  # resp.segment.scte.scte_filter #=> Array
5177
- # 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", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK", "PROVIDER_PROMO", "DISTRIBUTOR_PROMO", "PROVIDER_AD_BLOCK", "DISTRIBUTOR_AD_BLOCK"
5181
+ # 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", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK", "PROVIDER_PROMO", "DISTRIBUTOR_PROMO", "PROVIDER_AD_BLOCK", "DISTRIBUTOR_AD_BLOCK", "CONTENT_IDENTIFICATION", "CALL_AD_SERVER"
5178
5182
  # resp.segment.scte.scte_in_segments #=> String, one of "NONE", "ALL", "MATCHES_FILTER"
5179
5183
  # resp.segment.scte.custom_ad_types #=> Array
5180
5184
  # resp.segment.scte.custom_ad_types[0] #=> String, one of "PROGRAM", "CHAPTER", "UNSCHEDULED_EVENT", "ALTERNATE_CONTENT_OPPORTUNITY", "NETWORK"
@@ -5289,6 +5293,7 @@ module Aws::MediaPackageV2
5289
5293
  # resp.dash_manifests[0].dvb_settings.error_metrics[0].reporting_url #=> String
5290
5294
  # resp.dash_manifests[0].dvb_settings.error_metrics[0].probability #=> Integer
5291
5295
  # resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
5296
+ # resp.dash_manifests[0].audio_timeline_pattern #=> String, one of "NONE", "PATTERNED"
5292
5297
  # resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
5293
5298
  # resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
5294
5299
  # resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
@@ -5320,7 +5325,7 @@ module Aws::MediaPackageV2
5320
5325
  tracer: tracer
5321
5326
  )
5322
5327
  context[:gem_name] = 'aws-sdk-mediapackagev2'
5323
- context[:gem_version] = '1.66.0'
5328
+ context[:gem_version] = '1.67.0'
5324
5329
  Seahorse::Client::Request.new(handlers, context)
5325
5330
  end
5326
5331
 
@@ -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
+ DashAudioTimelinePattern = Shapes::StringShape.new(name: 'DashAudioTimelinePattern')
63
64
  DashAvailabilityStartTimeConfiguration = Shapes::UnionShape.new(name: 'DashAvailabilityStartTimeConfiguration')
64
65
  DashBaseUrl = Shapes::StructureShape.new(name: 'DashBaseUrl')
65
66
  DashBaseUrlDvbPriorityInteger = Shapes::IntegerShape.new(name: 'DashBaseUrlDvbPriorityInteger')
@@ -346,6 +347,7 @@ module Aws::MediaPackageV2
346
347
  CreateDashManifestConfiguration.add_member(:program_information, Shapes::ShapeRef.new(shape: DashProgramInformation, location_name: "ProgramInformation"))
347
348
  CreateDashManifestConfiguration.add_member(:dvb_settings, Shapes::ShapeRef.new(shape: DashDvbSettings, location_name: "DvbSettings"))
348
349
  CreateDashManifestConfiguration.add_member(:compactness, Shapes::ShapeRef.new(shape: DashCompactness, location_name: "Compactness"))
350
+ CreateDashManifestConfiguration.add_member(:audio_timeline_pattern, Shapes::ShapeRef.new(shape: DashAudioTimelinePattern, location_name: "AudioTimelinePattern"))
349
351
  CreateDashManifestConfiguration.add_member(:subtitle_configuration, Shapes::ShapeRef.new(shape: DashSubtitleConfiguration, location_name: "SubtitleConfiguration"))
350
352
  CreateDashManifestConfiguration.add_member(:uri_path_type, Shapes::ShapeRef.new(shape: UriPathType, location_name: "UriPathType"))
351
353
  CreateDashManifestConfiguration.add_member(:availability_start_time_configuration, Shapes::ShapeRef.new(shape: DashAvailabilityStartTimeConfiguration, location_name: "AvailabilityStartTimeConfiguration"))
@@ -626,6 +628,7 @@ module Aws::MediaPackageV2
626
628
  GetDashManifestConfiguration.add_member(:program_information, Shapes::ShapeRef.new(shape: DashProgramInformation, location_name: "ProgramInformation"))
627
629
  GetDashManifestConfiguration.add_member(:dvb_settings, Shapes::ShapeRef.new(shape: DashDvbSettings, location_name: "DvbSettings"))
628
630
  GetDashManifestConfiguration.add_member(:compactness, Shapes::ShapeRef.new(shape: DashCompactness, location_name: "Compactness"))
631
+ GetDashManifestConfiguration.add_member(:audio_timeline_pattern, Shapes::ShapeRef.new(shape: DashAudioTimelinePattern, location_name: "AudioTimelinePattern"))
629
632
  GetDashManifestConfiguration.add_member(:subtitle_configuration, Shapes::ShapeRef.new(shape: DashSubtitleConfiguration, location_name: "SubtitleConfiguration"))
630
633
  GetDashManifestConfiguration.add_member(:uri_path_type, Shapes::ShapeRef.new(shape: UriPathType, location_name: "UriPathType"))
631
634
  GetDashManifestConfiguration.add_member(:availability_start_time_configuration, Shapes::ShapeRef.new(shape: DashAvailabilityStartTimeConfiguration, location_name: "AvailabilityStartTimeConfiguration"))
@@ -571,6 +571,26 @@ module Aws::MediaPackageV2
571
571
  # [1]: https://docs.aws.amazon.com/mediapackage/latest/userguide/compacted.html
572
572
  # @return [String]
573
573
  #
574
+ # @!attribute [rw] audio_timeline_pattern
575
+ # How MediaPackage represents the audio timeline in the DASH manifest.
576
+ # This setting applies DASH Segment Duration Patternization, as
577
+ # defined in the MPEG-DASH specification, to audio adaptation sets.
578
+ # When set to `PATTERNED`, MediaPackage uses a pattern-based segment
579
+ # template for audio, which reduces manifest size by expressing
580
+ # repeating segment durations as a pattern instead of listing each
581
+ # segment individually. When set to `NONE`, the manifest contains an
582
+ # explicit timeline that lists each audio segment.
583
+ #
584
+ # Valid values: `NONE` \| `PATTERNED`
585
+ #
586
+ # For information about audio timeline patterns, see [DASH audio
587
+ # timeline pattern][1] in the *Elemental MediaPackage v2 User Guide*.
588
+ #
589
+ #
590
+ #
591
+ # [1]: https://docs.aws.amazon.com/mediapackage/latest/userguide/dash-audio-timeline-pattern.html
592
+ # @return [String]
593
+ #
574
594
  # @!attribute [rw] subtitle_configuration
575
595
  # The configuration for DASH subtitles.
576
596
  # @return [Types::DashSubtitleConfiguration]
@@ -609,6 +629,7 @@ module Aws::MediaPackageV2
609
629
  :program_information,
610
630
  :dvb_settings,
611
631
  :compactness,
632
+ :audio_timeline_pattern,
612
633
  :subtitle_configuration,
613
634
  :uri_path_type,
614
635
  :availability_start_time_configuration)
@@ -2196,6 +2217,15 @@ module Aws::MediaPackageV2
2196
2217
  # indicates a full manifest.
2197
2218
  # @return [String]
2198
2219
  #
2220
+ # @!attribute [rw] audio_timeline_pattern
2221
+ # How MediaPackage represents the audio timeline in the DASH manifest,
2222
+ # using DASH Segment Duration Patternization for audio adaptation
2223
+ # sets. `PATTERNED` indicates that MediaPackage uses a pattern-based
2224
+ # segment template for audio, reducing manifest size. `NONE` indicates
2225
+ # that the manifest contains an explicit timeline for each audio
2226
+ # segment.
2227
+ # @return [String]
2228
+ #
2199
2229
  # @!attribute [rw] subtitle_configuration
2200
2230
  # The configuration for DASH subtitles.
2201
2231
  # @return [Types::DashSubtitleConfiguration]
@@ -2231,6 +2261,7 @@ module Aws::MediaPackageV2
2231
2261
  :program_information,
2232
2262
  :dvb_settings,
2233
2263
  :compactness,
2264
+ :audio_timeline_pattern,
2234
2265
  :subtitle_configuration,
2235
2266
  :uri_path_type,
2236
2267
  :availability_start_time_configuration)
@@ -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.66.0'
58
+ GEM_VERSION = '1.67.0'
59
59
 
60
60
  end
61
61
 
data/sig/params.rbs CHANGED
@@ -39,7 +39,7 @@ module Aws
39
39
  include_iframe_only_streams: bool?,
40
40
  ts_include_dvb_subtitles: bool?,
41
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")]?,
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" | "CONTENT_IDENTIFICATION" | "CALL_AD_SERVER")]?,
43
43
  scte_in_segments: ("NONE" | "ALL" | "MATCHES_FILTER")?,
44
44
  custom_ad_types: Array[("PROGRAM" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK")]?
45
45
  }?,
@@ -141,6 +141,7 @@ module Aws
141
141
  }?,
142
142
  dvb_settings: Params::dash_dvb_settings?,
143
143
  compactness: ("STANDARD" | "NONE")?,
144
+ audio_timeline_pattern: ("NONE" | "PATTERNED")?,
144
145
  subtitle_configuration: {
145
146
  ttml_configuration: {
146
147
  ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
data/sig/types.rbs CHANGED
@@ -122,6 +122,7 @@ module Aws::MediaPackageV2
122
122
  attr_accessor program_information: Types::DashProgramInformation
123
123
  attr_accessor dvb_settings: Types::DashDvbSettings
124
124
  attr_accessor compactness: ("STANDARD" | "NONE")
125
+ attr_accessor audio_timeline_pattern: ("NONE" | "PATTERNED")
125
126
  attr_accessor subtitle_configuration: Types::DashSubtitleConfiguration
126
127
  attr_accessor uri_path_type: ("LEAF" | "ROOT")
127
128
  attr_accessor availability_start_time_configuration: Types::DashAvailabilityStartTimeConfiguration
@@ -458,6 +459,7 @@ module Aws::MediaPackageV2
458
459
  attr_accessor program_information: Types::DashProgramInformation
459
460
  attr_accessor dvb_settings: Types::DashDvbSettings
460
461
  attr_accessor compactness: ("STANDARD" | "NONE")
462
+ attr_accessor audio_timeline_pattern: ("NONE" | "PATTERNED")
461
463
  attr_accessor subtitle_configuration: Types::DashSubtitleConfiguration
462
464
  attr_accessor uri_path_type: ("LEAF" | "ROOT")
463
465
  attr_accessor availability_start_time_configuration: Types::DashAvailabilityStartTimeConfiguration
@@ -816,7 +818,7 @@ module Aws::MediaPackageV2
816
818
  end
817
819
 
818
820
  class Scte
819
- 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" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK" | "PROVIDER_PROMO" | "DISTRIBUTOR_PROMO" | "PROVIDER_AD_BLOCK" | "DISTRIBUTOR_AD_BLOCK")]
821
+ 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" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK" | "PROVIDER_PROMO" | "DISTRIBUTOR_PROMO" | "PROVIDER_AD_BLOCK" | "DISTRIBUTOR_AD_BLOCK" | "CONTENT_IDENTIFICATION" | "CALL_AD_SERVER")]
820
822
  attr_accessor scte_in_segments: ("NONE" | "ALL" | "MATCHES_FILTER")
821
823
  attr_accessor custom_ad_types: ::Array[("PROGRAM" | "CHAPTER" | "UNSCHEDULED_EVENT" | "ALTERNATE_CONTENT_OPPORTUNITY" | "NETWORK")]
822
824
  SENSITIVE: []
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.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services