aws-sdk-quicksight 1.137.0 → 1.139.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 +668 -4
- data/lib/aws-sdk-quicksight/client_api.rb +728 -0
- data/lib/aws-sdk-quicksight/types.rb +2091 -34
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +22485 -7141
- data/sig/types.rbs +583 -5
- 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: f0b92514ac8760d15fbde66909fe65144316e16a1373932898087554dc9620f1
|
4
|
+
data.tar.gz: 7e4226b8a4f4e9d69af191c4f790476af9a7a2dc3af258fd319f013bb9c90f62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba66f41f11aad51edecb7112b98f7e01a952bba21453f91608e17c55822bbdc531538e7ac8dcfbcdc68c4f74aa588aaabcd992488ddffd47d971b623a7e22373
|
7
|
+
data.tar.gz: b1e1b6f4e33f5d71885383a9d2afe89e14c274c79cf1d4ce16ef2ca920f81ea99780f908714848281a6b5b29eea12362ffbef695f698ee53b32193b4818f66e2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.139.0 (2024-12-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).
|
8
|
+
|
9
|
+
1.138.0 (2024-11-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release includes: Update APIs to support Image, Layer Map, font customization, and Plugin Visual. Add Identity center related information in ListNamsespace API. Update API for restrictedFolder support in topics and add API for SearchTopics, Describe/Update DashboardsQA Configration.
|
13
|
+
|
4
14
|
1.137.0 (2024-11-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.139.0
|