@aws-sdk/client-quicksight 3.750.0 → 3.751.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
|
@@ -14647,7 +14647,7 @@ var se_TransformOperation = /* @__PURE__ */ __name((input, context) => {
|
|
|
14647
14647
|
RenameColumnOperation: (value) => ({ RenameColumnOperation: (0, import_smithy_client._json)(value) }),
|
|
14648
14648
|
TagColumnOperation: (value) => ({ TagColumnOperation: (0, import_smithy_client._json)(value) }),
|
|
14649
14649
|
UntagColumnOperation: (value) => ({ UntagColumnOperation: (0, import_smithy_client._json)(value) }),
|
|
14650
|
-
_: (name, value) => ({ name: value })
|
|
14650
|
+
_: (name, value) => ({ [name]: value })
|
|
14651
14651
|
});
|
|
14652
14652
|
}, "se_TransformOperation");
|
|
14653
14653
|
var se_TransformOperationList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -9805,7 +9805,7 @@ const se_TransformOperation = (input, context) => {
|
|
|
9805
9805
|
RenameColumnOperation: (value) => ({ RenameColumnOperation: _json(value) }),
|
|
9806
9806
|
TagColumnOperation: (value) => ({ TagColumnOperation: _json(value) }),
|
|
9807
9807
|
UntagColumnOperation: (value) => ({ UntagColumnOperation: _json(value) }),
|
|
9808
|
-
_: (name, value) => ({ name: value }),
|
|
9808
|
+
_: (name, value) => ({ [name]: value }),
|
|
9809
9809
|
});
|
|
9810
9810
|
};
|
|
9811
9811
|
const se_TransformOperationList = (input, context) => {
|
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.751.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|