aws-sdk-mediaconvert 1.130.0 → 1.132.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: 86c6c279d8d816d532b7eb09686ef13b8017e3e0703b7a8f96533a94c305a905
4
- data.tar.gz: 69acbcf9f371177274e08ea6d053b6442b63e28bb3bfec16521179d450b7d129
3
+ metadata.gz: 6896ad3da8099cf00ce1cf91bf1beb0545469718f37b3da56cd38a31ce490e3d
4
+ data.tar.gz: 8ee4be11cd3e8197101daa33ac36d3eb5cea7949a684ba47fbdd43ab65825f8d
5
5
  SHA512:
6
- metadata.gz: e3a7b304a36af7336a4bb7c6115e352601170011a3abbf805709146907d9c8f332ff9052277b7289b1a07815293d3f34f25d486697897ca11b475ad9c74e15ab
7
- data.tar.gz: 94b5b1a15a69b066c5d8a343cd5e052f6422db0683e87b9a543198e7af04b9c7267075b30e39971d028599a423b45ad6e6d0160b41b79ba8fe32a9719a1d0978
6
+ metadata.gz: c0c57f9d1bdf15e892e2b9b4f696a8b2c9c47af8215cb39e729bddceb84774cba234f6a0db9e0b7587f33a088798569557fdc2957a78ca38b45012acabfef403
7
+ data.tar.gz: 334ed6b67a64cdbe93bb4738aab29ddbb84579126692e67b48636bb69720d57760f5cc26f5b2167bf1275f95c25b3c28a6bb9b503b68e3c7b0081a354f71db65
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.131.0 (2024-06-17)
10
+ ------------------
11
+
12
+ * Feature - This release includes support for creating I-frame only video segments for DASH trick play.
13
+
4
14
  1.130.0 (2024-06-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.132.0
@@ -89,6 +89,11 @@ module Aws::MediaConvert
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
98
  # Your AWS credentials. This can be an instance of any one of the
94
99
  # following classes:
@@ -209,7 +214,6 @@ module Aws::MediaConvert
209
214
  # 'https://example.com'
210
215
  # 'http://example.com:123'
211
216
  #
212
- #
213
217
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
218
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
219
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -298,7 +302,6 @@ module Aws::MediaConvert
298
302
  # throttling. This is a provisional mode that may change behavior
299
303
  # in the future.
300
304
  #
301
- #
302
305
  # @option options [String] :sdk_ua_app_id
303
306
  # A unique and opaque application ID that is appended to the
304
307
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -5734,7 +5737,7 @@ module Aws::MediaConvert
5734
5737
  params: params,
5735
5738
  config: config)
5736
5739
  context[:gem_name] = 'aws-sdk-mediaconvert'
5737
- context[:gem_version] = '1.130.0'
5740
+ context[:gem_version] = '1.132.0'
5738
5741
  Seahorse::Client::Request.new(handlers, context)
5739
5742
  end
5740
5743
 
@@ -867,6 +867,7 @@ module Aws::MediaConvert
867
867
  __stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912 = Shapes::StringShape.new(name: '__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912')
868
868
  __stringPattern = Shapes::StringShape.new(name: '__stringPattern')
869
869
  __stringPattern010920405090509092 = Shapes::StringShape.new(name: '__stringPattern010920405090509092')
870
+ __stringPattern010920405090509092090909 = Shapes::StringShape.new(name: '__stringPattern010920405090509092090909')
870
871
  __stringPattern01D20305D205D = Shapes::StringShape.new(name: '__stringPattern01D20305D205D')
871
872
  __stringPattern0940191020191209301 = Shapes::StringShape.new(name: '__stringPattern0940191020191209301')
872
873
  __stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = Shapes::StringShape.new(name: '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12')
@@ -1162,6 +1163,7 @@ module Aws::MediaConvert
1162
1163
  CmafGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
1163
1164
  CmafGroupSettings.add_member(:client_cache, Shapes::ShapeRef.new(shape: CmafClientCache, location_name: "clientCache"))
1164
1165
  CmafGroupSettings.add_member(:codec_specification, Shapes::ShapeRef.new(shape: CmafCodecSpecification, location_name: "codecSpecification"))
1166
+ CmafGroupSettings.add_member(:dash_i_frame_trick_play_name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "dashIFrameTrickPlayNameModifier"))
1165
1167
  CmafGroupSettings.add_member(:dash_manifest_style, Shapes::ShapeRef.new(shape: DashManifestStyle, location_name: "dashManifestStyle"))
1166
1168
  CmafGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
1167
1169
  CmafGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
@@ -1310,6 +1312,7 @@ module Aws::MediaConvert
1310
1312
  DashIsoGroupSettings.add_member(:additional_manifests, Shapes::ShapeRef.new(shape: __listOfDashAdditionalManifest, location_name: "additionalManifests"))
