aws-sdk-mediaconvert 1.146.0 → 1.148.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b53aa1ea5ea09b5578d3f0786279c6e47a800ac1b54ef8179b0b57974d810b0
4
- data.tar.gz: 39e7d559da959872db614bc050ebbcaab6886118b6be59370cb3137f15c32f51
3
+ metadata.gz: 38a8e85e97664c01f0226a6dab6cd83e13f0d89c15af4cd45b9463449bf6be9c
4
+ data.tar.gz: ef4d8ed5dd8bc5941201052a50f3e20f846e7338092a868d886cfc6e2eb61702
5
5
  SHA512:
6
- metadata.gz: a223728c1dc18277bac9e1d881316e538376bb030ecc28c39e5ec7ad0de865a555977e4a1ed002084a37d10670daee5ed851bdce5c8e610c0f91a7510bbc19d5
7
- data.tar.gz: e1fe64d40fa0e3ed7c7c11b8b574d2d19ea7152e0a6a56d83d6393aa6c86d5c891e1a38309c3ab5e84859d043494633cf4f09815bdebc2fc6f4391c3355b69fd
6
+ metadata.gz: '0238b1c4da79b3394417fd90e0c582a6823b4f6c0ac0b14de0754c7f23b8a1f3c5276bb06c4815c0c6c27f36f84a8097e4a957495af490525e3715627f73e5f5'
7
+ data.tar.gz: 98fe1f0e490fd63b4f61b7da95479c4fcccf528c6a0c48edaef757a7982a71b5f56e3a574264fe86db9bc0753bdb385b8689c465457e15e9c087abf2d350e652
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.147.0 (2025-01-02)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions.
13
+
4
14
  1.146.0 (2024-12-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.146.0
1
+ 1.148.0
@@ -257,11 +257,34 @@ module Aws::MediaConvert
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -1164,6 +1187,7 @@ module Aws::MediaConvert
1164
1187
  # telecine: "NONE", # accepts NONE, SOFT, HARD
1165
1188
  # temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
1166
1189
  # unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
1190
+ # write_mp_4_packaging_type: "AVC1", # accepts AVC1, AVC3
1167
1191
  # },
1168
1192
  # h265_settings: {
1169
1193
  # adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
@@ -1875,6 +1899,7 @@ module Aws::MediaConvert
1875
1899
  # resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
1876
1900
  # resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
1877
1901
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
1902
+ # resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
1878
1903
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
1879
1904
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
1880
1905
  # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
@@ -2851,6 +2876,7 @@ module Aws::MediaConvert
2851
2876
  # resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
2852
2877
  # resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
2853
2878
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
2879
+ # resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
2854
2880
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
2855
2881
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
2856
2882
  # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
@@ -3695,6 +3721,7 @@ module Aws::MediaConvert
3695
3721
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
3696
3722
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
3697
3723
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
3724
+ # resp.presets[0].settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
3698
3725
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
3699
3726
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
3700
3727
  # resp.presets[0].settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
@@ -4816,6 +4843,7 @@ module Aws::MediaConvert
4816
4843
  # telecine: "NONE", # accepts NONE, SOFT, HARD
4817
4844
  # temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
4818
4845
  # unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
4846
+ # write_mp_4_packaging_type: "AVC1", # accepts AVC1, AVC3
4819
4847
  # },
4820
4848
  # h265_settings: {
4821
4849
  # adaptive_quantization: "OFF", # accepts OFF, LOW, MEDIUM, HIGH, HIGHER, MAX, AUTO
@@ -5524,6 +5552,7 @@ module Aws::MediaConvert
5524
5552
  # resp.preset.settings.video_description.codec_settings.h264_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
5525
5553
  # resp.preset.settings.video_description.codec_settings.h264_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
5526
5554
  # resp.preset.settings.video_description.codec_settings.h264_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
5555
+ # resp.preset.settings.video_description.codec_settings.h264_settings.write_mp_4_packaging_type #=> String, one of "AVC1", "AVC3"
5527
5556
  # resp.preset.settings.video_description.codec_settings.h265_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX", "AUTO"
5528
5557
  # resp.preset.settings.video_description.codec_settings.h265_settings.alternate_transfer_function_sei #=> String, one of "DISABLED", "ENABLED"
5529
5558
  # resp.preset.settings.video_description.codec_settings.h265_settings.bandwidth_reduction_filter.sharpening #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
@@ -5885,7 +5914,7 @@ module Aws::MediaConvert
5885
5914
  tracer: tracer
5886
5915
  )
