@aws-sdk/client-inspector2 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 -361
- 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 -2
- 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/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- 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
|
];
|
|
@@ -2841,7 +2724,6 @@ export var VulnerablePackage = [
|
|
|
2841
2724
|
[0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
|
|
2842
2725
|
];
|
|
2843
2726
|
export var WeeklySchedule = [3, n0, _WS, 0, [_sTt, _day], [() => Time, 64 | 0]];
|
|
2844
|
-
export var __Unit = "unit";
|
|
2845
2727
|
export var Inspector2ServiceException = [-3, _sm, "Inspector2ServiceException", 0, [], []];
|
|
2846
2728
|
TypeRegistry.for(_sm).registerError(Inspector2ServiceException, __Inspector2ServiceException);
|
|
2847
2729
|
export var AccountIdFilterList = [1, n0, _AIFL, 0, () => CisStringFilter];
|
|
@@ -3100,9 +2982,7 @@ export var AssociateMember = [
|
|
|
3100
2982
|
9,
|
|
3101
2983
|
n0,
|
|
3102
2984
|
_AM,
|
|
3103
|
-
{
|
|
3104
|
-
[_ht]: ["POST", "/members/associate", 200],
|
|
3105
|
-
},
|
|
2985
|
+
{ [_ht]: ["POST", "/members/associate", 200] },
|
|
3106
2986
|
() => AssociateMemberRequest,
|
|
3107
2987
|
() => AssociateMemberResponse,
|
|
3108
2988
|
];
|
|
@@ -3110,9 +2990,7 @@ export var BatchAssociateCodeSecurityScanConfiguration = [
|
|
|
3110
2990
|
9,
|
|
3111
2991
|
n0,
|
|
3112
2992
|
_BACSSC,
|
|
3113
|
-
{
|
|
3114
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/batch/associate", 200],
|
|
3115
|
-
},
|
|
2993
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/batch/associate", 200] },
|
|
3116
2994
|
() => BatchAssociateCodeSecurityScanConfigurationRequest,
|
|
3117
2995
|
() => BatchAssociateCodeSecurityScanConfigurationResponse,
|
|
3118
2996
|
];
|
|
@@ -3120,9 +2998,7 @@ export var BatchDisassociateCodeSecurityScanConfiguration = [
|
|
|
3120
2998
|
9,
|
|
3121
2999
|
n0,
|
|
3122
3000
|
_BDCSSC,
|
|
3123
|
-
{
|
|
3124
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/batch/disassociate", 200],
|
|
3125
|
-
},
|
|
3001
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/batch/disassociate", 200] },
|
|
3126
3002
|
() => BatchDisassociateCodeSecurityScanConfigurationRequest,
|
|
3127
3003
|
() => BatchDisassociateCodeSecurityScanConfigurationResponse,
|
|
3128
3004
|
];
|
|
@@ -3130,9 +3006,7 @@ export var BatchGetAccountStatus = [
|
|
|
3130
3006
|
9,
|
|
3131
3007
|
n0,
|
|
3132
3008
|
_BGAS,
|
|
3133
|
-
{
|
|
3134
|
-
[_ht]: ["POST", "/status/batch/get", 200],
|
|
3135
|
-
},
|
|
3009
|
+
{ [_ht]: ["POST", "/status/batch/get", 200] },
|
|
3136
3010
|
() => BatchGetAccountStatusRequest,
|
|
3137
3011
|
() => BatchGetAccountStatusResponse,
|
|
3138
3012
|
];
|
|
@@ -3140,9 +3014,7 @@ export var BatchGetCodeSnippet = [
|
|
|
3140
3014
|
9,
|
|
3141
3015
|
n0,
|
|
3142
3016
|
_BGCS,
|
|
3143
|
-
{
|
|
3144
|
-
[_ht]: ["POST", "/codesnippet/batchget", 200],
|
|
3145
|
-
},
|
|
3017
|
+
{ [_ht]: ["POST", "/codesnippet/batchget", 200] },
|
|
3146
3018
|
() => BatchGetCodeSnippetRequest,
|
|
3147
3019
|
() => BatchGetCodeSnippetResponse,
|
|
3148
3020
|
];
|
|
@@ -3150,9 +3022,7 @@ export var BatchGetFindingDetails = [
|
|
|
3150
3022
|
9,
|
|
3151
3023
|
n0,
|
|
3152
3024
|
_BGFD,
|
|
3153
|
-
{
|
|
3154
|
-
[_ht]: ["POST", "/findings/details/batch/get", 200],
|
|
3155
|
-
},
|
|
3025
|
+
{ [_ht]: ["POST", "/findings/details/batch/get", 200] },
|
|
3156
3026
|
() => BatchGetFindingDetailsRequest,
|
|
3157
3027
|
() => BatchGetFindingDetailsResponse,
|
|
3158
3028
|
];
|
|
@@ -3160,9 +3030,7 @@ export var BatchGetFreeTrialInfo = [
|
|
|
3160
3030
|
9,
|
|
3161
3031
|
n0,
|
|
3162
3032
|
_BGFTI,
|
|
3163
|
-
{
|
|
3164
|
-
[_ht]: ["POST", "/freetrialinfo/batchget", 200],
|
|
3165
|
-
},
|
|
3033
|
+
{ [_ht]: ["POST", "/freetrialinfo/batchget", 200] },
|
|
3166
3034
|
() => BatchGetFreeTrialInfoRequest,
|
|
3167
3035
|
() => BatchGetFreeTrialInfoResponse,
|
|
3168
3036
|
];
|
|
@@ -3170,9 +3038,7 @@ export var BatchGetMemberEc2DeepInspectionStatus = [
|
|
|
3170
3038
|
9,
|
|
3171
3039
|
n0,
|
|
3172
3040
|
_BGMEDIS,
|
|
3173
|
-
{
|
|
3174
|
-
[_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/get", 200],
|
|
3175
|
-
},
|
|
3041
|
+
{ [_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/get", 200] },
|
|
3176
3042
|
() => BatchGetMemberEc2DeepInspectionStatusRequest,
|
|
3177
3043
|
() => BatchGetMemberEc2DeepInspectionStatusResponse,
|
|
3178
3044
|
];
|
|
@@ -3180,9 +3046,7 @@ export var BatchUpdateMemberEc2DeepInspectionStatus = [
|
|
|
3180
3046
|
9,
|
|
3181
3047
|
n0,
|
|
3182
3048
|
_BUMEDIS,
|
|
3183
|
-
{
|
|
3184
|
-
[_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/update", 200],
|
|
3185
|
-
},
|
|
3049
|
+
{ [_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/update", 200] },
|
|
3186
3050
|
() => BatchUpdateMemberEc2DeepInspectionStatusRequest,
|
|
3187
3051
|
() => BatchUpdateMemberEc2DeepInspectionStatusResponse,
|
|
3188
3052
|
];
|
|
@@ -3190,9 +3054,7 @@ export var CancelFindingsReport = [
|
|
|
3190
3054
|
9,
|
|
3191
3055
|
n0,
|
|
3192
3056
|
_CFRa,
|
|
3193
|
-
{
|
|
3194
|
-
[_ht]: ["POST", "/reporting/cancel", 200],
|
|
3195
|
-
},
|
|
3057
|
+
{ [_ht]: ["POST", "/reporting/cancel", 200] },
|
|
3196
3058
|
() => CancelFindingsReportRequest,
|
|
3197
3059
|
() => CancelFindingsReportResponse,
|
|
3198
3060
|
];
|
|
@@ -3200,9 +3062,7 @@ export var CancelSbomExport = [
|
|
|
3200
3062
|
9,
|
|
3201
3063
|
n0,
|
|
3202
3064
|
_CSEa,
|
|
3203
|
-
{
|
|
3204
|
-
[_ht]: ["POST", "/sbomexport/cancel", 200],
|
|
3205
|
-
},
|
|
3065
|
+
{ [_ht]: ["POST", "/sbomexport/cancel", 200] },
|
|
3206
3066
|
() => CancelSbomExportRequest,
|
|
3207
3067
|
() => CancelSbomExportResponse,
|
|
3208
3068
|
];
|
|
@@ -3210,9 +3070,7 @@ export var CreateCisScanConfiguration = [
|
|
|
3210
3070
|
9,
|
|
3211
3071
|
n0,
|
|
3212
3072
|
_CCSC,
|
|
3213
|
-
{
|
|
3214
|
-
[_ht]: ["POST", "/cis/scan-configuration/create", 200],
|
|
3215
|
-
},
|
|
3073
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/create", 200] },
|
|
3216
3074
|
() => CreateCisScanConfigurationRequest,
|
|
3217
3075
|
() => CreateCisScanConfigurationResponse,
|
|
3218
3076
|
];
|
|
@@ -3220,9 +3078,7 @@ export var CreateCodeSecurityIntegration = [
|
|
|
3220
3078
|
9,
|
|
3221
3079
|
n0,
|
|
3222
3080
|
_CCSI,
|
|
3223
|
-
{
|
|
3224
|
-
[_ht]: ["POST", "/codesecurity/integration/create", 200],
|
|
3225
|
-
},
|
|
3081
|
+
{ [_ht]: ["POST", "/codesecurity/integration/create", 200] },
|
|
3226
3082
|
() => CreateCodeSecurityIntegrationRequest,
|
|
3227
3083
|
() => CreateCodeSecurityIntegrationResponse,
|
|
3228
3084
|
];
|
|
@@ -3230,9 +3086,7 @@ export var CreateCodeSecurityScanConfiguration = [
|
|
|
3230
3086
|
9,
|
|
3231
3087
|
n0,
|
|
3232
3088
|
_CCSSC,
|
|
3233
|
-
{
|
|
3234
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/create", 200],
|
|
3235
|
-
},
|
|
3089
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/create", 200] },
|
|
3236
3090
|
() => CreateCodeSecurityScanConfigurationRequest,
|
|
3237
3091
|
() => CreateCodeSecurityScanConfigurationResponse,
|
|
3238
3092
|
];
|
|
@@ -3240,9 +3094,7 @@ export var CreateFilter = [
|
|
|
3240
3094
|
9,
|
|
3241
3095
|
n0,
|
|
3242
3096
|
_CF,
|
|
3243
|
-
{
|
|
3244
|
-
[_ht]: ["POST", "/filters/create", 200],
|
|
3245
|
-
},
|
|
3097
|
+
{ [_ht]: ["POST", "/filters/create", 200] },
|
|
3246
3098
|
() => CreateFilterRequest,
|
|
3247
3099
|
() => CreateFilterResponse,
|
|
3248
3100
|
];
|
|
@@ -3250,9 +3102,7 @@ export var CreateFindingsReport = [
|
|
|
3250
3102
|
9,
|
|
3251
3103
|
n0,
|
|
3252
3104
|
_CFRre,
|
|
3253
|
-
{
|
|
3254
|
-
[_ht]: ["POST", "/reporting/create", 200],
|
|
3255
|
-
},
|
|
3105
|
+
{ [_ht]: ["POST", "/reporting/create", 200] },
|
|
3256
3106
|
() => CreateFindingsReportRequest,
|
|
3257
3107
|
() => CreateFindingsReportResponse,
|
|
3258
3108
|
];
|
|
@@ -3260,9 +3110,7 @@ export var CreateSbomExport = [
|
|
|
3260
3110
|
9,
|
|
3261
3111
|
n0,
|
|
3262
3112
|
_CSEr,
|
|
3263
|
-
{
|
|
3264
|
-
[_ht]: ["POST", "/sbomexport/create", 200],
|
|
3265
|
-
},
|
|
3113
|
+
{ [_ht]: ["POST", "/sbomexport/create", 200] },
|
|
3266
3114
|
() => CreateSbomExportRequest,
|
|
3267
3115
|
() => CreateSbomExportResponse,
|
|
3268
3116
|
];
|
|
@@ -3270,9 +3118,7 @@ export var DeleteCisScanConfiguration = [
|
|
|
3270
3118
|
9,
|
|
3271
3119
|
n0,
|
|
3272
3120
|
_DCSC,
|
|
3273
|
-
{
|
|
3274
|
-
[_ht]: ["POST", "/cis/scan-configuration/delete", 200],
|
|
3275
|
-
},
|
|
3121
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/delete", 200] },
|
|
3276
3122
|
() => DeleteCisScanConfigurationRequest,
|
|
3277
3123
|
() => DeleteCisScanConfigurationResponse,
|
|
3278
3124
|
];
|
|
@@ -3280,9 +3126,7 @@ export var DeleteCodeSecurityIntegration = [
|
|
|
3280
3126
|
9,
|
|
3281
3127
|
n0,
|
|
3282
3128
|
_DCSI,
|
|
3283
|
-
{
|
|
3284
|
-
[_ht]: ["POST", "/codesecurity/integration/delete", 200],
|
|
3285
|
-
},
|
|
3129
|
+
{ [_ht]: ["POST", "/codesecurity/integration/delete", 200] },
|
|
3286
3130
|
() => DeleteCodeSecurityIntegrationRequest,
|
|
3287
3131
|
() => DeleteCodeSecurityIntegrationResponse,
|
|
3288
3132
|
];
|
|
@@ -3290,9 +3134,7 @@ export var DeleteCodeSecurityScanConfiguration = [
|
|
|
3290
3134
|
9,
|
|
3291
3135
|
n0,
|
|
3292
3136
|
_DCSSC,
|
|
3293
|
-
{
|
|
3294
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/delete", 200],
|
|
3295
|
-
},
|
|
3137
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/delete", 200] },
|
|
3296
3138
|
() => DeleteCodeSecurityScanConfigurationRequest,
|
|
3297
3139
|
() => DeleteCodeSecurityScanConfigurationResponse,
|
|
3298
3140
|
];
|
|
@@ -3300,9 +3142,7 @@ export var DeleteFilter = [
|
|
|
3300
3142
|
9,
|
|
3301
3143
|
n0,
|
|
3302
3144
|
_DFe,
|
|
3303
|
-
{
|
|
3304
|
-
[_ht]: ["POST", "/filters/delete", 200],
|
|
3305
|
-
},
|
|
3145
|
+
{ [_ht]: ["POST", "/filters/delete", 200] },
|
|
3306
3146
|
() => DeleteFilterRequest,
|
|
3307
3147
|
() => DeleteFilterResponse,
|
|
3308
3148
|
];
|
|
@@ -3310,9 +3150,7 @@ export var DescribeOrganizationConfiguration = [
|
|
|
3310
3150
|
9,
|
|
3311
3151
|
n0,
|
|
3312
3152
|
_DOC,
|
|
3313
|
-
{
|
|
3314
|
-
[_ht]: ["POST", "/organizationconfiguration/describe", 200],
|
|
3315
|
-
},
|
|
3153
|
+
{ [_ht]: ["POST", "/organizationconfiguration/describe", 200] },
|
|
3316
3154
|
() => DescribeOrganizationConfigurationRequest,
|
|
3317
3155
|
() => DescribeOrganizationConfigurationResponse,
|
|
3318
3156
|
];
|
|
@@ -3320,9 +3158,7 @@ export var Disable = [
|
|
|
3320
3158
|
9,
|
|
3321
3159
|
n0,
|
|
3322
3160
|
_Di,
|
|
3323
|
-
{
|
|
3324
|
-
[_ht]: ["POST", "/disable", 200],
|
|
3325
|
-
},
|
|
3161
|
+
{ [_ht]: ["POST", "/disable", 200] },
|
|
3326
3162
|
() => DisableRequest,
|
|
3327
3163
|
() => DisableResponse,
|
|
3328
3164
|
];
|
|
@@ -3330,9 +3166,7 @@ export var DisableDelegatedAdminAccount = [
|
|
|
3330
3166
|
9,
|
|
3331
3167
|
n0,
|
|
3332
3168
|
_DDAA,
|
|
3333
|
-
{
|
|
3334
|
-
[_ht]: ["POST", "/delegatedadminaccounts/disable", 200],
|
|
3335
|
-
},
|
|
3169
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/disable", 200] },
|
|
3336
3170
|
() => DisableDelegatedAdminAccountRequest,
|
|
3337
3171
|
() => DisableDelegatedAdminAccountResponse,
|
|
3338
3172
|
];
|
|
@@ -3340,9 +3174,7 @@ export var DisassociateMember = [
|
|
|
3340
3174
|
9,
|
|
3341
3175
|
n0,
|
|
3342
3176
|
_DM,
|
|
3343
|
-
{
|
|
3344
|
-
[_ht]: ["POST", "/members/disassociate", 200],
|
|
3345
|
-
},
|
|
3177
|
+
{ [_ht]: ["POST", "/members/disassociate", 200] },
|
|
3346
3178
|
() => DisassociateMemberRequest,
|
|
3347
3179
|
() => DisassociateMemberResponse,
|
|
3348
3180
|
];
|
|
@@ -3350,9 +3182,7 @@ export var Enable = [
|
|
|
3350
3182
|
9,
|
|
3351
3183
|
n0,
|
|
3352
3184
|
_En,
|
|
3353
|
-
{
|
|
3354
|
-
[_ht]: ["POST", "/enable", 200],
|
|
3355
|
-
},
|
|
3185
|
+
{ [_ht]: ["POST", "/enable", 200] },
|
|
3356
3186
|
() => EnableRequest,
|
|
3357
3187
|
() => EnableResponse,
|
|
3358
3188
|
];
|
|
@@ -3360,9 +3190,7 @@ export var EnableDelegatedAdminAccount = [
|
|
|
3360
3190
|
9,
|
|
3361
3191
|
n0,
|
|
3362
3192
|
_EDAA,
|
|
3363
|
-
{
|
|
3364
|
-
[_ht]: ["POST", "/delegatedadminaccounts/enable", 200],
|
|
3365
|
-
},
|
|
3193
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/enable", 200] },
|
|
3366
3194
|
() => EnableDelegatedAdminAccountRequest,
|
|
3367
3195
|
() => EnableDelegatedAdminAccountResponse,
|
|
3368
3196
|
];
|
|
@@ -3370,9 +3198,7 @@ export var GetCisScanReport = [
|
|
|
3370
3198
|
9,
|
|
3371
3199
|
n0,
|
|
3372
3200
|
_GCSR,
|
|
3373
|
-
{
|
|
3374
|
-
[_ht]: ["POST", "/cis/scan/report/get", 200],
|
|
3375
|
-
},
|
|
3201
|
+
{ [_ht]: ["POST", "/cis/scan/report/get", 200] },
|
|
3376
3202
|
() => GetCisScanReportRequest,
|
|
3377
3203
|
() => GetCisScanReportResponse,
|
|
3378
3204
|
];
|
|
@@ -3380,9 +3206,7 @@ export var GetCisScanResultDetails = [
|
|
|
3380
3206
|
9,
|
|
3381
3207
|
n0,
|
|
3382
3208
|
_GCSRD,
|
|
3383
|
-
{
|
|
3384
|
-
[_ht]: ["POST", "/cis/scan-result/details/get", 200],
|
|
3385
|
-
},
|
|
3209
|
+
{ [_ht]: ["POST", "/cis/scan-result/details/get", 200] },
|
|
3386
3210
|
() => GetCisScanResultDetailsRequest,
|
|
3387
3211
|
() => GetCisScanResultDetailsResponse,
|
|
3388
3212
|
];
|
|
@@ -3390,9 +3214,7 @@ export var GetClustersForImage = [
|
|
|
3390
3214
|
9,
|
|
3391
3215
|
n0,
|
|
3392
3216
|
_GCFI,
|
|
3393
|
-
{
|
|
3394
|
-
[_ht]: ["POST", "/cluster/get", 200],
|
|
3395
|
-
},
|
|
3217
|
+
{ [_ht]: ["POST", "/cluster/get", 200] },
|
|
3396
3218
|
() => GetClustersForImageRequest,
|
|
3397
3219
|
() => GetClustersForImageResponse,
|
|
3398
3220
|
];
|
|
@@ -3400,9 +3222,7 @@ export var GetCodeSecurityIntegration = [
|
|
|
3400
3222
|
9,
|
|
3401
3223
|
n0,
|
|
3402
3224
|
_GCSI,
|
|
3403
|
-
{
|
|
3404
|
-
[_ht]: ["POST", "/codesecurity/integration/get", 200],
|
|
3405
|
-
},
|
|
3225
|
+
{ [_ht]: ["POST", "/codesecurity/integration/get", 200] },
|
|
3406
3226
|
() => GetCodeSecurityIntegrationRequest,
|
|
3407
3227
|
() => GetCodeSecurityIntegrationResponse,
|
|
3408
3228
|
];
|
|
@@ -3410,9 +3230,7 @@ export var GetCodeSecurityScan = [
|
|
|
3410
3230
|
9,
|
|
3411
3231
|
n0,
|
|
3412
3232
|
_GCSS,
|
|
3413
|
-
{
|
|
3414
|
-
[_ht]: ["POST", "/codesecurity/scan/get", 200],
|
|
3415
|
-
},
|
|
3233
|
+
{ [_ht]: ["POST", "/codesecurity/scan/get", 200] },
|
|
3416
3234
|
() => GetCodeSecurityScanRequest,
|
|
3417
3235
|
() => GetCodeSecurityScanResponse,
|
|
3418
3236
|
];
|
|
@@ -3420,9 +3238,7 @@ export var GetCodeSecurityScanConfiguration = [
|
|
|
3420
3238
|
9,
|
|
3421
3239
|
n0,
|
|
3422
3240
|
_GCSSC,
|
|
3423
|
-
{
|
|
3424
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/get", 200],
|
|
3425
|
-
},
|
|
3241
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/get", 200] },
|
|
3426
3242
|
() => GetCodeSecurityScanConfigurationRequest,
|
|
3427
3243
|
() => GetCodeSecurityScanConfigurationResponse,
|
|
3428
3244
|
];
|
|
@@ -3430,9 +3246,7 @@ export var GetConfiguration = [
|
|
|
3430
3246
|
9,
|
|
3431
3247
|
n0,
|
|
3432
3248
|
_GC,
|
|
3433
|
-
{
|
|
3434
|
-
[_ht]: ["POST", "/configuration/get", 200],
|
|
3435
|
-
},
|
|
3249
|
+
{ [_ht]: ["POST", "/configuration/get", 200] },
|
|
3436
3250
|
() => GetConfigurationRequest,
|
|
3437
3251
|
() => GetConfigurationResponse,
|
|
3438
3252
|
];
|
|
@@ -3440,9 +3254,7 @@ export var GetDelegatedAdminAccount = [
|
|
|
3440
3254
|
9,
|
|
3441
3255
|
n0,
|
|
3442
3256
|
_GDAA,
|
|
3443
|
-
{
|
|
3444
|
-
[_ht]: ["POST", "/delegatedadminaccounts/get", 200],
|
|
3445
|
-
},
|
|
3257
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/get", 200] },
|
|
3446
3258
|
() => GetDelegatedAdminAccountRequest,
|
|
3447
3259
|
() => GetDelegatedAdminAccountResponse,
|
|
3448
3260
|
];
|
|
@@ -3450,9 +3262,7 @@ export var GetEc2DeepInspectionConfiguration = [
|
|
|
3450
3262
|
9,
|
|
3451
3263
|
n0,
|
|
3452
3264
|
_GEDIC,
|
|
3453
|
-
{
|
|
3454
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/get", 200],
|
|
3455
|
-
},
|
|
3265
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/get", 200] },
|
|
3456
3266
|
() => GetEc2DeepInspectionConfigurationRequest,
|
|
3457
3267
|
() => GetEc2DeepInspectionConfigurationResponse,
|
|
3458
3268
|
];
|
|
@@ -3460,9 +3270,7 @@ export var GetEncryptionKey = [
|
|
|
3460
3270
|
9,
|
|
3461
3271
|
n0,
|
|
3462
3272
|
_GEK,
|
|
3463
|
-
{
|
|
3464
|
-
[_ht]: ["GET", "/encryptionkey/get", 200],
|
|
3465
|
-
},
|
|
3273
|
+
{ [_ht]: ["GET", "/encryptionkey/get", 200] },
|
|
3466
3274
|
() => GetEncryptionKeyRequest,
|
|
3467
3275
|
() => GetEncryptionKeyResponse,
|
|
3468
3276
|
];
|
|
@@ -3470,9 +3278,7 @@ export var GetFindingsReportStatus = [
|
|
|
3470
3278
|
9,
|
|
3471
3279
|
n0,
|
|
3472
3280
|
_GFRS,
|
|
3473
|
-
{
|
|
3474
|
-
[_ht]: ["POST", "/reporting/status/get", 200],
|
|
3475
|
-
},
|
|
3281
|
+
{ [_ht]: ["POST", "/reporting/status/get", 200] },
|
|
3476
3282
|
() => GetFindingsReportStatusRequest,
|
|
3477
3283
|
() => GetFindingsReportStatusResponse,
|
|
3478
3284
|
];
|
|
@@ -3480,9 +3286,7 @@ export var GetMember = [
|
|
|
3480
3286
|
9,
|
|
3481
3287
|
n0,
|
|
3482
3288
|
_GM,
|
|
3483
|
-
{
|
|
3484
|
-
[_ht]: ["POST", "/members/get", 200],
|
|
3485
|
-
},
|
|
3289
|
+
{ [_ht]: ["POST", "/members/get", 200] },
|
|
3486
3290
|
() => GetMemberRequest,
|
|
3487
3291
|
() => GetMemberResponse,
|
|
3488
3292
|
];
|
|
@@ -3490,9 +3294,7 @@ export var GetSbomExport = [
|
|
|
3490
3294
|
9,
|
|
3491
3295
|
n0,
|
|
3492
3296
|
_GSE,
|
|
3493
|
-
{
|
|
3494
|
-
[_ht]: ["POST", "/sbomexport/get", 200],
|
|
3495
|
-
},
|
|
3297
|
+
{ [_ht]: ["POST", "/sbomexport/get", 200] },
|
|
3496
3298
|
() => GetSbomExportRequest,
|
|
3497
3299
|
() => GetSbomExportResponse,
|
|
3498
3300
|
];
|
|
@@ -3500,9 +3302,7 @@ export var ListAccountPermissions = [
|
|
|
3500
3302
|
9,
|
|
3501
3303
|
n0,
|
|
3502
3304
|
_LAP,
|
|
3503
|
-
{
|
|
3504
|
-
[_ht]: ["POST", "/accountpermissions/list", 200],
|
|
3505
|
-
},
|
|
3305
|
+
{ [_ht]: ["POST", "/accountpermissions/list", 200] },
|
|
3506
3306
|
() => ListAccountPermissionsRequest,
|
|
3507
3307
|
() => ListAccountPermissionsResponse,
|
|
3508
3308
|
];
|
|
@@ -3510,9 +3310,7 @@ export var ListCisScanConfigurations = [
|
|
|
3510
3310
|
9,
|
|
3511
3311
|
n0,
|
|
3512
3312
|
_LCSC,
|
|
3513
|
-
{
|
|
3514
|
-
[_ht]: ["POST", "/cis/scan-configuration/list", 200],
|
|
3515
|
-
},
|
|
3313
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/list", 200] },
|
|
3516
3314
|
() => ListCisScanConfigurationsRequest,
|
|
3517
3315
|
() => ListCisScanConfigurationsResponse,
|
|
3518
3316
|
];
|
|
@@ -3520,9 +3318,7 @@ export var ListCisScanResultsAggregatedByChecks = [
|
|
|
3520
3318
|
9,
|
|
3521
3319
|
n0,
|
|
3522
3320
|
_LCSRABC,
|
|
3523
|
-
{
|
|
3524
|
-
[_ht]: ["POST", "/cis/scan-result/check/list", 200],
|
|
3525
|
-
},
|
|
3321
|
+
{ [_ht]: ["POST", "/cis/scan-result/check/list", 200] },
|
|
3526
3322
|
() => ListCisScanResultsAggregatedByChecksRequest,
|
|
3527
3323
|
() => ListCisScanResultsAggregatedByChecksResponse,
|
|
3528
3324
|
];
|
|
@@ -3530,9 +3326,7 @@ export var ListCisScanResultsAggregatedByTargetResource = [
|
|
|
3530
3326
|
9,
|
|
3531
3327
|
n0,
|
|
3532
3328
|
_LCSRABTR,
|
|
3533
|
-
{
|
|
3534
|
-
[_ht]: ["POST", "/cis/scan-result/resource/list", 200],
|
|
3535
|
-
},
|
|
3329
|
+
{ [_ht]: ["POST", "/cis/scan-result/resource/list", 200] },
|
|
3536
3330
|
() => ListCisScanResultsAggregatedByTargetResourceRequest,
|
|
3537
3331
|
() => ListCisScanResultsAggregatedByTargetResourceResponse,
|
|
3538
3332
|
];
|
|
@@ -3540,9 +3334,7 @@ export var ListCisScans = [
|
|
|
3540
3334
|
9,
|
|
3541
3335
|
n0,
|
|
3542
3336
|
_LCS,
|
|
3543
|
-
{
|
|
3544
|
-
[_ht]: ["POST", "/cis/scan/list", 200],
|
|
3545
|
-
},
|
|
3337
|
+
{ [_ht]: ["POST", "/cis/scan/list", 200] },
|
|
3546
3338
|
() => ListCisScansRequest,
|
|
3547
3339
|
() => ListCisScansResponse,
|
|
3548
3340
|
];
|
|
@@ -3550,9 +3342,7 @@ export var ListCodeSecurityIntegrations = [
|
|
|
3550
3342
|
9,
|
|
3551
3343
|
n0,
|
|
3552
3344
|
_LCSI,
|
|
3553
|
-
{
|
|
3554
|
-
[_ht]: ["POST", "/codesecurity/integration/list", 200],
|
|
3555
|
-
},
|
|
3345
|
+
{ [_ht]: ["POST", "/codesecurity/integration/list", 200] },
|
|
3556
3346
|
() => ListCodeSecurityIntegrationsRequest,
|
|
3557
3347
|
() => ListCodeSecurityIntegrationsResponse,
|
|
3558
3348
|
];
|
|
@@ -3560,9 +3350,7 @@ export var ListCodeSecurityScanConfigurationAssociations = [
|
|
|
3560
3350
|
9,
|
|
3561
3351
|
n0,
|
|
3562
3352
|
_LCSSCA,
|
|
3563
|
-
{
|
|
3564
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/associations/list", 200],
|
|
3565
|
-
},
|
|
3353
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/associations/list", 200] },
|
|
3566
3354
|
() => ListCodeSecurityScanConfigurationAssociationsRequest,
|
|
3567
3355
|
() => ListCodeSecurityScanConfigurationAssociationsResponse,
|
|
3568
3356
|
];
|
|
@@ -3570,9 +3358,7 @@ export var ListCodeSecurityScanConfigurations = [
|
|
|
3570
3358
|
9,
|
|
3571
3359
|
n0,
|
|
3572
3360
|
_LCSSC,
|
|
3573
|
-
{
|
|
3574
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/list", 200],
|
|
3575
|
-
},
|
|
3361
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/list", 200] },
|
|
3576
3362
|
() => ListCodeSecurityScanConfigurationsRequest,
|
|
3577
3363
|
() => ListCodeSecurityScanConfigurationsResponse,
|
|
3578
3364
|
];
|
|
@@ -3580,9 +3366,7 @@ export var ListCoverage = [
|
|
|
3580
3366
|
9,
|
|
3581
3367
|
n0,
|
|
3582
3368
|
_LC,
|
|
3583
|
-
{
|
|
3584
|
-
[_ht]: ["POST", "/coverage/list", 200],
|
|
3585
|
-
},
|
|
3369
|
+
{ [_ht]: ["POST", "/coverage/list", 200] },
|
|
3586
3370
|
() => ListCoverageRequest,
|
|
3587
3371
|
() => ListCoverageResponse,
|
|
3588
3372
|
];
|
|
@@ -3590,9 +3374,7 @@ export var ListCoverageStatistics = [
|
|
|
3590
3374
|
9,
|
|
3591
3375
|
n0,
|
|
3592
3376
|
_LCSi,
|
|
3593
|
-
{
|
|
3594
|
-
[_ht]: ["POST", "/coverage/statistics/list", 200],
|
|
3595
|
-
},
|
|
3377
|
+
{ [_ht]: ["POST", "/coverage/statistics/list", 200] },
|
|
3596
3378
|
() => ListCoverageStatisticsRequest,
|
|
3597
3379
|
() => ListCoverageStatisticsResponse,
|
|
3598
3380
|
];
|
|
@@ -3600,9 +3382,7 @@ export var ListDelegatedAdminAccounts = [
|
|
|
3600
3382
|
9,
|
|
3601
3383
|
n0,
|
|
3602
3384
|
_LDAA,
|
|
3603
|
-
{
|
|
3604
|
-
[_ht]: ["POST", "/delegatedadminaccounts/list", 200],
|
|
3605
|
-
},
|
|
3385
|
+
{ [_ht]: ["POST", "/delegatedadminaccounts/list", 200] },
|
|
3606
3386
|
() => ListDelegatedAdminAccountsRequest,
|
|
3607
3387
|
() => ListDelegatedAdminAccountsResponse,
|
|
3608
3388
|
];
|
|
@@ -3610,9 +3390,7 @@ export var ListFilters = [
|
|
|
3610
3390
|
9,
|
|
3611
3391
|
n0,
|
|
3612
3392
|
_LF,
|
|
3613
|
-
{
|
|
3614
|
-
[_ht]: ["POST", "/filters/list", 200],
|
|
3615
|
-
},
|
|
3393
|
+
{ [_ht]: ["POST", "/filters/list", 200] },
|
|
3616
3394
|
() => ListFiltersRequest,
|
|
3617
3395
|
() => ListFiltersResponse,
|
|
3618
3396
|
];
|
|
@@ -3620,9 +3398,7 @@ export var ListFindingAggregations = [
|
|
|
3620
3398
|
9,
|
|
3621
3399
|
n0,
|
|
3622
3400
|
_LFAi,
|
|
3623
|
-
{
|
|
3624
|
-
[_ht]: ["POST", "/findings/aggregation/list", 200],
|
|
3625
|
-
},
|
|
3401
|
+
{ [_ht]: ["POST", "/findings/aggregation/list", 200] },
|
|
3626
3402
|
() => ListFindingAggregationsRequest,
|
|
3627
3403
|
() => ListFindingAggregationsResponse,
|
|
3628
3404
|
];
|
|
@@ -3630,9 +3406,7 @@ export var ListFindings = [
|
|
|
3630
3406
|
9,
|
|
3631
3407
|
n0,
|
|
3632
3408
|
_LFi,
|
|
3633
|
-
{
|
|
3634
|
-
[_ht]: ["POST", "/findings/list", 200],
|
|
3635
|
-
},
|
|
3409
|
+
{ [_ht]: ["POST", "/findings/list", 200] },
|
|
3636
3410
|
() => ListFindingsRequest,
|
|
3637
3411
|
() => ListFindingsResponse,
|
|
3638
3412
|
];
|
|
@@ -3640,9 +3414,7 @@ export var ListMembers = [
|
|
|
3640
3414
|
9,
|
|
3641
3415
|
n0,
|
|
3642
3416
|
_LM,
|
|
3643
|
-
{
|
|
3644
|
-
[_ht]: ["POST", "/members/list", 200],
|
|
3645
|
-
},
|
|
3417
|
+
{ [_ht]: ["POST", "/members/list", 200] },
|
|
3646
3418
|
() => ListMembersRequest,
|
|
3647
3419
|
() => ListMembersResponse,
|
|
3648
3420
|
];
|
|
@@ -3650,9 +3422,7 @@ export var ListTagsForResource = [
|
|
|
3650
3422
|
9,
|
|
3651
3423
|
n0,
|
|
3652
3424
|
_LTFR,
|
|
3653
|
-
{
|
|
3654
|
-
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
3655
|
-
},
|
|
3425
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
3656
3426
|
() => ListTagsForResourceRequest,
|
|
3657
3427
|
() => ListTagsForResourceResponse,
|
|
3658
3428
|
];
|
|
@@ -3660,9 +3430,7 @@ export var ListUsageTotals = [
|
|
|
3660
3430
|
9,
|
|
3661
3431
|
n0,
|
|
3662
3432
|
_LUT,
|
|
3663
|
-
{
|
|
3664
|
-
[_ht]: ["POST", "/usage/list", 200],
|
|
3665
|
-
},
|
|
3433
|
+
{ [_ht]: ["POST", "/usage/list", 200] },
|
|
3666
3434
|
() => ListUsageTotalsRequest,
|
|
3667
3435
|
() => ListUsageTotalsResponse,
|
|
3668
3436
|
];
|
|
@@ -3670,9 +3438,7 @@ export var ResetEncryptionKey = [
|
|
|
3670
3438
|
9,
|
|
3671
3439
|
n0,
|
|
3672
3440
|
_REK,
|
|
3673
|
-
{
|
|
3674
|
-
[_ht]: ["PUT", "/encryptionkey/reset", 200],
|
|
3675
|
-
},
|
|
3441
|
+
{ [_ht]: ["PUT", "/encryptionkey/reset", 200] },
|
|
3676
3442
|
() => ResetEncryptionKeyRequest,
|
|
3677
3443
|
() => ResetEncryptionKeyResponse,
|
|
3678
3444
|
];
|
|
@@ -3680,9 +3446,7 @@ export var SearchVulnerabilities = [
|
|
|
3680
3446
|
9,
|
|
3681
3447
|
n0,
|
|
3682
3448
|
_SV,
|
|
3683
|
-
{
|
|
3684
|
-
[_ht]: ["POST", "/vulnerabilities/search", 200],
|
|
3685
|
-
},
|
|
3449
|
+
{ [_ht]: ["POST", "/vulnerabilities/search", 200] },
|
|
3686
3450
|
() => SearchVulnerabilitiesRequest,
|
|
3687
3451
|
() => SearchVulnerabilitiesResponse,
|
|
3688
3452
|
];
|
|
@@ -3690,9 +3454,7 @@ export var SendCisSessionHealth = [
|
|
|
3690
3454
|
9,
|
|
3691
3455
|
n0,
|
|
3692
3456
|
_SCSH,
|
|
3693
|
-
{
|
|
3694
|
-
[_ht]: ["PUT", "/cissession/health/send", 200],
|
|
3695
|
-
},
|
|
3457
|
+
{ [_ht]: ["PUT", "/cissession/health/send", 200] },
|
|
3696
3458
|
() => SendCisSessionHealthRequest,
|
|
3697
3459
|
() => SendCisSessionHealthResponse,
|
|
3698
3460
|
];
|
|
@@ -3700,9 +3462,7 @@ export var SendCisSessionTelemetry = [
|
|
|
3700
3462
|
9,
|
|
3701
3463
|
n0,
|
|
3702
3464
|
_SCST,
|
|
3703
|
-
{
|
|
3704
|
-
[_ht]: ["PUT", "/cissession/telemetry/send", 200],
|
|
3705
|
-
},
|
|
3465
|
+
{ [_ht]: ["PUT", "/cissession/telemetry/send", 200] },
|
|
3706
3466
|
() => SendCisSessionTelemetryRequest,
|
|
3707
3467
|
() => SendCisSessionTelemetryResponse,
|
|
3708
3468
|
];
|
|
@@ -3710,9 +3470,7 @@ export var StartCisSession = [
|
|
|
3710
3470
|
9,
|
|
3711
3471
|
n0,
|
|
3712
3472
|
_SCS,
|
|
3713
|
-
{
|
|
3714
|
-
[_ht]: ["PUT", "/cissession/start", 200],
|
|
3715
|
-
},
|
|
3473
|
+
{ [_ht]: ["PUT", "/cissession/start", 200] },
|
|
3716
3474
|
() => StartCisSessionRequest,
|
|
3717
3475
|
() => StartCisSessionResponse,
|
|
3718
3476
|
];
|
|
@@ -3720,9 +3478,7 @@ export var StartCodeSecurityScan = [
|
|
|
3720
3478
|
9,
|
|
3721
3479
|
n0,
|
|
3722
3480
|
_SCSS,
|
|
3723
|
-
{
|
|
3724
|
-
[_ht]: ["POST", "/codesecurity/scan/start", 200],
|
|
3725
|
-
},
|
|
3481
|
+
{ [_ht]: ["POST", "/codesecurity/scan/start", 200] },
|
|
3726
3482
|
() => StartCodeSecurityScanRequest,
|
|
3727
3483
|
() => StartCodeSecurityScanResponse,
|
|
3728
3484
|
];
|
|
@@ -3730,9 +3486,7 @@ export var StopCisSession = [
|
|
|
3730
3486
|
9,
|
|
3731
3487
|
n0,
|
|
3732
3488
|
_SCSt,
|
|
3733
|
-
{
|
|
3734
|
-
[_ht]: ["PUT", "/cissession/stop", 200],
|
|
3735
|
-
},
|
|
3489
|
+
{ [_ht]: ["PUT", "/cissession/stop", 200] },
|
|
3736
3490
|
() => StopCisSessionRequest,
|
|
3737
3491
|
() => StopCisSessionResponse,
|
|
3738
3492
|
];
|
|
@@ -3740,9 +3494,7 @@ export var TagResource = [
|
|
|
3740
3494
|
9,
|
|
3741
3495
|
n0,
|
|
3742
3496
|
_TR,
|
|
3743
|
-
{
|
|
3744
|
-
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
3745
|
-
},
|
|
3497
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
3746
3498
|
() => TagResourceRequest,
|
|
3747
3499
|
() => TagResourceResponse,
|
|
3748
3500
|
];
|
|
@@ -3750,9 +3502,7 @@ export var UntagResource = [
|
|
|
3750
3502
|
9,
|
|
3751
3503
|
n0,
|
|
3752
3504
|
_UR,
|
|
3753
|
-
{
|
|
3754
|
-
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
3755
|
-
},
|
|
3505
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
3756
3506
|
() => UntagResourceRequest,
|
|
3757
3507
|
() => UntagResourceResponse,
|
|
3758
3508
|
];
|
|
@@ -3760,9 +3510,7 @@ export var UpdateCisScanConfiguration = [
|
|
|
3760
3510
|
9,
|
|
3761
3511
|
n0,
|
|
3762
3512
|
_UCSC,
|
|
3763
|
-
{
|
|
3764
|
-
[_ht]: ["POST", "/cis/scan-configuration/update", 200],
|
|
3765
|
-
},
|
|
3513
|
+
{ [_ht]: ["POST", "/cis/scan-configuration/update", 200] },
|
|
3766
3514
|
() => UpdateCisScanConfigurationRequest,
|
|
3767
3515
|
() => UpdateCisScanConfigurationResponse,
|
|
3768
3516
|
];
|
|
@@ -3770,9 +3518,7 @@ export var UpdateCodeSecurityIntegration = [
|
|
|
3770
3518
|
9,
|
|
3771
3519
|
n0,
|
|
3772
3520
|
_UCSI,
|
|
3773
|
-
{
|
|
3774
|
-
[_ht]: ["POST", "/codesecurity/integration/update", 200],
|
|
3775
|
-
},
|
|
3521
|
+
{ [_ht]: ["POST", "/codesecurity/integration/update", 200] },
|
|
3776
3522
|
() => UpdateCodeSecurityIntegrationRequest,
|
|
3777
3523
|
() => UpdateCodeSecurityIntegrationResponse,
|
|
3778
3524
|
];
|
|
@@ -3780,9 +3526,7 @@ export var UpdateCodeSecurityScanConfiguration = [
|
|
|
3780
3526
|
9,
|
|
3781
3527
|
n0,
|
|
3782
3528
|
_UCSSC,
|
|
3783
|
-
{
|
|
3784
|
-
[_ht]: ["POST", "/codesecurity/scan-configuration/update", 200],
|
|
3785
|
-
},
|
|
3529
|
+
{ [_ht]: ["POST", "/codesecurity/scan-configuration/update", 200] },
|
|
3786
3530
|
() => UpdateCodeSecurityScanConfigurationRequest,
|
|
3787
3531
|
() => UpdateCodeSecurityScanConfigurationResponse,
|
|
3788
3532
|
];
|
|
@@ -3790,9 +3534,7 @@ export var UpdateConfiguration = [
|
|
|
3790
3534
|
9,
|
|
3791
3535
|
n0,
|
|
3792
3536
|
_UC,
|
|
3793
|
-
{
|
|
3794
|
-
[_ht]: ["POST", "/configuration/update", 200],
|
|
3795
|
-
},
|
|
3537
|
+
{ [_ht]: ["POST", "/configuration/update", 200] },
|
|
3796
3538
|
() => UpdateConfigurationRequest,
|
|
3797
3539
|
() => UpdateConfigurationResponse,
|
|
3798
3540
|
];
|
|
@@ -3800,9 +3542,7 @@ export var UpdateEc2DeepInspectionConfiguration = [
|
|
|
3800
3542
|
9,
|
|
3801
3543
|
n0,
|
|
3802
3544
|
_UEDIC,
|
|
3803
|
-
{
|
|
3804
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/update", 200],
|
|
3805
|
-
},
|
|
3545
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/update", 200] },
|
|
3806
3546
|
() => UpdateEc2DeepInspectionConfigurationRequest,
|
|
3807
3547
|
() => UpdateEc2DeepInspectionConfigurationResponse,
|
|
3808
3548
|
];
|
|
@@ -3810,9 +3550,7 @@ export var UpdateEncryptionKey = [
|
|
|
3810
3550
|
9,
|
|
3811
3551
|
n0,
|
|
3812
3552
|
_UEK,
|
|
3813
|
-
{
|
|
3814
|
-
[_ht]: ["PUT", "/encryptionkey/update", 200],
|
|
3815
|
-
},
|
|
3553
|
+
{ [_ht]: ["PUT", "/encryptionkey/update", 200] },
|
|
3816
3554
|
() => UpdateEncryptionKeyRequest,
|
|
3817
3555
|
() => UpdateEncryptionKeyResponse,
|
|
3818
3556
|
];
|
|
@@ -3820,9 +3558,7 @@ export var UpdateFilter = [
|
|
|
3820
3558
|
9,
|
|
3821
3559
|
n0,
|
|
3822
3560
|
_UF,
|
|
3823
|
-
{
|
|
3824
|
-
[_ht]: ["POST", "/filters/update", 200],
|
|
3825
|
-
},
|
|
3561
|
+
{ [_ht]: ["POST", "/filters/update", 200] },
|
|
3826
3562
|
() => UpdateFilterRequest,
|
|
3827
3563
|
() => UpdateFilterResponse,
|
|
3828
3564
|
];
|
|
@@ -3830,9 +3566,7 @@ export var UpdateOrganizationConfiguration = [
|
|
|
3830
3566
|
9,
|
|
3831
3567
|
n0,
|
|
3832
3568
|
_UOC,
|
|
3833
|
-
{
|
|
3834
|
-
[_ht]: ["POST", "/organizationconfiguration/update", 200],
|
|
3835
|
-
},
|
|
3569
|
+
{ [_ht]: ["POST", "/organizationconfiguration/update", 200] },
|
|
3836
3570
|
() => UpdateOrganizationConfigurationRequest,
|
|
3837
3571
|
() => UpdateOrganizationConfigurationResponse,
|
|
3838
3572
|
];
|
|
@@ -3840,9 +3574,7 @@ export var UpdateOrgEc2DeepInspectionConfiguration = [
|
|
|
3840
3574
|
9,
|
|
3841
3575
|
n0,
|
|
3842
3576
|
_UOEDIC,
|
|
3843
|
-
{
|
|
3844
|
-
[_ht]: ["POST", "/ec2deepinspectionconfiguration/org/update", 200],
|
|
3845
|
-
},
|
|
3577
|
+
{ [_ht]: ["POST", "/ec2deepinspectionconfiguration/org/update", 200] },
|
|
3846
3578
|
() => UpdateOrgEc2DeepInspectionConfigurationRequest,
|
|
3847
3579
|
() => UpdateOrgEc2DeepInspectionConfigurationResponse,
|
|
3848
3580
|
];
|