1311
1313
  DashIsoGroupSettings.add_member(:audio_channel_config_scheme_id_uri, Shapes::ShapeRef.new(shape: DashIsoGroupAudioChannelConfigSchemeIdUri, location_name: "audioChannelConfigSchemeIdUri"))
1312
1314
  DashIsoGroupSettings.add_member(:base_url, Shapes::ShapeRef.new(shape: __string, location_name: "baseUrl"))
1315
+ DashIsoGroupSettings.add_member(:dash_i_frame_trick_play_name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "dashIFrameTrickPlayNameModifier"))
1313
1316
  DashIsoGroupSettings.add_member(:dash_manifest_style, Shapes::ShapeRef.new(shape: DashManifestStyle, location_name: "dashManifestStyle"))
1314
1317
  DashIsoGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "destination"))
1315
1318
  DashIsoGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
@@ -1811,8 +1814,8 @@ module Aws::MediaConvert
1811
1814
  Input.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
1812
1815
  Input.struct_class = Types::Input
1813
1816
 
1814
- InputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "endTimecode"))
1815
- InputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
1817
+ InputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092090909, location_name: "endTimecode"))
1818
+ InputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092090909, location_name: "startTimecode"))
1816
1819
  InputClipping.struct_class = Types::InputClipping
1817
1820
 
1818
1821
  InputDecryptionSettings.add_member(:decryption_mode, Shapes::ShapeRef.new(shape: DecryptionMode, location_name: "decryptionMode"))
@@ -1844,7 +1847,11 @@ module Aws::MediaConvert
1844
1847
  InputTemplate.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
1845
1848
  InputTemplate.struct_class = Types::InputTemplate
1846
1849
 
1850
+ InputVideoGenerator.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "channels"))
1847
1851
  InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin50Max86400000, location_name: "duration"))
1852
+ InputVideoGenerator.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
1853
+ InputVideoGenerator.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max60000, location_name: "framerateNumerator"))
1854
+ InputVideoGenerator.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin32000Max48000, location_name: "sampleRate"))
1848
1855
  InputVideoGenerator.struct_class = Types::InputVideoGenerator
1849
1856
 
1850
1857
  InsertableImage.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "duration"))
@@ -2258,7 +2265,7 @@ module Aws::MediaConvert
2258
2265
  Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
2259
2266
  Output.add_member(:container_settings, Shapes::ShapeRef.new(shape: ContainerSettings, location_name: "containerSettings"))
2260
2267
  Output.add_member(:extension, Shapes::ShapeRef.new(shape: __string, location_name: "extension"))
2261
- Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "nameModifier"))
2268
+ Output.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __stringMin1Max256, location_name: "nameModifier"))
2262
2269
  Output.add_member(:output_settings, Shapes::ShapeRef.new(shape: OutputSettings, location_name: "outputSettings"))
2263
2270
  Output.add_member(:preset, Shapes::ShapeRef.new(shape: __stringMin0, location_name: "preset"))
2264
2271
  Output.add_member(:video_description, Shapes::ShapeRef.new(shape: VideoDescription, location_name: "videoDescription"))
@@ -2821,6 +2828,7 @@ module Aws::MediaConvert
2821
2828
 
