aws-sdk-quicksight 1.94.0 → 1.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +624 -30
- data/lib/aws-sdk-quicksight/client_api.rb +357 -9
- data/lib/aws-sdk-quicksight/endpoints.rb +84 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +12 -0
- data/lib/aws-sdk-quicksight/types.rb +959 -41
- data/lib/aws-sdk-quicksight.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: ddb29937546978a4ecbfd36baabe00be29e257ca9ffce92da734a7edc8ac223a
|
4
|
+
data.tar.gz: 12e4f46c4c1c2c6a89a7222306c8b3e84f6cf946f112279c23f33f089bfdb8dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84ffec86643b39721eb083102fd130deab5fa6df0d1e980c79aa5b2969d7a91cafafc29ec6a417ea1fcbbe5c5c60e09c01bac261eecd0e9884be5aecac768aec
|
7
|
+
data.tar.gz: 03ac08c6b0fc2124634fa07449baf9bc170f3d23a969234350f3484dcfb3b2cc140ee479b460fed1ed3932446a4494f4537ffb652483333f87bac21ea6401361
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.96.0 (2023-11-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Custom permission support for QuickSight roles; Three new datasources STARBURST, TRINO, BIGQUERY; Lenient mode changes the default behavior to allow for exporting and importing with certain UI allowed errors, Support for permissions and tags export and import.
|
8
|
+
|
9
|
+
1.95.0 (2023-11-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release introduces Float Decimal Type as SubType in QuickSight SPICE datasets and Custom week start and Custom timezone options in Analysis and Dashboard.
|
13
|
+
|
4
14
|
1.94.0 (2023-10-19)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.96.0
|