@aws-sdk/client-auditmanager 3.943.0 → 3.947.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.
Files changed (106) hide show
  1. package/dist-cjs/index.js +112 -513
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/AuditManagerClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +112 -514
  8. package/dist-types/AuditManager.d.ts +1 -1
  9. package/dist-types/AuditManagerClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +3 -3
  15. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +3 -3
  16. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +3 -3
  17. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateAssessmentCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateControlCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteAssessmentCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteControlCommand.d.ts +3 -3
  27. package/dist-types/commands/DeregisterAccountCommand.d.ts +3 -3
  28. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +3 -3
  29. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +3 -3
  30. package/dist-types/commands/GetAccountStatusCommand.d.ts +3 -3
  31. package/dist-types/commands/GetAssessmentCommand.d.ts +3 -3
  32. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +3 -3
  33. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +3 -3
  34. package/dist-types/commands/GetChangeLogsCommand.d.ts +3 -3
  35. package/dist-types/commands/GetControlCommand.d.ts +3 -3
  36. package/dist-types/commands/GetDelegationsCommand.d.ts +3 -3
  37. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +3 -3
  38. package/dist-types/commands/GetEvidenceCommand.d.ts +3 -3
  39. package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +3 -3
  40. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +3 -3
  41. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +3 -3
  42. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +3 -3
  43. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +3 -3
  44. package/dist-types/commands/GetInsightsCommand.d.ts +3 -3
  45. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +3 -3
  46. package/dist-types/commands/GetServicesInScopeCommand.d.ts +3 -3
  47. package/dist-types/commands/GetSettingsCommand.d.ts +3 -3
  48. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +3 -3
  49. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +3 -3
  50. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +3 -3
  51. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +3 -3
  52. package/dist-types/commands/ListAssessmentsCommand.d.ts +3 -3
  53. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +3 -3
  54. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +3 -3
  56. package/dist-types/commands/ListControlsCommand.d.ts +3 -3
  57. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +3 -3
  58. package/dist-types/commands/ListNotificationsCommand.d.ts +3 -3
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  60. package/dist-types/commands/RegisterAccountCommand.d.ts +3 -3
  61. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +3 -3
  62. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +3 -3
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  65. package/dist-types/commands/UpdateAssessmentCommand.d.ts +3 -3
  66. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +3 -3
  67. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +3 -3
  68. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +3 -3
  69. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +3 -3
  70. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +3 -3
  71. package/dist-types/commands/UpdateControlCommand.d.ts +3 -3
  72. package/dist-types/commands/UpdateSettingsCommand.d.ts +3 -3
  73. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +3 -3
  74. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  75. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  76. package/dist-types/extensionConfiguration.d.ts +4 -4
  77. package/dist-types/models/AuditManagerServiceException.d.ts +1 -1
  78. package/dist-types/models/errors.d.ts +1 -1
  79. package/dist-types/pagination/GetChangeLogsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/GetDelegationsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +1 -1
  82. package/dist-types/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +1 -1
  83. package/dist-types/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +1 -1
  84. package/dist-types/pagination/Interfaces.d.ts +1 -1
  85. package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListAssessmentFrameworksPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListAssessmentReportsPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListAssessmentsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListControlsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListKeywordsForDataSourcePaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
  96. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  97. package/dist-types/runtimeConfig.d.ts +1 -1
  98. package/dist-types/runtimeConfig.native.d.ts +1 -1
  99. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  100. package/dist-types/runtimeExtensions.d.ts +1 -1
  101. package/dist-types/schemas/schemas_0.d.ts +1 -2
  102. package/dist-types/ts3.4/AuditManagerClient.d.ts +3 -3
  103. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  104. package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +1 -1
  105. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  106. package/package.json +13 -12
@@ -527,17 +527,7 @@ export var SNSTopic = [0, n0, _SNST, 8, 0];
527
527
  export var TestingInformation = [0, n0, _TI, 8, 0];
528
528
  export var TroubleshootingText = [0, n0, _TT, 8, 0];
529
529
  export var Username = [0, n0, _U, 8, 0];
