aws-sdk-redshift 1.120.0 → 1.122.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +7 -1
- data/lib/aws-sdk-redshift/endpoints.rb +133 -532
- data/lib/aws-sdk-redshift/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a4d3cda7aade07310dc23b6f8200000d61194826dada090bc55932a046cca5a
|
4
|
+
data.tar.gz: 5b607164d2797926d193f1d24c93bbe703021147cf0d27fcc9deff228d47e5e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f48d027f6622620015140eddf6a212056fe36ddcc91c65dbde1d416917c2feea67f6fa50d7138c7e00d1ed095c946472eec9c805fde2d955b54f66e2f75fc69
|
7
|
+
data.tar.gz: 9b13c741f48d847f270613f1603033113534c0b9e4474cde7c2f3fec583da86118f86457d5556cb6a8f6d211d798cec4767aaa01949df8b755c02f567d8b9d38
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.122.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.121.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.120.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.122.0
|
@@ -425,6 +425,12 @@ module Aws::Redshift
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
427
427
|
#
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
429
|
+
# Sets a client certificate when creating http connections.
|
430
|
+
#
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
432
|
+
# Sets a client key when creating http connections.
|
433
|
+
#
|
428
434
|
# @option options [Float] :ssl_timeout
|
429
435
|
# Sets the SSL timeout in seconds
|
430
436
|
#
|
@@ -12436,7 +12442,7 @@ module Aws::Redshift
|
|
12436
12442
|
tracer: tracer
|
12437
12443
|
)
|
12438
12444
|
context[:gem_name] = 'aws-sdk-redshift'
|
12439
|
-
context[:gem_version] = '1.
|
12445
|
+
context[:gem_version] = '1.122.0'
|
12440
12446
|
Seahorse::Client::Request.new(handlers, context)
|
12441
12447
|
end
|
12442
12448
|
|