aws-sdk-mediaconvert 1.105.0 → 1.107.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: bd835dfbf4b3d165732ef94702826b5278460e7613d8826c34fa9e8521378529
4
- data.tar.gz: 18559a9253caec3e1eac9dde11b91ec6e56900fd977e742867026fa6cfca1304
3
+ metadata.gz: f61c19b028b333af63e179baec1c39ccbf2a9375358e336ee58a2be74d278499
4
+ data.tar.gz: 0da3cb8bb761491ebb73fdd051894fe8be2132a933d73d4cadd0ce26ff76638f
5
5
  SHA512:
6
- metadata.gz: 57793dd15b67e8bd0c06d508a4bed0e0313e42f6b24ae4232ecfffaae058e64e4eaae1bed51acbb0355e8d009ef913d8b4f9e11503d73f75ed0d8e93f4586899
7
- data.tar.gz: 4efb32168e3c6fb0748dadf065a7750662d4334c768b817f4f81023ac4e8e4ef121d453f98d3fab93767ccafdac22a5a2a501b74bd94f923fde87c22221998b1
6
+ metadata.gz: 5c3178ad5781bbfa46a67e15c1bca700a00d5c90d7665614c51ab10994dd51f061aab3b1045a791a9dfc9fd8a40c8c1ab6ee37a63daeddbc9e16cb676297a476
7
+ data.tar.gz: f0dd0352b514320ce7fa19a88cfcae2abeb5d7bdef55af4e39a8561269c96d6657713810540ba6a7a7a3f81c3255cff5a79d970d7e8b2ae247cb6df16c08ac28
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.106.0 (2023-05-18)
10
+ ------------------
11
+
12
+ * Feature - This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
13
+
4
14
  1.105.0 (2023-04-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.107.0
@@ -275,6 +275,11 @@ module Aws::MediaConvert
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -1195,7 +1200,7 @@ module Aws::MediaConvert
1195
1200
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
1196
1201
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_value #=> String
1197
1202
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
1198
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
1203
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
1199
1204
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
1200
1205
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
1201
1206
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
@@ -1919,7 +1924,7 @@ module Aws::MediaConvert
1919
1924
  # },
1920
1925
  # mxf_settings: {
1921
1926
  # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
1922
- # profile: "D_10", # accepts D_10, XDCAM, OP1A, XAVC
1927
+ # profile: "D_10", # accepts D_10, XDCAM, OP1A, XAVC, XDCAM_RDD9
1923
1928
  # xavc_profile_settings: {
1924
1929
  # duration_mode: "ALLOW_ANY_DURATION", # accepts ALLOW_ANY_DURATION, DROP_FRAMES_FOR_COMPLIANCE
1925
1930
  # max_anc_data_size: 1,
@@ -2609,7 +2614,7 @@ module Aws::MediaConvert
2609
2614
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
2610
2615
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_value #=> String
2611
2616
  # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
2612
- # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
2617
+ # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
2613
2618
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
2614
2619
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
2615
2620
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
@@ -3836,7 +3841,7 @@ module Aws::MediaConvert
3836
3841
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
3837
3842
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_value #=> String
3838
3843
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
3839
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
3844
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
3840
3845
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
3841
3846
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
3842
3847
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
@@ -4496,7 +4501,7 @@ module Aws::MediaConvert
4496
4501
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
4497
4502
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_value #=> String
4498
4503
  # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
4499
- # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
4504
+ # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
4500
4505
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
4501
4506
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
4502
4507
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
@@ -5541,7 +5546,7 @@ module Aws::MediaConvert
5541
5546
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
5542
5547
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_value #=> String
5543
5548
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
5544
- # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
5549
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
5545
5550
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
5546
5551
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
5547
5552
  # resp.job_templates[0].settings.output_groups[0].outputs[0].extension #=> String
@@ -6264,7 +6269,7 @@ module Aws::MediaConvert
6264
6269
  # resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
6265
6270
  # resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_value #=> String
6266
6271
  # resp.presets[0].settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
6267
- # resp.presets[0].settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
6272
+ # resp.presets[0].settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
6268
6273
  # resp.presets[0].settings.container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
6269
6274
  # resp.presets[0].settings.container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
6270
6275
  # resp.presets[0].settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
@@ -7465,7 +7470,7 @@ module Aws::MediaConvert
7465
7470
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
7466
7471
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata_value #=> String
7467
7472
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
7468
- # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
7473
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
7469
7474
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
7470
7475
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
7471
7476
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
@@ -8183,7 +8188,7 @@ module Aws::MediaConvert
8183
8188
  # },
8184
8189
  # mxf_settings: {
8185
8190
  # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
8186
- # profile: "D_10", # accepts D_10, XDCAM, OP1A, XAVC
8191
+ # profile: "D_10", # accepts D_10, XDCAM, OP1A, XAVC, XDCAM_RDD9
8187
8192
  # xavc_profile_settings: {
8188
8193
  # duration_mode: "ALLOW_ANY_DURATION", # accepts ALLOW_ANY_DURATION, DROP_FRAMES_FOR_COMPLIANCE
8189
8194
  # max_anc_data_size: 1,
@@ -8870,7 +8875,7 @@ module Aws::MediaConvert
8870
8875
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
8871
8876
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata_value #=> String
8872
8877
  # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
8873
- # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC"
8878
+ # resp.preset.settings.container_settings.mxf_settings.profile #=> String, one of "D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9"
8874
8879
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.duration_mode #=> String, one of "ALLOW_ANY_DURATION", "DROP_FRAMES_FOR_COMPLIANCE"
8875
8880
  # resp.preset.settings.container_settings.mxf_settings.xavc_profile_settings.max_anc_data_size #=> Integer
8876
8881
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
@@ -9276,7 +9281,7 @@ module Aws::MediaConvert
9276
9281
  params: params,
9277
9282
  config: config)
