aws-sdk-redshift 1.96.0 → 1.97.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-redshift/client.rb +5 -1
- data/lib/aws-sdk-redshift.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: 0f6096c35bf6fdc645d3079f4dde17592e11d3b572e5e41b4deb845d4d817395
|
4
|
+
data.tar.gz: 55f76bc3c36eff40cd71dd7e4436cfb434303f1a030592e281e38bbafbcd99ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b47a35e70c404a8ffd52a5fd188672f47f8364ba61b845f0037e39236cfe402d22922ee1d7d47430d7697be7757aae2a334ab0c22f0a5760e474d04cabc7718c
|
7
|
+
data.tar.gz: 44e291a58d4006214681864e93f54711b29292b2eed85a8c33043b57511b53810c92e016bf191bfe7a84781ab2a1a9c672a80af3c413b3ea8def92dcb3aa2b13
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|
@@ -216,6 +216,10 @@ module Aws::Redshift
|
|
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
|
#
|
@@ -11411,7 +11415,7 @@ module Aws::Redshift
|
|
11411
11415
|
params: params,
|
11412
11416
|
config: config)
|
11413
11417
|
context[:gem_name] = 'aws-sdk-redshift'
|
11414
|
-
context[:gem_version] = '1.
|
11418
|
+
context[:gem_version] = '1.97.0'
|
11415
11419
|
Seahorse::Client::Request.new(handlers, context)
|
11416
11420
|
end
|
11417
11421
|
|
data/lib/aws-sdk-redshift.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-redshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.97.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
|