@aws-sdk/client-lex-models-v2 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
|
@@ -1264,12 +1264,9 @@ var se_CreateTestSetDiscrepancyReportCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1264
1264
|
}, "se_CreateTestSetDiscrepancyReportCommand");
|
|
1265
1265
|
var se_CreateUploadUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1266
1266
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1267
|
-
const headers = {
|
|
1268
|
-
"content-type": "application/json"
|
|
1269
|
-
};
|
|
1267
|
+
const headers = {};
|
|
1270
1268
|
b.bp("/createuploadurl");
|
|
1271
1269
|
let body;
|
|
1272
|
-
body = "";
|
|
1273
1270
|
b.m("POST").h(headers).b(body);
|
|
1274
1271
|
return b.build();
|
|
1275
1272
|
}, "se_CreateUploadUrlCommand");
|
|
@@ -290,12 +290,9 @@ export const se_CreateTestSetDiscrepancyReportCommand = async (input, context) =
|
|
|
290
290
|
};
|
|
291
291
|
export const se_CreateUploadUrlCommand = async (input, context) => {
|
|
292
292
|
const b = rb(input, context);
|
|
293
|
-
const headers = {
|
|
294
|
-
"content-type": "application/json",
|
|
295
|
-
};
|
|
293
|
+
const headers = {};
|
|
296
294
|
b.bp("/createuploadurl");
|
|
297
295
|
let body;
|
|
298
|
-
body = "";
|
|
299
296
|
b.m("POST").h(headers).b(body);
|
|
300
297
|
return b.build();
|
|
301
298
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-models-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Models V2 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-lex-models-v2",
|
|
@@ -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",
|