aws-sdk-quicksight 1.123.0 → 1.125.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-quicksight/client.rb +7 -1
- data/lib/aws-sdk-quicksight/endpoints.rb +177 -708
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-quicksight.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: b6d79bd0f5fdf2e53ce92d5f3ac94a41dea919eca3bcf9f559610f5bd874b218
|
4
|
+
data.tar.gz: a17b15e6de019e79f941a0326bf0004a1456938f8fc5c2732925299be2bee262
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b5f8c095b4dc5025813accb29f388a9f8b7b060994e34735298a2f077c7c40d405392b7439b299804182806ff8b312828dea6d19050ef33a204ae455db12b9a
|
7
|
+
data.tar.gz: 3a337a224b9beb95a9e42e1cb6cd81618a7c119f5f8a5c8f03cbec5b8a7ea33d56ee0535913c1a79312a6af130ce2126d967627e880fd7d4aaee38b96fc7b027
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.125.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.124.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.123.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.125.0
|
@@ -425,6 +425,12 @@ module Aws::QuickSight
|
|
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
|
#
|
@@ -15272,7 +15278,7 @@ module Aws::QuickSight
|
|
15272
15278
|
tracer: tracer
|
15273
15279
|
)
|
15274
15280
|
context[:gem_name] = 'aws-sdk-quicksight'
|
15275
|
-
context[:gem_version] = '1.
|
15281
|
+
context[:gem_version] = '1.125.0'
|
15276
15282
|
Seahorse::Client::Request.new(handlers, context)
|
15277
15283
|
end
|
15278
15284
|
|