5887
5916
  context[:gem_name] = 'aws-sdk-mediaconvert'
5888
- context[:gem_version] = '1.146.0'
5917
+ context[:gem_version] = '1.148.0'
5889
5918
  Seahorse::Client::Request.new(handlers, context)
5890
5919
  end
5891
5920
 
@@ -315,6 +315,7 @@ module Aws::MediaConvert
315
315
  H264Telecine = Shapes::StringShape.new(name: 'H264Telecine')
316
316
  H264TemporalAdaptiveQuantization = Shapes::StringShape.new(name: 'H264TemporalAdaptiveQuantization')
317
317
  H264UnregisteredSeiTimecode = Shapes::StringShape.new(name: 'H264UnregisteredSeiTimecode')
318
+ H264WriteMp4PackagingType = Shapes::StringShape.new(name: 'H264WriteMp4PackagingType')
318
319
  H265AdaptiveQuantization = Shapes::StringShape.new(name: 'H265AdaptiveQuantization')
319
320
  H265AlternateTransferFunctionSei = Shapes::StringShape.new(name: 'H265AlternateTransferFunctionSei')
320
321
  H265CodecLevel = Shapes::StringShape.new(name: 'H265CodecLevel')
@@ -877,7 +878,7 @@ module Aws::MediaConvert
877
878
  __stringMin16Max24PatternAZaZ0922AZaZ0916 = Shapes::StringShape.new(name: '__stringMin16Max24PatternAZaZ0922AZaZ0916')
878
879
  __stringMin1Max100000 = Shapes::StringShape.new(name: '__stringMin1Max100000')
879
880
  __stringMin1Max20 = Shapes::StringShape.new(name: '__stringMin1Max20')
880
- __stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09')
881
+ __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09')
881
882
  __stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
882
883
  __stringMin1Max50 = Shapes::StringShape.new(name: '__stringMin1Max50')
883
884
  __stringMin1Max50PatternAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max50PatternAZAZ09')
@@ -1657,6 +1658,7 @@ module Aws::MediaConvert
1657
1658
  H264Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: H264Telecine, location_name: "telecine"))
1658
1659
  H264Settings.add_member(:temporal_adaptive_quantization, Shapes::ShapeRef.new(shape: H264TemporalAdaptiveQuantization, location_name: "temporalAdaptiveQuantization"))
1659
1660
  H264Settings.add_member(:unregistered_sei_timecode, Shapes::ShapeRef.new(shape: H264UnregisteredSeiTimecode, location_name: "unregisteredSeiTimecode"))
1661
+ H264Settings.add_member(:write_mp_4_packaging_type, Shapes::ShapeRef.new(shape: H264WriteMp4PackagingType, location_name: "writeMp4PackagingType"))
1660
1662
  H264Settings.struct_class = Types::H264Settings
1661
1663
 
1662
1664
  H265QvbrSettings.add_member(:max_average_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "maxAverageBitrate"))
@@ -1990,7 +1992,7 @@ module Aws::MediaConvert
1990
1992
 
1991
1993
  KantarWatermarkSettings.add_member(:channel_name, Shapes::ShapeRef.new(shape: __stringMin1Max20, location_name: "channelName"))
1992
1994
  KantarWatermarkSettings.add_member(:content_reference, Shapes::ShapeRef.new(shape: __stringMin1Max50PatternAZAZ09, location_name: "contentReference"))
1993
- KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAwsAwsUsGovAwsCnSecretsmanagerUsGovApCaCnEuSaCentralNorthSouthEastWestDD12SecretAZAZ09, location_name: "credentialsSecretName"))
1995
+ KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "credentialsSecretName"))
1994
1996
  KantarWatermarkSettings.add_member(:file_offset, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "fileOffset"))
1995
1997
  KantarWatermarkSettings.add_member(:kantar_license_id, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "kantarLicenseId"))
1996
1998
  KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmedia, location_name: "kantarServerUrl"))
@@ -5842,6 +5842,17 @@ module Aws::MediaConvert
5842
5842
  # message.
5843
5843
  # @return [String]
5844
5844
  #
