aws-sdk-rds 1.313.0 → 1.314.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +6 -8
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff59b056562df299c82fe3a2e46de903b3c4f5ffb14c77329363f16a7c0aaaf3
|
|
4
|
+
data.tar.gz: d39e91e522de59176fd8df5d348b5ac4161d064ed037914bcb0556dedf372950
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb5b12546dc62c71e313f48b7d908ee1a1bd4803b2707eee01a58955884c6575532225b1ba167ac566cf66cdb926d4e89d9e45068e4e528530f09b7060345754
|
|
7
|
+
data.tar.gz: c0a866d4a84917de471b7a99db631827056a14d0c4b4f4b1edf00e0da663ff8515f6a14c6dff6fe4bffeafbab928a16d4c9297435e0560da9b3aac44bddcfacb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.314.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -201,7 +201,7 @@ module Aws::RDS
|
|
|
201
201
|
# the required types.
|
|
202
202
|
#
|
|
203
203
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
204
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
204
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
205
205
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
206
206
|
#
|
|
207
207
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -325,17 +325,15 @@ module Aws::RDS
|
|
|
325
325
|
# @option options [String] :retry_mode ("legacy")
|
|
326
326
|
# Specifies which retry algorithm to use. Values are:
|
|
327
327
|
#
|
|
328
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
329
|
-
# no retry mode is provided.
|
|
328
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
329
|
+
# value if no retry mode is provided.
|
|
330
330
|
#
|
|
331
331
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
332
332
|
# This includes support for retry quotas, which limit the number of
|
|
333
333
|
# unsuccessful retries a client can make.
|
|
334
334
|
#
|
|
335
|
-
# * `adaptive` -
|
|
336
|
-
#
|
|
337
|
-
# throttling. This is a provisional mode that may change behavior
|
|
338
|
-
# in the future.
|
|
335
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
336
|
+
# `standard` mode along with automatic client side throttling.
|
|
339
337
|
#
|
|
340
338
|
# @option options [String] :sdk_ua_app_id
|
|
341
339
|
# A unique and opaque application ID that is appended to the
|
|
@@ -34132,7 +34130,7 @@ module Aws::RDS
|
|
|
34132
34130
|
tracer: tracer
|
|
34133
34131
|
)
|
|
34134
34132
|
context[:gem_name] = 'aws-sdk-rds'
|
|
34135
|
-
context[:gem_version] = '1.
|
|
34133
|
+
context[:gem_version] = '1.314.0'
|
|
34136
34134
|
Seahorse::Client::Request.new(handlers, context)
|
|
34137
34135
|
end
|
|
34138
34136
|
|
data/lib/aws-sdk-rds.rb
CHANGED
|
@@ -80,7 +80,7 @@ module Aws::RDS
|
|
|
80
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
|
81
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
|
82
82
|
|
|
83
|
-
GEM_VERSION = '1.
|
|
83
|
+
GEM_VERSION = '1.314.0'
|
|
84
84
|
|
|
85
85
|
end
|
|
86
86
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-rds
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.314.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|