530
- export var AccessDeniedException = [
531
- -3,
532
- n0,
533
- _ADE,
534
- {
535
- [_e]: _c,
536
- [_hE]: 403,
537
- },
538
- [_m],
539
- [0],
540
- ];
530
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
541
531
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
542
532
  export var Assessment = [
543
533
  3,
@@ -946,12 +936,7 @@ export var DeleteAssessmentFrameworkShareRequest = [
946
936
  [_rI, _rTe],
947
937
  [
948
938
  [0, 1],
949
- [
950
- 0,
951
- {
952
- [_hQ]: _rTe,
953
- },
954
- ],
939
+ [0, { [_hQ]: _rTe }],
955
940
  ],
956
941
  ];
957
942
  export var DeleteAssessmentFrameworkShareResponse = [3, n0, _DAFSRe, 0, [], []];
@@ -1059,30 +1044,10 @@ export var GetChangeLogsRequest = [
1059
1044
  [_aI, _cSI, _cI, _nT, _mR],
1060
1045
  [
1061
1046
  [0, 1],
1062
- [
1063
- 0,
1064
- {
1065
- [_hQ]: _cSI,
1066
- },
1067
- ],
1068
- [
1069
- 0,
1070
- {
1071
- [_hQ]: _cI,
1072
- },
1073
- ],
1074
- [
1075
- 0,
1076
- {
1077
- [_hQ]: _nT,
1078
- },
1079
- ],
1080
- [
1081
- 1,
1082
- {
1083
- [_hQ]: _mR,
1084
- },
1085
- ],
1047
+ [0, { [_hQ]: _cSI }],
1048
+ [0, { [_hQ]: _cI }],
1049
+ [0, { [_hQ]: _nT }],
1050
+ [1, { [_hQ]: _mR }],
1086
1051
  ],
1087
1052
  ];
1088
1053
  export var GetChangeLogsResponse = [3, n0, _GCLRe, 0, [_cL, _nT], [() => ChangeLogs, 0]];
@@ -1095,18 +1060,8 @@ export var GetDelegationsRequest = [
1095
1060
  0,
1096
1061
  [_nT, _mR],
1097
1062
  [
1098
- [
1099
- 0,
1100
- {
1101
- [_hQ]: _nT,
1102
- },
1103
- ],
1104
- [
1105
- 1,
1106
- {
1107
- [_hQ]: _mR,
1108
- },
1109
- ],
1063
+ [0, { [_hQ]: _nT }],
1064
+ [1, { [_hQ]: _mR }],
1110
1065
  ],
1111
1066
  ];
1112
1067
  export var GetDelegationsResponse = [
@@ -1127,18 +1082,8 @@ export var GetEvidenceByEvidenceFolderRequest = [
1127
1082
  [0, 1],
1128
1083
  [0, 1],
1129
1084
  [0, 1],
1130
- [
1131
- 0,
1132
- {
1133
- [_hQ]: _nT,
1134
- },
1135
- ],
1136
- [
1137
- 1,
1138
- {
1139
- [_hQ]: _mR,
1140
- },
1141
- ],
1085
+ [0, { [_hQ]: _nT }],
1086
+ [1, { [_hQ]: _mR }],
1142
1087
  ],
1143
1088
  ];
1144
1089
  export var GetEvidenceByEvidenceFolderResponse = [
@@ -1155,14 +1100,7 @@ export var GetEvidenceFileUploadUrlRequest = [
1155
1100
  _GEFUUR,
1156
1101
  0,
1157
1102
  [_fNi],
1158
- [
1159
- [
1160
- () => ManualEvidenceLocalFileName,
1161
- {
1162
- [_hQ]: _fNi,
1163
- },
1164
- ],
1165
- ],
1103
+ [[() => ManualEvidenceLocalFileName, { [_hQ]: _fNi }]],
1166
1104
  ];
1167
1105
  export var GetEvidenceFileUploadUrlResponse = [3, n0, _GEFUURe, 8, [_eFN, _uU], [0, 0]];
1168
1106
  export var GetEvidenceFolderRequest = [
@@ -1195,18 +1133,8 @@ export var GetEvidenceFoldersByAssessmentControlRequest = [
1195
1133
  [0, 1],
1196
1134
  [0, 1],
1197
1135
  [0, 1],
1198
- [
1199
- 0,
1200
- {
1201
- [_hQ]: _nT,
1202
- },
1203
- ],
1204
- [
1205
- 1,
1206
- {
1207
- [_hQ]: _mR,
1208
- },
1209
- ],
1136
+ [0, { [_hQ]: _nT }],
1137
+ [1, { [_hQ]: _mR }],
1210
1138
  ],
1211
1139
  ];
1212
1140
  export var GetEvidenceFoldersByAssessmentControlResponse = [
@@ -1225,18 +1153,8 @@ export var GetEvidenceFoldersByAssessmentRequest = [
1225
1153
  [_aI, _nT, _mR],
1226
1154
  [
1227
1155
  [0, 1],
1228
- [
1229
- 0,
1230
- {
1231
- [_hQ]: _nT,
1232
- },
1233
- ],
1234
- [
1235
- 1,
1236
- {
1237
- [_hQ]: _mR,
1238
- },
1239
- ],
1156
+ [0, { [_hQ]: _nT }],
1157
+ [1, { [_hQ]: _mR }],
1240
1158
  ],
1241
1159
  ];
1242
1160
  export var GetEvidenceFoldersByAssessmentResponse = [
@@ -1294,17 +1212,7 @@ export var InsightsByAssessment = [
1294
1212
  [_nEC, _cEC, _iEC, _aCCBNE, _tACC, _lU],
1295
1213
  [1, 1, 1, 1, 1, 4],
1296
1214
  ];
1297
- export var InternalServerException = [
1298
- -3,
1299
- n0,
1300
- _ISE,
1301
- {
1302
- [_e]: _ser,
1303
- [_hE]: 500,
1304
- },
1305
- [_m],
1306
- [0],
1307
- ];
1215
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_m], [0]];
1308
1216
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1309
1217
  export var ListAssessmentControlInsightsByControlDomainRequest = [
1310
1218
  3,
@@ -1313,30 +1221,10 @@ export var ListAssessmentControlInsightsByControlDomainRequest = [
1313
1221
  0,
1314
1222
  [_cDI, _aI, _nT, _mR],
1315
1223
  [
1316
- [
1317
- 0,
1318
- {
1319
- [_hQ]: _cDI,
1320
- },
1321
- ],
1322
- [
1323
- 0,
1324
- {
1325
- [_hQ]: _aI,
1326
- },
1327
- ],
1328
- [
1329
- 0,
1330
- {
1331
- [_hQ]: _nT,
1332
- },
1333
- ],
1334
- [
1335
- 1,
1336
- {
1337
- [_hQ]: _mR,
1338
- },
1339
- ],
1224
+ [0, { [_hQ]: _cDI }],
1225
+ [0, { [_hQ]: _aI }],
1226
+ [0, { [_hQ]: _nT }],
1227
+ [1, { [_hQ]: _mR }],
1340
1228
  ],
1341
1229
  ];
1342
1230
  export var ListAssessmentControlInsightsByControlDomainResponse = [
@@ -1354,24 +1242,9 @@ export var ListAssessmentFrameworkShareRequestsRequest = [
1354
1242
  0,
1355
1243
  [_rTe, _nT, _mR],
1356
1244
  [
1357
- [
1358
- 0,
1359
- {
1360
- [_hQ]: _rTe,
1361
- },
1362
- ],
1363
- [
1364
- 0,
1365
- {
1366
- [_hQ]: _nT,
1367
- },
1368
- ],
1369
- [
1370
- 1,
1371
- {
1372
- [_hQ]: _mR,
1373
- },
1374
- ],
1245
+ [0, { [_hQ]: _rTe }],
1246
+ [0, { [_hQ]: _nT }],
1247
+ [1, { [_hQ]: _mR }],
1375
1248
  ],
1376
1249
  ];
1377
1250
  export var ListAssessmentFrameworkShareRequestsResponse = [
@@ -1389,24 +1262,9 @@ export var ListAssessmentFrameworksRequest = [
1389
1262
  0,
1390
1263
  [_fT, _nT, _mR],
1391
1264
  [
1392
- [
1393
- 0,
1394
- {
1395
- [_hQ]: _fT,
1396
- },
1397
- ],
1398
- [
1399
- 0,
1400
- {
1401
- [_hQ]: _nT,
1402
- },
1403
- ],
1404
- [
1405
- 1,
1406
- {
1407
- [_hQ]: _mR,
1408
- },
1409
- ],
1265
+ [0, { [_hQ]: _fT }],
1266
+ [0, { [_hQ]: _nT }],
1267
+ [1, { [_hQ]: _mR }],
1410
1268
  ],
1411
1269
  ];
1412
1270
  export var ListAssessmentFrameworksResponse = [
@@ -1424,18 +1282,8 @@ export var ListAssessmentReportsRequest = [
1424
1282
  0,
1425
1283
  [_nT, _mR],
1426
1284
  [
1427
- [
1428
- 0,
1429
- {
1430
- [_hQ]: _nT,
1431
- },
1432
- ],
1433
- [
1434
- 1,
1435
- {
1436
- [_hQ]: _mR,
1437
- },
1438
- ],
1285
+ [0, { [_hQ]: _nT }],
1286
+ [1, { [_hQ]: _mR }],
1439
1287
  ],
1440
1288
  ];
1441
1289
  export var ListAssessmentReportsResponse = [
@@ -1453,24 +1301,9 @@ export var ListAssessmentsRequest = [
1453
1301
  0,
1454
1302
  [_s, _nT, _mR],
1455
1303
  [
1456
- [
1457
- 0,
1458
- {
1459
- [_hQ]: _s,
1460
- },
1461
- ],
1462
- [
1463
- 0,
1464
- {
1465
- [_hQ]: _nT,
1466
- },
1467
- ],
1468
- [
1469
- 1,
1470
- {
1471
- [_hQ]: _mR,
1472
- },
1473
- ],
1304
+ [0, { [_hQ]: _s }],
1305
+ [0, { [_hQ]: _nT }],
1306
+ [1, { [_hQ]: _mR }],
1474
1307
  ],
1475
1308
  ];
1476
1309
  export var ListAssessmentsResponse = [
@@ -1488,24 +1321,9 @@ export var ListControlDomainInsightsByAssessmentRequest = [
1488
1321
  0,
1489
1322
  [_aI, _nT, _mR],
1490
1323
  [
1491
- [
1492
- 0,
1493
- {
1494
- [_hQ]: _aI,
1495
- },
1496
- ],
1497
- [
1498
- 0,
1499
- {
1500
- [_hQ]: _nT,
1501
- },
1502
- ],
1503
- [
1504
- 1,
1505
- {
1506
- [_hQ]: _mR,
1507
- },
1508
- ],
1324
+ [0, { [_hQ]: _aI }],
1325
+ [0, { [_hQ]: _nT }],
1326
+ [1, { [_hQ]: _mR }],
1509
1327
  ],
1510
1328
  ];
1511
1329
  export var ListControlDomainInsightsByAssessmentResponse = [
@@ -1523,18 +1341,8 @@ export var ListControlDomainInsightsRequest = [
1523
1341
  0,
1524
1342
  [_nT, _mR],
1525
1343
  [
1526
- [
1527
- 0,
1528
- {
1529
- [_hQ]: _nT,
1530
- },
1531
- ],
1532
- [
1533
- 1,
1534
- {
1535
- [_hQ]: _mR,
1536
- },
1537
- ],
1344
+ [0, { [_hQ]: _nT }],
1345
+ [1, { [_hQ]: _mR }],
1538
1346
  ],
1539
1347
  ];
1540
1348
  export var ListControlDomainInsightsResponse = [
@@ -1552,24 +1360,9 @@ export var ListControlInsightsByControlDomainRequest = [
1552
1360
  0,
1553
1361
  [_cDI, _nT, _mR],
1554
1362
  [
1555
- [
1556
- 0,
1557
- {
1558
- [_hQ]: _cDI,
1559
- },
1560
- ],
1561
- [
1562
- 0,
1563
- {
1564
- [_hQ]: _nT,
1565
- },
1566
- ],
1567
- [
1568
- 1,
1569
- {
1570
- [_hQ]: _mR,
1571
- },
1572
- ],
1363
+ [0, { [_hQ]: _cDI }],
1364
+ [0, { [_hQ]: _nT }],
1365
+ [1, { [_hQ]: _mR }],
1573
1366
  ],
1574
1367
  ];
1575
1368
  export var ListControlInsightsByControlDomainResponse = [
@@ -1587,30 +1380,10 @@ export var ListControlsRequest = [
1587
1380
  0,
1588
1381
  [_cTo, _nT, _mR, _cCI],
1589
1382
  [
1590
- [
1591
- 0,
1592
- {
1593
- [_hQ]: _cTo,
1594
- },
1595
- ],
1596
- [
1597
- 0,
1598
- {
1599
- [_hQ]: _nT,
1600
- },
1601
- ],
1602
- [
1603
- 1,
1604
- {
1605
- [_hQ]: _mR,
1606
- },
1607
- ],
1608
- [
1609
- 0,
1610
- {
1611
- [_hQ]: _cCI,
1612
- },
1613
- ],
1383
+ [0, { [_hQ]: _cTo }],
1384
+ [0, { [_hQ]: _nT }],
1385
+ [1, { [_hQ]: _mR }],
1386
+ [0, { [_hQ]: _cCI }],
1614
1387
  ],
1615
1388
  ];
1616
1389
  export var ListControlsResponse = [3, n0, _LCRi, 0, [_cML, _nT], [() => ControlMetadataList, 0]];
@@ -1621,24 +1394,9 @@ export var ListKeywordsForDataSourceRequest = [
1621
1394
  0,
1622
1395
  [_so, _nT, _mR],
1623
1396
  [
1624
- [
1625
- 0,
1626
- {
1627
- [_hQ]: _so,
1628
- },
1629
- ],
1630
- [
1631
- 0,
1632
- {
1633
- [_hQ]: _nT,
1634
- },
1635
- ],
1636
- [
1637
- 1,
1638
- {
1639
- [_hQ]: _mR,
1640
- },
1641
- ],
1397
+ [0, { [_hQ]: _so }],
1398
+ [0, { [_hQ]: _nT }],
1399
+ [1, { [_hQ]: _mR }],
1642
1400
  ],
1643
1401
  ];
1644
1402
  export var ListKeywordsForDataSourceResponse = [3, n0, _LKFDSRi, 0, [_k, _nT], [64 | 0, 0]];
@@ -1649,18 +1407,8 @@ export var ListNotificationsRequest = [
1649
1407
  0,
1650
1408
  [_nT, _mR],
1651
1409
  [
1652
- [
1653
- 0,
1654
- {
1655
- [_hQ]: _nT,
1656
- },
1657
- ],
1658
- [
1659
- 1,
1660
- {
1661
- [_hQ]: _mR,
1662
- },
1663
- ],
1410
+ [0, { [_hQ]: _nT }],
1411
+ [1, { [_hQ]: _mR }],
1664
1412
  ],
1665
1413
  ];
1666
1414
  export var ListNotificationsResponse = [
@@ -1698,10 +1446,7 @@ export var ResourceNotFoundException = [
1698
1446
  -3,
1699
1447
  n0,
1700
1448
  _RNFE,
1701
- {
1702
- [_e]: _c,
1703
- [_hE]: 404,
1704
- },
1449
+ { [_e]: _c, [_hE]: 404 },
1705
1450
  [_m, _rIes, _rTes],
1706
1451
  [0, 0, 0],
1707
1452
  ];
@@ -1709,17 +1454,7 @@ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFound
1709
1454
  export var Role = [3, n0, _Ro, 0, [_rT, _rA], [0, 0]];
1710
1455
  export var Scope = [3, n0, _S, 8, [_aAw, _aS], [[() => AWSAccounts, 0], () => AWSServices]];
1711
1456
  export var ServiceMetadata = [3, n0, _SM, 0, [_n, _dN, _d, _ca], [0, 0, 0, 0]];
1712
- export var ServiceQuotaExceededException = [
1713
- -3,
1714
- n0,
1715
- _SQEE,
1716
- {
1717
- [_e]: _c,
1718
- [_hE]: 402,
1719
- },
1720
- [_m],
1721
- [0],
1722
- ];
1457
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1723
1458
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1724
1459
  export var Settings = [
1725
1460
  3,
@@ -1757,17 +1492,7 @@ export var StartAssessmentFrameworkShareResponse = [
1757
1492
  ];
1758
1493
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
1759
1494
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1760
- export var ThrottlingException = [
1761
- -3,
1762
- n0,
1763
- _TE,
1764
- {
1765
- [_e]: _c,
1766
- [_hE]: 429,
1767
- },
1768
- [_m],
1769
- [0],
1770
- ];
1495
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1771
1496
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1772
1497
  export var UntagResourceRequest = [
1773
1498
  3,
@@ -1777,12 +1502,7 @@ export var UntagResourceRequest = [
1777
1502
  [_rAe, _tK],
1778
1503
  [
1779
1504
  [0, 1],
1780
- [
1781
- 64 | 0,
1782
- {
1783
- [_hQ]: _tK,
1784
- },
1785
- ],
1505
+ [64 | 0, { [_hQ]: _tK }],
1786
1506
  ],
1787
1507
  ];
1788
1508
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1917,16 +1637,12 @@ export var ValidationException = [
1917
1637
  -3,
1918
1638
  n0,
1919
1639
  _VE,
1920
- {
1921
- [_e]: _c,
1922
- [_hE]: 400,
1923
- },
1640
+ { [_e]: _c, [_hE]: 400 },
1924
1641
  [_m, _re, _fi],
1925
1642
  [0, 0, () => ValidationExceptionFieldList],
1926
1643
  ];
1927
1644
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1928
1645
  export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1929
- export var __Unit = "unit";
1930
1646
  export var AuditManagerServiceException = [-3, _sm, "AuditManagerServiceException", 0, [], []];
1931
1647
  TypeRegistry.for(_sm).registerError(AuditManagerServiceException, __AuditManagerServiceException);
1932
1648
  export var AssessmentControls = [1, n0, _ACs, 0, [() => AssessmentControl, 0]];
@@ -2025,9 +1741,7 @@ export var AssociateAssessmentReportEvidenceFolder = [
2025
1741
  9,
2026
1742
  n0,
2027
1743
  _AAREF,
2028
- {
2029
- [_h]: ["PUT", "/assessments/{assessmentId}/associateToAssessmentReport", 200],
2030
- },
1744
+ { [_h]: ["PUT", "/assessments/{assessmentId}/associateToAssessmentReport", 200] },
2031
1745
  () => AssociateAssessmentReportEvidenceFolderRequest,
2032
1746
  () => AssociateAssessmentReportEvidenceFolderResponse,
2033
1747
  ];
@@ -2035,9 +1749,7 @@ export var BatchAssociateAssessmentReportEvidence = [
2035
1749
  9,
2036
1750
  n0,
2037
1751
  _BAARE,
2038
- {
2039
- [_h]: ["PUT", "/assessments/{assessmentId}/batchAssociateToAssessmentReport", 200],
2040
- },
1752
+ { [_h]: ["PUT", "/assessments/{assessmentId}/batchAssociateToAssessmentReport", 200] },
2041
1753
  () => BatchAssociateAssessmentReportEvidenceRequest,
2042
1754
  () => BatchAssociateAssessmentReportEvidenceResponse,
2043
1755
  ];
@@ -2045,9 +1757,7 @@ export var BatchCreateDelegationByAssessment = [
2045
1757
  9,
2046
1758
  n0,
2047
1759
  _BCDBA,
2048
- {
2049
- [_h]: ["POST", "/assessments/{assessmentId}/delegations", 200],
2050
- },
1760
+ { [_h]: ["POST", "/assessments/{assessmentId}/delegations", 200] },
2051
1761
  () => BatchCreateDelegationByAssessmentRequest,
2052
1762
  () => BatchCreateDelegationByAssessmentResponse,
2053
1763
  ];
@@ -2055,9 +1765,7 @@ export var BatchDeleteDelegationByAssessment = [
2055
1765
  9,
2056
1766
  n0,
2057
1767
  _BDDBA,
2058
- {
2059
- [_h]: ["PUT", "/assessments/{assessmentId}/delegations", 200],
2060
- },
1768
+ { [_h]: ["PUT", "/assessments/{assessmentId}/delegations", 200] },
2061
1769
  () => BatchDeleteDelegationByAssessmentRequest,
2062
1770
  () => BatchDeleteDelegationByAssessmentResponse,
2063
1771
  ];
@@ -2065,9 +1773,7 @@ export var BatchDisassociateAssessmentReportEvidence = [
2065
1773
  9,
2066
1774
  n0,
2067
1775
  _BDARE,
2068
- {
2069
- [_h]: ["PUT", "/assessments/{assessmentId}/batchDisassociateFromAssessmentReport", 200],
2070
- },
1776
+ { [_h]: ["PUT", "/assessments/{assessmentId}/batchDisassociateFromAssessmentReport", 200] },
2071
1777
  () => BatchDisassociateAssessmentReportEvidenceRequest,
2072
1778
  () => BatchDisassociateAssessmentReportEvidenceResponse,
2073
1779
  ];
@@ -2075,9 +1781,7 @@ export var BatchImportEvidenceToAssessmentControl = [
2075
1781
  9,
2076
1782
  n0,
2077
1783
  _BIETAC,
2078
- {
2079
- [_h]: ["POST", "/assessments/{assessmentId}/controlSets/{controlSetId}/controls/{controlId}/evidence", 200],
2080
- },
1784
+ { [_h]: ["POST", "/assessments/{assessmentId}/controlSets/{controlSetId}/controls/{controlId}/evidence", 200] },
2081
1785
  () => BatchImportEvidenceToAssessmentControlRequest,
2082
1786
  () => BatchImportEvidenceToAssessmentControlResponse,
2083
1787
  ];
@@ -2085,9 +1789,7 @@ export var CreateAssessment = [
2085
1789
  9,
2086
1790
  n0,
2087
1791
  _CA,
2088
- {
2089
- [_h]: ["POST", "/assessments", 200],
2090
- },
1792
+ { [_h]: ["POST", "/assessments", 200] },
2091
1793
  () => CreateAssessmentRequest,
2092
1794
  () => CreateAssessmentResponse,
2093
1795
  ];
@@ -2095,9 +1797,7 @@ export var CreateAssessmentFramework = [
2095
1797
  9,
2096
1798
  n0,
2097
1799
  _CAF,
2098
- {
2099
- [_h]: ["POST", "/assessmentFrameworks", 200],
2100
- },
1800
+ { [_h]: ["POST", "/assessmentFrameworks", 200] },
2101
1801
  () => CreateAssessmentFrameworkRequest,
2102
1802
  () => CreateAssessmentFrameworkResponse,
2103
1803
  ];
@@ -2105,9 +1805,7 @@ export var CreateAssessmentReport = [
2105
1805
  9,
2106
1806
  n0,
2107
1807
  _CARre,
2108
- {
2109
- [_h]: ["POST", "/assessments/{assessmentId}/reports", 200],
2110
- },
1808
+ { [_h]: ["POST", "/assessments/{assessmentId}/reports", 200] },
2111
1809
  () => CreateAssessmentReportRequest,
2112
1810
  () => CreateAssessmentReportResponse,
2113
1811
  ];
@@ -2115,9 +1813,7 @@ export var CreateControl = [
2115
1813
  9,
2116
1814
  n0,
2117
1815
  _CCr,
2118
- {
2119
- [_h]: ["POST", "/controls", 200],
2120
- },
1816
+ { [_h]: ["POST", "/controls", 200] },
2121
1817
  () => CreateControlRequest,
2122
1818
  () => CreateControlResponse,
2123
1819
  ];
@@ -2125,9 +1821,7 @@ export var DeleteAssessment = [
2125
1821
  9,
2126
1822
  n0,
2127
1823
  _DA,
2128
- {
2129
- [_h]: ["DELETE", "/assessments/{assessmentId}", 200],
2130
- },
1824
+ { [_h]: ["DELETE", "/assessments/{assessmentId}", 200] },
2131
1825
  () => DeleteAssessmentRequest,
2132
1826
  () => DeleteAssessmentResponse,
2133
1827
  ];
@@ -2135,9 +1829,7 @@ export var DeleteAssessmentFramework = [
2135
1829
  9,
2136
1830
  n0,
2137
1831
  _DAF,
2138
- {
2139
- [_h]: ["DELETE", "/assessmentFrameworks/{frameworkId}", 200],
2140
- },
1832
+ { [_h]: ["DELETE", "/assessmentFrameworks/{frameworkId}", 200] },
2141
1833
  () => DeleteAssessmentFrameworkRequest,
2142
1834
  () => DeleteAssessmentFrameworkResponse,
2143
1835
  ];
@@ -2145,9 +1837,7 @@ export var DeleteAssessmentFrameworkShare = [
2145
1837
  9,
2146
1838
  n0,
2147
1839
  _DAFS,
2148
- {
2149
- [_h]: ["DELETE", "/assessmentFrameworkShareRequests/{requestId}", 200],
2150
- },
1840
+ { [_h]: ["DELETE", "/assessmentFrameworkShareRequests/{requestId}", 200] },
2151
1841
  () => DeleteAssessmentFrameworkShareRequest,
2152
1842
  () => DeleteAssessmentFrameworkShareResponse,
2153
1843
  ];
@@ -2155,9 +1845,7 @@ export var DeleteAssessmentReport = [
2155
1845
  9,
2156
1846
  n0,
2157
1847
  _DARel,
2158
- {
2159
- [_h]: ["DELETE", "/assessments/{assessmentId}/reports/{assessmentReportId}", 200],
2160
- },
1848
+ { [_h]: ["DELETE", "/assessments/{assessmentId}/reports/{assessmentReportId}", 200] },
2161
1849
  () => DeleteAssessmentReportRequest,
2162
1850
  () => DeleteAssessmentReportResponse,
2163
1851
  ];
@@ -2165,9 +1853,7 @@ export var DeleteControl = [
2165
1853
  9,
2166
1854
  n0,
2167
1855
  _DCe,
2168
- {
2169
- [_h]: ["DELETE", "/controls/{controlId}", 200],
2170
- },
1856
+ { [_h]: ["DELETE", "/controls/{controlId}", 200] },
2171
1857
  () => DeleteControlRequest,
2172
1858
  () => DeleteControlResponse,
2173
1859
  ];
@@ -2175,9 +1861,7 @@ export var DeregisterAccount = [
2175
1861
  9,
2176
1862
  n0,
2177
1863
  _DAe,
2178
- {
2179
- [_h]: ["POST", "/account/deregisterAccount", 200],
2180
- },
1864
+ { [_h]: ["POST", "/account/deregisterAccount", 200] },
2181
1865
  () => DeregisterAccountRequest,
2182
1866
  () => DeregisterAccountResponse,
2183
1867
  ];
@@ -2185,9 +1869,7 @@ export var DeregisterOrganizationAdminAccount = [
2185
1869
  9,
2186
1870
  n0,
2187
1871
  _DOAA,
2188
- {
2189
- [_h]: ["POST", "/account/deregisterOrganizationAdminAccount", 200],
2190
- },
1872
+ { [_h]: ["POST", "/account/deregisterOrganizationAdminAccount", 200] },
2191
1873
  () => DeregisterOrganizationAdminAccountRequest,
2192
1874
  () => DeregisterOrganizationAdminAccountResponse,
2193
1875
  ];
@@ -2195,9 +1877,7 @@ export var DisassociateAssessmentReportEvidenceFolder = [
2195
1877
  9,
2196
1878
  n0,
2197
1879
  _DAREF,
2198
- {
2199
- [_h]: ["PUT", "/assessments/{assessmentId}/disassociateFromAssessmentReport", 200],
2200
- },
1880
+ { [_h]: ["PUT", "/assessments/{assessmentId}/disassociateFromAssessmentReport", 200] },
2201
1881
  () => DisassociateAssessmentReportEvidenceFolderRequest,
2202
1882
  () => DisassociateAssessmentReportEvidenceFolderResponse,
2203
1883
  ];
@@ -2205,9 +1885,7 @@ export var GetAccountStatus = [
2205
1885
  9,
2206
1886
  n0,
2207
1887
  _GAS,
2208
- {
2209
- [_h]: ["GET", "/account/status", 200],
2210
- },
1888
+ { [_h]: ["GET", "/account/status", 200] },
2211
1889
  () => GetAccountStatusRequest,
2212
1890
  () => GetAccountStatusResponse,
2213
1891
  ];
@@ -2215,9 +1893,7 @@ export var GetAssessment = [
2215
1893
  9,
2216
1894
  n0,
2217
1895
  _GA,
2218
- {
2219
- [_h]: ["GET", "/assessments/{assessmentId}", 200],
2220
- },
1896
+ { [_h]: ["GET", "/assessments/{assessmentId}", 200] },
2221
1897
  () => GetAssessmentRequest,
2222
1898
  () => GetAssessmentResponse,
2223
1899
  ];
@@ -2225,9 +1901,7 @@ export var GetAssessmentFramework = [
2225
1901
  9,
2226
1902
  n0,
2227
1903
  _GAF,
2228
- {
2229
- [_h]: ["GET", "/assessmentFrameworks/{frameworkId}", 200],
2230
- },
1904
+ { [_h]: ["GET", "/assessmentFrameworks/{frameworkId}", 200] },
2231
1905
  () => GetAssessmentFrameworkRequest,
2232
1906
  () => GetAssessmentFrameworkResponse,
2233
1907
  ];
@@ -2235,9 +1909,7 @@ export var GetAssessmentReportUrl = [
2235
1909
  9,
2236
1910
  n0,
2237
1911
  _GARU,
2238
- {
2239
- [_h]: ["GET", "/assessments/{assessmentId}/reports/{assessmentReportId}/url", 200],
2240
- },
1912
+ { [_h]: ["GET", "/assessments/{assessmentId}/reports/{assessmentReportId}/url", 200] },
2241
1913
  () => GetAssessmentReportUrlRequest,
2242
1914
  () => GetAssessmentReportUrlResponse,
2243
1915
  ];
@@ -2245,9 +1917,7 @@ export var GetChangeLogs = [
2245
1917
  9,
2246
1918
  n0,
2247
1919
  _GCL,
2248
- {
2249
- [_h]: ["GET", "/assessments/{assessmentId}/changelogs", 200],
2250
- },
1920
+ { [_h]: ["GET", "/assessments/{assessmentId}/changelogs", 200] },
2251
1921
  () => GetChangeLogsRequest,
2252
1922
  () => GetChangeLogsResponse,
2253
1923
  ];
@@ -2255,9 +1925,7 @@ export var GetControl = [
2255
1925
  9,
2256
1926
  n0,
2257
1927
  _GC,
2258
- {
2259
- [_h]: ["GET", "/controls/{controlId}", 200],
2260
- },
1928
+ { [_h]: ["GET", "/controls/{controlId}", 200] },
2261
1929
  () => GetControlRequest,
2262
1930
  () => GetControlResponse,
2263
1931
  ];
@@ -2265,9 +1933,7 @@ export var GetDelegations = [
2265
1933
  9,
2266
1934
  n0,
2267
1935
  _GD,
2268
- {
2269
- [_h]: ["GET", "/delegations", 200],
2270
- },
1936
+ { [_h]: ["GET", "/delegations", 200] },
2271
1937
  () => GetDelegationsRequest,
2272
1938
  () => GetDelegationsResponse,
2273
1939
  ];
@@ -2303,9 +1969,7 @@ export var GetEvidenceFileUploadUrl = [
2303
1969
  9,
2304
1970
  n0,
2305
1971
  _GEFUU,
2306
- {
2307
- [_h]: ["GET", "/evidenceFileUploadUrl", 200],
2308
- },
1972
+ { [_h]: ["GET", "/evidenceFileUploadUrl", 200] },
2309
1973
  () => GetEvidenceFileUploadUrlRequest,
2310
1974
  () => GetEvidenceFileUploadUrlResponse,
2311
1975
  ];
@@ -2313,9 +1977,7 @@ export var GetEvidenceFolder = [
2313
1977
  9,
2314
1978
  n0,
2315
1979
  _GEF,
2316
- {
2317
- [_h]: ["GET", "/assessments/{assessmentId}/controlSets/{controlSetId}/evidenceFolders/{evidenceFolderId}", 200],
2318
- },
1980
+ { [_h]: ["GET", "/assessments/{assessmentId}/controlSets/{controlSetId}/evidenceFolders/{evidenceFolderId}", 200] },
2319
1981
  () => GetEvidenceFolderRequest,
2320
1982
  () => GetEvidenceFolderResponse,
2321
1983
  ];
@@ -2323,9 +1985,7 @@ export var GetEvidenceFoldersByAssessment = [
2323
1985
  9,
2324
1986
  n0,
2325
1987
  _GEFBA,
2326
- {
2327
- [_h]: ["GET", "/assessments/{assessmentId}/evidenceFolders", 200],
2328
- },
1988
+ { [_h]: ["GET", "/assessments/{assessmentId}/evidenceFolders", 200] },
2329
1989
  () => GetEvidenceFoldersByAssessmentRequest,
2330
1990
  () => GetEvidenceFoldersByAssessmentResponse,
2331
1991
  ];
@@ -2343,9 +2003,7 @@ export var GetInsights = [
2343
2003
  9,
2344
2004
  n0,
2345
2005
  _GI,
2346
- {
2347
- [_h]: ["GET", "/insights", 200],
2348
- },
2006
+ { [_h]: ["GET", "/insights", 200] },
2349
2007
  () => GetInsightsRequest,
2350
2008
  () => GetInsightsResponse,
2351
2009
  ];
@@ -2353,9 +2011,7 @@ export var GetInsightsByAssessment = [
2353
2011
  9,
2354
2012
  n0,
2355
2013
  _GIBA,
2356
- {
2357
- [_h]: ["GET", "/insights/assessments/{assessmentId}", 200],
2358
- },
2014
+ { [_h]: ["GET", "/insights/assessments/{assessmentId}", 200] },
2359
2015
  () => GetInsightsByAssessmentRequest,
2360
2016
  () => GetInsightsByAssessmentResponse,
2361
2017
  ];
@@ -2363,9 +2019,7 @@ export var GetOrganizationAdminAccount = [
2363
2019
  9,
2364
2020
  n0,
2365
2021
  _GOAA,
2366
- {
2367
- [_h]: ["GET", "/account/organizationAdminAccount", 200],
2368
- },
2022
+ { [_h]: ["GET", "/account/organizationAdminAccount", 200] },
2369
2023
  () => GetOrganizationAdminAccountRequest,
2370
2024
  () => GetOrganizationAdminAccountResponse,
2371
2025
  ];
@@ -2373,9 +2027,7 @@ export var GetServicesInScope = [
2373
2027
  9,
2374
2028
  n0,
2375
2029
  _GSIS,
2376
- {
2377
- [_h]: ["GET", "/services", 200],
2378
- },
2030
+ { [_h]: ["GET", "/services", 200] },
2379
2031
  () => GetServicesInScopeRequest,
2380
2032
  () => GetServicesInScopeResponse,
2381
2033
  ];
@@ -2383,9 +2035,7 @@ export var GetSettings = [
2383
2035
  9,
2384
2036
  n0,
2385
2037
  _GS,
2386
- {
2387
- [_h]: ["GET", "/settings/{attribute}", 200],
2388
- },
2038
+ { [_h]: ["GET", "/settings/{attribute}", 200] },
2389
2039
  () => GetSettingsRequest,
2390
2040
  () => GetSettingsResponse,
2391
2041
  ];
@@ -2393,9 +2043,7 @@ export var ListAssessmentControlInsightsByControlDomain = [
2393
2043
  9,
2394
2044
  n0,
2395
2045
  _LACIBCD,
2396
- {
2397
- [_h]: ["GET", "/insights/controls-by-assessment", 200],
2398
- },
2046
+ { [_h]: ["GET", "/insights/controls-by-assessment", 200] },
2399
2047
  () => ListAssessmentControlInsightsByControlDomainRequest,
2400
2048
  () => ListAssessmentControlInsightsByControlDomainResponse,
2401
2049
  ];
@@ -2403,9 +2051,7 @@ export var ListAssessmentFrameworks = [
2403
2051
  9,
2404
2052
  n0,
2405
2053
  _LAF,
2406
- {
2407
- [_h]: ["GET", "/assessmentFrameworks", 200],
2408
- },
2054
+ { [_h]: ["GET", "/assessmentFrameworks", 200] },
2409
2055
  () => ListAssessmentFrameworksRequest,
2410
2056
  () => ListAssessmentFrameworksResponse,
2411
2057
  ];
@@ -2413,9 +2059,7 @@ export var ListAssessmentFrameworkShareRequests = [
2413
2059
  9,
2414
2060
  n0,
2415
2061
  _LAFSR,
2416
- {
2417
- [_h]: ["GET", "/assessmentFrameworkShareRequests", 200],
2418
- },
2062
+ { [_h]: ["GET", "/assessmentFrameworkShareRequests", 200] },
2419
2063
  () => ListAssessmentFrameworkShareRequestsRequest,
2420
2064
  () => ListAssessmentFrameworkShareRequestsResponse,
2421
2065
  ];
@@ -2423,9 +2067,7 @@ export var ListAssessmentReports = [
2423
2067
  9,
2424
2068
  n0,
2425
2069
  _LARis,
2426
- {
2427
- [_h]: ["GET", "/assessmentReports", 200],
2428
- },
2070
+ { [_h]: ["GET", "/assessmentReports", 200] },
2429
2071
  () => ListAssessmentReportsRequest,
2430
2072
  () => ListAssessmentReportsResponse,
2431
2073
  ];
@@ -2433,9 +2075,7 @@ export var ListAssessments = [
2433
2075
  9,
2434
2076
  n0,
2435
2077
  _LA,
2436
- {
2437
- [_h]: ["GET", "/assessments", 200],
2438
- },
2078
+ { [_h]: ["GET", "/assessments", 200] },
2439
2079
  () => ListAssessmentsRequest,
2440
2080
  () => ListAssessmentsResponse,
2441
2081
  ];
@@ -2443,9 +2083,7 @@ export var ListControlDomainInsights = [
2443
2083
  9,
2444
2084
  n0,
2445
2085
  _LCDI,
2446
- {
2447
- [_h]: ["GET", "/insights/control-domains", 200],
2448
- },
2086
+ { [_h]: ["GET", "/insights/control-domains", 200] },
2449
2087
  () => ListControlDomainInsightsRequest,
2450
2088
  () => ListControlDomainInsightsResponse,
2451
2089
  ];
@@ -2453,9 +2091,7 @@ export var ListControlDomainInsightsByAssessment = [
2453
2091
  9,
2454
2092
  n0,
2455
2093
  _LCDIBA,
2456
- {
2457
- [_h]: ["GET", "/insights/control-domains-by-assessment", 200],
2458
- },
2094
+ { [_h]: ["GET", "/insights/control-domains-by-assessment", 200] },
2459
2095
  () => ListControlDomainInsightsByAssessmentRequest,
2460
2096
  () => ListControlDomainInsightsByAssessmentResponse,
2461
2097
  ];
@@ -2463,9 +2099,7 @@ export var ListControlInsightsByControlDomain = [
2463
2099
  9,
2464
2100
  n0,
2465
2101
  _LCIBCD,
2466
- {
2467
- [_h]: ["GET", "/insights/controls", 200],
2468
- },
2102
+ { [_h]: ["GET", "/insights/controls", 200] },
2469
2103
  () => ListControlInsightsByControlDomainRequest,
2470
2104
  () => ListControlInsightsByControlDomainResponse,
2471
2105
  ];
@@ -2473,9 +2107,7 @@ export var ListControls = [
2473
2107
  9,
2474
2108
  n0,
2475
2109
  _LC,
2476
- {
2477
- [_h]: ["GET", "/controls", 200],
2478
- },
2110
+ { [_h]: ["GET", "/controls", 200] },
2479
2111
  () => ListControlsRequest,
2480
2112
  () => ListControlsResponse,
2481
2113
  ];
@@ -2483,9 +2115,7 @@ export var ListKeywordsForDataSource = [
2483
2115
  9,
2484
2116
  n0,
2485
2117
  _LKFDS,
2486
- {
2487
- [_h]: ["GET", "/dataSourceKeywords", 200],
2488
- },
2118
+ { [_h]: ["GET", "/dataSourceKeywords", 200] },
2489
2119
  () => ListKeywordsForDataSourceRequest,
2490
2120
  () => ListKeywordsForDataSourceResponse,
2491
2121
  ];
@@ -2493,9 +2123,7 @@ export var ListNotifications = [
2493
2123
  9,
2494
2124
  n0,
2495
2125
  _LN,
2496
- {
2497
- [_h]: ["GET", "/notifications", 200],
2498
- },
2126
+ { [_h]: ["GET", "/notifications", 200] },
2499
2127
  () => ListNotificationsRequest,
2500
2128
  () => ListNotificationsResponse,
2501
2129
  ];
@@ -2503,9 +2131,7 @@ export var ListTagsForResource = [
2503
2131
  9,
2504
2132
  n0,
2505
2133
  _LTFR,
2506
- {
2507
- [_h]: ["GET", "/tags/{resourceArn}", 200],
2508
- },
2134
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
2509
2135
  () => ListTagsForResourceRequest,
2510
2136
  () => ListTagsForResourceResponse,
2511
2137
  ];
@@ -2513,9 +2139,7 @@ export var RegisterAccount = [
2513
2139
  9,
2514
2140
  n0,
2515
2141
  _RA,
2516
- {
2517
- [_h]: ["POST", "/account/registerAccount", 200],
2518
- },
2142
+ { [_h]: ["POST", "/account/registerAccount", 200] },
2519
2143
  () => RegisterAccountRequest,
2520
2144
  () => RegisterAccountResponse,
2521
2145
  ];
@@ -2523,9 +2147,7 @@ export var RegisterOrganizationAdminAccount = [
2523
2147
  9,
2524
2148
  n0,
2525
2149
  _ROAA,
2526
- {
2527
- [_h]: ["POST", "/account/registerOrganizationAdminAccount", 200],
2528
- },
2150
+ { [_h]: ["POST", "/account/registerOrganizationAdminAccount", 200] },
2529
2151
  () => RegisterOrganizationAdminAccountRequest,
2530
2152
  () => RegisterOrganizationAdminAccountResponse,
2531
2153
  ];
@@ -2533,9 +2155,7 @@ export var StartAssessmentFrameworkShare = [
2533
2155
  9,
2534
2156
  n0,
2535
2157
  _SAFS,
2536
- {
2537
- [_h]: ["POST", "/assessmentFrameworks/{frameworkId}/shareRequests", 200],
2538
- },
2158
+ { [_h]: ["POST", "/assessmentFrameworks/{frameworkId}/shareRequests", 200] },
2539
2159
  () => StartAssessmentFrameworkShareRequest,
2540
2160
  () => StartAssessmentFrameworkShareResponse,
2541
2161
  ];
@@ -2543,9 +2163,7 @@ export var TagResource = [
2543
2163
  9,
2544
2164
  n0,
2545
2165
  _TR,
2546
- {
2547
- [_h]: ["POST", "/tags/{resourceArn}", 200],
2548
- },
2166
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
2549
2167
  () => TagResourceRequest,
2550
2168
  () => TagResourceResponse,
2551
2169
  ];
@@ -2553,9 +2171,7 @@ export var UntagResource = [
2553
2171
  9,
2554
2172
  n0,
2555
2173
  _UR,
2556
- {
2557
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
2558
- },
2174
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
2559
2175
  () => UntagResourceRequest,
2560
2176
  () => UntagResourceResponse,
2561
2177
  ];
@@ -2563,9 +2179,7 @@ export var UpdateAssessment = [
2563
2179
  9,
2564
2180
  n0,
2565
2181
  _UA,
2566
- {
2567
- [_h]: ["PUT", "/assessments/{assessmentId}", 200],
2568
- },
2182
+ { [_h]: ["PUT", "/assessments/{assessmentId}", 200] },
2569
2183
  () => UpdateAssessmentRequest,
2570
2184
  () => UpdateAssessmentResponse,
2571
2185
  ];
@@ -2573,9 +2187,7 @@ export var UpdateAssessmentControl = [
2573
2187
  9,
2574
2188
  n0,
2575
2189
  _UAC,
2576
- {
2577
- [_h]: ["PUT", "/assessments/{assessmentId}/controlSets/{controlSetId}/controls/{controlId}", 200],
2578
- },
2190
+ { [_h]: ["PUT", "/assessments/{assessmentId}/controlSets/{controlSetId}/controls/{controlId}", 200] },
2579
2191
  () => UpdateAssessmentControlRequest,
2580
2192
  () => UpdateAssessmentControlResponse,
2581
2193
  ];
@@ -2583,9 +2195,7 @@ export var UpdateAssessmentControlSetStatus = [
2583
2195
  9,
2584
2196
  n0,
2585
2197
  _UACSS,
2586
- {
2587
- [_h]: ["PUT", "/assessments/{assessmentId}/controlSets/{controlSetId}/status", 200],
2588
- },
2198
+ { [_h]: ["PUT", "/assessments/{assessmentId}/controlSets/{controlSetId}/status", 200] },
2589
2199
  () => UpdateAssessmentControlSetStatusRequest,
2590
2200
  () => UpdateAssessmentControlSetStatusResponse,
2591
2201
  ];
@@ -2593,9 +2203,7 @@ export var UpdateAssessmentFramework = [
2593
2203
  9,
2594
2204
  n0,
2595
2205
  _UAF,
2596
- {
2597
- [_h]: ["PUT", "/assessmentFrameworks/{frameworkId}", 200],
2598
- },
2206
+ { [_h]: ["PUT", "/assessmentFrameworks/{frameworkId}", 200] },
2599
2207
  () => UpdateAssessmentFrameworkRequest,
2600
2208
  () => UpdateAssessmentFrameworkResponse,
2601
2209
  ];
@@ -2603,9 +2211,7 @@ export var UpdateAssessmentFrameworkShare = [
2603
2211
  9,
2604
2212
  n0,
2605
2213
  _UAFS,
2606
- {
2607
- [_h]: ["PUT", "/assessmentFrameworkShareRequests/{requestId}", 200],
2608
- },
2214
+ { [_h]: ["PUT", "/assessmentFrameworkShareRequests/{requestId}", 200] },
2609
2215
  () => UpdateAssessmentFrameworkShareRequest,
2610
2216
  () => UpdateAssessmentFrameworkShareResponse,
2611
2217
  ];
@@ -2613,9 +2219,7 @@ export var UpdateAssessmentStatus = [
2613
2219
  9,
2614
2220
  n0,
2615
2221
  _UAS,
2616
- {
2617
- [_h]: ["PUT", "/assessments/{assessmentId}/status", 200],
2618
- },
2222
+ { [_h]: ["PUT", "/assessments/{assessmentId}/status", 200] },
2619
2223
  () => UpdateAssessmentStatusRequest,
2620
2224
  () => UpdateAssessmentStatusResponse,
2621
2225
  ];
@@ -2623,9 +2227,7 @@ export var UpdateControl = [
2623
2227
  9,
2624
2228
  n0,
2625
2229
  _UC,
2626
- {
2627
- [_h]: ["PUT", "/controls/{controlId}", 200],
2628
- },
2230
+ { [_h]: ["PUT", "/controls/{controlId}", 200] },
2629
2231
  () => UpdateControlRequest,
2630
2232
  () => UpdateControlResponse,
2631
2233
  ];
@@ -2633,9 +2235,7 @@ export var UpdateSettings = [
2633
2235
  9,
2634
2236
  n0,
2635
2237
  _US,
2636
- {
2637
- [_h]: ["PUT", "/settings", 200],
2638
- },
2238
+ { [_h]: ["PUT", "/settings", 200] },
2639
2239
  () => UpdateSettingsRequest,
2640
2240
  () => UpdateSettingsResponse,
2641
2241
  ];
@@ -2643,9 +2243,7 @@ export var ValidateAssessmentReportIntegrity = [
2643
2243
  9,
2644
2244
  n0,
2645
2245
  _VARI,
2646
- {
2647
- [_h]: ["POST", "/assessmentReports/integrity", 200],
2648
- },
2246
+ { [_h]: ["POST", "/assessmentReports/integrity", 200] },
2649
2247
  () => ValidateAssessmentReportIntegrityRequest,
2650
2248
  () => ValidateAssessmentReportIntegrityResponse,
2651
2249
  ];