5845
+ # @!attribute [rw] write_mp_4_packaging_type
5846
+ # Specify how SPS and PPS NAL units are written in your output MP4
5847
+ # container, according to ISO/IEC 14496-15. If the location of these
5848
+ # parameters doesn't matter in your workflow: Keep the default value,
5849
+ # AVC1. MediaConvert writes SPS and PPS NAL units in the sample
5850
+ # description ('stsd') box (but not into samples directly). To write
5851
+ # SPS and PPS NAL units directly into samples (but not in the 'stsd'
5852
+ # box): Choose AVC3. When you do, note that your output might not play
5853
+ # properly with some downstream systems or players.
5854
+ # @return [String]
5855
+ #
5845
5856
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/H264Settings AWS API Documentation
5846
5857
  #
5847
5858
  class H264Settings < Struct.new(
@@ -5888,7 +5899,8 @@ module Aws::MediaConvert
5888
5899
  :syntax,
5889
5900
  :telecine,
5890
5901
  :temporal_adaptive_quantization,
5891
- :unregistered_sei_timecode)
5902
+ :unregistered_sei_timecode,
5903
+ :write_mp_4_packaging_type)
5892
5904
  SENSITIVE = []
5893
5905
  include Aws::Structure
5894
5906
  end
@@ -54,7 +54,7 @@ module Aws::MediaConvert
54
54
  autoload :EndpointProvider, 'aws-sdk-mediaconvert/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediaconvert/endpoints'
56
56
 
57
- GEM_VERSION = '1.146.0'
57
+ GEM_VERSION = '1.148.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
@@ -1209,7 +1211,8 @@ module Aws
1209
1211
  syntax: ("DEFAULT" | "RP2027")?,
1210
1212
  telecine: ("NONE" | "SOFT" | "HARD")?,
1211
1213
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
1212
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
1214
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
1215
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
1213
1216
  }?,
1214
1217
  h265_settings: {
1215
1218
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -2657,7 +2660,8 @@ module Aws
2657
2660
  syntax: ("DEFAULT" | "RP2027")?,
2658
2661
  telecine: ("NONE" | "SOFT" | "HARD")?,
2659
2662
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
2660
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
2663
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
2664
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
2661
2665
  }?,
2662
2666
  h265_settings: {
2663
2667
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -3487,7 +3491,8 @@ module Aws
3487
3491
  syntax: ("DEFAULT" | "RP2027")?,
3488
3492
  telecine: ("NONE" | "SOFT" | "HARD")?,
3489
3493
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
3490
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
3494
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
3495
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
3491
3496
  }?,
3492
3497
  h265_settings: {
3493
3498
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -5173,7 +5178,8 @@ module Aws
5173
5178
  syntax: ("DEFAULT" | "RP2027")?,
5174
5179
  telecine: ("NONE" | "SOFT" | "HARD")?,
5175
5180
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
5176
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
5181
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
5182
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
5177
5183
  }?,
5178
5184
  h265_settings: {
5179
5185
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
@@ -6002,7 +6008,8 @@ module Aws
6002
6008
  syntax: ("DEFAULT" | "RP2027")?,
6003
6009
  telecine: ("NONE" | "SOFT" | "HARD")?,
6004
6010
  temporal_adaptive_quantization: ("DISABLED" | "ENABLED")?,
6005
- unregistered_sei_timecode: ("DISABLED" | "ENABLED")?
6011
+ unregistered_sei_timecode: ("DISABLED" | "ENABLED")?,
6012
+ write_mp_4_packaging_type: ("AVC1" | "AVC3")?
6006
6013
  }?,
6007
6014
  h265_settings: {
6008
6015
  adaptive_quantization: ("OFF" | "LOW" | "MEDIUM" | "HIGH" | "HIGHER" | "MAX" | "AUTO")?,
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/types.rbs CHANGED
@@ -954,6 +954,7 @@ module Aws::MediaConvert
954
954
  attr_accessor telecine: ("NONE" | "SOFT" | "HARD")
955
955
  attr_accessor temporal_adaptive_quantization: ("DISABLED" | "ENABLED")
956
956
  attr_accessor unregistered_sei_timecode: ("DISABLED" | "ENABLED")
957
+ attr_accessor write_mp_4_packaging_type: ("AVC1" | "AVC3")
957
958
  SENSITIVE: []
958
959
  end
959
960
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.146.0
4
+ version: 1.148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-19 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement