@aws-sdk/client-inspector2 3.1075.0 → 3.1077.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultInspector2HttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { AssociateMember$, BatchAssociateCodeSecurityScanConfiguration$, BatchDisassociateCodeSecurityScanConfiguration$, BatchGetAccountStatus$, BatchGetCodeSnippet$, BatchGetFindingDetails$, BatchGetFreeTrialInfo$, BatchGetMemberEc2DeepInspectionStatus$, BatchUpdateMemberEc2DeepInspectionStatus$, CancelFindingsReport$, CancelSbomExport$, CreateCisScanConfiguration$, CreateCodeSecurityIntegration$, CreateCodeSecurityScanConfiguration$, CreateFilter$, CreateFindingsReport$, CreateSbomExport$, DeleteCisScanConfiguration$, DeleteCodeSecurityIntegration$, DeleteCodeSecurityScanConfiguration$, DeleteFilter$, DescribeOrganizationConfiguration$, Disable$, DisableDelegatedAdminAccount$, DisassociateMember$, Enable$, EnableDelegatedAdminAccount$, GetCisScanReport$, GetCisScanResultDetails$, GetClustersForImage$, GetCodeSecurityIntegration$, GetCodeSecurityScan$, GetCodeSecurityScanConfiguration$, GetConfiguration$, GetDelegatedAdminAccount$, GetEc2DeepInspectionConfiguration$, GetEncryptionKey$, GetFindingsReportStatus$, GetMember$, GetSbomExport$, ListAccountPermissions$, ListCisScanConfigurations$, ListCisScanResultsAggregatedByChecks$, ListCisScanResultsAggregatedByTargetResource$, ListCisScans$, ListCodeSecurityIntegrations$, ListCodeSecurityScanConfigurationAssociations$, ListCodeSecurityScanConfigurations$, ListCoverage$, ListCoverageStatistics$, ListDelegatedAdminAccounts$, ListFilters$, ListFindingAggregations$, ListFindings$, ListMembers$, ListTagsForResource$, ListUsageTotals$, ResetEncryptionKey$, SearchVulnerabilities$, SendCisSessionHealth$, SendCisSessionTelemetry$, StartCisSession$, StartCodeSecurityScan$, StopCisSession$, TagResource$, UntagResource$, UpdateCisScanConfiguration$, UpdateCodeSecurityIntegration$, UpdateCodeSecurityScanConfiguration$, UpdateConfiguration$, UpdateEc2DeepInspectionConfiguration$, UpdateEncryptionKey$, UpdateFilter$, UpdateOrganizationConfiguration$, UpdateOrgEc2DeepInspectionConfiguration$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { Inspector2ServiceException } = require("./models/Inspector2ServiceException");
18
- exports.Inspector2ServiceException = Inspector2ServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultInspector2HttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "inspector2",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultInspector2HttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -31,6 +68,3448 @@ const commonParams = {
31
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
69
  };
33
70
 
71
+ var version = "3.1076.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const k = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [g]],
80
+ [c, j],
81
+ ["aws.partition", j, d],
82
+ [e, [{ [k]: "UseFIPS" }, b]],
83
+ [e, [{ [k]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
86
+ ],
87
+ results: [
88
+ [a],
89
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
90
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
91
+ [g, i],
92
+ ["https://inspector2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
93
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
94
+ ["https://inspector2-fips.{Region}.{PartitionResult#dnsSuffix}", i],
95
+ [a, "FIPS is enabled but this partition does not support FIPS"],
96
+ ["https://inspector2.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
97
+ [a, "DualStack is enabled but this partition does not support DualStack"],
98
+ ["https://inspector2.{Region}.{PartitionResult#dnsSuffix}", i],
99
+ [a, "Invalid Configuration: Missing Region"]
100
+ ]
101
+ };
102
+ const root = 2;
103
+ const r = 100_000_000;
104
+ const nodes = new Int32Array([
105
+ -1, 1, -1,
106
+ 0, 12, 3,
107
+ 1, 4, r + 11,
108
+ 2, 5, r + 11,
109
+ 3, 8, 6,
110
+ 4, 7, r + 10,
111
+ 5, r + 8, r + 9,
112
+ 4, 10, 9,
113
+ 6, r + 6, r + 7,
114
+ 5, 11, r + 5,
115
+ 6, r + 4, r + 5,
116
+ 3, r + 1, 13,
117
+ 4, r + 2, r + 3,
118
+ ]);
119
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
120
+
121
+ const cache = new EndpointCache({
122
+ size: 50,
123
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
124
+ });
125
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
126
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
127
+ endpointParams: endpointParams,
128
+ logger: context.logger,
129
+ }));
130
+ };
131
+ customEndpointFunctions.aws = awsEndpointFunctions;
132
+
133
+ class Inspector2ServiceException extends ServiceException {
134
+ constructor(options) {
135
+ super(options);
136
+ Object.setPrototypeOf(this, Inspector2ServiceException.prototype);
137
+ }
138
+ }
139
+
140
+ class AccessDeniedException extends Inspector2ServiceException {
141
+ name = "AccessDeniedException";
142
+ $fault = "client";
143
+ constructor(opts) {
144
+ super({
145
+ name: "AccessDeniedException",
146
+ $fault: "client",
147
+ ...opts,
148
+ });
149
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
150
+ }
151
+ }
152
+ class InternalServerException extends Inspector2ServiceException {
153
+ name = "InternalServerException";
154
+ $fault = "server";
155
+ $retryable = {};
156
+ retryAfterSeconds;
157
+ constructor(opts) {
158
+ super({
159
+ name: "InternalServerException",
160
+ $fault: "server",
161
+ ...opts,
162
+ });
163
+ Object.setPrototypeOf(this, InternalServerException.prototype);
164
+ this.retryAfterSeconds = opts.retryAfterSeconds;
165
+ }
166
+ }
167
+ class ServiceQuotaExceededException extends Inspector2ServiceException {
168
+ name = "ServiceQuotaExceededException";
169
+ $fault = "client";
170
+ resourceId;
171
+ constructor(opts) {
172
+ super({
173
+ name: "ServiceQuotaExceededException",
174
+ $fault: "client",
175
+ ...opts,
176
+ });
177
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
178
+ this.resourceId = opts.resourceId;
179
+ }
180
+ }
181
+ class ThrottlingException extends Inspector2ServiceException {
182
+ name = "ThrottlingException";
183
+ $fault = "client";
184
+ $retryable = {
185
+ throttling: true,
186
+ };
187
+ retryAfterSeconds;
188
+ constructor(opts) {
189
+ super({
190
+ name: "ThrottlingException",
191
+ $fault: "client",
192
+ ...opts,
193
+ });
194
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
195
+ this.retryAfterSeconds = opts.retryAfterSeconds;
196
+ }
197
+ }
198
+ class ValidationException extends Inspector2ServiceException {
199
+ name = "ValidationException";
200
+ $fault = "client";
201
+ reason;
202
+ fields;
203
+ constructor(opts) {
204
+ super({
205
+ name: "ValidationException",
206
+ $fault: "client",
207
+ ...opts,
208
+ });
209
+ Object.setPrototypeOf(this, ValidationException.prototype);
210
+ this.reason = opts.reason;
211
+ this.fields = opts.fields;
212
+ }
213
+ }
214
+ class BadRequestException extends Inspector2ServiceException {
215
+ name = "BadRequestException";
216
+ $fault = "client";
217
+ constructor(opts) {
218
+ super({
219
+ name: "BadRequestException",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, BadRequestException.prototype);
224
+ }
225
+ }
226
+ class ConflictException extends Inspector2ServiceException {
227
+ name = "ConflictException";
228
+ $fault = "client";
229
+ resourceId;
230
+ resourceType;
231
+ constructor(opts) {
232
+ super({
233
+ name: "ConflictException",
234
+ $fault: "client",
235
+ ...opts,
236
+ });
237
+ Object.setPrototypeOf(this, ConflictException.prototype);
238
+ this.resourceId = opts.resourceId;
239
+ this.resourceType = opts.resourceType;
240
+ }
241
+ }
242
+ class ResourceNotFoundException extends Inspector2ServiceException {
243
+ name = "ResourceNotFoundException";
244
+ $fault = "client";
245
+ constructor(opts) {
246
+ super({
247
+ name: "ResourceNotFoundException",
248
+ $fault: "client",
249
+ ...opts,
250
+ });
251
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
252
+ }
253
+ }
254
+
255
+ const _A = "Account";
256
+ const _AA = "AccountAggregation";
257
+ const _AAR = "AccountAggregationResponse";
258
+ const _AARm = "AmiAggregationResponse";
259
+ const _AAm = "AmiAggregation";
260
+ const _ACR = "AssociateConfigurationRequest";
261
+ const _ACRL = "AssociateConfigurationRequestList";
262
+ const _AD = "AtigData";
263
+ const _ADE = "AccessDeniedException";
264
+ const _AE = "AutoEnable";
265
+ const _AECA = "AwsEcrContainerAggregation";
266
+ const _AECAR = "AwsEcrContainerAggregationResponse";
267
+ const _AECID = "AwsEcrContainerImageDetails";
268
+ const _AEID = "AwsEc2InstanceDetails";
269
+ const _AEMD = "AwsEcsMetadataDetails";
270
+ const _AEMDw = "AwsEksMetadataDetails";
271
+ const _AEWI = "AwsEksWorkloadInfo";
272
+ const _AEWIL = "AwsEksWorkloadInfoList";
273
+ const _AIFL = "AccountIdFilterList";
274
+ const _AL = "AccountList";
275
+ const _ALFD = "AwsLambdaFunctionDetails";
276
+ const _AM = "AssociateMember";
277
+ const _AMR = "AssociateMemberRequest";
278
+ const _AMRs = "AssociateMemberResponse";
279
+ const _AR = "AggregationRequest";
280
+ const _ARL = "AggregationResponseList";
281
+ const _ARg = "AggregationResponse";
282
+ const _AS = "AccountState";
283
+ const _ASL = "AccountStateList";
284
+ const _AU = "AuthorizationUrl";
285
+ const _BACSSC = "BatchAssociateCodeSecurityScanConfiguration";
286
+ const _BACSSCR = "BatchAssociateCodeSecurityScanConfigurationRequest";
287
+ const _BACSSCRa = "BatchAssociateCodeSecurityScanConfigurationResponse";
288
+ const _BDCSSC = "BatchDisassociateCodeSecurityScanConfiguration";
289
+ const _BDCSSCR = "BatchDisassociateCodeSecurityScanConfigurationRequest";
290
+ const _BDCSSCRa = "BatchDisassociateCodeSecurityScanConfigurationResponse";
291
+ const _BGAS = "BatchGetAccountStatus";
292
+ const _BGASR = "BatchGetAccountStatusRequest";
293
+ const _BGASRa = "BatchGetAccountStatusResponse";
294
+ const _BGCS = "BatchGetCodeSnippet";
295
+ const _BGCSR = "BatchGetCodeSnippetRequest";
296
+ const _BGCSRa = "BatchGetCodeSnippetResponse";
297
+ const _BGFD = "BatchGetFindingDetails";
298
+ const _BGFDR = "BatchGetFindingDetailsRequest";
299
+ const _BGFDRa = "BatchGetFindingDetailsResponse";
300
+ const _BGFTI = "BatchGetFreeTrialInfo";
301
+ const _BGFTIR = "BatchGetFreeTrialInfoRequest";
302
+ const _BGFTIRa = "BatchGetFreeTrialInfoResponse";
303
+ const _BGMEDIS = "BatchGetMemberEc2DeepInspectionStatus";
304
+ const _BGMEDISR = "BatchGetMemberEc2DeepInspectionStatusRequest";
305
+ const _BGMEDISRa = "BatchGetMemberEc2DeepInspectionStatusResponse";
306
+ const _BRE = "BadRequestException";
307
+ const _BUMEDIS = "BatchUpdateMemberEc2DeepInspectionStatus";
308
+ const _BUMEDISR = "BatchUpdateMemberEc2DeepInspectionStatusRequest";
309
+ const _BUMEDISRa = "BatchUpdateMemberEc2DeepInspectionStatusResponse";
310
+ const _C = "Counts";
311
+ const _CCA = "CisCheckAggregation";
312
+ const _CCAL = "CisCheckAggregationList";
313
+ const _CCSC = "CreateCisScanConfiguration";
314
+ const _CCSCR = "CreateCisScanConfigurationRequest";
315
+ const _CCSCRr = "CreateCisScanConfigurationResponse";
316
+ const _CCSI = "CreateCodeSecurityIntegration";
317
+ const _CCSIR = "CreateCodeSecurityIntegrationRequest";
318
+ const _CCSIRr = "CreateCodeSecurityIntegrationResponse";
319
+ const _CCSSC = "CreateCodeSecurityScanConfiguration";
320
+ const _CCSSCR = "CreateCodeSecurityScanConfigurationRequest";
321
+ const _CCSSCRr = "CreateCodeSecurityScanConfigurationResponse";
322
+ const _CCT = "CreateCisTargets";
323
+ const _CD = "CisaData";
324
+ const _CDF = "CisDateFilter";
325
+ const _CDFL = "CoverageDateFilterList";
326
+ const _CDFo = "CoverageDateFilter";
327
+ const _CDL = "ClusterDetailsList";
328
+ const _CDl = "ClusterDetails";
329
+ const _CE = "ConflictException";
330
+ const _CF = "CreateFilter";
331
+ const _CFAFL = "CisFindingArnFilterList";
332
+ const _CFC = "CoverageFilterCriteria";
333
+ const _CFIFC = "ClusterForImageFilterCriteria";
334
+ const _CFP = "CodeFilePath";
335
+ const _CFR = "CreateFilterRequest";
336
+ const _CFRR = "CancelFindingsReportRequest";
337
+ const _CFRRa = "CancelFindingsReportResponse";
338
+ const _CFRRr = "CreateFindingsReportRequest";
339
+ const _CFRRre = "CreateFindingsReportResponse";
340
+ const _CFRa = "CancelFindingsReport";
341
+ const _CFRr = "CreateFilterResponse";
342
+ const _CFRre = "CreateFindingsReport";
343
+ const _CFSF = "CisFindingStatusFilter";
344
+ const _CFSFL = "CisFindingStatusFilterList";
345
+ const _CGLSMID = "CreateGitLabSelfManagedIntegrationDetail";
346
+ const _CI = "ClusterInformation";
347
+ const _CID = "CreateIntegrationDetail";
348
+ const _CIFL = "CheckIdFilterList";
349
+ const _CIL = "ClusterInformationList";
350
+ const _CISC = "ContinuousIntegrationScanConfiguration";
351
+ const _CL = "CodeLine";
352
+ const _CLL = "CodeLineList";
353
+ const _CLo = "CountsList";
354
+ const _CM = "ClusterMetadata";
355
+ const _CMF = "CoverageMapFilter";
356
+ const _CMFL = "CoverageMapFilterList";
357
+ const _CNF = "CisNumberFilter";
358
+ const _CNFL = "CisNumberFilterList";
359
+ const _CNFLo = "CoverageNumberFilterList";
360
+ const _CNFo = "CoverageNumberFilter";
361
+ const _CP = "ComputePlatform";
362
+ const _CR = "CoveredResource";
363
+ const _CRA = "CodeRepositoryAggregation";
364
+ const _CRAR = "CodeRepositoryAggregationResponse";
365
+ const _CRD = "CodeRepositoryDetails";
366
+ const _CRM = "CodeRepositoryMetadata";
367
+ const _CRODS = "CodeRepositoryOnDemandScan";
368
+ const _CRSF = "CisResultStatusFilter";
369
+ const _CRSFL = "CisResultStatusFilterList";
370
+ const _CRo = "CoveredResources";
371
+ const _CS = "CisScan";
372
+ const _CSA = "CvssScoreAdjustment";
373
+ const _CSAFL = "CisScanArnFilterList";
374
+ const _CSAL = "CvssScoreAdjustmentList";
375
+ const _CSBFL = "CisScheduledByFilterList";
376
+ const _CSC = "CisScanConfiguration";
377
+ const _CSCAFL = "CisScanConfigurationArnFilterList";
378
+ const _CSCL = "CisScanConfigurationList";
379
+ const _CSD = "CvssScoreDetails";
380
+ const _CSDFL = "CisScanDateFilterList";
381
+ const _CSE = "CodeSnippetError";
382
+ const _CSEL = "CodeSnippetErrorList";
383
+ const _CSER = "CancelSbomExportRequest";
384
+ const _CSERa = "CancelSbomExportResponse";
385
+ const _CSERr = "CreateSbomExportRequest";
386
+ const _CSERre = "CreateSbomExportResponse";
387
+ const _CSEa = "CancelSbomExport";
388
+ const _CSEr = "CreateSbomExport";
389
+ const _CSF = "CisStringFilter";
390
+ const _CSFL = "CoverageStringFilterList";
391
+ const _CSFo = "CoverageStringFilter";
392
+ const _CSIS = "CodeSecurityIntegrationSummary";
393
+ const _CSL = "CisScanList";
394
+ const _CSLF = "CisSecurityLevelFilter";
395
+ const _CSLFL = "CisSecurityLevelFilterList";
396
+ const _CSLv = "CvssScoreList";
397
+ const _CSM = "CisSessionMessage";
398
+ const _CSMi = "CisSessionMessages";
399
+ const _CSNFL = "CisScanNameFilterList";
400
+ const _CSR = "CodeSnippetResult";
401
+ const _CSRABCFC = "CisScanResultsAggregatedByChecksFilterCriteria";
402
+ const _CSRABTRFC = "CisScanResultsAggregatedByTargetResourceFilterCriteria";
403
+ const _CSRD = "CisScanResultDetails";
404
+ const _CSRDFC = "CisScanResultDetailsFilterCriteria";
405
+ const _CSRDL = "CisScanResultDetailsList";
406
+ const _CSRL = "CodeSnippetResultList";
407
+ const _CSRo = "CodeSecurityResource";
408
+ const _CSSC = "CodeSecurityScanConfiguration";
409
+ const _CSSCAS = "CodeSecurityScanConfigurationAssociationSummary";
410
+ const _CSSCASo = "CodeSecurityScanConfigurationAssociationSummaries";
411
+ const _CSSCS = "CodeSecurityScanConfigurationSummary";
412
+ const _CSSCSo = "CodeSecurityScanConfigurationSummaries";
413
+ const _CSSF = "CisScanStatusFilter";
414
+ const _CSSFL = "CisScanStatusFilterList";
415
+ const _CSv = "CvssScore";
416
+ const _CT = "CisTargets";
417
+ const _CTRA = "CisTargetResourceAggregation";
418
+ const _CTRAL = "CisTargetResourceAggregationList";
419
+ const _CTSF = "CisTargetStatusFilter";
420
+ const _CTSRF = "CisTargetStatusReasonFilter";
421
+ const _CVD = "CodeVulnerabilityDetails";
422
+ const _Cv = "Cvss2";
423
+ const _Cvs = "Cvss3";
424
+ const _Cvss = "Cvss4";
425
+ const _D = "Destination";
426
+ const _DA = "DelegatedAdmin";
427
+ const _DAA = "DelegatedAdminAccount";
428
+ const _DAAL = "DelegatedAdminAccountList";
429
+ const _DCR = "DisassociateConfigurationRequest";
430
+ const _DCRL = "DisassociateConfigurationRequestList";
431
+ const _DCSC = "DeleteCisScanConfiguration";
432
+ const _DCSCR = "DeleteCisScanConfigurationRequest";
433
+ const _DCSCRe = "DeleteCisScanConfigurationResponse";
434
+ const _DCSI = "DeleteCodeSecurityIntegration";
435
+ const _DCSIR = "DeleteCodeSecurityIntegrationRequest";
436
+ const _DCSIRe = "DeleteCodeSecurityIntegrationResponse";
437
+ const _DCSSC = "DeleteCodeSecurityScanConfiguration";
438
+ const _DCSSCR = "DeleteCodeSecurityScanConfigurationRequest";
439
+ const _DCSSCRe = "DeleteCodeSecurityScanConfigurationResponse";
440
+ const _DDAA = "DisableDelegatedAdminAccount";
441
+ const _DDAAR = "DisableDelegatedAdminAccountRequest";
442
+ const _DDAARi = "DisableDelegatedAdminAccountResponse";
443
+ const _DF = "DateFilter";
444
+ const _DFL = "DateFilterList";
445
+ const _DFR = "DeleteFilterRequest";
446
+ const _DFRe = "DeleteFilterResponse";
447
+ const _DFe = "DeleteFilter";
448
+ const _DM = "DisassociateMember";
449
+ const _DMR = "DisassociateMemberRequest";
450
+ const _DMRi = "DisassociateMemberResponse";
451
+ const _DOC = "DescribeOrganizationConfiguration";
452
+ const _DOCR = "DescribeOrganizationConfigurationRequest";
453
+ const _DOCRe = "DescribeOrganizationConfigurationResponse";
454
+ const _DR = "DisableRequest";
455
+ const _DRi = "DisableResponse";
456
+ const _DS = "DailySchedule";
457
+ const _Di = "Disable";
458
+ const _E = "Epss";
459
+ const _EC = "Ec2Configuration";
460
+ const _ECIM = "EcrContainerImageMetadata";
461
+ const _ECS = "Ec2ConfigurationState";
462
+ const _ECSc = "EcrConfigurationState";
463
+ const _ECc = "EcrConfiguration";
464
+ const _ED = "EpssDetails";
465
+ const _EDAA = "EnableDelegatedAdminAccount";
466
+ const _EDAAR = "EnableDelegatedAdminAccountRequest";
467
+ const _EDAARn = "EnableDelegatedAdminAccountResponse";
468
+ const _EDx = "ExploitabilityDetails";
469
+ const _EIA = "Ec2InstanceAggregation";
470
+ const _EIAR = "Ec2InstanceAggregationResponse";
471
+ const _EL = "EvidenceList";
472
+ const _EM = "Ec2Metadata";
473
+ const _EO = "ExploitObserved";
474
+ const _ER = "EnableRequest";
475
+ const _ERDS = "EcrRescanDurationState";
476
+ const _ERM = "EcrRepositoryMetadata";
477
+ const _ERn = "EnableResponse";
478
+ const _ESMS = "Ec2ScanModeState";
479
+ const _En = "Enable";
480
+ const _Ev = "Evidence";
481
+ const _F = "Filter";
482
+ const _FA = "FailedAccount";
483
+ const _FAL = "FailedAccountList";
484
+ const _FAR = "FailedAssociationResult";
485
+ const _FARL = "FailedAssociationResultList";
486
+ const _FC = "FilterCriteria";
487
+ const _FD = "FindingDetail";
488
+ const _FDE = "FindingDetailsError";
489
+ const _FDEL = "FindingDetailsErrorList";
490
+ const _FDi = "FindingDetails";
491
+ const _FL = "FilterList";
492
+ const _FLi = "FindingList";
493
+ const _FMAEDISS = "FailedMemberAccountEc2DeepInspectionStatusState";
494
+ const _FMAEDISSL = "FailedMemberAccountEc2DeepInspectionStatusStateList";
495
+ const _FTA = "FindingTypeAggregation";
496
+ const _FTAI = "FreeTrialAccountInfo";
497
+ const _FTAIL = "FreeTrialAccountInfoList";
498
+ const _FTAR = "FindingTypeAggregationResponse";
499
+ const _FTI = "FreeTrialInfo";
500
+ const _FTIE = "FreeTrialInfoError";
501
+ const _FTIEL = "FreeTrialInfoErrorList";
502
+ const _FTIL = "FreeTrialInfoList";
503
+ const _Fi = "Finding";
504
+ const _GC = "GetConfiguration";
505
+ const _GCFI = "GetClustersForImage";
506
+ const _GCFIR = "GetClustersForImageRequest";
507
+ const _GCFIRe = "GetClustersForImageResponse";
508
+ const _GCR = "GetConfigurationRequest";
509
+ const _GCRe = "GetConfigurationResponse";
510
+ const _GCSI = "GetCodeSecurityIntegration";
511
+ const _GCSIR = "GetCodeSecurityIntegrationRequest";
512
+ const _GCSIRe = "GetCodeSecurityIntegrationResponse";
513
+ const _GCSR = "GetCisScanReport";
514
+ const _GCSRD = "GetCisScanResultDetails";
515
+ const _GCSRDR = "GetCisScanResultDetailsRequest";
516
+ const _GCSRDRe = "GetCisScanResultDetailsResponse";
517
+ const _GCSRR = "GetCisScanReportRequest";
518
+ const _GCSRRe = "GetCisScanReportResponse";
519
+ const _GCSS = "GetCodeSecurityScan";
520
+ const _GCSSC = "GetCodeSecurityScanConfiguration";
521
+ const _GCSSCR = "GetCodeSecurityScanConfigurationRequest";
522
+ const _GCSSCRe = "GetCodeSecurityScanConfigurationResponse";
523
+ const _GCSSR = "GetCodeSecurityScanRequest";
524
+ const _GCSSRe = "GetCodeSecurityScanResponse";
525
+ const _GDAA = "GetDelegatedAdminAccount";
526
+ const _GDAAR = "GetDelegatedAdminAccountRequest";
527
+ const _GDAARe = "GetDelegatedAdminAccountResponse";
528
+ const _GEDIC = "GetEc2DeepInspectionConfiguration";
529
+ const _GEDICR = "GetEc2DeepInspectionConfigurationRequest";
530
+ const _GEDICRe = "GetEc2DeepInspectionConfigurationResponse";
531
+ const _GEK = "GetEncryptionKey";
532
+ const _GEKR = "GetEncryptionKeyRequest";
533
+ const _GEKRe = "GetEncryptionKeyResponse";
534
+ const _GFRS = "GetFindingsReportStatus";
535
+ const _GFRSR = "GetFindingsReportStatusRequest";
536
+ const _GFRSRe = "GetFindingsReportStatusResponse";
537
+ const _GHAC = "GitHubAuthCode";
538
+ const _GLAC = "GitLabAuthCode";
539
+ const _GLAT = "GitLabAccessToken";
540
+ const _GM = "GetMember";
541
+ const _GMR = "GetMemberRequest";
542
+ const _GMRe = "GetMemberResponse";
543
+ const _GSE = "GetSbomExport";
544
+ const _GSER = "GetSbomExportRequest";
545
+ const _GSERe = "GetSbomExportResponse";
546
+ const _ILA = "ImageLayerAggregation";
547
+ const _ILAR = "ImageLayerAggregationResponse";
548
+ const _IS = "IntegrationSummaries";
549
+ const _ISD = "InspectorScoreDetails";
550
+ const _ISE = "InternalServerException";
551
+ const _IU = "InstanceUrl";
552
+ const _LAP = "ListAccountPermissions";
553
+ const _LAPR = "ListAccountPermissionsRequest";
554
+ const _LAPRi = "ListAccountPermissionsResponse";
555
+ const _LC = "ListCoverage";
556
+ const _LCR = "ListCoverageRequest";
557
+ const _LCRi = "ListCoverageResponse";
558
+ const _LCS = "ListCisScans";
559
+ const _LCSC = "ListCisScanConfigurations";
560
+ const _LCSCFC = "ListCisScanConfigurationsFilterCriteria";
561
+ const _LCSCR = "ListCisScanConfigurationsRequest";
562
+ const _LCSCRi = "ListCisScanConfigurationsResponse";
563
+ const _LCSFC = "ListCisScansFilterCriteria";
564
+ const _LCSI = "ListCodeSecurityIntegrations";
565
+ const _LCSIR = "ListCodeSecurityIntegrationsRequest";
566
+ const _LCSIRi = "ListCodeSecurityIntegrationsResponse";
567
+ const _LCSR = "ListCisScansRequest";
568
+ const _LCSRABC = "ListCisScanResultsAggregatedByChecks";
569
+ const _LCSRABCR = "ListCisScanResultsAggregatedByChecksRequest";
570
+ const _LCSRABCRi = "ListCisScanResultsAggregatedByChecksResponse";
571
+ const _LCSRABTR = "ListCisScanResultsAggregatedByTargetResource";
572
+ const _LCSRABTRR = "ListCisScanResultsAggregatedByTargetResourceRequest";
573
+ const _LCSRABTRRi = "ListCisScanResultsAggregatedByTargetResourceResponse";
574
+ const _LCSRi = "ListCisScansResponse";
575
+ const _LCSRis = "ListCoverageStatisticsRequest";
576
+ const _LCSRist = "ListCoverageStatisticsResponse";
577
+ const _LCSSC = "ListCodeSecurityScanConfigurations";
578
+ const _LCSSCA = "ListCodeSecurityScanConfigurationAssociations";
579
+ const _LCSSCAR = "ListCodeSecurityScanConfigurationAssociationsRequest";
580
+ const _LCSSCARi = "ListCodeSecurityScanConfigurationAssociationsResponse";
581
+ const _LCSSCR = "ListCodeSecurityScanConfigurationsRequest";
582
+ const _LCSSCRi = "ListCodeSecurityScanConfigurationsResponse";
583
+ const _LCSi = "ListCoverageStatistics";
584
+ const _LDAA = "ListDelegatedAdminAccounts";
585
+ const _LDAAR = "ListDelegatedAdminAccountsRequest";
586
+ const _LDAARi = "ListDelegatedAdminAccountsResponse";
587
+ const _LF = "ListFilters";
588
+ const _LFA = "LambdaFunctionAggregation";
589
+ const _LFAR = "LambdaFunctionAggregationResponse";
590
+ const _LFARi = "ListFindingAggregationsRequest";
591
+ const _LFARis = "ListFindingAggregationsResponse";
592
+ const _LFAi = "ListFindingAggregations";
593
+ const _LFM = "LambdaFunctionMetadata";
594
+ const _LFR = "ListFiltersRequest";
595
+ const _LFRi = "ListFiltersResponse";
596
+ const _LFRis = "ListFindingsRequest";
597
+ const _LFRist = "ListFindingsResponse";
598
+ const _LFi = "ListFindings";
599
+ const _LLA = "LambdaLayerAggregation";
600
+ const _LLAR = "LambdaLayerAggregationResponse";
601
+ const _LM = "ListMembers";
602
+ const _LMR = "ListMembersRequest";
603
+ const _LMRi = "ListMembersResponse";
604
+ const _LTFR = "ListTagsForResource";
605
+ const _LTFRR = "ListTagsForResourceRequest";
606
+ const _LTFRRi = "ListTagsForResourceResponse";
607
+ const _LUT = "ListUsageTotals";
608
+ const _LUTR = "ListUsageTotalsRequest";
609
+ const _LUTRi = "ListUsageTotalsResponse";
610
+ const _LVC = "LambdaVpcConfig";
611
+ const _M = "Member";
612
+ const _MAEDIS = "MemberAccountEc2DeepInspectionStatus";
613
+ const _MAEDISL = "MemberAccountEc2DeepInspectionStatusList";
614
+ const _MAEDISS = "MemberAccountEc2DeepInspectionStatusState";
615
+ const _MAEDISSL = "MemberAccountEc2DeepInspectionStatusStateList";
616
+ const _MF = "MapFilter";
617
+ const _MFL = "MapFilterList";
618
+ const _ML = "MemberList";
619
+ const _MS = "MonthlySchedule";
620
+ const _NF = "NumberFilter";
621
+ const _NFL = "NumberFilterList";
622
+ const _NP = "NetworkPath";
623
+ const _NRD = "NetworkReachabilityDetails";
624
+ const _OAIFL = "OneAccountIdFilterList";
625
+ const _OTS = "OneTimeSchedule";
626
+ const _P = "Permission";
627
+ const _PA = "PackageAggregation";
628
+ const _PAR = "PackageAggregationResponse";
629
+ const _PCISC = "ProjectContinuousIntegrationScanConfiguration";
630
+ const _PCISCL = "ProjectContinuousIntegrationScanConfigurationList";
631
+ const _PCSSC = "ProjectCodeSecurityScanConfiguration";
632
+ const _PF = "PackageFilter";
633
+ const _PFL = "PackageFilterList";
634
+ const _PFLl = "PlatformFilterList";
635
+ const _PPSC = "ProjectPeriodicScanConfiguration";
636
+ const _PPSCL = "ProjectPeriodicScanConfigurationList";
637
+ const _PR = "PortRange";
638
+ const _PRF = "PortRangeFilter";
639
+ const _PRFL = "PortRangeFilterList";
640
+ const _PSC = "PeriodicScanConfiguration";
641
+ const _PVD = "PackageVulnerabilityDetails";
642
+ const _Pe = "Permissions";
643
+ const _R = "Recommendation";
644
+ const _RA = "Retry-After";
645
+ const _RAR = "RepositoryAggregationResponse";
646
+ const _RAe = "RepositoryAggregation";
647
+ const _RD = "ResourceDetails";
648
+ const _REK = "ResetEncryptionKey";
649
+ const _REKR = "ResetEncryptionKeyRequest";
650
+ const _REKRe = "ResetEncryptionKeyResponse";
651
+ const _RFC = "ResourceFilterCriteria";
652
+ const _RIFL = "ResourceIdFilterList";
653
+ const _RL = "ResourceList";
654
+ const _RMF = "ResourceMapFilter";
655
+ const _RMFL = "ResourceMapFilterList";
656
+ const _RNFE = "ResourceNotFoundException";
657
+ const _RS = "ResourceState";
658
+ const _RSF = "ResourceStringFilter";
659
+ const _RSFL = "ResourceStringFilterList";
660
+ const _RSM = "ResourceScanMetadata";
661
+ const _RSe = "ResourceStatus";
662
+ const _RTFL = "ResourceTagFilterList";
663
+ const _Re = "Remediation";
664
+ const _Res = "Resource";
665
+ const _S = "State";
666
+ const _SAR = "SuccessfulAssociationResult";
667
+ const _SARL = "SuccessfulAssociationResultList";
668
+ const _SC = "SeverityCounts";
669
+ const _SCMP = "StopCisMessageProgress";
670
+ const _SCS = "StartCisSession";
671
+ const _SCSH = "SendCisSessionHealth";
672
+ const _SCSHR = "SendCisSessionHealthRequest";
673
+ const _SCSHRe = "SendCisSessionHealthResponse";
674
+ const _SCSM = "StartCisSessionMessage";
675
+ const _SCSMt = "StopCisSessionMessage";
676
+ const _SCSR = "StartCisSessionRequest";
677
+ const _SCSRt = "StartCisSessionResponse";
678
+ const _SCSRto = "StopCisSessionRequest";
679
+ const _SCSRtop = "StopCisSessionResponse";
680
+ const _SCSS = "StartCodeSecurityScan";
681
+ const _SCSSR = "StartCodeSecurityScanRequest";
682
+ const _SCSSRt = "StartCodeSecurityScanResponse";
683
+ const _SCST = "SendCisSessionTelemetry";
684
+ const _SCSTR = "SendCisSessionTelemetryRequest";
685
+ const _SCSTRe = "SendCisSessionTelemetryResponse";
686
+ const _SCSt = "StopCisSession";
687
+ const _SCo = "SortCriteria";
688
+ const _SCt = "StatusCounts";
689
+ const _SF = "StringFilter";
690
+ const _SFL = "StringFilterList";
691
+ const _SFu = "SuggestedFix";
692
+ const _SFug = "SuggestedFixes";
693
+ const _SL = "StepList";
694
+ const _SQEE = "ServiceQuotaExceededException";
695
+ const _SS = "ScanStatus";
696
+ const _SSc = "ScopeSettings";
697
+ const _SV = "SearchVulnerabilities";
698
+ const _SVFC = "SearchVulnerabilitiesFilterCriteria";
699
+ const _SVR = "SearchVulnerabilitiesRequest";
700
+ const _SVRe = "SearchVulnerabilitiesResponse";
701
+ const _Sc = "Schedule";
702
+ const _St = "Step";
703
+ const _T = "Time";
704
+ const _TA = "TitleAggregation";
705
+ const _TAR = "TitleAggregationResponse";
706
+ const _TE = "ThrottlingException";
707
+ const _TF = "TagFilter";
708
+ const _TFL = "TitleFilterList";
709
+ const _TR = "TagResource";
710
+ const _TRR = "TagResourceRequest";
711
+ const _TRRa = "TagResourceResponse";
712
+ const _TRT = "TargetResourceTags";
713
+ const _TSFL = "TargetStatusFilterList";
714
+ const _TSRFL = "TargetStatusReasonFilterList";
715
+ const _U = "Url";
716
+ const _UC = "UpdateConfiguration";
717
+ const _UCR = "UpdateConfigurationRequest";
718
+ const _UCRp = "UpdateConfigurationResponse";
719
+ const _UCSC = "UpdateCisScanConfiguration";
720
+ const _UCSCR = "UpdateCisScanConfigurationRequest";
721
+ const _UCSCRp = "UpdateCisScanConfigurationResponse";
722
+ const _UCSI = "UpdateCodeSecurityIntegration";
723
+ const _UCSIR = "UpdateCodeSecurityIntegrationRequest";
724
+ const _UCSIRp = "UpdateCodeSecurityIntegrationResponse";
725
+ const _UCSSC = "UpdateCodeSecurityScanConfiguration";
726
+ const _UCSSCR = "UpdateCodeSecurityScanConfigurationRequest";
727
+ const _UCSSCRp = "UpdateCodeSecurityScanConfigurationResponse";
728
+ const _UCT = "UpdateCisTargets";
729
+ const _UEDIC = "UpdateEc2DeepInspectionConfiguration";
730
+ const _UEDICR = "UpdateEc2DeepInspectionConfigurationRequest";
731
+ const _UEDICRp = "UpdateEc2DeepInspectionConfigurationResponse";
732
+ const _UEK = "UpdateEncryptionKey";
733
+ const _UEKR = "UpdateEncryptionKeyRequest";
734
+ const _UEKRp = "UpdateEncryptionKeyResponse";
735
+ const _UF = "UpdateFilter";
736
+ const _UFR = "UpdateFilterRequest";
737
+ const _UFRp = "UpdateFilterResponse";
738
+ const _UGHID = "UpdateGitHubIntegrationDetail";
739
+ const _UGLSMID = "UpdateGitLabSelfManagedIntegrationDetail";
740
+ const _UID = "UpdateIntegrationDetails";
741
+ const _UL = "UsageList";
742
+ const _UOC = "UpdateOrganizationConfiguration";
743
+ const _UOCR = "UpdateOrganizationConfigurationRequest";
744
+ const _UOCRp = "UpdateOrganizationConfigurationResponse";
745
+ const _UOEDIC = "UpdateOrgEc2DeepInspectionConfiguration";
746
+ const _UOEDICR = "UpdateOrgEc2DeepInspectionConfigurationRequest";
747
+ const _UOEDICRp = "UpdateOrgEc2DeepInspectionConfigurationResponse";
748
+ const _UR = "UntagResource";
749
+ const _URR = "UntagResourceRequest";
750
+ const _URRn = "UntagResourceResponse";
751
+ const _UT = "UsageTotal";
752
+ const _UTL = "UsageTotalList";
753
+ const _Us = "Usage";
754
+ const _V = "Vulnerability";
755
+ const _VE = "ValidationException";
756
+ const _VEF = "ValidationExceptionField";
757
+ const _VEFa = "ValidationExceptionFields";
758
+ const _VMSS = "VMScannerState";
759
+ const _VP = "VulnerablePackage";
760
+ const _VPL = "VulnerablePackageList";
761
+ const _Vu = "Vulnerabilities";
762
+ const _WS = "WeeklySchedule";
763
+ const _a = "amis";
764
+ const _aA = "activatedAt";
765
+ const _aAI = "awsAccountId";
766
+ const _aAc = "accountAggregation";
767
+ const _aAm = "amiAggregation";
768
+ const _aC = "adjustedCvss";
769
+ const _aCR = "associateConfigurationRequests";
770
+ const _aCu = "authCode";
771
+ const _aD = "atigData";
772
+ const _aDI = "activateDeepInspection";
773
+ const _aE = "autoEnable";
774
+ const _aECA = "awsEcrContainerAggregation";
775
+ const _aECI = "awsEcrContainerImage";
776
+ const _aEI = "awsEc2Instance";
777
+ const _aEMD = "awsEcsMetadataDetails";
778
+ const _aEMDw = "awsEksMetadataDetails";
779
+ const _aI = "accountId";
780
+ const _aIF = "accountIdFilters";
781
+ const _aIc = "accountIds";
782
+ const _aIf = "affectedInstances";
783
+ const _aIff = "affectedImages";
784
+ const _aIm = "amiId";
785
+ const _aLF = "awsLambdaFunction";
786
+ const _aR = "aggregationRequest";
787
+ const _aT = "accessToken";
788
+ const _aTg = "aggregationType";
789
+ const _aU = "authorizationUrl";
790
+ const _aVMS = "activateVMScanner";
791
+ const _ac = "accounts";
792
+ const _act = "action";
793
+ const _acti = "activated";
794
+ const _ad = "adjustments";
795
+ const _al = "all";
796
+ const _am = "ami";
797
+ const _ar = "architectures";
798
+ const _arc = "architecture";
799
+ const _arch = "arch";
800
+ const _arn = "arn";
801
+ const _arns = "arns";
802
+ const _as = "associations";
803
+ const _au = "author";
804
+ const _b = "begin";
805
+ const _bI = "beginInclusive";
806
+ const _bN = "bucketName";
807
+ const _bP = "benchmarkProfile";
808
+ const _bS = "baseScore";
809
+ const _bV = "benchmarkVersion";
810
+ const _c = "client";
811
+ const _cA = "clusterArn";
812
+ const _cAh = "checkAggregations";
813
+ const _cAo = "componentArn";
814
+ const _cAr = "createdAt";
815
+ const _cBG = "countsByGroup";
816
+ const _cD = "checkDescription";
817
+ const _cDi = "cisaData";
818
+ const _cDl = "clusterDetails";
819
+ const _cI = "checkId";
820
+ const _cIF = "checkIdFilters";
821
+ const _cISC = "continuousIntegrationScanConfiguration";
822
+ const _cISCo = "continuousIntegrationScanConfigurations";
823
+ const _cISSE = "continuousIntegrationScanSupportedEvents";
824
+ const _cIo = "componentId";
825
+ const _cM = "clusterMetadata";
826
+ const _cO = "createdOn";
827
+ const _cP = "computePlatform";
828
+ const _cR = "codeRepository";
829
+ const _cRA = "codeRepositoryAggregation";
830
+ const _cRD = "cisRuleDetails";
831
+ const _cRPN = "codeRepositoryProjectName";
832
+ const _cRPT = "codeRepositoryProviderType";
833
+ const _cRPTV = "codeRepositoryProviderTypeVisibility";
834
+ const _cRo = "coveredResources";
835
+ const _cS = "codeSha256";
836
+ const _cSR = "codeSnippetResults";
837
+ const _cSo = "codeSnippet";
838
+ const _cSv = "cvssSource";
839
+ const _cT = "clientToken";
840
+ const _cTo = "componentType";
841
+ const _cVD = "codeVulnerabilityDetails";
842
+ const _cVDN = "codeVulnerabilityDetectorName";
843
+ const _cVDT = "codeVulnerabilityDetectorTags";
844
+ const _cVFP = "codeVulnerabilityFilePath";
845
+ const _cl = "cluster";
846
+ const _co = "comparison";
847
+ const _cod = "code";
848
+ const _con = "content";
849
+ const _conf = "configuration";
850
+ const _confi = "configurations";
851
+ const _cou = "count";
852
+ const _cr = "criteria";
853
+ const _cri = "critical";
854
+ const _cu = "currency";
855
+ const _cv = "cvss";
856
+ const _cvs = "cvss4";
857
+ const _cvss = "cvss3";
858
+ const _cvss_ = "cvss2";
859
+ const _cw = "cwes";
860
+ const _d = "details";
861
+ const _dA = "dateAdded";
862
+ const _dAA = "delegatedAdminAccounts";
863
+ const _dAAI = "delegatedAdminAccountId";
864
+ const _dAe = "delegatedAdmin";
865
+ const _dCR = "disassociateConfigurationRequests";
866
+ const _dD = "dateDue";
867
+ const _dG = "detailsGroup";
868
+ const _dI = "detectorId";
869
+ const _dL = "detailLevel";
870
+ const _dN = "detectorName";
871
+ const _dP = "detectionPlatforms";
872
+ const _dT = "detectorTags";
873
+ const _da = "day";
874
+ const _dai = "daily";
875
+ const _day = "days";
876
+ const _de = "description";
877
+ const _des = "destination";
878
+ const _e = "error";
879
+ const _eA = "exploitAvailable";
880
+ const _eAAFC = "exploitAvailableActiveFindingsCount";
881
+ const _eAC = "exploitAvailableCount";
882
+ const _eC = "errorCode";
883
+ const _eCc = "ecrConfiguration";
884
+ const _eCco = "ec2Configuration";
885
+ const _eCr = "errorChecks";
886
+ const _eD = "evidenceDetail";
887
+ const _eDx = "exploitabilityDetails";
888
+ const _eI = "endInclusive";
889
+ const _eIA = "ecrImageArchitecture";
890
+ const _eIAc = "ec2InstanceAggregation";
891
+ const _eIH = "ecrImageHash";
892
+ const _eIII = "ec2InstanceImageId";
893
+ const _eIIUC = "ecrImageInUseCount";
894
+ const _eILIUA = "ecrImageLastInUseAt";
895
+ const _eIPA = "ecrImagePushedAt";
896
+ const _eIR = "ecrImageRegistry";
897
+ const _eIRN = "ecrImageRepositoryName";
898
+ const _eISI = "ec2InstanceSubnetId";
899
+ const _eIT = "ecrImageTags";
900
+ const _eITc = "ec2InstanceTags";
901
+ const _eIVI = "ec2InstanceVpcId";
902
+ const _eIc = "ecrImage";
903
+ const _eL = "endLine";
904
+ const _eM = "errorMessage";
905
+ const _eMC = "estimatedMonthlyCost";
906
+ const _eO = "exploitObserved";
907
+ const _eR = "evidenceRule";
908
+ const _eRA = "executionRoleArn";
909
+ const _eRN = "ecrRepositoryName";
910
+ const _eRc = "ecrRepository";
911
+ const _eS = "epssScore";
912
+ const _eSS = "ec2ScanStatus";
913
+ const _eSST = "earliestScanStartTime";
914
+ const _ec = "ec2";
915
+ const _ecr = "ecr";
916
+ const _en = "end";
917
+ const _ep = "epss";
918
+ const _epo = "epoch";
919
+ const _er = "errors";
920
+ const _ev = "evidences";
921
+ const _f = "fields";
922
+ const _fA = "failedAssociations";
923
+ const _fAAFC = "fixAvailableActiveFindingsCount";
924
+ const _fAC = "fixAvailableCount";
925
+ const _fAF = "findingArnFilters";
926
+ const _fAI = "failedAccountIds";
927
+ const _fAa = "failedAccounts";
928
+ const _fAi = "findingArns";
929
+ const _fAil = "filterArn";
930
+ const _fAin = "findingArn";
931
+ const _fAix = "fixAvailable";
932
+ const _fC = "failedChecks";
933
+ const _fCF = "failedChecksFilters";
934
+ const _fCi = "filterCriteria";
935
+ const _fD = "findingDetails";
936
+ const _fE = "frequencyExpression";
937
+ const _fIV = "fixedInVersion";
938
+ const _fN = "functionName";
939
+ const _fNi = "fileName";
940
+ const _fNu = "functionNames";
941
+ const _fOA = "firstObservedAt";
942
+ const _fP = "filePath";
943
+ const _fRF = "failedResourcesFilters";
944
+ const _fS = "firstSeen";
945
+ const _fSF = "findingStatusFilters";
946
+ const _fSi = "findingStatus";
947
+ const _fT = "findingType";
948
+ const _fTA = "findingTypeAggregation";
949
+ const _fTI = "freeTrialInfo";
950
+ const _fTu = "functionTags";
951
+ const _fa = "failed";
952
+ const _fi = "filter";
953
+ const _fie = "field";
954
+ const _fil = "filters";
955
+ const _fin = "findings";
956
+ const _fo = "format";
957
+ const _fr = "frequency";
958
+ const _g = "github";
959
+ const _gB = "groupBy";
960
+ const _gK = "groupKey";
961
+ const _gSM = "gitlabSelfManaged";
962
+ const _h = "high";
963
+ const _hE = "httpError";
964
+ const _hH = "httpHeader";
965
+ const _hQ = "httpQuery";
966
+ const _ht = "http";
967
+ const _i = "integrations";
968
+ const _iA = "integrationArn";
969
+ const _iC = "informationalChecks";
970
+ const _iH = "imageHash";
971
+ const _iI = "imageId";
972
+ const _iIPA = "iamInstanceProfileArn";
973
+ const _iIn = "instanceIds";
974
+ const _iIns = "instanceId";
975
+ const _iInst = "installationId";
976
+ const _iLA = "imageLayerAggregation";
977
+ const _iPA = "imagePulledAt";
978
+ const _iS = "imageShas";
979
+ const _iSD = "inspectorScoreDetails";
980
+ const _iSm = "imageSha";
981
+ const _iSn = "inspectorScore";
982
+ const _iT = "imageTags";
983
+ const _iTn = "instanceTags";
984
+ const _iU = "instanceUrl";
985
+ const _iUC = "inUseCount";
986
+ const _iVA = "ipV4Addresses";
987
+ const _iVAp = "ipV6Addresses";
988
+ const _id = "id";
989
+ const _k = "key";
990
+ const _kKA = "kmsKeyArn";
991
+ const _kKI = "kmsKeyId";
992
+ const _kN = "keyName";
993
+ const _kP = "keyPrefix";
994
+ const _l = "lambda";
995
+ const _lA = "launchedAt";
996
+ const _lAa = "layerArns";
997
+ const _lAay = "layerArn";
998
+ const _lC = "lambdaCode";
999
+ const _lCI = "lastCommitId";
1000
+ const _lF = "lambdaFunction";
1001
+ const _lFA = "lambdaFunctionAggregation";
1002
+ const _lFERA = "lambdaFunctionExecutionRoleArn";
1003
+ const _lFL = "lambdaFunctionLayers";
1004
+ const _lFLMA = "lambdaFunctionLastModifiedAt";
1005
+ const _lFN = "lambdaFunctionName";
1006
+ const _lFR = "lambdaFunctionRuntime";
1007
+ const _lFT = "lambdaFunctionTags";
1008
+ const _lH = "layerHashes";
1009
+ const _lHa = "layerHash";
1010
+ const _lI = "lowerInclusive";
1011
+ const _lIU = "lastInUse";
1012
+ const _lIUA = "lastInUseAt";
1013
+ const _lKEA = "lastKnownExploitAt";
1014
+ const _lLA = "lambdaLayerAggregation";
1015
+ const _lMA = "lastModifiedAt";
1016
+ const _lN = "lineNumber";
1017
+ const _lOA = "lastObservedAt";
1018
+ const _lS = "lastSeen";
1019
+ const _lSA = "lastScanAt";
1020
+ const _lSAa = "lastScannedAt";
1021
+ const _lSCI = "lastScannedCommitId";
1022
+ const _lSST = "latestScanStartTime";
1023
+ const _lT = "lambdaTags";
1024
+ const _lUA = "lastUpdatedAt";
1025
+ const _lUO = "lastUpdateOn";
1026
+ const _la = "layers";
1027
+ const _le = "level";
1028
+ const _m = "message";
1029
+ const _mALR = "maxAccountLimitReached";
1030
+ const _mR = "maxResults";
1031
+ const _me = "metric";
1032
+ const _med = "medium";
1033
+ const _mem = "member";
1034
+ const _memb = "members";
1035
+ const _mes = "messages";
1036
+ const _mo = "monthly";
1037
+ const _n = "namespace";
1038
+ const _nAC = "notApplicableChecks";
1039
+ const _nEC = "notEvaluatedChecks";
1040
+ const _nF = "networkFindings";
1041
+ const _nP = "networkProtocol";
1042
+ const _nPe = "networkPath";
1043
+ const _nRD = "networkReachabilityDetails";
1044
+ const _nT = "nextToken";
1045
+ const _na = "name";
1046
+ const _o = "operation";
1047
+ const _oA = "onlyAssociated";
1048
+ const _oAI = "ownerAccountId";
1049
+ const _oDS = "onDemandScan";
1050
+ const _oI = "ownerId";
1051
+ const _oPP = "orgPackagePaths";
1052
+ const _oPR = "openPortRange";
1053
+ const _oS = "operatingSystems";
1054
+ const _oSp = "operatingSystem";
1055
+ const _oT = "oneTime";
1056
+ const _p = "platform";
1057
+ const _pA = "pushedAt";
1058
+ const _pAa = "packageAggregation";
1059
+ const _pDRD = "pullDateRescanDuration";
1060
+ const _pDRM = "pullDateRescanMode";
1061
+ const _pF = "platformFilters";
1062
+ const _pI = "projectId";
1063
+ const _pM = "packageManager";
1064
+ const _pN = "projectNames";
1065
+ const _pNa = "packageNames";
1066
+ const _pNac = "packageName";
1067
+ const _pNr = "projectName";
1068
+ const _pP = "packagePaths";
1069
+ const _pR = "portRange";
1070
+ const _pSC = "periodicScanConfiguration";
1071
+ const _pSCe = "periodicScanConfigurations";
1072
+ const _pSF = "periodicScanFrequency";
1073
+ const _pSS = "projectSelectionScope";
1074
+ const _pT = "packageType";
1075
+ const _pTV = "providerTypeVisibility";
1076
+ const _pTr = "providerTypes";
1077
+ const _pTro = "providerType";
1078
+ const _pVD = "packageVulnerabilityDetails";
1079
+ const _pa = "partition";
1080
+ const _pas = "passed";
1081
+ const _pe = "permissions";
1082
+ const _pr = "product";
1083
+ const _pro = "protocol";
1084
+ const _prog = "progress";
1085
+ const _r = "reason";
1086
+ const _rA = "resourceArn";
1087
+ const _rAS = "retryAfterSeconds";
1088
+ const _rAe = "repositoryAggregation";
1089
+ const _rD = "rescanDuration";
1090
+ const _rDS = "rescanDurationState";
1091
+ const _rF = "reportFormat";
1092
+ const _rFC = "resourceFilterCriteria";
1093
+ const _rI = "resourceId";
1094
+ const _rIe = "resourceIds";
1095
+ const _rIep = "reportId";
1096
+ const _rIu = "ruleId";
1097
+ const _rM = "resourceMetadata";
1098
+ const _rN = "repositoryName";
1099
+ const _rS = "resourceStatus";
1100
+ const _rSC = "ruleSetCategories";
1101
+ const _rSe = "resourceState";
1102
+ const _rSel = "relationshipStatus";
1103
+ const _rSi = "riskScore";
1104
+ const _rT = "resourceType";
1105
+ const _rTe = "resourceTypes";
1106
+ const _rTes = "resourceTags";
1107
+ const _rU = "referenceUrls";
1108
+ const _rUC = "runningUnitCount";
1109
+ const _rV = "relatedVulnerabilities";
1110
+ const _re = "resource";
1111
+ const _rec = "recommendation";
1112
+ const _reg = "registry";
1113
+ const _regi = "region";
1114
+ const _rel = "release";
1115
+ const _rem = "remediation";
1116
+ const _rep = "repositories";
1117
+ const _repo = "repository";
1118
+ const _res = "resources";
1119
+ const _resp = "responses";
1120
+ const _ru = "runtime";
1121
+ const _run = "runtimes";
1122
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.inspector2";
1123
+ const _sA = "successfulAssociations";
1124
+ const _sAF = "scanAtFilters";
1125
+ const _sAFc = "scanArnFilters";
1126
+ const _sAc = "scanArn";
1127
+ const _sB = "sortBy";
1128
+ const _sBF = "scheduledByFilters";
1129
+ const _sBc = "scheduledBy";
1130
+ const _sC = "severityCounts";
1131
+ const _sCA = "scanConfigurationArn";
1132
+ const _sCAF = "scanConfigurationArnFilters";
1133
+ const _sCc = "scanConfiguration";
1134
+ const _sCca = "scanConfigurations";
1135
+ const _sCo = "sortCriteria";
1136
+ const _sCt = "statusCounts";
1137
+ const _sCta = "statusCode";
1138
+ const _sCu = "successfulChecks";
1139
+ const _sD = "scanDate";
1140
+ const _sDe = "s3Destination";
1141
+ const _sE = "supportedEvents";
1142
+ const _sEu = "supportedEvent";
1143
+ const _sF = "statusFilters";
1144
+ const _sFc = "scanFrequency";
1145
+ const _sFu = "suggestedFixes";
1146
+ const _sGI = "securityGroupIds";
1147
+ const _sI = "subnetId";
1148
+ const _sIc = "scanId";
1149
+ const _sIt = "startInclusive";
1150
+ const _sIu = "subnetIds";
1151
+ const _sJI = "scanJobId";
1152
+ const _sL = "securityLevel";
1153
+ const _sLF = "securityLevelFilters";
1154
+ const _sLH = "sourceLayerHash";
1155
+ const _sLLA = "sourceLambdaLayerArn";
1156
+ const _sLt = "startLine";
1157
+ const _sM = "scanMode";
1158
+ const _sMS = "scanModeState";
1159
+ const _sMSc = "scanModeStatus";
1160
+ const _sMt = "statusMessage";
1161
+ const _sN = "scanName";
1162
+ const _sNF = "scanNameFilters";
1163
+ const _sO = "sortOrder";
1164
+ const _sR = "statusReason";
1165
+ const _sRD = "scanResultDetails";
1166
+ const _sS = "scanStatus";
1167
+ const _sSC = "scanStatusCode";
1168
+ const _sSF = "scanStatusFilters";
1169
+ const _sSR = "scanStatusReason";
1170
+ const _sSc = "scopeSettings";
1171
+ const _sSco = "scoreSource";
1172
+ const _sT = "scanType";
1173
+ const _sTe = "sessionToken";
1174
+ const _sTt = "startTime";
1175
+ const _sU = "sourceUrl";
1176
+ const _sUC = "stoppedUnitCount";
1177
+ const _sV = "scoringVector";
1178
+ const _sc = "schedule";
1179
+ const _sca = "scans";
1180
+ const _sco = "score";
1181
+ const _se = "server";
1182
+ const _ser = "service";
1183
+ const _sev = "severity";
1184
+ const _sk = "skipped";
1185
+ const _so = "source";
1186
+ const _st = "status";
1187
+ const _sta = "state";
1188
+ const _star = "start";
1189
+ const _ste = "steps";
1190
+ const _t = "targets";
1191
+ const _tA = "targetAccounts";
1192
+ const _tAIF = "targetAccountIdFilters";
1193
+ const _tAi = "titleAggregation";
1194
+ const _tC = "totalChecks";
1195
+ const _tCo = "totalCounts";
1196
+ const _tDA = "taskDefinitionArn";
1197
+ const _tF = "titleFilters";
1198
+ const _tK = "tagKeys";
1199
+ const _tOD = "timeOfDay";
1200
+ const _tRA = "targetResourceAggregations";
1201
+ const _tRI = "targetResourceId";
1202
+ const _tRIF = "targetResourceIdFilters";
1203
+ const _tRT = "targetResourceTags";
1204
+ const _tRTF = "targetResourceTagFilters";
1205
+ const _tS = "targetStatus";
1206
+ const _tSF = "targetStatusFilters";
1207
+ const _tSR = "targetStatusReason";
1208
+ const _tSRF = "targetStatusReasonFilters";
1209
+ const _ta = "tags";
1210
+ const _te = "text";
1211
+ const _ti = "title";
1212
+ const _tim = "timezone";
1213
+ const _tit = "titles";
1214
+ const _to = "tools";
1215
+ const _tot = "totals";
1216
+ const _tota = "total";
1217
+ const _tt = "ttps";
1218
+ const _ty = "type";
1219
+ const _u = "url";
1220
+ const _uA = "updatedAt";
1221
+ const _uC = "unknownChecks";
1222
+ const _uI = "upperInclusive";
1223
+ const _us = "usage";
1224
+ const _v = "version";
1225
+ const _vC = "vpcConfig";
1226
+ const _vCA = "vendorCreatedAt";
1227
+ const _vI = "vpcId";
1228
+ const _vIu = "vulnerabilityId";
1229
+ const _vIul = "vulnerabilityIds";
1230
+ const _vP = "vulnerablePackages";
1231
+ const _vS = "vulnerabilitySource";
1232
+ const _vSS = "vmScannerState";
1233
+ const _vSe = "vendorSeverity";
1234
+ const _vUA = "vendorUpdatedAt";
1235
+ const _va = "value";
1236
+ const _ve = "vendor";
1237
+ const _vu = "vulnerabilities";
1238
+ const _w = "weekly";
1239
+ const _wIL = "workloadInfoList";
1240
+ const n0 = "com.amazonaws.inspector2";
1241
+ const _s_registry = TypeRegistry.for(_s);
1242
+ var Inspector2ServiceException$ = [-3, _s, "Inspector2ServiceException", 0, [], []];
1243
+ _s_registry.registerError(Inspector2ServiceException$, Inspector2ServiceException);
1244
+ const n0_registry = TypeRegistry.for(n0);
1245
+ var AccessDeniedException$ = [-3, n0, _ADE,
1246
+ { [_e]: _c, [_hE]: 403 },
1247
+ [_m],
1248
+ [0], 1
1249
+ ];
1250
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
1251
+ var BadRequestException$ = [-3, n0, _BRE,
1252
+ { [_e]: _c, [_hE]: 400 },
1253
+ [_m],
1254
+ [0], 1
1255
+ ];
1256
+ n0_registry.registerError(BadRequestException$, BadRequestException);
1257
+ var ConflictException$ = [-3, n0, _CE,
1258
+ { [_e]: _c, [_hE]: 409 },
1259
+ [_m, _rI, _rT],
1260
+ [0, 0, 0], 3
1261
+ ];
1262
+ n0_registry.registerError(ConflictException$, ConflictException);
1263
+ var InternalServerException$ = [-3, n0, _ISE,
1264
+ { [_e]: _se, [_hE]: 500 },
1265
+ [_m, _rAS],
1266
+ [0, [1, { [_hH]: _RA }]], 1
1267
+ ];
1268
+ n0_registry.registerError(InternalServerException$, InternalServerException);
1269
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
1270
+ { [_e]: _c, [_hE]: 404 },
1271
+ [_m],
1272
+ [0], 1
1273
+ ];
1274
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
1275
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1276
+ { [_e]: _c, [_hE]: 402 },
1277
+ [_m, _rI],
1278
+ [0, 0], 2
1279
+ ];
1280
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1281
+ var ThrottlingException$ = [-3, n0, _TE,
1282
+ { [_e]: _c, [_hE]: 429 },
1283
+ [_m, _rAS],
1284
+ [0, [1, { [_hH]: _RA }]], 1
1285
+ ];
1286
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
1287
+ var ValidationException$ = [-3, n0, _VE,
1288
+ { [_e]: _c, [_hE]: 400 },
1289
+ [_m, _r, _f],
1290
+ [0, 0, () => ValidationExceptionFields], 2
1291
+ ];
1292
+ n0_registry.registerError(ValidationException$, ValidationException);
1293
+ const errorTypeRegistries = [
1294
+ _s_registry,
1295
+ n0_registry,
1296
+ ];
1297
+ var AuthorizationUrl = [0, n0, _AU, 8, 0];
1298
+ var GitHubAuthCode = [0, n0, _GHAC, 8, 0];
1299
+ var GitLabAccessToken = [0, n0, _GLAT, 8, 0];
1300
+ var GitLabAuthCode = [0, n0, _GLAC, 8, 0];
1301
+ var InstanceUrl = [0, n0, _IU, 8, 0];
1302
+ var Account$ = [3, n0, _A,
1303
+ 0,
1304
+ [_aI, _st, _rS],
1305
+ [0, 0, () => ResourceStatus$], 3
1306
+ ];
1307
+ var AccountAggregation$ = [3, n0, _AA,
1308
+ 0,
1309
+ [_fT, _rT, _sO, _sB],
1310
+ [0, 0, 0, 0]
1311
+ ];
1312
+ var AccountAggregationResponse$ = [3, n0, _AAR,
1313
+ 0,
1314
+ [_aI, _sC, _eAC, _fAC],
1315
+ [0, () => SeverityCounts$, 1, 1]
1316
+ ];
1317
+ var AccountState$ = [3, n0, _AS,
1318
+ 0,
1319
+ [_aI, _sta, _rSe],
1320
+ [0, () => State$, () => ResourceState$], 3
1321
+ ];
1322
+ var AmiAggregation$ = [3, n0, _AAm,
1323
+ 0,
1324
+ [_a, _sO, _sB],
1325
+ [() => StringFilterList, 0, 0]
1326
+ ];
1327
+ var AmiAggregationResponse$ = [3, n0, _AARm,
1328
+ 0,
1329
+ [_am, _aI, _sC, _aIf],
1330
+ [0, 0, () => SeverityCounts$, 1], 1
1331
+ ];
1332
+ var AssociateConfigurationRequest$ = [3, n0, _ACR,
1333
+ 0,
1334
+ [_sCA, _re],
1335
+ [0, () => CodeSecurityResource$], 2
1336
+ ];
1337
+ var AssociateMemberRequest$ = [3, n0, _AMR,
1338
+ 0,
1339
+ [_aI],
1340
+ [0], 1
1341
+ ];
1342
+ var AssociateMemberResponse$ = [3, n0, _AMRs,
1343
+ 0,
1344
+ [_aI],
1345
+ [0], 1
1346
+ ];
1347
+ var AtigData$ = [3, n0, _AD,
1348
+ 0,
1349
+ [_fS, _lS, _t, _tt],
1350
+ [4, 4, 64 | 0, 64 | 0]
1351
+ ];
1352
+ var AutoEnable$ = [3, n0, _AE,
1353
+ 0,
1354
+ [_ec, _ecr, _l, _lC, _cR],
1355
+ [2, 2, 2, 2, 2], 2
1356
+ ];
1357
+ var AwsEc2InstanceDetails$ = [3, n0, _AEID,
1358
+ 0,
1359
+ [_ty, _iI, _iVA, _iVAp, _kN, _iIPA, _vI, _sI, _lA, _p],
1360
+ [0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 4, 0]
1361
+ ];
1362
+ var AwsEcrContainerAggregation$ = [3, n0, _AECA,
1363
+ 0,
1364
+ [_rIe, _iS, _rep, _ar, _iT, _sO, _sB, _lIUA, _iUC],
1365
+ [() => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, 0, 0, () => DateFilterList, () => NumberFilterList]
1366
+ ];
1367
+ var AwsEcrContainerAggregationResponse$ = [3, n0, _AECAR,
1368
+ 0,
1369
+ [_rI, _iSm, _repo, _arc, _iT, _aI, _sC, _lIUA, _iUC],
1370
+ [0, 0, 0, 0, 64 | 0, 0, () => SeverityCounts$, 4, 1], 1
1371
+ ];
1372
+ var AwsEcrContainerImageDetails$ = [3, n0, _AECID,
1373
+ 0,
1374
+ [_rN, _iH, _reg, _iT, _pA, _au, _arc, _p, _lIUA, _iUC],
1375
+ [0, 0, 0, 64 | 0, 4, 0, 0, 0, 4, 1], 3
1376
+ ];
1377
+ var AwsEcsMetadataDetails$ = [3, n0, _AEMD,
1378
+ 0,
1379
+ [_dG, _tDA],
1380
+ [0, 0], 2
1381
+ ];
1382
+ var AwsEksMetadataDetails$ = [3, n0, _AEMDw,
1383
+ 0,
1384
+ [_n, _wIL],
1385
+ [0, () => AwsEksWorkloadInfoList]
1386
+ ];
1387
+ var AwsEksWorkloadInfo$ = [3, n0, _AEWI,
1388
+ 0,
1389
+ [_na, _ty],
1390
+ [0, 0], 2
1391
+ ];
1392
+ var AwsLambdaFunctionDetails$ = [3, n0, _ALFD,
1393
+ 0,
1394
+ [_fN, _ru, _cS, _v, _eRA, _la, _vC, _pT, _ar, _lMA],
1395
+ [0, 0, 0, 0, 0, 64 | 0, () => LambdaVpcConfig$, 0, 64 | 0, 4], 5
1396
+ ];
1397
+ var BatchAssociateCodeSecurityScanConfigurationRequest$ = [3, n0, _BACSSCR,
1398
+ 0,
1399
+ [_aCR],
1400
+ [() => AssociateConfigurationRequestList], 1
1401
+ ];
1402
+ var BatchAssociateCodeSecurityScanConfigurationResponse$ = [3, n0, _BACSSCRa,
1403
+ 0,
1404
+ [_fA, _sA],
1405
+ [() => FailedAssociationResultList, () => SuccessfulAssociationResultList]
1406
+ ];
1407
+ var BatchDisassociateCodeSecurityScanConfigurationRequest$ = [3, n0, _BDCSSCR,
1408
+ 0,
1409
+ [_dCR],
1410
+ [() => DisassociateConfigurationRequestList], 1
1411
+ ];
1412
+ var BatchDisassociateCodeSecurityScanConfigurationResponse$ = [3, n0, _BDCSSCRa,
1413
+ 0,
1414
+ [_fA, _sA],
1415
+ [() => FailedAssociationResultList, () => SuccessfulAssociationResultList]
1416
+ ];
1417
+ var BatchGetAccountStatusRequest$ = [3, n0, _BGASR,
1418
+ 0,
1419
+ [_aIc],
1420
+ [64 | 0]
1421
+ ];
1422
+ var BatchGetAccountStatusResponse$ = [3, n0, _BGASRa,
1423
+ 0,
1424
+ [_ac, _fAa],
1425
+ [() => AccountStateList, () => FailedAccountList], 1
1426
+ ];
1427
+ var BatchGetCodeSnippetRequest$ = [3, n0, _BGCSR,
1428
+ 0,
1429
+ [_fAi],
1430
+ [64 | 0], 1
1431
+ ];
1432
+ var BatchGetCodeSnippetResponse$ = [3, n0, _BGCSRa,
1433
+ 0,
1434
+ [_cSR, _er],
1435
+ [() => CodeSnippetResultList, () => CodeSnippetErrorList]
1436
+ ];
1437
+ var BatchGetFindingDetailsRequest$ = [3, n0, _BGFDR,
1438
+ 0,
1439
+ [_fAi],
1440
+ [64 | 0], 1
1441
+ ];
1442
+ var BatchGetFindingDetailsResponse$ = [3, n0, _BGFDRa,
1443
+ 0,
1444
+ [_fD, _er],
1445
+ [() => FindingDetails, () => FindingDetailsErrorList]
1446
+ ];
1447
+ var BatchGetFreeTrialInfoRequest$ = [3, n0, _BGFTIR,
1448
+ 0,
1449
+ [_aIc],
1450
+ [64 | 0], 1
1451
+ ];
1452
+ var BatchGetFreeTrialInfoResponse$ = [3, n0, _BGFTIRa,
1453
+ 0,
1454
+ [_ac, _fAa],
1455
+ [() => FreeTrialAccountInfoList, () => FreeTrialInfoErrorList], 2
1456
+ ];
1457
+ var BatchGetMemberEc2DeepInspectionStatusRequest$ = [3, n0, _BGMEDISR,
1458
+ 0,
1459
+ [_aIc],
1460
+ [64 | 0]
1461
+ ];
1462
+ var BatchGetMemberEc2DeepInspectionStatusResponse$ = [3, n0, _BGMEDISRa,
1463
+ 0,
1464
+ [_aIc, _fAI],
1465
+ [() => MemberAccountEc2DeepInspectionStatusStateList, () => FailedMemberAccountEc2DeepInspectionStatusStateList]
1466
+ ];
1467
+ var BatchUpdateMemberEc2DeepInspectionStatusRequest$ = [3, n0, _BUMEDISR,
1468
+ 0,
1469
+ [_aIc],
1470
+ [() => MemberAccountEc2DeepInspectionStatusList], 1
1471
+ ];
1472
+ var BatchUpdateMemberEc2DeepInspectionStatusResponse$ = [3, n0, _BUMEDISRa,
1473
+ 0,
1474
+ [_aIc, _fAI],
1475
+ [() => MemberAccountEc2DeepInspectionStatusStateList, () => FailedMemberAccountEc2DeepInspectionStatusStateList]
1476
+ ];
1477
+ var CancelFindingsReportRequest$ = [3, n0, _CFRR,
1478
+ 0,
1479
+ [_rIep],
1480
+ [0], 1
1481
+ ];
1482
+ var CancelFindingsReportResponse$ = [3, n0, _CFRRa,
1483
+ 0,
1484
+ [_rIep],
1485
+ [0], 1
1486
+ ];
1487
+ var CancelSbomExportRequest$ = [3, n0, _CSER,
1488
+ 0,
1489
+ [_rIep],
1490
+ [0], 1
1491
+ ];
1492
+ var CancelSbomExportResponse$ = [3, n0, _CSERa,
1493
+ 0,
1494
+ [_rIep],
1495
+ [0]
1496
+ ];
1497
+ var CisaData$ = [3, n0, _CD,
1498
+ 0,
1499
+ [_dA, _dD, _act],
1500
+ [4, 4, 0]
1501
+ ];
1502
+ var CisCheckAggregation$ = [3, n0, _CCA,
1503
+ 0,
1504
+ [_sAc, _cI, _ti, _cD, _le, _aI, _sCt, _p],
1505
+ [0, 0, 0, 0, 0, 0, () => StatusCounts$, 0], 1
1506
+ ];
1507
+ var CisDateFilter$ = [3, n0, _CDF,
1508
+ 0,
1509
+ [_eSST, _lSST],
1510
+ [4, 4]
1511
+ ];
1512
+ var CisFindingStatusFilter$ = [3, n0, _CFSF,
1513
+ 0,
1514
+ [_co, _va],
1515
+ [0, 0], 2
1516
+ ];
1517
+ var CisNumberFilter$ = [3, n0, _CNF,
1518
+ 0,
1519
+ [_uI, _lI],
1520
+ [1, 1]
1521
+ ];
1522
+ var CisResultStatusFilter$ = [3, n0, _CRSF,
1523
+ 0,
1524
+ [_co, _va],
1525
+ [0, 0], 2
1526
+ ];
1527
+ var CisScan$ = [3, n0, _CS,
1528
+ 0,
1529
+ [_sAc, _sCA, _st, _sN, _sD, _fC, _tC, _t, _sBc, _sL],
1530
+ [0, 0, 0, 0, 4, 1, 1, () => CisTargets$, 0, 0], 2
1531
+ ];
1532
+ var CisScanConfiguration$ = [3, n0, _CSC,
1533
+ 0,
1534
+ [_sCA, _oI, _sN, _sL, _sc, _t, _ta],
1535
+ [0, 0, 0, 0, () => Schedule$, () => CisTargets$, 128 | 0], 1
1536
+ ];
1537
+ var CisScanResultDetails$ = [3, n0, _CSRD,
1538
+ 0,
1539
+ [_sAc, _aI, _tRI, _p, _st, _sR, _cI, _ti, _cD, _rem, _le, _fAin],
1540
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 1
1541
+ ];
1542
+ var CisScanResultDetailsFilterCriteria$ = [3, n0, _CSRDFC,
1543
+ 0,
1544
+ [_fSF, _cIF, _tF, _sLF, _fAF],
1545
+ [() => CisFindingStatusFilterList, () => CheckIdFilterList, () => TitleFilterList, () => CisSecurityLevelFilterList, () => CisFindingArnFilterList]
1546
+ ];
1547
+ var CisScanResultsAggregatedByChecksFilterCriteria$ = [3, n0, _CSRABCFC,
1548
+ 0,
1549
+ [_aIF, _cIF, _tF, _pF, _fRF, _sLF],
1550
+ [() => OneAccountIdFilterList, () => CheckIdFilterList, () => TitleFilterList, () => PlatformFilterList, () => CisNumberFilterList, () => CisSecurityLevelFilterList]
1551
+ ];
1552
+ var CisScanResultsAggregatedByTargetResourceFilterCriteria$ = [3, n0, _CSRABTRFC,
1553
+ 0,
1554
+ [_aIF, _sF, _cIF, _tRIF, _tRTF, _pF, _tSF, _tSRF, _fCF],
1555
+ [() => AccountIdFilterList, () => CisResultStatusFilterList, () => CheckIdFilterList, () => ResourceIdFilterList, () => ResourceTagFilterList, () => PlatformFilterList, () => TargetStatusFilterList, () => TargetStatusReasonFilterList, () => CisNumberFilterList]
1556
+ ];
1557
+ var CisScanStatusFilter$ = [3, n0, _CSSF,
1558
+ 0,
1559
+ [_co, _va],
1560
+ [0, 0], 2
1561
+ ];
1562
+ var CisSecurityLevelFilter$ = [3, n0, _CSLF,
1563
+ 0,
1564
+ [_co, _va],
1565
+ [0, 0], 2
1566
+ ];
1567
+ var CisSessionMessage$ = [3, n0, _CSM,
1568
+ 0,
1569
+ [_rIu, _st, _cRD],
1570
+ [0, 0, 21], 3
1571
+ ];
1572
+ var CisStringFilter$ = [3, n0, _CSF,
1573
+ 0,
1574
+ [_co, _va],
1575
+ [0, 0], 2
1576
+ ];
1577
+ var CisTargetResourceAggregation$ = [3, n0, _CTRA,
1578
+ 0,
1579
+ [_sAc, _tRI, _aI, _tRT, _sCt, _p, _tS, _tSR],
1580
+ [0, 0, 0, [2, n0, _TRT, 0, 0, 64 | 0], () => StatusCounts$, 0, 0, 0], 1
1581
+ ];
1582
+ var CisTargets$ = [3, n0, _CT,
1583
+ 0,
1584
+ [_aIc, _tRT],
1585
+ [64 | 0, [2, n0, _TRT, 0, 0, 64 | 0]]
1586
+ ];
1587
+ var CisTargetStatusFilter$ = [3, n0, _CTSF,
1588
+ 0,
1589
+ [_co, _va],
1590
+ [0, 0], 2
1591
+ ];
1592
+ var CisTargetStatusReasonFilter$ = [3, n0, _CTSRF,
1593
+ 0,
1594
+ [_co, _va],
1595
+ [0, 0], 2
1596
+ ];
1597
+ var ClusterDetails$ = [3, n0, _CDl,
1598
+ 0,
1599
+ [_lIU, _cM, _rUC, _sUC],
1600
+ [4, () => ClusterMetadata$, 1, 1], 2
1601
+ ];
1602
+ var ClusterForImageFilterCriteria$ = [3, n0, _CFIFC,
1603
+ 0,
1604
+ [_rI],
1605
+ [0], 1
1606
+ ];
1607
+ var ClusterInformation$ = [3, n0, _CI,
1608
+ 0,
1609
+ [_cA, _cDl],
1610
+ [0, () => ClusterDetailsList], 1
1611
+ ];
1612
+ var CodeFilePath$ = [3, n0, _CFP,
1613
+ 0,
1614
+ [_fNi, _fP, _sLt, _eL],
1615
+ [0, 0, 1, 1], 4
1616
+ ];
1617
+ var CodeLine$ = [3, n0, _CL,
1618
+ 0,
1619
+ [_con, _lN],
1620
+ [0, 1], 2
1621
+ ];
1622
+ var CodeRepositoryAggregation$ = [3, n0, _CRA,
1623
+ 0,
1624
+ [_pN, _pTr, _sO, _sB, _rIe],
1625
+ [() => StringFilterList, () => StringFilterList, 0, 0, () => StringFilterList]
1626
+ ];
1627
+ var CodeRepositoryAggregationResponse$ = [3, n0, _CRAR,
1628
+ 0,
1629
+ [_pN, _pTro, _sC, _eAAFC, _fAAFC, _aI, _rI],
1630
+ [0, 0, () => SeverityCounts$, 1, 1, 0, 0], 1
1631
+ ];
1632
+ var CodeRepositoryDetails$ = [3, n0, _CRD,
1633
+ 0,
1634
+ [_pNr, _iA, _pTro],
1635
+ [0, 0, 0]
1636
+ ];
1637
+ var CodeRepositoryMetadata$ = [3, n0, _CRM,
1638
+ 0,
1639
+ [_pNr, _pTro, _pTV, _iA, _lSCI, _sCc, _oDS],
1640
+ [0, 0, 0, 0, 0, () => ProjectCodeSecurityScanConfiguration$, () => CodeRepositoryOnDemandScan$], 3
1641
+ ];
1642
+ var CodeRepositoryOnDemandScan$ = [3, n0, _CRODS,
1643
+ 0,
1644
+ [_lSCI, _lSA, _sS],
1645
+ [0, 4, () => ScanStatus$]
1646
+ ];
1647
+ var CodeSecurityIntegrationSummary$ = [3, n0, _CSIS,
1648
+ 0,
1649
+ [_iA, _na, _ty, _st, _sR, _cO, _lUO, _ta],
1650
+ [0, 0, 0, 0, 0, 4, 4, 128 | 0], 7
1651
+ ];
1652
+ var CodeSecurityScanConfiguration$ = [3, n0, _CSSC,
1653
+ 0,
1654
+ [_rSC, _pSC, _cISC],
1655
+ [64 | 0, () => PeriodicScanConfiguration$, () => ContinuousIntegrationScanConfiguration$], 1
1656
+ ];
1657
+ var CodeSecurityScanConfigurationAssociationSummary$ = [3, n0, _CSSCAS,
1658
+ 0,
1659
+ [_re],
1660
+ [() => CodeSecurityResource$]
1661
+ ];
1662
+ var CodeSecurityScanConfigurationSummary$ = [3, n0, _CSSCS,
1663
+ 0,
1664
+ [_sCA, _na, _oAI, _rSC, _pSF, _fE, _cISSE, _sSc, _ta],
1665
+ [0, 0, 0, 64 | 0, 0, 0, 64 | 0, () => ScopeSettings$, 128 | 0], 4
1666
+ ];
1667
+ var CodeSnippetError$ = [3, n0, _CSE,
1668
+ 0,
1669
+ [_fAin, _eC, _eM],
1670
+ [0, 0, 0], 3
1671
+ ];
1672
+ var CodeSnippetResult$ = [3, n0, _CSR,
1673
+ 0,
1674
+ [_fAin, _sLt, _eL, _cSo, _sFu],
1675
+ [0, 1, 1, () => CodeLineList, () => SuggestedFixes]
1676
+ ];
1677
+ var CodeVulnerabilityDetails$ = [3, n0, _CVD,
1678
+ 0,
1679
+ [_fP, _dI, _dN, _cw, _dT, _rU, _rIu, _sLLA],
1680
+ [() => CodeFilePath$, 0, 0, 64 | 0, 64 | 0, 64 | 0, 0, 0], 4
1681
+ ];
1682
+ var ComputePlatform$ = [3, n0, _CP,
1683
+ 0,
1684
+ [_ve, _pr, _v],
1685
+ [0, 0, 0]
1686
+ ];
1687
+ var ContinuousIntegrationScanConfiguration$ = [3, n0, _CISC,
1688
+ 0,
1689
+ [_sE],
1690
+ [64 | 0], 1
1691
+ ];
1692
+ var Counts$ = [3, n0, _C,
1693
+ 0,
1694
+ [_cou, _gK],
1695
+ [1, 0]
1696
+ ];
1697
+ var CoverageDateFilter$ = [3, n0, _CDFo,
1698
+ 0,
1699
+ [_sIt, _eI],
1700
+ [4, 4]
1701
+ ];
1702
+ var CoverageFilterCriteria$ = [3, n0, _CFC,
1703
+ 0,
1704
+ [_sSC, _sSR, _aI, _rI, _rT, _sT, _eRN, _eIT, _eITc, _lFN, _lFT, _lFR, _lSAa, _sM, _iPA, _eILIUA, _eIIUC, _cRPN, _cRPT, _cRPTV, _lSCI],
1705
+ [() => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageMapFilterList, () => CoverageStringFilterList, () => CoverageMapFilterList, () => CoverageStringFilterList, () => CoverageDateFilterList, () => CoverageStringFilterList, () => CoverageDateFilterList, () => CoverageDateFilterList, () => CoverageNumberFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList, () => CoverageStringFilterList]
1706
+ ];
1707
+ var CoverageMapFilter$ = [3, n0, _CMF,
1708
+ 0,
1709
+ [_co, _k, _va],
1710
+ [0, 0, 0], 2
1711
+ ];
1712
+ var CoverageNumberFilter$ = [3, n0, _CNFo,
1713
+ 0,
1714
+ [_uI, _lI],
1715
+ [1, 1]
1716
+ ];
1717
+ var CoverageStringFilter$ = [3, n0, _CSFo,
1718
+ 0,
1719
+ [_co, _va],
1720
+ [0, 0], 2
1721
+ ];
1722
+ var CoveredResource$ = [3, n0, _CR,
1723
+ 0,
1724
+ [_rT, _rI, _aI, _sT, _sS, _rM, _lSAa, _sM],
1725
+ [0, 0, 0, 0, () => ScanStatus$, () => ResourceScanMetadata$, 4, 0], 4
1726
+ ];
1727
+ var CreateCisScanConfigurationRequest$ = [3, n0, _CCSCR,
1728
+ 0,
1729
+ [_sN, _sL, _sc, _t, _ta],
1730
+ [0, 0, () => Schedule$, () => CreateCisTargets$, 128 | 0], 4
1731
+ ];
1732
+ var CreateCisScanConfigurationResponse$ = [3, n0, _CCSCRr,
1733
+ 0,
1734
+ [_sCA],
1735
+ [0]
1736
+ ];
1737
+ var CreateCisTargets$ = [3, n0, _CCT,
1738
+ 0,
1739
+ [_aIc, _tRT],
1740
+ [64 | 0, [2, n0, _TRT, 0, 0, 64 | 0]], 2
1741
+ ];
1742
+ var CreateCodeSecurityIntegrationRequest$ = [3, n0, _CCSIR,
1743
+ 0,
1744
+ [_na, _ty, _d, _ta],
1745
+ [0, 0, [() => CreateIntegrationDetail$, 0], 128 | 0], 2
1746
+ ];
1747
+ var CreateCodeSecurityIntegrationResponse$ = [3, n0, _CCSIRr,
1748
+ 0,
1749
+ [_iA, _st, _aU],
1750
+ [0, 0, [() => AuthorizationUrl, 0]], 2
1751
+ ];
1752
+ var CreateCodeSecurityScanConfigurationRequest$ = [3, n0, _CCSSCR,
1753
+ 0,
1754
+ [_na, _le, _conf, _sSc, _ta],
1755
+ [0, 0, () => CodeSecurityScanConfiguration$, () => ScopeSettings$, 128 | 0], 3
1756
+ ];
1757
+ var CreateCodeSecurityScanConfigurationResponse$ = [3, n0, _CCSSCRr,
1758
+ 0,
1759
+ [_sCA],
1760
+ [0], 1
1761
+ ];
1762
+ var CreateFilterRequest$ = [3, n0, _CFR,
1763
+ 0,
1764
+ [_act, _fCi, _na, _de, _ta, _r],
1765
+ [0, () => FilterCriteria$, 0, 0, 128 | 0, 0], 3
1766
+ ];
1767
+ var CreateFilterResponse$ = [3, n0, _CFRr,
1768
+ 0,
1769
+ [_arn],
1770
+ [0], 1
1771
+ ];
1772
+ var CreateFindingsReportRequest$ = [3, n0, _CFRRr,
1773
+ 0,
1774
+ [_rF, _sDe, _fCi],
1775
+ [0, () => Destination$, () => FilterCriteria$], 2
1776
+ ];
1777
+ var CreateFindingsReportResponse$ = [3, n0, _CFRRre,
1778
+ 0,
1779
+ [_rIep],
1780
+ [0]
1781
+ ];
1782
+ var CreateGitLabSelfManagedIntegrationDetail$ = [3, n0, _CGLSMID,
1783
+ 0,
1784
+ [_iU, _aT],
1785
+ [[() => InstanceUrl, 0], [() => GitLabAccessToken, 0]], 2
1786
+ ];
1787
+ var CreateSbomExportRequest$ = [3, n0, _CSERr,
1788
+ 0,
1789
+ [_rF, _sDe, _rFC],
1790
+ [0, () => Destination$, () => ResourceFilterCriteria$], 2
1791
+ ];
1792
+ var CreateSbomExportResponse$ = [3, n0, _CSERre,
1793
+ 0,
1794
+ [_rIep],
1795
+ [0]
1796
+ ];
1797
+ var Cvss2$ = [3, n0, _Cv,
1798
+ 0,
1799
+ [_bS, _sV],
1800
+ [1, 0]
1801
+ ];
1802
+ var Cvss3$ = [3, n0, _Cvs,
1803
+ 0,
1804
+ [_bS, _sV],
1805
+ [1, 0]
1806
+ ];
1807
+ var Cvss4$ = [3, n0, _Cvss,
1808
+ 0,
1809
+ [_bS, _sV],
1810
+ [1, 0]
1811
+ ];
1812
+ var CvssScore$ = [3, n0, _CSv,
1813
+ 0,
1814
+ [_bS, _sV, _v, _so],
1815
+ [1, 0, 0, 0], 4
1816
+ ];
1817
+ var CvssScoreAdjustment$ = [3, n0, _CSA,
1818
+ 0,
1819
+ [_me, _r],
1820
+ [0, 0], 2
1821
+ ];
1822
+ var CvssScoreDetails$ = [3, n0, _CSD,
1823
+ 0,
1824
+ [_sSco, _v, _sco, _sV, _cSv, _ad],
1825
+ [0, 0, 1, 0, 0, () => CvssScoreAdjustmentList], 4
1826
+ ];
1827
+ var DailySchedule$ = [3, n0, _DS,
1828
+ 0,
1829
+ [_sTt],
1830
+ [() => Time$], 1
1831
+ ];
1832
+ var DateFilter$ = [3, n0, _DF,
1833
+ 0,
1834
+ [_sIt, _eI],
1835
+ [4, 4]
1836
+ ];
1837
+ var DelegatedAdmin$ = [3, n0, _DA,
1838
+ 0,
1839
+ [_aI, _rSel],
1840
+ [0, 0]
1841
+ ];
1842
+ var DelegatedAdminAccount$ = [3, n0, _DAA,
1843
+ 0,
1844
+ [_aI, _st],
1845
+ [0, 0]
1846
+ ];
1847
+ var DeleteCisScanConfigurationRequest$ = [3, n0, _DCSCR,
1848
+ 0,
1849
+ [_sCA],
1850
+ [0], 1
1851
+ ];
1852
+ var DeleteCisScanConfigurationResponse$ = [3, n0, _DCSCRe,
1853
+ 0,
1854
+ [_sCA],
1855
+ [0], 1
1856
+ ];
1857
+ var DeleteCodeSecurityIntegrationRequest$ = [3, n0, _DCSIR,
1858
+ 0,
1859
+ [_iA],
1860
+ [0], 1
1861
+ ];
1862
+ var DeleteCodeSecurityIntegrationResponse$ = [3, n0, _DCSIRe,
1863
+ 0,
1864
+ [_iA],
1865
+ [0]
1866
+ ];
1867
+ var DeleteCodeSecurityScanConfigurationRequest$ = [3, n0, _DCSSCR,
1868
+ 0,
1869
+ [_sCA],
1870
+ [0], 1
1871
+ ];
1872
+ var DeleteCodeSecurityScanConfigurationResponse$ = [3, n0, _DCSSCRe,
1873
+ 0,
1874
+ [_sCA],
1875
+ [0]
1876
+ ];
1877
+ var DeleteFilterRequest$ = [3, n0, _DFR,
1878
+ 0,
1879
+ [_arn],
1880
+ [0], 1
1881
+ ];
1882
+ var DeleteFilterResponse$ = [3, n0, _DFRe,
1883
+ 0,
1884
+ [_arn],
1885
+ [0], 1
1886
+ ];
1887
+ var DescribeOrganizationConfigurationRequest$ = [3, n0, _DOCR,
1888
+ 0,
1889
+ [],
1890
+ []
1891
+ ];
1892
+ var DescribeOrganizationConfigurationResponse$ = [3, n0, _DOCRe,
1893
+ 0,
1894
+ [_aE, _mALR],
1895
+ [() => AutoEnable$, 2]
1896
+ ];
1897
+ var Destination$ = [3, n0, _D,
1898
+ 0,
1899
+ [_bN, _kKA, _kP],
1900
+ [0, 0, 0], 2
1901
+ ];
1902
+ var DisableDelegatedAdminAccountRequest$ = [3, n0, _DDAAR,
1903
+ 0,
1904
+ [_dAAI],
1905
+ [0], 1
1906
+ ];
1907
+ var DisableDelegatedAdminAccountResponse$ = [3, n0, _DDAARi,
1908
+ 0,
1909
+ [_dAAI],
1910
+ [0], 1
1911
+ ];
1912
+ var DisableRequest$ = [3, n0, _DR,
1913
+ 0,
1914
+ [_aIc, _rTe],
1915
+ [64 | 0, 64 | 0]
1916
+ ];
1917
+ var DisableResponse$ = [3, n0, _DRi,
1918
+ 0,
1919
+ [_ac, _fAa],
1920
+ [() => AccountList, () => FailedAccountList], 1
1921
+ ];
1922
+ var DisassociateConfigurationRequest$ = [3, n0, _DCR,
1923
+ 0,
1924
+ [_sCA, _re],
1925
+ [0, () => CodeSecurityResource$], 2
1926
+ ];
1927
+ var DisassociateMemberRequest$ = [3, n0, _DMR,
1928
+ 0,
1929
+ [_aI],
1930
+ [0], 1
1931
+ ];
1932
+ var DisassociateMemberResponse$ = [3, n0, _DMRi,
1933
+ 0,
1934
+ [_aI],
1935
+ [0], 1
1936
+ ];
1937
+ var Ec2Configuration$ = [3, n0, _EC,
1938
+ 0,
1939
+ [_sM, _aVMS],
1940
+ [0, 2], 1
1941
+ ];
1942
+ var Ec2ConfigurationState$ = [3, n0, _ECS,
1943
+ 0,
1944
+ [_sMS, _vSS],
1945
+ [() => Ec2ScanModeState$, () => VMScannerState$]
1946
+ ];
1947
+ var Ec2InstanceAggregation$ = [3, n0, _EIA,
1948
+ 0,
1949
+ [_a, _oS, _iIn, _iTn, _sO, _sB],
1950
+ [() => StringFilterList, () => StringFilterList, () => StringFilterList, () => MapFilterList, 0, 0]
1951
+ ];
1952
+ var Ec2InstanceAggregationResponse$ = [3, n0, _EIAR,
1953
+ 0,
1954
+ [_iIns, _am, _oSp, _iTn, _aI, _sC, _nF],
1955
+ [0, 0, 0, 128 | 0, 0, () => SeverityCounts$, 1], 1
1956
+ ];
1957
+ var Ec2Metadata$ = [3, n0, _EM,
1958
+ 0,
1959
+ [_ta, _aIm, _p],
1960
+ [128 | 0, 0, 0]
1961
+ ];
1962
+ var Ec2ScanModeState$ = [3, n0, _ESMS,
1963
+ 0,
1964
+ [_sM, _sMSc],
1965
+ [0, 0]
1966
+ ];
1967
+ var EcrConfiguration$ = [3, n0, _ECc,
1968
+ 0,
1969
+ [_rD, _pDRD, _pDRM],
1970
+ [0, 0, 0], 1
1971
+ ];
1972
+ var EcrConfigurationState$ = [3, n0, _ECSc,
1973
+ 0,
1974
+ [_rDS],
1975
+ [() => EcrRescanDurationState$]
1976
+ ];
1977
+ var EcrContainerImageMetadata$ = [3, n0, _ECIM,
1978
+ 0,
1979
+ [_ta, _iPA, _lIUA, _iUC],
1980
+ [64 | 0, 4, 4, 1]
1981
+ ];
1982
+ var EcrRepositoryMetadata$ = [3, n0, _ERM,
1983
+ 0,
1984
+ [_na, _sFc],
1985
+ [0, 0]
1986
+ ];
1987
+ var EcrRescanDurationState$ = [3, n0, _ERDS,
1988
+ 0,
1989
+ [_rD, _st, _uA, _pDRD, _pDRM],
1990
+ [0, 0, 4, 0, 0]
1991
+ ];
1992
+ var EnableDelegatedAdminAccountRequest$ = [3, n0, _EDAAR,
1993
+ 0,
1994
+ [_dAAI, _cT],
1995
+ [0, [0, 4]], 1
1996
+ ];
1997
+ var EnableDelegatedAdminAccountResponse$ = [3, n0, _EDAARn,
1998
+ 0,
1999
+ [_dAAI],
2000
+ [0], 1
2001
+ ];
2002
+ var EnableRequest$ = [3, n0, _ER,
2003
+ 0,
2004
+ [_rTe, _aIc, _cT],
2005
+ [64 | 0, 64 | 0, [0, 4]], 1
2006
+ ];
2007
+ var EnableResponse$ = [3, n0, _ERn,
2008
+ 0,
2009
+ [_ac, _fAa],
2010
+ [() => AccountList, () => FailedAccountList], 1
2011
+ ];
2012
+ var Epss$ = [3, n0, _E,
2013
+ 0,
2014
+ [_sco],
2015
+ [1]
2016
+ ];
2017
+ var EpssDetails$ = [3, n0, _ED,
2018
+ 0,
2019
+ [_sco],
2020
+ [1]
2021
+ ];
2022
+ var Evidence$ = [3, n0, _Ev,
2023
+ 0,
2024
+ [_eR, _eD, _sev],
2025
+ [0, 0, 0]
2026
+ ];
2027
+ var ExploitabilityDetails$ = [3, n0, _EDx,
2028
+ 0,
2029
+ [_lKEA],
2030
+ [4]
2031
+ ];
2032
+ var ExploitObserved$ = [3, n0, _EO,
2033
+ 0,
2034
+ [_lS, _fS],
2035
+ [4, 4]
2036
+ ];
2037
+ var FailedAccount$ = [3, n0, _FA,
2038
+ 0,
2039
+ [_aI, _eC, _eM, _st, _rS],
2040
+ [0, 0, 0, 0, () => ResourceStatus$], 3
2041
+ ];
2042
+ var FailedAssociationResult$ = [3, n0, _FAR,
2043
+ 0,
2044
+ [_sCA, _re, _sCta, _sMt],
2045
+ [0, () => CodeSecurityResource$, 0, 0]
2046
+ ];
2047
+ var FailedMemberAccountEc2DeepInspectionStatusState$ = [3, n0, _FMAEDISS,
2048
+ 0,
2049
+ [_aI, _eSS, _eM],
2050
+ [0, 0, 0], 1
2051
+ ];
2052
+ var Filter$ = [3, n0, _F,
2053
+ 0,
2054
+ [_arn, _oI, _na, _cr, _act, _cAr, _uA, _de, _r, _ta],
2055
+ [0, 0, 0, () => FilterCriteria$, 0, 4, 4, 0, 0, 128 | 0], 7
2056
+ ];
2057
+ var FilterCriteria$ = [3, n0, _FC,
2058
+ 0,
2059
+ [_fAin, _aAI, _fT, _sev, _fOA, _lOA, _uA, _fSi, _ti, _iSn, _rT, _rI, _rTes, _eIII, _eIVI, _eISI, _eIPA, _eIA, _eIR, _eIRN, _eIT, _eIH, _eILIUA, _eIIUC, _pR, _nP, _cIo, _cTo, _vIu, _vS, _vSe, _vP, _rV, _fAix, _lFN, _lFL, _lFR, _lFLMA, _lFERA, _eA, _cVDN, _cVDT, _cVFP, _eS, _cRPN, _cRPT],
2060
+ [() => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => DateFilterList, () => DateFilterList, () => DateFilterList, () => StringFilterList, () => StringFilterList, () => NumberFilterList, () => StringFilterList, () => StringFilterList, () => MapFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => DateFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => DateFilterList, () => NumberFilterList, () => PortRangeFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => PackageFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => DateFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => StringFilterList, () => NumberFilterList, () => StringFilterList, () => StringFilterList]
2061
+ ];
2062
+ var Finding$ = [3, n0, _Fi,
2063
+ 0,
2064
+ [_fAin, _aAI, _ty, _de, _rem, _sev, _fOA, _lOA, _st, _res, _ti, _uA, _iSn, _iSD, _nRD, _pVD, _fAix, _eA, _eDx, _cVD, _ep],
2065
+ [0, 0, 0, 0, () => Remediation$, 0, 4, 4, 0, () => ResourceList, 0, 4, 1, () => InspectorScoreDetails$, () => NetworkReachabilityDetails$, () => PackageVulnerabilityDetails$, 0, 0, () => ExploitabilityDetails$, () => CodeVulnerabilityDetails$, () => EpssDetails$], 10
2066
+ ];
2067
+ var FindingDetail$ = [3, n0, _FD,
2068
+ 0,
2069
+ [_fAin, _cDi, _rSi, _ev, _tt, _to, _eO, _rU, _cw, _eS],
2070
+ [0, () => CisaData$, 1, () => EvidenceList, 64 | 0, 64 | 0, () => ExploitObserved$, 64 | 0, 64 | 0, 1]
2071
+ ];
2072
+ var FindingDetailsError$ = [3, n0, _FDE,
2073
+ 0,
2074
+ [_fAin, _eC, _eM],
2075
+ [0, 0, 0], 3
2076
+ ];
2077
+ var FindingTypeAggregation$ = [3, n0, _FTA,
2078
+ 0,
2079
+ [_fT, _rT, _sO, _sB],
2080
+ [0, 0, 0, 0]
2081
+ ];
2082
+ var FindingTypeAggregationResponse$ = [3, n0, _FTAR,
2083
+ 0,
2084
+ [_aI, _sC, _eAC, _fAC],
2085
+ [0, () => SeverityCounts$, 1, 1]
2086
+ ];
2087
+ var FreeTrialAccountInfo$ = [3, n0, _FTAI,
2088
+ 0,
2089
+ [_aI, _fTI],
2090
+ [0, () => FreeTrialInfoList], 2
2091
+ ];
2092
+ var FreeTrialInfo$ = [3, n0, _FTI,
2093
+ 0,
2094
+ [_ty, _star, _en, _st],
2095
+ [0, 4, 4, 0], 4
2096
+ ];
2097
+ var FreeTrialInfoError$ = [3, n0, _FTIE,
2098
+ 0,
2099
+ [_aI, _cod, _m],
2100
+ [0, 0, 0], 3
2101
+ ];
2102
+ var GetCisScanReportRequest$ = [3, n0, _GCSRR,
2103
+ 0,
2104
+ [_sAc, _tA, _rF],
2105
+ [0, 64 | 0, 0], 1
2106
+ ];
2107
+ var GetCisScanReportResponse$ = [3, n0, _GCSRRe,
2108
+ 0,
2109
+ [_u, _st],
2110
+ [0, 0]
2111
+ ];
2112
+ var GetCisScanResultDetailsRequest$ = [3, n0, _GCSRDR,
2113
+ 0,
2114
+ [_sAc, _tRI, _aI, _fCi, _sB, _sO, _nT, _mR],
2115
+ [0, 0, 0, () => CisScanResultDetailsFilterCriteria$, 0, 0, 0, 1], 3
2116
+ ];
2117
+ var GetCisScanResultDetailsResponse$ = [3, n0, _GCSRDRe,
2118
+ 0,
2119
+ [_sRD, _nT],
2120
+ [() => CisScanResultDetailsList, 0]
2121
+ ];
2122
+ var GetClustersForImageRequest$ = [3, n0, _GCFIR,
2123
+ 0,
2124
+ [_fi, _mR, _nT],
2125
+ [() => ClusterForImageFilterCriteria$, 1, 0], 1
2126
+ ];
2127
+ var GetClustersForImageResponse$ = [3, n0, _GCFIRe,
2128
+ 0,
2129
+ [_cl, _nT],
2130
+ [() => ClusterInformationList, 0], 1
2131
+ ];
2132
+ var GetCodeSecurityIntegrationRequest$ = [3, n0, _GCSIR,
2133
+ 0,
2134
+ [_iA, _ta],
2135
+ [0, 128 | 0], 1
2136
+ ];
2137
+ var GetCodeSecurityIntegrationResponse$ = [3, n0, _GCSIRe,
2138
+ 0,
2139
+ [_iA, _na, _ty, _st, _sR, _cO, _lUO, _ta, _aU],
2140
+ [0, 0, 0, 0, 0, 4, 4, 128 | 0, [() => AuthorizationUrl, 0]], 7
2141
+ ];
2142
+ var GetCodeSecurityScanConfigurationRequest$ = [3, n0, _GCSSCR,
2143
+ 0,
2144
+ [_sCA],
2145
+ [0], 1
2146
+ ];
2147
+ var GetCodeSecurityScanConfigurationResponse$ = [3, n0, _GCSSCRe,
2148
+ 0,
2149
+ [_sCA, _na, _conf, _le, _sSc, _cAr, _lUA, _ta],
2150
+ [0, 0, () => CodeSecurityScanConfiguration$, 0, () => ScopeSettings$, 4, 4, 128 | 0]
2151
+ ];
2152
+ var GetCodeSecurityScanRequest$ = [3, n0, _GCSSR,
2153
+ 0,
2154
+ [_re, _sIc],
2155
+ [() => CodeSecurityResource$, 0], 2
2156
+ ];
2157
+ var GetCodeSecurityScanResponse$ = [3, n0, _GCSSRe,
2158
+ 0,
2159
+ [_sIc, _re, _aI, _st, _sR, _cAr, _uA, _lCI],
2160
+ [0, () => CodeSecurityResource$, 0, 0, 0, 4, 4, 0]
2161
+ ];
2162
+ var GetConfigurationRequest$ = [3, n0, _GCR,
2163
+ 0,
2164
+ [],
2165
+ []
2166
+ ];
2167
+ var GetConfigurationResponse$ = [3, n0, _GCRe,
2168
+ 0,
2169
+ [_eCc, _eCco],
2170
+ [() => EcrConfigurationState$, () => Ec2ConfigurationState$]
2171
+ ];
2172
+ var GetDelegatedAdminAccountRequest$ = [3, n0, _GDAAR,
2173
+ 0,
2174
+ [],
2175
+ []
2176
+ ];
2177
+ var GetDelegatedAdminAccountResponse$ = [3, n0, _GDAARe,
2178
+ 0,
2179
+ [_dAe],
2180
+ [() => DelegatedAdmin$]
2181
+ ];
2182
+ var GetEc2DeepInspectionConfigurationRequest$ = [3, n0, _GEDICR,
2183
+ 0,
2184
+ [],
2185
+ []
2186
+ ];
2187
+ var GetEc2DeepInspectionConfigurationResponse$ = [3, n0, _GEDICRe,
2188
+ 0,
2189
+ [_pP, _oPP, _st, _eM],
2190
+ [64 | 0, 64 | 0, 0, 0]
2191
+ ];
2192
+ var GetEncryptionKeyRequest$ = [3, n0, _GEKR,
2193
+ 0,
2194
+ [_sT, _rT],
2195
+ [[0, { [_hQ]: _sT }], [0, { [_hQ]: _rT }]], 2
2196
+ ];
2197
+ var GetEncryptionKeyResponse$ = [3, n0, _GEKRe,
2198
+ 0,
2199
+ [_kKI],
2200
+ [0], 1
2201
+ ];
2202
+ var GetFindingsReportStatusRequest$ = [3, n0, _GFRSR,
2203
+ 0,
2204
+ [_rIep],
2205
+ [0]
2206
+ ];
2207
+ var GetFindingsReportStatusResponse$ = [3, n0, _GFRSRe,
2208
+ 0,
2209
+ [_rIep, _st, _eC, _eM, _des, _fCi],
2210
+ [0, 0, 0, 0, () => Destination$, () => FilterCriteria$]
2211
+ ];
2212
+ var GetMemberRequest$ = [3, n0, _GMR,
2213
+ 0,
2214
+ [_aI],
2215
+ [0], 1
2216
+ ];
2217
+ var GetMemberResponse$ = [3, n0, _GMRe,
2218
+ 0,
2219
+ [_mem],
2220
+ [() => Member$]
2221
+ ];
2222
+ var GetSbomExportRequest$ = [3, n0, _GSER,
2223
+ 0,
2224
+ [_rIep],
2225
+ [0], 1
2226
+ ];
2227
+ var GetSbomExportResponse$ = [3, n0, _GSERe,
2228
+ 0,
2229
+ [_rIep, _fo, _st, _eC, _eM, _sDe, _fCi],
2230
+ [0, 0, 0, 0, 0, () => Destination$, () => ResourceFilterCriteria$]
2231
+ ];
2232
+ var ImageLayerAggregation$ = [3, n0, _ILA,
2233
+ 0,
2234
+ [_rep, _rIe, _lH, _sO, _sB],
2235
+ [() => StringFilterList, () => StringFilterList, () => StringFilterList, 0, 0]
2236
+ ];
2237
+ var ImageLayerAggregationResponse$ = [3, n0, _ILAR,
2238
+ 0,
2239
+ [_repo, _rI, _lHa, _aI, _sC],
2240
+ [0, 0, 0, 0, () => SeverityCounts$], 4
2241
+ ];
2242
+ var InspectorScoreDetails$ = [3, n0, _ISD,
2243
+ 0,
2244
+ [_aC],
2245
+ [() => CvssScoreDetails$]
2246
+ ];
2247
+ var LambdaFunctionAggregation$ = [3, n0, _LFA,
2248
+ 0,
2249
+ [_rIe, _fNu, _run, _fTu, _sO, _sB],
2250
+ [() => StringFilterList, () => StringFilterList, () => StringFilterList, () => MapFilterList, 0, 0]
2251
+ ];
2252
+ var LambdaFunctionAggregationResponse$ = [3, n0, _LFAR,
2253
+ 0,
2254
+ [_rI, _fN, _ru, _lT, _aI, _sC, _lMA],
2255
+ [0, 0, 0, 128 | 0, 0, () => SeverityCounts$, 4], 1
2256
+ ];
2257
+ var LambdaFunctionMetadata$ = [3, n0, _LFM,
2258
+ 0,
2259
+ [_fTu, _la, _fN, _ru],
2260
+ [128 | 0, 64 | 0, 0, 0]
2261
+ ];
2262
+ var LambdaLayerAggregation$ = [3, n0, _LLA,
2263
+ 0,
2264
+ [_fNu, _rIe, _lAa, _sO, _sB],
2265
+ [() => StringFilterList, () => StringFilterList, () => StringFilterList, 0, 0]
2266
+ ];
2267
+ var LambdaLayerAggregationResponse$ = [3, n0, _LLAR,
2268
+ 0,
2269
+ [_fN, _rI, _lAay, _aI, _sC],
2270
+ [0, 0, 0, 0, () => SeverityCounts$], 4
2271
+ ];
2272
+ var LambdaVpcConfig$ = [3, n0, _LVC,
2273
+ 0,
2274
+ [_sIu, _sGI, _vI],
2275
+ [64 | 0, 64 | 0, 0]
2276
+ ];
2277
+ var ListAccountPermissionsRequest$ = [3, n0, _LAPR,
2278
+ 0,
2279
+ [_ser, _mR, _nT],
2280
+ [0, 1, 0]
2281
+ ];
2282
+ var ListAccountPermissionsResponse$ = [3, n0, _LAPRi,
2283
+ 0,
2284
+ [_pe, _nT],
2285
+ [() => Permissions, 0], 1
2286
+ ];
2287
+ var ListCisScanConfigurationsFilterCriteria$ = [3, n0, _LCSCFC,
2288
+ 0,
2289
+ [_sNF, _tRTF, _sCAF],
2290
+ [() => CisScanNameFilterList, () => ResourceTagFilterList, () => CisScanConfigurationArnFilterList]
2291
+ ];
2292
+ var ListCisScanConfigurationsRequest$ = [3, n0, _LCSCR,
2293
+ 0,
2294
+ [_fCi, _sB, _sO, _nT, _mR],
2295
+ [() => ListCisScanConfigurationsFilterCriteria$, 0, 0, 0, 1]
2296
+ ];
2297
+ var ListCisScanConfigurationsResponse$ = [3, n0, _LCSCRi,
2298
+ 0,
2299
+ [_sCca, _nT],
2300
+ [() => CisScanConfigurationList, 0]
2301
+ ];
2302
+ var ListCisScanResultsAggregatedByChecksRequest$ = [3, n0, _LCSRABCR,
2303
+ 0,
2304
+ [_sAc, _fCi, _sB, _sO, _nT, _mR],
2305
+ [0, () => CisScanResultsAggregatedByChecksFilterCriteria$, 0, 0, 0, 1], 1
2306
+ ];
2307
+ var ListCisScanResultsAggregatedByChecksResponse$ = [3, n0, _LCSRABCRi,
2308
+ 0,
2309
+ [_cAh, _nT],
2310
+ [() => CisCheckAggregationList, 0]
2311
+ ];
2312
+ var ListCisScanResultsAggregatedByTargetResourceRequest$ = [3, n0, _LCSRABTRR,
2313
+ 0,
2314
+ [_sAc, _fCi, _sB, _sO, _nT, _mR],
2315
+ [0, () => CisScanResultsAggregatedByTargetResourceFilterCriteria$, 0, 0, 0, 1], 1
2316
+ ];
2317
+ var ListCisScanResultsAggregatedByTargetResourceResponse$ = [3, n0, _LCSRABTRRi,
2318
+ 0,
2319
+ [_tRA, _nT],
2320
+ [() => CisTargetResourceAggregationList, 0]
2321
+ ];
2322
+ var ListCisScansFilterCriteria$ = [3, n0, _LCSFC,
2323
+ 0,
2324
+ [_sNF, _tRTF, _tRIF, _sSF, _sAF, _sCAF, _sAFc, _sBF, _fCF, _tAIF],
2325
+ [() => CisScanNameFilterList, () => ResourceTagFilterList, () => ResourceIdFilterList, () => CisScanStatusFilterList, () => CisScanDateFilterList, () => CisScanConfigurationArnFilterList, () => CisScanArnFilterList, () => CisScheduledByFilterList, () => CisNumberFilterList, () => AccountIdFilterList]
2326
+ ];
2327
+ var ListCisScansRequest$ = [3, n0, _LCSR,
2328
+ 0,
2329
+ [_fCi, _dL, _sB, _sO, _nT, _mR],
2330
+ [() => ListCisScansFilterCriteria$, 0, 0, 0, 0, 1]
2331
+ ];
2332
+ var ListCisScansResponse$ = [3, n0, _LCSRi,
2333
+ 0,
2334
+ [_sca, _nT],
2335
+ [() => CisScanList, 0]
2336
+ ];
2337
+ var ListCodeSecurityIntegrationsRequest$ = [3, n0, _LCSIR,
2338
+ 0,
2339
+ [_nT, _mR],
2340
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2341
+ ];
2342
+ var ListCodeSecurityIntegrationsResponse$ = [3, n0, _LCSIRi,
2343
+ 0,
2344
+ [_i, _nT],
2345
+ [() => IntegrationSummaries, 0]
2346
+ ];
2347
+ var ListCodeSecurityScanConfigurationAssociationsRequest$ = [3, n0, _LCSSCAR,
2348
+ 0,
2349
+ [_sCA, _nT, _mR],
2350
+ [0, [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2351
+ ];
2352
+ var ListCodeSecurityScanConfigurationAssociationsResponse$ = [3, n0, _LCSSCARi,
2353
+ 0,
2354
+ [_as, _nT],
2355
+ [() => CodeSecurityScanConfigurationAssociationSummaries, 0]
2356
+ ];
2357
+ var ListCodeSecurityScanConfigurationsRequest$ = [3, n0, _LCSSCR,
2358
+ 0,
2359
+ [_nT, _mR],
2360
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2361
+ ];
2362
+ var ListCodeSecurityScanConfigurationsResponse$ = [3, n0, _LCSSCRi,
2363
+ 0,
2364
+ [_confi, _nT],
2365
+ [() => CodeSecurityScanConfigurationSummaries, 0]
2366
+ ];
2367
+ var ListCoverageRequest$ = [3, n0, _LCR,
2368
+ 0,
2369
+ [_mR, _nT, _fCi],
2370
+ [1, 0, () => CoverageFilterCriteria$]
2371
+ ];
2372
+ var ListCoverageResponse$ = [3, n0, _LCRi,
2373
+ 0,
2374
+ [_nT, _cRo],
2375
+ [0, () => CoveredResources]
2376
+ ];
2377
+ var ListCoverageStatisticsRequest$ = [3, n0, _LCSRis,
2378
+ 0,
2379
+ [_fCi, _gB, _nT],
2380
+ [() => CoverageFilterCriteria$, 0, 0]
2381
+ ];
2382
+ var ListCoverageStatisticsResponse$ = [3, n0, _LCSRist,
2383
+ 0,
2384
+ [_tCo, _cBG, _nT],
2385
+ [1, () => CountsList, 0], 1
2386
+ ];
2387
+ var ListDelegatedAdminAccountsRequest$ = [3, n0, _LDAAR,
2388
+ 0,
2389
+ [_mR, _nT],
2390
+ [1, 0]
2391
+ ];
2392
+ var ListDelegatedAdminAccountsResponse$ = [3, n0, _LDAARi,
2393
+ 0,
2394
+ [_dAA, _nT],
2395
+ [() => DelegatedAdminAccountList, 0]
2396
+ ];
2397
+ var ListFiltersRequest$ = [3, n0, _LFR,
2398
+ 0,
2399
+ [_arns, _act, _nT, _mR],
2400
+ [64 | 0, 0, 0, 1]
2401
+ ];
2402
+ var ListFiltersResponse$ = [3, n0, _LFRi,
2403
+ 0,
2404
+ [_fil, _nT],
2405
+ [() => FilterList, 0], 1
2406
+ ];
2407
+ var ListFindingAggregationsRequest$ = [3, n0, _LFARi,
2408
+ 0,
2409
+ [_aTg, _nT, _mR, _aIc, _aR],
2410
+ [0, 0, 1, () => StringFilterList, () => AggregationRequest$], 1
2411
+ ];
2412
+ var ListFindingAggregationsResponse$ = [3, n0, _LFARis,
2413
+ 0,
2414
+ [_aTg, _resp, _nT],
2415
+ [0, () => AggregationResponseList, 0], 1
2416
+ ];
2417
+ var ListFindingsRequest$ = [3, n0, _LFRis,
2418
+ 0,
2419
+ [_mR, _nT, _fCi, _sCo],
2420
+ [1, 0, () => FilterCriteria$, () => SortCriteria$]
2421
+ ];
2422
+ var ListFindingsResponse$ = [3, n0, _LFRist,
2423
+ 0,
2424
+ [_nT, _fin],
2425
+ [0, () => FindingList]
2426
+ ];
2427
+ var ListMembersRequest$ = [3, n0, _LMR,
2428
+ 0,
2429
+ [_oA, _mR, _nT],
2430
+ [2, 1, 0]
2431
+ ];
2432
+ var ListMembersResponse$ = [3, n0, _LMRi,
2433
+ 0,
2434
+ [_memb, _nT],
2435
+ [() => MemberList, 0]
2436
+ ];
2437
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2438
+ 0,
2439
+ [_rA],
2440
+ [[0, 1]], 1
2441
+ ];
2442
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2443
+ 0,
2444
+ [_ta],
2445
+ [128 | 0]
2446
+ ];
2447
+ var ListUsageTotalsRequest$ = [3, n0, _LUTR,
2448
+ 0,
2449
+ [_mR, _nT, _aIc],
2450
+ [1, 0, 64 | 0]
2451
+ ];
2452
+ var ListUsageTotalsResponse$ = [3, n0, _LUTRi,
2453
+ 0,
2454
+ [_nT, _tot],
2455
+ [0, () => UsageTotalList]
2456
+ ];
2457
+ var MapFilter$ = [3, n0, _MF,
2458
+ 0,
2459
+ [_co, _k, _va],
2460
+ [0, 0, 0], 2
2461
+ ];
2462
+ var Member$ = [3, n0, _M,
2463
+ 0,
2464
+ [_aI, _rSel, _dAAI, _uA],
2465
+ [0, 0, 0, 4]
2466
+ ];
2467
+ var MemberAccountEc2DeepInspectionStatus$ = [3, n0, _MAEDIS,
2468
+ 0,
2469
+ [_aI, _aDI],
2470
+ [0, 2], 2
2471
+ ];
2472
+ var MemberAccountEc2DeepInspectionStatusState$ = [3, n0, _MAEDISS,
2473
+ 0,
2474
+ [_aI, _st, _eM],
2475
+ [0, 0, 0], 1
2476
+ ];
2477
+ var MonthlySchedule$ = [3, n0, _MS,
2478
+ 0,
2479
+ [_sTt, _da],
2480
+ [() => Time$, 0], 2
2481
+ ];
2482
+ var NetworkPath$ = [3, n0, _NP,
2483
+ 0,
2484
+ [_ste],
2485
+ [() => StepList]
2486
+ ];
2487
+ var NetworkReachabilityDetails$ = [3, n0, _NRD,
2488
+ 0,
2489
+ [_oPR, _pro, _nPe],
2490
+ [() => PortRange$, 0, () => NetworkPath$], 3
2491
+ ];
2492
+ var NumberFilter$ = [3, n0, _NF,
2493
+ 0,
2494
+ [_uI, _lI],
2495
+ [1, 1]
2496
+ ];
2497
+ var OneTimeSchedule$ = [3, n0, _OTS,
2498
+ 0,
2499
+ [],
2500
+ []
2501
+ ];
2502
+ var PackageAggregation$ = [3, n0, _PA,
2503
+ 0,
2504
+ [_pNa, _sO, _sB],
2505
+ [() => StringFilterList, 0, 0]
2506
+ ];
2507
+ var PackageAggregationResponse$ = [3, n0, _PAR,
2508
+ 0,
2509
+ [_pNac, _aI, _sC],
2510
+ [0, 0, () => SeverityCounts$], 1
2511
+ ];
2512
+ var PackageFilter$ = [3, n0, _PF,
2513
+ 0,
2514
+ [_na, _v, _epo, _rel, _arc, _sLH, _sLLA, _fP],
2515
+ [() => StringFilter$, () => StringFilter$, () => NumberFilter$, () => StringFilter$, () => StringFilter$, () => StringFilter$, () => StringFilter$, () => StringFilter$]
2516
+ ];
2517
+ var PackageVulnerabilityDetails$ = [3, n0, _PVD,
2518
+ 0,
2519
+ [_vIu, _so, _vP, _cv, _rV, _sU, _vSe, _vCA, _vUA, _rU],
2520
+ [0, 0, () => VulnerablePackageList, () => CvssScoreList, 64 | 0, 0, 0, 4, 4, 64 | 0], 2
2521
+ ];
2522
+ var PeriodicScanConfiguration$ = [3, n0, _PSC,
2523
+ 0,
2524
+ [_fr, _fE],
2525
+ [0, 0]
2526
+ ];
2527
+ var Permission$ = [3, n0, _P,
2528
+ 0,
2529
+ [_ser, _o],
2530
+ [0, 0], 2
2531
+ ];
2532
+ var PortRange$ = [3, n0, _PR,
2533
+ 0,
2534
+ [_b, _en],
2535
+ [1, 1], 2
2536
+ ];
2537
+ var PortRangeFilter$ = [3, n0, _PRF,
2538
+ 0,
2539
+ [_bI, _eI],
2540
+ [1, 1]
2541
+ ];
2542
+ var ProjectCodeSecurityScanConfiguration$ = [3, n0, _PCSSC,
2543
+ 0,
2544
+ [_pSCe, _cISCo],
2545
+ [() => ProjectPeriodicScanConfigurationList, () => ProjectContinuousIntegrationScanConfigurationList]
2546
+ ];
2547
+ var ProjectContinuousIntegrationScanConfiguration$ = [3, n0, _PCISC,
2548
+ 0,
2549
+ [_sEu, _rSC],
2550
+ [0, 64 | 0]
2551
+ ];
2552
+ var ProjectPeriodicScanConfiguration$ = [3, n0, _PPSC,
2553
+ 0,
2554
+ [_fE, _rSC],
2555
+ [0, 64 | 0]
2556
+ ];
2557
+ var Recommendation$ = [3, n0, _R,
2558
+ 0,
2559
+ [_te, _U],
2560
+ [0, 0]
2561
+ ];
2562
+ var Remediation$ = [3, n0, _Re,
2563
+ 0,
2564
+ [_rec],
2565
+ [() => Recommendation$]
2566
+ ];
2567
+ var RepositoryAggregation$ = [3, n0, _RAe,
2568
+ 0,
2569
+ [_rep, _sO, _sB],
2570
+ [() => StringFilterList, 0, 0]
2571
+ ];
2572
+ var RepositoryAggregationResponse$ = [3, n0, _RAR,
2573
+ 0,
2574
+ [_repo, _aI, _sC, _aIff],
2575
+ [0, 0, () => SeverityCounts$, 1], 1
2576
+ ];
2577
+ var ResetEncryptionKeyRequest$ = [3, n0, _REKR,
2578
+ 0,
2579
+ [_sT, _rT],
2580
+ [0, 0], 2
2581
+ ];
2582
+ var ResetEncryptionKeyResponse$ = [3, n0, _REKRe,
2583
+ 0,
2584
+ [],
2585
+ []
2586
+ ];
2587
+ var Resource$ = [3, n0, _Res,
2588
+ 0,
2589
+ [_ty, _id, _pa, _regi, _ta, _d],
2590
+ [0, 0, 0, 0, 128 | 0, () => ResourceDetails$], 2
2591
+ ];
2592
+ var ResourceDetails$ = [3, n0, _RD,
2593
+ 0,
2594
+ [_aEI, _aECI, _aLF, _cR],
2595
+ [() => AwsEc2InstanceDetails$, () => AwsEcrContainerImageDetails$, () => AwsLambdaFunctionDetails$, () => CodeRepositoryDetails$]
2596
+ ];
2597
+ var ResourceFilterCriteria$ = [3, n0, _RFC,
2598
+ 0,
2599
+ [_aI, _rI, _rT, _eRN, _lFN, _eIT, _eITc, _lFT],
2600
+ [() => ResourceStringFilterList, () => ResourceStringFilterList, () => ResourceStringFilterList, () => ResourceStringFilterList, () => ResourceStringFilterList, () => ResourceStringFilterList, () => ResourceMapFilterList, () => ResourceMapFilterList]
2601
+ ];
2602
+ var ResourceMapFilter$ = [3, n0, _RMF,
2603
+ 0,
2604
+ [_co, _k, _va],
2605
+ [0, 0, 0], 2
2606
+ ];
2607
+ var ResourceScanMetadata$ = [3, n0, _RSM,
2608
+ 0,
2609
+ [_eRc, _eIc, _ec, _lF, _cR],
2610
+ [() => EcrRepositoryMetadata$, () => EcrContainerImageMetadata$, () => Ec2Metadata$, () => LambdaFunctionMetadata$, () => CodeRepositoryMetadata$]
2611
+ ];
2612
+ var ResourceState$ = [3, n0, _RS,
2613
+ 0,
2614
+ [_ec, _ecr, _l, _lC, _cR],
2615
+ [() => State$, () => State$, () => State$, () => State$, () => State$], 2
2616
+ ];
2617
+ var ResourceStatus$ = [3, n0, _RSe,
2618
+ 0,
2619
+ [_ec, _ecr, _l, _lC, _cR],
2620
+ [0, 0, 0, 0, 0], 2
2621
+ ];
2622
+ var ResourceStringFilter$ = [3, n0, _RSF,
2623
+ 0,
2624
+ [_co, _va],
2625
+ [0, 0], 2
2626
+ ];
2627
+ var ScanStatus$ = [3, n0, _SS,
2628
+ 0,
2629
+ [_sCta, _r],
2630
+ [0, 0], 2
2631
+ ];
2632
+ var ScopeSettings$ = [3, n0, _SSc,
2633
+ 0,
2634
+ [_pSS],
2635
+ [0]
2636
+ ];
2637
+ var SearchVulnerabilitiesFilterCriteria$ = [3, n0, _SVFC,
2638
+ 0,
2639
+ [_vIul],
2640
+ [64 | 0], 1
2641
+ ];
2642
+ var SearchVulnerabilitiesRequest$ = [3, n0, _SVR,
2643
+ 0,
2644
+ [_fCi, _nT],
2645
+ [() => SearchVulnerabilitiesFilterCriteria$, 0], 1
2646
+ ];
2647
+ var SearchVulnerabilitiesResponse$ = [3, n0, _SVRe,
2648
+ 0,
2649
+ [_vu, _nT],
2650
+ [() => Vulnerabilities, 0], 1
2651
+ ];
2652
+ var SendCisSessionHealthRequest$ = [3, n0, _SCSHR,
2653
+ 0,
2654
+ [_sJI, _sTe],
2655
+ [0, 0], 2
2656
+ ];
2657
+ var SendCisSessionHealthResponse$ = [3, n0, _SCSHRe,
2658
+ 0,
2659
+ [],
2660
+ []
2661
+ ];
2662
+ var SendCisSessionTelemetryRequest$ = [3, n0, _SCSTR,
2663
+ 0,
2664
+ [_sJI, _sTe, _mes],
2665
+ [0, 0, () => CisSessionMessages], 3
2666
+ ];
2667
+ var SendCisSessionTelemetryResponse$ = [3, n0, _SCSTRe,
2668
+ 0,
2669
+ [],
2670
+ []
2671
+ ];
2672
+ var SeverityCounts$ = [3, n0, _SC,
2673
+ 0,
2674
+ [_al, _med, _h, _cri],
2675
+ [1, 1, 1, 1]
2676
+ ];
2677
+ var SortCriteria$ = [3, n0, _SCo,
2678
+ 0,
2679
+ [_fie, _sO],
2680
+ [0, 0], 2
2681
+ ];
2682
+ var StartCisSessionMessage$ = [3, n0, _SCSM,
2683
+ 0,
2684
+ [_sTe],
2685
+ [0], 1
2686
+ ];
2687
+ var StartCisSessionRequest$ = [3, n0, _SCSR,
2688
+ 0,
2689
+ [_sJI, _m],
2690
+ [0, () => StartCisSessionMessage$], 2
2691
+ ];
2692
+ var StartCisSessionResponse$ = [3, n0, _SCSRt,
2693
+ 0,
2694
+ [],
2695
+ []
2696
+ ];
2697
+ var StartCodeSecurityScanRequest$ = [3, n0, _SCSSR,
2698
+ 0,
2699
+ [_re, _cT],
2700
+ [() => CodeSecurityResource$, [0, 4]], 1
2701
+ ];
2702
+ var StartCodeSecurityScanResponse$ = [3, n0, _SCSSRt,
2703
+ 0,
2704
+ [_sIc, _st],
2705
+ [0, 0]
2706
+ ];
2707
+ var State$ = [3, n0, _S,
2708
+ 0,
2709
+ [_st, _eC, _eM],
2710
+ [0, 0, 0], 3
2711
+ ];
2712
+ var StatusCounts$ = [3, n0, _SCt,
2713
+ 0,
2714
+ [_fa, _sk, _pas],
2715
+ [1, 1, 1]
2716
+ ];
2717
+ var Step$ = [3, n0, _St,
2718
+ 0,
2719
+ [_cIo, _cTo, _cAo],
2720
+ [0, 0, 0], 2
2721
+ ];
2722
+ var StopCisMessageProgress$ = [3, n0, _SCMP,
2723
+ 0,
2724
+ [_tC, _sCu, _fC, _nEC, _uC, _nAC, _iC, _eCr],
2725
+ [1, 1, 1, 1, 1, 1, 1, 1]
2726
+ ];
2727
+ var StopCisSessionMessage$ = [3, n0, _SCSMt,
2728
+ 0,
2729
+ [_st, _prog, _r, _cP, _bV, _bP],
2730
+ [0, () => StopCisMessageProgress$, 0, () => ComputePlatform$, 0, 0], 2
2731
+ ];
2732
+ var StopCisSessionRequest$ = [3, n0, _SCSRto,
2733
+ 0,
2734
+ [_sJI, _sTe, _m],
2735
+ [0, 0, () => StopCisSessionMessage$], 3
2736
+ ];
2737
+ var StopCisSessionResponse$ = [3, n0, _SCSRtop,
2738
+ 0,
2739
+ [],
2740
+ []
2741
+ ];
2742
+ var StringFilter$ = [3, n0, _SF,
2743
+ 0,
2744
+ [_co, _va],
2745
+ [0, 0], 2
2746
+ ];
2747
+ var SuccessfulAssociationResult$ = [3, n0, _SAR,
2748
+ 0,
2749
+ [_sCA, _re],
2750
+ [0, () => CodeSecurityResource$]
2751
+ ];
2752
+ var SuggestedFix$ = [3, n0, _SFu,
2753
+ 0,
2754
+ [_de, _cod],
2755
+ [0, 0]
2756
+ ];
2757
+ var TagFilter$ = [3, n0, _TF,
2758
+ 0,
2759
+ [_co, _k, _va],
2760
+ [0, 0, 0], 3
2761
+ ];
2762
+ var TagResourceRequest$ = [3, n0, _TRR,
2763
+ 0,
2764
+ [_rA, _ta],
2765
+ [[0, 1], 128 | 0], 2
2766
+ ];
2767
+ var TagResourceResponse$ = [3, n0, _TRRa,
2768
+ 0,
2769
+ [],
2770
+ []
2771
+ ];
2772
+ var Time$ = [3, n0, _T,
2773
+ 0,
2774
+ [_tOD, _tim],
2775
+ [0, 0], 2
2776
+ ];
2777
+ var TitleAggregation$ = [3, n0, _TA,
2778
+ 0,
2779
+ [_tit, _vIul, _rT, _sO, _sB, _fT],
2780
+ [() => StringFilterList, () => StringFilterList, 0, 0, 0, 0]
2781
+ ];
2782
+ var TitleAggregationResponse$ = [3, n0, _TAR,
2783
+ 0,
2784
+ [_ti, _vIu, _aI, _sC],
2785
+ [0, 0, 0, () => SeverityCounts$], 1
2786
+ ];
2787
+ var UntagResourceRequest$ = [3, n0, _URR,
2788
+ 0,
2789
+ [_rA, _tK],
2790
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2791
+ ];
2792
+ var UntagResourceResponse$ = [3, n0, _URRn,
2793
+ 0,
2794
+ [],
2795
+ []
2796
+ ];
2797
+ var UpdateCisScanConfigurationRequest$ = [3, n0, _UCSCR,
2798
+ 0,
2799
+ [_sCA, _sN, _sL, _sc, _t],
2800
+ [0, 0, 0, () => Schedule$, () => UpdateCisTargets$], 1
2801
+ ];
2802
+ var UpdateCisScanConfigurationResponse$ = [3, n0, _UCSCRp,
2803
+ 0,
2804
+ [_sCA],
2805
+ [0], 1
2806
+ ];
2807
+ var UpdateCisTargets$ = [3, n0, _UCT,
2808
+ 0,
2809
+ [_aIc, _tRT],
2810
+ [64 | 0, [2, n0, _TRT, 0, 0, 64 | 0]]
2811
+ ];
2812
+ var UpdateCodeSecurityIntegrationRequest$ = [3, n0, _UCSIR,
2813
+ 0,
2814
+ [_iA, _d],
2815
+ [0, [() => UpdateIntegrationDetails$, 0]], 2
2816
+ ];
2817
+ var UpdateCodeSecurityIntegrationResponse$ = [3, n0, _UCSIRp,
2818
+ 0,
2819
+ [_iA, _st],
2820
+ [0, 0], 2
2821
+ ];
2822
+ var UpdateCodeSecurityScanConfigurationRequest$ = [3, n0, _UCSSCR,
2823
+ 0,
2824
+ [_sCA, _conf],
2825
+ [0, () => CodeSecurityScanConfiguration$], 2
2826
+ ];
2827
+ var UpdateCodeSecurityScanConfigurationResponse$ = [3, n0, _UCSSCRp,
2828
+ 0,
2829
+ [_sCA],
2830
+ [0]
2831
+ ];
2832
+ var UpdateConfigurationRequest$ = [3, n0, _UCR,
2833
+ 0,
2834
+ [_eCc, _eCco],
2835
+ [() => EcrConfiguration$, () => Ec2Configuration$]
2836
+ ];
2837
+ var UpdateConfigurationResponse$ = [3, n0, _UCRp,
2838
+ 0,
2839
+ [],
2840
+ []
2841
+ ];
2842
+ var UpdateEc2DeepInspectionConfigurationRequest$ = [3, n0, _UEDICR,
2843
+ 0,
2844
+ [_aDI, _pP],
2845
+ [2, 64 | 0]
2846
+ ];
2847
+ var UpdateEc2DeepInspectionConfigurationResponse$ = [3, n0, _UEDICRp,
2848
+ 0,
2849
+ [_pP, _oPP, _st, _eM],
2850
+ [64 | 0, 64 | 0, 0, 0]
2851
+ ];
2852
+ var UpdateEncryptionKeyRequest$ = [3, n0, _UEKR,
2853
+ 0,
2854
+ [_kKI, _sT, _rT],
2855
+ [0, 0, 0], 3
2856
+ ];
2857
+ var UpdateEncryptionKeyResponse$ = [3, n0, _UEKRp,
2858
+ 0,
2859
+ [],
2860
+ []
2861
+ ];
2862
+ var UpdateFilterRequest$ = [3, n0, _UFR,
2863
+ 0,
2864
+ [_fAil, _act, _de, _fCi, _na, _r],
2865
+ [0, 0, 0, () => FilterCriteria$, 0, 0], 1
2866
+ ];
2867
+ var UpdateFilterResponse$ = [3, n0, _UFRp,
2868
+ 0,
2869
+ [_arn],
2870
+ [0], 1
2871
+ ];
2872
+ var UpdateGitHubIntegrationDetail$ = [3, n0, _UGHID,
2873
+ 0,
2874
+ [_cod, _iInst],
2875
+ [[() => GitHubAuthCode, 0], 0], 2
2876
+ ];
2877
+ var UpdateGitLabSelfManagedIntegrationDetail$ = [3, n0, _UGLSMID,
2878
+ 0,
2879
+ [_aCu],
2880
+ [[() => GitLabAuthCode, 0]], 1
2881
+ ];
2882
+ var UpdateOrganizationConfigurationRequest$ = [3, n0, _UOCR,
2883
+ 0,
2884
+ [_aE],
2885
+ [() => AutoEnable$], 1
2886
+ ];
2887
+ var UpdateOrganizationConfigurationResponse$ = [3, n0, _UOCRp,
2888
+ 0,
2889
+ [_aE],
2890
+ [() => AutoEnable$], 1
2891
+ ];
2892
+ var UpdateOrgEc2DeepInspectionConfigurationRequest$ = [3, n0, _UOEDICR,
2893
+ 0,
2894
+ [_oPP],
2895
+ [64 | 0], 1
2896
+ ];
2897
+ var UpdateOrgEc2DeepInspectionConfigurationResponse$ = [3, n0, _UOEDICRp,
2898
+ 0,
2899
+ [],
2900
+ []
2901
+ ];
2902
+ var Usage$ = [3, n0, _Us,
2903
+ 0,
2904
+ [_ty, _tota, _eMC, _cu],
2905
+ [0, 1, 1, 0]
2906
+ ];
2907
+ var UsageTotal$ = [3, n0, _UT,
2908
+ 0,
2909
+ [_aI, _us],
2910
+ [0, () => UsageList]
2911
+ ];
2912
+ var ValidationExceptionField$ = [3, n0, _VEF,
2913
+ 0,
2914
+ [_na, _m],
2915
+ [0, 0], 2
2916
+ ];
2917
+ var VMScannerState$ = [3, n0, _VMSS,
2918
+ 0,
2919
+ [_acti, _aA, _st],
2920
+ [2, 4, 0]
2921
+ ];
2922
+ var Vulnerability$ = [3, n0, _V,
2923
+ 0,
2924
+ [_id, _cw, _cDi, _so, _de, _aD, _vSe, _cvs, _cvss, _rV, _cvss_, _vCA, _vUA, _sU, _rU, _eO, _dP, _ep],
2925
+ [0, 64 | 0, () => CisaData$, 0, 0, () => AtigData$, 0, () => Cvss4$, () => Cvss3$, 64 | 0, () => Cvss2$, 4, 4, 0, 64 | 0, () => ExploitObserved$, 64 | 0, () => Epss$], 1
2926
+ ];
2927
+ var VulnerablePackage$ = [3, n0, _VP,
2928
+ 0,
2929
+ [_na, _v, _sLH, _epo, _rel, _arch, _pM, _fP, _fIV, _rem, _sLLA],
2930
+ [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], 2
2931
+ ];
2932
+ var WeeklySchedule$ = [3, n0, _WS,
2933
+ 0,
2934
+ [_sTt, _day],
2935
+ [() => Time$, 64 | 0], 2
2936
+ ];
2937
+ var AccountIdFilterList = [1, n0, _AIFL,
2938
+ 0, () => CisStringFilter$
2939
+ ];
2940
+ var AccountList = [1, n0, _AL,
2941
+ 0, () => Account$
2942
+ ];
2943
+ var AccountStateList = [1, n0, _ASL,
2944
+ 0, () => AccountState$
2945
+ ];
2946
+ var AggregationResponseList = [1, n0, _ARL,
2947
+ 0, () => AggregationResponse$
2948
+ ];
2949
+ var AssociateConfigurationRequestList = [1, n0, _ACRL,
2950
+ 0, () => AssociateConfigurationRequest$
2951
+ ];
2952
+ var AwsEksWorkloadInfoList = [1, n0, _AEWIL,
2953
+ 0, () => AwsEksWorkloadInfo$
2954
+ ];
2955
+ var CheckIdFilterList = [1, n0, _CIFL,
2956
+ 0, () => CisStringFilter$
2957
+ ];
2958
+ var CisCheckAggregationList = [1, n0, _CCAL,
2959
+ 0, () => CisCheckAggregation$
2960
+ ];
2961
+ var CisFindingArnFilterList = [1, n0, _CFAFL,
2962
+ 0, () => CisStringFilter$
2963
+ ];
2964
+ var CisFindingStatusFilterList = [1, n0, _CFSFL,
2965
+ 0, () => CisFindingStatusFilter$
2966
+ ];
2967
+ var CisNumberFilterList = [1, n0, _CNFL,
2968
+ 0, () => CisNumberFilter$
2969
+ ];
2970
+ var CisResultStatusFilterList = [1, n0, _CRSFL,
2971
+ 0, () => CisResultStatusFilter$
2972
+ ];
2973
+ var CisScanArnFilterList = [1, n0, _CSAFL,
2974
+ 0, () => CisStringFilter$
2975
+ ];
2976
+ var CisScanConfigurationArnFilterList = [1, n0, _CSCAFL,
2977
+ 0, () => CisStringFilter$
2978
+ ];
2979
+ var CisScanConfigurationList = [1, n0, _CSCL,
2980
+ 0, () => CisScanConfiguration$
2981
+ ];
2982
+ var CisScanDateFilterList = [1, n0, _CSDFL,
2983
+ 0, () => CisDateFilter$
2984
+ ];
2985
+ var CisScanList = [1, n0, _CSL,
2986
+ 0, () => CisScan$
2987
+ ];
2988
+ var CisScanNameFilterList = [1, n0, _CSNFL,
2989
+ 0, () => CisStringFilter$
2990
+ ];
2991
+ var CisScanResultDetailsList = [1, n0, _CSRDL,
2992
+ 0, () => CisScanResultDetails$
2993
+ ];
2994
+ var CisScanStatusFilterList = [1, n0, _CSSFL,
2995
+ 0, () => CisScanStatusFilter$
2996
+ ];
2997
+ var CisScheduledByFilterList = [1, n0, _CSBFL,
2998
+ 0, () => CisStringFilter$
2999
+ ];
3000
+ var CisSecurityLevelFilterList = [1, n0, _CSLFL,
3001
+ 0, () => CisSecurityLevelFilter$
3002
+ ];
3003
+ var CisSessionMessages = [1, n0, _CSMi,
3004
+ 0, () => CisSessionMessage$
3005
+ ];
3006
+ var CisTargetResourceAggregationList = [1, n0, _CTRAL,
3007
+ 0, () => CisTargetResourceAggregation$
3008
+ ];
3009
+ var ClusterDetailsList = [1, n0, _CDL,
3010
+ 0, () => ClusterDetails$
3011
+ ];
3012
+ var ClusterInformationList = [1, n0, _CIL,
3013
+ 0, () => ClusterInformation$
3014
+ ];
3015
+ var CodeLineList = [1, n0, _CLL,
3016
+ 0, () => CodeLine$
3017
+ ];
3018
+ var CodeSecurityScanConfigurationAssociationSummaries = [1, n0, _CSSCASo,
3019
+ 0, () => CodeSecurityScanConfigurationAssociationSummary$
3020
+ ];
3021
+ var CodeSecurityScanConfigurationSummaries = [1, n0, _CSSCSo,
3022
+ 0, () => CodeSecurityScanConfigurationSummary$
3023
+ ];
3024
+ var CodeSnippetErrorList = [1, n0, _CSEL,
3025
+ 0, () => CodeSnippetError$
3026
+ ];
3027
+ var CodeSnippetResultList = [1, n0, _CSRL,
3028
+ 0, () => CodeSnippetResult$
3029
+ ];
3030
+ var CountsList = [1, n0, _CLo,
3031
+ 0, () => Counts$
3032
+ ];
3033
+ var CoverageDateFilterList = [1, n0, _CDFL,
3034
+ 0, () => CoverageDateFilter$
3035
+ ];
3036
+ var CoverageMapFilterList = [1, n0, _CMFL,
3037
+ 0, () => CoverageMapFilter$
3038
+ ];
3039
+ var CoverageNumberFilterList = [1, n0, _CNFLo,
3040
+ 0, () => CoverageNumberFilter$
3041
+ ];
3042
+ var CoverageStringFilterList = [1, n0, _CSFL,
3043
+ 0, () => CoverageStringFilter$
3044
+ ];
3045
+ var CoveredResources = [1, n0, _CRo,
3046
+ 0, () => CoveredResource$
3047
+ ];
3048
+ var CvssScoreAdjustmentList = [1, n0, _CSAL,
3049
+ 0, () => CvssScoreAdjustment$
3050
+ ];
3051
+ var CvssScoreList = [1, n0, _CSLv,
3052
+ 0, () => CvssScore$
3053
+ ];
3054
+ var DateFilterList = [1, n0, _DFL,
3055
+ 0, () => DateFilter$
3056
+ ];
3057
+ var DelegatedAdminAccountList = [1, n0, _DAAL,
3058
+ 0, () => DelegatedAdminAccount$
3059
+ ];
3060
+ var DisassociateConfigurationRequestList = [1, n0, _DCRL,
3061
+ 0, () => DisassociateConfigurationRequest$
3062
+ ];
3063
+ var EvidenceList = [1, n0, _EL,
3064
+ 0, () => Evidence$
3065
+ ];
3066
+ var FailedAccountList = [1, n0, _FAL,
3067
+ 0, () => FailedAccount$
3068
+ ];
3069
+ var FailedAssociationResultList = [1, n0, _FARL,
3070
+ 0, () => FailedAssociationResult$
3071
+ ];
3072
+ var FailedMemberAccountEc2DeepInspectionStatusStateList = [1, n0, _FMAEDISSL,
3073
+ 0, () => FailedMemberAccountEc2DeepInspectionStatusState$
3074
+ ];
3075
+ var FilterList = [1, n0, _FL,
3076
+ 0, () => Filter$
3077
+ ];
3078
+ var FindingDetails = [1, n0, _FDi,
3079
+ 0, () => FindingDetail$
3080
+ ];
3081
+ var FindingDetailsErrorList = [1, n0, _FDEL,
3082
+ 0, () => FindingDetailsError$
3083
+ ];
3084
+ var FindingList = [1, n0, _FLi,
3085
+ 0, () => Finding$
3086
+ ];
3087
+ var FreeTrialAccountInfoList = [1, n0, _FTAIL,
3088
+ 0, () => FreeTrialAccountInfo$
3089
+ ];
3090
+ var FreeTrialInfoErrorList = [1, n0, _FTIEL,
3091
+ 0, () => FreeTrialInfoError$
3092
+ ];
3093
+ var FreeTrialInfoList = [1, n0, _FTIL,
3094
+ 0, () => FreeTrialInfo$
3095
+ ];
3096
+ var IntegrationSummaries = [1, n0, _IS,
3097
+ 0, () => CodeSecurityIntegrationSummary$
3098
+ ];
3099
+ var MapFilterList = [1, n0, _MFL,
3100
+ 0, () => MapFilter$
3101
+ ];
3102
+ var MemberAccountEc2DeepInspectionStatusList = [1, n0, _MAEDISL,
3103
+ 0, () => MemberAccountEc2DeepInspectionStatus$
3104
+ ];
3105
+ var MemberAccountEc2DeepInspectionStatusStateList = [1, n0, _MAEDISSL,
3106
+ 0, () => MemberAccountEc2DeepInspectionStatusState$
3107
+ ];
3108
+ var MemberList = [1, n0, _ML,
3109
+ 0, () => Member$
3110
+ ];
3111
+ var NumberFilterList = [1, n0, _NFL,
3112
+ 0, () => NumberFilter$
3113
+ ];
3114
+ var OneAccountIdFilterList = [1, n0, _OAIFL,
3115
+ 0, () => CisStringFilter$
3116
+ ];
3117
+ var PackageFilterList = [1, n0, _PFL,
3118
+ 0, () => PackageFilter$
3119
+ ];
3120
+ var Permissions = [1, n0, _Pe,
3121
+ 0, () => Permission$
3122
+ ];
3123
+ var PlatformFilterList = [1, n0, _PFLl,
3124
+ 0, () => CisStringFilter$
3125
+ ];
3126
+ var PortRangeFilterList = [1, n0, _PRFL,
3127
+ 0, () => PortRangeFilter$
3128
+ ];
3129
+ var ProjectContinuousIntegrationScanConfigurationList = [1, n0, _PCISCL,
3130
+ 0, () => ProjectContinuousIntegrationScanConfiguration$
3131
+ ];
3132
+ var ProjectPeriodicScanConfigurationList = [1, n0, _PPSCL,
3133
+ 0, () => ProjectPeriodicScanConfiguration$
3134
+ ];
3135
+ var ResourceIdFilterList = [1, n0, _RIFL,
3136
+ 0, () => CisStringFilter$
3137
+ ];
3138
+ var ResourceList = [1, n0, _RL,
3139
+ 0, () => Resource$
3140
+ ];
3141
+ var ResourceMapFilterList = [1, n0, _RMFL,
3142
+ 0, () => ResourceMapFilter$
3143
+ ];
3144
+ var ResourceStringFilterList = [1, n0, _RSFL,
3145
+ 0, () => ResourceStringFilter$
3146
+ ];
3147
+ var ResourceTagFilterList = [1, n0, _RTFL,
3148
+ 0, () => TagFilter$
3149
+ ];
3150
+ var StepList = [1, n0, _SL,
3151
+ 0, () => Step$
3152
+ ];
3153
+ var StringFilterList = [1, n0, _SFL,
3154
+ 0, () => StringFilter$
3155
+ ];
3156
+ var SuccessfulAssociationResultList = [1, n0, _SARL,
3157
+ 0, () => SuccessfulAssociationResult$
3158
+ ];
3159
+ var SuggestedFixes = [1, n0, _SFug,
3160
+ 0, () => SuggestedFix$
3161
+ ];
3162
+ var TargetStatusFilterList = [1, n0, _TSFL,
3163
+ 0, () => CisTargetStatusFilter$
3164
+ ];
3165
+ var TargetStatusReasonFilterList = [1, n0, _TSRFL,
3166
+ 0, () => CisTargetStatusReasonFilter$
3167
+ ];
3168
+ var TitleFilterList = [1, n0, _TFL,
3169
+ 0, () => CisStringFilter$
3170
+ ];
3171
+ var UsageList = [1, n0, _UL,
3172
+ 0, () => Usage$
3173
+ ];
3174
+ var UsageTotalList = [1, n0, _UTL,
3175
+ 0, () => UsageTotal$
3176
+ ];
3177
+ var ValidationExceptionFields = [1, n0, _VEFa,
3178
+ 0, () => ValidationExceptionField$
3179
+ ];
3180
+ var Vulnerabilities = [1, n0, _Vu,
3181
+ 0, () => Vulnerability$
3182
+ ];
3183
+ var VulnerablePackageList = [1, n0, _VPL,
3184
+ 0, () => VulnerablePackage$
3185
+ ];
3186
+ var AggregationRequest$ = [4, n0, _AR,
3187
+ 0,
3188
+ [_aAc, _aAm, _aECA, _eIAc, _fTA, _iLA, _pAa, _rAe, _tAi, _lLA, _lFA, _cRA],
3189
+ [() => AccountAggregation$, () => AmiAggregation$, () => AwsEcrContainerAggregation$, () => Ec2InstanceAggregation$, () => FindingTypeAggregation$, () => ImageLayerAggregation$, () => PackageAggregation$, () => RepositoryAggregation$, () => TitleAggregation$, () => LambdaLayerAggregation$, () => LambdaFunctionAggregation$, () => CodeRepositoryAggregation$]
3190
+ ];
3191
+ var AggregationResponse$ = [4, n0, _ARg,
3192
+ 0,
3193
+ [_aAc, _aAm, _aECA, _eIAc, _fTA, _iLA, _pAa, _rAe, _tAi, _lLA, _lFA, _cRA],
3194
+ [() => AccountAggregationResponse$, () => AmiAggregationResponse$, () => AwsEcrContainerAggregationResponse$, () => Ec2InstanceAggregationResponse$, () => FindingTypeAggregationResponse$, () => ImageLayerAggregationResponse$, () => PackageAggregationResponse$, () => RepositoryAggregationResponse$, () => TitleAggregationResponse$, () => LambdaLayerAggregationResponse$, () => LambdaFunctionAggregationResponse$, () => CodeRepositoryAggregationResponse$]
3195
+ ];
3196
+ var ClusterMetadata$ = [4, n0, _CM,
3197
+ 0,
3198
+ [_aEMD, _aEMDw],
3199
+ [() => AwsEcsMetadataDetails$, () => AwsEksMetadataDetails$]
3200
+ ];
3201
+ var CodeSecurityResource$ = [4, n0, _CSRo,
3202
+ 0,
3203
+ [_pI],
3204
+ [0]
3205
+ ];
3206
+ var CreateIntegrationDetail$ = [4, n0, _CID,
3207
+ 0,
3208
+ [_gSM],
3209
+ [[() => CreateGitLabSelfManagedIntegrationDetail$, 0]]
3210
+ ];
3211
+ var Schedule$ = [4, n0, _Sc,
3212
+ 0,
3213
+ [_oT, _dai, _w, _mo],
3214
+ [() => OneTimeSchedule$, () => DailySchedule$, () => WeeklySchedule$, () => MonthlySchedule$]
3215
+ ];
3216
+ var UpdateIntegrationDetails$ = [4, n0, _UID,
3217
+ 0,
3218
+ [_gSM, _g],
3219
+ [[() => UpdateGitLabSelfManagedIntegrationDetail$, 0], [() => UpdateGitHubIntegrationDetail$, 0]]
3220
+ ];
3221
+ var AssociateMember$ = [9, n0, _AM,
3222
+ { [_ht]: ["POST", "/members/associate", 200] }, () => AssociateMemberRequest$, () => AssociateMemberResponse$
3223
+ ];
3224
+ var BatchAssociateCodeSecurityScanConfiguration$ = [9, n0, _BACSSC,
3225
+ { [_ht]: ["POST", "/codesecurity/scan-configuration/batch/associate", 200] }, () => BatchAssociateCodeSecurityScanConfigurationRequest$, () => BatchAssociateCodeSecurityScanConfigurationResponse$
3226
+ ];
3227
+ var BatchDisassociateCodeSecurityScanConfiguration$ = [9, n0, _BDCSSC,
3228
+ { [_ht]: ["POST", "/codesecurity/scan-configuration/batch/disassociate", 200] }, () => BatchDisassociateCodeSecurityScanConfigurationRequest$, () => BatchDisassociateCodeSecurityScanConfigurationResponse$
3229
+ ];
3230
+ var BatchGetAccountStatus$ = [9, n0, _BGAS,
3231
+ { [_ht]: ["POST", "/status/batch/get", 200] }, () => BatchGetAccountStatusRequest$, () => BatchGetAccountStatusResponse$
3232
+ ];
3233
+ var BatchGetCodeSnippet$ = [9, n0, _BGCS,
3234
+ { [_ht]: ["POST", "/codesnippet/batchget", 200] }, () => BatchGetCodeSnippetRequest$, () => BatchGetCodeSnippetResponse$
3235
+ ];
3236
+ var BatchGetFindingDetails$ = [9, n0, _BGFD,
3237
+ { [_ht]: ["POST", "/findings/details/batch/get", 200] }, () => BatchGetFindingDetailsRequest$, () => BatchGetFindingDetailsResponse$
3238
+ ];
3239
+ var BatchGetFreeTrialInfo$ = [9, n0, _BGFTI,
3240
+ { [_ht]: ["POST", "/freetrialinfo/batchget", 200] }, () => BatchGetFreeTrialInfoRequest$, () => BatchGetFreeTrialInfoResponse$
3241
+ ];
3242
+ var BatchGetMemberEc2DeepInspectionStatus$ = [9, n0, _BGMEDIS,
3243
+ { [_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/get", 200] }, () => BatchGetMemberEc2DeepInspectionStatusRequest$, () => BatchGetMemberEc2DeepInspectionStatusResponse$
3244
+ ];
3245
+ var BatchUpdateMemberEc2DeepInspectionStatus$ = [9, n0, _BUMEDIS,
3246
+ { [_ht]: ["POST", "/ec2deepinspectionstatus/member/batch/update", 200] }, () => BatchUpdateMemberEc2DeepInspectionStatusRequest$, () => BatchUpdateMemberEc2DeepInspectionStatusResponse$
3247
+ ];
3248
+ var CancelFindingsReport$ = [9, n0, _CFRa,
3249
+ { [_ht]: ["POST", "/reporting/cancel", 200] }, () => CancelFindingsReportRequest$, () => CancelFindingsReportResponse$
3250
+ ];
3251
+ var CancelSbomExport$ = [9, n0, _CSEa,
3252
+ { [_ht]: ["POST", "/sbomexport/cancel", 200] }, () => CancelSbomExportRequest$, () => CancelSbomExportResponse$
3253
+ ];
3254
+ var CreateCisScanConfiguration$ = [9, n0, _CCSC,
3255
+ { [_ht]: ["POST", "/cis/scan-configuration/create", 200] }, () => CreateCisScanConfigurationRequest$, () => CreateCisScanConfigurationResponse$
3256
+ ];
3257
+ var CreateCodeSecurityIntegration$ = [9, n0, _CCSI,
3258
+ { [_ht]: ["POST", "/codesecurity/integration/create", 200] }, () => CreateCodeSecurityIntegrationRequest$, () => CreateCodeSecurityIntegrationResponse$
3259
+ ];
3260
+ var CreateCodeSecurityScanConfiguration$ = [9, n0, _CCSSC,
3261
+ { [_ht]: ["POST", "/codesecurity/scan-configuration/create", 200] }, () => CreateCodeSecurityScanConfigurationRequest$, () => CreateCodeSecurityScanConfigurationResponse$
3262
+ ];
3263
+ var CreateFilter$ = [9, n0, _CF,
3264
+ { [_ht]: ["POST", "/filters/create", 200] }, () => CreateFilterRequest$, () => CreateFilterResponse$
3265
+ ];
3266
+ var CreateFindingsReport$ = [9, n0, _CFRre,
3267
+ { [_ht]: ["POST", "/reporting/create", 200] }, () => CreateFindingsReportRequest$, () => CreateFindingsReportResponse$
3268
+ ];
3269
+ var CreateSbomExport$ = [9, n0, _CSEr,
3270
+ { [_ht]: ["POST", "/sbomexport/create", 200] }, () => CreateSbomExportRequest$, () => CreateSbomExportResponse$
3271
+ ];
3272
+ var DeleteCisScanConfiguration$ = [9, n0, _DCSC,
3273
+ { [_ht]: ["POST", "/cis/scan-configuration/delete", 200] }, () => DeleteCisScanConfigurationRequest$, () => DeleteCisScanConfigurationResponse$
3274
+ ];
3275
+ var DeleteCodeSecurityIntegration$ = [9, n0, _DCSI,
3276
+ { [_ht]: ["POST", "/codesecurity/integration/delete", 200] }, () => DeleteCodeSecurityIntegrationRequest$, () => DeleteCodeSecurityIntegrationResponse$
3277
+ ];
3278
+ var DeleteCodeSecurityScanConfiguration$ = [9, n0, _DCSSC,
3279
+ { [_ht]: ["POST", "/codesecurity/scan-configuration/delete", 200] }, () => DeleteCodeSecurityScanConfigurationRequest$, () => DeleteCodeSecurityScanConfigurationResponse$
3280
+ ];
3281
+ var DeleteFilter$ = [9, n0, _DFe,
3282
+ { [_ht]: ["POST", "/filters/delete", 200] }, () => DeleteFilterRequest$, () => DeleteFilterResponse$
3283
+ ];
3284
+ var DescribeOrganizationConfiguration$ = [9, n0, _DOC,
3285
+ { [_ht]: ["POST", "/organizationconfiguration/describe", 200] }, () => DescribeOrganizationConfigurationRequest$, () => DescribeOrganizationConfigurationResponse$
3286
+ ];
3287
+ var Disable$ = [9, n0, _Di,
3288
+ { [_ht]: ["POST", "/disable", 200] }, () => DisableRequest$, () => DisableResponse$
3289
+ ];
3290
+ var DisableDelegatedAdminAccount$ = [9, n0, _DDAA,
3291
+ { [_ht]: ["POST", "/delegatedadminaccounts/disable", 200] }, () => DisableDelegatedAdminAccountRequest$, () => DisableDelegatedAdminAccountResponse$
3292
+ ];
3293
+ var DisassociateMember$ = [9, n0, _DM,
3294
+ { [_ht]: ["POST", "/members/disassociate", 200] }, () => DisassociateMemberRequest$, () => DisassociateMemberResponse$
3295
+ ];
3296
+ var Enable$ = [9, n0, _En,
3297
+ { [_ht]: ["POST", "/enable", 200] }, () => EnableRequest$, () => EnableResponse$
3298
+ ];
3299
+ var EnableDelegatedAdminAccount$ = [9, n0, _EDAA,
3300
+ { [_ht]: ["POST", "/delegatedadminaccounts/enable", 200] }, () => EnableDelegatedAdminAccountRequest$, () => EnableDelegatedAdminAccountResponse$
3301
+ ];
3302
+ var GetCisScanReport$ = [9, n0, _GCSR,
3303
+ { [_ht]: ["POST", "/cis/scan/report/get", 200] }, () => GetCisScanReportRequest$, () => GetCisScanReportResponse$
3304
+ ];
3305
+ var GetCisScanResultDetails$ = [9, n0, _GCSRD,
3306
+ { [_ht]: ["POST", "/cis/scan-result/details/get", 200] }, () => GetCisScanResultDetailsRequest$, () => GetCisScanResultDetailsResponse$
3307
+ ];
3308
+ var GetClustersForImage$ = [9, n0, _GCFI,
3309
+ { [_ht]: ["POST", "/cluster/get", 200] }, () => GetClustersForImageRequest$, () => GetClustersForImageResponse$
3310
+ ];
3311
+ var GetCodeSecurityIntegration$ = [9, n0, _GCSI,
3312
+ { [_ht]: ["POST", "/codesecurity/integration/get", 200] }, () => GetCodeSecurityIntegrationRequest$, () => GetCodeSecurityIntegrationResponse$
3313
+ ];
3314
+ var GetCodeSecurityScan$ = [9, n0, _GCSS,
3315
+ { [_ht]: ["POST", "/codesecurity/scan/get", 200] }, () => GetCodeSecurityScanRequest$, () => GetCodeSecurityScanResponse$
3316
+ ];
3317
+ var GetCodeSecurityScanConfiguration$ = [9, n0, _GCSSC,
3318
+ { [_ht]: ["POST", "/codesecurity/scan-configuration/get", 200] }, () => GetCodeSecurityScanConfigurationRequest$, () => GetCodeSecurityScanConfigurationResponse$
3319
+ ];
3320
+ var GetConfiguration$ = [9, n0, _GC,
3321
+ { [_ht]: ["POST", "/configuration/get", 200] }, () => GetConfigurationRequest$, () => GetConfigurationResponse$
3322
+ ];
3323
+ var GetDelegatedAdminAccount$ = [9, n0, _GDAA,
3324
+ { [_ht]: ["POST", "/delegatedadminaccounts/get", 200] }, () => GetDelegatedAdminAccountRequest$, () => GetDelegatedAdminAccountResponse$
3325
+ ];
3326
+ var GetEc2DeepInspectionConfiguration$ = [9, n0, _GEDIC,
3327
+ { [_ht]: ["POST", "/ec2deepinspectionconfiguration/get", 200] }, () => GetEc2DeepInspectionConfigurationRequest$, () => GetEc2DeepInspectionConfigurationResponse$
3328
+ ];
3329
+ var GetEncryptionKey$ = [9, n0, _GEK,
3330
+ { [_ht]: ["GET", "/encryptionkey/get", 200] }, () => GetEncryptionKeyRequest$, () => GetEncryptionKeyResponse$
3331
+ ];
3332
+ var GetFindingsReportStatus$ = [9, n0, _GFRS,
3333
+ { [_ht]: ["POST", "/reporting/status/get", 200] }, () => GetFindingsReportStatusRequest$, () => GetFindingsReportStatusResponse$
3334
+ ];
3335
+ var GetMember$ = [9, n0, _GM,
3336
+ { [_ht]: ["POST", "/members/get", 200] }, () => GetMemberRequest$, () => GetMemberResponse$
3337
+ ];
3338
+ var GetSbomExport$ = [9, n0, _GSE,
3339
+ { [_ht]: ["POST", "/sbomexport/get", 200] }, () => GetSbomExportRequest$, () => GetSbomExportResponse$
3340
+ ];
3341
+ var ListAccountPermissions$ = [9, n0, _LAP,
3342
+ { [_ht]: ["POST", "/accountpermissions/list", 200] }, () => ListAccountPermissionsRequest$, () => ListAccountPermissionsResponse$
3343
+ ];
3344
+ var ListCisScanConfigurations$ = [9, n0, _LCSC,
3345
+ { [_ht]: ["POST", "/cis/scan-configuration/list", 200] }, () => ListCisScanConfigurationsRequest$, () => ListCisScanConfigurationsResponse$
3346
+ ];
3347
+ var ListCisScanResultsAggregatedByChecks$ = [9, n0, _LCSRABC,
3348
+ { [_ht]: ["POST", "/cis/scan-result/check/list", 200] }, () => ListCisScanResultsAggregatedByChecksRequest$, () => ListCisScanResultsAggregatedByChecksResponse$
3349
+ ];
3350
+ var ListCisScanResultsAggregatedByTargetResource$ = [9, n0, _LCSRABTR,
3351
+ { [_ht]: ["POST", "/cis/scan-result/resource/list", 200] }, () => ListCisScanResultsAggregatedByTargetResourceRequest$, () => ListCisScanResultsAggregatedByTargetResourceResponse$
3352
+ ];
3353
+ var ListCisScans$ = [9, n0, _LCS,
3354
+ { [_ht]: ["POST", "/cis/scan/list", 200] }, () => ListCisScansRequest$, () => ListCisScansResponse$
3355
+ ];
3356
+ var ListCodeSecurityIntegrations$ = [9, n0, _LCSI,
3357
+ { [_ht]: ["POST", "/codesecurity/integration/list", 200] }, () => ListCodeSecurityIntegrationsRequest$, () => ListCodeSecurityIntegrationsResponse$
3358
+ ];
3359
+ var ListCodeSecurityScanConfigurationAssociations$ = [9, n0, _LCSSCA,
3360
+ { [_ht]: ["POST", "/codesecurity/scan-configuration/associations/list", 200] }, () => ListCodeSecurityScanConfigurationAssociationsRequest$, () => ListCodeSecurityScanConfigurationAssociationsResponse$
3361
+ ];
3362
+ var ListCodeSecurityScanConfigurations$ = [9, n0, _LCSSC,
3363
+ { [_ht]: ["POST", "/codesecurity/scan-configuration/list", 200] }, () => ListCodeSecurityScanConfigurationsRequest$, () => ListCodeSecurityScanConfigurationsResponse$
3364
+ ];
3365
+ var ListCoverage$ = [9, n0, _LC,
3366
+ { [_ht]: ["POST", "/coverage/list", 200] }, () => ListCoverageRequest$, () => ListCoverageResponse$
3367
+ ];
3368
+ var ListCoverageStatistics$ = [9, n0, _LCSi,
3369
+ { [_ht]: ["POST", "/coverage/statistics/list", 200] }, () => ListCoverageStatisticsRequest$, () => ListCoverageStatisticsResponse$
3370
+ ];
3371
+ var ListDelegatedAdminAccounts$ = [9, n0, _LDAA,
3372
+ { [_ht]: ["POST", "/delegatedadminaccounts/list", 200] }, () => ListDelegatedAdminAccountsRequest$, () => ListDelegatedAdminAccountsResponse$
3373
+ ];
3374
+ var ListFilters$ = [9, n0, _LF,
3375
+ { [_ht]: ["POST", "/filters/list", 200] }, () => ListFiltersRequest$, () => ListFiltersResponse$
3376
+ ];
3377
+ var ListFindingAggregations$ = [9, n0, _LFAi,
3378
+ { [_ht]: ["POST", "/findings/aggregation/list", 200] }, () => ListFindingAggregationsRequest$, () => ListFindingAggregationsResponse$
3379
+ ];
3380
+ var ListFindings$ = [9, n0, _LFi,
3381
+ { [_ht]: ["POST", "/findings/list", 200] }, () => ListFindingsRequest$, () => ListFindingsResponse$
3382
+ ];
3383
+ var ListMembers$ = [9, n0, _LM,
3384
+ { [_ht]: ["POST", "/members/list", 200] }, () => ListMembersRequest$, () => ListMembersResponse$
3385
+ ];
3386
+ var ListTagsForResource$ = [9, n0, _LTFR,
3387
+ { [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3388
+ ];
3389
+ var ListUsageTotals$ = [9, n0, _LUT,
3390
+ { [_ht]: ["POST", "/usage/list", 200] }, () => ListUsageTotalsRequest$, () => ListUsageTotalsResponse$
3391
+ ];
3392
+ var ResetEncryptionKey$ = [9, n0, _REK,
3393
+ { [_ht]: ["PUT", "/encryptionkey/reset", 200] }, () => ResetEncryptionKeyRequest$, () => ResetEncryptionKeyResponse$
3394
+ ];
3395
+ var SearchVulnerabilities$ = [9, n0, _SV,
3396
+ { [_ht]: ["POST", "/vulnerabilities/search", 200] }, () => SearchVulnerabilitiesRequest$, () => SearchVulnerabilitiesResponse$
3397
+ ];
3398
+ var SendCisSessionHealth$ = [9, n0, _SCSH,
3399
+ { [_ht]: ["PUT", "/cissession/health/send", 200] }, () => SendCisSessionHealthRequest$, () => SendCisSessionHealthResponse$
3400
+ ];
3401
+ var SendCisSessionTelemetry$ = [9, n0, _SCST,
3402
+ { [_ht]: ["PUT", "/cissession/telemetry/send", 200] }, () => SendCisSessionTelemetryRequest$, () => SendCisSessionTelemetryResponse$
3403
+ ];
3404
+ var StartCisSession$ = [9, n0, _SCS,
3405
+ { [_ht]: ["PUT", "/cissession/start", 200] }, () => StartCisSessionRequest$, () => StartCisSessionResponse$
3406
+ ];
3407
+ var StartCodeSecurityScan$ = [9, n0, _SCSS,
3408
+ { [_ht]: ["POST", "/codesecurity/scan/start", 200] }, () => StartCodeSecurityScanRequest$, () => StartCodeSecurityScanResponse$
3409
+ ];
3410
+ var StopCisSession$ = [9, n0, _SCSt,
3411
+ { [_ht]: ["PUT", "/cissession/stop", 200] }, () => StopCisSessionRequest$, () => StopCisSessionResponse$
3412
+ ];
3413
+ var TagResource$ = [9, n0, _TR,
3414
+ { [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
3415
+ ];
3416
+ var UntagResource$ = [9, n0, _UR,
3417
+ { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
3418
+ ];
3419
+ var UpdateCisScanConfiguration$ = [9, n0, _UCSC,
3420
+ { [_ht]: ["POST", "/cis/scan-configuration/update", 200] }, () => UpdateCisScanConfigurationRequest$, () => UpdateCisScanConfigurationResponse$
3421
+ ];
3422
+ var UpdateCodeSecurityIntegration$ = [9, n0, _UCSI,
3423
+ { [_ht]: ["POST", "/codesecurity/integration/update", 200] }, () => UpdateCodeSecurityIntegrationRequest$, () => UpdateCodeSecurityIntegrationResponse$
3424
+ ];
3425
+ var UpdateCodeSecurityScanConfiguration$ = [9, n0, _UCSSC,
3426
+ { [_ht]: ["POST", "/codesecurity/scan-configuration/update", 200] }, () => UpdateCodeSecurityScanConfigurationRequest$, () => UpdateCodeSecurityScanConfigurationResponse$
3427
+ ];
3428
+ var UpdateConfiguration$ = [9, n0, _UC,
3429
+ { [_ht]: ["POST", "/configuration/update", 200] }, () => UpdateConfigurationRequest$, () => UpdateConfigurationResponse$
3430
+ ];
3431
+ var UpdateEc2DeepInspectionConfiguration$ = [9, n0, _UEDIC,
3432
+ { [_ht]: ["POST", "/ec2deepinspectionconfiguration/update", 200] }, () => UpdateEc2DeepInspectionConfigurationRequest$, () => UpdateEc2DeepInspectionConfigurationResponse$
3433
+ ];
3434
+ var UpdateEncryptionKey$ = [9, n0, _UEK,
3435
+ { [_ht]: ["PUT", "/encryptionkey/update", 200] }, () => UpdateEncryptionKeyRequest$, () => UpdateEncryptionKeyResponse$
3436
+ ];
3437
+ var UpdateFilter$ = [9, n0, _UF,
3438
+ { [_ht]: ["POST", "/filters/update", 200] }, () => UpdateFilterRequest$, () => UpdateFilterResponse$
3439
+ ];
3440
+ var UpdateOrganizationConfiguration$ = [9, n0, _UOC,
3441
+ { [_ht]: ["POST", "/organizationconfiguration/update", 200] }, () => UpdateOrganizationConfigurationRequest$, () => UpdateOrganizationConfigurationResponse$
3442
+ ];
3443
+ var UpdateOrgEc2DeepInspectionConfiguration$ = [9, n0, _UOEDIC,
3444
+ { [_ht]: ["POST", "/ec2deepinspectionconfiguration/org/update", 200] }, () => UpdateOrgEc2DeepInspectionConfigurationRequest$, () => UpdateOrgEc2DeepInspectionConfigurationResponse$
3445
+ ];
3446
+
3447
+ const getRuntimeConfig$1 = (config) => {
3448
+ return {
3449
+ apiVersion: "2020-06-08",
3450
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3451
+ base64Encoder: config?.base64Encoder ?? toBase64,
3452
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3453
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3454
+ extensions: config?.extensions ?? [],
3455
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultInspector2HttpAuthSchemeProvider,
3456
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3457
+ {
3458
+ schemeId: "aws.auth#sigv4",
3459
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3460
+ signer: new AwsSdkSigV4Signer(),
3461
+ },
3462
+ ],
3463
+ logger: config?.logger ?? new NoOpLogger(),
3464
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
3465
+ protocolSettings: config?.protocolSettings ?? {
3466
+ defaultNamespace: "com.amazonaws.inspector2",
3467
+ errorTypeRegistries,
3468
+ version: "2020-06-08",
3469
+ serviceTarget: "Inspector2",
3470
+ },
3471
+ serviceId: config?.serviceId ?? "Inspector2",
3472
+ sha256: config?.sha256 ?? Sha256,
3473
+ urlParser: config?.urlParser ?? parseUrl,
3474
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3475
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3476
+ };
3477
+ };
3478
+
3479
+ const getRuntimeConfig = (config) => {
3480
+ emitWarningIfUnsupportedVersion(process.version);
3481
+ const defaultsMode = resolveDefaultsModeConfig(config);
3482
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3483
+ const clientSharedValues = getRuntimeConfig$1(config);
3484
+ emitWarningIfUnsupportedVersion$1(process.version);
3485
+ const loaderConfig = {
3486
+ profile: config?.profile,
3487
+ logger: clientSharedValues.logger,
3488
+ };
3489
+ return {
3490
+ ...clientSharedValues,
3491
+ ...config,
3492
+ runtime: "node",
3493
+ defaultsMode,
3494
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3495
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3496
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3497
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3498
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3499
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3500
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3501
+ retryMode: config?.retryMode ??
3502
+ loadConfig({
3503
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3504
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3505
+ }, config),
3506
+ streamCollector: config?.streamCollector ?? streamCollector,
3507
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3508
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3509
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3510
+ };
3511
+ };
3512
+
34
3513
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
3514
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
3515
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -1796,189 +5275,617 @@ const StopCisSessionStatus = {
1796
5275
  UNSUPPORTED_OS: "UNSUPPORTED_OS",
1797
5276
  };
1798
5277
 
5278
+ exports.AccessDeniedException = AccessDeniedException;
5279
+ exports.AccessDeniedException$ = AccessDeniedException$;
5280
+ exports.Account$ = Account$;
5281
+ exports.AccountAggregation$ = AccountAggregation$;
5282
+ exports.AccountAggregationResponse$ = AccountAggregationResponse$;
1799
5283
  exports.AccountSortBy = AccountSortBy;
5284
+ exports.AccountState$ = AccountState$;
1800
5285
  exports.AggregationFindingType = AggregationFindingType;
5286
+ exports.AggregationRequest$ = AggregationRequest$;
1801
5287
  exports.AggregationResourceType = AggregationResourceType;
5288
+ exports.AggregationResponse$ = AggregationResponse$;
1802
5289
  exports.AggregationType = AggregationType;
5290
+ exports.AmiAggregation$ = AmiAggregation$;
5291
+ exports.AmiAggregationResponse$ = AmiAggregationResponse$;
1803
5292
  exports.AmiSortBy = AmiSortBy;
1804
5293
  exports.Architecture = Architecture;
5294
+ exports.AssociateConfigurationRequest$ = AssociateConfigurationRequest$;
5295
+ exports.AssociateMember$ = AssociateMember$;
1805
5296
  exports.AssociateMemberCommand = AssociateMemberCommand;
5297
+ exports.AssociateMemberRequest$ = AssociateMemberRequest$;
5298
+ exports.AssociateMemberResponse$ = AssociateMemberResponse$;
1806
5299
  exports.AssociationResultStatusCode = AssociationResultStatusCode;
5300
+ exports.AtigData$ = AtigData$;
5301
+ exports.AutoEnable$ = AutoEnable$;
5302
+ exports.AwsEc2InstanceDetails$ = AwsEc2InstanceDetails$;
5303
+ exports.AwsEcrContainerAggregation$ = AwsEcrContainerAggregation$;
5304
+ exports.AwsEcrContainerAggregationResponse$ = AwsEcrContainerAggregationResponse$;
5305
+ exports.AwsEcrContainerImageDetails$ = AwsEcrContainerImageDetails$;
1807
5306
  exports.AwsEcrContainerSortBy = AwsEcrContainerSortBy;
5307
+ exports.AwsEcsMetadataDetails$ = AwsEcsMetadataDetails$;
5308
+ exports.AwsEksMetadataDetails$ = AwsEksMetadataDetails$;
5309
+ exports.AwsEksWorkloadInfo$ = AwsEksWorkloadInfo$;
5310
+ exports.AwsLambdaFunctionDetails$ = AwsLambdaFunctionDetails$;
5311
+ exports.BadRequestException = BadRequestException;
5312
+ exports.BadRequestException$ = BadRequestException$;
5313
+ exports.BatchAssociateCodeSecurityScanConfiguration$ = BatchAssociateCodeSecurityScanConfiguration$;
1808
5314
  exports.BatchAssociateCodeSecurityScanConfigurationCommand = BatchAssociateCodeSecurityScanConfigurationCommand;
5315
+ exports.BatchAssociateCodeSecurityScanConfigurationRequest$ = BatchAssociateCodeSecurityScanConfigurationRequest$;
5316
+ exports.BatchAssociateCodeSecurityScanConfigurationResponse$ = BatchAssociateCodeSecurityScanConfigurationResponse$;
5317
+ exports.BatchDisassociateCodeSecurityScanConfiguration$ = BatchDisassociateCodeSecurityScanConfiguration$;
1809
5318
  exports.BatchDisassociateCodeSecurityScanConfigurationCommand = BatchDisassociateCodeSecurityScanConfigurationCommand;
5319
+ exports.BatchDisassociateCodeSecurityScanConfigurationRequest$ = BatchDisassociateCodeSecurityScanConfigurationRequest$;
5320
+ exports.BatchDisassociateCodeSecurityScanConfigurationResponse$ = BatchDisassociateCodeSecurityScanConfigurationResponse$;
5321
+ exports.BatchGetAccountStatus$ = BatchGetAccountStatus$;
1810
5322
  exports.BatchGetAccountStatusCommand = BatchGetAccountStatusCommand;
5323
+ exports.BatchGetAccountStatusRequest$ = BatchGetAccountStatusRequest$;
5324
+ exports.BatchGetAccountStatusResponse$ = BatchGetAccountStatusResponse$;
5325
+ exports.BatchGetCodeSnippet$ = BatchGetCodeSnippet$;
1811
5326
  exports.BatchGetCodeSnippetCommand = BatchGetCodeSnippetCommand;
5327
+ exports.BatchGetCodeSnippetRequest$ = BatchGetCodeSnippetRequest$;
5328
+ exports.BatchGetCodeSnippetResponse$ = BatchGetCodeSnippetResponse$;
5329
+ exports.BatchGetFindingDetails$ = BatchGetFindingDetails$;
1812
5330
  exports.BatchGetFindingDetailsCommand = BatchGetFindingDetailsCommand;
5331
+ exports.BatchGetFindingDetailsRequest$ = BatchGetFindingDetailsRequest$;
5332
+ exports.BatchGetFindingDetailsResponse$ = BatchGetFindingDetailsResponse$;
5333
+ exports.BatchGetFreeTrialInfo$ = BatchGetFreeTrialInfo$;
1813
5334
  exports.BatchGetFreeTrialInfoCommand = BatchGetFreeTrialInfoCommand;
5335
+ exports.BatchGetFreeTrialInfoRequest$ = BatchGetFreeTrialInfoRequest$;
5336
+ exports.BatchGetFreeTrialInfoResponse$ = BatchGetFreeTrialInfoResponse$;
5337
+ exports.BatchGetMemberEc2DeepInspectionStatus$ = BatchGetMemberEc2DeepInspectionStatus$;
1814
5338
  exports.BatchGetMemberEc2DeepInspectionStatusCommand = BatchGetMemberEc2DeepInspectionStatusCommand;
5339
+ exports.BatchGetMemberEc2DeepInspectionStatusRequest$ = BatchGetMemberEc2DeepInspectionStatusRequest$;
5340
+ exports.BatchGetMemberEc2DeepInspectionStatusResponse$ = BatchGetMemberEc2DeepInspectionStatusResponse$;
5341
+ exports.BatchUpdateMemberEc2DeepInspectionStatus$ = BatchUpdateMemberEc2DeepInspectionStatus$;
1815
5342
  exports.BatchUpdateMemberEc2DeepInspectionStatusCommand = BatchUpdateMemberEc2DeepInspectionStatusCommand;
5343
+ exports.BatchUpdateMemberEc2DeepInspectionStatusRequest$ = BatchUpdateMemberEc2DeepInspectionStatusRequest$;
5344
+ exports.BatchUpdateMemberEc2DeepInspectionStatusResponse$ = BatchUpdateMemberEc2DeepInspectionStatusResponse$;
5345
+ exports.CancelFindingsReport$ = CancelFindingsReport$;
1816
5346
  exports.CancelFindingsReportCommand = CancelFindingsReportCommand;
5347
+ exports.CancelFindingsReportRequest$ = CancelFindingsReportRequest$;
5348
+ exports.CancelFindingsReportResponse$ = CancelFindingsReportResponse$;
5349
+ exports.CancelSbomExport$ = CancelSbomExport$;
1817
5350
  exports.CancelSbomExportCommand = CancelSbomExportCommand;
5351
+ exports.CancelSbomExportRequest$ = CancelSbomExportRequest$;
5352
+ exports.CancelSbomExportResponse$ = CancelSbomExportResponse$;
5353
+ exports.CisCheckAggregation$ = CisCheckAggregation$;
5354
+ exports.CisDateFilter$ = CisDateFilter$;
1818
5355
  exports.CisFindingStatus = CisFindingStatus;
1819
5356
  exports.CisFindingStatusComparison = CisFindingStatusComparison;
5357
+ exports.CisFindingStatusFilter$ = CisFindingStatusFilter$;
5358
+ exports.CisNumberFilter$ = CisNumberFilter$;
1820
5359
  exports.CisReportFormat = CisReportFormat;
1821
5360
  exports.CisReportStatus = CisReportStatus;
1822
5361
  exports.CisResultStatus = CisResultStatus;
1823
5362
  exports.CisResultStatusComparison = CisResultStatusComparison;
5363
+ exports.CisResultStatusFilter$ = CisResultStatusFilter$;
1824
5364
  exports.CisRuleStatus = CisRuleStatus;
5365
+ exports.CisScan$ = CisScan$;
5366
+ exports.CisScanConfiguration$ = CisScanConfiguration$;
1825
5367
  exports.CisScanConfigurationsSortBy = CisScanConfigurationsSortBy;
5368
+ exports.CisScanResultDetails$ = CisScanResultDetails$;
5369
+ exports.CisScanResultDetailsFilterCriteria$ = CisScanResultDetailsFilterCriteria$;
1826
5370
  exports.CisScanResultDetailsSortBy = CisScanResultDetailsSortBy;
5371
+ exports.CisScanResultsAggregatedByChecksFilterCriteria$ = CisScanResultsAggregatedByChecksFilterCriteria$;
1827
5372
  exports.CisScanResultsAggregatedByChecksSortBy = CisScanResultsAggregatedByChecksSortBy;
5373
+ exports.CisScanResultsAggregatedByTargetResourceFilterCriteria$ = CisScanResultsAggregatedByTargetResourceFilterCriteria$;
1828
5374
  exports.CisScanResultsAggregatedByTargetResourceSortBy = CisScanResultsAggregatedByTargetResourceSortBy;
1829
5375
  exports.CisScanStatus = CisScanStatus;
1830
5376
  exports.CisScanStatusComparison = CisScanStatusComparison;
5377
+ exports.CisScanStatusFilter$ = CisScanStatusFilter$;
1831
5378
  exports.CisSecurityLevel = CisSecurityLevel;
1832
5379
  exports.CisSecurityLevelComparison = CisSecurityLevelComparison;
5380
+ exports.CisSecurityLevelFilter$ = CisSecurityLevelFilter$;
5381
+ exports.CisSessionMessage$ = CisSessionMessage$;
1833
5382
  exports.CisSortOrder = CisSortOrder;
1834
5383
  exports.CisStringComparison = CisStringComparison;
5384
+ exports.CisStringFilter$ = CisStringFilter$;
5385
+ exports.CisTargetResourceAggregation$ = CisTargetResourceAggregation$;
1835
5386
  exports.CisTargetStatus = CisTargetStatus;
1836
5387
  exports.CisTargetStatusComparison = CisTargetStatusComparison;
5388
+ exports.CisTargetStatusFilter$ = CisTargetStatusFilter$;
1837
5389
  exports.CisTargetStatusReason = CisTargetStatusReason;
5390
+ exports.CisTargetStatusReasonFilter$ = CisTargetStatusReasonFilter$;
5391
+ exports.CisTargets$ = CisTargets$;
5392
+ exports.CisaData$ = CisaData$;
5393
+ exports.ClusterDetails$ = ClusterDetails$;
5394
+ exports.ClusterForImageFilterCriteria$ = ClusterForImageFilterCriteria$;
5395
+ exports.ClusterInformation$ = ClusterInformation$;
5396
+ exports.ClusterMetadata$ = ClusterMetadata$;
5397
+ exports.CodeFilePath$ = CodeFilePath$;
5398
+ exports.CodeLine$ = CodeLine$;
5399
+ exports.CodeRepositoryAggregation$ = CodeRepositoryAggregation$;
5400
+ exports.CodeRepositoryAggregationResponse$ = CodeRepositoryAggregationResponse$;
5401
+ exports.CodeRepositoryDetails$ = CodeRepositoryDetails$;
5402
+ exports.CodeRepositoryMetadata$ = CodeRepositoryMetadata$;
5403
+ exports.CodeRepositoryOnDemandScan$ = CodeRepositoryOnDemandScan$;
1838
5404
  exports.CodeRepositoryProviderType = CodeRepositoryProviderType;
1839
5405
  exports.CodeRepositorySortBy = CodeRepositorySortBy;
1840
5406
  exports.CodeScanStatus = CodeScanStatus;
5407
+ exports.CodeSecurityIntegrationSummary$ = CodeSecurityIntegrationSummary$;
5408
+ exports.CodeSecurityResource$ = CodeSecurityResource$;
5409
+ exports.CodeSecurityScanConfiguration$ = CodeSecurityScanConfiguration$;
5410
+ exports.CodeSecurityScanConfigurationAssociationSummary$ = CodeSecurityScanConfigurationAssociationSummary$;
5411
+ exports.CodeSecurityScanConfigurationSummary$ = CodeSecurityScanConfigurationSummary$;
5412
+ exports.CodeSnippetError$ = CodeSnippetError$;
1841
5413
  exports.CodeSnippetErrorCode = CodeSnippetErrorCode;
5414
+ exports.CodeSnippetResult$ = CodeSnippetResult$;
5415
+ exports.CodeVulnerabilityDetails$ = CodeVulnerabilityDetails$;
5416
+ exports.ComputePlatform$ = ComputePlatform$;
1842
5417
  exports.ConfigurationLevel = ConfigurationLevel;
5418
+ exports.ConflictException = ConflictException;
5419
+ exports.ConflictException$ = ConflictException$;
5420
+ exports.ContinuousIntegrationScanConfiguration$ = ContinuousIntegrationScanConfiguration$;
1843
5421
  exports.ContinuousIntegrationScanEvent = ContinuousIntegrationScanEvent;
5422
+ exports.Counts$ = Counts$;
5423
+ exports.CoverageDateFilter$ = CoverageDateFilter$;
5424
+ exports.CoverageFilterCriteria$ = CoverageFilterCriteria$;
1844
5425
  exports.CoverageMapComparison = CoverageMapComparison;
5426
+ exports.CoverageMapFilter$ = CoverageMapFilter$;
5427
+ exports.CoverageNumberFilter$ = CoverageNumberFilter$;
1845
5428
  exports.CoverageResourceType = CoverageResourceType;
1846
5429
  exports.CoverageStringComparison = CoverageStringComparison;
5430
+ exports.CoverageStringFilter$ = CoverageStringFilter$;
5431
+ exports.CoveredResource$ = CoveredResource$;
5432
+ exports.CreateCisScanConfiguration$ = CreateCisScanConfiguration$;
1847
5433
  exports.CreateCisScanConfigurationCommand = CreateCisScanConfigurationCommand;
5434
+ exports.CreateCisScanConfigurationRequest$ = CreateCisScanConfigurationRequest$;
5435
+ exports.CreateCisScanConfigurationResponse$ = CreateCisScanConfigurationResponse$;
5436
+ exports.CreateCisTargets$ = CreateCisTargets$;
5437
+ exports.CreateCodeSecurityIntegration$ = CreateCodeSecurityIntegration$;
1848
5438
  exports.CreateCodeSecurityIntegrationCommand = CreateCodeSecurityIntegrationCommand;
5439
+ exports.CreateCodeSecurityIntegrationRequest$ = CreateCodeSecurityIntegrationRequest$;
5440
+ exports.CreateCodeSecurityIntegrationResponse$ = CreateCodeSecurityIntegrationResponse$;
5441
+ exports.CreateCodeSecurityScanConfiguration$ = CreateCodeSecurityScanConfiguration$;
1849
5442
  exports.CreateCodeSecurityScanConfigurationCommand = CreateCodeSecurityScanConfigurationCommand;
5443
+ exports.CreateCodeSecurityScanConfigurationRequest$ = CreateCodeSecurityScanConfigurationRequest$;
5444
+ exports.CreateCodeSecurityScanConfigurationResponse$ = CreateCodeSecurityScanConfigurationResponse$;
5445
+ exports.CreateFilter$ = CreateFilter$;
1850
5446
  exports.CreateFilterCommand = CreateFilterCommand;
5447
+ exports.CreateFilterRequest$ = CreateFilterRequest$;
5448
+ exports.CreateFilterResponse$ = CreateFilterResponse$;
5449
+ exports.CreateFindingsReport$ = CreateFindingsReport$;
1851
5450
  exports.CreateFindingsReportCommand = CreateFindingsReportCommand;
5451
+ exports.CreateFindingsReportRequest$ = CreateFindingsReportRequest$;
5452
+ exports.CreateFindingsReportResponse$ = CreateFindingsReportResponse$;
5453
+ exports.CreateGitLabSelfManagedIntegrationDetail$ = CreateGitLabSelfManagedIntegrationDetail$;
5454
+ exports.CreateIntegrationDetail$ = CreateIntegrationDetail$;
5455
+ exports.CreateSbomExport$ = CreateSbomExport$;
1852
5456
  exports.CreateSbomExportCommand = CreateSbomExportCommand;
5457
+ exports.CreateSbomExportRequest$ = CreateSbomExportRequest$;
5458
+ exports.CreateSbomExportResponse$ = CreateSbomExportResponse$;
1853
5459
  exports.Currency = Currency;
5460
+ exports.Cvss2$ = Cvss2$;
5461
+ exports.Cvss3$ = Cvss3$;
5462
+ exports.Cvss4$ = Cvss4$;
5463
+ exports.CvssScore$ = CvssScore$;
5464
+ exports.CvssScoreAdjustment$ = CvssScoreAdjustment$;
5465
+ exports.CvssScoreDetails$ = CvssScoreDetails$;
5466
+ exports.DailySchedule$ = DailySchedule$;
5467
+ exports.DateFilter$ = DateFilter$;
1854
5468
  exports.Day = Day;
5469
+ exports.DelegatedAdmin$ = DelegatedAdmin$;
5470
+ exports.DelegatedAdminAccount$ = DelegatedAdminAccount$;
1855
5471
  exports.DelegatedAdminStatus = DelegatedAdminStatus;
5472
+ exports.DeleteCisScanConfiguration$ = DeleteCisScanConfiguration$;
1856
5473
  exports.DeleteCisScanConfigurationCommand = DeleteCisScanConfigurationCommand;
5474
+ exports.DeleteCisScanConfigurationRequest$ = DeleteCisScanConfigurationRequest$;
5475
+ exports.DeleteCisScanConfigurationResponse$ = DeleteCisScanConfigurationResponse$;
5476
+ exports.DeleteCodeSecurityIntegration$ = DeleteCodeSecurityIntegration$;
1857
5477
  exports.DeleteCodeSecurityIntegrationCommand = DeleteCodeSecurityIntegrationCommand;
5478
+ exports.DeleteCodeSecurityIntegrationRequest$ = DeleteCodeSecurityIntegrationRequest$;
5479
+ exports.DeleteCodeSecurityIntegrationResponse$ = DeleteCodeSecurityIntegrationResponse$;
5480
+ exports.DeleteCodeSecurityScanConfiguration$ = DeleteCodeSecurityScanConfiguration$;
1858
5481
  exports.DeleteCodeSecurityScanConfigurationCommand = DeleteCodeSecurityScanConfigurationCommand;
5482
+ exports.DeleteCodeSecurityScanConfigurationRequest$ = DeleteCodeSecurityScanConfigurationRequest$;
5483
+ exports.DeleteCodeSecurityScanConfigurationResponse$ = DeleteCodeSecurityScanConfigurationResponse$;
5484
+ exports.DeleteFilter$ = DeleteFilter$;
1859
5485
  exports.DeleteFilterCommand = DeleteFilterCommand;
5486
+ exports.DeleteFilterRequest$ = DeleteFilterRequest$;
5487
+ exports.DeleteFilterResponse$ = DeleteFilterResponse$;
5488
+ exports.DescribeOrganizationConfiguration$ = DescribeOrganizationConfiguration$;
1860
5489
  exports.DescribeOrganizationConfigurationCommand = DescribeOrganizationConfigurationCommand;
5490
+ exports.DescribeOrganizationConfigurationRequest$ = DescribeOrganizationConfigurationRequest$;
5491
+ exports.DescribeOrganizationConfigurationResponse$ = DescribeOrganizationConfigurationResponse$;
5492
+ exports.Destination$ = Destination$;
5493
+ exports.Disable$ = Disable$;
1861
5494
  exports.DisableCommand = DisableCommand;
5495
+ exports.DisableDelegatedAdminAccount$ = DisableDelegatedAdminAccount$;
1862
5496
  exports.DisableDelegatedAdminAccountCommand = DisableDelegatedAdminAccountCommand;
5497
+ exports.DisableDelegatedAdminAccountRequest$ = DisableDelegatedAdminAccountRequest$;
5498
+ exports.DisableDelegatedAdminAccountResponse$ = DisableDelegatedAdminAccountResponse$;
5499
+ exports.DisableRequest$ = DisableRequest$;
5500
+ exports.DisableResponse$ = DisableResponse$;
5501
+ exports.DisassociateConfigurationRequest$ = DisassociateConfigurationRequest$;
5502
+ exports.DisassociateMember$ = DisassociateMember$;
1863
5503
  exports.DisassociateMemberCommand = DisassociateMemberCommand;
5504
+ exports.DisassociateMemberRequest$ = DisassociateMemberRequest$;
5505
+ exports.DisassociateMemberResponse$ = DisassociateMemberResponse$;
5506
+ exports.Ec2Configuration$ = Ec2Configuration$;
5507
+ exports.Ec2ConfigurationState$ = Ec2ConfigurationState$;
1864
5508
  exports.Ec2DeepInspectionStatus = Ec2DeepInspectionStatus;
5509
+ exports.Ec2InstanceAggregation$ = Ec2InstanceAggregation$;
5510
+ exports.Ec2InstanceAggregationResponse$ = Ec2InstanceAggregationResponse$;
1865
5511
  exports.Ec2InstanceSortBy = Ec2InstanceSortBy;
5512
+ exports.Ec2Metadata$ = Ec2Metadata$;
1866
5513
  exports.Ec2Platform = Ec2Platform;
1867
5514
  exports.Ec2ScanMode = Ec2ScanMode;
5515
+ exports.Ec2ScanModeState$ = Ec2ScanModeState$;
1868
5516
  exports.Ec2ScanModeStatus = Ec2ScanModeStatus;
5517
+ exports.EcrConfiguration$ = EcrConfiguration$;
5518
+ exports.EcrConfigurationState$ = EcrConfigurationState$;
5519
+ exports.EcrContainerImageMetadata$ = EcrContainerImageMetadata$;
1869
5520
  exports.EcrPullDateRescanDuration = EcrPullDateRescanDuration;
1870
5521
  exports.EcrPullDateRescanMode = EcrPullDateRescanMode;
5522
+ exports.EcrRepositoryMetadata$ = EcrRepositoryMetadata$;
1871
5523
  exports.EcrRescanDuration = EcrRescanDuration;
5524
+ exports.EcrRescanDurationState$ = EcrRescanDurationState$;
1872
5525
  exports.EcrRescanDurationStatus = EcrRescanDurationStatus;
1873
5526
  exports.EcrScanFrequency = EcrScanFrequency;
5527
+ exports.Enable$ = Enable$;
1874
5528
  exports.EnableCommand = EnableCommand;
5529
+ exports.EnableDelegatedAdminAccount$ = EnableDelegatedAdminAccount$;
1875
5530
  exports.EnableDelegatedAdminAccountCommand = EnableDelegatedAdminAccountCommand;
5531
+ exports.EnableDelegatedAdminAccountRequest$ = EnableDelegatedAdminAccountRequest$;
5532
+ exports.EnableDelegatedAdminAccountResponse$ = EnableDelegatedAdminAccountResponse$;
5533
+ exports.EnableRequest$ = EnableRequest$;
5534
+ exports.EnableResponse$ = EnableResponse$;
5535
+ exports.Epss$ = Epss$;
5536
+ exports.EpssDetails$ = EpssDetails$;
1876
5537
  exports.ErrorCode = ErrorCode;
5538
+ exports.Evidence$ = Evidence$;
1877
5539
  exports.ExploitAvailable = ExploitAvailable;
5540
+ exports.ExploitObserved$ = ExploitObserved$;
5541
+ exports.ExploitabilityDetails$ = ExploitabilityDetails$;
1878
5542
  exports.ExternalReportStatus = ExternalReportStatus;
5543
+ exports.FailedAccount$ = FailedAccount$;
5544
+ exports.FailedAssociationResult$ = FailedAssociationResult$;
5545
+ exports.FailedMemberAccountEc2DeepInspectionStatusState$ = FailedMemberAccountEc2DeepInspectionStatusState$;
5546
+ exports.Filter$ = Filter$;
1879
5547
  exports.FilterAction = FilterAction;
5548
+ exports.FilterCriteria$ = FilterCriteria$;
5549
+ exports.Finding$ = Finding$;
5550
+ exports.FindingDetail$ = FindingDetail$;
5551
+ exports.FindingDetailsError$ = FindingDetailsError$;
1880
5552
  exports.FindingDetailsErrorCode = FindingDetailsErrorCode;
1881
5553
  exports.FindingStatus = FindingStatus;
1882
5554
  exports.FindingType = FindingType;
5555
+ exports.FindingTypeAggregation$ = FindingTypeAggregation$;
5556
+ exports.FindingTypeAggregationResponse$ = FindingTypeAggregationResponse$;
1883
5557
  exports.FindingTypeSortBy = FindingTypeSortBy;
1884
5558
  exports.FixAvailable = FixAvailable;
5559
+ exports.FreeTrialAccountInfo$ = FreeTrialAccountInfo$;
5560
+ exports.FreeTrialInfo$ = FreeTrialInfo$;
5561
+ exports.FreeTrialInfoError$ = FreeTrialInfoError$;
1885
5562
  exports.FreeTrialInfoErrorCode = FreeTrialInfoErrorCode;
1886
5563
  exports.FreeTrialStatus = FreeTrialStatus;
1887
5564
  exports.FreeTrialType = FreeTrialType;
5565
+ exports.GetCisScanReport$ = GetCisScanReport$;
1888
5566
  exports.GetCisScanReportCommand = GetCisScanReportCommand;
5567
+ exports.GetCisScanReportRequest$ = GetCisScanReportRequest$;
5568
+ exports.GetCisScanReportResponse$ = GetCisScanReportResponse$;
5569
+ exports.GetCisScanResultDetails$ = GetCisScanResultDetails$;
1889
5570
  exports.GetCisScanResultDetailsCommand = GetCisScanResultDetailsCommand;
5571
+ exports.GetCisScanResultDetailsRequest$ = GetCisScanResultDetailsRequest$;
5572
+ exports.GetCisScanResultDetailsResponse$ = GetCisScanResultDetailsResponse$;
5573
+ exports.GetClustersForImage$ = GetClustersForImage$;
1890
5574
  exports.GetClustersForImageCommand = GetClustersForImageCommand;
5575
+ exports.GetClustersForImageRequest$ = GetClustersForImageRequest$;
5576
+ exports.GetClustersForImageResponse$ = GetClustersForImageResponse$;
5577
+ exports.GetCodeSecurityIntegration$ = GetCodeSecurityIntegration$;
1891
5578
  exports.GetCodeSecurityIntegrationCommand = GetCodeSecurityIntegrationCommand;
5579
+ exports.GetCodeSecurityIntegrationRequest$ = GetCodeSecurityIntegrationRequest$;
5580
+ exports.GetCodeSecurityIntegrationResponse$ = GetCodeSecurityIntegrationResponse$;
5581
+ exports.GetCodeSecurityScan$ = GetCodeSecurityScan$;
1892
5582
  exports.GetCodeSecurityScanCommand = GetCodeSecurityScanCommand;
5583
+ exports.GetCodeSecurityScanConfiguration$ = GetCodeSecurityScanConfiguration$;
1893
5584
  exports.GetCodeSecurityScanConfigurationCommand = GetCodeSecurityScanConfigurationCommand;
5585
+ exports.GetCodeSecurityScanConfigurationRequest$ = GetCodeSecurityScanConfigurationRequest$;
5586
+ exports.GetCodeSecurityScanConfigurationResponse$ = GetCodeSecurityScanConfigurationResponse$;
5587
+ exports.GetCodeSecurityScanRequest$ = GetCodeSecurityScanRequest$;
5588
+ exports.GetCodeSecurityScanResponse$ = GetCodeSecurityScanResponse$;
5589
+ exports.GetConfiguration$ = GetConfiguration$;
1894
5590
  exports.GetConfigurationCommand = GetConfigurationCommand;
5591
+ exports.GetConfigurationRequest$ = GetConfigurationRequest$;
5592
+ exports.GetConfigurationResponse$ = GetConfigurationResponse$;
5593
+ exports.GetDelegatedAdminAccount$ = GetDelegatedAdminAccount$;
1895
5594
  exports.GetDelegatedAdminAccountCommand = GetDelegatedAdminAccountCommand;
5595
+ exports.GetDelegatedAdminAccountRequest$ = GetDelegatedAdminAccountRequest$;
5596
+ exports.GetDelegatedAdminAccountResponse$ = GetDelegatedAdminAccountResponse$;
5597
+ exports.GetEc2DeepInspectionConfiguration$ = GetEc2DeepInspectionConfiguration$;
1896
5598
  exports.GetEc2DeepInspectionConfigurationCommand = GetEc2DeepInspectionConfigurationCommand;
5599
+ exports.GetEc2DeepInspectionConfigurationRequest$ = GetEc2DeepInspectionConfigurationRequest$;
5600
+ exports.GetEc2DeepInspectionConfigurationResponse$ = GetEc2DeepInspectionConfigurationResponse$;
5601
+ exports.GetEncryptionKey$ = GetEncryptionKey$;
1897
5602
  exports.GetEncryptionKeyCommand = GetEncryptionKeyCommand;
5603
+ exports.GetEncryptionKeyRequest$ = GetEncryptionKeyRequest$;
5604
+ exports.GetEncryptionKeyResponse$ = GetEncryptionKeyResponse$;
5605
+ exports.GetFindingsReportStatus$ = GetFindingsReportStatus$;
1898
5606
  exports.GetFindingsReportStatusCommand = GetFindingsReportStatusCommand;
5607
+ exports.GetFindingsReportStatusRequest$ = GetFindingsReportStatusRequest$;
5608
+ exports.GetFindingsReportStatusResponse$ = GetFindingsReportStatusResponse$;
5609
+ exports.GetMember$ = GetMember$;
1899
5610
  exports.GetMemberCommand = GetMemberCommand;
5611
+ exports.GetMemberRequest$ = GetMemberRequest$;
5612
+ exports.GetMemberResponse$ = GetMemberResponse$;
5613
+ exports.GetSbomExport$ = GetSbomExport$;
1900
5614
  exports.GetSbomExportCommand = GetSbomExportCommand;
5615
+ exports.GetSbomExportRequest$ = GetSbomExportRequest$;
5616
+ exports.GetSbomExportResponse$ = GetSbomExportResponse$;
1901
5617
  exports.GroupKey = GroupKey;
5618
+ exports.ImageLayerAggregation$ = ImageLayerAggregation$;
5619
+ exports.ImageLayerAggregationResponse$ = ImageLayerAggregationResponse$;
1902
5620
  exports.ImageLayerSortBy = ImageLayerSortBy;
1903
5621
  exports.Inspector2 = Inspector2;
1904
5622
  exports.Inspector2Client = Inspector2Client;
5623
+ exports.Inspector2ServiceException = Inspector2ServiceException;
5624
+ exports.Inspector2ServiceException$ = Inspector2ServiceException$;
5625
+ exports.InspectorScoreDetails$ = InspectorScoreDetails$;
1905
5626
  exports.IntegrationStatus = IntegrationStatus;
1906
5627
  exports.IntegrationType = IntegrationType;
5628
+ exports.InternalServerException = InternalServerException;
5629
+ exports.InternalServerException$ = InternalServerException$;
5630
+ exports.LambdaFunctionAggregation$ = LambdaFunctionAggregation$;
5631
+ exports.LambdaFunctionAggregationResponse$ = LambdaFunctionAggregationResponse$;
5632
+ exports.LambdaFunctionMetadata$ = LambdaFunctionMetadata$;
1907
5633
  exports.LambdaFunctionSortBy = LambdaFunctionSortBy;
5634
+ exports.LambdaLayerAggregation$ = LambdaLayerAggregation$;
5635
+ exports.LambdaLayerAggregationResponse$ = LambdaLayerAggregationResponse$;
1908
5636
  exports.LambdaLayerSortBy = LambdaLayerSortBy;
5637
+ exports.LambdaVpcConfig$ = LambdaVpcConfig$;
5638
+ exports.ListAccountPermissions$ = ListAccountPermissions$;
1909
5639
  exports.ListAccountPermissionsCommand = ListAccountPermissionsCommand;
5640
+ exports.ListAccountPermissionsRequest$ = ListAccountPermissionsRequest$;
5641
+ exports.ListAccountPermissionsResponse$ = ListAccountPermissionsResponse$;
5642
+ exports.ListCisScanConfigurations$ = ListCisScanConfigurations$;
1910
5643
  exports.ListCisScanConfigurationsCommand = ListCisScanConfigurationsCommand;
5644
+ exports.ListCisScanConfigurationsFilterCriteria$ = ListCisScanConfigurationsFilterCriteria$;
5645
+ exports.ListCisScanConfigurationsRequest$ = ListCisScanConfigurationsRequest$;
5646
+ exports.ListCisScanConfigurationsResponse$ = ListCisScanConfigurationsResponse$;
5647
+ exports.ListCisScanResultsAggregatedByChecks$ = ListCisScanResultsAggregatedByChecks$;
1911
5648
  exports.ListCisScanResultsAggregatedByChecksCommand = ListCisScanResultsAggregatedByChecksCommand;
5649
+ exports.ListCisScanResultsAggregatedByChecksRequest$ = ListCisScanResultsAggregatedByChecksRequest$;
5650
+ exports.ListCisScanResultsAggregatedByChecksResponse$ = ListCisScanResultsAggregatedByChecksResponse$;
5651
+ exports.ListCisScanResultsAggregatedByTargetResource$ = ListCisScanResultsAggregatedByTargetResource$;
1912
5652
  exports.ListCisScanResultsAggregatedByTargetResourceCommand = ListCisScanResultsAggregatedByTargetResourceCommand;
5653
+ exports.ListCisScanResultsAggregatedByTargetResourceRequest$ = ListCisScanResultsAggregatedByTargetResourceRequest$;
5654
+ exports.ListCisScanResultsAggregatedByTargetResourceResponse$ = ListCisScanResultsAggregatedByTargetResourceResponse$;
5655
+ exports.ListCisScans$ = ListCisScans$;
1913
5656
  exports.ListCisScansCommand = ListCisScansCommand;
1914
5657
  exports.ListCisScansDetailLevel = ListCisScansDetailLevel;
5658
+ exports.ListCisScansFilterCriteria$ = ListCisScansFilterCriteria$;
5659
+ exports.ListCisScansRequest$ = ListCisScansRequest$;
5660
+ exports.ListCisScansResponse$ = ListCisScansResponse$;
1915
5661
  exports.ListCisScansSortBy = ListCisScansSortBy;
5662
+ exports.ListCodeSecurityIntegrations$ = ListCodeSecurityIntegrations$;
1916
5663
  exports.ListCodeSecurityIntegrationsCommand = ListCodeSecurityIntegrationsCommand;
5664
+ exports.ListCodeSecurityIntegrationsRequest$ = ListCodeSecurityIntegrationsRequest$;
5665
+ exports.ListCodeSecurityIntegrationsResponse$ = ListCodeSecurityIntegrationsResponse$;
5666
+ exports.ListCodeSecurityScanConfigurationAssociations$ = ListCodeSecurityScanConfigurationAssociations$;
1917
5667
  exports.ListCodeSecurityScanConfigurationAssociationsCommand = ListCodeSecurityScanConfigurationAssociationsCommand;
5668
+ exports.ListCodeSecurityScanConfigurationAssociationsRequest$ = ListCodeSecurityScanConfigurationAssociationsRequest$;
5669
+ exports.ListCodeSecurityScanConfigurationAssociationsResponse$ = ListCodeSecurityScanConfigurationAssociationsResponse$;
5670
+ exports.ListCodeSecurityScanConfigurations$ = ListCodeSecurityScanConfigurations$;
1918
5671
  exports.ListCodeSecurityScanConfigurationsCommand = ListCodeSecurityScanConfigurationsCommand;
5672
+ exports.ListCodeSecurityScanConfigurationsRequest$ = ListCodeSecurityScanConfigurationsRequest$;
5673
+ exports.ListCodeSecurityScanConfigurationsResponse$ = ListCodeSecurityScanConfigurationsResponse$;
5674
+ exports.ListCoverage$ = ListCoverage$;
1919
5675
  exports.ListCoverageCommand = ListCoverageCommand;
5676
+ exports.ListCoverageRequest$ = ListCoverageRequest$;
5677
+ exports.ListCoverageResponse$ = ListCoverageResponse$;
5678
+ exports.ListCoverageStatistics$ = ListCoverageStatistics$;
1920
5679
  exports.ListCoverageStatisticsCommand = ListCoverageStatisticsCommand;
5680
+ exports.ListCoverageStatisticsRequest$ = ListCoverageStatisticsRequest$;
5681
+ exports.ListCoverageStatisticsResponse$ = ListCoverageStatisticsResponse$;
5682
+ exports.ListDelegatedAdminAccounts$ = ListDelegatedAdminAccounts$;
1921
5683
  exports.ListDelegatedAdminAccountsCommand = ListDelegatedAdminAccountsCommand;
5684
+ exports.ListDelegatedAdminAccountsRequest$ = ListDelegatedAdminAccountsRequest$;
5685
+ exports.ListDelegatedAdminAccountsResponse$ = ListDelegatedAdminAccountsResponse$;
5686
+ exports.ListFilters$ = ListFilters$;
1922
5687
  exports.ListFiltersCommand = ListFiltersCommand;
5688
+ exports.ListFiltersRequest$ = ListFiltersRequest$;
5689
+ exports.ListFiltersResponse$ = ListFiltersResponse$;
5690
+ exports.ListFindingAggregations$ = ListFindingAggregations$;
1923
5691
  exports.ListFindingAggregationsCommand = ListFindingAggregationsCommand;
5692
+ exports.ListFindingAggregationsRequest$ = ListFindingAggregationsRequest$;
5693
+ exports.ListFindingAggregationsResponse$ = ListFindingAggregationsResponse$;
5694
+ exports.ListFindings$ = ListFindings$;
1924
5695
  exports.ListFindingsCommand = ListFindingsCommand;
5696
+ exports.ListFindingsRequest$ = ListFindingsRequest$;
5697
+ exports.ListFindingsResponse$ = ListFindingsResponse$;
5698
+ exports.ListMembers$ = ListMembers$;
1925
5699
  exports.ListMembersCommand = ListMembersCommand;
5700
+ exports.ListMembersRequest$ = ListMembersRequest$;
5701
+ exports.ListMembersResponse$ = ListMembersResponse$;
5702
+ exports.ListTagsForResource$ = ListTagsForResource$;
1926
5703
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5704
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
5705
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
5706
+ exports.ListUsageTotals$ = ListUsageTotals$;
1927
5707
  exports.ListUsageTotalsCommand = ListUsageTotalsCommand;
5708
+ exports.ListUsageTotalsRequest$ = ListUsageTotalsRequest$;
5709
+ exports.ListUsageTotalsResponse$ = ListUsageTotalsResponse$;
1928
5710
  exports.MapComparison = MapComparison;
5711
+ exports.MapFilter$ = MapFilter$;
5712
+ exports.Member$ = Member$;
5713
+ exports.MemberAccountEc2DeepInspectionStatus$ = MemberAccountEc2DeepInspectionStatus$;
5714
+ exports.MemberAccountEc2DeepInspectionStatusState$ = MemberAccountEc2DeepInspectionStatusState$;
5715
+ exports.MonthlySchedule$ = MonthlySchedule$;
5716
+ exports.NetworkPath$ = NetworkPath$;
1929
5717
  exports.NetworkProtocol = NetworkProtocol;
5718
+ exports.NetworkReachabilityDetails$ = NetworkReachabilityDetails$;
5719
+ exports.NumberFilter$ = NumberFilter$;
5720
+ exports.OneTimeSchedule$ = OneTimeSchedule$;
1930
5721
  exports.Operation = Operation;
5722
+ exports.PackageAggregation$ = PackageAggregation$;
5723
+ exports.PackageAggregationResponse$ = PackageAggregationResponse$;
5724
+ exports.PackageFilter$ = PackageFilter$;
1931
5725
  exports.PackageManager = PackageManager;
1932
5726
  exports.PackageSortBy = PackageSortBy;
1933
5727
  exports.PackageType = PackageType;
5728
+ exports.PackageVulnerabilityDetails$ = PackageVulnerabilityDetails$;
5729
+ exports.PeriodicScanConfiguration$ = PeriodicScanConfiguration$;
1934
5730
  exports.PeriodicScanFrequency = PeriodicScanFrequency;
5731
+ exports.Permission$ = Permission$;
5732
+ exports.PortRange$ = PortRange$;
5733
+ exports.PortRangeFilter$ = PortRangeFilter$;
5734
+ exports.ProjectCodeSecurityScanConfiguration$ = ProjectCodeSecurityScanConfiguration$;
5735
+ exports.ProjectContinuousIntegrationScanConfiguration$ = ProjectContinuousIntegrationScanConfiguration$;
5736
+ exports.ProjectPeriodicScanConfiguration$ = ProjectPeriodicScanConfiguration$;
1935
5737
  exports.ProjectSelectionScope = ProjectSelectionScope;
5738
+ exports.Recommendation$ = Recommendation$;
1936
5739
  exports.RelationshipStatus = RelationshipStatus;
5740
+ exports.Remediation$ = Remediation$;
1937
5741
  exports.ReportFormat = ReportFormat;
1938
5742
  exports.ReportingErrorCode = ReportingErrorCode;
5743
+ exports.RepositoryAggregation$ = RepositoryAggregation$;
5744
+ exports.RepositoryAggregationResponse$ = RepositoryAggregationResponse$;
1939
5745
  exports.RepositorySortBy = RepositorySortBy;
5746
+ exports.ResetEncryptionKey$ = ResetEncryptionKey$;
1940
5747
  exports.ResetEncryptionKeyCommand = ResetEncryptionKeyCommand;
5748
+ exports.ResetEncryptionKeyRequest$ = ResetEncryptionKeyRequest$;
5749
+ exports.ResetEncryptionKeyResponse$ = ResetEncryptionKeyResponse$;
5750
+ exports.Resource$ = Resource$;
5751
+ exports.ResourceDetails$ = ResourceDetails$;
5752
+ exports.ResourceFilterCriteria$ = ResourceFilterCriteria$;
1941
5753
  exports.ResourceMapComparison = ResourceMapComparison;
5754
+ exports.ResourceMapFilter$ = ResourceMapFilter$;
5755
+ exports.ResourceNotFoundException = ResourceNotFoundException;
5756
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5757
+ exports.ResourceScanMetadata$ = ResourceScanMetadata$;
1942
5758
  exports.ResourceScanType = ResourceScanType;
5759
+ exports.ResourceState$ = ResourceState$;
5760
+ exports.ResourceStatus$ = ResourceStatus$;
1943
5761
  exports.ResourceStringComparison = ResourceStringComparison;
5762
+ exports.ResourceStringFilter$ = ResourceStringFilter$;
1944
5763
  exports.ResourceType = ResourceType;
1945
5764
  exports.RuleSetCategory = RuleSetCategory;
1946
5765
  exports.Runtime = Runtime;
1947
5766
  exports.SbomReportFormat = SbomReportFormat;
1948
5767
  exports.ScanMode = ScanMode;
5768
+ exports.ScanStatus$ = ScanStatus$;
1949
5769
  exports.ScanStatusCode = ScanStatusCode;
1950
5770
  exports.ScanStatusReason = ScanStatusReason;
1951
5771
  exports.ScanType = ScanType;
5772
+ exports.Schedule$ = Schedule$;
5773
+ exports.ScopeSettings$ = ScopeSettings$;
5774
+ exports.SearchVulnerabilities$ = SearchVulnerabilities$;
1952
5775
  exports.SearchVulnerabilitiesCommand = SearchVulnerabilitiesCommand;
5776
+ exports.SearchVulnerabilitiesFilterCriteria$ = SearchVulnerabilitiesFilterCriteria$;
5777
+ exports.SearchVulnerabilitiesRequest$ = SearchVulnerabilitiesRequest$;
5778
+ exports.SearchVulnerabilitiesResponse$ = SearchVulnerabilitiesResponse$;
5779
+ exports.SendCisSessionHealth$ = SendCisSessionHealth$;
1953
5780
  exports.SendCisSessionHealthCommand = SendCisSessionHealthCommand;
5781
+ exports.SendCisSessionHealthRequest$ = SendCisSessionHealthRequest$;
5782
+ exports.SendCisSessionHealthResponse$ = SendCisSessionHealthResponse$;
5783
+ exports.SendCisSessionTelemetry$ = SendCisSessionTelemetry$;
1954
5784
  exports.SendCisSessionTelemetryCommand = SendCisSessionTelemetryCommand;
5785
+ exports.SendCisSessionTelemetryRequest$ = SendCisSessionTelemetryRequest$;
5786
+ exports.SendCisSessionTelemetryResponse$ = SendCisSessionTelemetryResponse$;
1955
5787
  exports.Service = Service;
5788
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
5789
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1956
5790
  exports.Severity = Severity;
5791
+ exports.SeverityCounts$ = SeverityCounts$;
5792
+ exports.SortCriteria$ = SortCriteria$;
1957
5793
  exports.SortField = SortField;
1958
5794
  exports.SortOrder = SortOrder;
5795
+ exports.StartCisSession$ = StartCisSession$;
1959
5796
  exports.StartCisSessionCommand = StartCisSessionCommand;
5797
+ exports.StartCisSessionMessage$ = StartCisSessionMessage$;
5798
+ exports.StartCisSessionRequest$ = StartCisSessionRequest$;
5799
+ exports.StartCisSessionResponse$ = StartCisSessionResponse$;
5800
+ exports.StartCodeSecurityScan$ = StartCodeSecurityScan$;
1960
5801
  exports.StartCodeSecurityScanCommand = StartCodeSecurityScanCommand;
5802
+ exports.StartCodeSecurityScanRequest$ = StartCodeSecurityScanRequest$;
5803
+ exports.StartCodeSecurityScanResponse$ = StartCodeSecurityScanResponse$;
5804
+ exports.State$ = State$;
1961
5805
  exports.Status = Status;
5806
+ exports.StatusCounts$ = StatusCounts$;
5807
+ exports.Step$ = Step$;
5808
+ exports.StopCisMessageProgress$ = StopCisMessageProgress$;
5809
+ exports.StopCisSession$ = StopCisSession$;
1962
5810
  exports.StopCisSessionCommand = StopCisSessionCommand;
5811
+ exports.StopCisSessionMessage$ = StopCisSessionMessage$;
5812
+ exports.StopCisSessionRequest$ = StopCisSessionRequest$;
5813
+ exports.StopCisSessionResponse$ = StopCisSessionResponse$;
1963
5814
  exports.StopCisSessionStatus = StopCisSessionStatus;
1964
5815
  exports.StringComparison = StringComparison;
5816
+ exports.StringFilter$ = StringFilter$;
5817
+ exports.SuccessfulAssociationResult$ = SuccessfulAssociationResult$;
5818
+ exports.SuggestedFix$ = SuggestedFix$;
1965
5819
  exports.TagComparison = TagComparison;
5820
+ exports.TagFilter$ = TagFilter$;
5821
+ exports.TagResource$ = TagResource$;
1966
5822
  exports.TagResourceCommand = TagResourceCommand;
5823
+ exports.TagResourceRequest$ = TagResourceRequest$;
5824
+ exports.TagResourceResponse$ = TagResourceResponse$;
5825
+ exports.ThrottlingException = ThrottlingException;
5826
+ exports.ThrottlingException$ = ThrottlingException$;
5827
+ exports.Time$ = Time$;
5828
+ exports.TitleAggregation$ = TitleAggregation$;
5829
+ exports.TitleAggregationResponse$ = TitleAggregationResponse$;
1967
5830
  exports.TitleSortBy = TitleSortBy;
5831
+ exports.UntagResource$ = UntagResource$;
1968
5832
  exports.UntagResourceCommand = UntagResourceCommand;
5833
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
5834
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
5835
+ exports.UpdateCisScanConfiguration$ = UpdateCisScanConfiguration$;
1969
5836
  exports.UpdateCisScanConfigurationCommand = UpdateCisScanConfigurationCommand;
5837
+ exports.UpdateCisScanConfigurationRequest$ = UpdateCisScanConfigurationRequest$;
5838
+ exports.UpdateCisScanConfigurationResponse$ = UpdateCisScanConfigurationResponse$;
5839
+ exports.UpdateCisTargets$ = UpdateCisTargets$;
5840
+ exports.UpdateCodeSecurityIntegration$ = UpdateCodeSecurityIntegration$;
1970
5841
  exports.UpdateCodeSecurityIntegrationCommand = UpdateCodeSecurityIntegrationCommand;
5842
+ exports.UpdateCodeSecurityIntegrationRequest$ = UpdateCodeSecurityIntegrationRequest$;
5843
+ exports.UpdateCodeSecurityIntegrationResponse$ = UpdateCodeSecurityIntegrationResponse$;
5844
+ exports.UpdateCodeSecurityScanConfiguration$ = UpdateCodeSecurityScanConfiguration$;
1971
5845
  exports.UpdateCodeSecurityScanConfigurationCommand = UpdateCodeSecurityScanConfigurationCommand;
5846
+ exports.UpdateCodeSecurityScanConfigurationRequest$ = UpdateCodeSecurityScanConfigurationRequest$;
5847
+ exports.UpdateCodeSecurityScanConfigurationResponse$ = UpdateCodeSecurityScanConfigurationResponse$;
5848
+ exports.UpdateConfiguration$ = UpdateConfiguration$;
1972
5849
  exports.UpdateConfigurationCommand = UpdateConfigurationCommand;
5850
+ exports.UpdateConfigurationRequest$ = UpdateConfigurationRequest$;
5851
+ exports.UpdateConfigurationResponse$ = UpdateConfigurationResponse$;
5852
+ exports.UpdateEc2DeepInspectionConfiguration$ = UpdateEc2DeepInspectionConfiguration$;
1973
5853
  exports.UpdateEc2DeepInspectionConfigurationCommand = UpdateEc2DeepInspectionConfigurationCommand;
5854
+ exports.UpdateEc2DeepInspectionConfigurationRequest$ = UpdateEc2DeepInspectionConfigurationRequest$;
5855
+ exports.UpdateEc2DeepInspectionConfigurationResponse$ = UpdateEc2DeepInspectionConfigurationResponse$;
5856
+ exports.UpdateEncryptionKey$ = UpdateEncryptionKey$;
1974
5857
  exports.UpdateEncryptionKeyCommand = UpdateEncryptionKeyCommand;
5858
+ exports.UpdateEncryptionKeyRequest$ = UpdateEncryptionKeyRequest$;
5859
+ exports.UpdateEncryptionKeyResponse$ = UpdateEncryptionKeyResponse$;
5860
+ exports.UpdateFilter$ = UpdateFilter$;
1975
5861
  exports.UpdateFilterCommand = UpdateFilterCommand;
5862
+ exports.UpdateFilterRequest$ = UpdateFilterRequest$;
5863
+ exports.UpdateFilterResponse$ = UpdateFilterResponse$;
5864
+ exports.UpdateGitHubIntegrationDetail$ = UpdateGitHubIntegrationDetail$;
5865
+ exports.UpdateGitLabSelfManagedIntegrationDetail$ = UpdateGitLabSelfManagedIntegrationDetail$;
5866
+ exports.UpdateIntegrationDetails$ = UpdateIntegrationDetails$;
5867
+ exports.UpdateOrgEc2DeepInspectionConfiguration$ = UpdateOrgEc2DeepInspectionConfiguration$;
1976
5868
  exports.UpdateOrgEc2DeepInspectionConfigurationCommand = UpdateOrgEc2DeepInspectionConfigurationCommand;
5869
+ exports.UpdateOrgEc2DeepInspectionConfigurationRequest$ = UpdateOrgEc2DeepInspectionConfigurationRequest$;
5870
+ exports.UpdateOrgEc2DeepInspectionConfigurationResponse$ = UpdateOrgEc2DeepInspectionConfigurationResponse$;
5871
+ exports.UpdateOrganizationConfiguration$ = UpdateOrganizationConfiguration$;
1977
5872
  exports.UpdateOrganizationConfigurationCommand = UpdateOrganizationConfigurationCommand;
5873
+ exports.UpdateOrganizationConfigurationRequest$ = UpdateOrganizationConfigurationRequest$;
5874
+ exports.UpdateOrganizationConfigurationResponse$ = UpdateOrganizationConfigurationResponse$;
5875
+ exports.Usage$ = Usage$;
5876
+ exports.UsageTotal$ = UsageTotal$;
1978
5877
  exports.UsageType = UsageType;
5878
+ exports.VMScannerState$ = VMScannerState$;
1979
5879
  exports.VMScannerStatus = VMScannerStatus;
5880
+ exports.ValidationException = ValidationException;
5881
+ exports.ValidationException$ = ValidationException$;
5882
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1980
5883
  exports.ValidationExceptionReason = ValidationExceptionReason;
5884
+ exports.Vulnerability$ = Vulnerability$;
1981
5885
  exports.VulnerabilitySource = VulnerabilitySource;
5886
+ exports.VulnerablePackage$ = VulnerablePackage$;
5887
+ exports.WeeklySchedule$ = WeeklySchedule$;
5888
+ exports.errorTypeRegistries = errorTypeRegistries;
1982
5889
  exports.paginateGetCisScanResultDetails = paginateGetCisScanResultDetails;
1983
5890
  exports.paginateGetClustersForImage = paginateGetClustersForImage;
1984
5891
  exports.paginateListAccountPermissions = paginateListAccountPermissions;