9278
9283
  context[:gem_name] = 'aws-sdk-mediaconvert'
9279
- context[:gem_version] = '1.105.0'
9284
+ context[:gem_version] = '1.107.0'
9280
9285
  Seahorse::Client::Request.new(handlers, context)
9281
9286
  end
9282
9287
 
@@ -849,7 +849,7 @@ module Aws::MediaConvert
849
849
  __stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932 = Shapes::StringShape.new(name: '__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932')
850
850
  __stringPatternDD = Shapes::StringShape.new(name: '__stringPatternDD')
851
851
  __stringPatternHttps = Shapes::StringShape.new(name: '__stringPatternHttps')
852
- __stringPatternHttpsKantarmediaComFr = Shapes::StringShape.new(name: '__stringPatternHttpsKantarmediaComFr')
852
+ __stringPatternHttpsKantarmedia = Shapes::StringShape.new(name: '__stringPatternHttpsKantarmedia')
853
853
  __stringPatternIdentityAZaZ26AZaZ09163 = Shapes::StringShape.new(name: '__stringPatternIdentityAZaZ26AZaZ09163')
854
854
  __stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
855
855
  __stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
@@ -1882,7 +1882,7 @@ module Aws::MediaConvert
1882
1882
  KantarWatermarkSettings.add_member(:credentials_secret_name, Shapes::ShapeRef.new(shape: __stringMin1Max512PatternAZAZ09, location_name: "credentialsSecretName"))
1883
1883
  KantarWatermarkSettings.add_member(:file_offset, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "fileOffset"))
1884
1884
  KantarWatermarkSettings.add_member(:kantar_license_id, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "kantarLicenseId"))
1885
- KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmediaComFr, location_name: "kantarServerUrl"))
1885
+ KantarWatermarkSettings.add_member(:kantar_server_url, Shapes::ShapeRef.new(shape: __stringPatternHttpsKantarmedia, location_name: "kantarServerUrl"))
1886
1886
  KantarWatermarkSettings.add_member(:log_destination, Shapes::ShapeRef.new(shape: __stringPatternS3, location_name: "logDestination"))
1887
1887
  KantarWatermarkSettings.add_member(:metadata_3, Shapes::ShapeRef.new(shape: __stringMin1Max50, location_name: "metadata3"))
1888
1888
  KantarWatermarkSettings.add_member(:metadata_4, Shapes::ShapeRef.new(shape: __stringMin1Max50, location_name: "metadata4"))
@@ -58,7 +58,7 @@ module Aws::MediaConvert
58
58
  # (Receiver Mix): One channel, C. Includes audio description data from
59
59
  # your stereo input. For more information see ETSI TS 101 154 Annex E.
60
60
  # * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. *
61
- # 5.1 Surround: Five channels, C, L, R, Ls, Rs, LFE.
61
+ # 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.
62
62
  # @return [String]
63
63
  #
64
64
  # @!attribute [rw] rate_control_mode
@@ -6724,9 +6724,9 @@ module Aws::MediaConvert
6724
6724
  # @return [String]
