aws-sdk-rds 1.39.0 → 1.40.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 +7 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 106d4711a4cb1b7037477493fc0a002720e9d0d4
|
4
|
+
data.tar.gz: 0456b80a58791bc7d6270aafbe7e32ac99831cef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d812d77bae50c823b41979c7fad126b97e66a1659caff68672132e0ae8abefaef6846f31c072f7354d678ac6c0222fac1303d5e85a683cc271cfad4cee4f14cd
|
7
|
+
data.tar.gz: 1cdc820fad7876c659715628ee9a1f6387ba2fc14a4b54748313ff86faf201ad95052f7eb2804f0755c528f5997a7b13cfdffda3f1bdbacd0d538db43d6677ad
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
|
|
16
16
|
require 'aws-sdk-core/plugins/global_configuration.rb'
|
17
17
|
require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
18
18
|
require 'aws-sdk-core/plugins/endpoint_discovery.rb'
|
19
|
+
require 'aws-sdk-core/plugins/endpoint_pattern.rb'
|
19
20
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
20
21
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
21
22
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
@@ -48,6 +49,7 @@ module Aws::RDS
|
|
48
49
|
add_plugin(Aws::Plugins::GlobalConfiguration)
|
49
50
|
add_plugin(Aws::Plugins::RegionalEndpoint)
|
50
51
|
add_plugin(Aws::Plugins::EndpointDiscovery)
|
52
|
+
add_plugin(Aws::Plugins::EndpointPattern)
|
51
53
|
add_plugin(Aws::Plugins::ResponsePaging)
|
52
54
|
add_plugin(Aws::Plugins::StubResponses)
|
53
55
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
@@ -126,6 +128,10 @@ module Aws::RDS
|
|
126
128
|
# When `true`, an attempt is made to coerce request parameters into
|
127
129
|
# the required types.
|
128
130
|
#
|
131
|
+
# @option options [Boolean] :disable_host_prefix_injection (false)
|
132
|
+
# Set to true to disable SDK automatically adding host prefix
|
133
|
+
# to default service endpoint when available.
|
134
|
+
#
|
129
135
|
# @option options [String] :endpoint
|
130
136
|
# The client endpoint is normally constructed from the `:region`
|
131
137
|
# option. You should only configure an `:endpoint` when connecting
|
@@ -15192,7 +15198,7 @@ module Aws::RDS
|
|
15192
15198
|
params: params,
|
15193
15199
|
config: config)
|
15194
15200
|
context[:gem_name] = 'aws-sdk-rds'
|
15195
|
-
context[:gem_version] = '1.
|
15201
|
+
context[:gem_version] = '1.40.0'
|
15196
15202
|
Seahorse::Client::Request.new(handlers, context)
|
15197
15203
|
end
|
15198
15204
|
|
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.40.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: 2018-11-
|
11
|
+
date: 2018-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '3'
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 3.
|
36
|
+
version: 3.39.0
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3'
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.39.0
|
47
47
|
description: Official AWS Ruby gem for Amazon Relational Database Service (Amazon
|
48
48
|
RDS). This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|