@aws-sdk/client-codeguru-security 3.606.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
|
@@ -460,12 +460,9 @@ var se_CreateUploadUrlCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
460
460
|
}, "se_CreateUploadUrlCommand");
|
|
461
461
|
var se_GetAccountConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
462
462
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
463
|
-
const headers = {
|
|
464
|
-
"content-type": "application/json"
|
|
465
|
-
};
|
|
463
|
+
const headers = {};
|
|
466
464
|
b.bp("/accountConfiguration/get");
|
|
467
465
|
let body;
|
|
468
|
-
body = "";
|
|
469
466
|
b.m("GET").h(headers).b(body);
|
|
470
467
|
return b.build();
|
|
471
468
|
}, "se_GetAccountConfigurationCommand");
|
|
@@ -50,12 +50,9 @@ export const se_CreateUploadUrlCommand = async (input, context) => {
|
|
|
50
50
|
};
|
|
51
51
|
export const se_GetAccountConfigurationCommand = async (input, context) => {
|
|
52
52
|
const b = rb(input, context);
|
|
53
|
-
const headers = {
|
|
54
|
-
"content-type": "application/json",
|
|
55
|
-
};
|
|
53
|
+
const headers = {};
|
|
56
54
|
b.bp("/accountConfiguration/get");
|
|
57
55
|
let body;
|
|
58
|
-
body = "";
|
|
59
56
|
b.m("GET").h(headers).b(body);
|
|
60
57
|
return b.build();
|
|
61
58
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguru-security",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguru Security 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-codeguru-security",
|