@aws-sdk/client-auditmanager 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 +5 -20
- package/dist-es/protocols/Aws_restJson1.js +5 -20
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1226,12 +1226,9 @@ var se_DeleteControlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1226
1226
|
}, "se_DeleteControlCommand");
|
|
1227
1227
|
var se_DeregisterAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1228
1228
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1229
|
-
const headers = {
|
|
1230
|
-
"content-type": "application/json"
|
|
1231
|
-
};
|
|
1229
|
+
const headers = {};
|
|
1232
1230
|
b.bp("/account/deregisterAccount");
|
|
1233
1231
|
let body;
|
|
1234
|
-
body = "";
|
|
1235
1232
|
b.m("POST").h(headers).b(body);
|
|
1236
1233
|
return b.build();
|
|
1237
1234
|
}, "se_DeregisterAccountCommand");
|
|
@@ -1268,12 +1265,9 @@ var se_DisassociateAssessmentReportEvidenceFolderCommand = /* @__PURE__ */ __nam
|
|
|
1268
1265
|
}, "se_DisassociateAssessmentReportEvidenceFolderCommand");
|
|
1269
1266
|
var se_GetAccountStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1270
1267
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1271
|
-
const headers = {
|
|
1272
|
-
"content-type": "application/json"
|
|
1273
|
-
};
|
|
1268
|
+
const headers = {};
|
|
1274
1269
|
b.bp("/account/status");
|
|
1275
1270
|
let body;
|
|
1276
|
-
body = "";
|
|
1277
1271
|
b.m("GET").h(headers).b(body);
|
|
1278
1272
|
return b.build();
|
|
1279
1273
|
}, "se_GetAccountStatusCommand");
|
|
@@ -1422,12 +1416,9 @@ var se_GetEvidenceFoldersByAssessmentControlCommand = /* @__PURE__ */ __name(asy
|
|
|
1422
1416
|
}, "se_GetEvidenceFoldersByAssessmentControlCommand");
|
|
1423
1417
|
var se_GetInsightsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1424
1418
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1425
|
-
const headers = {
|
|
1426
|
-
"content-type": "application/json"
|
|
1427
|
-
};
|
|
1419
|
+
const headers = {};
|
|
1428
1420
|
b.bp("/insights");
|
|
1429
1421
|
let body;
|
|
1430
|
-
body = "";
|
|
1431
1422
|
b.m("GET").h(headers).b(body);
|
|
1432
1423
|
return b.build();
|
|
1433
1424
|
}, "se_GetInsightsCommand");
|
|
@@ -1442,23 +1433,17 @@ var se_GetInsightsByAssessmentCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1442
1433
|
}, "se_GetInsightsByAssessmentCommand");
|
|
1443
1434
|
var se_GetOrganizationAdminAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1444
1435
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1445
|
-
const headers = {
|
|
1446
|
-
"content-type": "application/json"
|
|
1447
|
-
};
|
|
1436
|
+
const headers = {};
|
|
1448
1437
|
b.bp("/account/organizationAdminAccount");
|
|
1449
1438
|
let body;
|
|
1450
|
-
body = "";
|
|
1451
1439
|
b.m("GET").h(headers).b(body);
|
|
1452
1440
|
return b.build();
|
|
1453
1441
|
}, "se_GetOrganizationAdminAccountCommand");
|
|
1454
1442
|
var se_GetServicesInScopeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1455
1443
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1456
|
-
const headers = {
|
|
1457
|
-
"content-type": "application/json"
|
|
1458
|
-
};
|
|
1444
|
+
const headers = {};
|
|
1459
1445
|
b.bp("/services");
|
|
1460
1446
|
let body;
|
|
1461
|
-
body = "";
|
|
1462
1447
|
b.m("GET").h(headers).b(body);
|
|
1463
1448
|
return b.build();
|
|
1464
1449
|
}, "se_GetServicesInScopeCommand");
|
|
@@ -213,12 +213,9 @@ export const se_DeleteControlCommand = async (input, context) => {
|
|
|
213
213
|
};
|
|
214
214
|
export const se_DeregisterAccountCommand = async (input, context) => {
|
|
215
215
|
const b = rb(input, context);
|
|
216
|
-
const headers = {
|
|
217
|
-
"content-type": "application/json",
|
|
218
|
-
};
|
|
216
|
+
const headers = {};
|
|
219
217
|
b.bp("/account/deregisterAccount");
|
|
220
218
|
let body;
|
|
221
|
-
body = "";
|
|
222
219
|
b.m("POST").h(headers).b(body);
|
|
223
220
|
return b.build();
|
|
224
221
|
};
|
|
@@ -251,12 +248,9 @@ export const se_DisassociateAssessmentReportEvidenceFolderCommand = async (input
|
|
|
251
248
|
};
|
|
252
249
|
export const se_GetAccountStatusCommand = async (input, context) => {
|
|
253
250
|
const b = rb(input, context);
|
|
254
|
-
const headers = {
|
|
255
|
-
"content-type": "application/json",
|
|
256
|
-
};
|
|
251
|
+
const headers = {};
|
|
257
252
|
b.bp("/account/status");
|
|
258
253
|
let body;
|
|
259
|
-
body = "";
|
|
260
254
|
b.m("GET").h(headers).b(body);
|
|
261
255
|
return b.build();
|
|
262
256
|
};
|
|
@@ -403,12 +397,9 @@ export const se_GetEvidenceFoldersByAssessmentControlCommand = async (input, con
|
|
|
403
397
|
};
|
|
404
398
|
export const se_GetInsightsCommand = async (input, context) => {
|
|
405
399
|
const b = rb(input, context);
|
|
406
|
-
const headers = {
|
|
407
|
-
"content-type": "application/json",
|
|
408
|
-
};
|
|
400
|
+
const headers = {};
|
|
409
401
|
b.bp("/insights");
|
|
410
402
|
let body;
|
|
411
|
-
body = "";
|
|
412
403
|
b.m("GET").h(headers).b(body);
|
|
413
404
|
return b.build();
|
|
414
405
|
};
|
|
@@ -423,23 +414,17 @@ export const se_GetInsightsByAssessmentCommand = async (input, context) => {
|
|
|
423
414
|
};
|
|
424
415
|
export const se_GetOrganizationAdminAccountCommand = async (input, context) => {
|
|
425
416
|
const b = rb(input, context);
|
|
426
|
-
const headers = {
|
|
427
|
-
"content-type": "application/json",
|
|
428
|
-
};
|
|
417
|
+
const headers = {};
|
|
429
418
|
b.bp("/account/organizationAdminAccount");
|
|
430
419
|
let body;
|
|
431
|
-
body = "";
|
|
432
420
|
b.m("GET").h(headers).b(body);
|
|
433
421
|
return b.build();
|
|
434
422
|
};
|
|
435
423
|
export const se_GetServicesInScopeCommand = async (input, context) => {
|
|
436
424
|
const b = rb(input, context);
|
|
437
|
-
const headers = {
|
|
438
|
-
"content-type": "application/json",
|
|
439
|
-
};
|
|
425
|
+
const headers = {};
|
|
440
426
|
b.bp("/services");
|
|
441
427
|
let body;
|
|
442
|
-
body = "";
|
|
443
428
|
b.m("GET").h(headers).b(body);
|
|
444
429
|
return b.build();
|
|
445
430
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager 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-auditmanager",
|