2822
2829
  api.metadata = {
2823
2830
  "apiVersion" => "2017-08-29",
2831
+ "auth" => ["aws.auth#sigv4"],
2824
2832
  "endpointPrefix" => "mediaconvert",
2825
2833
  "jsonVersion" => "1.1",
2826
2834
  "protocol" => "rest-json",
@@ -2174,6 +2174,20 @@ module Aws::MediaConvert
2174
2174
  # playlist generation.
2175
2175
  # @return [String]
2176
2176
  #
2177
+ # @!attribute [rw] dash_i_frame_trick_play_name_modifier
2178
+ # Specify whether MediaConvert generates I-frame only video segments
2179
+ # for DASH trick play, also known as trick mode. When specified, the
2180
+ # I-frame only video segments are included within an additional
2181
+ # AdaptationSet in your DASH output manifest. To generate I-frame only
2182
+ # video segments: Enter a name as a text string, up to 256 character
2183
+ # long. This name is appended to the end of this output group's base
2184
+ # filename, that you specify as part of your destination URI, and used
2185
+ # for the I-frame only video segment files. You may also include
2186
+ # format identifiers. For more information, see:
2187
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variables-in-your-job-settings.html#using-settings-variables-with-streaming-outputs
2188
+ # To not generate I-frame only video segments: Leave blank.
2189
+ # @return [String]
2190
+ #
2177
2191
  # @!attribute [rw] dash_manifest_style
2178
2192
  # Specify how MediaConvert writes SegmentTimeline in your output DASH
2179
2193
  # manifest. To write a SegmentTimeline in each video Representation:
@@ -2373,6 +2387,7 @@ module Aws::MediaConvert
2373
2387
  :base_url,
2374
2388
  :client_cache,
2375
2389
  :codec_specification,
2390
+ :dash_i_frame_trick_play_name_modifier,
2376
2391
  :dash_manifest_style,
2377
2392
  :destination,
2378
2393
  :destination_settings,
@@ -3333,6 +3348,20 @@ module Aws::MediaConvert
3333
3348
  # from a different URL than the manifest file.
3334
3349
  # @return [String]
3335
3350
  #
3351
+ # @!attribute [rw] dash_i_frame_trick_play_name_modifier
3352
+ # Specify whether MediaConvert generates I-frame only video segments
3353
+ # for DASH trick play, also known as trick mode. When specified, the
3354
+ # I-frame only video segments are included within an additional
3355
+ # AdaptationSet in your DASH output manifest. To generate I-frame only
3356
+ # video segments: Enter a name as a text string, up to 256 character
3357
+ # long. This name is appended to the end of this output group's base
3358
+ # filename, that you specify as part of your destination URI, and used
3359
+ # for the I-frame only video segment files. You may also include
3360
+ # format identifiers. For more information, see:
3361
+ # https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variables-in-your-job-settings.html#using-settings-variables-with-streaming-outputs
3362
+ # To not generate I-frame only video segments: Leave blank.
3363
+ # @return [String]
3364
+ #
3336
3365
  # @!attribute [rw] dash_manifest_style
3337
3366
  # Specify how MediaConvert writes SegmentTimeline in your output DASH
3338
3367
  # manifest. To write a SegmentTimeline in each video Representation:
@@ -3498,6 +3527,7 @@ module Aws::MediaConvert
3498
3527
  :additional_manifests,
3499
3528
  :audio_channel_config_scheme_id_uri,
3500
3529
  :base_url,
3530
+ :dash_i_frame_trick_play_name_modifier,
3501
3531
  :dash_manifest_style,
3502
3532
  :destination,
3503
3533
  :destination_settings,
@@ -7640,16 +7670,46 @@ module Aws::MediaConvert
7640
7670
  # file, but you cannot specify both. For more information, see
7641
7671
  # https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html
7642
7672
  #
7673
+ # @!attribute [rw] channels
7674
+ # Specify the number of audio channels to include in your video
7675
+ # generator input. MediaConvert creates these audio channels as silent
7676
+ # audio within a single audio track. Enter an integer from 1 to 32.
7677
+ # @return [Integer]
7678
+ #
7643
7679
  # @!attribute [rw] duration
7644
- # Specify an integer value for Black video duration from 50 to
7645
- # 86400000 to generate a black video input for that many milliseconds.
7646
- # Required when you include Video generator.
7680
+ # Specify the duration, in milliseconds, for your video generator
7681
+ # input. Enter an integer from 50 to 86400000.
7682
+ # @return [Integer]
7683
+ #
7684
+ # @!attribute [rw] framerate_denominator
7685
+ # Specify the denominator of the fraction that represents the frame
7686
+ # rate for your video generator input. When you do, you must also
7687
+ # specify a value for Frame rate numerator. MediaConvert uses a
7688
+ # default frame rate of 29.97 when you leave Frame rate numerator and
7689
+ # Frame rate denominator blank.
7690
+ # @return [Integer]
7691
+ #
7692
+ # @!attribute [rw] framerate_numerator
7693
+ # Specify the numerator of the fraction that represents the frame rate
7694
+ # for your video generator input. When you do, you must also specify a
7695
+ # value for Frame rate denominator. MediaConvert uses a default frame
7696
+ # rate of 29.97 when you leave Frame rate numerator and Frame rate
7697
+ # denominator blank.
7698
+ # @return [Integer]
7699
+ #
7700
+ # @!attribute [rw] sample_rate
7701
+ # Specify the audio sample rate, in Hz, for the silent audio in your
7702
+ # video generator input. Enter an integer from 32000 to 48000.
7647
7703
  # @return [Integer]
7648
7704
  #
7649
7705
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InputVideoGenerator AWS API Documentation
7650
7706
  #
7651
7707
  class InputVideoGenerator < Struct.new(
7652
- :duration)
7708
+ :channels,
7709
+ :duration,
7710
+ :framerate_denominator,
7711
+ :framerate_numerator,
7712
+ :sample_rate)
7653
7713
  SENSITIVE = []
7654
7714
  include Aws::Structure
7655
7715
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.130.0'
55
+ GEM_VERSION = '1.132.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -279,7 +279,11 @@ module Aws
279
279
  timecode_source: ("EMBEDDED" | "ZEROBASED" | "SPECIFIEDSTART")?,
