@aws-sdk/client-inspector2 3.940.0 → 3.946.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 +94 -360
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/Inspector2Client.js +2 -2
- package/dist-es/models/enums.js +1 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +93 -360
- package/dist-types/Inspector2.d.ts +1 -1
- package/dist-types/Inspector2Client.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateMemberCommand.d.ts +3 -3
- package/dist-types/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +3 -3
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +3 -3
- package/dist-types/commands/CancelSbomExportCommand.d.ts +3 -3
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateCodeSecurityIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateFilterCommand.d.ts +3 -3
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +3 -3
- package/dist-types/commands/CreateSbomExportCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCodeSecurityIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFilterCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DisableCommand.d.ts +3 -3
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateMemberCommand.d.ts +3 -3
- package/dist-types/commands/EnableCommand.d.ts +3 -3
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +3 -3
- package/dist-types/commands/GetCisScanReportCommand.d.ts +3 -3
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +3 -3
- package/dist-types/commands/GetClustersForImageCommand.d.ts +3 -3
- package/dist-types/commands/GetCodeSecurityIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/GetCodeSecurityScanCommand.d.ts +3 -3
- package/dist-types/commands/GetCodeSecurityScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +3 -3
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +3 -3
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetMemberCommand.d.ts +3 -3
- package/dist-types/commands/GetSbomExportCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +3 -3
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListCisScansCommand.d.ts +3 -3
- package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +3 -3
- package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListCoverageCommand.d.ts +3 -3
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +3 -3
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +3 -3
- package/dist-types/commands/ListFiltersCommand.d.ts +3 -3
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +3 -3
- package/dist-types/commands/ListFindingsCommand.d.ts +3 -3
- package/dist-types/commands/ListMembersCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +3 -3
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +3 -3
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +3 -3
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +3 -3
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +3 -3
- package/dist-types/commands/StartCisSessionCommand.d.ts +4 -4
- package/dist-types/commands/StartCodeSecurityScanCommand.d.ts +3 -3
- package/dist-types/commands/StopCisSessionCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCodeSecurityIntegrationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFilterCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/Inspector2ServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +1 -1
- package/dist-types/pagination/GetCisScanResultDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetClustersForImagePaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAccountPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCisScanConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCisScanResultsAggregatedByChecksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListCisScansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoveragePaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoverageStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDelegatedAdminAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingAggregationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsageTotalsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchVulnerabilitiesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/Inspector2Client.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -1218,17 +1218,7 @@ var GitHubAuthCode = [0, n0, _GHAC, 8, 0];
|
|
|
1218
1218
|
var GitLabAccessToken = [0, n0, _GLAT, 8, 0];
|
|
1219
1219
|
var GitLabAuthCode = [0, n0, _GLAC, 8, 0];
|
|
1220
1220
|
var InstanceUrl = [0, n0, _IU, 8, 0];
|
|
1221
|
-
var AccessDeniedException = [
|
|
1222
|
-
-3,
|
|
1223
|
-
n0,
|
|
1224
|
-
_ADE,
|
|
1225
|
-
{
|
|
1226
|
-
[_e]: _c,
|
|
1227
|
-
[_hE]: 403,
|
|
1228
|
-
},
|
|
1229
|
-
[_m],
|
|
1230
|
-
[0],
|
|
1231
|
-
];
|
|
1221
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
1232
1222
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
1233
1223
|
var Account = [3, n0, _A, 0, [_aI, _s, _rS], [0, 0, () => ResourceStatus]];
|
|
1234
1224
|
var AccountAggregation = [3, n0, _AA, 0, [_fT, _rT, _sO, _sB], [0, 0, 0, 0]];
|
|
@@ -1329,17 +1319,7 @@ var AwsLambdaFunctionDetails = [
|
|
|
1329
1319
|
[_fN, _ru, _cS, _v, _eRA, _la, _vC, _pT, _ar, _lMA],
|
|
1330
1320
|
[0, 0, 0, 0, 0, 64 | 0, () => LambdaVpcConfig, 0, 64 | 0, 4],
|
|
1331
1321
|
];
|
|
1332
|
-
var BadRequestException = [
|
|
1333
|
-
-3,
|
|
1334
|
-
n0,
|
|
1335
|
-
_BRE,
|
|
1336
|
-
{
|
|
1337
|
-
[_e]: _c,
|
|
1338
|
-
[_hE]: 400,
|
|
1339
|
-
},
|
|
1340
|
-
[_m],
|
|
1341
|
-
[0],
|
|
1342
|
-
];
|
|
1322
|
+
var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1343
1323
|
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
1344
1324
|
var BatchAssociateCodeSecurityScanConfigurationRequest = [
|
|
1345
1325
|
3,
|
|
@@ -1639,17 +1619,7 @@ var CodeVulnerabilityDetails = [
|
|
|
1639
1619
|
[() => CodeFilePath, 64 | 0, 64 | 0, 0, 0, 0, 0, 64 | 0],
|
|
1640
1620
|
];
|
|
1641
1621
|
var ComputePlatform = [3, n0, _CP, 0, [_ve, _pr, _v], [0, 0, 0]];
|
|
1642
|
-
var ConflictException = [
|
|
1643
|
-
-3,
|
|
1644
|
-
n0,
|
|
1645
|
-
_CE,
|
|
1646
|
-
{
|
|
1647
|
-
[_e]: _c,
|
|
1648
|
-
[_hE]: 409,
|
|
1649
|
-
},
|
|
1650
|
-
[_m, _rIe, _rT],
|
|
1651
|
-
[0, 0, 0],
|
|
1652
|
-
];
|
|
1622
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rIe, _rT], [0, 0, 0]];
|
|
1653
1623
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
1654
1624
|
var ContinuousIntegrationScanConfiguration = [3, n0, _CISC, 0, [_sE], [64 | 0]];
|
|
1655
1625
|
var Counts = [3, n0, _C, 0, [_cou, _gK], [1, 0]];
|
|
@@ -2217,18 +2187,8 @@ var GetEncryptionKeyRequest = [
|
|
|
2217
2187
|
0,
|
|
2218
2188
|
[_sT, _rT],
|
|
2219
2189
|
[
|
|
2220
|
-
[
|
|
2221
|
-
|
|
2222
|
-
{
|
|
2223
|
-
[_hQ]: _sT,
|
|
2224
|
-
},
|
|
2225
|
-
],
|
|
2226
|
-
[
|
|
2227
|
-
0,
|
|
2228
|
-
{
|
|
2229
|
-
[_hQ]: _rT,
|
|
2230
|
-
},
|
|
2231
|
-
],
|
|
2190
|
+
[0, { [_hQ]: _sT }],
|
|
2191
|
+
[0, { [_hQ]: _rT }],
|
|
2232
2192
|
],
|
|
2233
2193
|
];
|
|
2234
2194
|
var GetEncryptionKeyResponse = [3, n0, _GEKRe, 0, [_kKI], [0]];
|
|
@@ -2273,20 +2233,9 @@ var InternalServerException = [
|
|
|
2273
2233
|
-3,
|
|
2274
2234
|
n0,
|
|
2275
2235
|
_ISE,
|
|
2276
|
-
{
|
|
2277
|
-
[_e]: _ser,
|
|
2278
|
-
[_hE]: 500,
|
|
2279
|
-
},
|
|
2236
|
+
{ [_e]: _ser, [_hE]: 500 },
|
|
2280
2237
|
[_m, _rAS],
|
|
2281
|
-
[
|
|
2282
|
-
0,
|
|
2283
|
-
[
|
|
2284
|
-
1,
|
|
2285
|
-
{
|
|
2286
|
-
[_hH]: _RA,
|
|
2287
|
-
},
|
|
2288
|
-
],
|
|
2289
|
-
],
|
|
2238
|
+
[0, [1, { [_hH]: _RA }]],
|
|
2290
2239
|
];
|
|
2291
2240
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
2292
2241
|
var LambdaFunctionAggregation = [
|
|
@@ -2430,18 +2379,8 @@ var ListCodeSecurityIntegrationsRequest = [
|
|
|
2430
2379
|
0,
|
|
2431
2380
|
[_nT, _mR],
|
|
2432
2381
|
[
|
|
2433
|
-
[
|
|
2434
|
-
|
|
2435
|
-
{
|
|
2436
|
-
[_hQ]: _nT,
|
|
2437
|
-
},
|
|
2438
|
-
],
|
|
2439
|
-
[
|
|
2440
|
-
1,
|
|
2441
|
-
{
|
|
2442
|
-
[_hQ]: _mR,
|
|
2443
|
-
},
|
|
2444
|
-
],
|
|
2382
|
+
[0, { [_hQ]: _nT }],
|
|
2383
|
+
[1, { [_hQ]: _mR }],
|
|
2445
2384
|
],
|
|
2446
2385
|
];
|
|
2447
2386
|
var ListCodeSecurityIntegrationsResponse = [
|
|
@@ -2458,21 +2397,7 @@ var ListCodeSecurityScanConfigurationAssociationsRequest = [
|
|
|
2458
2397
|
_LCSSCAR,
|
|
2459
2398
|
0,
|
|
2460
2399
|
[_sCA, _nT, _mR],
|
|
2461
|
-
[
|
|
2462
|
-
0,
|
|
2463
|
-
[
|
|
2464
|
-
0,
|
|
2465
|
-
{
|
|
2466
|
-
[_hQ]: _nT,
|
|
2467
|
-
},
|
|
2468
|
-
],
|
|
2469
|
-
[
|
|
2470
|
-
1,
|
|
2471
|
-
{
|
|
2472
|
-
[_hQ]: _mR,
|
|
2473
|
-
},
|
|
2474
|
-
],
|
|
2475
|
-
],
|
|
2400
|
+
[0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
2476
2401
|
];
|
|
2477
2402
|
var ListCodeSecurityScanConfigurationAssociationsResponse = [
|
|
2478
2403
|
3,
|
|
@@ -2489,18 +2414,8 @@ var ListCodeSecurityScanConfigurationsRequest = [
|
|
|
2489
2414
|
0,
|
|
2490
2415
|
[_nT, _mR],
|
|
2491
2416
|
[
|
|
2492
|
-
[
|
|
2493
|
-
|
|
2494
|
-
{
|
|
2495
|
-
[_hQ]: _nT,
|
|
2496
|
-
},
|
|
2497
|
-
],
|
|
2498
|
-
[
|
|
2499
|
-
1,
|
|
2500
|
-
{
|
|
2501
|
-
[_hQ]: _mR,
|
|
2502
|
-
},
|
|
2503
|
-
],
|
|
2417
|
+
[0, { [_hQ]: _nT }],
|
|
2418
|
+
[1, { [_hQ]: _mR }],
|
|
2504
2419
|
],
|
|
2505
2420
|
];
|
|
2506
2421
|
var ListCodeSecurityScanConfigurationsResponse = [
|
|
@@ -2722,17 +2637,7 @@ var ResourceFilterCriteria = [
|
|
|
2722
2637
|
],
|
|
2723
2638
|
];
|
|
2724
2639
|
var ResourceMapFilter = [3, n0, _RMF, 0, [_co, _k, _va], [0, 0, 0]];
|
|
2725
|
-
var ResourceNotFoundException = [
|
|
2726
|
-
-3,
|
|
2727
|
-
n0,
|
|
2728
|
-
_RNFE,
|
|
2729
|
-
{
|
|
2730
|
-
[_e]: _c,
|
|
2731
|
-
[_hE]: 404,
|
|
2732
|
-
},
|
|
2733
|
-
[_m],
|
|
2734
|
-
[0],
|
|
2735
|
-
];
|
|
2640
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2736
2641
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
2737
2642
|
var ResourceScanMetadata = [
|
|
2738
2643
|
3,
|
|
@@ -2792,10 +2697,7 @@ var ServiceQuotaExceededException = [
|
|
|
2792
2697
|
-3,
|
|
2793
2698
|
n0,
|
|
2794
2699
|
_SQEE,
|
|
2795
|
-
{
|
|
2796
|
-
[_e]: _c,
|
|
2797
|
-
[_hE]: 402,
|
|
2798
|
-
},
|
|
2700
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
2799
2701
|
[_m, _rIe],
|
|
2800
2702
|
[0, 0],
|
|
2801
2703
|
];
|
|
@@ -2866,20 +2768,9 @@ var ThrottlingException = [
|
|
|
2866
2768
|
-3,
|
|
2867
2769
|
n0,
|
|
2868
2770
|
_TE,
|
|
2869
|
-
{
|
|
2870
|
-
[_e]: _c,
|
|
2871
|
-
[_hE]: 429,
|
|
2872
|
-
},
|
|
2771
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
2873
2772
|
[_m, _rAS],
|
|
2874
|
-
[
|
|
2875
|
-
0,
|
|
2876
|
-
[
|
|
2877
|
-
1,
|
|
2878
|
-
{
|
|
2879
|
-
[_hH]: _RA,
|
|
2880
|
-
},
|
|
2881
|
-
],
|
|
2882
|
-
],
|
|
2773
|
+
[0, [1, { [_hH]: _RA }]],
|
|
2883
2774
|
];
|
|
2884
2775
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
2885
2776
|
var Time = [3, n0, _T, 0, [_tOD, _tim], [0, 0]];
|
|
@@ -2907,12 +2798,7 @@ var UntagResourceRequest = [
|
|
|
2907
2798
|
[_rA, _tK],
|
|
2908
2799
|
[
|
|
2909
2800
|
[0, 1],
|
|
2910
|
-
[
|
|
2911
|
-
64 | 0,
|
|
2912
|
-
{
|
|
2913
|
-
[_hQ]: _tK,
|
|
2914
|
-
},
|
|
2915
|
-
],
|
|
2801
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
2916
2802
|
],
|
|
2917
2803
|
];
|
|
2918
2804
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -3027,10 +2913,7 @@ var ValidationException = [
|
|
|
3027
2913
|
-3,
|
|
3028
2914
|
n0,
|
|
3029
2915
|
_VE,
|
|
3030
|
-
{
|
|
3031
|
-
[_e]: _c,
|
|
3032
|
-
[_hE]: 400,
|
|
3033
|
-
},
|
|
2916
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
3034
2917
|
[_m, _rea, _fiel],
|
|
3035
2918
|
[0, 0, () => ValidationExceptionFields],
|
|
3036
2919
|
];
|
|
@@ -3287,9 +3170,7 @@ var AssociateMember = [
|
|
|
3287
3170
|
9,
|
|
3288
3171
|
n0,
|
|
3289
3172
|
_AM,
|
|
3290
|
-
{
|
|
3291
|
-
[_ht]: ["POST", "/members/associate", 200],
|
|
3292
|
-
},
|
|
3173
|
+
{ [_ht]: ["POST", "/members/associate", 200] },
|
|
3293
3174
|
() => AssociateMemberRequest,
|
|
3294
3175
|
() => AssociateMemberResponse,
|
|
3295
3176
|
];
|
|
@@ -3297,9 +3178,7 @@ var BatchAssociateCodeSecurityScanConfiguration = [
|
|
|
3297
3178
|
9,
|
|
3298
3179
|
n0,
|
|
3299
3180
|
_BACSSC,
|
|
3300
|
-
{
|
|
3301
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/batch/associate", 200],
|
|
3302
|
-
},
|
|
3181
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/batch/associate", 200] },
|
|
3303
3182
|
() => BatchAssociateCodeSecurityScanConfigurationRequest,
|
|
3304
3183
|
() => BatchAssociateCodeSecurityScanConfigurationResponse,
|
|
3305
3184
|
];
|
|
@@ -3307,9 +3186,7 @@ var BatchDisassociateCodeSecurityScanConfiguration = [
|
|
|
3307
3186
|
9,
|
|
3308
3187
|
n0,
|
|
3309
3188
|
_BDCSSC,
|
|
3310
|
-
{
|
|
3311
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/batch/disassociate", 200],
|
|
3312
|
-
},
|
|
3189
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/batch/disassociate", 200] },
|
|
3313
3190
|
() => BatchDisassociateCodeSecurityScanConfigurationRequest,
|
|
3314
3191
|
() => BatchDisassociateCodeSecurityScanConfigurationResponse,
|
|
3315
3192
|
];
|
|
@@ -3317,9 +3194,7 @@ var BatchGetAccountStatus = [
|
|
|
3317
3194
|
9,
|
|
3318
3195
|
n0,
|
|
3319
3196
|
_BGAS,
|
|
3320
|
-
{
|
|
3321
|
-
[_ht]: ["POST", "/status/batch/get", 200],
|
|
3322
|
-
},
|
|
3197
|
+
{ [_ht]: ["POST", "/status/batch/get", 200] },
|
|
3323
3198
|
() => BatchGetAccountStatusRequest,
|
|
3324
3199
|
() => BatchGetAccountStatusResponse,
|
|
3325
3200
|
];
|
|
@@ -3327,9 +3202,7 @@ var BatchGetCodeSnippet = [
|
|
|
3327
3202
|
9,
|
|
3328
3203
|
n0,
|
|
3329
3204
|
_BGCS,
|
|
3330
|
-
{
|
|
3331
|
-
[_ht]: ["POST", "/codesnippet/batchget", 200],
|
|
3332
|
-
},
|
|
3205
|
+
{ [_ht]: ["POST", "/codesnippet/batchget", 200] },
|
|
3333
3206
|
() => BatchGetCodeSnippetRequest,
|
|
3334
3207
|
() => BatchGetCodeSnippetResponse,
|
|
3335
3208
|
];
|
|
@@ -3337,9 +3210,7 @@ var BatchGetFindingDetails = [
|
|
|
3337
3210
|
9,
|
|
3338
3211
|
n0,
|
|
3339
3212
|
_BGFD,
|
|
3340
|
-
{
|
|
3341
|
-
[_ht]: ["POST", "/findings/details/batch/get", 200],
|
|
3342
|
-
},
|
|
3213
|
+
{ [_ht]: ["POST", "/findings/details/batch/get", 200] },
|
|
3343
3214
|
() => BatchGetFindingDetailsRequest,
|
|
3344
3215
|
() => BatchGetFindingDetailsResponse,
|
|
3345
3216
|
];
|
|
@@ -3347,9 +3218,7 @@ var BatchGetFreeTrialInfo = [
|
|
|
3347
3218
|
9,
|
|
3348
3219
|
n0,
|
|
3349
3220
|
_BGFTI,
|
|
3350
|
-
{
|
|
3351
|
-
[_ht]: ["POST", "/freetrialinfo/batchget", 200],
|
|
3352
|
-
},
|
|
3221
|
+
{ [_ht]: ["POST", "/freetrialinfo/batchget", 200] },
|
|
3353
3222
|
() => BatchGetFreeTrialInfoRequest,
|
|
3354
3223
|
() => BatchGetFreeTrialInfoResponse,
|
|
3355
3224
|
];
|
|
@@ -3357,9 +3226,7 @@ var BatchGetMemberEc2DeepInspectionStatus = [
|
|
|
3357
3226
|
9,
|
|
3358
3227
|
n0,
|
|
3359
3228
|
_BGMEDIS,
|
|
3360
|
-
{
|
|
3361
|
-
[_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/get", 200],
|
|
3362
|
-
},
|
|
3229
|
+
{ [_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/get", 200] },
|
|
3363
3230
|
() => BatchGetMemberEc2DeepInspectionStatusRequest,
|
|
3364
3231
|
() => BatchGetMemberEc2DeepInspectionStatusResponse,
|
|
3365
3232
|
];
|
|
@@ -3367,9 +3234,7 @@ var BatchUpdateMemberEc2DeepInspectionStatus = [
|
|
|
3367
3234
|
9,
|
|
3368
3235
|
n0,
|
|
3369
3236
|
_BUMEDIS,
|
|
3370
|
-
{
|
|
3371
|
-
[_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/update", 200],
|
|
3372
|
-
},
|
|
3237
|
+
{ [_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/update", 200] },
|
|
3373
3238
|
() => BatchUpdateMemberEc2DeepInspectionStatusRequest,
|
|
3374
3239
|
() => BatchUpdateMemberEc2DeepInspectionStatusResponse,
|
|
3375
3240
|
];
|
|
@@ -3377,9 +3242,7 @@ var CancelFindingsReport = [
|
|
|
3377
3242
|
9,
|
|
3378
3243
|
n0,
|
|
3379
3244
|
_CFRa,
|
|
3380
|
-
{
|
|
3381
|
-
[_ht]: ["POST", "/reporting/cancel", 200],
|
|
3382
|
-
},
|
|
3245
|
+
{ [_ht]: ["POST", "/reporting/cancel", 200] },
|
|
3383
3246
|
() => CancelFindingsReportRequest,
|
|
3384
3247
|
() => CancelFindingsReportResponse,
|
|
3385
3248
|
];
|
|
@@ -3387,9 +3250,7 @@ var CancelSbomExport = [
|
|
|
3387
3250
|
9,
|
|
3388
3251
|
n0,
|
|
3389
3252
|
_CSEa,
|
|
3390
|
-
{
|
|
3391
|
-
[_ht]: ["POST", "/sbomexport/cancel", 200],
|
|
3392
|
-
},
|
|
3253
|
+
{ [_ht]: ["POST", "/sbomexport/cancel", 200] },
|
|
3393
3254
|
() => CancelSbomExportRequest,
|
|
3394
3255
|
() => CancelSbomExportResponse,
|
|
3395
3256
|
];
|
|
@@ -3397,9 +3258,7 @@ var CreateCisScanConfiguration = [
|
|
|
3397
3258
|
9,
|
|
3398
3259
|
n0,
|
|
3399
3260
|
_CCSC,
|
|
3400
|
-
{
|
|
3401
|
-
[_ht]: ["POST", "/cis/scan-configuration/create", 200],
|
|
3402
|
-
},
|
|
3261
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/create", 200] },
|
|
3403
3262
|
() => CreateCisScanConfigurationRequest,
|
|
3404
3263
|
() => CreateCisScanConfigurationResponse,
|
|
3405
3264
|
];
|
|
@@ -3407,9 +3266,7 @@ var CreateCodeSecurityIntegration = [
|
|
|
3407
3266
|
9,
|
|
3408
3267
|
n0,
|
|
3409
3268
|
_CCSI,
|
|
3410
|
-
{
|
|
3411
|
-
[_ht]: ["POST", "/codesecurity/integration/create", 200],
|
|
3412
|
-
},
|
|
3269
|
+
{ [_ht]: ["POST", "/codesecurity/integration/create", 200] },
|
|
3413
3270
|
() => CreateCodeSecurityIntegrationRequest,
|
|
3414
3271
|
() => CreateCodeSecurityIntegrationResponse,
|
|
3415
3272
|
];
|
|
@@ -3417,9 +3274,7 @@ var CreateCodeSecurityScanConfiguration = [
|
|
|
3417
3274
|
9,
|
|
3418
3275
|
n0,
|
|
3419
3276
|
_CCSSC,
|
|
3420
|
-
{
|
|
3421
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/create", 200],
|
|
3422
|
-
},
|
|
3277
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/create", 200] },
|
|
3423
3278
|
() => CreateCodeSecurityScanConfigurationRequest,
|
|
3424
3279
|
() => CreateCodeSecurityScanConfigurationResponse,
|
|
3425
3280
|
];
|
|
@@ -3427,9 +3282,7 @@ var CreateFilter = [
|
|
|
3427
3282
|
9,
|
|
3428
3283
|
n0,
|
|
3429
3284
|
_CF,
|
|
3430
|
-
{
|
|
3431
|
-
[_ht]: ["POST", "/filters/create", 200],
|
|
3432
|
-
},
|
|
3285
|
+
{ [_ht]: ["POST", "/filters/create", 200] },
|
|
3433
3286
|
() => CreateFilterRequest,
|
|
3434
3287
|
() => CreateFilterResponse,
|
|
3435
3288
|
];
|
|
@@ -3437,9 +3290,7 @@ var CreateFindingsReport = [
|
|
|
3437
3290
|
9,
|
|
3438
3291
|
n0,
|
|
3439
3292
|
_CFRre,
|
|
3440
|
-
{
|
|
3441
|
-
[_ht]: ["POST", "/reporting/create", 200],
|
|
3442
|
-
},
|
|
3293
|
+
{ [_ht]: ["POST", "/reporting/create", 200] },
|
|
3443
3294
|
() => CreateFindingsReportRequest,
|
|
3444
3295
|
() => CreateFindingsReportResponse,
|
|
3445
3296
|
];
|
|
@@ -3447,9 +3298,7 @@ var CreateSbomExport = [
|
|
|
3447
3298
|
9,
|
|
3448
3299
|
n0,
|
|
3449
3300
|
_CSEr,
|
|
3450
|
-
{
|
|
3451
|
-
[_ht]: ["POST", "/sbomexport/create", 200],
|
|
3452
|
-
},
|
|
3301
|
+
{ [_ht]: ["POST", "/sbomexport/create", 200] },
|
|
3453
3302
|
() => CreateSbomExportRequest,
|
|
3454
3303
|
() => CreateSbomExportResponse,
|
|
3455
3304
|
];
|
|
@@ -3457,9 +3306,7 @@ var DeleteCisScanConfiguration = [
|
|
|
3457
3306
|
9,
|
|
3458
3307
|
n0,
|
|
3459
3308
|
_DCSC,
|
|
3460
|
-
{
|
|
3461
|
-
[_ht]: ["POST", "/cis/scan-configuration/delete", 200],
|
|
3462
|
-
},
|
|
3309
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/delete", 200] },
|
|
3463
3310
|
() => DeleteCisScanConfigurationRequest,
|
|
3464
3311
|
() => DeleteCisScanConfigurationResponse,
|
|
3465
3312
|
];
|
|
@@ -3467,9 +3314,7 @@ var DeleteCodeSecurityIntegration = [
|
|
|
3467
3314
|
9,
|
|
3468
3315
|
n0,
|
|
3469
3316
|
_DCSI,
|
|
3470
|
-
{
|
|
3471
|
-
[_ht]: ["POST", "/codesecurity/integration/delete", 200],
|
|
3472
|
-
},
|
|
3317
|
+
{ [_ht]: ["POST", "/codesecurity/integration/delete", 200] },
|
|
3473
3318
|
() => DeleteCodeSecurityIntegrationRequest,
|
|
3474
3319
|
() => DeleteCodeSecurityIntegrationResponse,
|
|
3475
3320
|
];
|
|
@@ -3477,9 +3322,7 @@ var DeleteCodeSecurityScanConfiguration = [
|
|
|
3477
3322
|
9,
|
|
3478
3323
|
n0,
|
|
3479
3324
|
_DCSSC,
|
|
3480
|
-
{
|
|
3481
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/delete", 200],
|
|
3482
|
-
},
|
|
3325
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/delete", 200] },
|
|
3483
3326
|
() => DeleteCodeSecurityScanConfigurationRequest,
|
|
3484
3327
|
() => DeleteCodeSecurityScanConfigurationResponse,
|
|
3485
3328
|
];
|
|
@@ -3487,9 +3330,7 @@ var DeleteFilter = [
|
|
|
3487
3330
|
9,
|
|
3488
3331
|
n0,
|
|
3489
3332
|
_DFe,
|
|
3490
|
-
{
|
|
3491
|
-
[_ht]: ["POST", "/filters/delete", 200],
|
|
3492
|
-
},
|
|
3333
|
+
{ [_ht]: ["POST", "/filters/delete", 200] },
|
|
3493
3334
|
() => DeleteFilterRequest,
|
|
3494
3335
|
() => DeleteFilterResponse,
|
|
3495
3336
|
];
|
|
@@ -3497,9 +3338,7 @@ var DescribeOrganizationConfiguration = [
|
|
|
3497
3338
|
9,
|
|
3498
3339
|
n0,
|
|
3499
3340
|
_DOC,
|
|
3500
|
-
{
|
|
3501
|
-
[_ht]: ["POST", "/organizationconfiguration/describe", 200],
|
|
3502
|
-
},
|
|
3341
|
+
{ [_ht]: ["POST", "/organizationconfiguration/describe", 200] },
|
|
3503
3342
|
() => DescribeOrganizationConfigurationRequest,
|
|
3504
3343
|
() => DescribeOrganizationConfigurationResponse,
|
|
3505
3344
|
];
|
|
@@ -3507,9 +3346,7 @@ var Disable = [
|
|
|
3507
3346
|
9,
|
|
3508
3347
|
n0,
|
|
3509
3348
|
_Di,
|
|
3510
|
-
{
|
|
3511
|
-
[_ht]: ["POST", "/disable", 200],
|
|
3512
|
-
},
|
|
3349
|
+
{ [_ht]: ["POST", "/disable", 200] },
|
|
3513
3350
|
() => DisableRequest,
|
|
3514
3351
|
() => DisableResponse,
|
|
3515
3352
|
];
|
|
@@ -3517,9 +3354,7 @@ var DisableDelegatedAdminAccount = [
|
|
|
3517
3354
|
9,
|
|
3518
3355
|
n0,
|
|
3519
3356
|
_DDAA,
|
|
3520
|
-
{
|
|
3521
|
-
[_ht]: ["POST", "/delegatedadminaccounts/disable", 200],
|
|
3522
|
-
},
|
|
3357
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/disable", 200] },
|
|
3523
3358
|
() => DisableDelegatedAdminAccountRequest,
|
|
3524
3359
|
() => DisableDelegatedAdminAccountResponse,
|
|
3525
3360
|
];
|
|
@@ -3527,9 +3362,7 @@ var DisassociateMember = [
|
|
|
3527
3362
|
9,
|
|
3528
3363
|
n0,
|
|
3529
3364
|
_DM,
|
|
3530
|
-
{
|
|
3531
|
-
[_ht]: ["POST", "/members/disassociate", 200],
|
|
3532
|
-
},
|
|
3365
|
+
{ [_ht]: ["POST", "/members/disassociate", 200] },
|
|
3533
3366
|
() => DisassociateMemberRequest,
|
|
3534
3367
|
() => DisassociateMemberResponse,
|
|
3535
3368
|
];
|
|
@@ -3537,9 +3370,7 @@ var Enable = [
|
|
|
3537
3370
|
9,
|
|
3538
3371
|
n0,
|
|
3539
3372
|
_En,
|
|
3540
|
-
{
|
|
3541
|
-
[_ht]: ["POST", "/enable", 200],
|
|
3542
|
-
},
|
|
3373
|
+
{ [_ht]: ["POST", "/enable", 200] },
|
|
3543
3374
|
() => EnableRequest,
|
|
3544
3375
|
() => EnableResponse,
|
|
3545
3376
|
];
|
|
@@ -3547,9 +3378,7 @@ var EnableDelegatedAdminAccount = [
|
|
|
3547
3378
|
9,
|
|
3548
3379
|
n0,
|
|
3549
3380
|
_EDAA,
|
|
3550
|
-
{
|
|
3551
|
-
[_ht]: ["POST", "/delegatedadminaccounts/enable", 200],
|
|
3552
|
-
},
|
|
3381
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/enable", 200] },
|
|
3553
3382
|
() => EnableDelegatedAdminAccountRequest,
|
|
3554
3383
|
() => EnableDelegatedAdminAccountResponse,
|
|
3555
3384
|
];
|
|
@@ -3557,9 +3386,7 @@ var GetCisScanReport = [
|
|
|
3557
3386
|
9,
|
|
3558
3387
|
n0,
|
|
3559
3388
|
_GCSR,
|
|
3560
|
-
{
|
|
3561
|
-
[_ht]: ["POST", "/cis/scan/report/get", 200],
|
|
3562
|
-
},
|
|
3389
|
+
{ [_ht]: ["POST", "/cis/scan/report/get", 200] },
|
|
3563
3390
|
() => GetCisScanReportRequest,
|
|
3564
3391
|
() => GetCisScanReportResponse,
|
|
3565
3392
|
];
|
|
@@ -3567,9 +3394,7 @@ var GetCisScanResultDetails = [
|
|
|
3567
3394
|
9,
|
|
3568
3395
|
n0,
|
|
3569
3396
|
_GCSRD,
|
|
3570
|
-
{
|
|
3571
|
-
[_ht]: ["POST", "/cis/scan-result/details/get", 200],
|
|
3572
|
-
},
|
|
3397
|
+
{ [_ht]: ["POST", "/cis/scan-result/details/get", 200] },
|
|
3573
3398
|
() => GetCisScanResultDetailsRequest,
|
|
3574
3399
|
() => GetCisScanResultDetailsResponse,
|
|
3575
3400
|
];
|
|
@@ -3577,9 +3402,7 @@ var GetClustersForImage = [
|
|
|
3577
3402
|
9,
|
|
3578
3403
|
n0,
|
|
3579
3404
|
_GCFI,
|
|
3580
|
-
{
|
|
3581
|
-
[_ht]: ["POST", "/cluster/get", 200],
|
|
3582
|
-
},
|
|
3405
|
+
{ [_ht]: ["POST", "/cluster/get", 200] },
|
|
3583
3406
|
() => GetClustersForImageRequest,
|
|
3584
3407
|
() => GetClustersForImageResponse,
|
|
3585
3408
|
];
|
|
@@ -3587,9 +3410,7 @@ var GetCodeSecurityIntegration = [
|
|
|
3587
3410
|
9,
|
|
3588
3411
|
n0,
|
|
3589
3412
|
_GCSI,
|
|
3590
|
-
{
|
|
3591
|
-
[_ht]: ["POST", "/codesecurity/integration/get", 200],
|
|
3592
|
-
},
|
|
3413
|
+
{ [_ht]: ["POST", "/codesecurity/integration/get", 200] },
|
|
3593
3414
|
() => GetCodeSecurityIntegrationRequest,
|
|
3594
3415
|
() => GetCodeSecurityIntegrationResponse,
|
|
3595
3416
|
];
|
|
@@ -3597,9 +3418,7 @@ var GetCodeSecurityScan = [
|
|
|
3597
3418
|
9,
|
|
3598
3419
|
n0,
|
|
3599
3420
|
_GCSS,
|
|
3600
|
-
{
|
|
3601
|
-
[_ht]: ["POST", "/codesecurity/scan/get", 200],
|
|
3602
|
-
},
|
|
3421
|
+
{ [_ht]: ["POST", "/codesecurity/scan/get", 200] },
|
|
3603
3422
|
() => GetCodeSecurityScanRequest,
|
|
3604
3423
|
() => GetCodeSecurityScanResponse,
|
|
3605
3424
|
];
|
|
@@ -3607,9 +3426,7 @@ var GetCodeSecurityScanConfiguration = [
|
|
|
3607
3426
|
9,
|
|
3608
3427
|
n0,
|
|
3609
3428
|
_GCSSC,
|
|
3610
|
-
{
|
|
3611
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/get", 200],
|
|
3612
|
-
},
|
|
3429
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/get", 200] },
|
|
3613
3430
|
() => GetCodeSecurityScanConfigurationRequest,
|
|
3614
3431
|
() => GetCodeSecurityScanConfigurationResponse,
|
|
3615
3432
|
];
|
|
@@ -3617,9 +3434,7 @@ var GetConfiguration = [
|
|
|
3617
3434
|
9,
|
|
3618
3435
|
n0,
|
|
3619
3436
|
_GC,
|
|
3620
|
-
{
|
|
3621
|
-
[_ht]: ["POST", "/configuration/get", 200],
|
|
3622
|
-
},
|
|
3437
|
+
{ [_ht]: ["POST", "/configuration/get", 200] },
|
|
3623
3438
|
() => GetConfigurationRequest,
|
|
3624
3439
|
() => GetConfigurationResponse,
|
|
3625
3440
|
];
|
|
@@ -3627,9 +3442,7 @@ var GetDelegatedAdminAccount = [
|
|
|
3627
3442
|
9,
|
|
3628
3443
|
n0,
|
|
3629
3444
|
_GDAA,
|
|
3630
|
-
{
|
|
3631
|
-
[_ht]: ["POST", "/delegatedadminaccounts/get", 200],
|
|
3632
|
-
},
|
|
3445
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/get", 200] },
|
|
3633
3446
|
() => GetDelegatedAdminAccountRequest,
|
|
3634
3447
|
() => GetDelegatedAdminAccountResponse,
|
|
3635
3448
|
];
|
|
@@ -3637,9 +3450,7 @@ var GetEc2DeepInspectionConfiguration = [
|
|
|
3637
3450
|
9,
|
|
3638
3451
|
n0,
|
|
3639
3452
|
_GEDIC,
|
|
3640
|
-
{
|
|
3641
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/get", 200],
|
|
3642
|
-
},
|
|
3453
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/get", 200] },
|
|
3643
3454
|
() => GetEc2DeepInspectionConfigurationRequest,
|
|
3644
3455
|
() => GetEc2DeepInspectionConfigurationResponse,
|
|
3645
3456
|
];
|
|
@@ -3647,9 +3458,7 @@ var GetEncryptionKey = [
|
|
|
3647
3458
|
9,
|
|
3648
3459
|
n0,
|
|
3649
3460
|
_GEK,
|
|
3650
|
-
{
|
|
3651
|
-
[_ht]: ["GET", "/encryptionkey/get", 200],
|
|
3652
|
-
},
|
|
3461
|
+
{ [_ht]: ["GET", "/encryptionkey/get", 200] },
|
|
3653
3462
|
() => GetEncryptionKeyRequest,
|
|
3654
3463
|
() => GetEncryptionKeyResponse,
|
|
3655
3464
|
];
|
|
@@ -3657,9 +3466,7 @@ var GetFindingsReportStatus = [
|
|
|
3657
3466
|
9,
|
|
3658
3467
|
n0,
|
|
3659
3468
|
_GFRS,
|
|
3660
|
-
{
|
|
3661
|
-
[_ht]: ["POST", "/reporting/status/get", 200],
|
|
3662
|
-
},
|
|
3469
|
+
{ [_ht]: ["POST", "/reporting/status/get", 200] },
|
|
3663
3470
|
() => GetFindingsReportStatusRequest,
|
|
3664
3471
|
() => GetFindingsReportStatusResponse,
|
|
3665
3472
|
];
|
|
@@ -3667,9 +3474,7 @@ var GetMember = [
|
|
|
3667
3474
|
9,
|
|
3668
3475
|
n0,
|
|
3669
3476
|
_GM,
|
|
3670
|
-
{
|
|
3671
|
-
[_ht]: ["POST", "/members/get", 200],
|
|
3672
|
-
},
|
|
3477
|
+
{ [_ht]: ["POST", "/members/get", 200] },
|
|
3673
3478
|
() => GetMemberRequest,
|
|
3674
3479
|
() => GetMemberResponse,
|
|
3675
3480
|
];
|
|
@@ -3677,9 +3482,7 @@ var GetSbomExport = [
|
|
|
3677
3482
|
9,
|
|
3678
3483
|
n0,
|
|
3679
3484
|
_GSE,
|
|
3680
|
-
{
|
|
3681
|
-
[_ht]: ["POST", "/sbomexport/get", 200],
|
|
3682
|
-
},
|
|
3485
|
+
{ [_ht]: ["POST", "/sbomexport/get", 200] },
|
|
3683
3486
|
() => GetSbomExportRequest,
|
|
3684
3487
|
() => GetSbomExportResponse,
|
|
3685
3488
|
];
|
|
@@ -3687,9 +3490,7 @@ var ListAccountPermissions = [
|
|
|
3687
3490
|
9,
|
|
3688
3491
|
n0,
|
|
3689
3492
|
_LAP,
|
|
3690
|
-
{
|
|
3691
|
-
[_ht]: ["POST", "/accountpermissions/list", 200],
|
|
3692
|
-
},
|
|
3493
|
+
{ [_ht]: ["POST", "/accountpermissions/list", 200] },
|
|
3693
3494
|
() => ListAccountPermissionsRequest,
|
|
3694
3495
|
() => ListAccountPermissionsResponse,
|
|
3695
3496
|
];
|
|
@@ -3697,9 +3498,7 @@ var ListCisScanConfigurations = [
|
|
|
3697
3498
|
9,
|
|
3698
3499
|
n0,
|
|
3699
3500
|
_LCSC,
|
|
3700
|
-
{
|
|
3701
|
-
[_ht]: ["POST", "/cis/scan-configuration/list", 200],
|
|
3702
|
-
},
|
|
3501
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/list", 200] },
|
|
3703
3502
|
() => ListCisScanConfigurationsRequest,
|
|
3704
3503
|
() => ListCisScanConfigurationsResponse,
|
|
3705
3504
|
];
|
|
@@ -3707,9 +3506,7 @@ var ListCisScanResultsAggregatedByChecks = [
|
|
|
3707
3506
|
9,
|
|
3708
3507
|
n0,
|
|
3709
3508
|
_LCSRABC,
|
|
3710
|
-
{
|
|
3711
|
-
[_ht]: ["POST", "/cis/scan-result/check/list", 200],
|
|
3712
|
-
},
|
|
3509
|
+
{ [_ht]: ["POST", "/cis/scan-result/check/list", 200] },
|
|
3713
3510
|
() => ListCisScanResultsAggregatedByChecksRequest,
|
|
3714
3511
|
() => ListCisScanResultsAggregatedByChecksResponse,
|
|
3715
3512
|
];
|
|
@@ -3717,9 +3514,7 @@ var ListCisScanResultsAggregatedByTargetResource = [
|
|
|
3717
3514
|
9,
|
|
3718
3515
|
n0,
|
|
3719
3516
|
_LCSRABTR,
|
|
3720
|
-
{
|
|
3721
|
-
[_ht]: ["POST", "/cis/scan-result/resource/list", 200],
|
|
3722
|
-
},
|
|
3517
|
+
{ [_ht]: ["POST", "/cis/scan-result/resource/list", 200] },
|
|
3723
3518
|
() => ListCisScanResultsAggregatedByTargetResourceRequest,
|
|
3724
3519
|
() => ListCisScanResultsAggregatedByTargetResourceResponse,
|
|
3725
3520
|
];
|
|
@@ -3727,9 +3522,7 @@ var ListCisScans = [
|
|
|
3727
3522
|
9,
|
|
3728
3523
|
n0,
|
|
3729
3524
|
_LCS,
|
|
3730
|
-
{
|
|
3731
|
-
[_ht]: ["POST", "/cis/scan/list", 200],
|
|
3732
|
-
},
|
|
3525
|
+
{ [_ht]: ["POST", "/cis/scan/list", 200] },
|
|
3733
3526
|
() => ListCisScansRequest,
|
|
3734
3527
|
() => ListCisScansResponse,
|
|
3735
3528
|
];
|
|
@@ -3737,9 +3530,7 @@ var ListCodeSecurityIntegrations = [
|
|
|
3737
3530
|
9,
|
|
3738
3531
|
n0,
|
|
3739
3532
|
_LCSI,
|
|
3740
|
-
{
|
|
3741
|
-
[_ht]: ["POST", "/codesecurity/integration/list", 200],
|
|
3742
|
-
},
|
|
3533
|
+
{ [_ht]: ["POST", "/codesecurity/integration/list", 200] },
|
|
3743
3534
|
() => ListCodeSecurityIntegrationsRequest,
|
|
3744
3535
|
() => ListCodeSecurityIntegrationsResponse,
|
|
3745
3536
|
];
|
|
@@ -3747,9 +3538,7 @@ var ListCodeSecurityScanConfigurationAssociations = [
|
|
|
3747
3538
|
9,
|
|
3748
3539
|
n0,
|
|
3749
3540
|
_LCSSCA,
|
|
3750
|
-
{
|
|
3751
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/associations/list", 200],
|
|
3752
|
-
},
|
|
3541
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/associations/list", 200] },
|
|
3753
3542
|
() => ListCodeSecurityScanConfigurationAssociationsRequest,
|
|
3754
3543
|
() => ListCodeSecurityScanConfigurationAssociationsResponse,
|
|
3755
3544
|
];
|
|
@@ -3757,9 +3546,7 @@ var ListCodeSecurityScanConfigurations = [
|
|
|
3757
3546
|
9,
|
|
3758
3547
|
n0,
|
|
3759
3548
|
_LCSSC,
|
|
3760
|
-
{
|
|
3761
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/list", 200],
|
|
3762
|
-
},
|
|
3549
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/list", 200] },
|
|
3763
3550
|
() => ListCodeSecurityScanConfigurationsRequest,
|
|
3764
3551
|
() => ListCodeSecurityScanConfigurationsResponse,
|
|
3765
3552
|
];
|
|
@@ -3767,9 +3554,7 @@ var ListCoverage = [
|
|
|
3767
3554
|
9,
|
|
3768
3555
|
n0,
|
|
3769
3556
|
_LC,
|
|
3770
|
-
{
|
|
3771
|
-
[_ht]: ["POST", "/coverage/list", 200],
|
|
3772
|
-
},
|
|
3557
|
+
{ [_ht]: ["POST", "/coverage/list", 200] },
|
|
3773
3558
|
() => ListCoverageRequest,
|
|
3774
3559
|
() => ListCoverageResponse,
|
|
3775
3560
|
];
|
|
@@ -3777,9 +3562,7 @@ var ListCoverageStatistics = [
|
|
|
3777
3562
|
9,
|
|
3778
3563
|
n0,
|
|
3779
3564
|
_LCSi,
|
|
3780
|
-
{
|
|
3781
|
-
[_ht]: ["POST", "/coverage/statistics/list", 200],
|
|
3782
|
-
},
|
|
3565
|
+
{ [_ht]: ["POST", "/coverage/statistics/list", 200] },
|
|
3783
3566
|
() => ListCoverageStatisticsRequest,
|
|
3784
3567
|
() => ListCoverageStatisticsResponse,
|
|
3785
3568
|
];
|
|
@@ -3787,9 +3570,7 @@ var ListDelegatedAdminAccounts = [
|
|
|
3787
3570
|
9,
|
|
3788
3571
|
n0,
|
|
3789
3572
|
_LDAA,
|
|
3790
|
-
{
|
|
3791
|
-
[_ht]: ["POST", "/delegatedadminaccounts/list", 200],
|
|
3792
|
-
},
|
|
3573
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/list", 200] },
|
|
3793
3574
|
() => ListDelegatedAdminAccountsRequest,
|
|
3794
3575
|
() => ListDelegatedAdminAccountsResponse,
|
|
3795
3576
|
];
|
|
@@ -3797,9 +3578,7 @@ var ListFilters = [
|
|
|
3797
3578
|
9,
|
|
3798
3579
|
n0,
|
|
3799
3580
|
_LF,
|
|
3800
|
-
{
|
|
3801
|
-
[_ht]: ["POST", "/filters/list", 200],
|
|
3802
|
-
},
|
|
3581
|
+
{ [_ht]: ["POST", "/filters/list", 200] },
|
|
3803
3582
|
() => ListFiltersRequest,
|
|
3804
3583
|
() => ListFiltersResponse,
|
|
3805
3584
|
];
|
|
@@ -3807,9 +3586,7 @@ var ListFindingAggregations = [
|
|
|
3807
3586
|
9,
|
|
3808
3587
|
n0,
|
|
3809
3588
|
_LFAi,
|
|
3810
|
-
{
|
|
3811
|
-
[_ht]: ["POST", "/findings/aggregation/list", 200],
|
|
3812
|
-
},
|
|
3589
|
+
{ [_ht]: ["POST", "/findings/aggregation/list", 200] },
|
|
3813
3590
|
() => ListFindingAggregationsRequest,
|
|
3814
3591
|
() => ListFindingAggregationsResponse,
|
|
3815
3592
|
];
|
|
@@ -3817,9 +3594,7 @@ var ListFindings = [
|
|
|
3817
3594
|
9,
|
|
3818
3595
|
n0,
|
|
3819
3596
|
_LFi,
|
|
3820
|
-
{
|
|
3821
|
-
[_ht]: ["POST", "/findings/list", 200],
|
|
3822
|
-
},
|
|
3597
|
+
{ [_ht]: ["POST", "/findings/list", 200] },
|
|
3823
3598
|
() => ListFindingsRequest,
|
|
3824
3599
|
() => ListFindingsResponse,
|
|
3825
3600
|
];
|
|
@@ -3827,9 +3602,7 @@ var ListMembers = [
|
|
|
3827
3602
|
9,
|
|
3828
3603
|
n0,
|
|
3829
3604
|
_LM,
|
|
3830
|
-
{
|
|
3831
|
-
[_ht]: ["POST", "/members/list", 200],
|
|
3832
|
-
},
|
|
3605
|
+
{ [_ht]: ["POST", "/members/list", 200] },
|
|
3833
3606
|
() => ListMembersRequest,
|
|
3834
3607
|
() => ListMembersResponse,
|
|
3835
3608
|
];
|
|
@@ -3837,9 +3610,7 @@ var ListTagsForResource = [
|
|
|
3837
3610
|
9,
|
|
3838
3611
|
n0,
|
|
3839
3612
|
_LTFR,
|
|
3840
|
-
{
|
|
3841
|
-
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
3842
|
-
},
|
|
3613
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
3843
3614
|
() => ListTagsForResourceRequest,
|
|
3844
3615
|
() => ListTagsForResourceResponse,
|
|
3845
3616
|
];
|
|
@@ -3847,9 +3618,7 @@ var ListUsageTotals = [
|
|
|
3847
3618
|
9,
|
|
3848
3619
|
n0,
|
|
3849
3620
|
_LUT,
|
|
3850
|
-
{
|
|
3851
|
-
[_ht]: ["POST", "/usage/list", 200],
|
|
3852
|
-
},
|
|
3621
|
+
{ [_ht]: ["POST", "/usage/list", 200] },
|
|
3853
3622
|
() => ListUsageTotalsRequest,
|
|
3854
3623
|
() => ListUsageTotalsResponse,
|
|
3855
3624
|
];
|
|
@@ -3857,9 +3626,7 @@ var ResetEncryptionKey = [
|
|
|
3857
3626
|
9,
|
|
3858
3627
|
n0,
|
|
3859
3628
|
_REK,
|
|
3860
|
-
{
|
|
3861
|
-
[_ht]: ["PUT", "/encryptionkey/reset", 200],
|
|
3862
|
-
},
|
|
3629
|
+
{ [_ht]: ["PUT", "/encryptionkey/reset", 200] },
|
|
3863
3630
|
() => ResetEncryptionKeyRequest,
|
|
3864
3631
|
() => ResetEncryptionKeyResponse,
|
|
3865
3632
|
];
|
|
@@ -3867,9 +3634,7 @@ var SearchVulnerabilities = [
|
|
|
3867
3634
|
9,
|
|
3868
3635
|
n0,
|
|
3869
3636
|
_SV,
|
|
3870
|
-
{
|
|
3871
|
-
[_ht]: ["POST", "/vulnerabilities/search", 200],
|
|
3872
|
-
},
|
|
3637
|
+
{ [_ht]: ["POST", "/vulnerabilities/search", 200] },
|
|
3873
3638
|
() => SearchVulnerabilitiesRequest,
|
|
3874
3639
|
() => SearchVulnerabilitiesResponse,
|
|
3875
3640
|
];
|
|
@@ -3877,9 +3642,7 @@ var SendCisSessionHealth = [
|
|
|
3877
3642
|
9,
|
|
3878
3643
|
n0,
|
|
3879
3644
|
_SCSH,
|
|
3880
|
-
{
|
|
3881
|
-
[_ht]: ["PUT", "/cissession/health/send", 200],
|
|
3882
|
-
},
|
|
3645
|
+
{ [_ht]: ["PUT", "/cissession/health/send", 200] },
|
|
3883
3646
|
() => SendCisSessionHealthRequest,
|
|
3884
3647
|
() => SendCisSessionHealthResponse,
|
|
3885
3648
|
];
|
|
@@ -3887,9 +3650,7 @@ var SendCisSessionTelemetry = [
|
|
|
3887
3650
|
9,
|
|
3888
3651
|
n0,
|
|
3889
3652
|
_SCST,
|
|
3890
|
-
{
|
|
3891
|
-
[_ht]: ["PUT", "/cissession/telemetry/send", 200],
|
|
3892
|
-
},
|
|
3653
|
+
{ [_ht]: ["PUT", "/cissession/telemetry/send", 200] },
|
|
3893
3654
|
() => SendCisSessionTelemetryRequest,
|
|
3894
3655
|
() => SendCisSessionTelemetryResponse,
|
|
3895
3656
|
];
|
|
@@ -3897,9 +3658,7 @@ var StartCisSession = [
|
|
|
3897
3658
|
9,
|
|
3898
3659
|
n0,
|
|
3899
3660
|
_SCS,
|
|
3900
|
-
{
|
|
3901
|
-
[_ht]: ["PUT", "/cissession/start", 200],
|
|
3902
|
-
},
|
|
3661
|
+
{ [_ht]: ["PUT", "/cissession/start", 200] },
|
|
3903
3662
|
() => StartCisSessionRequest,
|
|
3904
3663
|
() => StartCisSessionResponse,
|
|
3905
3664
|
];
|
|
@@ -3907,9 +3666,7 @@ var StartCodeSecurityScan = [
|
|
|
3907
3666
|
9,
|
|
3908
3667
|
n0,
|
|
3909
3668
|
_SCSS,
|
|
3910
|
-
{
|
|
3911
|
-
[_ht]: ["POST", "/codesecurity/scan/start", 200],
|
|
3912
|
-
},
|
|
3669
|
+
{ [_ht]: ["POST", "/codesecurity/scan/start", 200] },
|
|
3913
3670
|
() => StartCodeSecurityScanRequest,
|
|
3914
3671
|
() => StartCodeSecurityScanResponse,
|
|
3915
3672
|
];
|
|
@@ -3917,9 +3674,7 @@ var StopCisSession = [
|
|
|
3917
3674
|
9,
|
|
3918
3675
|
n0,
|
|
3919
3676
|
_SCSt,
|
|
3920
|
-
{
|
|
3921
|
-
[_ht]: ["PUT", "/cissession/stop", 200],
|
|
3922
|
-
},
|
|
3677
|
+
{ [_ht]: ["PUT", "/cissession/stop", 200] },
|
|
3923
3678
|
() => StopCisSessionRequest,
|
|
3924
3679
|
() => StopCisSessionResponse,
|
|
3925
3680
|
];
|
|
@@ -3927,9 +3682,7 @@ var TagResource = [
|
|
|
3927
3682
|
9,
|
|
3928
3683
|
n0,
|
|
3929
3684
|
_TR,
|
|
3930
|
-
{
|
|
3931
|
-
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
3932
|
-
},
|
|
3685
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
3933
3686
|
() => TagResourceRequest,
|
|
3934
3687
|
() => TagResourceResponse,
|
|
3935
3688
|
];
|
|
@@ -3937,9 +3690,7 @@ var UntagResource = [
|
|
|
3937
3690
|
9,
|
|
3938
3691
|
n0,
|
|
3939
3692
|
_UR,
|
|
3940
|
-
{
|
|
3941
|
-
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
3942
|
-
},
|
|
3693
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
3943
3694
|
() => UntagResourceRequest,
|
|
3944
3695
|
() => UntagResourceResponse,
|
|
3945
3696
|
];
|
|
@@ -3947,9 +3698,7 @@ var UpdateCisScanConfiguration = [
|
|
|
3947
3698
|
9,
|
|
3948
3699
|
n0,
|
|
3949
3700
|
_UCSC,
|
|
3950
|
-
{
|
|
3951
|
-
[_ht]: ["POST", "/cis/scan-configuration/update", 200],
|
|
3952
|
-
},
|
|
3701
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/update", 200] },
|
|
3953
3702
|
() => UpdateCisScanConfigurationRequest,
|
|
3954
3703
|
() => UpdateCisScanConfigurationResponse,
|
|
3955
3704
|
];
|
|
@@ -3957,9 +3706,7 @@ var UpdateCodeSecurityIntegration = [
|
|
|
3957
3706
|
9,
|
|
3958
3707
|
n0,
|
|
3959
3708
|
_UCSI,
|
|
3960
|
-
{
|
|
3961
|
-
[_ht]: ["POST", "/codesecurity/integration/update", 200],
|
|
3962
|
-
},
|
|
3709
|
+
{ [_ht]: ["POST", "/codesecurity/integration/update", 200] },
|
|
3963
3710
|
() => UpdateCodeSecurityIntegrationRequest,
|
|
3964
3711
|
() => UpdateCodeSecurityIntegrationResponse,
|
|
3965
3712
|
];
|
|
@@ -3967,9 +3714,7 @@ var UpdateCodeSecurityScanConfiguration = [
|
|
|
3967
3714
|
9,
|
|
3968
3715
|
n0,
|
|
3969
3716
|
_UCSSC,
|
|
3970
|
-
{
|
|
3971
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/update", 200],
|
|
3972
|
-
},
|
|
3717
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/update", 200] },
|
|
3973
3718
|
() => UpdateCodeSecurityScanConfigurationRequest,
|
|
3974
3719
|
() => UpdateCodeSecurityScanConfigurationResponse,
|
|
3975
3720
|
];
|
|
@@ -3977,9 +3722,7 @@ var UpdateConfiguration = [
|
|
|
3977
3722
|
9,
|
|
3978
3723
|
n0,
|
|
3979
3724
|
_UC,
|
|
3980
|
-
{
|
|
3981
|
-
[_ht]: ["POST", "/configuration/update", 200],
|
|
3982
|
-
},
|
|
3725
|
+
{ [_ht]: ["POST", "/configuration/update", 200] },
|
|
3983
3726
|
() => UpdateConfigurationRequest,
|
|
3984
3727
|
() => UpdateConfigurationResponse,
|
|
3985
3728
|
];
|
|
@@ -3987,9 +3730,7 @@ var UpdateEc2DeepInspectionConfiguration = [
|
|
|
3987
3730
|
9,
|
|
3988
3731
|
n0,
|
|
3989
3732
|
_UEDIC,
|
|
3990
|
-
{
|
|
3991
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/update", 200],
|
|
3992
|
-
},
|
|
3733
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/update", 200] },
|
|
3993
3734
|
() => UpdateEc2DeepInspectionConfigurationRequest,
|
|
3994
3735
|
() => UpdateEc2DeepInspectionConfigurationResponse,
|
|
3995
3736
|
];
|
|
@@ -3997,9 +3738,7 @@ var UpdateEncryptionKey = [
|
|
|
3997
3738
|
9,
|
|
3998
3739
|
n0,
|
|
3999
3740
|
_UEK,
|
|
4000
|
-
{
|
|
4001
|
-
[_ht]: ["PUT", "/encryptionkey/update", 200],
|
|
4002
|
-
},
|
|
3741
|
+
{ [_ht]: ["PUT", "/encryptionkey/update", 200] },
|
|
4003
3742
|
() => UpdateEncryptionKeyRequest,
|
|
4004
3743
|
() => UpdateEncryptionKeyResponse,
|
|
4005
3744
|
];
|
|
@@ -4007,9 +3746,7 @@ var UpdateFilter = [
|
|
|
4007
3746
|
9,
|
|
4008
3747
|
n0,
|
|
4009
3748
|
_UF,
|
|
4010
|
-
{
|
|
4011
|
-
[_ht]: ["POST", "/filters/update", 200],
|
|
4012
|
-
},
|
|
3749
|
+
{ [_ht]: ["POST", "/filters/update", 200] },
|
|
4013
3750
|
() => UpdateFilterRequest,
|
|
4014
3751
|
() => UpdateFilterResponse,
|
|
4015
3752
|
];
|
|
@@ -4017,9 +3754,7 @@ var UpdateOrganizationConfiguration = [
|
|
|
4017
3754
|
9,
|
|
4018
3755
|
n0,
|
|
4019
3756
|
_UOC,
|
|
4020
|
-
{
|
|
4021
|
-
[_ht]: ["POST", "/organizationconfiguration/update", 200],
|
|
4022
|
-
},
|
|
3757
|
+
{ [_ht]: ["POST", "/organizationconfiguration/update", 200] },
|
|
4023
3758
|
() => UpdateOrganizationConfigurationRequest,
|
|
4024
3759
|
() => UpdateOrganizationConfigurationResponse,
|
|
4025
3760
|
];
|
|
@@ -4027,9 +3762,7 @@ var UpdateOrgEc2DeepInspectionConfiguration = [
|
|
|
4027
3762
|
9,
|
|
4028
3763
|
n0,
|
|
4029
3764
|
_UOEDIC,
|
|
4030
|
-
{
|
|
4031
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/org/update", 200],
|
|
4032
|
-
},
|
|
3765
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/org/update", 200] },
|
|
4033
3766
|
() => UpdateOrgEc2DeepInspectionConfigurationRequest,
|
|
4034
3767
|
() => UpdateOrgEc2DeepInspectionConfigurationResponse,
|
|
4035
3768
|
];
|
|
@@ -5391,6 +5124,7 @@ const ScanStatusReason = {
|
|
|
5391
5124
|
STALE_INVENTORY: "STALE_INVENTORY",
|
|
5392
5125
|
SUCCESSFUL: "SUCCESSFUL",
|
|
5393
5126
|
UNMANAGED_EC2_INSTANCE: "UNMANAGED_EC2_INSTANCE",
|
|
5127
|
+
UNSUPPORTED_CODE_ARTIFACTS: "UNSUPPORTED_CODE_ARTIFACTS",
|
|
5394
5128
|
UNSUPPORTED_CONFIG_FILE: "UNSUPPORTED_CONFIG_FILE",
|
|
5395
5129
|
UNSUPPORTED_LANGUAGE: "UNSUPPORTED_LANGUAGE",
|
|
5396
5130
|
UNSUPPORTED_MEDIA_TYPE: "UNSUPPORTED_MEDIA_TYPE",
|