aws-sdk-rds 1.83.0 → 1.84.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e649cf5e1a13be0cd23e07c852ac47137297c9f74529a046b4b421c6d5312fc
|
4
|
+
data.tar.gz: ad4d1f9ce040b6cf1b08faedff76a2e1f4e9bb18b3017e72fb42207a1eafee44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61d778cff790ec1d2144233fd8da7c7a2083033e4d1bff88e6aeaa784727d97fa619ec1f838c9f133bafa656bd0a2f419a0347fd8ddea23c65d73573f9249991
|
7
|
+
data.tar.gz: 501392ef49b130dbc7a5d1b75f987d7cc55ad503918b11e9f13046518dba6b5db7994d71ea2eace3a5d4012d660d14a1a7afb0f66a6b19b2b0413622fec0895d
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -107,7 +107,7 @@ module Aws::RDS
|
|
107
107
|
# @option options [required, String] :region
|
108
108
|
# The AWS region to connect to. The configured `:region` is
|
109
109
|
# used to determine the service `:endpoint`. When not passed,
|
110
|
-
# a default `:region` is
|
110
|
+
# a default `:region` is searched for in the following locations:
|
111
111
|
#
|
112
112
|
# * `Aws.config[:region]`
|
113
113
|
# * `ENV['AWS_REGION']`
|
@@ -163,7 +163,7 @@ module Aws::RDS
|
|
163
163
|
# @option options [String] :endpoint
|
164
164
|
# The client endpoint is normally constructed from the `:region`
|
165
165
|
# option. You should only configure an `:endpoint` when connecting
|
166
|
-
# to test endpoints. This should be
|
166
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
167
167
|
#
|
168
168
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
169
169
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -18413,7 +18413,7 @@ module Aws::RDS
|
|
18413
18413
|
params: params,
|
18414
18414
|
config: config)
|
18415
18415
|
context[:gem_name] = 'aws-sdk-rds'
|
18416
|
-
context[:gem_version] = '1.
|
18416
|
+
context[:gem_version] = '1.84.0'
|
18417
18417
|
Seahorse::Client::Request.new(handlers, context)
|
18418
18418
|
end
|
18419
18419
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.84.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: 2020-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|