280
280
  timecode_start: ::String?,
281
281
  video_generator: {
282
- duration: ::Integer?
282
+ channels: ::Integer?,
283
+ duration: ::Integer?,
284
+ framerate_denominator: ::Integer?,
285
+ framerate_numerator: ::Integer?,
286
+ sample_rate: ::Integer?
283
287
  }?,
284
288
  video_overlays: Array[
285
289
  {
@@ -420,6 +424,7 @@ module Aws
420
424
  base_url: ::String?,
421
425
  client_cache: ("DISABLED" | "ENABLED")?,
422
426
  codec_specification: ("RFC_6381" | "RFC_4281")?,
427
+ dash_i_frame_trick_play_name_modifier: ::String?,
423
428
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
424
429
  destination: ::String?,
425
430
  destination_settings: {
@@ -490,6 +495,7 @@ module Aws
490
495
  ]?,
491
496
  audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
492
497
  base_url: ::String?,
498
+ dash_i_frame_trick_play_name_modifier: ::String?,
493
499
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
494
500
  destination: ::String?,
495
501
  destination_settings: {
@@ -1825,6 +1831,7 @@ module Aws
1825
1831
  base_url: ::String?,
1826
1832
  client_cache: ("DISABLED" | "ENABLED")?,
1827
1833
  codec_specification: ("RFC_6381" | "RFC_4281")?,
1834
+ dash_i_frame_trick_play_name_modifier: ::String?,
1828
1835
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
1829
1836
  destination: ::String?,
1830
1837
  destination_settings: {
@@ -1895,6 +1902,7 @@ module Aws
1895
1902
  ]?,
1896
1903
  audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
1897
1904
  base_url: ::String?,
1905
+ dash_i_frame_trick_play_name_modifier: ::String?,
1898
1906
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
1899
1907
  destination: ::String?,
1900
1908
  destination_settings: {
@@ -4280,6 +4288,7 @@ module Aws
4280
4288
  base_url: ::String?,
4281
4289
  client_cache: ("DISABLED" | "ENABLED")?,
4282
4290
  codec_specification: ("RFC_6381" | "RFC_4281")?,
4291
+ dash_i_frame_trick_play_name_modifier: ::String?,
4283
4292
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
4284
4293
  destination: ::String?,
4285
4294
  destination_settings: {
@@ -4350,6 +4359,7 @@ module Aws
4350
4359
  ]?,
4351
4360
  audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")?,
4352
4361
  base_url: ::String?,
4362
+ dash_i_frame_trick_play_name_modifier: ::String?,
4353
4363
  dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")?,
4354
4364
  destination: ::String?,
4355
4365
  destination_settings: {
data/sig/types.rbs CHANGED
@@ -352,6 +352,7 @@ module Aws::MediaConvert
352
352
  attr_accessor base_url: ::String
353
353
  attr_accessor client_cache: ("DISABLED" | "ENABLED")
354
354
  attr_accessor codec_specification: ("RFC_6381" | "RFC_4281")
355
+ attr_accessor dash_i_frame_trick_play_name_modifier: ::String
355
356
  attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")
356
357
  attr_accessor destination: ::String
357
358
  attr_accessor destination_settings: Types::DestinationSettings
@@ -534,6 +535,7 @@ module Aws::MediaConvert
534
535
  attr_accessor additional_manifests: ::Array[Types::DashAdditionalManifest]
535
536
  attr_accessor audio_channel_config_scheme_id_uri: ("MPEG_CHANNEL_CONFIGURATION" | "DOLBY_CHANNEL_CONFIGURATION")
536
537
  attr_accessor base_url: ::String
538
+ attr_accessor dash_i_frame_trick_play_name_modifier: ::String
537
539
  attr_accessor dash_manifest_style: ("BASIC" | "COMPACT" | "DISTINCT")
538
540
  attr_accessor destination: ::String
539
541
  attr_accessor destination_settings: Types::DestinationSettings
@@ -1203,7 +1205,11 @@ module Aws::MediaConvert
1203
1205
  end
1204
1206
 
1205
1207
  class InputVideoGenerator
1208
+ attr_accessor channels: ::Integer
1206
1209
  attr_accessor duration: ::Integer
1210
+ attr_accessor framerate_denominator: ::Integer
1211
+ attr_accessor framerate_numerator: ::Integer
1212
+ attr_accessor sample_rate: ::Integer
1207
1213
  SENSITIVE: []
1208
1214
  end
1209
1215
 
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.130.0
4
+ version: 1.132.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-06-14 00:00:00.000000000 Z
11
+ date: 2024-06-24 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.197.0
22
+ version: 3.198.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.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement