@aws-sdk/client-inspector2 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
@@ -1348,12 +1348,9 @@ var se_DeleteFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
1348
1348
  }, "se_DeleteFilterCommand");
1349
1349
  var se_DescribeOrganizationConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1350
1350
  const b = (0, import_core.requestBuilder)(input, context);
1351
- const headers = {
1352
- "content-type": "application/json"
1353
- };
1351
+ const headers = {};
1354
1352
  b.bp("/organizationconfiguration/describe");
1355
1353
  let body;
1356
- body = "";
1357
1354
  b.m("POST").h(headers).b(body);
1358
1355
  return b.build();
1359
1356
  }, "se_DescribeOrganizationConfigurationCommand");
@@ -1477,34 +1474,25 @@ var se_GetCisScanResultDetailsCommand = /* @__PURE__ */ __name(async (input, con
1477
1474
  }, "se_GetCisScanResultDetailsCommand");
1478
1475
  var se_GetConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1479
1476
  const b = (0, import_core.requestBuilder)(input, context);
1480
- const headers = {
1481
- "content-type": "application/json"
1482
- };
1477
+ const headers = {};
1483
1478
  b.bp("/configuration/get");
1484
1479
  let body;
1485
- body = "";
1486
1480
  b.m("POST").h(headers).b(body);
1487
1481
  return b.build();
1488
1482
  }, "se_GetConfigurationCommand");
1489
1483
  var se_GetDelegatedAdminAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
1490
1484
  const b = (0, import_core.requestBuilder)(input, context);
1491
- const headers = {
1492
- "content-type": "application/json"
1493
- };
1485
+ const headers = {};
1494
1486
  b.bp("/delegatedadminaccounts/get");
1495
1487
  let body;
1496
- body = "";
1497
1488
  b.m("POST").h(headers).b(body);
1498
1489
  return b.build();
1499
1490
  }, "se_GetDelegatedAdminAccountCommand");
1500
1491
  var se_GetEc2DeepInspectionConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1501
1492
  const b = (0, import_core.requestBuilder)(input, context);
1502
- const headers = {
1503
- "content-type": "application/json"
1504
- };
1493
+ const headers = {};
1505
1494
  b.bp("/ec2deepinspectionconfiguration/get");
1506
1495
  let body;
1507
- body = "";
1508
1496
  b.m("POST").h(headers).b(body);
1509
1497
  return b.build();
1510
1498
  }, "se_GetEc2DeepInspectionConfigurationCommand");
@@ -214,12 +214,9 @@ export const se_DeleteFilterCommand = async (input, context) => {
214
214
  };
215
215
  export const se_DescribeOrganizationConfigurationCommand = async (input, context) => {
216
216
  const b = rb(input, context);
217
- const headers = {
218
- "content-type": "application/json",
219
- };
217
+ const headers = {};
220
218
  b.bp("/organizationconfiguration/describe");
221
219
  let body;
222
- body = "";
223
220
  b.m("POST").h(headers).b(body);
224
221
  return b.build();
225
222
  };
@@ -329,34 +326,25 @@ export const se_GetCisScanResultDetailsCommand = async (input, context) => {
329
326
  };
330
327
  export const se_GetConfigurationCommand = async (input, context) => {
331
328
  const b = rb(input, context);
332
- const headers = {
333
- "content-type": "application/json",
334
- };
329
+ const headers = {};
335
330
  b.bp("/configuration/get");
336
331
  let body;
337
- body = "";
338
332
  b.m("POST").h(headers).b(body);
339
333
  return b.build();
340
334
  };
341
335
  export const se_GetDelegatedAdminAccountCommand = async (input, context) => {
342
336
  const b = rb(input, context);
343
- const headers = {
344
- "content-type": "application/json",
345
- };
337
+ const headers = {};
346
338
  b.bp("/delegatedadminaccounts/get");
347
339
  let body;
348
- body = "";
349
340
  b.m("POST").h(headers).b(body);
350
341
  return b.build();
351
342
  };
352
343
  export const se_GetEc2DeepInspectionConfigurationCommand = async (input, context) => {
353
344
  const b = rb(input, context);
354
- const headers = {
355
- "content-type": "application/json",
356
- };
345
+ const headers = {};
357
346
  b.bp("/ec2deepinspectionconfiguration/get");
358
347
  let body;
359
- body = "";
360
348
  b.m("POST").h(headers).b(body);
361
349
  return b.build();
362
350
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector2",
3
3
  "description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
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-inspector2",