@aws-sdk/client-inspector2 3.758.0 → 3.766.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
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AccountSortBy: () => AccountSortBy,
|
|
26
26
|
AggregationFindingType: () => AggregationFindingType,
|
|
@@ -204,7 +204,7 @@ __export(src_exports, {
|
|
|
204
204
|
paginateListUsageTotals: () => paginateListUsageTotals,
|
|
205
205
|
paginateSearchVulnerabilities: () => paginateSearchVulnerabilities
|
|
206
206
|
});
|
|
207
|
-
module.exports = __toCommonJS(
|
|
207
|
+
module.exports = __toCommonJS(index_exports);
|
|
208
208
|
|
|
209
209
|
// src/Inspector2Client.ts
|
|
210
210
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -331,9 +331,9 @@ var Inspector2Client = class extends import_smithy_client.Client {
|
|
|
331
331
|
this.middlewareStack.use(
|
|
332
332
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
333
333
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultInspector2HttpAuthSchemeParametersProvider,
|
|
334
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
334
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
335
335
|
"aws.auth#sigv4": config.credentials
|
|
336
|
-
})
|
|
336
|
+
}), "identityProviderConfigProvider")
|
|
337
337
|
})
|
|
338
338
|
);
|
|
339
339
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -510,26 +510,17 @@ var TitleSortBy = {
|
|
|
510
510
|
var AggregationRequest;
|
|
511
511
|
((AggregationRequest3) => {
|
|
512
512
|
AggregationRequest3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
513
|
-
if (value.accountAggregation !== void 0)
|
|
514
|
-
|
|
515
|
-
if (value.amiAggregation !== void 0)
|
|
516
|
-
return visitor.amiAggregation(value.amiAggregation);
|
|
513
|
+
if (value.accountAggregation !== void 0) return visitor.accountAggregation(value.accountAggregation);
|
|
514
|
+
if (value.amiAggregation !== void 0) return visitor.amiAggregation(value.amiAggregation);
|
|
517
515
|
if (value.awsEcrContainerAggregation !== void 0)
|
|
518
516
|
return visitor.awsEcrContainerAggregation(value.awsEcrContainerAggregation);
|
|
519
|
-
if (value.ec2InstanceAggregation !== void 0)
|
|
520
|
-
|
|
521
|
-
if (value.
|
|
522
|
-
|
|
523
|
-
if (value.
|
|
524
|
-
|
|
525
|
-
if (value.
|
|
526
|
-
return visitor.packageAggregation(value.packageAggregation);
|
|
527
|
-
if (value.repositoryAggregation !== void 0)
|
|
528
|
-
return visitor.repositoryAggregation(value.repositoryAggregation);
|
|
529
|
-
if (value.titleAggregation !== void 0)
|
|
530
|
-
return visitor.titleAggregation(value.titleAggregation);
|
|
531
|
-
if (value.lambdaLayerAggregation !== void 0)
|
|
532
|
-
return visitor.lambdaLayerAggregation(value.lambdaLayerAggregation);
|
|
517
|
+
if (value.ec2InstanceAggregation !== void 0) return visitor.ec2InstanceAggregation(value.ec2InstanceAggregation);
|
|
518
|
+
if (value.findingTypeAggregation !== void 0) return visitor.findingTypeAggregation(value.findingTypeAggregation);
|
|
519
|
+
if (value.imageLayerAggregation !== void 0) return visitor.imageLayerAggregation(value.imageLayerAggregation);
|
|
520
|
+
if (value.packageAggregation !== void 0) return visitor.packageAggregation(value.packageAggregation);
|
|
521
|
+
if (value.repositoryAggregation !== void 0) return visitor.repositoryAggregation(value.repositoryAggregation);
|
|
522
|
+
if (value.titleAggregation !== void 0) return visitor.titleAggregation(value.titleAggregation);
|
|
523
|
+
if (value.lambdaLayerAggregation !== void 0) return visitor.lambdaLayerAggregation(value.lambdaLayerAggregation);
|
|
533
524
|
if (value.lambdaFunctionAggregation !== void 0)
|
|
534
525
|
return visitor.lambdaFunctionAggregation(value.lambdaFunctionAggregation);
|
|
535
526
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -538,26 +529,17 @@ var AggregationRequest;
|
|
|
538
529
|
var AggregationResponse;
|
|
539
530
|
((AggregationResponse3) => {
|
|
540
531
|
AggregationResponse3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
541
|
-
if (value.accountAggregation !== void 0)
|
|
542
|
-
|
|
543
|
-
if (value.amiAggregation !== void 0)
|
|
544
|
-
return visitor.amiAggregation(value.amiAggregation);
|
|
532
|
+
if (value.accountAggregation !== void 0) return visitor.accountAggregation(value.accountAggregation);
|
|
533
|
+
if (value.amiAggregation !== void 0) return visitor.amiAggregation(value.amiAggregation);
|
|
545
534
|
if (value.awsEcrContainerAggregation !== void 0)
|
|
546
535
|
return visitor.awsEcrContainerAggregation(value.awsEcrContainerAggregation);
|
|
547
|
-
if (value.ec2InstanceAggregation !== void 0)
|
|
548
|
-
|
|
549
|
-
if (value.
|
|
550
|
-
|
|
551
|
-
if (value.
|
|
552
|
-
|
|
553
|
-
if (value.
|
|
554
|
-
return visitor.packageAggregation(value.packageAggregation);
|
|
555
|
-
if (value.repositoryAggregation !== void 0)
|
|
556
|
-
return visitor.repositoryAggregation(value.repositoryAggregation);
|
|
557
|
-
if (value.titleAggregation !== void 0)
|
|
558
|
-
return visitor.titleAggregation(value.titleAggregation);
|
|
559
|
-
if (value.lambdaLayerAggregation !== void 0)
|
|
560
|
-
return visitor.lambdaLayerAggregation(value.lambdaLayerAggregation);
|
|
536
|
+
if (value.ec2InstanceAggregation !== void 0) return visitor.ec2InstanceAggregation(value.ec2InstanceAggregation);
|
|
537
|
+
if (value.findingTypeAggregation !== void 0) return visitor.findingTypeAggregation(value.findingTypeAggregation);
|
|
538
|
+
if (value.imageLayerAggregation !== void 0) return visitor.imageLayerAggregation(value.imageLayerAggregation);
|
|
539
|
+
if (value.packageAggregation !== void 0) return visitor.packageAggregation(value.packageAggregation);
|
|
540
|
+
if (value.repositoryAggregation !== void 0) return visitor.repositoryAggregation(value.repositoryAggregation);
|
|
541
|
+
if (value.titleAggregation !== void 0) return visitor.titleAggregation(value.titleAggregation);
|
|
542
|
+
if (value.lambdaLayerAggregation !== void 0) return visitor.lambdaLayerAggregation(value.lambdaLayerAggregation);
|
|
561
543
|
if (value.lambdaFunctionAggregation !== void 0)
|
|
562
544
|
return visitor.lambdaFunctionAggregation(value.lambdaFunctionAggregation);
|
|
563
545
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -842,14 +824,10 @@ var Day = {
|
|
|
842
824
|
var Schedule;
|
|
843
825
|
((Schedule3) => {
|
|
844
826
|
Schedule3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
845
|
-
if (value.oneTime !== void 0)
|
|
846
|
-
|
|
847
|
-
if (value.
|
|
848
|
-
|
|
849
|
-
if (value.weekly !== void 0)
|
|
850
|
-
return visitor.weekly(value.weekly);
|
|
851
|
-
if (value.monthly !== void 0)
|
|
852
|
-
return visitor.monthly(value.monthly);
|
|
827
|
+
if (value.oneTime !== void 0) return visitor.oneTime(value.oneTime);
|
|
828
|
+
if (value.daily !== void 0) return visitor.daily(value.daily);
|
|
829
|
+
if (value.weekly !== void 0) return visitor.weekly(value.weekly);
|
|
830
|
+
if (value.monthly !== void 0) return visitor.monthly(value.monthly);
|
|
853
831
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
854
832
|
}, "visit");
|
|
855
833
|
})(Schedule || (Schedule = {}));
|
|
@@ -1186,7 +1164,7 @@ var se_BatchGetAccountStatusCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1186
1164
|
let body;
|
|
1187
1165
|
body = JSON.stringify(
|
|
1188
1166
|
(0, import_smithy_client.take)(input, {
|
|
1189
|
-
accountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1167
|
+
accountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountIds")
|
|
1190
1168
|
})
|
|
1191
1169
|
);
|
|
1192
1170
|
b.m("POST").h(headers).b(body);
|
|
@@ -1201,7 +1179,7 @@ var se_BatchGetCodeSnippetCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1201
1179
|
let body;
|
|
1202
1180
|
body = JSON.stringify(
|
|
1203
1181
|
(0, import_smithy_client.take)(input, {
|
|
1204
|
-
findingArns: (_) => (0, import_smithy_client._json)(_)
|
|
1182
|
+
findingArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "findingArns")
|
|
1205
1183
|
})
|
|
1206
1184
|
);
|
|
1207
1185
|
b.m("POST").h(headers).b(body);
|
|
@@ -1216,7 +1194,7 @@ var se_BatchGetFindingDetailsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1216
1194
|
let body;
|
|
1217
1195
|
body = JSON.stringify(
|
|
1218
1196
|
(0, import_smithy_client.take)(input, {
|
|
1219
|
-
findingArns: (_) => (0, import_smithy_client._json)(_)
|
|
1197
|
+
findingArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "findingArns")
|
|
1220
1198
|
})
|
|
1221
1199
|
);
|
|
1222
1200
|
b.m("POST").h(headers).b(body);
|
|
@@ -1231,7 +1209,7 @@ var se_BatchGetFreeTrialInfoCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1231
1209
|
let body;
|
|
1232
1210
|
body = JSON.stringify(
|
|
1233
1211
|
(0, import_smithy_client.take)(input, {
|
|
1234
|
-
accountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1212
|
+
accountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountIds")
|
|
1235
1213
|
})
|
|
1236
1214
|
);
|
|
1237
1215
|
b.m("POST").h(headers).b(body);
|
|
@@ -1246,7 +1224,7 @@ var se_BatchGetMemberEc2DeepInspectionStatusCommand = /* @__PURE__ */ __name(asy
|
|
|
1246
1224
|
let body;
|
|
1247
1225
|
body = JSON.stringify(
|
|
1248
1226
|
(0, import_smithy_client.take)(input, {
|
|
1249
|
-
accountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1227
|
+
accountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountIds")
|
|
1250
1228
|
})
|
|
1251
1229
|
);
|
|
1252
1230
|
b.m("POST").h(headers).b(body);
|
|
@@ -1261,7 +1239,7 @@ var se_BatchUpdateMemberEc2DeepInspectionStatusCommand = /* @__PURE__ */ __name(
|
|
|
1261
1239
|
let body;
|
|
1262
1240
|
body = JSON.stringify(
|
|
1263
1241
|
(0, import_smithy_client.take)(input, {
|
|
1264
|
-
accountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1242
|
+
accountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountIds")
|
|
1265
1243
|
})
|
|
1266
1244
|
);
|
|
1267
1245
|
b.m("POST").h(headers).b(body);
|
|
@@ -1307,10 +1285,10 @@ var se_CreateCisScanConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1307
1285
|
body = JSON.stringify(
|
|
1308
1286
|
(0, import_smithy_client.take)(input, {
|
|
1309
1287
|
scanName: [],
|
|
1310
|
-
schedule: (_) => (0, import_smithy_client._json)(_),
|
|
1288
|
+
schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedule"),
|
|
1311
1289
|
securityLevel: [],
|
|
1312
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1313
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
1290
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1291
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
1314
1292
|
})
|
|
1315
1293
|
);
|
|
1316
1294
|
b.m("POST").h(headers).b(body);
|
|
@@ -1327,10 +1305,10 @@ var se_CreateFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1327
1305
|
(0, import_smithy_client.take)(input, {
|
|
1328
1306
|
action: [],
|
|
1329
1307
|
description: [],
|
|
1330
|
-
filterCriteria: (_) => se_FilterCriteria(_, context),
|
|
1308
|
+
filterCriteria: /* @__PURE__ */ __name((_) => se_FilterCriteria(_, context), "filterCriteria"),
|
|
1331
1309
|
name: [],
|
|
1332
1310
|
reason: [],
|
|
1333
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1311
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1334
1312
|
})
|
|
1335
1313
|
);
|
|
1336
1314
|
b.m("POST").h(headers).b(body);
|
|
@@ -1345,9 +1323,9 @@ var se_CreateFindingsReportCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1345
1323
|
let body;
|
|
1346
1324
|
body = JSON.stringify(
|
|
1347
1325
|
(0, import_smithy_client.take)(input, {
|
|
1348
|
-
filterCriteria: (_) => se_FilterCriteria(_, context),
|
|
1326
|
+
filterCriteria: /* @__PURE__ */ __name((_) => se_FilterCriteria(_, context), "filterCriteria"),
|
|
1349
1327
|
reportFormat: [],
|
|
1350
|
-
s3Destination: (_) => (0, import_smithy_client._json)(_)
|
|
1328
|
+
s3Destination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "s3Destination")
|
|
1351
1329
|
})
|
|
1352
1330
|
);
|
|
1353
1331
|
b.m("POST").h(headers).b(body);
|
|
@@ -1363,8 +1341,8 @@ var se_CreateSbomExportCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1363
1341
|
body = JSON.stringify(
|
|
1364
1342
|
(0, import_smithy_client.take)(input, {
|
|
1365
1343
|
reportFormat: [],
|
|
1366
|
-
resourceFilterCriteria: (_) => (0, import_smithy_client._json)(_),
|
|
1367
|
-
s3Destination: (_) => (0, import_smithy_client._json)(_)
|
|
1344
|
+
resourceFilterCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceFilterCriteria"),
|
|
1345
|
+
s3Destination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "s3Destination")
|
|
1368
1346
|
})
|
|
1369
1347
|
);
|
|
1370
1348
|
b.m("POST").h(headers).b(body);
|
|
@@ -1417,8 +1395,8 @@ var se_DisableCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1417
1395
|
let body;
|
|
1418
1396
|
body = JSON.stringify(
|
|
1419
1397
|
(0, import_smithy_client.take)(input, {
|
|
1420
|
-
accountIds: (_) => (0, import_smithy_client._json)(_),
|
|
1421
|
-
resourceTypes: (_) => (0, import_smithy_client._json)(_)
|
|
1398
|
+
accountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountIds"),
|
|
1399
|
+
resourceTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceTypes")
|
|
1422
1400
|
})
|
|
1423
1401
|
);
|
|
1424
1402
|
b.m("POST").h(headers).b(body);
|
|
@@ -1463,9 +1441,9 @@ var se_EnableCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1463
1441
|
let body;
|
|
1464
1442
|
body = JSON.stringify(
|
|
1465
1443
|
(0, import_smithy_client.take)(input, {
|
|
1466
|
-
accountIds: (_) => (0, import_smithy_client._json)(_),
|
|
1444
|
+
accountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountIds"),
|
|
1467
1445
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1468
|
-
resourceTypes: (_) => (0, import_smithy_client._json)(_)
|
|
1446
|
+
resourceTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceTypes")
|
|
1469
1447
|
})
|
|
1470
1448
|
);
|
|
1471
1449
|
b.m("POST").h(headers).b(body);
|
|
@@ -1498,7 +1476,7 @@ var se_GetCisScanReportCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1498
1476
|
(0, import_smithy_client.take)(input, {
|
|
1499
1477
|
reportFormat: [],
|
|
1500
1478
|
scanArn: [],
|
|
1501
|
-
targetAccounts: (_) => (0, import_smithy_client._json)(_)
|
|
1479
|
+
targetAccounts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetAccounts")
|
|
1502
1480
|
})
|
|
1503
1481
|
);
|
|
1504
1482
|
b.m("POST").h(headers).b(body);
|
|
@@ -1514,7 +1492,7 @@ var se_GetCisScanResultDetailsCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1514
1492
|
body = JSON.stringify(
|
|
1515
1493
|
(0, import_smithy_client.take)(input, {
|
|
1516
1494
|
accountId: [],
|
|
1517
|
-
filterCriteria: (_) => (0, import_smithy_client._json)(_),
|
|
1495
|
+
filterCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filterCriteria"),
|
|
1518
1496
|
maxResults: [],
|
|
1519
1497
|
nextToken: [],
|
|
1520
1498
|
scanArn: [],
|
|
@@ -1633,7 +1611,7 @@ var se_ListCisScanConfigurationsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1633
1611
|
let body;
|
|
1634
1612
|
body = JSON.stringify(
|
|
1635
1613
|
(0, import_smithy_client.take)(input, {
|
|
1636
|
-
filterCriteria: (_) => (0, import_smithy_client._json)(_),
|
|
1614
|
+
filterCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filterCriteria"),
|
|
1637
1615
|
maxResults: [],
|
|
1638
1616
|
nextToken: [],
|
|
1639
1617
|
sortBy: [],
|
|
@@ -1652,7 +1630,7 @@ var se_ListCisScanResultsAggregatedByChecksCommand = /* @__PURE__ */ __name(asyn
|
|
|
1652
1630
|
let body;
|
|
1653
1631
|
body = JSON.stringify(
|
|
1654
1632
|
(0, import_smithy_client.take)(input, {
|
|
1655
|
-
filterCriteria: (_) => (0, import_smithy_client._json)(_),
|
|
1633
|
+
filterCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filterCriteria"),
|
|
1656
1634
|
maxResults: [],
|
|
1657
1635
|
nextToken: [],
|
|
1658
1636
|
scanArn: [],
|
|
@@ -1672,7 +1650,7 @@ var se_ListCisScanResultsAggregatedByTargetResourceCommand = /* @__PURE__ */ __n
|
|
|
1672
1650
|
let body;
|
|
1673
1651
|
body = JSON.stringify(
|
|
1674
1652
|
(0, import_smithy_client.take)(input, {
|
|
1675
|
-
filterCriteria: (_) => (0, import_smithy_client._json)(_),
|
|
1653
|
+
filterCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filterCriteria"),
|
|
1676
1654
|
maxResults: [],
|
|
1677
1655
|
nextToken: [],
|
|
1678
1656
|
scanArn: [],
|
|
@@ -1693,7 +1671,7 @@ var se_ListCisScansCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1693
1671
|
body = JSON.stringify(
|
|
1694
1672
|
(0, import_smithy_client.take)(input, {
|
|
1695
1673
|
detailLevel: [],
|
|
1696
|
-
filterCriteria: (_) => se_ListCisScansFilterCriteria(_, context),
|
|
1674
|
+
filterCriteria: /* @__PURE__ */ __name((_) => se_ListCisScansFilterCriteria(_, context), "filterCriteria"),
|
|
1697
1675
|
maxResults: [],
|
|
1698
1676
|
nextToken: [],
|
|
1699
1677
|
sortBy: [],
|
|
@@ -1712,7 +1690,7 @@ var se_ListCoverageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1712
1690
|
let body;
|
|
1713
1691
|
body = JSON.stringify(
|
|
1714
1692
|
(0, import_smithy_client.take)(input, {
|
|
1715
|
-
filterCriteria: (_) => se_CoverageFilterCriteria(_, context),
|
|
1693
|
+
filterCriteria: /* @__PURE__ */ __name((_) => se_CoverageFilterCriteria(_, context), "filterCriteria"),
|
|
1716
1694
|
maxResults: [],
|
|
1717
1695
|
nextToken: []
|
|
1718
1696
|
})
|
|
@@ -1729,7 +1707,7 @@ var se_ListCoverageStatisticsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1729
1707
|
let body;
|
|
1730
1708
|
body = JSON.stringify(
|
|
1731
1709
|
(0, import_smithy_client.take)(input, {
|
|
1732
|
-
filterCriteria: (_) => se_CoverageFilterCriteria(_, context),
|
|
1710
|
+
filterCriteria: /* @__PURE__ */ __name((_) => se_CoverageFilterCriteria(_, context), "filterCriteria"),
|
|
1733
1711
|
groupBy: [],
|
|
1734
1712
|
nextToken: []
|
|
1735
1713
|
})
|
|
@@ -1763,7 +1741,7 @@ var se_ListFiltersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1763
1741
|
body = JSON.stringify(
|
|
1764
1742
|
(0, import_smithy_client.take)(input, {
|
|
1765
1743
|
action: [],
|
|
1766
|
-
arns: (_) => (0, import_smithy_client._json)(_),
|
|
1744
|
+
arns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "arns"),
|
|
1767
1745
|
maxResults: [],
|
|
1768
1746
|
nextToken: []
|
|
1769
1747
|
})
|
|
@@ -1780,8 +1758,8 @@ var se_ListFindingAggregationsCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1780
1758
|
let body;
|
|
1781
1759
|
body = JSON.stringify(
|
|
1782
1760
|
(0, import_smithy_client.take)(input, {
|
|
1783
|
-
accountIds: (_) => (0, import_smithy_client._json)(_),
|
|
1784
|
-
aggregationRequest: (_) => (0, import_smithy_client._json)(_),
|
|
1761
|
+
accountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountIds"),
|
|
1762
|
+
aggregationRequest: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "aggregationRequest"),
|
|
1785
1763
|
aggregationType: [],
|
|
1786
1764
|
maxResults: [],
|
|
1787
1765
|
nextToken: []
|
|
@@ -1799,10 +1777,10 @@ var se_ListFindingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1799
1777
|
let body;
|
|
1800
1778
|
body = JSON.stringify(
|
|
1801
1779
|
(0, import_smithy_client.take)(input, {
|
|
1802
|
-
filterCriteria: (_) => se_FilterCriteria(_, context),
|
|
1780
|
+
filterCriteria: /* @__PURE__ */ __name((_) => se_FilterCriteria(_, context), "filterCriteria"),
|
|
1803
1781
|
maxResults: [],
|
|
1804
1782
|
nextToken: [],
|
|
1805
|
-
sortCriteria: (_) => (0, import_smithy_client._json)(_)
|
|
1783
|
+
sortCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortCriteria")
|
|
1806
1784
|
})
|
|
1807
1785
|
);
|
|
1808
1786
|
b.m("POST").h(headers).b(body);
|
|
@@ -1843,7 +1821,7 @@ var se_ListUsageTotalsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1843
1821
|
let body;
|
|
1844
1822
|
body = JSON.stringify(
|
|
1845
1823
|
(0, import_smithy_client.take)(input, {
|
|
1846
|
-
accountIds: (_) => (0, import_smithy_client._json)(_),
|
|
1824
|
+
accountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accountIds"),
|
|
1847
1825
|
maxResults: [],
|
|
1848
1826
|
nextToken: []
|
|
1849
1827
|
})
|
|
@@ -1876,7 +1854,7 @@ var se_SearchVulnerabilitiesCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1876
1854
|
let body;
|
|
1877
1855
|
body = JSON.stringify(
|
|
1878
1856
|
(0, import_smithy_client.take)(input, {
|
|
1879
|
-
filterCriteria: (_) => (0, import_smithy_client._json)(_),
|
|
1857
|
+
filterCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filterCriteria"),
|
|
1880
1858
|
nextToken: []
|
|
1881
1859
|
})
|
|
1882
1860
|
);
|
|
@@ -1908,7 +1886,7 @@ var se_SendCisSessionTelemetryCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1908
1886
|
let body;
|
|
1909
1887
|
body = JSON.stringify(
|
|
1910
1888
|
(0, import_smithy_client.take)(input, {
|
|
1911
|
-
messages: (_) => se_CisSessionMessages(_, context),
|
|
1889
|
+
messages: /* @__PURE__ */ __name((_) => se_CisSessionMessages(_, context), "messages"),
|
|
1912
1890
|
scanJobId: [],
|
|
1913
1891
|
sessionToken: []
|
|
1914
1892
|
})
|
|
@@ -1925,7 +1903,7 @@ var se_StartCisSessionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1925
1903
|
let body;
|
|
1926
1904
|
body = JSON.stringify(
|
|
1927
1905
|
(0, import_smithy_client.take)(input, {
|
|
1928
|
-
message: (_) => (0, import_smithy_client._json)(_),
|
|
1906
|
+
message: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "message"),
|
|
1929
1907
|
scanJobId: []
|
|
1930
1908
|
})
|
|
1931
1909
|
);
|
|
@@ -1941,7 +1919,7 @@ var se_StopCisSessionCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1941
1919
|
let body;
|
|
1942
1920
|
body = JSON.stringify(
|
|
1943
1921
|
(0, import_smithy_client.take)(input, {
|
|
1944
|
-
message: (_) => (0, import_smithy_client._json)(_),
|
|
1922
|
+
message: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "message"),
|
|
1945
1923
|
scanJobId: [],
|
|
1946
1924
|
sessionToken: []
|
|
1947
1925
|
})
|
|
@@ -1959,7 +1937,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1959
1937
|
let body;
|
|
1960
1938
|
body = JSON.stringify(
|
|
1961
1939
|
(0, import_smithy_client.take)(input, {
|
|
1962
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1940
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1963
1941
|
})
|
|
1964
1942
|
);
|
|
1965
1943
|
b.m("POST").h(headers).b(body);
|
|
@@ -1988,9 +1966,9 @@ var se_UpdateCisScanConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1988
1966
|
(0, import_smithy_client.take)(input, {
|
|
1989
1967
|
scanConfigurationArn: [],
|
|
1990
1968
|
scanName: [],
|
|
1991
|
-
schedule: (_) => (0, import_smithy_client._json)(_),
|
|
1969
|
+
schedule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "schedule"),
|
|
1992
1970
|
securityLevel: [],
|
|
1993
|
-
targets: (_) => (0, import_smithy_client._json)(_)
|
|
1971
|
+
targets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targets")
|
|
1994
1972
|
})
|
|
1995
1973
|
);
|
|
1996
1974
|
b.m("POST").h(headers).b(body);
|
|
@@ -2005,8 +1983,8 @@ var se_UpdateConfigurationCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2005
1983
|
let body;
|
|
2006
1984
|
body = JSON.stringify(
|
|
2007
1985
|
(0, import_smithy_client.take)(input, {
|
|
2008
|
-
ec2Configuration: (_) => (0, import_smithy_client._json)(_),
|
|
2009
|
-
ecrConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1986
|
+
ec2Configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ec2Configuration"),
|
|
1987
|
+
ecrConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ecrConfiguration")
|
|
2010
1988
|
})
|
|
2011
1989
|
);
|
|
2012
1990
|
b.m("POST").h(headers).b(body);
|
|
@@ -2022,7 +2000,7 @@ var se_UpdateEc2DeepInspectionConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
2022
2000
|
body = JSON.stringify(
|
|
2023
2001
|
(0, import_smithy_client.take)(input, {
|
|
2024
2002
|
activateDeepInspection: [],
|
|
2025
|
-
packagePaths: (_) => (0, import_smithy_client._json)(_)
|
|
2003
|
+
packagePaths: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "packagePaths")
|
|
2026
2004
|
})
|
|
2027
2005
|
);
|
|
2028
2006
|
b.m("POST").h(headers).b(body);
|
|
@@ -2057,7 +2035,7 @@ var se_UpdateFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2057
2035
|
action: [],
|
|
2058
2036
|
description: [],
|
|
2059
2037
|
filterArn: [],
|
|
2060
|
-
filterCriteria: (_) => se_FilterCriteria(_, context),
|
|
2038
|
+
filterCriteria: /* @__PURE__ */ __name((_) => se_FilterCriteria(_, context), "filterCriteria"),
|
|
2061
2039
|
name: [],
|
|
2062
2040
|
reason: []
|
|
2063
2041
|
})
|
|
@@ -2074,7 +2052,7 @@ var se_UpdateOrganizationConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
2074
2052
|
let body;
|
|
2075
2053
|
body = JSON.stringify(
|
|
2076
2054
|
(0, import_smithy_client.take)(input, {
|
|
2077
|
-
autoEnable: (_) => (0, import_smithy_client._json)(_)
|
|
2055
|
+
autoEnable: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoEnable")
|
|
2078
2056
|
})
|
|
2079
2057
|
);
|
|
2080
2058
|
b.m("POST").h(headers).b(body);
|
|
@@ -2089,7 +2067,7 @@ var se_UpdateOrgEc2DeepInspectionConfigurationCommand = /* @__PURE__ */ __name(a
|
|
|
2089
2067
|
let body;
|
|
2090
2068
|
body = JSON.stringify(
|
|
2091
2069
|
(0, import_smithy_client.take)(input, {
|
|
2092
|
-
orgPackagePaths: (_) => (0, import_smithy_client._json)(_)
|
|
2070
|
+
orgPackagePaths: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "orgPackagePaths")
|
|
2093
2071
|
})
|
|
2094
2072
|
);
|
|
2095
2073
|
b.m("POST").h(headers).b(body);
|
|
@@ -2149,7 +2127,7 @@ var de_BatchGetFindingDetailsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2149
2127
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2150
2128
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2151
2129
|
errors: import_smithy_client._json,
|
|
2152
|
-
findingDetails: (_) => de_FindingDetails(_, context)
|
|
2130
|
+
findingDetails: /* @__PURE__ */ __name((_) => de_FindingDetails(_, context), "findingDetails")
|
|
2153
2131
|
});
|
|
2154
2132
|
Object.assign(contents, doc);
|
|
2155
2133
|
return contents;
|
|
@@ -2163,7 +2141,7 @@ var de_BatchGetFreeTrialInfoCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2163
2141
|
});
|
|
2164
2142
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2165
2143
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2166
|
-
accounts: (_) => de_FreeTrialAccountInfoList(_, context),
|
|
2144
|
+
accounts: /* @__PURE__ */ __name((_) => de_FreeTrialAccountInfoList(_, context), "accounts"),
|
|
2167
2145
|
failedAccounts: import_smithy_client._json
|
|
2168
2146
|
});
|
|
2169
2147
|
Object.assign(contents, doc);
|
|
@@ -2438,7 +2416,7 @@ var de_GetConfigurationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2438
2416
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2439
2417
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2440
2418
|
ec2Configuration: import_smithy_client._json,
|
|
2441
|
-
ecrConfiguration: (_) => de_EcrConfigurationState(_, context)
|
|
2419
|
+
ecrConfiguration: /* @__PURE__ */ __name((_) => de_EcrConfigurationState(_, context), "ecrConfiguration")
|
|
2442
2420
|
});
|
|
2443
2421
|
Object.assign(contents, doc);
|
|
2444
2422
|
return contents;
|
|
@@ -2500,7 +2478,7 @@ var de_GetFindingsReportStatusCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2500
2478
|
destination: import_smithy_client._json,
|
|
2501
2479
|
errorCode: import_smithy_client.expectString,
|
|
2502
2480
|
errorMessage: import_smithy_client.expectString,
|
|
2503
|
-
filterCriteria: (_) => de_FilterCriteria(_, context),
|
|
2481
|
+
filterCriteria: /* @__PURE__ */ __name((_) => de_FilterCriteria(_, context), "filterCriteria"),
|
|
2504
2482
|
reportId: import_smithy_client.expectString,
|
|
2505
2483
|
status: import_smithy_client.expectString
|
|
2506
2484
|
});
|
|
@@ -2516,7 +2494,7 @@ var de_GetMemberCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2516
2494
|
});
|
|
2517
2495
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2518
2496
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2519
|
-
member: (_) => de_Member(_, context)
|
|
2497
|
+
member: /* @__PURE__ */ __name((_) => de_Member(_, context), "member")
|
|
2520
2498
|
});
|
|
2521
2499
|
Object.assign(contents, doc);
|
|
2522
2500
|
return contents;
|
|
@@ -2611,7 +2589,7 @@ var de_ListCisScansCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2611
2589
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2612
2590
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2613
2591
|
nextToken: import_smithy_client.expectString,
|
|
2614
|
-
scans: (_) => de_CisScanList(_, context)
|
|
2592
|
+
scans: /* @__PURE__ */ __name((_) => de_CisScanList(_, context), "scans")
|
|
2615
2593
|
});
|
|
2616
2594
|
Object.assign(contents, doc);
|
|
2617
2595
|
return contents;
|
|
@@ -2625,7 +2603,7 @@ var de_ListCoverageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2625
2603
|
});
|
|
2626
2604
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2627
2605
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2628
|
-
coveredResources: (_) => de_CoveredResources(_, context),
|
|
2606
|
+
coveredResources: /* @__PURE__ */ __name((_) => de_CoveredResources(_, context), "coveredResources"),
|
|
2629
2607
|
nextToken: import_smithy_client.expectString
|
|
2630
2608
|
});
|
|
2631
2609
|
Object.assign(contents, doc);
|
|
@@ -2671,7 +2649,7 @@ var de_ListFiltersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2671
2649
|
});
|
|
2672
2650
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2673
2651
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2674
|
-
filters: (_) => de_FilterList(_, context),
|
|
2652
|
+
filters: /* @__PURE__ */ __name((_) => de_FilterList(_, context), "filters"),
|
|
2675
2653
|
nextToken: import_smithy_client.expectString
|
|
2676
2654
|
});
|
|
2677
2655
|
Object.assign(contents, doc);
|
|
@@ -2688,7 +2666,7 @@ var de_ListFindingAggregationsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2688
2666
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2689
2667
|
aggregationType: import_smithy_client.expectString,
|
|
2690
2668
|
nextToken: import_smithy_client.expectString,
|
|
2691
|
-
responses: (_) => de_AggregationResponseList(_, context)
|
|
2669
|
+
responses: /* @__PURE__ */ __name((_) => de_AggregationResponseList(_, context), "responses")
|
|
2692
2670
|
});
|
|
2693
2671
|
Object.assign(contents, doc);
|
|
2694
2672
|
return contents;
|
|
@@ -2702,7 +2680,7 @@ var de_ListFindingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2702
2680
|
});
|
|
2703
2681
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2704
2682
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2705
|
-
findings: (_) => de_FindingList(_, context),
|
|
2683
|
+
findings: /* @__PURE__ */ __name((_) => de_FindingList(_, context), "findings"),
|
|
2706
2684
|
nextToken: import_smithy_client.expectString
|
|
2707
2685
|
});
|
|
2708
2686
|
Object.assign(contents, doc);
|
|
@@ -2717,7 +2695,7 @@ var de_ListMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2717
2695
|
});
|
|
2718
2696
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2719
2697
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2720
|
-
members: (_) => de_MemberList(_, context),
|
|
2698
|
+
members: /* @__PURE__ */ __name((_) => de_MemberList(_, context), "members"),
|
|
2721
2699
|
nextToken: import_smithy_client.expectString
|
|
2722
2700
|
});
|
|
2723
2701
|
Object.assign(contents, doc);
|
|
@@ -2747,7 +2725,7 @@ var de_ListUsageTotalsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2747
2725
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2748
2726
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2749
2727
|
nextToken: import_smithy_client.expectString,
|
|
2750
|
-
totals: (_) => de_UsageTotalList(_, context)
|
|
2728
|
+
totals: /* @__PURE__ */ __name((_) => de_UsageTotalList(_, context), "totals")
|
|
2751
2729
|
});
|
|
2752
2730
|
Object.assign(contents, doc);
|
|
2753
2731
|
return contents;
|
|
@@ -2772,7 +2750,7 @@ var de_SearchVulnerabilitiesCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2772
2750
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2773
2751
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2774
2752
|
nextToken: import_smithy_client.expectString,
|
|
2775
|
-
vulnerabilities: (_) => de_Vulnerabilities(_, context)
|
|
2753
|
+
vulnerabilities: /* @__PURE__ */ __name((_) => de_Vulnerabilities(_, context), "vulnerabilities")
|
|
2776
2754
|
});
|
|
2777
2755
|
Object.assign(contents, doc);
|
|
2778
2756
|
return contents;
|
|
@@ -3082,8 +3060,8 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
3082
3060
|
}, "de_ValidationExceptionRes");
|
|
3083
3061
|
var se_CisDateFilter = /* @__PURE__ */ __name((input, context) => {
|
|
3084
3062
|
return (0, import_smithy_client.take)(input, {
|
|
3085
|
-
earliestScanStartTime: (_) => _.getTime() / 1e3,
|
|
3086
|
-
latestScanStartTime: (_) => _.getTime() / 1e3
|
|
3063
|
+
earliestScanStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "earliestScanStartTime"),
|
|
3064
|
+
latestScanStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "latestScanStartTime")
|
|
3087
3065
|
});
|
|
3088
3066
|
}, "se_CisDateFilter");
|
|
3089
3067
|
var se_CisScanDateFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3105,8 +3083,8 @@ var se_CisSessionMessages = /* @__PURE__ */ __name((input, context) => {
|
|
|
3105
3083
|
}, "se_CisSessionMessages");
|
|
3106
3084
|
var se_CoverageDateFilter = /* @__PURE__ */ __name((input, context) => {
|
|
3107
3085
|
return (0, import_smithy_client.take)(input, {
|
|
3108
|
-
endInclusive: (_) => _.getTime() / 1e3,
|
|
3109
|
-
startInclusive: (_) => _.getTime() / 1e3
|
|
3086
|
+
endInclusive: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endInclusive"),
|
|
3087
|
+
startInclusive: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startInclusive")
|
|
3110
3088
|
});
|
|
3111
3089
|
}, "se_CoverageDateFilter");
|
|
3112
3090
|
var se_CoverageDateFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3120,11 +3098,11 @@ var se_CoverageFilterCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
|
3120
3098
|
ec2InstanceTags: import_smithy_client._json,
|
|
3121
3099
|
ecrImageTags: import_smithy_client._json,
|
|
3122
3100
|
ecrRepositoryName: import_smithy_client._json,
|
|
3123
|
-
imagePulledAt: (_) => se_CoverageDateFilterList(_, context),
|
|
3101
|
+
imagePulledAt: /* @__PURE__ */ __name((_) => se_CoverageDateFilterList(_, context), "imagePulledAt"),
|
|
3124
3102
|
lambdaFunctionName: import_smithy_client._json,
|
|
3125
3103
|
lambdaFunctionRuntime: import_smithy_client._json,
|
|
3126
3104
|
lambdaFunctionTags: import_smithy_client._json,
|
|
3127
|
-
lastScannedAt: (_) => se_CoverageDateFilterList(_, context),
|
|
3105
|
+
lastScannedAt: /* @__PURE__ */ __name((_) => se_CoverageDateFilterList(_, context), "lastScannedAt"),
|
|
3128
3106
|
resourceId: import_smithy_client._json,
|
|
3129
3107
|
resourceType: import_smithy_client._json,
|
|
3130
3108
|
scanMode: import_smithy_client._json,
|
|
@@ -3135,8 +3113,8 @@ var se_CoverageFilterCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
|
3135
3113
|
}, "se_CoverageFilterCriteria");
|
|
3136
3114
|
var se_DateFilter = /* @__PURE__ */ __name((input, context) => {
|
|
3137
3115
|
return (0, import_smithy_client.take)(input, {
|
|
3138
|
-
endInclusive: (_) => _.getTime() / 1e3,
|
|
3139
|
-
startInclusive: (_) => _.getTime() / 1e3
|
|
3116
|
+
endInclusive: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endInclusive"),
|
|
3117
|
+
startInclusive: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startInclusive")
|
|
3140
3118
|
});
|
|
3141
3119
|
}, "se_DateFilter");
|
|
3142
3120
|
var se_DateFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3157,24 +3135,24 @@ var se_FilterCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
|
3157
3135
|
ec2InstanceVpcId: import_smithy_client._json,
|
|
3158
3136
|
ecrImageArchitecture: import_smithy_client._json,
|
|
3159
3137
|
ecrImageHash: import_smithy_client._json,
|
|
3160
|
-
ecrImagePushedAt: (_) => se_DateFilterList(_, context),
|
|
3138
|
+
ecrImagePushedAt: /* @__PURE__ */ __name((_) => se_DateFilterList(_, context), "ecrImagePushedAt"),
|
|
3161
3139
|
ecrImageRegistry: import_smithy_client._json,
|
|
3162
3140
|
ecrImageRepositoryName: import_smithy_client._json,
|
|
3163
3141
|
ecrImageTags: import_smithy_client._json,
|
|
3164
|
-
epssScore: (_) => se_NumberFilterList(_, context),
|
|
3142
|
+
epssScore: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "epssScore"),
|
|
3165
3143
|
exploitAvailable: import_smithy_client._json,
|
|
3166
3144
|
findingArn: import_smithy_client._json,
|
|
3167
3145
|
findingStatus: import_smithy_client._json,
|
|
3168
3146
|
findingType: import_smithy_client._json,
|
|
3169
|
-
firstObservedAt: (_) => se_DateFilterList(_, context),
|
|
3147
|
+
firstObservedAt: /* @__PURE__ */ __name((_) => se_DateFilterList(_, context), "firstObservedAt"),
|
|
3170
3148
|
fixAvailable: import_smithy_client._json,
|
|
3171
|
-
inspectorScore: (_) => se_NumberFilterList(_, context),
|
|
3149
|
+
inspectorScore: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "inspectorScore"),
|
|
3172
3150
|
lambdaFunctionExecutionRoleArn: import_smithy_client._json,
|
|
3173
|
-
lambdaFunctionLastModifiedAt: (_) => se_DateFilterList(_, context),
|
|
3151
|
+
lambdaFunctionLastModifiedAt: /* @__PURE__ */ __name((_) => se_DateFilterList(_, context), "lambdaFunctionLastModifiedAt"),
|
|
3174
3152
|
lambdaFunctionLayers: import_smithy_client._json,
|
|
3175
3153
|
lambdaFunctionName: import_smithy_client._json,
|
|
3176
3154
|
lambdaFunctionRuntime: import_smithy_client._json,
|
|
3177
|
-
lastObservedAt: (_) => se_DateFilterList(_, context),
|
|
3155
|
+
lastObservedAt: /* @__PURE__ */ __name((_) => se_DateFilterList(_, context), "lastObservedAt"),
|
|
3178
3156
|
networkProtocol: import_smithy_client._json,
|
|
3179
3157
|
portRange: import_smithy_client._json,
|
|
3180
3158
|
relatedVulnerabilities: import_smithy_client._json,
|
|
@@ -3183,18 +3161,18 @@ var se_FilterCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
|
3183
3161
|
resourceType: import_smithy_client._json,
|
|
3184
3162
|
severity: import_smithy_client._json,
|
|
3185
3163
|
title: import_smithy_client._json,
|
|
3186
|
-
updatedAt: (_) => se_DateFilterList(_, context),
|
|
3164
|
+
updatedAt: /* @__PURE__ */ __name((_) => se_DateFilterList(_, context), "updatedAt"),
|
|
3187
3165
|
vendorSeverity: import_smithy_client._json,
|
|
3188
3166
|
vulnerabilityId: import_smithy_client._json,
|
|
3189
3167
|
vulnerabilitySource: import_smithy_client._json,
|
|
3190
|
-
vulnerablePackages: (_) => se_PackageFilterList(_, context)
|
|
3168
|
+
vulnerablePackages: /* @__PURE__ */ __name((_) => se_PackageFilterList(_, context), "vulnerablePackages")
|
|
3191
3169
|
});
|
|
3192
3170
|
}, "se_FilterCriteria");
|
|
3193
3171
|
var se_ListCisScansFilterCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
3194
3172
|
return (0, import_smithy_client.take)(input, {
|
|
3195
3173
|
failedChecksFilters: import_smithy_client._json,
|
|
3196
3174
|
scanArnFilters: import_smithy_client._json,
|
|
3197
|
-
scanAtFilters: (_) => se_CisScanDateFilterList(_, context),
|
|
3175
|
+
scanAtFilters: /* @__PURE__ */ __name((_) => se_CisScanDateFilterList(_, context), "scanAtFilters"),
|
|
3198
3176
|
scanConfigurationArnFilters: import_smithy_client._json,
|
|
3199
3177
|
scanNameFilters: import_smithy_client._json,
|
|
3200
3178
|
scanStatusFilters: import_smithy_client._json,
|
|
@@ -3218,7 +3196,7 @@ var se_NumberFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3218
3196
|
var se_PackageFilter = /* @__PURE__ */ __name((input, context) => {
|
|
3219
3197
|
return (0, import_smithy_client.take)(input, {
|
|
3220
3198
|
architecture: import_smithy_client._json,
|
|
3221
|
-
epoch: (_) => se_NumberFilter(_, context),
|
|
3199
|
+
epoch: /* @__PURE__ */ __name((_) => se_NumberFilter(_, context), "epoch"),
|
|
3222
3200
|
filePath: import_smithy_client._json,
|
|
3223
3201
|
name: import_smithy_client._json,
|
|
3224
3202
|
release: import_smithy_client._json,
|
|
@@ -3298,8 +3276,8 @@ var de_AggregationResponseList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3298
3276
|
}, "de_AggregationResponseList");
|
|
3299
3277
|
var de_AtigData = /* @__PURE__ */ __name((output, context) => {
|
|
3300
3278
|
return (0, import_smithy_client.take)(output, {
|
|
3301
|
-
firstSeen: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3302
|
-
lastSeen: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3279
|
+
firstSeen: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstSeen"),
|
|
3280
|
+
lastSeen: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastSeen"),
|
|
3303
3281
|
targets: import_smithy_client._json,
|
|
3304
3282
|
ttps: import_smithy_client._json
|
|
3305
3283
|
});
|
|
@@ -3311,7 +3289,7 @@ var de_AwsEc2InstanceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3311
3289
|
ipV4Addresses: import_smithy_client._json,
|
|
3312
3290
|
ipV6Addresses: import_smithy_client._json,
|
|
3313
3291
|
keyName: import_smithy_client.expectString,
|
|
3314
|
-
launchedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3292
|
+
launchedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "launchedAt"),
|
|
3315
3293
|
platform: import_smithy_client.expectString,
|
|
3316
3294
|
subnetId: import_smithy_client.expectString,
|
|
3317
3295
|
type: import_smithy_client.expectString,
|
|
@@ -3325,7 +3303,7 @@ var de_AwsEcrContainerImageDetails = /* @__PURE__ */ __name((output, context) =>
|
|
|
3325
3303
|
imageHash: import_smithy_client.expectString,
|
|
3326
3304
|
imageTags: import_smithy_client._json,
|
|
3327
3305
|
platform: import_smithy_client.expectString,
|
|
3328
|
-
pushedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3306
|
+
pushedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "pushedAt"),
|
|
3329
3307
|
registry: import_smithy_client.expectString,
|
|
3330
3308
|
repositoryName: import_smithy_client.expectString
|
|
3331
3309
|
});
|
|
@@ -3336,7 +3314,7 @@ var de_AwsLambdaFunctionDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3336
3314
|
codeSha256: import_smithy_client.expectString,
|
|
3337
3315
|
executionRoleArn: import_smithy_client.expectString,
|
|
3338
3316
|
functionName: import_smithy_client.expectString,
|
|
3339
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3317
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3340
3318
|
layers: import_smithy_client._json,
|
|
3341
3319
|
packageType: import_smithy_client.expectString,
|
|
3342
3320
|
runtime: import_smithy_client.expectString,
|
|
@@ -3347,8 +3325,8 @@ var de_AwsLambdaFunctionDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3347
3325
|
var de_CisaData = /* @__PURE__ */ __name((output, context) => {
|
|
3348
3326
|
return (0, import_smithy_client.take)(output, {
|
|
3349
3327
|
action: import_smithy_client.expectString,
|
|
3350
|
-
dateAdded: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3351
|
-
dateDue: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3328
|
+
dateAdded: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dateAdded"),
|
|
3329
|
+
dateDue: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dateDue")
|
|
3352
3330
|
});
|
|
3353
3331
|
}, "de_CisaData");
|
|
3354
3332
|
var de_CisScan = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3356,7 +3334,7 @@ var de_CisScan = /* @__PURE__ */ __name((output, context) => {
|
|
|
3356
3334
|
failedChecks: import_smithy_client.expectInt32,
|
|
3357
3335
|
scanArn: import_smithy_client.expectString,
|
|
3358
3336
|
scanConfigurationArn: import_smithy_client.expectString,
|
|
3359
|
-
scanDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3337
|
+
scanDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "scanDate"),
|
|
3360
3338
|
scanName: import_smithy_client.expectString,
|
|
3361
3339
|
scheduledBy: import_smithy_client.expectString,
|
|
3362
3340
|
securityLevel: import_smithy_client.expectString,
|
|
@@ -3374,9 +3352,9 @@ var de_CisScanList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3374
3352
|
var de_CoveredResource = /* @__PURE__ */ __name((output, context) => {
|
|
3375
3353
|
return (0, import_smithy_client.take)(output, {
|
|
3376
3354
|
accountId: import_smithy_client.expectString,
|
|
3377
|
-
lastScannedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3355
|
+
lastScannedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastScannedAt"),
|
|
3378
3356
|
resourceId: import_smithy_client.expectString,
|
|
3379
|
-
resourceMetadata: (_) => de_ResourceScanMetadata(_, context),
|
|
3357
|
+
resourceMetadata: /* @__PURE__ */ __name((_) => de_ResourceScanMetadata(_, context), "resourceMetadata"),
|
|
3380
3358
|
resourceType: import_smithy_client.expectString,
|
|
3381
3359
|
scanMode: import_smithy_client.expectString,
|
|
3382
3360
|
scanStatus: import_smithy_client._json,
|
|
@@ -3427,8 +3405,8 @@ var de_CvssScoreList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3427
3405
|
}, "de_CvssScoreList");
|
|
3428
3406
|
var de_DateFilter = /* @__PURE__ */ __name((output, context) => {
|
|
3429
3407
|
return (0, import_smithy_client.take)(output, {
|
|
3430
|
-
endInclusive: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3431
|
-
startInclusive: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3408
|
+
endInclusive: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endInclusive"),
|
|
3409
|
+
startInclusive: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startInclusive")
|
|
3432
3410
|
});
|
|
3433
3411
|
}, "de_DateFilter");
|
|
3434
3412
|
var de_DateFilterList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3439,12 +3417,12 @@ var de_DateFilterList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3439
3417
|
}, "de_DateFilterList");
|
|
3440
3418
|
var de_EcrConfigurationState = /* @__PURE__ */ __name((output, context) => {
|
|
3441
3419
|
return (0, import_smithy_client.take)(output, {
|
|
3442
|
-
rescanDurationState: (_) => de_EcrRescanDurationState(_, context)
|
|
3420
|
+
rescanDurationState: /* @__PURE__ */ __name((_) => de_EcrRescanDurationState(_, context), "rescanDurationState")
|
|
3443
3421
|
});
|
|
3444
3422
|
}, "de_EcrConfigurationState");
|
|
3445
3423
|
var de_EcrContainerImageMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
3446
3424
|
return (0, import_smithy_client.take)(output, {
|
|
3447
|
-
imagePulledAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3425
|
+
imagePulledAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "imagePulledAt"),
|
|
3448
3426
|
tags: import_smithy_client._json
|
|
3449
3427
|
});
|
|
3450
3428
|
}, "de_EcrContainerImageMetadata");
|
|
@@ -3453,7 +3431,7 @@ var de_EcrRescanDurationState = /* @__PURE__ */ __name((output, context) => {
|
|
|
3453
3431
|
pullDateRescanDuration: import_smithy_client.expectString,
|
|
3454
3432
|
rescanDuration: import_smithy_client.expectString,
|
|
3455
3433
|
status: import_smithy_client.expectString,
|
|
3456
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3434
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
3457
3435
|
});
|
|
3458
3436
|
}, "de_EcrRescanDurationState");
|
|
3459
3437
|
var de_Epss = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3468,27 +3446,27 @@ var de_EpssDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
3468
3446
|
}, "de_EpssDetails");
|
|
3469
3447
|
var de_ExploitabilityDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3470
3448
|
return (0, import_smithy_client.take)(output, {
|
|
3471
|
-
lastKnownExploitAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3449
|
+
lastKnownExploitAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastKnownExploitAt")
|
|
3472
3450
|
});
|
|
3473
3451
|
}, "de_ExploitabilityDetails");
|
|
3474
3452
|
var de_ExploitObserved = /* @__PURE__ */ __name((output, context) => {
|
|
3475
3453
|
return (0, import_smithy_client.take)(output, {
|
|
3476
|
-
firstSeen: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3477
|
-
lastSeen: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3454
|
+
firstSeen: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstSeen"),
|
|
3455
|
+
lastSeen: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastSeen")
|
|
3478
3456
|
});
|
|
3479
3457
|
}, "de_ExploitObserved");
|
|
3480
3458
|
var de_Filter = /* @__PURE__ */ __name((output, context) => {
|
|
3481
3459
|
return (0, import_smithy_client.take)(output, {
|
|
3482
3460
|
action: import_smithy_client.expectString,
|
|
3483
3461
|
arn: import_smithy_client.expectString,
|
|
3484
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3485
|
-
criteria: (_) => de_FilterCriteria(_, context),
|
|
3462
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3463
|
+
criteria: /* @__PURE__ */ __name((_) => de_FilterCriteria(_, context), "criteria"),
|
|
3486
3464
|
description: import_smithy_client.expectString,
|
|
3487
3465
|
name: import_smithy_client.expectString,
|
|
3488
3466
|
ownerId: import_smithy_client.expectString,
|
|
3489
3467
|
reason: import_smithy_client.expectString,
|
|
3490
3468
|
tags: import_smithy_client._json,
|
|
3491
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3469
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
3492
3470
|
});
|
|
3493
3471
|
}, "de_Filter");
|
|
3494
3472
|
var de_FilterCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3504,24 +3482,24 @@ var de_FilterCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
|
3504
3482
|
ec2InstanceVpcId: import_smithy_client._json,
|
|
3505
3483
|
ecrImageArchitecture: import_smithy_client._json,
|
|
3506
3484
|
ecrImageHash: import_smithy_client._json,
|
|
3507
|
-
ecrImagePushedAt: (_) => de_DateFilterList(_, context),
|
|
3485
|
+
ecrImagePushedAt: /* @__PURE__ */ __name((_) => de_DateFilterList(_, context), "ecrImagePushedAt"),
|
|
3508
3486
|
ecrImageRegistry: import_smithy_client._json,
|
|
3509
3487
|
ecrImageRepositoryName: import_smithy_client._json,
|
|
3510
3488
|
ecrImageTags: import_smithy_client._json,
|
|
3511
|
-
epssScore: (_) => de_NumberFilterList(_, context),
|
|
3489
|
+
epssScore: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "epssScore"),
|
|
3512
3490
|
exploitAvailable: import_smithy_client._json,
|
|
3513
3491
|
findingArn: import_smithy_client._json,
|
|
3514
3492
|
findingStatus: import_smithy_client._json,
|
|
3515
3493
|
findingType: import_smithy_client._json,
|
|
3516
|
-
firstObservedAt: (_) => de_DateFilterList(_, context),
|
|
3494
|
+
firstObservedAt: /* @__PURE__ */ __name((_) => de_DateFilterList(_, context), "firstObservedAt"),
|
|
3517
3495
|
fixAvailable: import_smithy_client._json,
|
|
3518
|
-
inspectorScore: (_) => de_NumberFilterList(_, context),
|
|
3496
|
+
inspectorScore: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "inspectorScore"),
|
|
3519
3497
|
lambdaFunctionExecutionRoleArn: import_smithy_client._json,
|
|
3520
|
-
lambdaFunctionLastModifiedAt: (_) => de_DateFilterList(_, context),
|
|
3498
|
+
lambdaFunctionLastModifiedAt: /* @__PURE__ */ __name((_) => de_DateFilterList(_, context), "lambdaFunctionLastModifiedAt"),
|
|
3521
3499
|
lambdaFunctionLayers: import_smithy_client._json,
|
|
3522
3500
|
lambdaFunctionName: import_smithy_client._json,
|
|
3523
3501
|
lambdaFunctionRuntime: import_smithy_client._json,
|
|
3524
|
-
lastObservedAt: (_) => de_DateFilterList(_, context),
|
|
3502
|
+
lastObservedAt: /* @__PURE__ */ __name((_) => de_DateFilterList(_, context), "lastObservedAt"),
|
|
3525
3503
|
networkProtocol: import_smithy_client._json,
|
|
3526
3504
|
portRange: import_smithy_client._json,
|
|
3527
3505
|
relatedVulnerabilities: import_smithy_client._json,
|
|
@@ -3530,11 +3508,11 @@ var de_FilterCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
|
3530
3508
|
resourceType: import_smithy_client._json,
|
|
3531
3509
|
severity: import_smithy_client._json,
|
|
3532
3510
|
title: import_smithy_client._json,
|
|
3533
|
-
updatedAt: (_) => de_DateFilterList(_, context),
|
|
3511
|
+
updatedAt: /* @__PURE__ */ __name((_) => de_DateFilterList(_, context), "updatedAt"),
|
|
3534
3512
|
vendorSeverity: import_smithy_client._json,
|
|
3535
3513
|
vulnerabilityId: import_smithy_client._json,
|
|
3536
3514
|
vulnerabilitySource: import_smithy_client._json,
|
|
3537
|
-
vulnerablePackages: (_) => de_PackageFilterList(_, context)
|
|
3515
|
+
vulnerablePackages: /* @__PURE__ */ __name((_) => de_PackageFilterList(_, context), "vulnerablePackages")
|
|
3538
3516
|
});
|
|
3539
3517
|
}, "de_FilterCriteria");
|
|
3540
3518
|
var de_FilterList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3548,33 +3526,33 @@ var de_Finding = /* @__PURE__ */ __name((output, context) => {
|
|
|
3548
3526
|
awsAccountId: import_smithy_client.expectString,
|
|
3549
3527
|
codeVulnerabilityDetails: import_smithy_client._json,
|
|
3550
3528
|
description: import_smithy_client.expectString,
|
|
3551
|
-
epss: (_) => de_EpssDetails(_, context),
|
|
3529
|
+
epss: /* @__PURE__ */ __name((_) => de_EpssDetails(_, context), "epss"),
|
|
3552
3530
|
exploitAvailable: import_smithy_client.expectString,
|
|
3553
|
-
exploitabilityDetails: (_) => de_ExploitabilityDetails(_, context),
|
|
3531
|
+
exploitabilityDetails: /* @__PURE__ */ __name((_) => de_ExploitabilityDetails(_, context), "exploitabilityDetails"),
|
|
3554
3532
|
findingArn: import_smithy_client.expectString,
|
|
3555
|
-
firstObservedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3533
|
+
firstObservedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "firstObservedAt"),
|
|
3556
3534
|
fixAvailable: import_smithy_client.expectString,
|
|
3557
3535
|
inspectorScore: import_smithy_client.limitedParseDouble,
|
|
3558
|
-
inspectorScoreDetails: (_) => de_InspectorScoreDetails(_, context),
|
|
3559
|
-
lastObservedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3536
|
+
inspectorScoreDetails: /* @__PURE__ */ __name((_) => de_InspectorScoreDetails(_, context), "inspectorScoreDetails"),
|
|
3537
|
+
lastObservedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastObservedAt"),
|
|
3560
3538
|
networkReachabilityDetails: import_smithy_client._json,
|
|
3561
|
-
packageVulnerabilityDetails: (_) => de_PackageVulnerabilityDetails(_, context),
|
|
3539
|
+
packageVulnerabilityDetails: /* @__PURE__ */ __name((_) => de_PackageVulnerabilityDetails(_, context), "packageVulnerabilityDetails"),
|
|
3562
3540
|
remediation: import_smithy_client._json,
|
|
3563
|
-
resources: (_) => de_ResourceList(_, context),
|
|
3541
|
+
resources: /* @__PURE__ */ __name((_) => de_ResourceList(_, context), "resources"),
|
|
3564
3542
|
severity: import_smithy_client.expectString,
|
|
3565
3543
|
status: import_smithy_client.expectString,
|
|
3566
3544
|
title: import_smithy_client.expectString,
|
|
3567
3545
|
type: import_smithy_client.expectString,
|
|
3568
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3546
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
3569
3547
|
});
|
|
3570
3548
|
}, "de_Finding");
|
|
3571
3549
|
var de_FindingDetail = /* @__PURE__ */ __name((output, context) => {
|
|
3572
3550
|
return (0, import_smithy_client.take)(output, {
|
|
3573
|
-
cisaData: (_) => de_CisaData(_, context),
|
|
3551
|
+
cisaData: /* @__PURE__ */ __name((_) => de_CisaData(_, context), "cisaData"),
|
|
3574
3552
|
cwes: import_smithy_client._json,
|
|
3575
3553
|
epssScore: import_smithy_client.limitedParseDouble,
|
|
3576
3554
|
evidences: import_smithy_client._json,
|
|
3577
|
-
exploitObserved: (_) => de_ExploitObserved(_, context),
|
|
3555
|
+
exploitObserved: /* @__PURE__ */ __name((_) => de_ExploitObserved(_, context), "exploitObserved"),
|
|
3578
3556
|
findingArn: import_smithy_client.expectString,
|
|
3579
3557
|
referenceUrls: import_smithy_client._json,
|
|
3580
3558
|
riskScore: import_smithy_client.expectInt32,
|
|
@@ -3597,7 +3575,7 @@ var de_FindingList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3597
3575
|
var de_FreeTrialAccountInfo = /* @__PURE__ */ __name((output, context) => {
|
|
3598
3576
|
return (0, import_smithy_client.take)(output, {
|
|
3599
3577
|
accountId: import_smithy_client.expectString,
|
|
3600
|
-
freeTrialInfo: (_) => de_FreeTrialInfoList(_, context)
|
|
3578
|
+
freeTrialInfo: /* @__PURE__ */ __name((_) => de_FreeTrialInfoList(_, context), "freeTrialInfo")
|
|
3601
3579
|
});
|
|
3602
3580
|
}, "de_FreeTrialAccountInfo");
|
|
3603
3581
|
var de_FreeTrialAccountInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3608,8 +3586,8 @@ var de_FreeTrialAccountInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3608
3586
|
}, "de_FreeTrialAccountInfoList");
|
|
3609
3587
|
var de_FreeTrialInfo = /* @__PURE__ */ __name((output, context) => {
|
|
3610
3588
|
return (0, import_smithy_client.take)(output, {
|
|
3611
|
-
end: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3612
|
-
start: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3589
|
+
end: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "end"),
|
|
3590
|
+
start: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "start"),
|
|
3613
3591
|
status: import_smithy_client.expectString,
|
|
3614
3592
|
type: import_smithy_client.expectString
|
|
3615
3593
|
});
|
|
@@ -3622,7 +3600,7 @@ var de_FreeTrialInfoList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3622
3600
|
}, "de_FreeTrialInfoList");
|
|
3623
3601
|
var de_InspectorScoreDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3624
3602
|
return (0, import_smithy_client.take)(output, {
|
|
3625
|
-
adjustedCvss: (_) => de_CvssScoreDetails(_, context)
|
|
3603
|
+
adjustedCvss: /* @__PURE__ */ __name((_) => de_CvssScoreDetails(_, context), "adjustedCvss")
|
|
3626
3604
|
});
|
|
3627
3605
|
}, "de_InspectorScoreDetails");
|
|
3628
3606
|
var de_LambdaFunctionAggregationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3630,7 +3608,7 @@ var de_LambdaFunctionAggregationResponse = /* @__PURE__ */ __name((output, conte
|
|
|
3630
3608
|
accountId: import_smithy_client.expectString,
|
|
3631
3609
|
functionName: import_smithy_client.expectString,
|
|
3632
3610
|
lambdaTags: import_smithy_client._json,
|
|
3633
|
-
lastModifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3611
|
+
lastModifiedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedAt"),
|
|
3634
3612
|
resourceId: import_smithy_client.expectString,
|
|
3635
3613
|
runtime: import_smithy_client.expectString,
|
|
3636
3614
|
severityCounts: import_smithy_client._json
|
|
@@ -3641,7 +3619,7 @@ var de_Member = /* @__PURE__ */ __name((output, context) => {
|
|
|
3641
3619
|
accountId: import_smithy_client.expectString,
|
|
3642
3620
|
delegatedAdminAccountId: import_smithy_client.expectString,
|
|
3643
3621
|
relationshipStatus: import_smithy_client.expectString,
|
|
3644
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3622
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
3645
3623
|
});
|
|
3646
3624
|
}, "de_Member");
|
|
3647
3625
|
var de_MemberList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3665,7 +3643,7 @@ var de_NumberFilterList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3665
3643
|
var de_PackageFilter = /* @__PURE__ */ __name((output, context) => {
|
|
3666
3644
|
return (0, import_smithy_client.take)(output, {
|
|
3667
3645
|
architecture: import_smithy_client._json,
|
|
3668
|
-
epoch: (_) => de_NumberFilter(_, context),
|
|
3646
|
+
epoch: /* @__PURE__ */ __name((_) => de_NumberFilter(_, context), "epoch"),
|
|
3669
3647
|
filePath: import_smithy_client._json,
|
|
3670
3648
|
name: import_smithy_client._json,
|
|
3671
3649
|
release: import_smithy_client._json,
|
|
@@ -3682,21 +3660,21 @@ var de_PackageFilterList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3682
3660
|
}, "de_PackageFilterList");
|
|
3683
3661
|
var de_PackageVulnerabilityDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3684
3662
|
return (0, import_smithy_client.take)(output, {
|
|
3685
|
-
cvss: (_) => de_CvssScoreList(_, context),
|
|
3663
|
+
cvss: /* @__PURE__ */ __name((_) => de_CvssScoreList(_, context), "cvss"),
|
|
3686
3664
|
referenceUrls: import_smithy_client._json,
|
|
3687
3665
|
relatedVulnerabilities: import_smithy_client._json,
|
|
3688
3666
|
source: import_smithy_client.expectString,
|
|
3689
3667
|
sourceUrl: import_smithy_client.expectString,
|
|
3690
|
-
vendorCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3668
|
+
vendorCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "vendorCreatedAt"),
|
|
3691
3669
|
vendorSeverity: import_smithy_client.expectString,
|
|
3692
|
-
vendorUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3670
|
+
vendorUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "vendorUpdatedAt"),
|
|
3693
3671
|
vulnerabilityId: import_smithy_client.expectString,
|
|
3694
3672
|
vulnerablePackages: import_smithy_client._json
|
|
3695
3673
|
});
|
|
3696
3674
|
}, "de_PackageVulnerabilityDetails");
|
|
3697
3675
|
var de_Resource = /* @__PURE__ */ __name((output, context) => {
|
|
3698
3676
|
return (0, import_smithy_client.take)(output, {
|
|
3699
|
-
details: (_) => de_ResourceDetails(_, context),
|
|
3677
|
+
details: /* @__PURE__ */ __name((_) => de_ResourceDetails(_, context), "details"),
|
|
3700
3678
|
id: import_smithy_client.expectString,
|
|
3701
3679
|
partition: import_smithy_client.expectString,
|
|
3702
3680
|
region: import_smithy_client.expectString,
|
|
@@ -3706,9 +3684,9 @@ var de_Resource = /* @__PURE__ */ __name((output, context) => {
|
|
|
3706
3684
|
}, "de_Resource");
|
|
3707
3685
|
var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
3708
3686
|
return (0, import_smithy_client.take)(output, {
|
|
3709
|
-
awsEc2Instance: (_) => de_AwsEc2InstanceDetails(_, context),
|
|
3710
|
-
awsEcrContainerImage: (_) => de_AwsEcrContainerImageDetails(_, context),
|
|
3711
|
-
awsLambdaFunction: (_) => de_AwsLambdaFunctionDetails(_, context)
|
|
3687
|
+
awsEc2Instance: /* @__PURE__ */ __name((_) => de_AwsEc2InstanceDetails(_, context), "awsEc2Instance"),
|
|
3688
|
+
awsEcrContainerImage: /* @__PURE__ */ __name((_) => de_AwsEcrContainerImageDetails(_, context), "awsEcrContainerImage"),
|
|
3689
|
+
awsLambdaFunction: /* @__PURE__ */ __name((_) => de_AwsLambdaFunctionDetails(_, context), "awsLambdaFunction")
|
|
3712
3690
|
});
|
|
3713
3691
|
}, "de_ResourceDetails");
|
|
3714
3692
|
var de_ResourceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3720,7 +3698,7 @@ var de_ResourceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3720
3698
|
var de_ResourceScanMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
3721
3699
|
return (0, import_smithy_client.take)(output, {
|
|
3722
3700
|
ec2: import_smithy_client._json,
|
|
3723
|
-
ecrImage: (_) => de_EcrContainerImageMetadata(_, context),
|
|
3701
|
+
ecrImage: /* @__PURE__ */ __name((_) => de_EcrContainerImageMetadata(_, context), "ecrImage"),
|
|
3724
3702
|
ecrRepository: import_smithy_client._json,
|
|
3725
3703
|
lambdaFunction: import_smithy_client._json
|
|
3726
3704
|
});
|
|
@@ -3742,7 +3720,7 @@ var de_UsageList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3742
3720
|
var de_UsageTotal = /* @__PURE__ */ __name((output, context) => {
|
|
3743
3721
|
return (0, import_smithy_client.take)(output, {
|
|
3744
3722
|
accountId: import_smithy_client.expectString,
|
|
3745
|
-
usage: (_) => de_UsageList(_, context)
|
|
3723
|
+
usage: /* @__PURE__ */ __name((_) => de_UsageList(_, context), "usage")
|
|
3746
3724
|
});
|
|
3747
3725
|
}, "de_UsageTotal");
|
|
3748
3726
|
var de_UsageTotalList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3759,23 +3737,23 @@ var de_Vulnerabilities = /* @__PURE__ */ __name((output, context) => {
|
|
|
3759
3737
|
}, "de_Vulnerabilities");
|
|
3760
3738
|
var de_Vulnerability = /* @__PURE__ */ __name((output, context) => {
|
|
3761
3739
|
return (0, import_smithy_client.take)(output, {
|
|
3762
|
-
atigData: (_) => de_AtigData(_, context),
|
|
3763
|
-
cisaData: (_) => de_CisaData(_, context),
|
|
3764
|
-
cvss2: (_) => de_Cvss2(_, context),
|
|
3765
|
-
cvss3: (_) => de_Cvss3(_, context),
|
|
3740
|
+
atigData: /* @__PURE__ */ __name((_) => de_AtigData(_, context), "atigData"),
|
|
3741
|
+
cisaData: /* @__PURE__ */ __name((_) => de_CisaData(_, context), "cisaData"),
|
|
3742
|
+
cvss2: /* @__PURE__ */ __name((_) => de_Cvss2(_, context), "cvss2"),
|
|
3743
|
+
cvss3: /* @__PURE__ */ __name((_) => de_Cvss3(_, context), "cvss3"),
|
|
3766
3744
|
cwes: import_smithy_client._json,
|
|
3767
3745
|
description: import_smithy_client.expectString,
|
|
3768
3746
|
detectionPlatforms: import_smithy_client._json,
|
|
3769
|
-
epss: (_) => de_Epss(_, context),
|
|
3770
|
-
exploitObserved: (_) => de_ExploitObserved(_, context),
|
|
3747
|
+
epss: /* @__PURE__ */ __name((_) => de_Epss(_, context), "epss"),
|
|
3748
|
+
exploitObserved: /* @__PURE__ */ __name((_) => de_ExploitObserved(_, context), "exploitObserved"),
|
|
3771
3749
|
id: import_smithy_client.expectString,
|
|
3772
3750
|
referenceUrls: import_smithy_client._json,
|
|
3773
3751
|
relatedVulnerabilities: import_smithy_client._json,
|
|
3774
3752
|
source: import_smithy_client.expectString,
|
|
3775
3753
|
sourceUrl: import_smithy_client.expectString,
|
|
3776
|
-
vendorCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3754
|
+
vendorCreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "vendorCreatedAt"),
|
|
3777
3755
|
vendorSeverity: import_smithy_client.expectString,
|
|
3778
|
-
vendorUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3756
|
+
vendorUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "vendorUpdatedAt")
|
|
3779
3757
|
});
|
|
3780
3758
|
}, "de_Vulnerability");
|
|
3781
3759
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
@@ -27,13 +27,7 @@ declare const AssociateMemberCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.
|
|
32
|
-
* An HTTP 200 response indicates the association was started but doesn’t indicate whether it completed.
|
|
33
|
-
* You can check if the association completed using <a href="https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html">ListMembers</a> for multiple accounts or <a href="https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html">GetMembers</a> for a single account.
|
|
34
|
-
* An HTTP 402 response indicates the association failed because the organization size exceeded its limit.
|
|
35
|
-
* For information on limits, see <a href="https://docs.aws.amazon.com/inspector/latest/user/quotas.html">Amazon Inspector quotas</a>.
|
|
36
|
-
* </p>
|
|
30
|
+
* <p>Associates an Amazon Web Services account with an Amazon Inspector delegated administrator. An HTTP 200 response indicates the association was successfully started, but doesn’t indicate whether it was completed. You can check if the association completed by using <a href="https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html">ListMembers</a> for multiple accounts or <a href="https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html">GetMembers</a> for a single account.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -5734,6 +5734,11 @@ export interface Step {
|
|
|
5734
5734
|
* @public
|
|
5735
5735
|
*/
|
|
5736
5736
|
componentType: string | undefined;
|
|
5737
|
+
/**
|
|
5738
|
+
* <p>The component ARN. The ARN can be null and is not displayed in the Amazon Web Services console.</p>
|
|
5739
|
+
* @public
|
|
5740
|
+
*/
|
|
5741
|
+
componentArn?: string | undefined;
|
|
5737
5742
|
}
|
|
5738
5743
|
/**
|
|
5739
5744
|
* <p>Information on the network path associated with a finding.</p>
|
|
@@ -2011,6 +2011,7 @@ export interface InspectorScoreDetails {
|
|
|
2011
2011
|
export interface Step {
|
|
2012
2012
|
componentId: string | undefined;
|
|
2013
2013
|
componentType: string | undefined;
|
|
2014
|
+
componentArn?: string | undefined;
|
|
2014
2015
|
}
|
|
2015
2016
|
export interface NetworkPath {
|
|
2016
2017
|
steps?: Step[] | undefined;
|
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.
|
|
4
|
+
"version": "3.766.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",
|