aws-sdk-redshift 1.90.0 → 1.92.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: 8b8b7bb506427df36a931a39af69ef73c3adc7a34a0bb6e504211f006c07a265
4
- data.tar.gz: 4fca8802632fb4e0daace9f9331b8fd00a6505bc748cd5fe037a9118adbe22f1
3
+ metadata.gz: 8dee6fbe1d8c5736a537469558916c875960f23ecde137c3ce714e67503b9974
4
+ data.tar.gz: 6b31e2c4009d59beb80d1d9dfb7ba8346eec1a196fed60dbda8183310fa3fe33
5
5
  SHA512:
6
- metadata.gz: ce708de5d3e86e9e65cff6e11c0a0f9d470700cf1b3fe1210bf1a78d9bb368d76cf3e276002a72da6ae448375ca0d6e588e346488fe42fea63adda04ca794493
7
- data.tar.gz: 4deb9d319f1424e65595e018cafe20fbb64507633ff8aabceb20551dc01828e31946b3b83c6c79b92088a7a213dc3e9fc76b4210583e709b3d3a95b0cc5992ce
6
+ metadata.gz: 43971c53b1f6d75d663c48dbf138ddf71091f1e5092cc742ae0a33542df6355afcb4254994518949e59df4d0637c44a6be7de920b48bfc5922e692aa7fe613f3
7
+ data.tar.gz: 6b0ad2abe010c8bc38813d69f3905e8c2fe122f5d46452c14c48155f295ea1495f5761f5a03f343f4e105c354c4a0b06e532ce53fcdbfc6520184718befa42c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.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.91.0 (2023-02-24)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Redshift API bringing it in line with IAM best practices.
13
+
4
14
  1.90.0 (2023-02-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.92.0
@@ -275,6 +275,11 @@ module Aws::Redshift
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
@@ -735,8 +740,8 @@ module Aws::Redshift
735
740
  #
736
741
  # @option params [String] :snapshot_cluster_identifier
737
742
  # The identifier of the cluster the snapshot was created from. This
738
- # parameter is required if your IAM user has a policy containing a
739
- # snapshot resource element that specifies anything other than * for
743
+ # parameter is required if your IAM user or role has a policy containing
744
+ # a snapshot resource element that specifies anything other than * for
740
745
  # the cluster name.
741
746
  #
742
747
  # @option params [required, String] :account_with_restore_access
@@ -995,9 +1000,9 @@ module Aws::Redshift
995
1000
  #
996
1001
  # @option params [String] :source_snapshot_cluster_identifier
997
1002
  # The identifier of the cluster the source snapshot was created from.
998
- # This parameter is required if your IAM user has a policy containing a
999
- # snapshot resource element that specifies anything other than * for
1000
- # the cluster name.
1003
+ # This parameter is required if your IAM user or role has a policy
1004
+ # containing a snapshot resource element that specifies anything other
1005
+ # than * for the cluster name.
1001
1006
  #
1002
1007
  # Constraints:
1003
1008
  #
@@ -1213,8 +1218,8 @@ module Aws::Redshift
1213
1218
  # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#how-many-nodes
1214
1219
  #
1215
1220
  # @option params [required, String] :master_username
1216
- # The user name associated with the admin user account for the cluster
1217
- # that is being created.
1221
+ # The user name associated with the admin user for the cluster that is
1222
+ # being created.
1218
1223
  #
1219
1224
  # Constraints:
1220
1225
  #
@@ -1236,8 +1241,8 @@ module Aws::Redshift
1236
1241
  # [1]: https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html
1237
1242
  #
1238
1243
  # @option params [required, String] :master_user_password
1239
- # The password associated with the admin user account for the cluster
1240
- # that is being created.
1244
+ # The password associated with the admin user for the cluster that is
1245
+ # being created.
1241
1246
  #
1242
1247
  # Constraints:
1243
1248
  #
@@ -3135,9 +3140,9 @@ module Aws::Redshift
3135
3140
  #
3136
3141
  # @option params [String] :snapshot_cluster_identifier
3137
3142
  # The unique identifier of the cluster the snapshot was created from.
3138
- # This parameter is required if your IAM user has a policy containing a
3139
- # snapshot resource element that specifies anything other than * for
3140
- # the cluster name.
3143
+ # This parameter is required if your IAM user or role has a policy
3144
+ # containing a snapshot resource element that specifies anything other
3145
+ # than * for the cluster name.
3141
3146
  #
3142
3147
  # Constraints: Must be the name of valid cluster.
3143
3148
  #
@@ -4019,7 +4024,7 @@ module Aws::Redshift
4019
4024
  #
4020
4025
  # Default: `100`
4021
4026
  #
4022
- # Constraints: minimum 20, maximum 100.
4027
+ # Constraints: minimum 20, maximum 500.
4023
4028
  #
4024
4029
  # @option params [String] :marker
4025
4030
  # An optional parameter that specifies the starting point to return a
@@ -6435,7 +6440,7 @@ module Aws::Redshift
6435
6440
  # by specifying an ARN, or you can return all tags for a given type of
6436
6441
  # resource, such as clusters, snapshots, and so on.
6437
6442
  #
6438
- # The following are limitations for `DescribeTags`\:
6443
+ # The following are limitations for `DescribeTags`:
6439
6444
  #
6440
6445
  # * You cannot specify an ARN and a resource-type value together in the
6441
6446
  # same request.
@@ -7741,8 +7746,8 @@ module Aws::Redshift
7741
7746
  # response.
7742
7747
  #
7743
7748
  # <note markdown="1"> Operations never return the password, so this operation provides a way
7744
- # to regain access to the admin user account for a cluster if the
7745
- # password is lost.
7749
+ # to regain access to the admin user for a cluster if the password is
7750
+ # lost.
7746
7751
  #
7747
7752
  # </note>
7748
7753
  #
@@ -10086,8 +10091,8 @@ module Aws::Redshift
10086
10091
  #
10087
10092
  # @option params [String] :snapshot_cluster_identifier
10088
10093
  # The name of the cluster the source snapshot was created from. This
10089
- # parameter is required if your IAM user has a policy containing a
10090
- # snapshot resource element that specifies anything other than * for
10094
+ # parameter is required if your IAM user or role has a policy containing
10095
+ # a snapshot resource element that specifies anything other than * for
10091
10096
  # the cluster name.
10092
10097
  #
10093
10098
  # @option params [Integer] :port
@@ -10890,8 +10895,8 @@ module Aws::Redshift
10890
10895
  #
10891
10896
  # @option params [String] :snapshot_cluster_identifier
10892
10897
  # The identifier of the cluster the snapshot was created from. This
10893
- # parameter is required if your IAM user has a policy containing a
10894
- # snapshot resource element that specifies anything other than * for
10898
+ # parameter is required if your IAM user or role has a policy containing
10899
+ # a snapshot resource element that specifies anything other than * for
10895
10900
  # the cluster name.
10896
10901
  #
10897
10902
  # @option params [required, String] :account_with_restore_access
@@ -11176,7 +11181,7 @@ module Aws::Redshift
11176
11181
  params: params,
11177
11182
  config: config)
