@aws-sdk/client-quicksight 3.994.0 → 3.996.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.
package/dist-cjs/index.js CHANGED
@@ -4370,6 +4370,7 @@ const InputColumnDataType = {
4370
4370
  DECIMAL: "DECIMAL",
4371
4371
  INTEGER: "INTEGER",
4372
4372
  JSON: "JSON",
4373
+ SEMISTRUCT: "SEMISTRUCT",
4373
4374
  STRING: "STRING",
4374
4375
  };
4375
4376
  const DataSetDateComparisonFilterOperator = {
@@ -4915,18 +4916,9 @@ const SelfUpgradeAdminAction = {
4915
4916
  VERIFY: "VERIFY",
4916
4917
  };
4917
4918
 
4918
- Object.defineProperty(exports, "$Command", {
4919
- enumerable: true,
4920
- get: function () { return smithyClient.Command; }
4921
- });
4922
- Object.defineProperty(exports, "__Client", {
4923
- enumerable: true,
4924
- get: function () { return smithyClient.Client; }
4925
- });
4926
- Object.defineProperty(exports, "QuickSightServiceException", {
4927
- enumerable: true,
4928
- get: function () { return QuickSightServiceException.QuickSightServiceException; }
4929
- });
4919
+ exports.$Command = smithyClient.Command;
4920
+ exports.__Client = smithyClient.Client;
4921
+ exports.QuickSightServiceException = QuickSightServiceException.QuickSightServiceException;
4930
4922
  exports.ActionConnectorErrorType = ActionConnectorErrorType;
4931
4923
  exports.ActionConnectorSearchFilterNameEnum = ActionConnectorSearchFilterNameEnum;
4932
4924
  exports.ActionConnectorType = ActionConnectorType;
@@ -5479,15 +5471,23 @@ exports.paginateSearchFlows = paginateSearchFlows;
5479
5471
  exports.paginateSearchFolders = paginateSearchFolders;
5480
5472
  exports.paginateSearchGroups = paginateSearchGroups;
5481
5473
  exports.paginateSearchTopics = paginateSearchTopics;
5482
- Object.keys(schemas_0).forEach(function (k) {
5483
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
5474
+ Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
5475
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
5476
+ Object.defineProperty(exports, '__proto__', {
5484
5477
  enumerable: true,
5485
- get: function () { return schemas_0[k]; }
5478
+ value: schemas_0['__proto__']
5486
5479
  });
5480
+
5481
+ Object.keys(schemas_0).forEach(function (k) {
5482
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
5487
5483
  });
5488
- Object.keys(errors).forEach(function (k) {
5489
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
5484
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
5485
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
5486
+ Object.defineProperty(exports, '__proto__', {
5490
5487
  enumerable: true,
5491
- get: function () { return errors[k]; }
5488
+ value: errors['__proto__']
5492
5489
  });
5490
+
5491
+ Object.keys(errors).forEach(function (k) {
5492
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
5493
5493
  });
@@ -1134,6 +1134,7 @@ export const InputColumnDataType = {
1134
1134
  DECIMAL: "DECIMAL",
1135
1135
  INTEGER: "INTEGER",
1136
1136
  JSON: "JSON",
1137
+ SEMISTRUCT: "SEMISTRUCT",
1137
1138
  STRING: "STRING",
1138
1139
  };
1139
1140
  export const DataSetDateComparisonFilterOperator = {
@@ -52,7 +52,7 @@ declare const CreateDataSetCommand_base: {
52
52
  * { // InputColumn
53
53
  * Name: "STRING_VALUE", // required
54
54
  * Id: "STRING_VALUE",
55
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
55
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
56
56
  * SubType: "FLOAT" || "FIXED",
57
57
  * },
58
58
  * ],
@@ -65,7 +65,7 @@ declare const CreateDataSetCommand_base: {
65
65
  * {
66
66
  * Name: "STRING_VALUE", // required
67
67
  * Id: "STRING_VALUE",
68
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
68
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
69
69
  * SubType: "FLOAT" || "FIXED",
70
70
  * },
71
71
  * ],
@@ -84,7 +84,7 @@ declare const CreateDataSetCommand_base: {
84
84
  * {
85
85
  * Name: "STRING_VALUE", // required
86
86
  * Id: "STRING_VALUE",
87
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
87
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
88
88
  * SubType: "FLOAT" || "FIXED",
89
89
  * },
90
90
  * ],
@@ -101,7 +101,7 @@ declare const CreateDataSetCommand_base: {
101
101
  * {
102
102
  * Name: "STRING_VALUE", // required
103
103
  * Id: "STRING_VALUE",
104
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
104
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
105
105
  * SubType: "FLOAT" || "FIXED",
106
106
  * },
107
107
  * ],
@@ -409,7 +409,7 @@ declare const CreateDataSetCommand_base: {
409
409
  * {
410
410
  * Name: "STRING_VALUE", // required
411
411
  * Id: "STRING_VALUE",
412
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
412
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
413
413
  * SubType: "FLOAT" || "FIXED",
414
414
  * },
415
415
  * ],
@@ -61,7 +61,7 @@ declare const DescribeDataSetCommand_base: {
61
61
  * // { // InputColumn
62
62
  * // Name: "STRING_VALUE", // required
63
63
  * // Id: "STRING_VALUE",
64
- * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
64
+ * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
65
65
  * // SubType: "FLOAT" || "FIXED",
66
66
  * // },
67
67
  * // ],
@@ -74,7 +74,7 @@ declare const DescribeDataSetCommand_base: {
74
74
  * // {
75
75
  * // Name: "STRING_VALUE", // required
76
76
  * // Id: "STRING_VALUE",
77
- * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
77
+ * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
78
78
  * // SubType: "FLOAT" || "FIXED",
79
79
  * // },
80
80
  * // ],
@@ -93,7 +93,7 @@ declare const DescribeDataSetCommand_base: {
93
93
  * // {
94
94
  * // Name: "STRING_VALUE", // required
95
95
  * // Id: "STRING_VALUE",
96
- * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
96
+ * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
97
97
  * // SubType: "FLOAT" || "FIXED",
98
98
  * // },
99
99
  * // ],
@@ -110,7 +110,7 @@ declare const DescribeDataSetCommand_base: {
110
110
  * // {
111
111
  * // Name: "STRING_VALUE", // required
112
112
  * // Id: "STRING_VALUE",
113
- * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
113
+ * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
114
114
  * // SubType: "FLOAT" || "FIXED",
115
115
  * // },
116
116
  * // ],
@@ -411,7 +411,7 @@ declare const DescribeDataSetCommand_base: {
411
411
  * // {
412
412
  * // Name: "STRING_VALUE", // required
413
413
  * // Id: "STRING_VALUE",
414
- * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
414
+ * // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
415
415
  * // SubType: "FLOAT" || "FIXED",
416
416
  * // },
417
417
  * // ],
@@ -52,7 +52,7 @@ declare const UpdateDataSetCommand_base: {
52
52
  * { // InputColumn
53
53
  * Name: "STRING_VALUE", // required
54
54
  * Id: "STRING_VALUE",
55
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
55
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
56
56
  * SubType: "FLOAT" || "FIXED",
57
57
  * },
58
58
  * ],
@@ -65,7 +65,7 @@ declare const UpdateDataSetCommand_base: {
65
65
  * {
66
66
  * Name: "STRING_VALUE", // required
67
67
  * Id: "STRING_VALUE",
68
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
68
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
69
69
  * SubType: "FLOAT" || "FIXED",
70
70
  * },
71
71
  * ],
@@ -84,7 +84,7 @@ declare const UpdateDataSetCommand_base: {
84
84
  * {
85
85
  * Name: "STRING_VALUE", // required
86
86
  * Id: "STRING_VALUE",
87
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
87
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
88
88
  * SubType: "FLOAT" || "FIXED",
89
89
  * },
90
90
  * ],
@@ -101,7 +101,7 @@ declare const UpdateDataSetCommand_base: {
101
101
  * {
102
102
  * Name: "STRING_VALUE", // required
103
103
  * Id: "STRING_VALUE",
104
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
104
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
105
105
  * SubType: "FLOAT" || "FIXED",
106
106
  * },
107
107
  * ],
@@ -391,7 +391,7 @@ declare const UpdateDataSetCommand_base: {
391
391
  * {
392
392
  * Name: "STRING_VALUE", // required
393
393
  * Id: "STRING_VALUE",
394
- * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
394
+ * Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON" || "SEMISTRUCT", // required
395
395
  * SubType: "FLOAT" || "FIXED",
396
396
  * },
397
397
  * ],
@@ -2746,6 +2746,7 @@ export declare const InputColumnDataType: {
2746
2746
  readonly DECIMAL: "DECIMAL";
2747
2747
  readonly INTEGER: "INTEGER";
2748
2748
  readonly JSON: "JSON";
2749
+ readonly SEMISTRUCT: "SEMISTRUCT";
2749
2750
  readonly STRING: "STRING";
2750
2751
  };
2751
2752
  /**
@@ -8448,6 +8448,9 @@ export interface InputColumn {
8448
8448
  Id?: string | undefined;
8449
8449
  /**
8450
8450
  * <p>The data type of the column.</p>
8451
+ * <p>
8452
+ * <b>Note:</b>
8453
+ * <code>SEMISTRUCT</code> represents Athena's map, row, and struct data types. It is supported when using the new data preparation experience.</p>
8451
8454
  * @public
8452
8455
  */
8453
8456
  Type: InputColumnDataType | undefined;
@@ -1225,9 +1225,22 @@ export interface GenerateEmbedUrlForAnonymousUserRequest {
1225
1225
  * <p>Session tags are user-specified strings that identify a session in your application. You can use these tags to implement row-level security (RLS) controls.
1226
1226
  * Before you use the <code>SessionTags</code> parameter, make sure that you have configured the relevant datasets using the <code>DataSet$RowLevelPermissionTagConfiguration</code> parameter
1227
1227
  * so that session tags can be used to provide row-level security.</p>
1228
- * <p>When using session tags, you must call <code>GenerateEmbedUrlForAnonymousUser</code> from a secure, trusted environment.
1229
- * The API call passes session tags that enable server-side data redaction by using the row-level security (RLS) rules configured in your datasets.
1230
- * A secure, trusted environment has access controls that you implement. These controls ensure that only your server or authorized users can add or modify session tags.</p>
1228
+ * <p>When using <code>SessionTags</code> in <code>GenerateEmbedUrlForAnonymousUser</code>,</p>
1229
+ * <ul>
1230
+ * <li>
1231
+ * <p>Treat <code>SessionTags</code> as security credentials. Do not expose <code>SessionTags</code> to end users or client-side code.</p>
1232
+ * </li>
1233
+ * <li>
1234
+ * <p>Implement server-side controls. Ensure that <code>SessionTags</code> are set exclusively by your trusted backend services, not by parameters that end users can modify.</p>
1235
+ * </li>
1236
+ * <li>
1237
+ * <p>Protect <code>SessionTags</code> from enumeration. Ensure that users in one tenant cannot discover or guess sessionTag values belonging to other tenants.</p>
1238
+ * </li>
1239
+ * <li>
1240
+ * <p>Review your architecture. If downstream customers or partners are allowed to call the <code>GenerateEmbedUrlForAnonymousUser</code> API directly,
1241
+ * evaluate whether those parties could specify sessionTag values for tenants they should not access.</p>
1242
+ * </li>
1243
+ * </ul>
1231
1244
  * <p>Besides, these are not the tags used for the Amazon Web Services resource tagging feature.
1232
1245
  * For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a> in the <i>Amazon Quick Suite User Guide</i>.</p>
1233
1246
  * @public
@@ -1506,6 +1506,7 @@ export declare const InputColumnDataType: {
1506
1506
  readonly DECIMAL: "DECIMAL";
1507
1507
  readonly INTEGER: "INTEGER";
1508
1508
  readonly JSON: "JSON";
1509
+ readonly SEMISTRUCT: "SEMISTRUCT";
1509
1510
  readonly STRING: "STRING";
1510
1511
  };
1511
1512
  export type InputColumnDataType =
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.994.0",
4
+ "version": "3.996.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,17 +21,17 @@
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.11",
25
- "@aws-sdk/credential-provider-node": "^3.972.10",
24
+ "@aws-sdk/core": "^3.973.12",
25
+ "@aws-sdk/credential-provider-node": "^3.972.11",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.11",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.12",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.994.0",
32
+ "@aws-sdk/util-endpoints": "3.996.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.9",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.11",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
36
  "@smithy/core": "^3.23.2",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",