aws-sdk-redshiftserverless 1.11.0 → 1.12.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +5 -1
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- 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: c5c3f7eaa9f8c1dc94b0e8a0dbe22b42e0c2217cf8597d80f122ee7c001286de
|
4
|
+
data.tar.gz: 71b8153484d3356d38ab2c296407fb6698b92d54ad572680355e1a0eb1a911ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66a816ebf916506e195ad83549569f46aca321be46a5d1a19663b8b395ed3c3675c7b64aa3556cfbc8556257145d8c279e62a448111a9f66f0ef675664854d82
|
7
|
+
data.tar.gz: 664cd69f6a5068671f301edaff9eee124658fcc9db66bee30d25a6e4d7e92f951645017d514dab4566c14d72c12293afb73b5c072e5c67f4e1978993f0507f10
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|
@@ -216,6 +216,10 @@ module Aws::RedshiftServerless
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -2658,7 +2662,7 @@ module Aws::RedshiftServerless
|
|
2658
2662
|
params: params,
|
2659
2663
|
config: config)
|
2660
2664
|
context[:gem_name] = 'aws-sdk-redshiftserverless'
|
2661
|
-
context[:gem_version] = '1.
|
2665
|
+
context[:gem_version] = '1.12.0'
|
2662
2666
|
Seahorse::Client::Request.new(handlers, context)
|
2663
2667
|
end
|
2664
2668
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-redshiftserverless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.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-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|