aws-sdk-neptune 1.37.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptune/client.rb +52 -9
- data/lib/aws-sdk-neptune/client_api.rb +2 -0
- data/lib/aws-sdk-neptune/plugins/cross_region_copying.rb +5 -1
- data/lib/aws-sdk-neptune/types.rb +59 -15
- data/lib/aws-sdk-neptune.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a42658cb6d5688417cdaaf8f1ab593b0e11d66ac1cecb9ccb1f6a6639f0093ea
|
4
|
+
data.tar.gz: f84ce3abf6eda923efc3848684fe88e00060fa720d7534df4c6bbf7c2ebacd25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35e5360510adadf9ed93ffbc93466b4aaaf424dc1a93f67a9e096d238c970661a4b27cbdc4828fab8d1ee16f25ae007e14b968d72930f1e3af18783d3b2d60e8
|
7
|
+
data.tar.gz: e1d0a8c1a828eb8dab36c3cb3c61471b2d873e6a395185bce9c2a4f1b52da4fc829e06d8b567f19f7b6afc1e15d6c9bc3c8cf9a1fe4e0917933ae32bec3c535e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.41.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.40.0 (2021-11-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds support for major version upgrades to ModifyDbCluster API
|
13
|
+
|
14
|
+
1.39.0 (2021-10-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.38.0 (2021-09-01)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.37.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|
@@ -277,6 +277,15 @@ module Aws::Neptune
|
|
277
277
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
278
278
|
# requests are made, and retries are disabled.
|
279
279
|
#
|
280
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
281
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
282
|
+
# will be used if available.
|
283
|
+
#
|
284
|
+
# @option options [Boolean] :use_fips_endpoint
|
285
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
286
|
+
# When a `fips` region is used, the region is normalized and this config
|
287
|
+
# is set to `true`.
|
288
|
+
#
|
280
289
|
# @option options [Boolean] :validate_params (true)
|
281
290
|
# When `true`, request parameters are validated before
|
282
291
|
# sending the request.
|
@@ -329,7 +338,7 @@ module Aws::Neptune
|
|
329
338
|
|
330
339
|
# @!group API Operations
|
331
340
|
|
332
|
-
# Associates an Identity and Access Management (IAM) role
|
341
|
+
# Associates an Identity and Access Management (IAM) role with an
|
333
342
|
# Neptune DB cluster.
|
334
343
|
#
|
335
344
|
# @option params [required, String] :db_cluster_identifier
|
@@ -343,7 +352,7 @@ module Aws::Neptune
|
|
343
352
|
# @option params [String] :feature_name
|
344
353
|
# The name of the feature for the Neptune DB cluster that the IAM role
|
345
354
|
# is to be associated with. For the list of supported feature names, see
|
346
|
-
# DBEngineVersion.
|
355
|
+
# [DBEngineVersion](neptune/latest/userguide/api-other-apis.html#DBEngineVersion).
|
347
356
|
#
|
348
357
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
349
358
|
#
|
@@ -2971,7 +2980,7 @@ module Aws::Neptune
|
|
2971
2980
|
# automatically taken by Amazon Neptune for my Amazon account.
|
2972
2981
|
#
|
2973
2982
|
# * `manual` - Return all DB cluster snapshots that have been taken by
|
2974
|
-
# my
|
2983
|
+
# my Amazon account.
|
2975
2984
|
#
|
2976
2985
|
# * `shared` - Return all manual DB cluster snapshots that have been
|
2977
2986
|
# shared to my Amazon account.
|
@@ -3012,7 +3021,7 @@ module Aws::Neptune
|
|
3012
3021
|
#
|
3013
3022
|
# @option params [Boolean] :include_shared
|
3014
3023
|
# True to include shared manual DB cluster snapshots from other Amazon
|
3015
|
-
# accounts that this
|
3024
|
+
# accounts that this Amazon account has been given permission to copy or
|
3016
3025
|
# restore, and otherwise false. The default is `false`.
|
3017
3026
|
#
|
3018
3027
|
# You can give an Amazon account permission to restore a manual DB
|
@@ -4654,6 +4663,34 @@ module Aws::Neptune
|
|
4654
4663
|
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html
|
4655
4664
|
# [2]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
4656
4665
|
#
|
4666
|
+
# @option params [Boolean] :allow_major_version_upgrade
|
4667
|
+
# A value that indicates whether upgrades between different major
|
4668
|
+
# versions are allowed.
|
4669
|
+
#
|
4670
|
+
# Constraints: You must set the allow-major-version-upgrade flag when
|
4671
|
+
# providing an `EngineVersion` parameter that uses a different major
|
4672
|
+
# version than the DB cluster's current version.
|
4673
|
+
#
|
4674
|
+
# @option params [String] :db_instance_parameter_group_name
|
4675
|
+
# The name of the DB parameter group to apply to all instances of the DB
|
4676
|
+
# cluster.
|
4677
|
+
#
|
4678
|
+
# <note markdown="1"> When you apply a parameter group using `DBInstanceParameterGroupName`,
|
4679
|
+
# parameter changes aren't applied during the next maintenance window
|
4680
|
+
# but instead are applied immediately.
|
4681
|
+
#
|
4682
|
+
# </note>
|
4683
|
+
#
|
4684
|
+
# Default: The existing name setting
|
4685
|
+
#
|
4686
|
+
# Constraints:
|
4687
|
+
#
|
4688
|
+
# * The DB parameter group must be in the same DB parameter group family
|
4689
|
+
# as the target DB cluster version.
|
4690
|
+
#
|
4691
|
+
# * The `DBInstanceParameterGroupName` parameter is only valid in
|
4692
|
+
# combination with the `AllowMajorVersionUpgrade` parameter.
|
4693
|
+
#
|
4657
4694
|
# @option params [Boolean] :deletion_protection
|
4658
4695
|
# A value that indicates whether the DB cluster has deletion protection
|
4659
4696
|
# enabled. The database can't be deleted when deletion protection is
|
@@ -4687,6 +4724,8 @@ module Aws::Neptune
|
|
4687
4724
|
# disable_log_types: ["String"],
|
4688
4725
|
# },
|
4689
4726
|
# engine_version: "String",
|
4727
|
+
# allow_major_version_upgrade: false,
|
4728
|
+
# db_instance_parameter_group_name: "String",
|
4690
4729
|
# deletion_protection: false,
|
4691
4730
|
# copy_tags_to_snapshot: false,
|
4692
4731
|
# })
|
@@ -4927,7 +4966,7 @@ module Aws::Neptune
|
|
4927
4966
|
# IDs, or `all` to make the manual DB cluster snapshot restorable by any
|
4928
4967
|
# Amazon account. Do not add the `all` value for any manual DB cluster
|
4929
4968
|
# snapshots that contain private information that you don't want
|
4930
|
-
# available to all
|
4969
|
+
# available to all Amazon accounts.
|
4931
4970
|
#
|
4932
4971
|
# @option params [Array<String>] :values_to_remove
|
4933
4972
|
# A list of DB cluster snapshot attributes to remove from the attribute
|
@@ -4992,7 +5031,7 @@ module Aws::Neptune
|
|
4992
5031
|
#
|
4993
5032
|
# @option params [String] :db_instance_class
|
4994
5033
|
# The new compute and memory capacity of the DB instance, for example,
|
4995
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
5034
|
+
# `db.m4.large`. Not all DB instance classes are available in all Amazon
|
4996
5035
|
# Regions.
|
4997
5036
|
#
|
4998
5037
|
# If you modify the DB instance class, an outage occurs during the
|
@@ -5875,7 +5914,11 @@ module Aws::Neptune
|
|
5875
5914
|
# @option params [String] :feature_name
|
5876
5915
|
# The name of the feature for the DB cluster that the IAM role is to be
|
5877
5916
|
# disassociated from. For the list of supported feature names, see
|
5878
|
-
#
|
5917
|
+
# [DescribeDBEngineVersions][1].
|
5918
|
+
#
|
5919
|
+
#
|
5920
|
+
#
|
5921
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
5879
5922
|
#
|
5880
5923
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5881
5924
|
#
|
@@ -6587,7 +6630,7 @@ module Aws::Neptune
|
|
6587
6630
|
req.send_request(options)
|
6588
6631
|
end
|
6589
6632
|
|
6590
|
-
# Starts an Amazon Neptune DB cluster that was stopped using the
|
6633
|
+
# Starts an Amazon Neptune DB cluster that was stopped using the Amazon
|
6591
6634
|
# console, the Amazon CLI stop-db-cluster command, or the StopDBCluster
|
6592
6635
|
# API.
|
6593
6636
|
#
|
@@ -6771,7 +6814,7 @@ module Aws::Neptune
|
|
6771
6814
|
params: params,
|
6772
6815
|
config: config)
|
6773
6816
|
context[:gem_name] = 'aws-sdk-neptune'
|
6774
|
-
context[:gem_version] = '1.
|
6817
|
+
context[:gem_version] = '1.41.0'
|
6775
6818
|
Seahorse::Client::Request.new(handlers, context)
|
6776
6819
|
end
|
6777
6820
|
|
@@ -1201,6 +1201,8 @@ module Aws::Neptune
|
|
1201
1201
|
ModifyDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
1202
1202
|
ModifyDBClusterMessage.add_member(:cloudwatch_logs_export_configuration, Shapes::ShapeRef.new(shape: CloudwatchLogsExportConfiguration, location_name: "CloudwatchLogsExportConfiguration"))
|
1203
1203
|
ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1204
|
+
ModifyDBClusterMessage.add_member(:allow_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowMajorVersionUpgrade"))
|
1205
|
+
ModifyDBClusterMessage.add_member(:db_instance_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceParameterGroupName"))
|
1204
1206
|
ModifyDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
1205
1207
|
ModifyDBClusterMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1206
1208
|
ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
|
@@ -42,7 +42,11 @@ module Aws
|
|
42
42
|
credentials_provider: context.config.credentials
|
43
43
|
)
|
44
44
|
url = Aws::Partitions::EndpointProvider.resolve(
|
45
|
-
signer.region, 'rds'
|
45
|
+
signer.region, 'rds', 'regional',
|
46
|
+
{
|
47
|
+
dualstack: context.config.use_dualstack_endpoint,
|
48
|
+
fips: context.config.use_fips_endpoint
|
49
|
+
}
|
46
50
|
)
|
47
51
|
url += "?#{param_list}"
|
48
52
|
signer.presign_url(
|
@@ -32,7 +32,8 @@ module Aws::Neptune
|
|
32
32
|
# @!attribute [rw] feature_name
|
33
33
|
# The name of the feature for the Neptune DB cluster that the IAM role
|
34
34
|
# is to be associated with. For the list of supported feature names,
|
35
|
-
# see
|
35
|
+
# see
|
36
|
+
# [DBEngineVersion](neptune/latest/userguide/api-other-apis.html#DBEngineVersion).
|
36
37
|
# @return [String]
|
37
38
|
#
|
38
39
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/AddRoleToDBClusterMessage AWS API Documentation
|
@@ -2441,7 +2442,11 @@ module Aws::Neptune
|
|
2441
2442
|
# @!attribute [rw] feature_name
|
2442
2443
|
# The name of the feature associated with the Amazon Identity and
|
2443
2444
|
# Access Management (IAM) role. For the list of supported feature
|
2444
|
-
# names, see
|
2445
|
+
# names, see [DescribeDBEngineVersions][1].
|
2446
|
+
#
|
2447
|
+
#
|
2448
|
+
#
|
2449
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
2445
2450
|
# @return [String]
|
2446
2451
|
#
|
2447
2452
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterRole AWS API Documentation
|
@@ -4168,7 +4173,7 @@ module Aws::Neptune
|
|
4168
4173
|
# automatically taken by Amazon Neptune for my Amazon account.
|
4169
4174
|
#
|
4170
4175
|
# * `manual` - Return all DB cluster snapshots that have been taken by
|
4171
|
-
# my
|
4176
|
+
# my Amazon account.
|
4172
4177
|
#
|
4173
4178
|
# * `shared` - Return all manual DB cluster snapshots that have been
|
4174
4179
|
# shared to my Amazon account.
|
@@ -4214,8 +4219,8 @@ module Aws::Neptune
|
|
4214
4219
|
#
|
4215
4220
|
# @!attribute [rw] include_shared
|
4216
4221
|
# True to include shared manual DB cluster snapshots from other Amazon
|
4217
|
-
# accounts that this
|
4218
|
-
# restore, and otherwise false. The default is `false`.
|
4222
|
+
# accounts that this Amazon account has been given permission to copy
|
4223
|
+
# or restore, and otherwise false. The default is `false`.
|
4219
4224
|
#
|
4220
4225
|
# You can give an Amazon account permission to restore a manual DB
|
4221
4226
|
# cluster snapshot from another Amazon account by the
|
@@ -5865,6 +5870,8 @@ module Aws::Neptune
|
|
5865
5870
|
# disable_log_types: ["String"],
|
5866
5871
|
# },
|
5867
5872
|
# engine_version: "String",
|
5873
|
+
# allow_major_version_upgrade: false,
|
5874
|
+
# db_instance_parameter_group_name: "String",
|
5868
5875
|
# deletion_protection: false,
|
5869
5876
|
# copy_tags_to_snapshot: false,
|
5870
5877
|
# }
|
@@ -6011,6 +6018,37 @@ module Aws::Neptune
|
|
6011
6018
|
# [2]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
6012
6019
|
# @return [String]
|
6013
6020
|
#
|
6021
|
+
# @!attribute [rw] allow_major_version_upgrade
|
6022
|
+
# A value that indicates whether upgrades between different major
|
6023
|
+
# versions are allowed.
|
6024
|
+
#
|
6025
|
+
# Constraints: You must set the allow-major-version-upgrade flag when
|
6026
|
+
# providing an `EngineVersion` parameter that uses a different major
|
6027
|
+
# version than the DB cluster's current version.
|
6028
|
+
# @return [Boolean]
|
6029
|
+
#
|
6030
|
+
# @!attribute [rw] db_instance_parameter_group_name
|
6031
|
+
# The name of the DB parameter group to apply to all instances of the
|
6032
|
+
# DB cluster.
|
6033
|
+
#
|
6034
|
+
# <note markdown="1"> When you apply a parameter group using
|
6035
|
+
# `DBInstanceParameterGroupName`, parameter changes aren't applied
|
6036
|
+
# during the next maintenance window but instead are applied
|
6037
|
+
# immediately.
|
6038
|
+
#
|
6039
|
+
# </note>
|
6040
|
+
#
|
6041
|
+
# Default: The existing name setting
|
6042
|
+
#
|
6043
|
+
# Constraints:
|
6044
|
+
#
|
6045
|
+
# * The DB parameter group must be in the same DB parameter group
|
6046
|
+
# family as the target DB cluster version.
|
6047
|
+
#
|
6048
|
+
# * The `DBInstanceParameterGroupName` parameter is only valid in
|
6049
|
+
# combination with the `AllowMajorVersionUpgrade` parameter.
|
6050
|
+
# @return [String]
|
6051
|
+
#
|
6014
6052
|
# @!attribute [rw] deletion_protection
|
6015
6053
|
# A value that indicates whether the DB cluster has deletion
|
6016
6054
|
# protection enabled. The database can't be deleted when deletion
|
@@ -6039,6 +6077,8 @@ module Aws::Neptune
|
|
6039
6077
|
:enable_iam_database_authentication,
|
6040
6078
|
:cloudwatch_logs_export_configuration,
|
6041
6079
|
:engine_version,
|
6080
|
+
:allow_major_version_upgrade,
|
6081
|
+
:db_instance_parameter_group_name,
|
6042
6082
|
:deletion_protection,
|
6043
6083
|
:copy_tags_to_snapshot)
|
6044
6084
|
SENSITIVE = []
|
@@ -6129,7 +6169,7 @@ module Aws::Neptune
|
|
6129
6169
|
# account IDs, or `all` to make the manual DB cluster snapshot
|
6130
6170
|
# restorable by any Amazon account. Do not add the `all` value for any
|
6131
6171
|
# manual DB cluster snapshots that contain private information that
|
6132
|
-
# you don't want available to all
|
6172
|
+
# you don't want available to all Amazon accounts.
|
6133
6173
|
# @return [Array<String>]
|
6134
6174
|
#
|
6135
6175
|
# @!attribute [rw] values_to_remove
|
@@ -6237,8 +6277,8 @@ module Aws::Neptune
|
|
6237
6277
|
#
|
6238
6278
|
# @!attribute [rw] db_instance_class
|
6239
6279
|
# The new compute and memory capacity of the DB instance, for example,
|
6240
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
6241
|
-
# Regions.
|
6280
|
+
# `db.m4.large`. Not all DB instance classes are available in all
|
6281
|
+
# Amazon Regions.
|
6242
6282
|
#
|
6243
6283
|
# If you modify the DB instance class, an outage occurs during the
|
6244
6284
|
# change. The change is applied during the next maintenance window,
|
@@ -7347,7 +7387,11 @@ module Aws::Neptune
|
|
7347
7387
|
# @!attribute [rw] feature_name
|
7348
7388
|
# The name of the feature for the DB cluster that the IAM role is to
|
7349
7389
|
# be disassociated from. For the list of supported feature names, see
|
7350
|
-
#
|
7390
|
+
# [DescribeDBEngineVersions][1].
|
7391
|
+
#
|
7392
|
+
#
|
7393
|
+
#
|
7394
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
7351
7395
|
# @return [String]
|
7352
7396
|
#
|
7353
7397
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RemoveRoleFromDBClusterMessage AWS API Documentation
|
@@ -8175,18 +8219,18 @@ module Aws::Neptune
|
|
8175
8219
|
# @!attribute [rw] key
|
8176
8220
|
# A key is the required name of the tag. The string value can be from
|
8177
8221
|
# 1 to 128 Unicode characters in length and can't be prefixed with
|
8178
|
-
#
|
8179
|
-
#
|
8180
|
-
# '
|
8222
|
+
# `aws:` or `rds:`. The string can only contain the set of Unicode
|
8223
|
+
# letters, digits, white-space, '\_', '.', '/', '=', '+',
|
8224
|
+
# '-' (Java regex:
|
8181
8225
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
8182
8226
|
# @return [String]
|
8183
8227
|
#
|
8184
8228
|
# @!attribute [rw] value
|
8185
8229
|
# A value is the optional value of the tag. The string value can be
|
8186
8230
|
# from 1 to 256 Unicode characters in length and can't be prefixed
|
8187
|
-
# with
|
8188
|
-
#
|
8189
|
-
# '
|
8231
|
+
# with `aws:` or `rds:`. The string can only contain the set of
|
8232
|
+
# Unicode letters, digits, white-space, '\_', '.', '/', '=',
|
8233
|
+
# '+', '-' (Java regex:
|
8190
8234
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
8191
8235
|
# @return [String]
|
8192
8236
|
#
|
data/lib/aws-sdk-neptune.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-neptune
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.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: 2021-
|
11
|
+
date: 2021-11-04 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.
|
22
|
+
version: 3.122.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.
|
32
|
+
version: 3.122.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
79
79
|
- - ">="
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: '
|
81
|
+
version: '2.3'
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
83
|
requirements:
|
84
84
|
- - ">="
|