aws-sdk-mediapackagevod 1.84.0 → 1.86.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: 75a5e1f0d230f488115bdb12f649092f5355298629a8f76ef8f6b60f4b2e0ac6
4
- data.tar.gz: 25fafd169bbaf65b7be9097d4fa0b9314401a1fe5815ceda00a837b891b84cd4
3
+ metadata.gz: 1832f8e85bcf2424217984cd15ce9ecb5abd365852773a340d5ce73ea7d77407
4
+ data.tar.gz: b422f79e523bb666e991d1c0ef9d0da93a963fc9c61df91de428e5e7f4f106aa
5
5
  SHA512:
6
- metadata.gz: ae2a8049e39ff895e2bd31b708903930c1bba6cd3210308db07b3e73a4ccdbe7f04256e943c33015c39bab81035e207821e73a7713282bd9bf39b3d151adfad6
7
- data.tar.gz: 8bf5b3683c311ab2769a11406460b5d43a81412f86d7f397c22f79e177d77f3d5d0f8989ea3a968743d34b000d7f65a60f7f1307b332516a7ecdf4a764526827
6
+ metadata.gz: e401a4963ca914462387a7c12ca9f2c2b484a331e805f782cd8abde2490af1d3f2ccd585c7be1931af53c97f4eaeda965d0d3014dd43b7d3fd3831eab04be994
7
+ data.tar.gz: 6c92e9865cef9b16cf67bde9362a9503767d2464c6a360f23bbff8ec36b3343da65dcc71e8597f156b8005d8c38475f826608fcef206e2686e2d9810dd60e653
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.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.85.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.84.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.86.0
@@ -199,7 +199,7 @@ module Aws::MediaPackageVod
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::MediaPackageVod
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
@@ -1518,7 +1516,7 @@ module Aws::MediaPackageVod
1518
1516
  tracer: tracer
1519
1517
  )
1520
1518
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1521
- context[:gem_version] = '1.84.0'
1519
+ context[:gem_version] = '1.86.0'
1522
1520
  Seahorse::Client::Request.new(handlers, context)
1523
1521
  end
1524
1522
 
@@ -54,7 +54,7 @@ module Aws::MediaPackageVod
54
54
  autoload :EndpointProvider, 'aws-sdk-mediapackagevod/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediapackagevod/endpoints'
56
56
 
57
- GEM_VERSION = '1.84.0'
57
+ GEM_VERSION = '1.86.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -137,29 +137,10 @@ module Aws
137
137
  ?cmaf_package: {
138
138
  encryption: {
139
139
  constant_initialization_vector: ::String?,
140
- speke_key_provider: {
141
- encryption_contract_configuration: {
142
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
143
- 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")
144
- }?,
145
- role_arn: ::String,
146
- system_ids: Array[::String],
147
- url: ::String
148
- }
140
+ speke_key_provider: Params::speke_key_provider
149
141
  }?,
150
142
  hls_manifests: Array[
151
- {
152
- ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH")?,
153
- include_iframe_only_stream: bool?,
154
- manifest_name: ::String?,
155
- program_date_time_interval_seconds: ::Integer?,
156
- repeat_ext_x_key: bool?,
157
- stream_selection: {
158
- max_video_bits_per_second: ::Integer?,
159
- min_video_bits_per_second: ::Integer?,
160
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
161
- }?
162
- },
143
+ Params::hls_manifest
163
144
  ],
164
145
  include_encoder_configuration_in_segments: bool?,
165
146
  segment_duration_seconds: ::Integer?
@@ -177,18 +158,10 @@ module Aws
177
158
  min_video_bits_per_second: ::Integer?,
178
159
  stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
179
160
  }?
180
- },
161
+ }
181
162
  ],
182
163
  encryption: {
183
- speke_key_provider: {
184
- encryption_contract_configuration: {
185
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
186
- 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")
187
- }?,
188
- role_arn: ::String,
189
- system_ids: Array[::String],
190
- url: ::String
191
- }
164
+ speke_key_provider: Params::speke_key_provider
192
165
  }?,
193
166
  include_encoder_configuration_in_segments: bool?,
194
167
  include_iframe_only_stream: bool?,
@@ -200,29 +173,10 @@ module Aws
200
173
  encryption: {
201
174
  constant_initialization_vector: ::String?,
202
175
  encryption_method: ("AES_128" | "SAMPLE_AES")?,
203
- speke_key_provider: {
204
- encryption_contract_configuration: {
205
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
206
- 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")
207
- }?,
208
- role_arn: ::String,
209
- system_ids: Array[::String],
210
- url: ::String
211
- }
176
+ speke_key_provider: Params::speke_key_provider
212
177
  }?,
213
178
  hls_manifests: Array[
214
- {
215
- ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH")?,
216
- include_iframe_only_stream: bool?,
217
- manifest_name: ::String?,
218
- program_date_time_interval_seconds: ::Integer?,
219
- repeat_ext_x_key: bool?,
220
- stream_selection: {
221
- max_video_bits_per_second: ::Integer?,
222
- min_video_bits_per_second: ::Integer?,
223
- stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
224
- }?
225
- },
179
+ Params::hls_manifest
226
180
  ],
227
181
  include_dvb_subtitles: bool?,
228
182
  segment_duration_seconds: ::Integer?,
@@ -231,15 +185,7 @@ module Aws
231
185
  id: ::String,
232
186
  ?mss_package: {
233
187
  encryption: {
234
- speke_key_provider: {
235
- encryption_contract_configuration: {
236
- preset_speke_20_audio: ("PRESET-AUDIO-1" | "PRESET-AUDIO-2" | "PRESET-AUDIO-3" | "SHARED" | "UNENCRYPTED"),
237
- 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")
238
- }?,
239
- role_arn: ::String,
240
- system_ids: Array[::String],
241
- url: ::String
242
- }
188
+ speke_key_provider: Params::speke_key_provider
243
189
  }?,
244
190
  mss_manifests: Array[
245
191
  {
@@ -249,7 +195,7 @@ module Aws
249
195
  min_video_bits_per_second: ::Integer?,
250
196
  stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
251
197
  }?
252
- },
198
+ }
253
199
  ],
254
200
  segment_duration_seconds: ::Integer?
255
201
  },
data/sig/params.rbs ADDED
@@ -0,0 +1,36 @@
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 MediaPackageVod
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
+ role_arn: ::String,
17
+ system_ids: Array[::String],
18
+ url: ::String
19
+ }
20
+
21
+ type hls_manifest = {
22
+ ad_markers: ("NONE" | "SCTE35_ENHANCED" | "PASSTHROUGH")?,
23
+ include_iframe_only_stream: bool?,
24
+ manifest_name: ::String?,
25
+ program_date_time_interval_seconds: ::Integer?,
26
+ repeat_ext_x_key: bool?,
27
+ stream_selection: {
28
+ max_video_bits_per_second: ::Integer?,
29
+ min_video_bits_per_second: ::Integer?,
30
+ stream_order: ("ORIGINAL" | "VIDEO_BITRATE_ASCENDING" | "VIDEO_BITRATE_DESCENDING")?
31
+ }?
32
+ }
33
+
34
+ end
35
+ end
36
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.86.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-mediapackagevod/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