@aws-sdk/client-inspector2 3.943.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
|
@@ -987,17 +987,7 @@ export var GitHubAuthCode = [0, n0, _GHAC, 8, 0];
|
|
|
987
987
|
export var GitLabAccessToken = [0, n0, _GLAT, 8, 0];
|
|
988
988
|
export var GitLabAuthCode = [0, n0, _GLAC, 8, 0];
|
|
989
989
|
export var InstanceUrl = [0, n0, _IU, 8, 0];
|
|
990
|
-
export var AccessDeniedException = [
|
|
991
|
-
-3,
|
|
992
|
-
n0,
|
|
993
|
-
_ADE,
|
|
994
|
-
{
|
|
995
|
-
[_e]: _c,
|
|
996
|
-
[_hE]: 403,
|
|
997
|
-
},
|
|
998
|
-
[_m],
|
|
999
|
-
[0],
|
|
1000
|
-
];
|
|
990
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
1001
991
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
1002
992
|
export var Account = [3, n0, _A, 0, [_aI, _s, _rS], [0, 0, () => ResourceStatus]];
|
|
1003
993
|
export var AccountAggregation = [3, n0, _AA, 0, [_fT, _rT, _sO, _sB], [0, 0, 0, 0]];
|
|
@@ -1098,17 +1088,7 @@ export var AwsLambdaFunctionDetails = [
|
|
|
1098
1088
|
[_fN, _ru, _cS, _v, _eRA, _la, _vC, _pT, _ar, _lMA],
|
|
1099
1089
|
[0, 0, 0, 0, 0, 64 | 0, () => LambdaVpcConfig, 0, 64 | 0, 4],
|
|
1100
1090
|
];
|
|
1101
|
-
export var BadRequestException = [
|
|
1102
|
-
-3,
|
|
1103
|
-
n0,
|
|
1104
|
-
_BRE,
|
|
1105
|
-
{
|
|
1106
|
-
[_e]: _c,
|
|
1107
|
-
[_hE]: 400,
|
|
1108
|
-
},
|
|
1109
|
-
[_m],
|
|
1110
|
-
[0],
|
|
1111
|
-
];
|
|
1091
|
+
export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1112
1092
|
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
1113
1093
|
export var BatchAssociateCodeSecurityScanConfigurationRequest = [
|
|
1114
1094
|
3,
|
|
@@ -1408,17 +1388,7 @@ export var CodeVulnerabilityDetails = [
|
|
|
1408
1388
|
[() => CodeFilePath, 64 | 0, 64 | 0, 0, 0, 0, 0, 64 | 0],
|
|
1409
1389
|
];
|
|
1410
1390
|
export var ComputePlatform = [3, n0, _CP, 0, [_ve, _pr, _v], [0, 0, 0]];
|
|
1411
|
-
export var ConflictException = [
|
|
1412
|
-
-3,
|
|
1413
|
-
n0,
|
|
1414
|
-
_CE,
|
|
1415
|
-
{
|
|
1416
|
-
[_e]: _c,
|
|
1417
|
-
[_hE]: 409,
|
|
1418
|
-
},
|
|
1419
|
-
[_m, _rIe, _rT],
|
|
1420
|
-
[0, 0, 0],
|
|
1421
|
-
];
|
|
1391
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rIe, _rT], [0, 0, 0]];
|
|
1422
1392
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
1423
1393
|
export var ContinuousIntegrationScanConfiguration = [3, n0, _CISC, 0, [_sE], [64 | 0]];
|
|
1424
1394
|
export var Counts = [3, n0, _C, 0, [_cou, _gK], [1, 0]];
|
|
@@ -1986,18 +1956,8 @@ export var GetEncryptionKeyRequest = [
|
|
|
1986
1956
|
0,
|
|
1987
1957
|
[_sT, _rT],
|
|
1988
1958
|
[
|
|
1989
|
-
[
|
|
1990
|
-
|
|
1991
|
-
{
|
|
1992
|
-
[_hQ]: _sT,
|
|
1993
|
-
},
|
|
1994
|
-
],
|
|
1995
|
-
[
|
|
1996
|
-
0,
|
|
1997
|
-
{
|
|
1998
|
-
[_hQ]: _rT,
|
|
1999
|
-
},
|
|
2000
|
-
],
|
|
1959
|
+
[0, { [_hQ]: _sT }],
|
|
1960
|
+
[0, { [_hQ]: _rT }],
|
|
2001
1961
|
],
|
|
2002
1962
|
];
|
|
2003
1963
|
export var GetEncryptionKeyResponse = [3, n0, _GEKRe, 0, [_kKI], [0]];
|
|
@@ -2042,20 +2002,9 @@ export var InternalServerException = [
|
|
|
2042
2002
|
-3,
|
|
2043
2003
|
n0,
|
|
2044
2004
|
_ISE,
|
|
2045
|
-
{
|
|
2046
|
-
[_e]: _ser,
|
|
2047
|
-
[_hE]: 500,
|
|
2048
|
-
},
|
|
2005
|
+
{ [_e]: _ser, [_hE]: 500 },
|
|
2049
2006
|
[_m, _rAS],
|
|
2050
|
-
[
|
|
2051
|
-
0,
|
|
2052
|
-
[
|
|
2053
|
-
1,
|
|
2054
|
-
{
|
|
2055
|
-
[_hH]: _RA,
|
|
2056
|
-
},
|
|
2057
|
-
],
|
|
2058
|
-
],
|
|
2007
|
+
[0, [1, { [_hH]: _RA }]],
|
|
2059
2008
|
];
|
|
2060
2009
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
2061
2010
|
export var LambdaFunctionAggregation = [
|
|
@@ -2199,18 +2148,8 @@ export var ListCodeSecurityIntegrationsRequest = [
|
|
|
2199
2148
|
0,
|
|
2200
2149
|
[_nT, _mR],
|
|
2201
2150
|
[
|
|
2202
|
-
[
|
|
2203
|
-
|
|
2204
|
-
{
|
|
2205
|
-
[_hQ]: _nT,
|
|
2206
|
-
},
|
|
2207
|
-
],
|
|
2208
|
-
[
|
|
2209
|
-
1,
|
|
2210
|
-
{
|
|
2211
|
-
[_hQ]: _mR,
|
|
2212
|
-
},
|
|
2213
|
-
],
|
|
2151
|
+
[0, { [_hQ]: _nT }],
|
|
2152
|
+
[1, { [_hQ]: _mR }],
|
|
2214
2153
|
],
|
|
2215
2154
|
];
|
|
2216
2155
|
export var ListCodeSecurityIntegrationsResponse = [
|
|
@@ -2227,21 +2166,7 @@ export var ListCodeSecurityScanConfigurationAssociationsRequest = [
|
|
|
2227
2166
|
_LCSSCAR,
|
|
2228
2167
|
0,
|
|
2229
2168
|
[_sCA, _nT, _mR],
|
|
2230
|
-
[
|
|
2231
|
-
0,
|
|
2232
|
-
[
|
|
2233
|
-
0,
|
|
2234
|
-
{
|
|
2235
|
-
[_hQ]: _nT,
|
|
2236
|
-
},
|
|
2237
|
-
],
|
|
2238
|
-
[
|
|
2239
|
-
1,
|
|
2240
|
-
{
|
|
2241
|
-
[_hQ]: _mR,
|
|
2242
|
-
},
|
|
2243
|
-
],
|
|
2244
|
-
],
|
|
2169
|
+
[0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]],
|
|
2245
2170
|
];
|
|
2246
2171
|
export var ListCodeSecurityScanConfigurationAssociationsResponse = [
|
|
2247
2172
|
3,
|
|
@@ -2258,18 +2183,8 @@ export var ListCodeSecurityScanConfigurationsRequest = [
|
|
|
2258
2183
|
0,
|
|
2259
2184
|
[_nT, _mR],
|
|
2260
2185
|
[
|
|
2261
|
-
[
|
|
2262
|
-
|
|
2263
|
-
{
|
|
2264
|
-
[_hQ]: _nT,
|
|
2265
|
-
},
|
|
2266
|
-
],
|
|
2267
|
-
[
|
|
2268
|
-
1,
|
|
2269
|
-
{
|
|
2270
|
-
[_hQ]: _mR,
|
|
2271
|
-
},
|
|
2272
|
-
],
|
|
2186
|
+
[0, { [_hQ]: _nT }],
|
|
2187
|
+
[1, { [_hQ]: _mR }],
|
|
2273
2188
|
],
|
|
2274
2189
|
];
|
|
2275
2190
|
export var ListCodeSecurityScanConfigurationsResponse = [
|
|
@@ -2491,17 +2406,7 @@ export var ResourceFilterCriteria = [
|
|
|
2491
2406
|
],
|
|
2492
2407
|
];
|
|
2493
2408
|
export var ResourceMapFilter = [3, n0, _RMF, 0, [_co, _k, _va], [0, 0, 0]];
|
|
2494
|
-
export var ResourceNotFoundException = [
|
|
2495
|
-
-3,
|
|
2496
|
-
n0,
|
|
2497
|
-
_RNFE,
|
|
2498
|
-
{
|
|
2499
|
-
[_e]: _c,
|
|
2500
|
-
[_hE]: 404,
|
|
2501
|
-
},
|
|
2502
|
-
[_m],
|
|
2503
|
-
[0],
|
|
2504
|
-
];
|
|
2409
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
2505
2410
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
2506
2411
|
export var ResourceScanMetadata = [
|
|
2507
2412
|
3,
|
|
@@ -2561,10 +2466,7 @@ export var ServiceQuotaExceededException = [
|
|
|
2561
2466
|
-3,
|
|
2562
2467
|
n0,
|
|
2563
2468
|
_SQEE,
|
|
2564
|
-
{
|
|
2565
|
-
[_e]: _c,
|
|
2566
|
-
[_hE]: 402,
|
|
2567
|
-
},
|
|
2469
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
2568
2470
|
[_m, _rIe],
|
|
2569
2471
|
[0, 0],
|
|
2570
2472
|
];
|
|
@@ -2635,20 +2537,9 @@ export var ThrottlingException = [
|
|
|
2635
2537
|
-3,
|
|
2636
2538
|
n0,
|
|
2637
2539
|
_TE,
|
|
2638
|
-
{
|
|
2639
|
-
[_e]: _c,
|
|
2640
|
-
[_hE]: 429,
|
|
2641
|
-
},
|
|
2540
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
2642
2541
|
[_m, _rAS],
|
|
2643
|
-
[
|
|
2644
|
-
0,
|
|
2645
|
-
[
|
|
2646
|
-
1,
|
|
2647
|
-
{
|
|
2648
|
-
[_hH]: _RA,
|
|
2649
|
-
},
|
|
2650
|
-
],
|
|
2651
|
-
],
|
|
2542
|
+
[0, [1, { [_hH]: _RA }]],
|
|
2652
2543
|
];
|
|
2653
2544
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
2654
2545
|
export var Time = [3, n0, _T, 0, [_tOD, _tim], [0, 0]];
|
|
@@ -2676,12 +2567,7 @@ export var UntagResourceRequest = [
|
|
|
2676
2567
|
[_rA, _tK],
|
|
2677
2568
|
[
|
|
2678
2569
|
[0, 1],
|
|
2679
|
-
[
|
|
2680
|
-
64 | 0,
|
|
2681
|
-
{
|
|
2682
|
-
[_hQ]: _tK,
|
|
2683
|
-
},
|
|
2684
|
-
],
|
|
2570
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
2685
2571
|
],
|
|
2686
2572
|
];
|
|
2687
2573
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -2796,10 +2682,7 @@ export var ValidationException = [
|
|
|
2796
2682
|
-3,
|
|
2797
2683
|
n0,
|
|
2798
2684
|
_VE,
|
|
2799
|
-
{
|
|
2800
|
-
[_e]: _c,
|
|
2801
|
-
[_hE]: 400,
|
|
2802
|
-
},
|
|
2685
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
2803
2686
|
[_m, _rea, _fiel],
|
|
2804
2687
|
[0, 0, () => ValidationExceptionFields],
|
|
2805
2688
|
];
|
|
@@ -3100,9 +2983,7 @@ export var AssociateMember = [
|
|
|
3100
2983
|
9,
|
|
3101
2984
|
n0,
|
|
3102
2985
|
_AM,
|
|
3103
|
-
{
|
|
3104
|
-
[_ht]: ["POST", "/members/associate", 200],
|
|
3105
|
-
},
|
|
2986
|
+
{ [_ht]: ["POST", "/members/associate", 200] },
|
|
3106
2987
|
() => AssociateMemberRequest,
|
|
3107
2988
|
() => AssociateMemberResponse,
|
|
3108
2989
|
];
|
|
@@ -3110,9 +2991,7 @@ export var BatchAssociateCodeSecurityScanConfiguration = [
|
|
|
3110
2991
|
9,
|
|
3111
2992
|
n0,
|
|
3112
2993
|
_BACSSC,
|
|
3113
|
-
{
|
|
3114
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/batch/associate", 200],
|
|
3115
|
-
},
|
|
2994
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/batch/associate", 200] },
|
|
3116
2995
|
() => BatchAssociateCodeSecurityScanConfigurationRequest,
|
|
3117
2996
|
() => BatchAssociateCodeSecurityScanConfigurationResponse,
|
|
3118
2997
|
];
|
|
@@ -3120,9 +2999,7 @@ export var BatchDisassociateCodeSecurityScanConfiguration = [
|
|
|
3120
2999
|
9,
|
|
3121
3000
|
n0,
|
|
3122
3001
|
_BDCSSC,
|
|
3123
|
-
{
|
|
3124
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/batch/disassociate", 200],
|
|
3125
|
-
},
|
|
3002
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/batch/disassociate", 200] },
|
|
3126
3003
|
() => BatchDisassociateCodeSecurityScanConfigurationRequest,
|
|
3127
3004
|
() => BatchDisassociateCodeSecurityScanConfigurationResponse,
|
|
3128
3005
|
];
|
|
@@ -3130,9 +3007,7 @@ export var BatchGetAccountStatus = [
|
|
|
3130
3007
|
9,
|
|
3131
3008
|
n0,
|
|
3132
3009
|
_BGAS,
|
|
3133
|
-
{
|
|
3134
|
-
[_ht]: ["POST", "/status/batch/get", 200],
|
|
3135
|
-
},
|
|
3010
|
+
{ [_ht]: ["POST", "/status/batch/get", 200] },
|
|
3136
3011
|
() => BatchGetAccountStatusRequest,
|
|
3137
3012
|
() => BatchGetAccountStatusResponse,
|
|
3138
3013
|
];
|
|
@@ -3140,9 +3015,7 @@ export var BatchGetCodeSnippet = [
|
|
|
3140
3015
|
9,
|
|
3141
3016
|
n0,
|
|
3142
3017
|
_BGCS,
|
|
3143
|
-
{
|
|
3144
|
-
[_ht]: ["POST", "/codesnippet/batchget", 200],
|
|
3145
|
-
},
|
|
3018
|
+
{ [_ht]: ["POST", "/codesnippet/batchget", 200] },
|
|
3146
3019
|
() => BatchGetCodeSnippetRequest,
|
|
3147
3020
|
() => BatchGetCodeSnippetResponse,
|
|
3148
3021
|
];
|
|
@@ -3150,9 +3023,7 @@ export var BatchGetFindingDetails = [
|
|
|
3150
3023
|
9,
|
|
3151
3024
|
n0,
|
|
3152
3025
|
_BGFD,
|
|
3153
|
-
{
|
|
3154
|
-
[_ht]: ["POST", "/findings/details/batch/get", 200],
|
|
3155
|
-
},
|
|
3026
|
+
{ [_ht]: ["POST", "/findings/details/batch/get", 200] },
|
|
3156
3027
|
() => BatchGetFindingDetailsRequest,
|
|
3157
3028
|
() => BatchGetFindingDetailsResponse,
|
|
3158
3029
|
];
|
|
@@ -3160,9 +3031,7 @@ export var BatchGetFreeTrialInfo = [
|
|
|
3160
3031
|
9,
|
|
3161
3032
|
n0,
|
|
3162
3033
|
_BGFTI,
|
|
3163
|
-
{
|
|
3164
|
-
[_ht]: ["POST", "/freetrialinfo/batchget", 200],
|
|
3165
|
-
},
|
|
3034
|
+
{ [_ht]: ["POST", "/freetrialinfo/batchget", 200] },
|
|
3166
3035
|
() => BatchGetFreeTrialInfoRequest,
|
|
3167
3036
|
() => BatchGetFreeTrialInfoResponse,
|
|
3168
3037
|
];
|
|
@@ -3170,9 +3039,7 @@ export var BatchGetMemberEc2DeepInspectionStatus = [
|
|
|
3170
3039
|
9,
|
|
3171
3040
|
n0,
|
|
3172
3041
|
_BGMEDIS,
|
|
3173
|
-
{
|
|
3174
|
-
[_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/get", 200],
|
|
3175
|
-
},
|
|
3042
|
+
{ [_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/get", 200] },
|
|
3176
3043
|
() => BatchGetMemberEc2DeepInspectionStatusRequest,
|
|
3177
3044
|
() => BatchGetMemberEc2DeepInspectionStatusResponse,
|
|
3178
3045
|
];
|
|
@@ -3180,9 +3047,7 @@ export var BatchUpdateMemberEc2DeepInspectionStatus = [
|
|
|
3180
3047
|
9,
|
|
3181
3048
|
n0,
|
|
3182
3049
|
_BUMEDIS,
|
|
3183
|
-
{
|
|
3184
|
-
[_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/update", 200],
|
|
3185
|
-
},
|
|
3050
|
+
{ [_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/update", 200] },
|
|
3186
3051
|
() => BatchUpdateMemberEc2DeepInspectionStatusRequest,
|
|
3187
3052
|
() => BatchUpdateMemberEc2DeepInspectionStatusResponse,
|
|
3188
3053
|
];
|
|
@@ -3190,9 +3055,7 @@ export var CancelFindingsReport = [
|
|
|
3190
3055
|
9,
|
|
3191
3056
|
n0,
|
|
3192
3057
|
_CFRa,
|
|
3193
|
-
{
|
|
3194
|
-
[_ht]: ["POST", "/reporting/cancel", 200],
|
|
3195
|
-
},
|
|
3058
|
+
{ [_ht]: ["POST", "/reporting/cancel", 200] },
|
|
3196
3059
|
() => CancelFindingsReportRequest,
|
|
3197
3060
|
() => CancelFindingsReportResponse,
|
|
3198
3061
|
];
|
|
@@ -3200,9 +3063,7 @@ export var CancelSbomExport = [
|
|
|
3200
3063
|
9,
|
|
3201
3064
|
n0,
|
|
3202
3065
|
_CSEa,
|
|
3203
|
-
{
|
|
3204
|
-
[_ht]: ["POST", "/sbomexport/cancel", 200],
|
|
3205
|
-
},
|
|
3066
|
+
{ [_ht]: ["POST", "/sbomexport/cancel", 200] },
|
|
3206
3067
|
() => CancelSbomExportRequest,
|
|
3207
3068
|
() => CancelSbomExportResponse,
|
|
3208
3069
|
];
|
|
@@ -3210,9 +3071,7 @@ export var CreateCisScanConfiguration = [
|
|
|
3210
3071
|
9,
|
|
3211
3072
|
n0,
|
|
3212
3073
|
_CCSC,
|
|
3213
|
-
{
|
|
3214
|
-
[_ht]: ["POST", "/cis/scan-configuration/create", 200],
|
|
3215
|
-
},
|
|
3074
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/create", 200] },
|
|
3216
3075
|
() => CreateCisScanConfigurationRequest,
|
|
3217
3076
|
() => CreateCisScanConfigurationResponse,
|
|
3218
3077
|
];
|
|
@@ -3220,9 +3079,7 @@ export var CreateCodeSecurityIntegration = [
|
|
|
3220
3079
|
9,
|
|
3221
3080
|
n0,
|
|
3222
3081
|
_CCSI,
|
|
3223
|
-
{
|
|
3224
|
-
[_ht]: ["POST", "/codesecurity/integration/create", 200],
|
|
3225
|
-
},
|
|
3082
|
+
{ [_ht]: ["POST", "/codesecurity/integration/create", 200] },
|
|
3226
3083
|
() => CreateCodeSecurityIntegrationRequest,
|
|
3227
3084
|
() => CreateCodeSecurityIntegrationResponse,
|
|
3228
3085
|
];
|
|
@@ -3230,9 +3087,7 @@ export var CreateCodeSecurityScanConfiguration = [
|
|
|
3230
3087
|
9,
|
|
3231
3088
|
n0,
|
|
3232
3089
|
_CCSSC,
|
|
3233
|
-
{
|
|
3234
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/create", 200],
|
|
3235
|
-
},
|
|
3090
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/create", 200] },
|
|
3236
3091
|
() => CreateCodeSecurityScanConfigurationRequest,
|
|
3237
3092
|
() => CreateCodeSecurityScanConfigurationResponse,
|
|
3238
3093
|
];
|
|
@@ -3240,9 +3095,7 @@ export var CreateFilter = [
|
|
|
3240
3095
|
9,
|
|
3241
3096
|
n0,
|
|
3242
3097
|
_CF,
|
|
3243
|
-
{
|
|
3244
|
-
[_ht]: ["POST", "/filters/create", 200],
|
|
3245
|
-
},
|
|
3098
|
+
{ [_ht]: ["POST", "/filters/create", 200] },
|
|
3246
3099
|
() => CreateFilterRequest,
|
|
3247
3100
|
() => CreateFilterResponse,
|
|
3248
3101
|
];
|
|
@@ -3250,9 +3103,7 @@ export var CreateFindingsReport = [
|
|
|
3250
3103
|
9,
|
|
3251
3104
|
n0,
|
|
3252
3105
|
_CFRre,
|
|
3253
|
-
{
|
|
3254
|
-
[_ht]: ["POST", "/reporting/create", 200],
|
|
3255
|
-
},
|
|
3106
|
+
{ [_ht]: ["POST", "/reporting/create", 200] },
|
|
3256
3107
|
() => CreateFindingsReportRequest,
|
|
3257
3108
|
() => CreateFindingsReportResponse,
|
|
3258
3109
|
];
|
|
@@ -3260,9 +3111,7 @@ export var CreateSbomExport = [
|
|
|
3260
3111
|
9,
|
|
3261
3112
|
n0,
|
|
3262
3113
|
_CSEr,
|
|
3263
|
-
{
|
|
3264
|
-
[_ht]: ["POST", "/sbomexport/create", 200],
|
|
3265
|
-
},
|
|
3114
|
+
{ [_ht]: ["POST", "/sbomexport/create", 200] },
|
|
3266
3115
|
() => CreateSbomExportRequest,
|
|
3267
3116
|
() => CreateSbomExportResponse,
|
|
3268
3117
|
];
|
|
@@ -3270,9 +3119,7 @@ export var DeleteCisScanConfiguration = [
|
|
|
3270
3119
|
9,
|
|
3271
3120
|
n0,
|
|
3272
3121
|
_DCSC,
|
|
3273
|
-
{
|
|
3274
|
-
[_ht]: ["POST", "/cis/scan-configuration/delete", 200],
|
|
3275
|
-
},
|
|
3122
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/delete", 200] },
|
|
3276
3123
|
() => DeleteCisScanConfigurationRequest,
|
|
3277
3124
|
() => DeleteCisScanConfigurationResponse,
|
|
3278
3125
|
];
|
|
@@ -3280,9 +3127,7 @@ export var DeleteCodeSecurityIntegration = [
|
|
|
3280
3127
|
9,
|
|
3281
3128
|
n0,
|
|
3282
3129
|
_DCSI,
|
|
3283
|
-
{
|
|
3284
|
-
[_ht]: ["POST", "/codesecurity/integration/delete", 200],
|
|
3285
|
-
},
|
|
3130
|
+
{ [_ht]: ["POST", "/codesecurity/integration/delete", 200] },
|
|
3286
3131
|
() => DeleteCodeSecurityIntegrationRequest,
|
|
3287
3132
|
() => DeleteCodeSecurityIntegrationResponse,
|
|
3288
3133
|
];
|
|
@@ -3290,9 +3135,7 @@ export var DeleteCodeSecurityScanConfiguration = [
|
|
|
3290
3135
|
9,
|
|
3291
3136
|
n0,
|
|
3292
3137
|
_DCSSC,
|
|
3293
|
-
{
|
|
3294
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/delete", 200],
|
|
3295
|
-
},
|
|
3138
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/delete", 200] },
|
|
3296
3139
|
() => DeleteCodeSecurityScanConfigurationRequest,
|
|
3297
3140
|
() => DeleteCodeSecurityScanConfigurationResponse,
|
|
3298
3141
|
];
|
|
@@ -3300,9 +3143,7 @@ export var DeleteFilter = [
|
|
|
3300
3143
|
9,
|
|
3301
3144
|
n0,
|
|
3302
3145
|
_DFe,
|
|
3303
|
-
{
|
|
3304
|
-
[_ht]: ["POST", "/filters/delete", 200],
|
|
3305
|
-
},
|
|
3146
|
+
{ [_ht]: ["POST", "/filters/delete", 200] },
|
|
3306
3147
|
() => DeleteFilterRequest,
|
|
3307
3148
|
() => DeleteFilterResponse,
|
|
3308
3149
|
];
|
|
@@ -3310,9 +3151,7 @@ export var DescribeOrganizationConfiguration = [
|
|
|
3310
3151
|
9,
|
|
3311
3152
|
n0,
|
|
3312
3153
|
_DOC,
|
|
3313
|
-
{
|
|
3314
|
-
[_ht]: ["POST", "/organizationconfiguration/describe", 200],
|
|
3315
|
-
},
|
|
3154
|
+
{ [_ht]: ["POST", "/organizationconfiguration/describe", 200] },
|
|
3316
3155
|
() => DescribeOrganizationConfigurationRequest,
|
|
3317
3156
|
() => DescribeOrganizationConfigurationResponse,
|
|
3318
3157
|
];
|
|
@@ -3320,9 +3159,7 @@ export var Disable = [
|
|
|
3320
3159
|
9,
|
|
3321
3160
|
n0,
|
|
3322
3161
|
_Di,
|
|
3323
|
-
{
|
|
3324
|
-
[_ht]: ["POST", "/disable", 200],
|
|
3325
|
-
},
|
|
3162
|
+
{ [_ht]: ["POST", "/disable", 200] },
|
|
3326
3163
|
() => DisableRequest,
|
|
3327
3164
|
() => DisableResponse,
|
|
3328
3165
|
];
|
|
@@ -3330,9 +3167,7 @@ export var DisableDelegatedAdminAccount = [
|
|
|
3330
3167
|
9,
|
|
3331
3168
|
n0,
|
|
3332
3169
|
_DDAA,
|
|
3333
|
-
{
|
|
3334
|
-
[_ht]: ["POST", "/delegatedadminaccounts/disable", 200],
|
|
3335
|
-
},
|
|
3170
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/disable", 200] },
|
|
3336
3171
|
() => DisableDelegatedAdminAccountRequest,
|
|
3337
3172
|
() => DisableDelegatedAdminAccountResponse,
|
|
3338
3173
|
];
|
|
@@ -3340,9 +3175,7 @@ export var DisassociateMember = [
|
|
|
3340
3175
|
9,
|
|
3341
3176
|
n0,
|
|
3342
3177
|
_DM,
|
|
3343
|
-
{
|
|
3344
|
-
[_ht]: ["POST", "/members/disassociate", 200],
|
|
3345
|
-
},
|
|
3178
|
+
{ [_ht]: ["POST", "/members/disassociate", 200] },
|
|
3346
3179
|
() => DisassociateMemberRequest,
|
|
3347
3180
|
() => DisassociateMemberResponse,
|
|
3348
3181
|
];
|
|
@@ -3350,9 +3183,7 @@ export var Enable = [
|
|
|
3350
3183
|
9,
|
|
3351
3184
|
n0,
|
|
3352
3185
|
_En,
|
|
3353
|
-
{
|
|
3354
|
-
[_ht]: ["POST", "/enable", 200],
|
|
3355
|
-
},
|
|
3186
|
+
{ [_ht]: ["POST", "/enable", 200] },
|
|
3356
3187
|
() => EnableRequest,
|
|
3357
3188
|
() => EnableResponse,
|
|
3358
3189
|
];
|
|
@@ -3360,9 +3191,7 @@ export var EnableDelegatedAdminAccount = [
|
|
|
3360
3191
|
9,
|
|
3361
3192
|
n0,
|
|
3362
3193
|
_EDAA,
|
|
3363
|
-
{
|
|
3364
|
-
[_ht]: ["POST", "/delegatedadminaccounts/enable", 200],
|
|
3365
|
-
},
|
|
3194
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/enable", 200] },
|
|
3366
3195
|
() => EnableDelegatedAdminAccountRequest,
|
|
3367
3196
|
() => EnableDelegatedAdminAccountResponse,
|
|
3368
3197
|
];
|
|
@@ -3370,9 +3199,7 @@ export var GetCisScanReport = [
|
|
|
3370
3199
|
9,
|
|
3371
3200
|
n0,
|
|
3372
3201
|
_GCSR,
|
|
3373
|
-
{
|
|
3374
|
-
[_ht]: ["POST", "/cis/scan/report/get", 200],
|
|
3375
|
-
},
|
|
3202
|
+
{ [_ht]: ["POST", "/cis/scan/report/get", 200] },
|
|
3376
3203
|
() => GetCisScanReportRequest,
|
|
3377
3204
|
() => GetCisScanReportResponse,
|
|
3378
3205
|
];
|
|
@@ -3380,9 +3207,7 @@ export var GetCisScanResultDetails = [
|
|
|
3380
3207
|
9,
|
|
3381
3208
|
n0,
|
|
3382
3209
|
_GCSRD,
|
|
3383
|
-
{
|
|
3384
|
-
[_ht]: ["POST", "/cis/scan-result/details/get", 200],
|
|
3385
|
-
},
|
|
3210
|
+
{ [_ht]: ["POST", "/cis/scan-result/details/get", 200] },
|
|
3386
3211
|
() => GetCisScanResultDetailsRequest,
|
|
3387
3212
|
() => GetCisScanResultDetailsResponse,
|
|
3388
3213
|
];
|
|
@@ -3390,9 +3215,7 @@ export var GetClustersForImage = [
|
|
|
3390
3215
|
9,
|
|
3391
3216
|
n0,
|
|
3392
3217
|
_GCFI,
|
|
3393
|
-
{
|
|
3394
|
-
[_ht]: ["POST", "/cluster/get", 200],
|
|
3395
|
-
},
|
|
3218
|
+
{ [_ht]: ["POST", "/cluster/get", 200] },
|
|
3396
3219
|
() => GetClustersForImageRequest,
|
|
3397
3220
|
() => GetClustersForImageResponse,
|
|
3398
3221
|
];
|
|
@@ -3400,9 +3223,7 @@ export var GetCodeSecurityIntegration = [
|
|
|
3400
3223
|
9,
|
|
3401
3224
|
n0,
|
|
3402
3225
|
_GCSI,
|
|
3403
|
-
{
|
|
3404
|
-
[_ht]: ["POST", "/codesecurity/integration/get", 200],
|
|
3405
|
-
},
|
|
3226
|
+
{ [_ht]: ["POST", "/codesecurity/integration/get", 200] },
|
|
3406
3227
|
() => GetCodeSecurityIntegrationRequest,
|
|
3407
3228
|
() => GetCodeSecurityIntegrationResponse,
|
|
3408
3229
|
];
|
|
@@ -3410,9 +3231,7 @@ export var GetCodeSecurityScan = [
|
|
|
3410
3231
|
9,
|
|
3411
3232
|
n0,
|
|
3412
3233
|
_GCSS,
|
|
3413
|
-
{
|
|
3414
|
-
[_ht]: ["POST", "/codesecurity/scan/get", 200],
|
|
3415
|
-
},
|
|
3234
|
+
{ [_ht]: ["POST", "/codesecurity/scan/get", 200] },
|
|
3416
3235
|
() => GetCodeSecurityScanRequest,
|
|
3417
3236
|
() => GetCodeSecurityScanResponse,
|
|
3418
3237
|
];
|
|
@@ -3420,9 +3239,7 @@ export var GetCodeSecurityScanConfiguration = [
|
|
|
3420
3239
|
9,
|
|
3421
3240
|
n0,
|
|
3422
3241
|
_GCSSC,
|
|
3423
|
-
{
|
|
3424
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/get", 200],
|
|
3425
|
-
},
|
|
3242
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/get", 200] },
|
|
3426
3243
|
() => GetCodeSecurityScanConfigurationRequest,
|
|
3427
3244
|
() => GetCodeSecurityScanConfigurationResponse,
|
|
3428
3245
|
];
|
|
@@ -3430,9 +3247,7 @@ export var GetConfiguration = [
|
|
|
3430
3247
|
9,
|
|
3431
3248
|
n0,
|
|
3432
3249
|
_GC,
|
|
3433
|
-
{
|
|
3434
|
-
[_ht]: ["POST", "/configuration/get", 200],
|
|
3435
|
-
},
|
|
3250
|
+
{ [_ht]: ["POST", "/configuration/get", 200] },
|
|
3436
3251
|
() => GetConfigurationRequest,
|
|
3437
3252
|
() => GetConfigurationResponse,
|
|
3438
3253
|
];
|
|
@@ -3440,9 +3255,7 @@ export var GetDelegatedAdminAccount = [
|
|
|
3440
3255
|
9,
|
|
3441
3256
|
n0,
|
|
3442
3257
|
_GDAA,
|
|
3443
|
-
{
|
|
3444
|
-
[_ht]: ["POST", "/delegatedadminaccounts/get", 200],
|
|
3445
|
-
},
|
|
3258
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/get", 200] },
|
|
3446
3259
|
() => GetDelegatedAdminAccountRequest,
|
|
3447
3260
|
() => GetDelegatedAdminAccountResponse,
|
|
3448
3261
|
];
|
|
@@ -3450,9 +3263,7 @@ export var GetEc2DeepInspectionConfiguration = [
|
|
|
3450
3263
|
9,
|
|
3451
3264
|
n0,
|
|
3452
3265
|
_GEDIC,
|
|
3453
|
-
{
|
|
3454
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/get", 200],
|
|
3455
|
-
},
|
|
3266
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/get", 200] },
|
|
3456
3267
|
() => GetEc2DeepInspectionConfigurationRequest,
|
|
3457
3268
|
() => GetEc2DeepInspectionConfigurationResponse,
|
|
3458
3269
|
];
|
|
@@ -3460,9 +3271,7 @@ export var GetEncryptionKey = [
|
|
|
3460
3271
|
9,
|
|
3461
3272
|
n0,
|
|
3462
3273
|
_GEK,
|
|
3463
|
-
{
|
|
3464
|
-
[_ht]: ["GET", "/encryptionkey/get", 200],
|
|
3465
|
-
},
|
|
3274
|
+
{ [_ht]: ["GET", "/encryptionkey/get", 200] },
|
|
3466
3275
|
() => GetEncryptionKeyRequest,
|
|
3467
3276
|
() => GetEncryptionKeyResponse,
|
|
3468
3277
|
];
|
|
@@ -3470,9 +3279,7 @@ export var GetFindingsReportStatus = [
|
|
|
3470
3279
|
9,
|
|
3471
3280
|
n0,
|
|
3472
3281
|
_GFRS,
|
|
3473
|
-
{
|
|
3474
|
-
[_ht]: ["POST", "/reporting/status/get", 200],
|
|
3475
|
-
},
|
|
3282
|
+
{ [_ht]: ["POST", "/reporting/status/get", 200] },
|
|
3476
3283
|
() => GetFindingsReportStatusRequest,
|
|
3477
3284
|
() => GetFindingsReportStatusResponse,
|
|
3478
3285
|
];
|
|
@@ -3480,9 +3287,7 @@ export var GetMember = [
|
|
|
3480
3287
|
9,
|
|
3481
3288
|
n0,
|
|
3482
3289
|
_GM,
|
|
3483
|
-
{
|
|
3484
|
-
[_ht]: ["POST", "/members/get", 200],
|
|
3485
|
-
},
|
|
3290
|
+
{ [_ht]: ["POST", "/members/get", 200] },
|
|
3486
3291
|
() => GetMemberRequest,
|
|
3487
3292
|
() => GetMemberResponse,
|
|
3488
3293
|
];
|
|
@@ -3490,9 +3295,7 @@ export var GetSbomExport = [
|
|
|
3490
3295
|
9,
|
|
3491
3296
|
n0,
|
|
3492
3297
|
_GSE,
|
|
3493
|
-
{
|
|
3494
|
-
[_ht]: ["POST", "/sbomexport/get", 200],
|
|
3495
|
-
},
|
|
3298
|
+
{ [_ht]: ["POST", "/sbomexport/get", 200] },
|
|
3496
3299
|
() => GetSbomExportRequest,
|
|
3497
3300
|
() => GetSbomExportResponse,
|
|
3498
3301
|
];
|
|
@@ -3500,9 +3303,7 @@ export var ListAccountPermissions = [
|
|
|
3500
3303
|
9,
|
|
3501
3304
|
n0,
|
|
3502
3305
|
_LAP,
|
|
3503
|
-
{
|
|
3504
|
-
[_ht]: ["POST", "/accountpermissions/list", 200],
|
|
3505
|
-
},
|
|
3306
|
+
{ [_ht]: ["POST", "/accountpermissions/list", 200] },
|
|
3506
3307
|
() => ListAccountPermissionsRequest,
|
|
3507
3308
|
() => ListAccountPermissionsResponse,
|
|
3508
3309
|
];
|
|
@@ -3510,9 +3311,7 @@ export var ListCisScanConfigurations = [
|
|
|
3510
3311
|
9,
|
|
3511
3312
|
n0,
|
|
3512
3313
|
_LCSC,
|
|
3513
|
-
{
|
|
3514
|
-
[_ht]: ["POST", "/cis/scan-configuration/list", 200],
|
|
3515
|
-
},
|
|
3314
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/list", 200] },
|
|
3516
3315
|
() => ListCisScanConfigurationsRequest,
|
|
3517
3316
|
() => ListCisScanConfigurationsResponse,
|
|
3518
3317
|
];
|
|
@@ -3520,9 +3319,7 @@ export var ListCisScanResultsAggregatedByChecks = [
|
|
|
3520
3319
|
9,
|
|
3521
3320
|
n0,
|
|
3522
3321
|
_LCSRABC,
|
|
3523
|
-
{
|
|
3524
|
-
[_ht]: ["POST", "/cis/scan-result/check/list", 200],
|
|
3525
|
-
},
|
|
3322
|
+
{ [_ht]: ["POST", "/cis/scan-result/check/list", 200] },
|
|
3526
3323
|
() => ListCisScanResultsAggregatedByChecksRequest,
|
|
3527
3324
|
() => ListCisScanResultsAggregatedByChecksResponse,
|
|
3528
3325
|
];
|
|
@@ -3530,9 +3327,7 @@ export var ListCisScanResultsAggregatedByTargetResource = [
|
|
|
3530
3327
|
9,
|
|
3531
3328
|
n0,
|
|
3532
3329
|
_LCSRABTR,
|
|
3533
|
-
{
|
|
3534
|
-
[_ht]: ["POST", "/cis/scan-result/resource/list", 200],
|
|
3535
|
-
},
|
|
3330
|
+
{ [_ht]: ["POST", "/cis/scan-result/resource/list", 200] },
|
|
3536
3331
|
() => ListCisScanResultsAggregatedByTargetResourceRequest,
|
|
3537
3332
|
() => ListCisScanResultsAggregatedByTargetResourceResponse,
|
|
3538
3333
|
];
|
|
@@ -3540,9 +3335,7 @@ export var ListCisScans = [
|
|
|
3540
3335
|
9,
|
|
3541
3336
|
n0,
|
|
3542
3337
|
_LCS,
|
|
3543
|
-
{
|
|
3544
|
-
[_ht]: ["POST", "/cis/scan/list", 200],
|
|
3545
|
-
},
|
|
3338
|
+
{ [_ht]: ["POST", "/cis/scan/list", 200] },
|
|
3546
3339
|
() => ListCisScansRequest,
|
|
3547
3340
|
() => ListCisScansResponse,
|
|
3548
3341
|
];
|
|
@@ -3550,9 +3343,7 @@ export var ListCodeSecurityIntegrations = [
|
|
|
3550
3343
|
9,
|
|
3551
3344
|
n0,
|
|
3552
3345
|
_LCSI,
|
|
3553
|
-
{
|
|
3554
|
-
[_ht]: ["POST", "/codesecurity/integration/list", 200],
|
|
3555
|
-
},
|
|
3346
|
+
{ [_ht]: ["POST", "/codesecurity/integration/list", 200] },
|
|
3556
3347
|
() => ListCodeSecurityIntegrationsRequest,
|
|
3557
3348
|
() => ListCodeSecurityIntegrationsResponse,
|
|
3558
3349
|
];
|
|
@@ -3560,9 +3351,7 @@ export var ListCodeSecurityScanConfigurationAssociations = [
|
|
|
3560
3351
|
9,
|
|
3561
3352
|
n0,
|
|
3562
3353
|
_LCSSCA,
|
|
3563
|
-
{
|
|
3564
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/associations/list", 200],
|
|
3565
|
-
},
|
|
3354
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/associations/list", 200] },
|
|
3566
3355
|
() => ListCodeSecurityScanConfigurationAssociationsRequest,
|
|
3567
3356
|
() => ListCodeSecurityScanConfigurationAssociationsResponse,
|
|
3568
3357
|
];
|
|
@@ -3570,9 +3359,7 @@ export var ListCodeSecurityScanConfigurations = [
|
|
|
3570
3359
|
9,
|
|
3571
3360
|
n0,
|
|
3572
3361
|
_LCSSC,
|
|
3573
|
-
{
|
|
3574
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/list", 200],
|
|
3575
|
-
},
|
|
3362
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/list", 200] },
|
|
3576
3363
|
() => ListCodeSecurityScanConfigurationsRequest,
|
|
3577
3364
|
() => ListCodeSecurityScanConfigurationsResponse,
|
|
3578
3365
|
];
|
|
@@ -3580,9 +3367,7 @@ export var ListCoverage = [
|
|
|
3580
3367
|
9,
|
|
3581
3368
|
n0,
|
|
3582
3369
|
_LC,
|
|
3583
|
-
{
|
|
3584
|
-
[_ht]: ["POST", "/coverage/list", 200],
|
|
3585
|
-
},
|
|
3370
|
+
{ [_ht]: ["POST", "/coverage/list", 200] },
|
|
3586
3371
|
() => ListCoverageRequest,
|
|
3587
3372
|
() => ListCoverageResponse,
|
|
3588
3373
|
];
|
|
@@ -3590,9 +3375,7 @@ export var ListCoverageStatistics = [
|
|
|
3590
3375
|
9,
|
|
3591
3376
|
n0,
|
|
3592
3377
|
_LCSi,
|
|
3593
|
-
{
|
|
3594
|
-
[_ht]: ["POST", "/coverage/statistics/list", 200],
|
|
3595
|
-
},
|
|
3378
|
+
{ [_ht]: ["POST", "/coverage/statistics/list", 200] },
|
|
3596
3379
|
() => ListCoverageStatisticsRequest,
|
|
3597
3380
|
() => ListCoverageStatisticsResponse,
|
|
3598
3381
|
];
|
|
@@ -3600,9 +3383,7 @@ export var ListDelegatedAdminAccounts = [
|
|
|
3600
3383
|
9,
|
|
3601
3384
|
n0,
|
|
3602
3385
|
_LDAA,
|
|
3603
|
-
{
|
|
3604
|
-
[_ht]: ["POST", "/delegatedadminaccounts/list", 200],
|
|
3605
|
-
},
|
|
3386
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/list", 200] },
|
|
3606
3387
|
() => ListDelegatedAdminAccountsRequest,
|
|
3607
3388
|
() => ListDelegatedAdminAccountsResponse,
|
|
3608
3389
|
];
|
|
@@ -3610,9 +3391,7 @@ export var ListFilters = [
|
|
|
3610
3391
|
9,
|
|
3611
3392
|
n0,
|
|
3612
3393
|
_LF,
|
|
3613
|
-
{
|
|
3614
|
-
[_ht]: ["POST", "/filters/list", 200],
|
|
3615
|
-
},
|
|
3394
|
+
{ [_ht]: ["POST", "/filters/list", 200] },
|
|
3616
3395
|
() => ListFiltersRequest,
|
|
3617
3396
|
() => ListFiltersResponse,
|
|
3618
3397
|
];
|
|
@@ -3620,9 +3399,7 @@ export var ListFindingAggregations = [
|
|
|
3620
3399
|
9,
|
|
3621
3400
|
n0,
|
|
3622
3401
|
_LFAi,
|
|
3623
|
-
{
|
|
3624
|
-
[_ht]: ["POST", "/findings/aggregation/list", 200],
|
|
3625
|
-
},
|
|
3402
|
+
{ [_ht]: ["POST", "/findings/aggregation/list", 200] },
|
|
3626
3403
|
() => ListFindingAggregationsRequest,
|
|
3627
3404
|
() => ListFindingAggregationsResponse,
|
|
3628
3405
|
];
|
|
@@ -3630,9 +3407,7 @@ export var ListFindings = [
|
|
|
3630
3407
|
9,
|
|
3631
3408
|
n0,
|
|
3632
3409
|
_LFi,
|
|
3633
|
-
{
|
|
3634
|
-
[_ht]: ["POST", "/findings/list", 200],
|
|
3635
|
-
},
|
|
3410
|
+
{ [_ht]: ["POST", "/findings/list", 200] },
|
|
3636
3411
|
() => ListFindingsRequest,
|
|
3637
3412
|
() => ListFindingsResponse,
|
|
3638
3413
|
];
|
|
@@ -3640,9 +3415,7 @@ export var ListMembers = [
|
|
|
3640
3415
|
9,
|
|
3641
3416
|
n0,
|
|
3642
3417
|
_LM,
|
|
3643
|
-
{
|
|
3644
|
-
[_ht]: ["POST", "/members/list", 200],
|
|
3645
|
-
},
|
|
3418
|
+
{ [_ht]: ["POST", "/members/list", 200] },
|
|
3646
3419
|
() => ListMembersRequest,
|
|
3647
3420
|
() => ListMembersResponse,
|
|
3648
3421
|
];
|
|
@@ -3650,9 +3423,7 @@ export var ListTagsForResource = [
|
|
|
3650
3423
|
9,
|
|
3651
3424
|
n0,
|
|
3652
3425
|
_LTFR,
|
|
3653
|
-
{
|
|
3654
|
-
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
3655
|
-
},
|
|
3426
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
3656
3427
|
() => ListTagsForResourceRequest,
|
|
3657
3428
|
() => ListTagsForResourceResponse,
|
|
3658
3429
|
];
|
|
@@ -3660,9 +3431,7 @@ export var ListUsageTotals = [
|
|
|
3660
3431
|
9,
|
|
3661
3432
|
n0,
|
|
3662
3433
|
_LUT,
|
|
3663
|
-
{
|
|
3664
|
-
[_ht]: ["POST", "/usage/list", 200],
|
|
3665
|
-
},
|
|
3434
|
+
{ [_ht]: ["POST", "/usage/list", 200] },
|
|
3666
3435
|
() => ListUsageTotalsRequest,
|
|
3667
3436
|
() => ListUsageTotalsResponse,
|
|
3668
3437
|
];
|
|
@@ -3670,9 +3439,7 @@ export var ResetEncryptionKey = [
|
|
|
3670
3439
|
9,
|
|
3671
3440
|
n0,
|
|
3672
3441
|
_REK,
|
|
3673
|
-
{
|
|
3674
|
-
[_ht]: ["PUT", "/encryptionkey/reset", 200],
|
|
3675
|
-
},
|
|
3442
|
+
{ [_ht]: ["PUT", "/encryptionkey/reset", 200] },
|
|
3676
3443
|
() => ResetEncryptionKeyRequest,
|
|
3677
3444
|
() => ResetEncryptionKeyResponse,
|
|
3678
3445
|
];
|
|
@@ -3680,9 +3447,7 @@ export var SearchVulnerabilities = [
|
|
|
3680
3447
|
9,
|
|
3681
3448
|
n0,
|
|
3682
3449
|
_SV,
|
|
3683
|
-
{
|
|
3684
|
-
[_ht]: ["POST", "/vulnerabilities/search", 200],
|
|
3685
|
-
},
|
|
3450
|
+
{ [_ht]: ["POST", "/vulnerabilities/search", 200] },
|
|
3686
3451
|
() => SearchVulnerabilitiesRequest,
|
|
3687
3452
|
() => SearchVulnerabilitiesResponse,
|
|
3688
3453
|
];
|
|
@@ -3690,9 +3455,7 @@ export var SendCisSessionHealth = [
|
|
|
3690
3455
|
9,
|
|
3691
3456
|
n0,
|
|
3692
3457
|
_SCSH,
|
|
3693
|
-
{
|
|
3694
|
-
[_ht]: ["PUT", "/cissession/health/send", 200],
|
|
3695
|
-
},
|
|
3458
|
+
{ [_ht]: ["PUT", "/cissession/health/send", 200] },
|
|
3696
3459
|
() => SendCisSessionHealthRequest,
|
|
3697
3460
|
() => SendCisSessionHealthResponse,
|
|
3698
3461
|
];
|
|
@@ -3700,9 +3463,7 @@ export var SendCisSessionTelemetry = [
|
|
|
3700
3463
|
9,
|
|
3701
3464
|
n0,
|
|
3702
3465
|
_SCST,
|
|
3703
|
-
{
|
|
3704
|
-
[_ht]: ["PUT", "/cissession/telemetry/send", 200],
|
|
3705
|
-
},
|
|
3466
|
+
{ [_ht]: ["PUT", "/cissession/telemetry/send", 200] },
|
|
3706
3467
|
() => SendCisSessionTelemetryRequest,
|
|
3707
3468
|
() => SendCisSessionTelemetryResponse,
|
|
3708
3469
|
];
|
|
@@ -3710,9 +3471,7 @@ export var StartCisSession = [
|
|
|
3710
3471
|
9,
|
|
3711
3472
|
n0,
|
|
3712
3473
|
_SCS,
|
|
3713
|
-
{
|
|
3714
|
-
[_ht]: ["PUT", "/cissession/start", 200],
|
|
3715
|
-
},
|
|
3474
|
+
{ [_ht]: ["PUT", "/cissession/start", 200] },
|
|
3716
3475
|
() => StartCisSessionRequest,
|
|
3717
3476
|
() => StartCisSessionResponse,
|
|
3718
3477
|
];
|
|
@@ -3720,9 +3479,7 @@ export var StartCodeSecurityScan = [
|
|
|
3720
3479
|
9,
|
|
3721
3480
|
n0,
|
|
3722
3481
|
_SCSS,
|
|
3723
|
-
{
|
|
3724
|
-
[_ht]: ["POST", "/codesecurity/scan/start", 200],
|
|
3725
|
-
},
|
|
3482
|
+
{ [_ht]: ["POST", "/codesecurity/scan/start", 200] },
|
|
3726
3483
|
() => StartCodeSecurityScanRequest,
|
|
3727
3484
|
() => StartCodeSecurityScanResponse,
|
|
3728
3485
|
];
|
|
@@ -3730,9 +3487,7 @@ export var StopCisSession = [
|
|
|
3730
3487
|
9,
|
|
3731
3488
|
n0,
|
|
3732
3489
|
_SCSt,
|
|
3733
|
-
{
|
|
3734
|
-
[_ht]: ["PUT", "/cissession/stop", 200],
|
|
3735
|
-
},
|
|
3490
|
+
{ [_ht]: ["PUT", "/cissession/stop", 200] },
|
|
3736
3491
|
() => StopCisSessionRequest,
|
|
3737
3492
|
() => StopCisSessionResponse,
|
|
3738
3493
|
];
|
|
@@ -3740,9 +3495,7 @@ export var TagResource = [
|
|
|
3740
3495
|
9,
|
|
3741
3496
|
n0,
|
|
3742
3497
|
_TR,
|
|
3743
|
-
{
|
|
3744
|
-
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
3745
|
-
},
|
|
3498
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
3746
3499
|
() => TagResourceRequest,
|
|
3747
3500
|
() => TagResourceResponse,
|
|
3748
3501
|
];
|
|
@@ -3750,9 +3503,7 @@ export var UntagResource = [
|
|
|
3750
3503
|
9,
|
|
3751
3504
|
n0,
|
|
3752
3505
|
_UR,
|
|
3753
|
-
{
|
|
3754
|
-
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
3755
|
-
},
|
|
3506
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
3756
3507
|
() => UntagResourceRequest,
|
|
3757
3508
|
() => UntagResourceResponse,
|
|
3758
3509
|
];
|
|
@@ -3760,9 +3511,7 @@ export var UpdateCisScanConfiguration = [
|
|
|
3760
3511
|
9,
|
|
3761
3512
|
n0,
|
|
3762
3513
|
_UCSC,
|
|
3763
|
-
{
|
|
3764
|
-
[_ht]: ["POST", "/cis/scan-configuration/update", 200],
|
|
3765
|
-
},
|
|
3514
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/update", 200] },
|
|
3766
3515
|
() => UpdateCisScanConfigurationRequest,
|
|
3767
3516
|
() => UpdateCisScanConfigurationResponse,
|
|
3768
3517
|
];
|
|
@@ -3770,9 +3519,7 @@ export var UpdateCodeSecurityIntegration = [
|
|
|
3770
3519
|
9,
|
|
3771
3520
|
n0,
|
|
3772
3521
|
_UCSI,
|
|
3773
|
-
{
|
|
3774
|
-
[_ht]: ["POST", "/codesecurity/integration/update", 200],
|
|
3775
|
-
},
|
|
3522
|
+
{ [_ht]: ["POST", "/codesecurity/integration/update", 200] },
|
|
3776
3523
|
() => UpdateCodeSecurityIntegrationRequest,
|
|
3777
3524
|
() => UpdateCodeSecurityIntegrationResponse,
|
|
3778
3525
|
];
|
|
@@ -3780,9 +3527,7 @@ export var UpdateCodeSecurityScanConfiguration = [
|
|
|
3780
3527
|
9,
|
|
3781
3528
|
n0,
|
|
3782
3529
|
_UCSSC,
|
|
3783
|
-
{
|
|
3784
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/update", 200],
|
|
3785
|
-
},
|
|
3530
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/update", 200] },
|
|
3786
3531
|
() => UpdateCodeSecurityScanConfigurationRequest,
|
|
3787
3532
|
() => UpdateCodeSecurityScanConfigurationResponse,
|
|
3788
3533
|
];
|
|
@@ -3790,9 +3535,7 @@ export var UpdateConfiguration = [
|
|
|
3790
3535
|
9,
|
|
3791
3536
|
n0,
|
|
3792
3537
|
_UC,
|
|
3793
|
-
{
|
|
3794
|
-
[_ht]: ["POST", "/configuration/update", 200],
|
|
3795
|
-
},
|
|
3538
|
+
{ [_ht]: ["POST", "/configuration/update", 200] },
|
|
3796
3539
|
() => UpdateConfigurationRequest,
|
|
3797
3540
|
() => UpdateConfigurationResponse,
|
|
3798
3541
|
];
|
|
@@ -3800,9 +3543,7 @@ export var UpdateEc2DeepInspectionConfiguration = [
|
|
|
3800
3543
|
9,
|
|
3801
3544
|
n0,
|
|
3802
3545
|
_UEDIC,
|
|
3803
|
-
{
|
|
3804
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/update", 200],
|
|
3805
|
-
},
|
|
3546
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/update", 200] },
|
|
3806
3547
|
() => UpdateEc2DeepInspectionConfigurationRequest,
|
|
3807
3548
|
() => UpdateEc2DeepInspectionConfigurationResponse,
|
|
3808
3549
|
];
|
|
@@ -3810,9 +3551,7 @@ export var UpdateEncryptionKey = [
|
|
|
3810
3551
|
9,
|
|
3811
3552
|
n0,
|
|
3812
3553
|
_UEK,
|
|
3813
|
-
{
|
|
3814
|
-
[_ht]: ["PUT", "/encryptionkey/update", 200],
|
|
3815
|
-
},
|
|
3554
|
+
{ [_ht]: ["PUT", "/encryptionkey/update", 200] },
|
|
3816
3555
|
() => UpdateEncryptionKeyRequest,
|
|
3817
3556
|
() => UpdateEncryptionKeyResponse,
|
|
3818
3557
|
];
|
|
@@ -3820,9 +3559,7 @@ export var UpdateFilter = [
|
|
|
3820
3559
|
9,
|
|
3821
3560
|
n0,
|
|
3822
3561
|
_UF,
|
|
3823
|
-
{
|
|
3824
|
-
[_ht]: ["POST", "/filters/update", 200],
|
|
3825
|
-
},
|
|
3562
|
+
{ [_ht]: ["POST", "/filters/update", 200] },
|
|
3826
3563
|
() => UpdateFilterRequest,
|
|
3827
3564
|
() => UpdateFilterResponse,
|
|
3828
3565
|
];
|
|
@@ -3830,9 +3567,7 @@ export var UpdateOrganizationConfiguration = [
|
|
|
3830
3567
|
9,
|
|
3831
3568
|
n0,
|
|
3832
3569
|
_UOC,
|
|
3833
|
-
{
|
|
3834
|
-
[_ht]: ["POST", "/organizationconfiguration/update", 200],
|
|
3835
|
-
},
|
|
3570
|
+
{ [_ht]: ["POST", "/organizationconfiguration/update", 200] },
|
|
3836
3571
|
() => UpdateOrganizationConfigurationRequest,
|
|
3837
3572
|
() => UpdateOrganizationConfigurationResponse,
|
|
3838
3573
|
];
|
|
@@ -3840,9 +3575,7 @@ export var UpdateOrgEc2DeepInspectionConfiguration = [
|
|
|
3840
3575
|
9,
|
|
3841
3576
|
n0,
|
|
3842
3577
|
_UOEDIC,
|
|
3843
|
-
{
|
|
3844
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/org/update", 200],
|
|
3845
|
-
},
|
|
3578
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/org/update", 200] },
|
|
3846
3579
|
() => UpdateOrgEc2DeepInspectionConfigurationRequest,
|
|
3847
3580
|
() => UpdateOrgEc2DeepInspectionConfigurationResponse,
|
|
3848
3581
|
];
|