11178
11183
  context[:gem_name] = 'aws-sdk-redshift'
11179
- context[:gem_version] = '1.90.0'
11184
+ context[:gem_version] = '1.92.0'
11180
11185
  Seahorse::Client::Request.new(handlers, context)
11181
11186
  end
11182
11187
 
@@ -50,9 +50,6 @@ module Aws::Redshift
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
- if self[:region].nil?
54
- raise ArgumentError, "Missing required EndpointParameter: :region"
55
- end
56
53
  self[:use_dual_stack] = options[:use_dual_stack]
57
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
58
55
  if self[:use_dual_stack].nil?
@@ -14,45 +14,48 @@ module Aws::Redshift
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint)
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
20
+ end
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://redshift-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
19
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
37
+ return Aws::Endpoints::Endpoint.new(url: "https://redshift.#{region}.amazonaws.com", headers: {}, properties: {})
38
+ end
39
+ return Aws::Endpoints::Endpoint.new(url: "https://redshift-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
40
+ end
41
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
21
42
  end
22
43
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://redshift-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
33
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
36
- return Aws::Endpoints::Endpoint.new(url: "https://redshift.#{region}.amazonaws.com", headers: {}, properties: {})
44
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
45
+ return Aws::Endpoints::Endpoint.new(url: "https://redshift.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
37
46
  end
38
- return Aws::Endpoints::Endpoint.new(url: "https://redshift-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
47
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
39
48
  end
40
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
41
- end
42
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
43
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
44
- return Aws::Endpoints::Endpoint.new(url: "https://redshift.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
49
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
50
+ return Aws::Endpoints::Endpoint.new(url: "https://redshift.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
45
51
  end
46
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
47
- end
48
- if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
49
- return Aws::Endpoints::Endpoint.new(url: "https://redshift.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
50
- end
51
- if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
52
- return Aws::Endpoints::Endpoint.new(url: "https://redshift.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
52
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
53
+ return Aws::Endpoints::Endpoint.new(url: "https://redshift.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
54
+ end
55
+ return Aws::Endpoints::Endpoint.new(url: "https://redshift.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
53
56
  end
54
- return Aws::Endpoints::Endpoint.new(url: "https://redshift.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
55
57
  end
58
+ raise ArgumentError, "Invalid Configuration: Missing Region"
56
59
  raise ArgumentError, 'No endpoint could be resolved'
57
60
 
58
61
  end
@@ -336,9 +336,9 @@ module Aws::Redshift
336
336
  #
337
337
  # @!attribute [rw] snapshot_cluster_identifier
338
338
  # The identifier of the cluster the snapshot was created from. This
339
- # parameter is required if your IAM user has a policy containing a
340
- # snapshot resource element that specifies anything other than * for
341
- # the cluster name.
339
+ # parameter is required if your IAM user or role has a policy
340
+ # containing a snapshot resource element that specifies anything other
341
+ # than * for the cluster name.
342
342
  # @return [String]
343
343
  #
344
344
  # @!attribute [rw] account_with_restore_access
@@ -1037,13 +1037,13 @@ module Aws::Redshift
1037
1037
  #
1038
1038
  # The following are possible statuses and descriptions.
1039
1039
  #
1040
- # * `in-sync`\: The role is available for use by the cluster.
1040
+ # * `in-sync`: The role is available for use by the cluster.
1041
1041
  #
1042
- # * `adding`\: The role is in the process of being associated with the
1042
+ # * `adding`: The role is in the process of being associated with the
1043
1043
  # cluster.
1044
1044
  #
1045
- # * `removing`\: The role is in the process of being disassociated
1046
- # with the cluster.
1045
+ # * `removing`: The role is in the process of being disassociated with
1046
+ # the cluster.
1047
1047
  # @return [String]
1048
1048
  #
1049
1049
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterIamRole AWS API Documentation
@@ -1262,23 +1262,23 @@ module Aws::Redshift
1262
1262
  #
1263
1263
  # The following are possible statuses and descriptions.
1264
1264
  #
1265
- # * `in-sync`\: The parameter value is in sync with the database.
1265
+ # * `in-sync`: The parameter value is in sync with the database.
1266
1266
  #
1267
- # * `pending-reboot`\: The parameter value will be applied after the
1267
+ # * `pending-reboot`: The parameter value will be applied after the
1268
1268
  # cluster reboots.
1269
1269
  #
1270
- # * `applying`\: The parameter value is being applied to the database.
1270
+ # * `applying`: The parameter value is being applied to the database.
1271
1271
  #
1272
- # * `invalid-parameter`\: Cannot apply the parameter value because it
1272
+ # * `invalid-parameter`: Cannot apply the parameter value because it
1273
1273
  # has an invalid value or syntax.
1274
1274
  #
1275
- # * `apply-deferred`\: The parameter contains static property changes.
1275
+ # * `apply-deferred`: The parameter contains static property changes.
1276
1276
  # The changes are deferred until the cluster reboots.
1277
1277
  #
1278
- # * `apply-error`\: Cannot connect to the cluster. The parameter
1279
- # change will be applied after the cluster reboots.
1278
+ # * `apply-error`: Cannot connect to the cluster. The parameter change
1279
+ # will be applied after the cluster reboots.
1280
1280
  #
1281
- # * `unknown-error`\: Cannot apply the parameter change right now. The
1281
+ # * `unknown-error`: Cannot apply the parameter change right now. The
1282
1282
  # change will be applied after the cluster reboots.
1283
1283
  # @return [String]
1284
1284
  #
@@ -1662,9 +1662,9 @@ module Aws::Redshift
1662
1662
  #
1663
1663
  # @!attribute [rw] source_snapshot_cluster_identifier
1664
1664
  # The identifier of the cluster the source snapshot was created from.
1665
- # This parameter is required if your IAM user has a policy containing
1666
- # a snapshot resource element that specifies anything other than *
1667
- # for the cluster name.
1665
+ # This parameter is required if your IAM user or role has a policy
1666
+ # containing a snapshot resource element that specifies anything other
1667
+ # than * for the cluster name.
1668
1668
  #
1669
1669
  # Constraints:
1670
1670
  #
@@ -1841,8 +1841,8 @@ module Aws::Redshift
1841
1841
  # @return [String]
1842
1842
  #
1843
1843
  # @!attribute [rw] master_username
1844
- # The user name associated with the admin user account for the cluster
1845
- # that is being created.
1844
+ # The user name associated with the admin user for the cluster that is
1845
+ # being created.
1846
1846
  #
1847
1847
  # Constraints:
1848
1848
  #
@@ -1866,8 +1866,8 @@ module Aws::Redshift
1866
1866
  # @return [String]
1867
1867
  #
1868
1868
  # @!attribute [rw] master_user_password
1869
- # The password associated with the admin user account for the cluster
1870
- # that is being created.
1869
+ # The password associated with the admin user for the cluster that is
1870
+ # being created.
1871
1871
  #
1872
1872
  # Constraints:
1873
1873
  #
@@ -3242,9 +3242,9 @@ module Aws::Redshift
3242
3242
  #
3243
3243
  # @!attribute [rw] snapshot_cluster_identifier
3244
3244
  # The unique identifier of the cluster the snapshot was created from.
3245
- # This parameter is required if your IAM user has a policy containing
3246
- # a snapshot resource element that specifies anything other than *
3247
- # for the cluster name.
3245
+ # This parameter is required if your IAM user or role has a policy
3246
+ # containing a snapshot resource element that specifies anything other
3247
+ # than * for the cluster name.
3248
3248
  #
3249
3249
  # Constraints: Must be the name of valid cluster.
3250
3250
  # @return [String]
@@ -3728,7 +3728,7 @@ module Aws::Redshift
3728
3728
  #
3729
3729
  # Default: `100`
3730
3730
  #
3731
- # Constraints: minimum 20, maximum 100.
3731
+ # Constraints: minimum 20, maximum 500.
3732
3732
  # @return [Integer]
3733
3733
  #
3734
3734
  # @!attribute [rw] marker
@@ -7169,8 +7169,8 @@ module Aws::Redshift
7169
7169
  # operation response.
7170
7170
  #
7171
7171
  # <note markdown="1"> Operations never return the password, so this operation provides a
7172
- # way to regain access to the admin user account for a cluster if the
7173
- # password is lost.
7172
+ # way to regain access to the admin user for a cluster if the password
7173
+ # is lost.
7174
7174
  #
7175
7175
  # </note>
7176
7176
  #
@@ -8954,9 +8954,9 @@ module Aws::Redshift
8954
8954
  #
8955
8955
  # @!attribute [rw] snapshot_cluster_identifier
8956
8956
  # The name of the cluster the source snapshot was created from. This
8957
- # parameter is required if your IAM user has a policy containing a
8958
- # snapshot resource element that specifies anything other than * for
8959
- # the cluster name.
8957
+ # parameter is required if your IAM user or role has a policy
8958
+ # containing a snapshot resource element that specifies anything other
8959
+ # than * for the cluster name.
8960
8960
  # @return [String]
8961
8961
  #
8962
8962
  # @!attribute [rw] port
@@ -9538,9 +9538,9 @@ module Aws::Redshift
9538
9538
  #
9539
9539
  # @!attribute [rw] snapshot_cluster_identifier
9540
9540
  # The identifier of the cluster the snapshot was created from. This
9541
- # parameter is required if your IAM user has a policy containing a
9542
- # snapshot resource element that specifies anything other than * for
9543
- # the cluster name.
9541
+ # parameter is required if your IAM user or role has a policy
9542
+ # containing a snapshot resource element that specifies anything other
9543
+ # than * for the cluster name.
9544
9544
  # @return [String]
9545
9545
  #
9546
9546
  # @!attribute [rw] account_with_restore_access
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-redshift/customizations'
53
53
  # @!group service
54
54
  module Aws::Redshift
55
55
 
56
- GEM_VERSION = '1.90.0'
56
+ GEM_VERSION = '1.92.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.92.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-02-03 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