@aws-sdk/client-lakeformation 3.600.0 → 3.608.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
|
@@ -1079,12 +1079,9 @@ var se_GetDataCellsFilterCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1079
1079
|
}, "se_GetDataCellsFilterCommand");
|
|
1080
1080
|
var se_GetDataLakePrincipalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1081
1081
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1082
|
-
const headers = {
|
|
1083
|
-
"content-type": "application/json"
|
|
1084
|
-
};
|
|
1082
|
+
const headers = {};
|
|
1085
1083
|
b.bp("/GetDataLakePrincipal");
|
|
1086
1084
|
let body;
|
|
1087
|
-
body = "";
|
|
1088
1085
|
b.m("POST").h(headers).b(body);
|
|
1089
1086
|
return b.build();
|
|
1090
1087
|
}, "se_GetDataLakePrincipalCommand");
|
|
@@ -304,12 +304,9 @@ export const se_GetDataCellsFilterCommand = async (input, context) => {
|
|
|
304
304
|
};
|
|
305
305
|
export const se_GetDataLakePrincipalCommand = async (input, context) => {
|
|
306
306
|
const b = rb(input, context);
|
|
307
|
-
const headers = {
|
|
308
|
-
"content-type": "application/json",
|
|
309
|
-
};
|
|
307
|
+
const headers = {};
|
|
310
308
|
b.bp("/GetDataLakePrincipal");
|
|
311
309
|
let body;
|
|
312
|
-
body = "";
|
|
313
310
|
b.m("POST").h(headers).b(body);
|
|
314
311
|
return b.build();
|
|
315
312
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lakeformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.608.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-lakeformation",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|