@aws-sdk/client-quicksight 3.1002.0 → 3.1003.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.
|
@@ -468,7 +468,7 @@ export interface CreateDataSetRequest {
|
|
|
468
468
|
* <p>Configures the combination and transformation of the data from the physical
|
|
469
469
|
* tables. This parameter is used with the legacy data preparation experience.</p>
|
|
470
470
|
*
|
|
471
|
-
* @deprecated Only used in the legacy data preparation experience.
|
|
471
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
472
472
|
* @public
|
|
473
473
|
*/
|
|
474
474
|
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
@@ -497,7 +497,7 @@ export interface CreateDataSetRequest {
|
|
|
497
497
|
* <p>The row-level security configuration for the data that you want to create. This parameter is
|
|
498
498
|
* used with the legacy data preparation experience.</p>
|
|
499
499
|
*
|
|
500
|
-
* @deprecated Only used in the legacy data preparation experience.
|
|
500
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
501
501
|
* @public
|
|
502
502
|
*/
|
|
503
503
|
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
@@ -506,7 +506,7 @@ export interface CreateDataSetRequest {
|
|
|
506
506
|
* tags are currently supported for anonymous embedding only. This parameter is
|
|
507
507
|
* used with the legacy data preparation experience.</p>
|
|
508
508
|
*
|
|
509
|
-
* @deprecated Only used in the legacy data preparation experience.
|
|
509
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
510
510
|
* @public
|
|
511
511
|
*/
|
|
512
512
|
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
|
|
@@ -6601,7 +6601,7 @@ export interface UpdateDataSetRequest {
|
|
|
6601
6601
|
* <p>Configures the combination and transformation of the data from the physical
|
|
6602
6602
|
* tables. This parameter is used with the legacy data preparation experience.</p>
|
|
6603
6603
|
*
|
|
6604
|
-
* @deprecated Only used in the legacy data preparation experience.
|
|
6604
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
6605
6605
|
* @public
|
|
6606
6606
|
*/
|
|
6607
6607
|
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
@@ -6625,7 +6625,7 @@ export interface UpdateDataSetRequest {
|
|
|
6625
6625
|
* <p>The row-level security configuration for the data you want to create. This parameter is used
|
|
6626
6626
|
* with the legacy data preparation experience.</p>
|
|
6627
6627
|
*
|
|
6628
|
-
* @deprecated Only used in the legacy data preparation experience.
|
|
6628
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
6629
6629
|
* @public
|
|
6630
6630
|
*/
|
|
6631
6631
|
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
@@ -6634,7 +6634,7 @@ export interface UpdateDataSetRequest {
|
|
|
6634
6634
|
* tags are currently supported for anonymous embedding only. This parameter is used with
|
|
6635
6635
|
* the legacy data preparation experience.</p>
|
|
6636
6636
|
*
|
|
6637
|
-
* @deprecated Only used in the legacy data preparation experience.
|
|
6637
|
+
* @deprecated (since 2025-10-23) Only used in the legacy data preparation experience.
|
|
6638
6638
|
* @public
|
|
6639
6639
|
*/
|
|
6640
6640
|
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1003.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
24
|
+
"@aws-sdk/core": "^3.973.18",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
31
|
+
"@aws-sdk/types": "^3.973.5",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
36
|
+
"@smithy/core": "^3.23.8",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
38
|
+
"@smithy/hash-node": "^4.2.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
49
49
|
"@smithy/types": "^4.13.0",
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
51
|
-
"@smithy/util-base64": "^4.3.
|
|
52
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
53
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
59
|
-
"@smithy/util-utf8": "^4.2.
|
|
50
|
+
"@smithy/url-parser": "^4.2.11",
|
|
51
|
+
"@smithy/util-base64": "^4.3.2",
|
|
52
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
58
|
+
"@smithy/util-retry": "^4.2.11",
|
|
59
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"node": ">=20.0.0"
|
|
72
72
|
},
|
|
73
73
|
"typesVersions": {
|
|
74
|
-
"<4.
|
|
74
|
+
"<4.5": {
|
|
75
75
|
"dist-types/*": [
|
|
76
76
|
"dist-types/ts3.4/*"
|
|
77
77
|
]
|