6725
6725
  #
6726
6726
  # @!attribute [rw] segments_per_subdirectory
6727
- # Number of segments to write to a subdirectory before starting a new
6728
- # one. directoryStructure must be SINGLE\_DIRECTORY for this setting
6729
- # to have an effect.
6727
+ # Specify the number of segments to write to a subdirectory before
6728
+ # starting a new one. You must also set Directory structure to
6729
+ # Subdirectory per stream for this setting to have an effect.
6730
6730
  # @return [Integer]
6731
6731
  #
6732
6732
  # @!attribute [rw] stream_inf_resolution
@@ -7127,10 +7127,10 @@ module Aws::MediaConvert
7127
7127
  # increase the video quality of your output relative to its bitrate,
7128
7128
  # since noisy inputs are more complex and require more bits to encode.
7129
7129
  # To help restore loss of detail after applying the filter, you can
7130
- # optionally add texture or sharpening as an additional step.Jobs that
7131
- # use this feature incur pro-tier pricing. To not apply advanced input
7132
- # filtering: Choose Disabled. Note that you can still apply basic
7133
- # filtering with Deblock and Denoise.
7130
+ # optionally add texture or sharpening as an additional step. Jobs
7131
+ # that use this feature incur pro-tier pricing. To not apply advanced
7132
+ # input filtering: Choose Disabled. Note that you can still apply
7133
+ # basic filtering with Deblock and Denoise.
7134
7134
  # @return [String]
7135
7135
  #
7136
7136
  # @!attribute [rw] advanced_input_filter_settings
@@ -7457,10 +7457,10 @@ module Aws::MediaConvert
7457
7457
  # increase the video quality of your output relative to its bitrate,
7458
7458
  # since noisy inputs are more complex and require more bits to encode.
7459
7459
  # To help restore loss of detail after applying the filter, you can
7460
- # optionally add texture or sharpening as an additional step.Jobs that
7461
- # use this feature incur pro-tier pricing. To not apply advanced input
7462
- # filtering: Choose Disabled. Note that you can still apply basic
7463
- # filtering with Deblock and Denoise.
7460
+ # optionally add texture or sharpening as an additional step. Jobs
7461
+ # that use this feature incur pro-tier pricing. To not apply advanced
7462
+ # input filtering: Choose Disabled. Note that you can still apply
7463
+ # basic filtering with Deblock and Denoise.
7464
7464
  # @return [String]
7465
7465
  #
7466
7466
  # @!attribute [rw] advanced_input_filter_settings
@@ -12593,9 +12593,12 @@ module Aws::MediaConvert
12593
12593
  # @return [Integer]
12594
12594
  #
12595
12595
  # @!attribute [rw] height
12596
- # Use the Height (Height) setting to define the video resolution
12597
- # height for this output. Specify in pixels. If you don't provide a
12598
- # value here, the service will use the input height.
12596
+ # Use Height to define the video resolution height, in pixels, for
12597
+ # this output. To use the same resolution as your input: Leave both
12598
+ # Width and Height blank. To evenly scale from your input resolution:
12599
+ # Leave Height blank and enter a value for Width. For example, if your
12600
+ # input is 1920x1080 and you set Width to 1280, your output will be
12601
+ # 1280x720.
12599
12602
  # @return [Integer]
12600
12603
  #
12601
12604
  # @!attribute [rw] position
@@ -12659,9 +12662,12 @@ module Aws::MediaConvert
12659
12662
  # @return [Types::VideoPreprocessor]
12660
12663
  #
12661
12664
  # @!attribute [rw] width
12662
- # Use Width (Width) to define the video resolution width, in pixels,
12663
- # for this output. If you don't provide a value here, the service
12664
- # will use the input width.
12665
+ # Use Width to define the video resolution width, in pixels, for this
12666
+ # output. To use the same resolution as your input: Leave both Width
12667
+ # and Height blank. To evenly scale from your input resolution: Leave
12668
+ # Width blank and enter a value for Height. For example, if your input
12669
+ # is 1920x1080 and you set Height to 720, your output will be
12670
+ # 1280x720.
12665
12671
  # @return [Integer]
12666
12672
  #
12667
12673
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoDescription AWS API Documentation
@@ -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.105.0'
55
+ GEM_VERSION = '1.107.0'
56
56
 
57
57
  end
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.105.0
4
+ version: 1.107.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: 2023-04-24 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
22
+ version: 3.174.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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement