@aws-sdk/client-config-service 3.1074.0 → 3.1076.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,57 @@
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, defaultConfigServiceHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { AssociateResourceTypes$, BatchGetAggregateResourceConfig$, BatchGetResourceConfig$, DeleteAggregationAuthorization$, DeleteConfigRule$, DeleteConfigurationAggregator$, DeleteConfigurationRecorder$, DeleteConformancePack$, DeleteDeliveryChannel$, DeleteEvaluationResults$, DeleteOrganizationConfigRule$, DeleteOrganizationConformancePack$, DeletePendingAggregationRequest$, DeleteRemediationConfiguration$, DeleteRemediationExceptions$, DeleteResourceConfig$, DeleteRetentionConfiguration$, DeleteServiceLinkedConfigurationRecorder$, DeleteStoredQuery$, DeliverConfigSnapshot$, DescribeAggregateComplianceByConfigRules$, DescribeAggregateComplianceByConformancePacks$, DescribeAggregationAuthorizations$, DescribeComplianceByConfigRule$, DescribeComplianceByResource$, DescribeConfigRuleEvaluationStatus$, DescribeConfigRules$, DescribeConfigurationAggregators$, DescribeConfigurationAggregatorSourcesStatus$, DescribeConfigurationRecorders$, DescribeConfigurationRecorderStatus$, DescribeConformancePackCompliance$, DescribeConformancePacks$, DescribeConformancePackStatus$, DescribeDeliveryChannels$, DescribeDeliveryChannelStatus$, DescribeOrganizationConfigRules$, DescribeOrganizationConfigRuleStatuses$, DescribeOrganizationConformancePacks$, DescribeOrganizationConformancePackStatuses$, DescribePendingAggregationRequests$, DescribeRemediationConfigurations$, DescribeRemediationExceptions$, DescribeRemediationExecutionStatus$, DescribeRetentionConfigurations$, DisassociateResourceTypes$, GetAggregateComplianceDetailsByConfigRule$, GetAggregateConfigRuleComplianceSummary$, GetAggregateConformancePackComplianceSummary$, GetAggregateDiscoveredResourceCounts$, GetAggregateResourceConfig$, GetComplianceDetailsByConfigRule$, GetComplianceDetailsByResource$, GetComplianceSummaryByConfigRule$, GetComplianceSummaryByResourceType$, GetConformancePackComplianceDetails$, GetConformancePackComplianceSummary$, GetCustomRulePolicy$, GetDiscoveredResourceCounts$, GetOrganizationConfigRuleDetailedStatus$, GetOrganizationConformancePackDetailedStatus$, GetOrganizationCustomRulePolicy$, GetResourceConfigHistory$, GetResourceEvaluationSummary$, GetStoredQuery$, ListAggregateDiscoveredResources$, ListConfigurationRecorders$, ListConformancePackComplianceScores$, ListDiscoveredResources$, ListResourceEvaluations$, ListStoredQueries$, ListTagsForResource$, PutAggregationAuthorization$, PutConfigRule$, PutConfigurationAggregator$, PutConfigurationRecorder$, PutConformancePack$, PutDeliveryChannel$, PutEvaluations$, PutExternalEvaluation$, PutOrganizationConfigRule$, PutOrganizationConformancePack$, PutRemediationConfigurations$, PutRemediationExceptions$, PutResourceConfig$, PutRetentionConfiguration$, PutServiceLinkedConfigurationRecorder$, PutStoredQuery$, SelectAggregateResourceConfig$, SelectResourceConfig$, StartConfigRulesEvaluation$, StartConfigurationRecorder$, StartRemediationExecution$, StartResourceEvaluation$, StopConfigurationRecorder$, TagResource$, UntagResource$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { ConfigServiceServiceException } = require("./models/ConfigServiceServiceException");
18
- exports.ConfigServiceServiceException = ConfigServiceServiceException;
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, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultConfigServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "config",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultConfigServiceHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,3864 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
85
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
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://config-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
93
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
94
+ ["https://config.{Region}.amazonaws.com", i],
95
+ ["https://config-fips.{Region}.{PartitionResult#dnsSuffix}", i],
96
+ [a, "FIPS is enabled but this partition does not support FIPS"],
97
+ ["https://config.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
98
+ [a, "DualStack is enabled but this partition does not support DualStack"],
99
+ ["https://config.{Region}.{PartitionResult#dnsSuffix}", i],
100
+ [a, "Invalid Configuration: Missing Region"]
101
+ ]
102
+ };
103
+ const root = 2;
104
+ const r = 100_000_000;
105
+ const nodes = new Int32Array([
106
+ -1, 1, -1,
107
+ 0, 13, 3,
108
+ 1, 4, r + 12,
109
+ 2, 5, r + 12,
110
+ 3, 8, 6,
111
+ 4, 7, r + 11,
112
+ 5, r + 9, r + 10,
113
+ 4, 11, 9,
114
+ 6, 10, r + 8,
115
+ 7, r + 6, r + 7,
116
+ 5, 12, r + 5,
117
+ 6, r + 4, r + 5,
118
+ 3, r + 1, 14,
119
+ 4, r + 2, r + 3,
120
+ ]);
121
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
122
+
123
+ const cache = new EndpointCache({
124
+ size: 50,
125
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
126
+ });
127
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
128
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
129
+ endpointParams: endpointParams,
130
+ logger: context.logger,
131
+ }));
132
+ };
133
+ customEndpointFunctions.aws = awsEndpointFunctions;
134
+
135
+ class ConfigServiceServiceException extends ServiceException {
136
+ constructor(options) {
137
+ super(options);
138
+ Object.setPrototypeOf(this, ConfigServiceServiceException.prototype);
139
+ }
140
+ }
141
+
142
+ class ConflictException extends ConfigServiceServiceException {
143
+ name = "ConflictException";
144
+ $fault = "client";
145
+ constructor(opts) {
146
+ super({
147
+ name: "ConflictException",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ Object.setPrototypeOf(this, ConflictException.prototype);
152
+ }
153
+ }
154
+ class NoSuchConfigurationRecorderException extends ConfigServiceServiceException {
155
+ name = "NoSuchConfigurationRecorderException";
156
+ $fault = "client";
157
+ constructor(opts) {
158
+ super({
159
+ name: "NoSuchConfigurationRecorderException",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ Object.setPrototypeOf(this, NoSuchConfigurationRecorderException.prototype);
164
+ }
165
+ }
166
+ class ValidationException extends ConfigServiceServiceException {
167
+ name = "ValidationException";
168
+ $fault = "client";
169
+ constructor(opts) {
170
+ super({
171
+ name: "ValidationException",
172
+ $fault: "client",
173
+ ...opts,
174
+ });
175
+ Object.setPrototypeOf(this, ValidationException.prototype);
176
+ }
177
+ }
178
+ class NoSuchConfigurationAggregatorException extends ConfigServiceServiceException {
179
+ name = "NoSuchConfigurationAggregatorException";
180
+ $fault = "client";
181
+ constructor(opts) {
182
+ super({
183
+ name: "NoSuchConfigurationAggregatorException",
184
+ $fault: "client",
185
+ ...opts,
186
+ });
187
+ Object.setPrototypeOf(this, NoSuchConfigurationAggregatorException.prototype);
188
+ }
189
+ }
190
+ class NoAvailableConfigurationRecorderException extends ConfigServiceServiceException {
191
+ name = "NoAvailableConfigurationRecorderException";
192
+ $fault = "client";
193
+ constructor(opts) {
194
+ super({
195
+ name: "NoAvailableConfigurationRecorderException",
196
+ $fault: "client",
197
+ ...opts,
198
+ });
199
+ Object.setPrototypeOf(this, NoAvailableConfigurationRecorderException.prototype);
200
+ }
201
+ }
202
+ class ConformancePackTemplateValidationException extends ConfigServiceServiceException {
203
+ name = "ConformancePackTemplateValidationException";
204
+ $fault = "client";
205
+ constructor(opts) {
206
+ super({
207
+ name: "ConformancePackTemplateValidationException",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ Object.setPrototypeOf(this, ConformancePackTemplateValidationException.prototype);
212
+ }
213
+ }
214
+ class InvalidParameterValueException extends ConfigServiceServiceException {
215
+ name = "InvalidParameterValueException";
216
+ $fault = "client";
217
+ constructor(opts) {
218
+ super({
219
+ name: "InvalidParameterValueException",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
224
+ }
225
+ }
226
+ class NoSuchConfigRuleException extends ConfigServiceServiceException {
227
+ name = "NoSuchConfigRuleException";
228
+ $fault = "client";
229
+ constructor(opts) {
230
+ super({
231
+ name: "NoSuchConfigRuleException",
232
+ $fault: "client",
233
+ ...opts,
234
+ });
235
+ Object.setPrototypeOf(this, NoSuchConfigRuleException.prototype);
236
+ }
237
+ }
238
+ class ResourceInUseException extends ConfigServiceServiceException {
239
+ name = "ResourceInUseException";
240
+ $fault = "client";
241
+ constructor(opts) {
242
+ super({
243
+ name: "ResourceInUseException",
244
+ $fault: "client",
245
+ ...opts,
246
+ });
247
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
248
+ }
249
+ }
250
+ class UnmodifiableEntityException extends ConfigServiceServiceException {
251
+ name = "UnmodifiableEntityException";
252
+ $fault = "client";
253
+ constructor(opts) {
254
+ super({
255
+ name: "UnmodifiableEntityException",
256
+ $fault: "client",
257
+ ...opts,
258
+ });
259
+ Object.setPrototypeOf(this, UnmodifiableEntityException.prototype);
260
+ }
261
+ }
262
+ class NoSuchConformancePackException extends ConfigServiceServiceException {
263
+ name = "NoSuchConformancePackException";
264
+ $fault = "client";
265
+ constructor(opts) {
266
+ super({
267
+ name: "NoSuchConformancePackException",
268
+ $fault: "client",
269
+ ...opts,
270
+ });
271
+ Object.setPrototypeOf(this, NoSuchConformancePackException.prototype);
272
+ }
273
+ }
274
+ class LastDeliveryChannelDeleteFailedException extends ConfigServiceServiceException {
275
+ name = "LastDeliveryChannelDeleteFailedException";
276
+ $fault = "client";
277
+ constructor(opts) {
278
+ super({
279
+ name: "LastDeliveryChannelDeleteFailedException",
280
+ $fault: "client",
281
+ ...opts,
282
+ });
283
+ Object.setPrototypeOf(this, LastDeliveryChannelDeleteFailedException.prototype);
284
+ }
285
+ }
286
+ class NoSuchDeliveryChannelException extends ConfigServiceServiceException {
287
+ name = "NoSuchDeliveryChannelException";
288
+ $fault = "client";
289
+ constructor(opts) {
290
+ super({
291
+ name: "NoSuchDeliveryChannelException",
292
+ $fault: "client",
293
+ ...opts,
294
+ });
295
+ Object.setPrototypeOf(this, NoSuchDeliveryChannelException.prototype);
296
+ }
297
+ }
298
+ class NoSuchOrganizationConfigRuleException extends ConfigServiceServiceException {
299
+ name = "NoSuchOrganizationConfigRuleException";
300
+ $fault = "client";
301
+ constructor(opts) {
302
+ super({
303
+ name: "NoSuchOrganizationConfigRuleException",
304
+ $fault: "client",
305
+ ...opts,
306
+ });
307
+ Object.setPrototypeOf(this, NoSuchOrganizationConfigRuleException.prototype);
308
+ }
309
+ }
310
+ class OrganizationAccessDeniedException extends ConfigServiceServiceException {
311
+ name = "OrganizationAccessDeniedException";
312
+ $fault = "client";
313
+ constructor(opts) {
314
+ super({
315
+ name: "OrganizationAccessDeniedException",
316
+ $fault: "client",
317
+ ...opts,
318
+ });
319
+ Object.setPrototypeOf(this, OrganizationAccessDeniedException.prototype);
320
+ }
321
+ }
322
+ class NoSuchOrganizationConformancePackException extends ConfigServiceServiceException {
323
+ name = "NoSuchOrganizationConformancePackException";
324
+ $fault = "client";
325
+ constructor(opts) {
326
+ super({
327
+ name: "NoSuchOrganizationConformancePackException",
328
+ $fault: "client",
329
+ ...opts,
330
+ });
331
+ Object.setPrototypeOf(this, NoSuchOrganizationConformancePackException.prototype);
332
+ }
333
+ }
334
+ class InsufficientPermissionsException extends ConfigServiceServiceException {
335
+ name = "InsufficientPermissionsException";
336
+ $fault = "client";
337
+ constructor(opts) {
338
+ super({
339
+ name: "InsufficientPermissionsException",
340
+ $fault: "client",
341
+ ...opts,
342
+ });
343
+ Object.setPrototypeOf(this, InsufficientPermissionsException.prototype);
344
+ }
345
+ }
346
+ class NoSuchRemediationConfigurationException extends ConfigServiceServiceException {
347
+ name = "NoSuchRemediationConfigurationException";
348
+ $fault = "client";
349
+ constructor(opts) {
350
+ super({
351
+ name: "NoSuchRemediationConfigurationException",
352
+ $fault: "client",
353
+ ...opts,
354
+ });
355
+ Object.setPrototypeOf(this, NoSuchRemediationConfigurationException.prototype);
356
+ }
357
+ }
358
+ class RemediationInProgressException extends ConfigServiceServiceException {
359
+ name = "RemediationInProgressException";
360
+ $fault = "client";
361
+ constructor(opts) {
362
+ super({
363
+ name: "RemediationInProgressException",
364
+ $fault: "client",
365
+ ...opts,
366
+ });
367
+ Object.setPrototypeOf(this, RemediationInProgressException.prototype);
368
+ }
369
+ }
370
+ class NoSuchRemediationExceptionException extends ConfigServiceServiceException {
371
+ name = "NoSuchRemediationExceptionException";
372
+ $fault = "client";
373
+ constructor(opts) {
374
+ super({
375
+ name: "NoSuchRemediationExceptionException",
376
+ $fault: "client",
377
+ ...opts,
378
+ });
379
+ Object.setPrototypeOf(this, NoSuchRemediationExceptionException.prototype);
380
+ }
381
+ }
382
+ class NoRunningConfigurationRecorderException extends ConfigServiceServiceException {
383
+ name = "NoRunningConfigurationRecorderException";
384
+ $fault = "client";
385
+ constructor(opts) {
386
+ super({
387
+ name: "NoRunningConfigurationRecorderException",
388
+ $fault: "client",
389
+ ...opts,
390
+ });
391
+ Object.setPrototypeOf(this, NoRunningConfigurationRecorderException.prototype);
392
+ }
393
+ }
394
+ class NoSuchRetentionConfigurationException extends ConfigServiceServiceException {
395
+ name = "NoSuchRetentionConfigurationException";
396
+ $fault = "client";
397
+ constructor(opts) {
398
+ super({
399
+ name: "NoSuchRetentionConfigurationException",
400
+ $fault: "client",
401
+ ...opts,
402
+ });
403
+ Object.setPrototypeOf(this, NoSuchRetentionConfigurationException.prototype);
404
+ }
405
+ }
406
+ class ResourceNotFoundException extends ConfigServiceServiceException {
407
+ name = "ResourceNotFoundException";
408
+ $fault = "client";
409
+ constructor(opts) {
410
+ super({
411
+ name: "ResourceNotFoundException",
412
+ $fault: "client",
413
+ ...opts,
414
+ });
415
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
416
+ }
417
+ }
418
+ class InvalidLimitException extends ConfigServiceServiceException {
419
+ name = "InvalidLimitException";
420
+ $fault = "client";
421
+ constructor(opts) {
422
+ super({
423
+ name: "InvalidLimitException",
424
+ $fault: "client",
425
+ ...opts,
426
+ });
427
+ Object.setPrototypeOf(this, InvalidLimitException.prototype);
428
+ }
429
+ }
430
+ class InvalidNextTokenException extends ConfigServiceServiceException {
431
+ name = "InvalidNextTokenException";
432
+ $fault = "client";
433
+ constructor(opts) {
434
+ super({
435
+ name: "InvalidNextTokenException",
436
+ $fault: "client",
437
+ ...opts,
438
+ });
439
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
440
+ }
441
+ }
442
+ class NoSuchConfigRuleInConformancePackException extends ConfigServiceServiceException {
443
+ name = "NoSuchConfigRuleInConformancePackException";
444
+ $fault = "client";
445
+ constructor(opts) {
446
+ super({
447
+ name: "NoSuchConfigRuleInConformancePackException",
448
+ $fault: "client",
449
+ ...opts,
450
+ });
451
+ Object.setPrototypeOf(this, NoSuchConfigRuleInConformancePackException.prototype);
452
+ }
453
+ }
454
+ class OversizedConfigurationItemException extends ConfigServiceServiceException {
455
+ name = "OversizedConfigurationItemException";
456
+ $fault = "client";
457
+ constructor(opts) {
458
+ super({
459
+ name: "OversizedConfigurationItemException",
460
+ $fault: "client",
461
+ ...opts,
462
+ });
463
+ Object.setPrototypeOf(this, OversizedConfigurationItemException.prototype);
464
+ }
465
+ }
466
+ class ResourceNotDiscoveredException extends ConfigServiceServiceException {
467
+ name = "ResourceNotDiscoveredException";
468
+ $fault = "client";
469
+ constructor(opts) {
470
+ super({
471
+ name: "ResourceNotDiscoveredException",
472
+ $fault: "client",
473
+ ...opts,
474
+ });
475
+ Object.setPrototypeOf(this, ResourceNotDiscoveredException.prototype);
476
+ }
477
+ }
478
+ class InvalidTimeRangeException extends ConfigServiceServiceException {
479
+ name = "InvalidTimeRangeException";
480
+ $fault = "client";
481
+ constructor(opts) {
482
+ super({
483
+ name: "InvalidTimeRangeException",
484
+ $fault: "client",
485
+ ...opts,
486
+ });
487
+ Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
488
+ }
489
+ }
490
+ class IdempotentParameterMismatch extends ConfigServiceServiceException {
491
+ name = "IdempotentParameterMismatch";
492
+ $fault = "client";
493
+ constructor(opts) {
494
+ super({
495
+ name: "IdempotentParameterMismatch",
496
+ $fault: "client",
497
+ ...opts,
498
+ });
499
+ Object.setPrototypeOf(this, IdempotentParameterMismatch.prototype);
500
+ }
501
+ }
502
+ class InsufficientDeliveryPolicyException extends ConfigServiceServiceException {
503
+ name = "InsufficientDeliveryPolicyException";
504
+ $fault = "client";
505
+ constructor(opts) {
506
+ super({
507
+ name: "InsufficientDeliveryPolicyException",
508
+ $fault: "client",
509
+ ...opts,
510
+ });
511
+ Object.setPrototypeOf(this, InsufficientDeliveryPolicyException.prototype);
512
+ }
513
+ }
514
+ class InvalidConfigurationRecorderNameException extends ConfigServiceServiceException {
515
+ name = "InvalidConfigurationRecorderNameException";
516
+ $fault = "client";
517
+ constructor(opts) {
518
+ super({
519
+ name: "InvalidConfigurationRecorderNameException",
520
+ $fault: "client",
521
+ ...opts,
522
+ });
523
+ Object.setPrototypeOf(this, InvalidConfigurationRecorderNameException.prototype);
524
+ }
525
+ }
526
+ class InvalidDeliveryChannelNameException extends ConfigServiceServiceException {
527
+ name = "InvalidDeliveryChannelNameException";
528
+ $fault = "client";
529
+ constructor(opts) {
530
+ super({
531
+ name: "InvalidDeliveryChannelNameException",
532
+ $fault: "client",
533
+ ...opts,
534
+ });
535
+ Object.setPrototypeOf(this, InvalidDeliveryChannelNameException.prototype);
536
+ }
537
+ }
538
+ class InvalidExpressionException extends ConfigServiceServiceException {
539
+ name = "InvalidExpressionException";
540
+ $fault = "client";
541
+ constructor(opts) {
542
+ super({
543
+ name: "InvalidExpressionException",
544
+ $fault: "client",
545
+ ...opts,
546
+ });
547
+ Object.setPrototypeOf(this, InvalidExpressionException.prototype);
548
+ }
549
+ }
550
+ class InvalidRecordingGroupException extends ConfigServiceServiceException {
551
+ name = "InvalidRecordingGroupException";
552
+ $fault = "client";
553
+ constructor(opts) {
554
+ super({
555
+ name: "InvalidRecordingGroupException",
556
+ $fault: "client",
557
+ ...opts,
558
+ });
559
+ Object.setPrototypeOf(this, InvalidRecordingGroupException.prototype);
560
+ }
561
+ }
562
+ class InvalidResultTokenException extends ConfigServiceServiceException {
563
+ name = "InvalidResultTokenException";
564
+ $fault = "client";
565
+ constructor(opts) {
566
+ super({
567
+ name: "InvalidResultTokenException",
568
+ $fault: "client",
569
+ ...opts,
570
+ });
571
+ Object.setPrototypeOf(this, InvalidResultTokenException.prototype);
572
+ }
573
+ }
574
+ class InvalidRoleException extends ConfigServiceServiceException {
575
+ name = "InvalidRoleException";
576
+ $fault = "client";
577
+ constructor(opts) {
578
+ super({
579
+ name: "InvalidRoleException",
580
+ $fault: "client",
581
+ ...opts,
582
+ });
583
+ Object.setPrototypeOf(this, InvalidRoleException.prototype);
584
+ }
585
+ }
586
+ class InvalidS3KeyPrefixException extends ConfigServiceServiceException {
587
+ name = "InvalidS3KeyPrefixException";
588
+ $fault = "client";
589
+ constructor(opts) {
590
+ super({
591
+ name: "InvalidS3KeyPrefixException",
592
+ $fault: "client",
593
+ ...opts,
594
+ });
595
+ Object.setPrototypeOf(this, InvalidS3KeyPrefixException.prototype);
596
+ }
597
+ }
598
+ class InvalidS3KmsKeyArnException extends ConfigServiceServiceException {
599
+ name = "InvalidS3KmsKeyArnException";
600
+ $fault = "client";
601
+ constructor(opts) {
602
+ super({
603
+ name: "InvalidS3KmsKeyArnException",
604
+ $fault: "client",
605
+ ...opts,
606
+ });
607
+ Object.setPrototypeOf(this, InvalidS3KmsKeyArnException.prototype);
608
+ }
609
+ }
610
+ class InvalidSNSTopicARNException extends ConfigServiceServiceException {
611
+ name = "InvalidSNSTopicARNException";
612
+ $fault = "client";
613
+ constructor(opts) {
614
+ super({
615
+ name: "InvalidSNSTopicARNException",
616
+ $fault: "client",
617
+ ...opts,
618
+ });
619
+ Object.setPrototypeOf(this, InvalidSNSTopicARNException.prototype);
620
+ }
621
+ }
622
+ class LimitExceededException extends ConfigServiceServiceException {
623
+ name = "LimitExceededException";
624
+ $fault = "client";
625
+ constructor(opts) {
626
+ super({
627
+ name: "LimitExceededException",
628
+ $fault: "client",
629
+ ...opts,
630
+ });
631
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
632
+ }
633
+ }
634
+ class MaxActiveResourcesExceededException extends ConfigServiceServiceException {
635
+ name = "MaxActiveResourcesExceededException";
636
+ $fault = "client";
637
+ constructor(opts) {
638
+ super({
639
+ name: "MaxActiveResourcesExceededException",
640
+ $fault: "client",
641
+ ...opts,
642
+ });
643
+ Object.setPrototypeOf(this, MaxActiveResourcesExceededException.prototype);
644
+ }
645
+ }
646
+ class MaxNumberOfConfigRulesExceededException extends ConfigServiceServiceException {
647
+ name = "MaxNumberOfConfigRulesExceededException";
648
+ $fault = "client";
649
+ constructor(opts) {
650
+ super({
651
+ name: "MaxNumberOfConfigRulesExceededException",
652
+ $fault: "client",
653
+ ...opts,
654
+ });
655
+ Object.setPrototypeOf(this, MaxNumberOfConfigRulesExceededException.prototype);
656
+ }
657
+ }
658
+ class MaxNumberOfConfigurationRecordersExceededException extends ConfigServiceServiceException {
659
+ name = "MaxNumberOfConfigurationRecordersExceededException";
660
+ $fault = "client";
661
+ constructor(opts) {
662
+ super({
663
+ name: "MaxNumberOfConfigurationRecordersExceededException",
664
+ $fault: "client",
665
+ ...opts,
666
+ });
667
+ Object.setPrototypeOf(this, MaxNumberOfConfigurationRecordersExceededException.prototype);
668
+ }
669
+ }
670
+ class MaxNumberOfConformancePacksExceededException extends ConfigServiceServiceException {
671
+ name = "MaxNumberOfConformancePacksExceededException";
672
+ $fault = "client";
673
+ constructor(opts) {
674
+ super({
675
+ name: "MaxNumberOfConformancePacksExceededException",
676
+ $fault: "client",
677
+ ...opts,
678
+ });
679
+ Object.setPrototypeOf(this, MaxNumberOfConformancePacksExceededException.prototype);
680
+ }
681
+ }
682
+ class MaxNumberOfDeliveryChannelsExceededException extends ConfigServiceServiceException {
683
+ name = "MaxNumberOfDeliveryChannelsExceededException";
684
+ $fault = "client";
685
+ constructor(opts) {
686
+ super({
687
+ name: "MaxNumberOfDeliveryChannelsExceededException",
688
+ $fault: "client",
689
+ ...opts,
690
+ });
691
+ Object.setPrototypeOf(this, MaxNumberOfDeliveryChannelsExceededException.prototype);
692
+ }
693
+ }
694
+ class MaxNumberOfOrganizationConfigRulesExceededException extends ConfigServiceServiceException {
695
+ name = "MaxNumberOfOrganizationConfigRulesExceededException";
696
+ $fault = "client";
697
+ constructor(opts) {
698
+ super({
699
+ name: "MaxNumberOfOrganizationConfigRulesExceededException",
700
+ $fault: "client",
701
+ ...opts,
702
+ });
703
+ Object.setPrototypeOf(this, MaxNumberOfOrganizationConfigRulesExceededException.prototype);
704
+ }
705
+ }
706
+ class MaxNumberOfOrganizationConformancePacksExceededException extends ConfigServiceServiceException {
707
+ name = "MaxNumberOfOrganizationConformancePacksExceededException";
708
+ $fault = "client";
709
+ constructor(opts) {
710
+ super({
711
+ name: "MaxNumberOfOrganizationConformancePacksExceededException",
712
+ $fault: "client",
713
+ ...opts,
714
+ });
715
+ Object.setPrototypeOf(this, MaxNumberOfOrganizationConformancePacksExceededException.prototype);
716
+ }
717
+ }
718
+ class MaxNumberOfRetentionConfigurationsExceededException extends ConfigServiceServiceException {
719
+ name = "MaxNumberOfRetentionConfigurationsExceededException";
720
+ $fault = "client";
721
+ constructor(opts) {
722
+ super({
723
+ name: "MaxNumberOfRetentionConfigurationsExceededException",
724
+ $fault: "client",
725
+ ...opts,
726
+ });
727
+ Object.setPrototypeOf(this, MaxNumberOfRetentionConfigurationsExceededException.prototype);
728
+ }
729
+ }
730
+ class NoAvailableDeliveryChannelException extends ConfigServiceServiceException {
731
+ name = "NoAvailableDeliveryChannelException";
732
+ $fault = "client";
733
+ constructor(opts) {
734
+ super({
735
+ name: "NoAvailableDeliveryChannelException",
736
+ $fault: "client",
737
+ ...opts,
738
+ });
739
+ Object.setPrototypeOf(this, NoAvailableDeliveryChannelException.prototype);
740
+ }
741
+ }
742
+ class NoAvailableOrganizationException extends ConfigServiceServiceException {
743
+ name = "NoAvailableOrganizationException";
744
+ $fault = "client";
745
+ constructor(opts) {
746
+ super({
747
+ name: "NoAvailableOrganizationException",
748
+ $fault: "client",
749
+ ...opts,
750
+ });
751
+ Object.setPrototypeOf(this, NoAvailableOrganizationException.prototype);
752
+ }
753
+ }
754
+ class NoSuchBucketException extends ConfigServiceServiceException {
755
+ name = "NoSuchBucketException";
756
+ $fault = "client";
757
+ constructor(opts) {
758
+ super({
759
+ name: "NoSuchBucketException",
760
+ $fault: "client",
761
+ ...opts,
762
+ });
763
+ Object.setPrototypeOf(this, NoSuchBucketException.prototype);
764
+ }
765
+ }
766
+ class OrganizationAllFeaturesNotEnabledException extends ConfigServiceServiceException {
767
+ name = "OrganizationAllFeaturesNotEnabledException";
768
+ $fault = "client";
769
+ constructor(opts) {
770
+ super({
771
+ name: "OrganizationAllFeaturesNotEnabledException",
772
+ $fault: "client",
773
+ ...opts,
774
+ });
775
+ Object.setPrototypeOf(this, OrganizationAllFeaturesNotEnabledException.prototype);
776
+ }
777
+ }
778
+ class OrganizationConformancePackTemplateValidationException extends ConfigServiceServiceException {
779
+ name = "OrganizationConformancePackTemplateValidationException";
780
+ $fault = "client";
781
+ constructor(opts) {
782
+ super({
783
+ name: "OrganizationConformancePackTemplateValidationException",
784
+ $fault: "client",
785
+ ...opts,
786
+ });
787
+ Object.setPrototypeOf(this, OrganizationConformancePackTemplateValidationException.prototype);
788
+ }
789
+ }
790
+ class ResourceConcurrentModificationException extends ConfigServiceServiceException {
791
+ name = "ResourceConcurrentModificationException";
792
+ $fault = "client";
793
+ constructor(opts) {
794
+ super({
795
+ name: "ResourceConcurrentModificationException",
796
+ $fault: "client",
797
+ ...opts,
798
+ });
799
+ Object.setPrototypeOf(this, ResourceConcurrentModificationException.prototype);
800
+ }
801
+ }
802
+ class TooManyTagsException extends ConfigServiceServiceException {
803
+ name = "TooManyTagsException";
804
+ $fault = "client";
805
+ constructor(opts) {
806
+ super({
807
+ name: "TooManyTagsException",
808
+ $fault: "client",
809
+ ...opts,
810
+ });
811
+ Object.setPrototypeOf(this, TooManyTagsException.prototype);
812
+ }
813
+ }
814
+
815
+ const _A = "Annotation";
816
+ const _AA = "AggregationAuthorization";
817
+ const _AAA = "AggregationAuthorizationArn";
818
+ const _AAI = "AuthorizedAccountId";
819
+ const _AAL = "AggregationAuthorizationList";
820
+ const _AAR = "AllAwsRegions";
821
+ const _AARu = "AuthorizedAwsRegion";
822
+ const _AAS = "AccountAggregationSource";
823
+ const _AASL = "AccountAggregationSourceList";
824
+ const _AASc = "AccountAggregationSources";
825
+ const _AAg = "AggregationAuthorizations";
826
+ const _ACBCP = "AggregateComplianceByConformancePack";
827
+ const _ACBCPL = "AggregateComplianceByConformancePackList";
828
+ const _ACBCPg = "AggregateComplianceByConformancePacks";
829
+ const _ACBCR = "AggregateComplianceByConfigRule";
830
+ const _ACBCRL = "AggregateComplianceByConfigRuleList";
831
+ const _ACBCRg = "AggregateComplianceByConfigRules";
832
+ const _ACC = "AggregateComplianceCount";
833
+ const _ACCL = "AggregateComplianceCountList";
834
+ const _ACCg = "AggregateComplianceCounts";
835
+ const _ACPC = "AggregateConformancePackCompliance";
836
+ const _ACPCC = "AggregateConformancePackComplianceCount";
837
+ const _ACPCF = "AggregateConformancePackComplianceFilters";
838
+ const _ACPCS = "AggregateConformancePackComplianceSummary";
839
+ const _ACPCSF = "AggregateConformancePackComplianceSummaryFilters";
840
+ const _ACPCSL = "AggregateConformancePackComplianceSummaryList";
841
+ const _ACPCSg = "AggregateConformancePackComplianceSummaries";
842
+ const _AER = "AggregateEvaluationResult";
843
+ const _AERL = "AggregateEvaluationResultList";
844
+ const _AERg = "AggregateEvaluationResults";
845
+ const _AF = "AggregatorFilters";
846
+ const _AFRT = "AggregatorFilterResourceType";
847
+ const _AFSP = "AggregatorFilterServicePrincipal";
848
+ const _AI = "AccountIds";
849
+ const _AIc = "AccountId";
850
+ const _AR = "AwsRegions";
851
+ const _ARI = "AggregateResourceIdentifier";
852
+ const _ART = "AssociateResourceTypes";
853
+ const _ARTR = "AssociateResourceTypesRequest";
854
+ const _ARTRs = "AssociateResourceTypesResponse";
855
+ const _ARw = "AwsRegion";
856
+ const _ASS = "AggregatedSourceStatus";
857
+ const _ASSL = "AggregatedSourceStatusList";
858
+ const _Ar = "Arn";
859
+ const _Au = "Automatic";
860
+ const _BCI = "BaseConfigurationItem";
861
+ const _BCIa = "BaseConfigurationItems";
862
+ const _BGARC = "BatchGetAggregateResourceConfig";
863
+ const _BGARCR = "BatchGetAggregateResourceConfigRequest";
864
+ const _BGARCRa = "BatchGetAggregateResourceConfigResponse";
865
+ const _BGRC = "BatchGetResourceConfig";
866
+ const _BGRCR = "BatchGetResourceConfigRequest";
867
+ const _BGRCRa = "BatchGetResourceConfigResponse";
868
+ const _C = "Compliance";
869
+ const _CA = "ConfigurationAggregator";
870
+ const _CAA = "ConfigurationAggregatorArn";
871
+ const _CAL = "ConfigurationAggregatorList";
872
+ const _CAN = "ConfigurationAggregatorName";
873
+ const _CANo = "ConfigurationAggregatorNames";
874
+ const _CAo = "ConfigurationAggregators";
875
+ const _CB = "CreatedBy";
876
+ const _CBCR = "ComplianceByConfigRule";
877
+ const _CBCRo = "ComplianceByConfigRules";
878
+ const _CBR = "ComplianceByResource";
879
+ const _CBRo = "ComplianceByResources";
880
+ const _CBS = "CreatedByService";
881
+ const _CC = "CappedCount";
882
+ const _CCC = "ComplianceContributorCount";
883
+ const _CCPC = "CompliantConformancePackCount";
884
+ const _CE = "ConflictException";
885
+ const _CEDI = "ConfigExportDeliveryInfo";
886
+ const _CERP = "ConcurrentExecutionRatePercentage";
887
+ const _CEa = "CapExceeded";
888
+ const _CI = "ConfigurationItem";
889
+ const _CIL = "ConfigurationItemList";
890
+ const _CPA = "ConformancePackArn";
891
+ const _CPCF = "ConformancePackComplianceFilters";
892
+ const _CPCS = "ConformancePackComplianceScore";
893
+ const _CPCSF = "ConformancePackComplianceScoresFilters";
894
+ const _CPCSL = "ConformancePackComplianceSummaryList";
895
+ const _CPCSo = "ConformancePackComplianceSummary";
896
+ const _CPCSon = "ConformancePackComplianceStatus";
897
+ const _CPCSonf = "ConformancePackComplianceScores";
898
+ const _CPD = "ConformancePackDetail";
899
+ const _CPDL = "ConformancePackDetailList";
900
+ const _CPDo = "ConformancePackDetails";
901
+ const _CPDu = "CustomPolicyDetails";
902
+ const _CPEF = "ConformancePackEvaluationFilters";
903
+ const _CPER = "ConformancePackEvaluationResult";
904
+ const _CPI = "ConformancePackId";
905
+ const _CPIP = "ConformancePackInputParameters";
906
+ const _CPIPo = "ConformancePackInputParameter";
907
+ const _CPN = "ConformancePackName";
908
+ const _CPNo = "ConformancePackNames";
909
+ const _CPRC = "ConformancePackRuleCompliance";
910
+ const _CPRCL = "ConformancePackRuleComplianceList";
911
+ const _CPRER = "ConformancePackRuleEvaluationResults";
912
+ const _CPRERL = "ConformancePackRuleEvaluationResultsList";
913
+ const _CPS = "ConformancePackState";
914
+ const _CPSD = "ConformancePackStatusDetail";
915
+ const _CPSDL = "ConformancePackStatusDetailsList";
916
+ const _CPSDo = "ConformancePackStatusDetails";
917
+ const _CPSR = "ConformancePackStatusReason";
918
+ const _CPTVE = "ConformancePackTemplateValidationException";
919
+ const _CR = "ConfigurationRecorder";
920
+ const _CRA = "ConfigurationRecorderArn";
921
+ const _CRAo = "ConfigRuleArn";
922
+ const _CRC = "CompliantRuleCount";
923
+ const _CRCF = "ConfigRuleComplianceFilters";
924
+ const _CRCSF = "ConfigRuleComplianceSummaryFilters";
925
+ const _CRCo = "CompliantResourceCount";
926
+ const _CRES = "ConfigRuleEvaluationStatus";
927
+ const _CRESL = "ConfigRuleEvaluationStatusList";
928
+ const _CRESo = "ConfigRulesEvaluationStatus";
929
+ const _CRF = "ConfigurationRecorderFilter";
930
+ const _CRFL = "ConfigurationRecorderFilterList";
931
+ const _CRI = "ConfigRuleId";
932
+ const _CRIT = "ConfigRuleInvokedTime";
933
+ const _CRIo = "ComplianceResourceId";
934
+ const _CRL = "ConfigurationRecorderList";
935
+ const _CRN = "ConfigRuleName";
936
+ const _CRNo = "ConfigRuleNames";
937
+ const _CRNon = "ConfigurationRecorderName";
938
+ const _CRNonf = "ConfigurationRecorderNames";
939
+ const _CRS = "ConfigRuleState";
940
+ const _CRSL = "ConfigurationRecorderStatusList";
941
+ const _CRSo = "ConfigurationRecorderStatus";
942
+ const _CRSon = "ConfigurationRecorderSummary";
943
+ const _CRSonf = "ConfigurationRecordersStatus";
944
+ const _CRSonfi = "ConfigurationRecorderSummaries";
945
+ const _CRT = "ComplianceResourceType";
946
+ const _CRTo = "ComplianceResourceTypes";
947
+ const _CRo = "ConfigRule";
948
+ const _CRon = "ConfigRules";
949
+ const _CRonf = "ConfigurationRecorders";
950
+ const _CS = "ComplianceSummary";
951
+ const _CSBRT = "ComplianceSummaryByResourceType";
952
+ const _CSBRTo = "ComplianceSummariesByResourceType";
953
+ const _CSDI = "ConfigStreamDeliveryInfo";
954
+ const _CSDP = "ConfigSnapshotDeliveryProperties";
955
+ const _CST = "ComplianceSummaryTimestamp";
956
+ const _CT = "ComplianceType";
957
+ const _CTl = "ClientToken";
958
+ const _CTo = "ComplianceTypes";
959
+ const _CTr = "CreationTime";
960
+ const _Co = "Controls";
961
+ const _Con = "Configuration";
962
+ const _D = "Description";
963
+ const _DAA = "DeleteAggregationAuthorization";
964
+ const _DAAR = "DeleteAggregationAuthorizationRequest";
965
+ const _DAARe = "DescribeAggregationAuthorizationsRequest";
966
+ const _DAARes = "DescribeAggregationAuthorizationsResponse";
967
+ const _DAAe = "DescribeAggregationAuthorizations";
968
+ const _DACBCP = "DescribeAggregateComplianceByConformancePacks";
969
+ const _DACBCPR = "DescribeAggregateComplianceByConformancePacksRequest";
970
+ const _DACBCPRe = "DescribeAggregateComplianceByConformancePacksResponse";
971
+ const _DACBCR = "DescribeAggregateComplianceByConfigRules";
972
+ const _DACBCRR = "DescribeAggregateComplianceByConfigRulesRequest";
973
+ const _DACBCRRe = "DescribeAggregateComplianceByConfigRulesResponse";
974
+ const _DC = "DeliveryChannel";
975
+ const _DCA = "DeleteConfigurationAggregator";
976
+ const _DCAR = "DeleteConfigurationAggregatorRequest";
977
+ const _DCARe = "DescribeConfigurationAggregatorsRequest";
978
+ const _DCARes = "DescribeConfigurationAggregatorsResponse";
979
+ const _DCASS = "DescribeConfigurationAggregatorSourcesStatus";
980
+ const _DCASSR = "DescribeConfigurationAggregatorSourcesStatusRequest";
981
+ const _DCASSRe = "DescribeConfigurationAggregatorSourcesStatusResponse";
982
+ const _DCAe = "DescribeConfigurationAggregators";
983
+ const _DCBCR = "DescribeComplianceByConfigRule";
984
+ const _DCBCRR = "DescribeComplianceByConfigRuleRequest";
985
+ const _DCBCRRe = "DescribeComplianceByConfigRuleResponse";
986
+ const _DCBR = "DescribeComplianceByResource";
987
+ const _DCBRR = "DescribeComplianceByResourceRequest";
988
+ const _DCBRRe = "DescribeComplianceByResourceResponse";
989
+ const _DCL = "DeliveryChannelList";
990
+ const _DCN = "DeliveryChannelName";
991
+ const _DCNe = "DeliveryChannelNames";
992
+ const _DCP = "DeleteConformancePack";
993
+ const _DCPC = "DescribeConformancePackCompliance";
994
+ const _DCPCR = "DescribeConformancePackComplianceRequest";
995
+ const _DCPCRe = "DescribeConformancePackComplianceResponse";
996
+ const _DCPR = "DeleteConformancePackRequest";
997
+ const _DCPRe = "DescribeConformancePacksRequest";
998
+ const _DCPRes = "DescribeConformancePacksResponse";
999
+ const _DCPS = "DescribeConformancePackStatus";
1000
+ const _DCPSR = "DescribeConformancePackStatusRequest";
1001
+ const _DCPSRe = "DescribeConformancePackStatusResponse";
1002
+ const _DCPe = "DescribeConformancePacks";
1003
+ const _DCR = "DeleteConfigRule";
1004
+ const _DCRES = "DescribeConfigRuleEvaluationStatus";
1005
+ const _DCRESR = "DescribeConfigRuleEvaluationStatusRequest";
1006
+ const _DCRESRe = "DescribeConfigRuleEvaluationStatusResponse";
1007
+ const _DCRF = "DescribeConfigRulesFilters";
1008
+ const _DCRR = "DeleteConfigRuleRequest";
1009
+ const _DCRRe = "DeleteConfigurationRecorderRequest";
1010
+ const _DCRRes = "DescribeConfigRulesRequest";
1011
+ const _DCRResc = "DescribeConfigRulesResponse";
1012
+ const _DCRRescr = "DescribeConfigurationRecordersRequest";
1013
+ const _DCRRescri = "DescribeConfigurationRecordersResponse";
1014
+ const _DCRS = "DescribeConfigurationRecorderStatus";
1015
+ const _DCRSR = "DescribeConfigurationRecorderStatusRequest";
1016
+ const _DCRSRe = "DescribeConfigurationRecorderStatusResponse";
1017
+ const _DCRe = "DeleteConfigurationRecorder";
1018
+ const _DCRes = "DescribeConfigRules";
1019
+ const _DCResc = "DescribeConfigurationRecorders";
1020
+ const _DCS = "DeliveryChannelStatus";
1021
+ const _DCSL = "DeliveryChannelStatusList";
1022
+ const _DCSR = "DeliverConfigSnapshotRequest";
1023
+ const _DCSRe = "DeliverConfigSnapshotResponse";
1024
+ const _DCSe = "DeliveryChannelsStatus";
1025
+ const _DCSel = "DeliverConfigSnapshot";
1026
+ const _DCe = "DeliveryChannels";
1027
+ const _DDC = "DeleteDeliveryChannel";
1028
+ const _DDCR = "DeleteDeliveryChannelRequest";
1029
+ const _DDCRe = "DescribeDeliveryChannelsRequest";
1030
+ const _DDCRes = "DescribeDeliveryChannelsResponse";
1031
+ const _DDCS = "DescribeDeliveryChannelStatus";
1032
+ const _DDCSR = "DescribeDeliveryChannelStatusRequest";
1033
+ const _DDCSRe = "DescribeDeliveryChannelStatusResponse";
1034
+ const _DDCe = "DescribeDeliveryChannels";
1035
+ const _DER = "DeleteEvaluationResults";
1036
+ const _DERR = "DeleteEvaluationResultsRequest";
1037
+ const _DERRe = "DeleteEvaluationResultsResponse";
1038
+ const _DLDA = "DebugLogDeliveryAccounts";
1039
+ const _DN = "DocumentName";
1040
+ const _DOCP = "DeleteOrganizationConformancePack";
1041
+ const _DOCPR = "DeleteOrganizationConformancePackRequest";
1042
+ const _DOCPRe = "DescribeOrganizationConformancePacksRequest";
1043
+ const _DOCPRes = "DescribeOrganizationConformancePacksResponse";
1044
+ const _DOCPS = "DescribeOrganizationConformancePackStatuses";
1045
+ const _DOCPSR = "DescribeOrganizationConformancePackStatusesRequest";
1046
+ const _DOCPSRe = "DescribeOrganizationConformancePackStatusesResponse";
1047
+ const _DOCPe = "DescribeOrganizationConformancePacks";
1048
+ const _DOCR = "DeleteOrganizationConfigRule";
1049
+ const _DOCRR = "DeleteOrganizationConfigRuleRequest";
1050
+ const _DOCRRe = "DescribeOrganizationConfigRulesRequest";
1051
+ const _DOCRRes = "DescribeOrganizationConfigRulesResponse";
1052
+ const _DOCRS = "DescribeOrganizationConfigRuleStatuses";
1053
+ const _DOCRSR = "DescribeOrganizationConfigRuleStatusesRequest";
1054
+ const _DOCRSRe = "DescribeOrganizationConfigRuleStatusesResponse";
1055
+ const _DOCRe = "DescribeOrganizationConfigRules";
1056
+ const _DPAR = "DeletePendingAggregationRequest";
1057
+ const _DPARR = "DeletePendingAggregationRequestRequest";
1058
+ const _DPARRe = "DescribePendingAggregationRequestsRequest";
1059
+ const _DPARRes = "DescribePendingAggregationRequestsResponse";
1060
+ const _DPARe = "DescribePendingAggregationRequests";
1061
+ const _DRC = "DeleteRemediationConfiguration";
1062
+ const _DRCR = "DeleteRemediationConfigurationRequest";
1063
+ const _DRCRe = "DeleteRemediationConfigurationResponse";
1064
+ const _DRCRel = "DeleteResourceConfigRequest";
1065
+ const _DRCRele = "DeleteRetentionConfigurationRequest";
1066
+ const _DRCRes = "DescribeRemediationConfigurationsRequest";
1067
+ const _DRCResc = "DescribeRemediationConfigurationsResponse";
1068
+ const _DRCRescr = "DescribeRetentionConfigurationsRequest";
1069
+ const _DRCRescri = "DescribeRetentionConfigurationsResponse";
1070
+ const _DRCe = "DeleteResourceConfig";
1071
+ const _DRCel = "DeleteRetentionConfiguration";
1072
+ const _DRCes = "DescribeRemediationConfigurations";
1073
+ const _DRCesc = "DescribeRetentionConfigurations";
1074
+ const _DRE = "DeleteRemediationExceptions";
1075
+ const _DRER = "DeleteRemediationExceptionsRequest";
1076
+ const _DRERe = "DeleteRemediationExceptionsResponse";
1077
+ const _DRERes = "DescribeRemediationExceptionsRequest";
1078
+ const _DREResc = "DescribeRemediationExceptionsResponse";
1079
+ const _DRES = "DescribeRemediationExecutionStatus";
1080
+ const _DRESR = "DescribeRemediationExecutionStatusRequest";
1081
+ const _DRESRe = "DescribeRemediationExecutionStatusResponse";
1082
+ const _DREe = "DescribeRemediationExceptions";
1083
+ const _DRIL = "DiscoveredResourceIdentifierList";
1084
+ const _DRT = "DisassociateResourceTypes";
1085
+ const _DRTR = "DisassociateResourceTypesRequest";
1086
+ const _DRTRi = "DisassociateResourceTypesResponse";
1087
+ const _DSB = "DeliveryS3Bucket";
1088
+ const _DSKP = "DeliveryS3KeyPrefix";
1089
+ const _DSLCR = "DeleteServiceLinkedConfigurationRecorder";
1090
+ const _DSLCRR = "DeleteServiceLinkedConfigurationRecorderRequest";
1091
+ const _DSLCRRe = "DeleteServiceLinkedConfigurationRecorderResponse";
1092
+ const _DSQ = "DeleteStoredQuery";
1093
+ const _DSQR = "DeleteStoredQueryRequest";
1094
+ const _DSQRe = "DeleteStoredQueryResponse";
1095
+ const _DV = "DocumentVersion";
1096
+ const _E = "Evaluation";
1097
+ const _EA = "ExcludedAccounts";
1098
+ const _EBRT = "ExclusionByResourceTypes";
1099
+ const _EC = "EvaluationContext";
1100
+ const _ECI = "EvaluationContextIdentifier";
1101
+ const _ECr = "ErrorCode";
1102
+ const _ECx = "ExecutionControls";
1103
+ const _EDLD = "EnableDebugLogDelivery";
1104
+ const _EE = "ExternalEvaluation";
1105
+ const _EM = "EvaluationModes";
1106
+ const _EMC = "EvaluationModeConfiguration";
1107
+ const _EMr = "ErrorMessage";
1108
+ const _EMv = "EvaluationMode";
1109
+ const _EP = "ErrorPercentage";
1110
+ const _ER = "EvaluationResult";
1111
+ const _ERI = "EvaluationResultIdentifier";
1112
+ const _ERQ = "EvaluationResultQualifier";
1113
+ const _ERv = "EvaluationResults";
1114
+ const _ES = "EvaluationStatus";
1115
+ const _EST = "EvaluationStartTimestamp";
1116
+ const _ESv = "EventSource";
1117
+ const _ET = "ExpirationTime";
1118
+ const _ETn = "EndTime";
1119
+ const _ETv = "EvaluationTimeout";
1120
+ const _Ev = "Evaluations";
1121
+ const _Ex = "Expression";
1122
+ const _F = "Filters";
1123
+ const _FAT = "FirstActivatedTime";
1124
+ const _FB = "FailedBatches";
1125
+ const _FDREB = "FailedDeleteRemediationExceptionsBatch";
1126
+ const _FDREBa = "FailedDeleteRemediationExceptionsBatches";
1127
+ const _FE = "FailedEvaluations";
1128
+ const _FES = "FirstEvaluationStarted";
1129
+ const _FI = "FailedItems";
1130
+ const _FIL = "FieldInfoList";
1131
+ const _FIi = "FieldInfo";
1132
+ const _FM = "FailureMessage";
1133
+ const _FR = "FailureReason";
1134
+ const _FRB = "FailedRemediationBatch";
1135
+ const _FRBa = "FailedRemediationBatches";
1136
+ const _FREB = "FailedRemediationExceptionBatch";
1137
+ const _FREBa = "FailedRemediationExceptionBatches";
1138
+ const _GACDBCR = "GetAggregateComplianceDetailsByConfigRule";
1139
+ const _GACDBCRR = "GetAggregateComplianceDetailsByConfigRuleRequest";
1140
+ const _GACDBCRRe = "GetAggregateComplianceDetailsByConfigRuleResponse";
1141
+ const _GACPCS = "GetAggregateConformancePackComplianceSummary";
1142
+ const _GACPCSR = "GetAggregateConformancePackComplianceSummaryRequest";
1143
+ const _GACPCSRe = "GetAggregateConformancePackComplianceSummaryResponse";
1144
+ const _GACRCS = "GetAggregateConfigRuleComplianceSummary";
1145
+ const _GACRCSR = "GetAggregateConfigRuleComplianceSummaryRequest";
1146
+ const _GACRCSRe = "GetAggregateConfigRuleComplianceSummaryResponse";
1147
+ const _GADRC = "GetAggregateDiscoveredResourceCounts";
1148
+ const _GADRCR = "GetAggregateDiscoveredResourceCountsRequest";
1149
+ const _GADRCRe = "GetAggregateDiscoveredResourceCountsResponse";
1150
+ const _GARC = "GetAggregateResourceConfig";
1151
+ const _GARCR = "GetAggregateResourceConfigRequest";
1152
+ const _GARCRe = "GetAggregateResourceConfigResponse";
1153
+ const _GBK = "GroupByKey";
1154
+ const _GCDBCR = "GetComplianceDetailsByConfigRule";
1155
+ const _GCDBCRR = "GetComplianceDetailsByConfigRuleRequest";
1156
+ const _GCDBCRRe = "GetComplianceDetailsByConfigRuleResponse";
1157
+ const _GCDBR = "GetComplianceDetailsByResource";
1158
+ const _GCDBRR = "GetComplianceDetailsByResourceRequest";
1159
+ const _GCDBRRe = "GetComplianceDetailsByResourceResponse";
1160
+ const _GCPCD = "GetConformancePackComplianceDetails";
1161
+ const _GCPCDR = "GetConformancePackComplianceDetailsRequest";
1162
+ const _GCPCDRe = "GetConformancePackComplianceDetailsResponse";
1163
+ const _GCPCS = "GetConformancePackComplianceSummary";
1164
+ const _GCPCSR = "GetConformancePackComplianceSummaryRequest";
1165
+ const _GCPCSRe = "GetConformancePackComplianceSummaryResponse";
1166
+ const _GCRP = "GetCustomRulePolicy";
1167
+ const _GCRPR = "GetCustomRulePolicyRequest";
1168
+ const _GCRPRe = "GetCustomRulePolicyResponse";
1169
+ const _GCSBCR = "GetComplianceSummaryByConfigRule";
1170
+ const _GCSBCRR = "GetComplianceSummaryByConfigRuleResponse";
1171
+ const _GCSBRT = "GetComplianceSummaryByResourceType";
1172
+ const _GCSBRTR = "GetComplianceSummaryByResourceTypeRequest";
1173
+ const _GCSBRTRe = "GetComplianceSummaryByResourceTypeResponse";
1174
+ const _GDRC = "GetDiscoveredResourceCounts";
1175
+ const _GDRCR = "GetDiscoveredResourceCountsRequest";
1176
+ const _GDRCRe = "GetDiscoveredResourceCountsResponse";
1177
+ const _GN = "GroupName";
1178
+ const _GOCPDS = "GetOrganizationConformancePackDetailedStatus";
1179
+ const _GOCPDSR = "GetOrganizationConformancePackDetailedStatusRequest";
1180
+ const _GOCPDSRe = "GetOrganizationConformancePackDetailedStatusResponse";
1181
+ const _GOCRDS = "GetOrganizationConfigRuleDetailedStatus";
1182
+ const _GOCRDSR = "GetOrganizationConfigRuleDetailedStatusRequest";
1183
+ const _GOCRDSRe = "GetOrganizationConfigRuleDetailedStatusResponse";
1184
+ const _GOCRP = "GetOrganizationCustomRulePolicy";
1185
+ const _GOCRPR = "GetOrganizationCustomRulePolicyRequest";
1186
+ const _GOCRPRe = "GetOrganizationCustomRulePolicyResponse";
1187
+ const _GRC = "GroupedResourceCounts";
1188
+ const _GRCH = "GetResourceConfigHistory";
1189
+ const _GRCHR = "GetResourceConfigHistoryRequest";
1190
+ const _GRCHRe = "GetResourceConfigHistoryResponse";
1191
+ const _GRCL = "GroupedResourceCountList";
1192
+ const _GRCr = "GroupedResourceCount";
1193
+ const _GRES = "GetResourceEvaluationSummary";
1194
+ const _GRESR = "GetResourceEvaluationSummaryRequest";
1195
+ const _GRESRe = "GetResourceEvaluationSummaryResponse";
1196
+ const _GSQ = "GetStoredQuery";
1197
+ const _GSQR = "GetStoredQueryRequest";
1198
+ const _GSQRe = "GetStoredQueryResponse";
1199
+ const _ICRNE = "InvalidConfigurationRecorderNameException";
1200
+ const _IDCNE = "InvalidDeliveryChannelNameException";
1201
+ const _IDPE = "InsufficientDeliveryPolicyException";
1202
+ const _IEE = "InvalidExpressionException";
1203
+ const _ILE = "InvalidLimitException";
1204
+ const _INTE = "InvalidNextTokenException";
1205
+ const _IP = "InputParameters";
1206
+ const _IPE = "InsufficientPermissionsException";
1207
+ const _IPM = "IdempotentParameterMismatch";
1208
+ const _IPVE = "InvalidParameterValueException";
1209
+ const _IRE = "InvalidRoleException";
1210
+ const _IRGE = "InvalidRecordingGroupException";
1211
+ const _IRTE = "InvalidResultTokenException";
1212
+ const _ISKKAE = "InvalidS3KmsKeyArnException";
1213
+ const _ISKPE = "InvalidS3KeyPrefixException";
1214
+ const _ISNSTARNE = "InvalidSNSTopicARNException";
1215
+ const _IT = "InvocationTime";
1216
+ const _ITRE = "InvalidTimeRangeException";
1217
+ const _K = "Key";
1218
+ const _L = "Limit";
1219
+ const _LADR = "ListAggregateDiscoveredResources";
1220
+ const _LADRR = "ListAggregateDiscoveredResourcesRequest";
1221
+ const _LADRRi = "ListAggregateDiscoveredResourcesResponse";
1222
+ const _LCPCS = "ListConformancePackComplianceScores";
1223
+ const _LCPCSR = "ListConformancePackComplianceScoresRequest";
1224
+ const _LCPCSRi = "ListConformancePackComplianceScoresResponse";
1225
+ const _LCR = "ListConfigurationRecorders";
1226
+ const _LCRR = "ListConfigurationRecordersRequest";
1227
+ const _LCRRi = "ListConfigurationRecordersResponse";
1228
+ const _LDCDFE = "LastDeliveryChannelDeleteFailedException";
1229
+ const _LDLDS = "LastDebugLogDeliveryStatus";
1230
+ const _LDLDSR = "LastDebugLogDeliveryStatusReason";
1231
+ const _LDLDT = "LastDebugLogDeliveryTime";
1232
+ const _LDR = "ListDiscoveredResources";
1233
+ const _LDRR = "ListDiscoveredResourcesRequest";
1234
+ const _LDRRi = "ListDiscoveredResourcesResponse";
1235
+ const _LDT = "LastDeactivatedTime";
1236
+ const _LEC = "LastErrorCode";
1237
+ const _LEE = "LimitExceededException";
1238
+ const _LEM = "LastErrorMessage";
1239
+ const _LFA = "LambdaFunctionArn";
1240
+ const _LFET = "LastFailedEvaluationTime";
1241
+ const _LFIT = "LastFailedInvocationTime";
1242
+ const _LRE = "ListResourceEvaluations";
1243
+ const _LRER = "ListResourceEvaluationsRequest";
1244
+ const _LRERi = "ListResourceEvaluationsResponse";
1245
+ const _LSET = "LastSuccessfulEvaluationTime";
1246
+ const _LSIT = "LastSuccessfulInvocationTime";
1247
+ const _LSQ = "ListStoredQueries";
1248
+ const _LSQR = "ListStoredQueriesRequest";
1249
+ const _LSQRi = "ListStoredQueriesResponse";
1250
+ const _LTFR = "ListTagsForResource";
1251
+ const _LTFRR = "ListTagsForResourceRequest";
1252
+ const _LTFRRi = "ListTagsForResourceResponse";
1253
+ const _LUCT = "LastUpdateCompletedTime";
1254
+ const _LURT = "LastUpdateRequestedTime";
1255
+ const _LUS = "LastUpdateStatus";
1256
+ const _LUT = "LastUpdateTime";
1257
+ const _LUTa = "LastUpdatedTime";
1258
+ const _M = "Mode";
1259
+ const _MAA = "MaximumAutomaticAttempts";
1260
+ const _MAREE = "MaxActiveResourcesExceededException";
1261
+ const _MARS = "MemberAccountRuleStatus";
1262
+ const _MAS = "MemberAccountStatus";
1263
+ const _MEF = "MaximumExecutionFrequency";
1264
+ const _MNOCPEE = "MaxNumberOfConformancePacksExceededException";
1265
+ const _MNOCREE = "MaxNumberOfConfigRulesExceededException";
1266
+ const _MNOCREEa = "MaxNumberOfConfigurationRecordersExceededException";
1267
+ const _MNODCEE = "MaxNumberOfDeliveryChannelsExceededException";
1268
+ const _MNOOCPEE = "MaxNumberOfOrganizationConformancePacksExceededException";
1269
+ const _MNOOCREE = "MaxNumberOfOrganizationConfigRulesExceededException";
1270
+ const _MNORCEE = "MaxNumberOfRetentionConfigurationsExceededException";
1271
+ const _MR = "MaxResults";
1272
+ const _MT = "MessageType";
1273
+ const _Me = "Message";
1274
+ const _N = "Name";
1275
+ const _NACRE = "NoAvailableConfigurationRecorderException";
1276
+ const _NADCE = "NoAvailableDeliveryChannelException";
1277
+ const _NAOE = "NoAvailableOrganizationException";
1278
+ const _NCCPC = "NonCompliantConformancePackCount";
1279
+ const _NCRC = "NonCompliantRuleCount";
1280
+ const _NCRCo = "NonCompliantResourceCount";
1281
+ const _NRCRE = "NoRunningConfigurationRecorderException";
1282
+ const _NSBE = "NoSuchBucketException";
1283
+ const _NSCAE = "NoSuchConfigurationAggregatorException";
1284
+ const _NSCPE = "NoSuchConformancePackException";
1285
+ const _NSCRE = "NoSuchConfigRuleException";
1286
+ const _NSCREo = "NoSuchConfigurationRecorderException";
1287
+ const _NSCRICPE = "NoSuchConfigRuleInConformancePackException";
1288
+ const _NSDCE = "NoSuchDeliveryChannelException";
1289
+ const _NSOCPE = "NoSuchOrganizationConformancePackException";
1290
+ const _NSOCRE = "NoSuchOrganizationConfigRuleException";
1291
+ const _NSRCE = "NoSuchRemediationConfigurationException";
1292
+ const _NSRCEo = "NoSuchRetentionConfigurationException";
1293
+ const _NSREE = "NoSuchRemediationExceptionException";
1294
+ const _NT = "NextToken";
1295
+ const _O = "Owner";
1296
+ const _OADE = "OrganizationAccessDeniedException";
1297
+ const _OAFNEE = "OrganizationAllFeaturesNotEnabledException";
1298
+ const _OAS = "OrganizationAggregationSource";
1299
+ const _OCIE = "OversizedConfigurationItemException";
1300
+ const _OCP = "OrganizationConformancePacks";
1301
+ const _OCPA = "OrganizationConformancePackArn";
1302
+ const _OCPDS = "OrganizationConformancePackDetailedStatuses";
1303
+ const _OCPDSr = "OrganizationConformancePackDetailedStatus";
1304
+ const _OCPN = "OrganizationConformancePackName";
1305
+ const _OCPNr = "OrganizationConformancePackNames";
1306
+ const _OCPRM = "OrganizationCustomPolicyRuleMetadata";
1307
+ const _OCPRMNP = "OrganizationCustomPolicyRuleMetadataNoPolicy";
1308
+ const _OCPS = "OrganizationConformancePackStatuses";
1309
+ const _OCPSr = "OrganizationConformancePackStatus";
1310
+ const _OCPTVE = "OrganizationConformancePackTemplateValidationException";
1311
+ const _OCPr = "OrganizationConformancePack";
1312
+ const _OCR = "OrganizationConfigRules";
1313
+ const _OCRA = "OrganizationConfigRuleArn";
1314
+ const _OCRDS = "OrganizationConfigRuleDetailedStatus";
1315
+ const _OCRM = "OrganizationCustomRuleMetadata";
1316
+ const _OCRN = "OrganizationConfigRuleName";
1317
+ const _OCRNr = "OrganizationConfigRuleNames";
1318
+ const _OCRS = "OrganizationConfigRuleStatuses";
1319
+ const _OCRSr = "OrganizationConfigRuleStatus";
1320
+ const _OCRTT = "OrganizationConfigRuleTriggerTypes";
1321
+ const _OCRr = "OrganizationConfigRule";
1322
+ const _OMRM = "OrganizationManagedRuleMetadata";
1323
+ const _ORDSF = "OrganizationResourceDetailedStatusFilters";
1324
+ const _ORS = "OrganizationRuleStatus";
1325
+ const _OT = "OrderingTimestamp";
1326
+ const _P = "Parameters";
1327
+ const _PAA = "PutAggregationAuthorization";
1328
+ const _PAAR = "PutAggregationAuthorizationRequest";
1329
+ const _PAARu = "PutAggregationAuthorizationResponse";
1330
+ const _PAR = "PendingAggregationRequests";
1331
+ const _PARL = "PendingAggregationRequestList";
1332
+ const _PARe = "PendingAggregationRequest";
1333
+ const _PCA = "PutConfigurationAggregator";
1334
+ const _PCAR = "PutConfigurationAggregatorRequest";
1335
+ const _PCARu = "PutConfigurationAggregatorResponse";
1336
+ const _PCP = "PutConformancePack";
1337
+ const _PCPR = "PutConformancePackRequest";
1338
+ const _PCPRu = "PutConformancePackResponse";
1339
+ const _PCR = "PutConfigRule";
1340
+ const _PCRR = "PutConfigRuleRequest";
1341
+ const _PCRRu = "PutConfigurationRecorderRequest";
1342
+ const _PCRu = "PutConfigurationRecorder";
1343
+ const _PDC = "PutDeliveryChannel";
1344
+ const _PDCR = "PutDeliveryChannelRequest";
1345
+ const _PE = "PutEvaluations";
1346
+ const _PEE = "PutExternalEvaluation";
1347
+ const _PEER = "PutExternalEvaluationRequest";
1348
+ const _PEERu = "PutExternalEvaluationResponse";
1349
+ const _PER = "PutEvaluationsRequest";
1350
+ const _PERu = "PutEvaluationsResponse";
1351
+ const _PN = "ParameterName";
1352
+ const _POCP = "PutOrganizationConformancePack";
1353
+ const _POCPR = "PutOrganizationConformancePackRequest";
1354
+ const _POCPRu = "PutOrganizationConformancePackResponse";
1355
+ const _POCR = "PutOrganizationConfigRule";
1356
+ const _POCRR = "PutOrganizationConfigRuleRequest";
1357
+ const _POCRRu = "PutOrganizationConfigRuleResponse";
1358
+ const _PR = "PolicyRuntime";
1359
+ const _PRC = "PutRemediationConfigurations";
1360
+ const _PRCR = "PutRemediationConfigurationsRequest";
1361
+ const _PRCRu = "PutRemediationConfigurationsResponse";
1362
+ const _PRCRut = "PutResourceConfigRequest";
1363
+ const _PRCRute = "PutRetentionConfigurationRequest";
1364
+ const _PRCRutet = "PutRetentionConfigurationResponse";
1365
+ const _PRCu = "PutResourceConfig";
1366
+ const _PRCut = "PutRetentionConfiguration";
1367
+ const _PRE = "PutRemediationExceptions";
1368
+ const _PRER = "PutRemediationExceptionsRequest";
1369
+ const _PRERu = "PutRemediationExceptionsResponse";
1370
+ const _PSLCR = "PutServiceLinkedConfigurationRecorder";
1371
+ const _PSLCRR = "PutServiceLinkedConfigurationRecorderRequest";
1372
+ const _PSLCRRu = "PutServiceLinkedConfigurationRecorderResponse";
1373
+ const _PSQ = "PutStoredQuery";
1374
+ const _PSQR = "PutStoredQueryRequest";
1375
+ const _PSQRu = "PutStoredQueryResponse";
1376
+ const _PT = "PolicyText";
1377
+ const _PV = "ParameterValue";
1378
+ const _QA = "QueryArn";
1379
+ const _QI = "QueryInfo";
1380
+ const _QIu = "QueryId";
1381
+ const _QN = "QueryName";
1382
+ const _R = "Relationship";
1383
+ const _RA = "ResourceArn";
1384
+ const _RAI = "RequesterAccountId";
1385
+ const _RAR = "RequesterAwsRegion";
1386
+ const _RAS = "RetryAttemptSeconds";
1387
+ const _RAo = "RoleArn";
1388
+ const _RC = "RemediationConfigurations";
1389
+ const _RCF = "ResourceCountFilters";
1390
+ const _RCL = "RetentionConfigurationList";
1391
+ const _RCME = "ResourceConcurrentModificationException";
1392
+ const _RCN = "RetentionConfigurationName";
1393
+ const _RCNe = "RetentionConfigurationNames";
1394
+ const _RCST = "ResourceConfigurationSchemaType";
1395
+ const _RCe = "RetentionConfigurations";
1396
+ const _RCem = "RemediationConfiguration";
1397
+ const _RCes = "ResourceCount";
1398
+ const _RCeso = "ResourceConfiguration";
1399
+ const _RCesou = "ResourceCounts";
1400
+ const _RCet = "RetentionConfiguration";
1401
+ const _RD = "ResourceDetails";
1402
+ const _RE = "RemediationExceptions";
1403
+ const _REF = "ResourceEvaluationFilters";
1404
+ const _REI = "ResourceEvaluationId";
1405
+ const _RERK = "RemediationExceptionResourceKey";
1406
+ const _RERKe = "RemediationExceptionResourceKeys";
1407
+ const _RES = "RemediationExecutionStatuses";
1408
+ const _RESe = "RemediationExecutionStatus";
1409
+ const _RESem = "RemediationExecutionStep";
1410
+ const _RESeme = "RemediationExecutionSteps";
1411
+ const _REV = "RuleEvaluationVisibility";
1412
+ const _REe = "ResourceEvaluations";
1413
+ const _REem = "RemediationException";
1414
+ const _REes = "ResourceEvaluation";
1415
+ const _RF = "ResourceFilters";
1416
+ const _RG = "RecordingGroup";
1417
+ const _RI = "ResourceId";
1418
+ const _RIL = "ResourceIdentifierList";
1419
+ const _RILe = "ResourceIdentifiersList";
1420
+ const _RIPE = "RemediationInProgressException";
1421
+ const _RIS = "ResourceIdScope";
1422
+ const _RIUE = "ResourceInUseException";
1423
+ const _RIe = "ResourceIdentifiers";
1424
+ const _RIes = "ResourceIds";
1425
+ const _RIeso = "ResourceIdentifier";
1426
+ const _RIu = "RuleIdentifier";
1427
+ const _RK = "ResourceKeys";
1428
+ const _RKe = "ResourceKey";
1429
+ const _RL = "RelationshipList";
1430
+ const _RM = "RecordingMode";
1431
+ const _RMO = "RecordingModeOverride";
1432
+ const _RMOe = "RecordingModeOverrides";
1433
+ const _RN = "ResourceName";
1434
+ const _RNDE = "ResourceNotDiscoveredException";
1435
+ const _RNFE = "ResourceNotFoundException";
1436
+ const _RP = "RemediationParameters";
1437
+ const _RPID = "RetentionPeriodInDays";
1438
+ const _RPV = "RemediationParameterValue";
1439
+ const _RRT = "ResultRecordedTime";
1440
+ const _RS = "RecordingStrategy";
1441
+ const _RT = "ResourceType";
1442
+ const _RTS = "ResourceTypesScope";
1443
+ const _RTe = "ResourceTypes";
1444
+ const _RTes = "ResultToken";
1445
+ const _RV = "ResourceValue";
1446
+ const _Re = "Region";
1447
+ const _Res = "Results";
1448
+ const _S = "Source";
1449
+ const _SA = "StackArn";
1450
+ const _SAI = "SourceAccountId";
1451
+ const _SARC = "SelectAggregateResourceConfig";
1452
+ const _SARCR = "SelectAggregateResourceConfigRequest";
1453
+ const _SARCRe = "SelectAggregateResourceConfigResponse";
1454
+ const _SB = "SortBy";
1455
+ const _SC = "SsmControls";
1456
+ const _SCR = "StartConfigurationRecorder";
1457
+ const _SCRE = "StartConfigRulesEvaluation";
1458
+ const _SCRER = "StartConfigRulesEvaluationRequest";
1459
+ const _SCRERt = "StartConfigRulesEvaluationResponse";
1460
+ const _SCRR = "StartConfigurationRecorderRequest";
1461
+ const _SCRRt = "StopConfigurationRecorderRequest";
1462
+ const _SCRt = "StopConfigurationRecorder";
1463
+ const _SD = "StepDetails";
1464
+ const _SDF = "StatusDetailFilters";
1465
+ const _SDo = "SourceDetails";
1466
+ const _SDou = "SourceDetail";
1467
+ const _SF = "SelectFields";
1468
+ const _SI = "SourceId";
1469
+ const _SIo = "SourceIdentifier";
1470
+ const _SO = "SortOrder";
1471
+ const _SP = "ServicePrincipal";
1472
+ const _SPe = "ServicePrincipals";
1473
+ const _SQ = "StoredQuery";
1474
+ const _SQM = "StoredQueryMetadata";
1475
+ const _SQML = "StoredQueryMetadataList";
1476
+ const _SR = "SourceRegion";
1477
+ const _SRC = "SelectResourceConfig";
1478
+ const _SRCR = "SelectResourceConfigRequest";
1479
+ const _SRCRe = "SelectResourceConfigResponse";
1480
+ const _SRE = "StartRemediationExecution";
1481
+ const _SRER = "StartRemediationExecutionRequest";
1482
+ const _SRERt = "StartRemediationExecutionResponse";
1483
+ const _SRERta = "StartResourceEvaluationRequest";
1484
+ const _SRERtar = "StartResourceEvaluationResponse";
1485
+ const _SREt = "StartResourceEvaluation";
1486
+ const _ST = "SourceType";
1487
+ const _STt = "StartTime";
1488
+ const _STto = "StopTime";
1489
+ const _SV = "StaticValue";
1490
+ const _SVI = "SchemaVersionId";
1491
+ const _Sc = "Scope";
1492
+ const _Sco = "Score";
1493
+ const _St = "Status";
1494
+ const _Sta = "State";
1495
+ const _T = "Type";
1496
+ const _TB = "TemplateBody";
1497
+ const _TDR = "TotalDiscoveredResources";
1498
+ const _TI = "TargetId";
1499
+ const _TK = "TagKey";
1500
+ const _TKS = "TagKeyScope";
1501
+ const _TKa = "TagKeys";
1502
+ const _TL = "TagList";
1503
+ const _TLa = "TagsList";
1504
+ const _TM = "TestMode";
1505
+ const _TMTE = "TooManyTagsException";
1506
+ const _TR = "TagResource";
1507
+ const _TRC = "TotalRuleCount";
1508
+ const _TRR = "TagResourceRequest";
1509
+ const _TSSMDD = "TemplateSSMDocumentDetails";
1510
+ const _TSU = "TemplateS3Uri";
1511
+ const _TT = "TargetType";
1512
+ const _TV = "TargetVersion";
1513
+ const _TVS = "TagValueScope";
1514
+ const _TVa = "TagValue";
1515
+ const _TW = "TimeWindow";
1516
+ const _Ta = "Tags";
1517
+ const _Tag = "Tag";
1518
+ const _UEE = "UnmodifiableEntityException";
1519
+ const _UR = "UntagResource";
1520
+ const _URI = "UnprocessedResourceIdentifiers";
1521
+ const _URIL = "UnprocessedResourceIdentifierList";
1522
+ const _URR = "UntagResourceRequest";
1523
+ const _US = "UpdateStatus";
1524
+ const _V = "Value";
1525
+ const _VE = "ValidationException";
1526
+ const _Va = "Values";
1527
+ const _a = "arn";
1528
+ const _aI = "accountId";
1529
+ const _aR = "awsRegion";
1530
+ const _aS = "allSupported";
1531
+ const _aZ = "availabilityZone";
1532
+ const _bCI = "baseConfigurationItems";
1533
+ const _c = "client";
1534
+ const _cHDI = "configHistoryDeliveryInfo";
1535
+ const _cI = "configurationItems";
1536
+ const _cICT = "configurationItemCaptureTime";
1537
+ const _cIDT = "configurationItemDeliveryTime";
1538
+ const _cIMDH = "configurationItemMD5Hash";
1539
+ const _cIS = "configurationItemStatus";
1540
+ const _cO = "chronologicalOrder";
1541
+ const _cSDI = "configSnapshotDeliveryInfo";
1542
+ const _cSDIo = "configStreamDeliveryInfo";
1543
+ const _cSDP = "configSnapshotDeliveryProperties";
1544
+ const _cSI = "configurationStateId";
1545
+ const _cSIo = "configSnapshotId";
1546
+ const _co = "configuration";
1547
+ const _cou = "count";
1548
+ const _d = "description";
1549
+ const _dCN = "deliveryChannelName";
1550
+ const _dF = "deliveryFrequency";
1551
+ const _e = "error";
1552
+ const _eBRT = "exclusionByResourceTypes";
1553
+ const _eT = "earlierTime";
1554
+ const _fN = "filterName";
1555
+ const _fV = "filterValue";
1556
+ const _hE = "httpError";
1557
+ const _iDR = "includeDeletedResources";
1558
+ const _iGRT = "includeGlobalResourceTypes";
1559
+ const _l = "limit";
1560
+ const _lAT = "lastAttemptTime";
1561
+ const _lEC = "lastErrorCode";
1562
+ const _lEM = "lastErrorMessage";
1563
+ const _lS = "lastStatus";
1564
+ const _lSCT = "lastStatusChangeTime";
1565
+ const _lST = "lastSuccessfulTime";
1566
+ const _lSTa = "lastStartTime";
1567
+ const _lSTas = "lastStopTime";
1568
+ const _lT = "laterTime";
1569
+ const _m = "message";
1570
+ const _n = "name";
1571
+ const _nDT = "nextDeliveryTime";
1572
+ const _nT = "nextToken";
1573
+ const _r = "relationships";
1574
+ const _rARN = "roleARN";
1575
+ const _rC = "resourceCounts";
1576
+ const _rCT = "resourceCreationTime";
1577
+ const _rDT = "resourceDeletionTime";
1578
+ const _rE = "relatedEvents";
1579
+ const _rF = "recordingFrequency";
1580
+ const _rG = "recordingGroup";
1581
+ const _rI = "resourceId";
1582
+ const _rIe = "resourceIds";
1583
+ const _rIes = "resourceIdentifiers";
1584
+ const _rK = "resourceKeys";
1585
+ const _rM = "recordingMode";
1586
+ const _rMO = "recordingModeOverrides";
1587
+ const _rN = "resourceName";
1588
+ const _rNe = "relationshipName";
1589
+ const _rS = "recordingScope";
1590
+ const _rSe = "recordingStrategy";
1591
+ const _rT = "resourceType";
1592
+ const _rTe = "resourceTypes";
1593
+ const _re = "recording";
1594
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.configservice";
1595
+ const _sBN = "s3BucketName";
1596
+ const _sC = "supplementaryConfiguration";
1597
+ const _sKKA = "s3KmsKeyArn";
1598
+ const _sKP = "s3KeyPrefix";
1599
+ const _sP = "servicePrincipal";
1600
+ const _sTARN = "snsTopicARN";
1601
+ const _t = "tags";
1602
+ const _tDR = "totalDiscoveredResources";
1603
+ const _uO = "useOnly";
1604
+ const _uRK = "unprocessedResourceKeys";
1605
+ const _v = "version";
1606
+ const n0 = "com.amazonaws.configservice";
1607
+ const _s_registry = TypeRegistry.for(_s);
1608
+ var ConfigServiceServiceException$ = [-3, _s, "ConfigServiceServiceException", 0, [], []];
1609
+ _s_registry.registerError(ConfigServiceServiceException$, ConfigServiceServiceException);
1610
+ const n0_registry = TypeRegistry.for(n0);
1611
+ var ConflictException$ = [-3, n0, _CE,
1612
+ { [_e]: _c },
1613
+ [_m],
1614
+ [0]
1615
+ ];
1616
+ n0_registry.registerError(ConflictException$, ConflictException);
1617
+ var ConformancePackTemplateValidationException$ = [-3, n0, _CPTVE,
1618
+ { [_e]: _c },
1619
+ [_m],
1620
+ [0]
1621
+ ];
1622
+ n0_registry.registerError(ConformancePackTemplateValidationException$, ConformancePackTemplateValidationException);
1623
+ var IdempotentParameterMismatch$ = [-3, n0, _IPM,
1624
+ { [_e]: _c, [_hE]: 400 },
1625
+ [_m],
1626
+ [0]
1627
+ ];
1628
+ n0_registry.registerError(IdempotentParameterMismatch$, IdempotentParameterMismatch);
1629
+ var InsufficientDeliveryPolicyException$ = [-3, n0, _IDPE,
1630
+ { [_e]: _c },
1631
+ [_m],
1632
+ [0]
1633
+ ];
1634
+ n0_registry.registerError(InsufficientDeliveryPolicyException$, InsufficientDeliveryPolicyException);
1635
+ var InsufficientPermissionsException$ = [-3, n0, _IPE,
1636
+ { [_e]: _c },
1637
+ [_m],
1638
+ [0]
1639
+ ];
1640
+ n0_registry.registerError(InsufficientPermissionsException$, InsufficientPermissionsException);
1641
+ var InvalidConfigurationRecorderNameException$ = [-3, n0, _ICRNE,
1642
+ { [_e]: _c },
1643
+ [_m],
1644
+ [0]
1645
+ ];
1646
+ n0_registry.registerError(InvalidConfigurationRecorderNameException$, InvalidConfigurationRecorderNameException);
1647
+ var InvalidDeliveryChannelNameException$ = [-3, n0, _IDCNE,
1648
+ { [_e]: _c },
1649
+ [_m],
1650
+ [0]
1651
+ ];
1652
+ n0_registry.registerError(InvalidDeliveryChannelNameException$, InvalidDeliveryChannelNameException);
1653
+ var InvalidExpressionException$ = [-3, n0, _IEE,
1654
+ { [_e]: _c },
1655
+ [_m],
1656
+ [0]
1657
+ ];
1658
+ n0_registry.registerError(InvalidExpressionException$, InvalidExpressionException);
1659
+ var InvalidLimitException$ = [-3, n0, _ILE,
1660
+ { [_e]: _c },
1661
+ [_m],
1662
+ [0]
1663
+ ];
1664
+ n0_registry.registerError(InvalidLimitException$, InvalidLimitException);
1665
+ var InvalidNextTokenException$ = [-3, n0, _INTE,
1666
+ { [_e]: _c },
1667
+ [_m],
1668
+ [0]
1669
+ ];
1670
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
1671
+ var InvalidParameterValueException$ = [-3, n0, _IPVE,
1672
+ { [_e]: _c },
1673
+ [_m],
1674
+ [0]
1675
+ ];
1676
+ n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
1677
+ var InvalidRecordingGroupException$ = [-3, n0, _IRGE,
1678
+ { [_e]: _c },
1679
+ [_m],
1680
+ [0]
1681
+ ];
1682
+ n0_registry.registerError(InvalidRecordingGroupException$, InvalidRecordingGroupException);
1683
+ var InvalidResultTokenException$ = [-3, n0, _IRTE,
1684
+ { [_e]: _c },
1685
+ [_m],
1686
+ [0]
1687
+ ];
1688
+ n0_registry.registerError(InvalidResultTokenException$, InvalidResultTokenException);
1689
+ var InvalidRoleException$ = [-3, n0, _IRE,
1690
+ { [_e]: _c },
1691
+ [_m],
1692
+ [0]
1693
+ ];
1694
+ n0_registry.registerError(InvalidRoleException$, InvalidRoleException);
1695
+ var InvalidS3KeyPrefixException$ = [-3, n0, _ISKPE,
1696
+ { [_e]: _c },
1697
+ [_m],
1698
+ [0]
1699
+ ];
1700
+ n0_registry.registerError(InvalidS3KeyPrefixException$, InvalidS3KeyPrefixException);
1701
+ var InvalidS3KmsKeyArnException$ = [-3, n0, _ISKKAE,
1702
+ { [_e]: _c },
1703
+ [_m],
1704
+ [0]
1705
+ ];
1706
+ n0_registry.registerError(InvalidS3KmsKeyArnException$, InvalidS3KmsKeyArnException);
1707
+ var InvalidSNSTopicARNException$ = [-3, n0, _ISNSTARNE,
1708
+ { [_e]: _c },
1709
+ [_m],
1710
+ [0]
1711
+ ];
1712
+ n0_registry.registerError(InvalidSNSTopicARNException$, InvalidSNSTopicARNException);
1713
+ var InvalidTimeRangeException$ = [-3, n0, _ITRE,
1714
+ { [_e]: _c },
1715
+ [_m],
1716
+ [0]
1717
+ ];
1718
+ n0_registry.registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
1719
+ var LastDeliveryChannelDeleteFailedException$ = [-3, n0, _LDCDFE,
1720
+ { [_e]: _c },
1721
+ [_m],
1722
+ [0]
1723
+ ];
1724
+ n0_registry.registerError(LastDeliveryChannelDeleteFailedException$, LastDeliveryChannelDeleteFailedException);
1725
+ var LimitExceededException$ = [-3, n0, _LEE,
1726
+ { [_e]: _c },
1727
+ [_m],
1728
+ [0]
1729
+ ];
1730
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
1731
+ var MaxActiveResourcesExceededException$ = [-3, n0, _MAREE,
1732
+ { [_e]: _c },
1733
+ [_m],
1734
+ [0]
1735
+ ];
1736
+ n0_registry.registerError(MaxActiveResourcesExceededException$, MaxActiveResourcesExceededException);
1737
+ var MaxNumberOfConfigRulesExceededException$ = [-3, n0, _MNOCREE,
1738
+ { [_e]: _c },
1739
+ [_m],
1740
+ [0]
1741
+ ];
1742
+ n0_registry.registerError(MaxNumberOfConfigRulesExceededException$, MaxNumberOfConfigRulesExceededException);
1743
+ var MaxNumberOfConfigurationRecordersExceededException$ = [-3, n0, _MNOCREEa,
1744
+ { [_e]: _c },
1745
+ [_m],
1746
+ [0]
1747
+ ];
1748
+ n0_registry.registerError(MaxNumberOfConfigurationRecordersExceededException$, MaxNumberOfConfigurationRecordersExceededException);
1749
+ var MaxNumberOfConformancePacksExceededException$ = [-3, n0, _MNOCPEE,
1750
+ { [_e]: _c },
1751
+ [_m],
1752
+ [0]
1753
+ ];
1754
+ n0_registry.registerError(MaxNumberOfConformancePacksExceededException$, MaxNumberOfConformancePacksExceededException);
1755
+ var MaxNumberOfDeliveryChannelsExceededException$ = [-3, n0, _MNODCEE,
1756
+ { [_e]: _c },
1757
+ [_m],
1758
+ [0]
1759
+ ];
1760
+ n0_registry.registerError(MaxNumberOfDeliveryChannelsExceededException$, MaxNumberOfDeliveryChannelsExceededException);
1761
+ var MaxNumberOfOrganizationConfigRulesExceededException$ = [-3, n0, _MNOOCREE,
1762
+ { [_e]: _c },
1763
+ [_m],
1764
+ [0]
1765
+ ];
1766
+ n0_registry.registerError(MaxNumberOfOrganizationConfigRulesExceededException$, MaxNumberOfOrganizationConfigRulesExceededException);
1767
+ var MaxNumberOfOrganizationConformancePacksExceededException$ = [-3, n0, _MNOOCPEE,
1768
+ { [_e]: _c },
1769
+ [_m],
1770
+ [0]
1771
+ ];
1772
+ n0_registry.registerError(MaxNumberOfOrganizationConformancePacksExceededException$, MaxNumberOfOrganizationConformancePacksExceededException);
1773
+ var MaxNumberOfRetentionConfigurationsExceededException$ = [-3, n0, _MNORCEE,
1774
+ { [_e]: _c },
1775
+ [_m],
1776
+ [0]
1777
+ ];
1778
+ n0_registry.registerError(MaxNumberOfRetentionConfigurationsExceededException$, MaxNumberOfRetentionConfigurationsExceededException);
1779
+ var NoAvailableConfigurationRecorderException$ = [-3, n0, _NACRE,
1780
+ { [_e]: _c },
1781
+ [_m],
1782
+ [0]
1783
+ ];
1784
+ n0_registry.registerError(NoAvailableConfigurationRecorderException$, NoAvailableConfigurationRecorderException);
1785
+ var NoAvailableDeliveryChannelException$ = [-3, n0, _NADCE,
1786
+ { [_e]: _c },
1787
+ [_m],
1788
+ [0]
1789
+ ];
1790
+ n0_registry.registerError(NoAvailableDeliveryChannelException$, NoAvailableDeliveryChannelException);
1791
+ var NoAvailableOrganizationException$ = [-3, n0, _NAOE,
1792
+ { [_e]: _c },
1793
+ [_m],
1794
+ [0]
1795
+ ];
1796
+ n0_registry.registerError(NoAvailableOrganizationException$, NoAvailableOrganizationException);
1797
+ var NoRunningConfigurationRecorderException$ = [-3, n0, _NRCRE,
1798
+ { [_e]: _c },
1799
+ [_m],
1800
+ [0]
1801
+ ];
1802
+ n0_registry.registerError(NoRunningConfigurationRecorderException$, NoRunningConfigurationRecorderException);
1803
+ var NoSuchBucketException$ = [-3, n0, _NSBE,
1804
+ { [_e]: _c },
1805
+ [_m],
1806
+ [0]
1807
+ ];
1808
+ n0_registry.registerError(NoSuchBucketException$, NoSuchBucketException);
1809
+ var NoSuchConfigRuleException$ = [-3, n0, _NSCRE,
1810
+ { [_e]: _c },
1811
+ [_m],
1812
+ [0]
1813
+ ];
1814
+ n0_registry.registerError(NoSuchConfigRuleException$, NoSuchConfigRuleException);
1815
+ var NoSuchConfigRuleInConformancePackException$ = [-3, n0, _NSCRICPE,
1816
+ { [_e]: _c },
1817
+ [_m],
1818
+ [0]
1819
+ ];
1820
+ n0_registry.registerError(NoSuchConfigRuleInConformancePackException$, NoSuchConfigRuleInConformancePackException);
1821
+ var NoSuchConfigurationAggregatorException$ = [-3, n0, _NSCAE,
1822
+ { [_e]: _c },
1823
+ [_m],
1824
+ [0]
1825
+ ];
1826
+ n0_registry.registerError(NoSuchConfigurationAggregatorException$, NoSuchConfigurationAggregatorException);
1827
+ var NoSuchConfigurationRecorderException$ = [-3, n0, _NSCREo,
1828
+ { [_e]: _c },
1829
+ [_m],
1830
+ [0]
1831
+ ];
1832
+ n0_registry.registerError(NoSuchConfigurationRecorderException$, NoSuchConfigurationRecorderException);
1833
+ var NoSuchConformancePackException$ = [-3, n0, _NSCPE,
1834
+ { [_e]: _c },
1835
+ [_m],
1836
+ [0]
1837
+ ];
1838
+ n0_registry.registerError(NoSuchConformancePackException$, NoSuchConformancePackException);
1839
+ var NoSuchDeliveryChannelException$ = [-3, n0, _NSDCE,
1840
+ { [_e]: _c },
1841
+ [_m],
1842
+ [0]
1843
+ ];
1844
+ n0_registry.registerError(NoSuchDeliveryChannelException$, NoSuchDeliveryChannelException);
1845
+ var NoSuchOrganizationConfigRuleException$ = [-3, n0, _NSOCRE,
1846
+ { [_e]: _c },
1847
+ [_m],
1848
+ [0]
1849
+ ];
1850
+ n0_registry.registerError(NoSuchOrganizationConfigRuleException$, NoSuchOrganizationConfigRuleException);
1851
+ var NoSuchOrganizationConformancePackException$ = [-3, n0, _NSOCPE,
1852
+ { [_e]: _c },
1853
+ [_m],
1854
+ [0]
1855
+ ];
1856
+ n0_registry.registerError(NoSuchOrganizationConformancePackException$, NoSuchOrganizationConformancePackException);
1857
+ var NoSuchRemediationConfigurationException$ = [-3, n0, _NSRCE,
1858
+ { [_e]: _c },
1859
+ [_m],
1860
+ [0]
1861
+ ];
1862
+ n0_registry.registerError(NoSuchRemediationConfigurationException$, NoSuchRemediationConfigurationException);
1863
+ var NoSuchRemediationExceptionException$ = [-3, n0, _NSREE,
1864
+ { [_e]: _c },
1865
+ [_m],
1866
+ [0]
1867
+ ];
1868
+ n0_registry.registerError(NoSuchRemediationExceptionException$, NoSuchRemediationExceptionException);
1869
+ var NoSuchRetentionConfigurationException$ = [-3, n0, _NSRCEo,
1870
+ { [_e]: _c },
1871
+ [_m],
1872
+ [0]
1873
+ ];
1874
+ n0_registry.registerError(NoSuchRetentionConfigurationException$, NoSuchRetentionConfigurationException);
1875
+ var OrganizationAccessDeniedException$ = [-3, n0, _OADE,
1876
+ { [_e]: _c },
1877
+ [_m],
1878
+ [0]
1879
+ ];
1880
+ n0_registry.registerError(OrganizationAccessDeniedException$, OrganizationAccessDeniedException);
1881
+ var OrganizationAllFeaturesNotEnabledException$ = [-3, n0, _OAFNEE,
1882
+ { [_e]: _c },
1883
+ [_m],
1884
+ [0]
1885
+ ];
1886
+ n0_registry.registerError(OrganizationAllFeaturesNotEnabledException$, OrganizationAllFeaturesNotEnabledException);
1887
+ var OrganizationConformancePackTemplateValidationException$ = [-3, n0, _OCPTVE,
1888
+ { [_e]: _c },
1889
+ [_m],
1890
+ [0]
1891
+ ];
1892
+ n0_registry.registerError(OrganizationConformancePackTemplateValidationException$, OrganizationConformancePackTemplateValidationException);
1893
+ var OversizedConfigurationItemException$ = [-3, n0, _OCIE,
1894
+ { [_e]: _c },
1895
+ [_m],
1896
+ [0]
1897
+ ];
1898
+ n0_registry.registerError(OversizedConfigurationItemException$, OversizedConfigurationItemException);
1899
+ var RemediationInProgressException$ = [-3, n0, _RIPE,
1900
+ { [_e]: _c },
1901
+ [_m],
1902
+ [0]
1903
+ ];
1904
+ n0_registry.registerError(RemediationInProgressException$, RemediationInProgressException);
1905
+ var ResourceConcurrentModificationException$ = [-3, n0, _RCME,
1906
+ { [_e]: _c },
1907
+ [_m],
1908
+ [0]
1909
+ ];
1910
+ n0_registry.registerError(ResourceConcurrentModificationException$, ResourceConcurrentModificationException);
1911
+ var ResourceInUseException$ = [-3, n0, _RIUE,
1912
+ { [_e]: _c },
1913
+ [_m],
1914
+ [0]
1915
+ ];
1916
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
1917
+ var ResourceNotDiscoveredException$ = [-3, n0, _RNDE,
1918
+ { [_e]: _c },
1919
+ [_m],
1920
+ [0]
1921
+ ];
1922
+ n0_registry.registerError(ResourceNotDiscoveredException$, ResourceNotDiscoveredException);
1923
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
1924
+ { [_e]: _c },
1925
+ [_m],
1926
+ [0]
1927
+ ];
1928
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
1929
+ var TooManyTagsException$ = [-3, n0, _TMTE,
1930
+ { [_e]: _c },
1931
+ [_m],
1932
+ [0]
1933
+ ];
1934
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
1935
+ var UnmodifiableEntityException$ = [-3, n0, _UEE,
1936
+ { [_e]: _c },
1937
+ [_m],
1938
+ [0]
1939
+ ];
1940
+ n0_registry.registerError(UnmodifiableEntityException$, UnmodifiableEntityException);
1941
+ var ValidationException$ = [-3, n0, _VE,
1942
+ { [_e]: _c },
1943
+ [_m],
1944
+ [0]
1945
+ ];
1946
+ n0_registry.registerError(ValidationException$, ValidationException);
1947
+ const errorTypeRegistries = [
1948
+ _s_registry,
1949
+ n0_registry,
1950
+ ];
1951
+ var AccountAggregationSource$ = [3, n0, _AAS,
1952
+ 0,
1953
+ [_AI, _AAR, _AR],
1954
+ [64 | 0, 2, 64 | 0], 1
1955
+ ];
1956
+ var AggregateComplianceByConfigRule$ = [3, n0, _ACBCR,
1957
+ 0,
1958
+ [_CRN, _C, _AIc, _ARw],
1959
+ [0, () => Compliance$, 0, 0]
1960
+ ];
1961
+ var AggregateComplianceByConformancePack$ = [3, n0, _ACBCP,
1962
+ 0,
1963
+ [_CPN, _C, _AIc, _ARw],
1964
+ [0, () => AggregateConformancePackCompliance$, 0, 0]
1965
+ ];
1966
+ var AggregateComplianceCount$ = [3, n0, _ACC,
1967
+ 0,
1968
+ [_GN, _CS],
1969
+ [0, () => ComplianceSummary$]
1970
+ ];
1971
+ var AggregateConformancePackCompliance$ = [3, n0, _ACPC,
1972
+ 0,
1973
+ [_CT, _CRC, _NCRC, _TRC],
1974
+ [0, 1, 1, 1]
1975
+ ];
1976
+ var AggregateConformancePackComplianceCount$ = [3, n0, _ACPCC,
1977
+ 0,
1978
+ [_CCPC, _NCCPC],
1979
+ [1, 1]
1980
+ ];
1981
+ var AggregateConformancePackComplianceFilters$ = [3, n0, _ACPCF,
1982
+ 0,
1983
+ [_CPN, _CT, _AIc, _ARw],
1984
+ [0, 0, 0, 0]
1985
+ ];
1986
+ var AggregateConformancePackComplianceSummary$ = [3, n0, _ACPCS,
1987
+ 0,
1988
+ [_CS, _GN],
1989
+ [() => AggregateConformancePackComplianceCount$, 0]
1990
+ ];
1991
+ var AggregateConformancePackComplianceSummaryFilters$ = [3, n0, _ACPCSF,
1992
+ 0,
1993
+ [_AIc, _ARw],
1994
+ [0, 0]
1995
+ ];
1996
+ var AggregatedSourceStatus$ = [3, n0, _ASS,
1997
+ 0,
1998
+ [_SI, _ST, _ARw, _LUS, _LUT, _LEC, _LEM],
1999
+ [0, 0, 0, 0, 4, 0, 0]
2000
+ ];
2001
+ var AggregateEvaluationResult$ = [3, n0, _AER,
2002
+ 0,
2003
+ [_ERI, _CT, _RRT, _CRIT, _A, _AIc, _ARw],
2004
+ [() => EvaluationResultIdentifier$, 0, 4, 4, 0, 0, 0]
2005
+ ];
2006
+ var AggregateResourceIdentifier$ = [3, n0, _ARI,
2007
+ 0,
2008
+ [_SAI, _SR, _RI, _RT, _RN],
2009
+ [0, 0, 0, 0, 0], 4
2010
+ ];
2011
+ var AggregationAuthorization$ = [3, n0, _AA,
2012
+ 0,
2013
+ [_AAA, _AAI, _AARu, _CTr],
2014
+ [0, 0, 0, 4]
2015
+ ];
2016
+ var AggregatorFilterResourceType$ = [3, n0, _AFRT,
2017
+ 0,
2018
+ [_T, _V],
2019
+ [0, 64 | 0]
2020
+ ];
2021
+ var AggregatorFilters$ = [3, n0, _AF,
2022
+ 0,
2023
+ [_RT, _SP],
2024
+ [() => AggregatorFilterResourceType$, () => AggregatorFilterServicePrincipal$]
2025
+ ];
2026
+ var AggregatorFilterServicePrincipal$ = [3, n0, _AFSP,
2027
+ 0,
2028
+ [_T, _V],
2029
+ [0, 64 | 0]
2030
+ ];
2031
+ var AssociateResourceTypesRequest$ = [3, n0, _ARTR,
2032
+ 0,
2033
+ [_CRA, _RTe],
2034
+ [0, 64 | 0], 2
2035
+ ];
2036
+ var AssociateResourceTypesResponse$ = [3, n0, _ARTRs,
2037
+ 0,
2038
+ [_CR],
2039
+ [() => ConfigurationRecorder$], 1
2040
+ ];
2041
+ var BaseConfigurationItem$ = [3, n0, _BCI,
2042
+ 0,
2043
+ [_v, _aI, _cICT, _cIS, _cSI, _a, _rT, _rI, _rN, _aR, _aZ, _rCT, _co, _sC, _rF, _cIDT],
2044
+ [0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 128 | 0, 0, 4]
2045
+ ];
2046
+ var BatchGetAggregateResourceConfigRequest$ = [3, n0, _BGARCR,
2047
+ 0,
2048
+ [_CAN, _RIe],
2049
+ [0, () => ResourceIdentifiersList], 2
2050
+ ];
2051
+ var BatchGetAggregateResourceConfigResponse$ = [3, n0, _BGARCRa,
2052
+ 0,
2053
+ [_BCIa, _URI],
2054
+ [() => BaseConfigurationItems, () => UnprocessedResourceIdentifierList]
2055
+ ];
2056
+ var BatchGetResourceConfigRequest$ = [3, n0, _BGRCR,
2057
+ 0,
2058
+ [_rK],
2059
+ [() => ResourceKeys], 1
2060
+ ];
2061
+ var BatchGetResourceConfigResponse$ = [3, n0, _BGRCRa,
2062
+ 0,
2063
+ [_bCI, _uRK],
2064
+ [() => BaseConfigurationItems, () => ResourceKeys]
2065
+ ];
2066
+ var Compliance$ = [3, n0, _C,
2067
+ 0,
2068
+ [_CT, _CCC],
2069
+ [0, () => ComplianceContributorCount$]
2070
+ ];
2071
+ var ComplianceByConfigRule$ = [3, n0, _CBCR,
2072
+ 0,
2073
+ [_CRN, _C],
2074
+ [0, () => Compliance$]
2075
+ ];
2076
+ var ComplianceByResource$ = [3, n0, _CBR,
2077
+ 0,
2078
+ [_RT, _RI, _C],
2079
+ [0, 0, () => Compliance$]
2080
+ ];
2081
+ var ComplianceContributorCount$ = [3, n0, _CCC,
2082
+ 0,
2083
+ [_CC, _CEa],
2084
+ [1, 2]
2085
+ ];
2086
+ var ComplianceSummary$ = [3, n0, _CS,
2087
+ 0,
2088
+ [_CRCo, _NCRCo, _CST],
2089
+ [() => ComplianceContributorCount$, () => ComplianceContributorCount$, 4]
2090
+ ];
2091
+ var ComplianceSummaryByResourceType$ = [3, n0, _CSBRT,
2092
+ 0,
2093
+ [_RT, _CS],
2094
+ [0, () => ComplianceSummary$]
2095
+ ];
2096
+ var ConfigExportDeliveryInfo$ = [3, n0, _CEDI,
2097
+ 0,
2098
+ [_lS, _lEC, _lEM, _lAT, _lST, _nDT],
2099
+ [0, 0, 0, 4, 4, 4]
2100
+ ];
2101
+ var ConfigRule$ = [3, n0, _CRo,
2102
+ 0,
2103
+ [_S, _CRN, _CRAo, _CRI, _D, _Sc, _IP, _MEF, _CRS, _CB, _EM, _REV],
2104
+ [() => Source$, 0, 0, 0, 0, () => Scope$, 0, 0, 0, 0, () => EvaluationModes, 0], 1
2105
+ ];
2106
+ var ConfigRuleComplianceFilters$ = [3, n0, _CRCF,
2107
+ 0,
2108
+ [_CRN, _CT, _AIc, _ARw],
2109
+ [0, 0, 0, 0]
2110
+ ];
2111
+ var ConfigRuleComplianceSummaryFilters$ = [3, n0, _CRCSF,
2112
+ 0,
2113
+ [_AIc, _ARw],
2114
+ [0, 0]
2115
+ ];
2116
+ var ConfigRuleEvaluationStatus$ = [3, n0, _CRES,
2117
+ 0,
2118
+ [_CRN, _CRAo, _CRI, _LSIT, _LFIT, _LSET, _LFET, _FAT, _LDT, _LEC, _LEM, _FES, _LDLDS, _LDLDSR, _LDLDT],
2119
+ [0, 0, 0, 4, 4, 4, 4, 4, 4, 0, 0, 2, 0, 0, 4]
2120
+ ];
2121
+ var ConfigSnapshotDeliveryProperties$ = [3, n0, _CSDP,
2122
+ 0,
2123
+ [_dF],
2124
+ [0]
2125
+ ];
2126
+ var ConfigStreamDeliveryInfo$ = [3, n0, _CSDI,
2127
+ 0,
2128
+ [_lS, _lEC, _lEM, _lSCT],
2129
+ [0, 0, 0, 4]
2130
+ ];
2131
+ var ConfigurationAggregator$ = [3, n0, _CA,
2132
+ 0,
2133
+ [_CAN, _CAA, _AASc, _OAS, _CTr, _LUTa, _CB, _AF],
2134
+ [0, 0, () => AccountAggregationSourceList, () => OrganizationAggregationSource$, 4, 4, 0, () => AggregatorFilters$]
2135
+ ];
2136
+ var ConfigurationItem$ = [3, n0, _CI,
2137
+ 0,
2138
+ [_v, _aI, _cICT, _cIS, _cSI, _cIMDH, _a, _rT, _rI, _rN, _aR, _aZ, _rCT, _t, _rE, _r, _co, _sC, _rF, _cIDT],
2139
+ [0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 128 | 0, 64 | 0, () => RelationshipList, 0, 128 | 0, 0, 4]
2140
+ ];
2141
+ var ConfigurationRecorder$ = [3, n0, _CR,
2142
+ 0,
2143
+ [_a, _n, _rARN, _rG, _rM, _rS, _sP],
2144
+ [0, 0, 0, () => RecordingGroup$, () => RecordingMode$, 0, 0]
2145
+ ];
2146
+ var ConfigurationRecorderFilter$ = [3, n0, _CRF,
2147
+ 0,
2148
+ [_fN, _fV],
2149
+ [0, 64 | 0]
2150
+ ];
2151
+ var ConfigurationRecorderStatus$ = [3, n0, _CRSo,
2152
+ 0,
2153
+ [_a, _n, _lSTa, _lSTas, _re, _lS, _lEC, _lEM, _lSCT, _sP],
2154
+ [0, 0, 4, 4, 2, 0, 0, 0, 4, 0]
2155
+ ];
2156
+ var ConfigurationRecorderSummary$ = [3, n0, _CRSon,
2157
+ 0,
2158
+ [_a, _n, _rS, _sP],
2159
+ [0, 0, 0, 0], 3
2160
+ ];
2161
+ var ConformancePackComplianceFilters$ = [3, n0, _CPCF,
2162
+ 0,
2163
+ [_CRNo, _CT],
2164
+ [64 | 0, 0]
2165
+ ];
2166
+ var ConformancePackComplianceScore$ = [3, n0, _CPCS,
2167
+ 0,
2168
+ [_Sco, _CPN, _LUTa],
2169
+ [0, 0, 4]
2170
+ ];
2171
+ var ConformancePackComplianceScoresFilters$ = [3, n0, _CPCSF,
2172
+ 0,
2173
+ [_CPNo],
2174
+ [64 | 0], 1
2175
+ ];
2176
+ var ConformancePackComplianceSummary$ = [3, n0, _CPCSo,
2177
+ 0,
2178
+ [_CPN, _CPCSon],
2179
+ [0, 0], 2
2180
+ ];
2181
+ var ConformancePackDetail$ = [3, n0, _CPD,
2182
+ 0,
2183
+ [_CPN, _CPA, _CPI, _DSB, _DSKP, _CPIP, _LURT, _CB, _TSSMDD],
2184
+ [0, 0, 0, 0, 0, () => ConformancePackInputParameters, 4, 0, () => TemplateSSMDocumentDetails$], 3
2185
+ ];
2186
+ var ConformancePackEvaluationFilters$ = [3, n0, _CPEF,
2187
+ 0,
2188
+ [_CRNo, _CT, _RT, _RIes],
2189
+ [64 | 0, 0, 0, 64 | 0]
2190
+ ];
2191
+ var ConformancePackEvaluationResult$ = [3, n0, _CPER,
2192
+ 0,
2193
+ [_CT, _ERI, _CRIT, _RRT, _A],
2194
+ [0, () => EvaluationResultIdentifier$, 4, 4, 0], 4
2195
+ ];
2196
+ var ConformancePackInputParameter$ = [3, n0, _CPIPo,
2197
+ 0,
2198
+ [_PN, _PV],
2199
+ [0, 0], 2
2200
+ ];
2201
+ var ConformancePackRuleCompliance$ = [3, n0, _CPRC,
2202
+ 0,
2203
+ [_CRN, _CT, _Co],
2204
+ [0, 0, 64 | 0]
2205
+ ];
2206
+ var ConformancePackStatusDetail$ = [3, n0, _CPSD,
2207
+ 0,
2208
+ [_CPN, _CPI, _CPA, _CPS, _SA, _LURT, _CPSR, _LUCT],
2209
+ [0, 0, 0, 0, 0, 4, 0, 4], 6
2210
+ ];
2211
+ var CustomPolicyDetails$ = [3, n0, _CPDu,
2212
+ 0,
2213
+ [_PR, _PT, _EDLD],
2214
+ [0, 0, 2], 2
2215
+ ];
2216
+ var DeleteAggregationAuthorizationRequest$ = [3, n0, _DAAR,
2217
+ 0,
2218
+ [_AAI, _AARu],
2219
+ [0, 0], 2
2220
+ ];
2221
+ var DeleteConfigRuleRequest$ = [3, n0, _DCRR,
2222
+ 0,
2223
+ [_CRN],
2224
+ [0], 1
2225
+ ];
2226
+ var DeleteConfigurationAggregatorRequest$ = [3, n0, _DCAR,
2227
+ 0,
2228
+ [_CAN],
2229
+ [0], 1
2230
+ ];
2231
+ var DeleteConfigurationRecorderRequest$ = [3, n0, _DCRRe,
2232
+ 0,
2233
+ [_CRNon],
2234
+ [0], 1
2235
+ ];
2236
+ var DeleteConformancePackRequest$ = [3, n0, _DCPR,
2237
+ 0,
2238
+ [_CPN],
2239
+ [0], 1
2240
+ ];
2241
+ var DeleteDeliveryChannelRequest$ = [3, n0, _DDCR,
2242
+ 0,
2243
+ [_DCN],
2244
+ [0], 1
2245
+ ];
2246
+ var DeleteEvaluationResultsRequest$ = [3, n0, _DERR,
2247
+ 0,
2248
+ [_CRN],
2249
+ [0], 1
2250
+ ];
2251
+ var DeleteEvaluationResultsResponse$ = [3, n0, _DERRe,
2252
+ 0,
2253
+ [],
2254
+ []
2255
+ ];
2256
+ var DeleteOrganizationConfigRuleRequest$ = [3, n0, _DOCRR,
2257
+ 0,
2258
+ [_OCRN],
2259
+ [0], 1
2260
+ ];
2261
+ var DeleteOrganizationConformancePackRequest$ = [3, n0, _DOCPR,
2262
+ 0,
2263
+ [_OCPN],
2264
+ [0], 1
2265
+ ];
2266
+ var DeletePendingAggregationRequestRequest$ = [3, n0, _DPARR,
2267
+ 0,
2268
+ [_RAI, _RAR],
2269
+ [0, 0], 2
2270
+ ];
2271
+ var DeleteRemediationConfigurationRequest$ = [3, n0, _DRCR,
2272
+ 0,
2273
+ [_CRN, _RT],
2274
+ [0, 0], 1
2275
+ ];
2276
+ var DeleteRemediationConfigurationResponse$ = [3, n0, _DRCRe,
2277
+ 0,
2278
+ [],
2279
+ []
2280
+ ];
2281
+ var DeleteRemediationExceptionsRequest$ = [3, n0, _DRER,
2282
+ 0,
2283
+ [_CRN, _RK],
2284
+ [0, () => RemediationExceptionResourceKeys], 2
2285
+ ];
2286
+ var DeleteRemediationExceptionsResponse$ = [3, n0, _DRERe,
2287
+ 0,
2288
+ [_FB],
2289
+ [() => FailedDeleteRemediationExceptionsBatches]
2290
+ ];
2291
+ var DeleteResourceConfigRequest$ = [3, n0, _DRCRel,
2292
+ 0,
2293
+ [_RT, _RI],
2294
+ [0, 0], 2
2295
+ ];
2296
+ var DeleteRetentionConfigurationRequest$ = [3, n0, _DRCRele,
2297
+ 0,
2298
+ [_RCN],
2299
+ [0], 1
2300
+ ];
2301
+ var DeleteServiceLinkedConfigurationRecorderRequest$ = [3, n0, _DSLCRR,
2302
+ 0,
2303
+ [_SP],
2304
+ [0], 1
2305
+ ];
2306
+ var DeleteServiceLinkedConfigurationRecorderResponse$ = [3, n0, _DSLCRRe,
2307
+ 0,
2308
+ [_Ar, _N],
2309
+ [0, 0], 2
2310
+ ];
2311
+ var DeleteStoredQueryRequest$ = [3, n0, _DSQR,
2312
+ 0,
2313
+ [_QN],
2314
+ [0], 1
2315
+ ];
2316
+ var DeleteStoredQueryResponse$ = [3, n0, _DSQRe,
2317
+ 0,
2318
+ [],
2319
+ []
2320
+ ];
2321
+ var DeliverConfigSnapshotRequest$ = [3, n0, _DCSR,
2322
+ 0,
2323
+ [_dCN],
2324
+ [0], 1
2325
+ ];
2326
+ var DeliverConfigSnapshotResponse$ = [3, n0, _DCSRe,
2327
+ 0,
2328
+ [_cSIo],
2329
+ [0]
2330
+ ];
2331
+ var DeliveryChannel$ = [3, n0, _DC,
2332
+ 0,
2333
+ [_n, _sBN, _sKP, _sKKA, _sTARN, _cSDP],
2334
+ [0, 0, 0, 0, 0, () => ConfigSnapshotDeliveryProperties$]
2335
+ ];
2336
+ var DeliveryChannelStatus$ = [3, n0, _DCS,
2337
+ 0,
2338
+ [_n, _cSDI, _cHDI, _cSDIo],
2339
+ [0, () => ConfigExportDeliveryInfo$, () => ConfigExportDeliveryInfo$, () => ConfigStreamDeliveryInfo$]
2340
+ ];
2341
+ var DescribeAggregateComplianceByConfigRulesRequest$ = [3, n0, _DACBCRR,
2342
+ 0,
2343
+ [_CAN, _F, _L, _NT],
2344
+ [0, () => ConfigRuleComplianceFilters$, 1, 0], 1
2345
+ ];
2346
+ var DescribeAggregateComplianceByConfigRulesResponse$ = [3, n0, _DACBCRRe,
2347
+ 0,
2348
+ [_ACBCRg, _NT],
2349
+ [() => AggregateComplianceByConfigRuleList, 0]
2350
+ ];
2351
+ var DescribeAggregateComplianceByConformancePacksRequest$ = [3, n0, _DACBCPR,
2352
+ 0,
2353
+ [_CAN, _F, _L, _NT],
2354
+ [0, () => AggregateConformancePackComplianceFilters$, 1, 0], 1
2355
+ ];
2356
+ var DescribeAggregateComplianceByConformancePacksResponse$ = [3, n0, _DACBCPRe,
2357
+ 0,
2358
+ [_ACBCPg, _NT],
2359
+ [() => AggregateComplianceByConformancePackList, 0]
2360
+ ];
2361
+ var DescribeAggregationAuthorizationsRequest$ = [3, n0, _DAARe,
2362
+ 0,
2363
+ [_L, _NT],
2364
+ [1, 0]
2365
+ ];
2366
+ var DescribeAggregationAuthorizationsResponse$ = [3, n0, _DAARes,
2367
+ 0,
2368
+ [_AAg, _NT],
2369
+ [() => AggregationAuthorizationList, 0]
2370
+ ];
2371
+ var DescribeComplianceByConfigRuleRequest$ = [3, n0, _DCBCRR,
2372
+ 0,
2373
+ [_CRNo, _CTo, _NT],
2374
+ [64 | 0, 64 | 0, 0]
2375
+ ];
2376
+ var DescribeComplianceByConfigRuleResponse$ = [3, n0, _DCBCRRe,
2377
+ 0,
2378
+ [_CBCRo, _NT],
2379
+ [() => ComplianceByConfigRules, 0]
2380
+ ];
2381
+ var DescribeComplianceByResourceRequest$ = [3, n0, _DCBRR,
2382
+ 0,
2383
+ [_RT, _RI, _CTo, _L, _NT],
2384
+ [0, 0, 64 | 0, 1, 0]
2385
+ ];
2386
+ var DescribeComplianceByResourceResponse$ = [3, n0, _DCBRRe,
2387
+ 0,
2388
+ [_CBRo, _NT],
2389
+ [() => ComplianceByResources, 0]
2390
+ ];
2391
+ var DescribeConfigRuleEvaluationStatusRequest$ = [3, n0, _DCRESR,
2392
+ 0,
2393
+ [_CRNo, _NT, _L],
2394
+ [64 | 0, 0, 1]
2395
+ ];
2396
+ var DescribeConfigRuleEvaluationStatusResponse$ = [3, n0, _DCRESRe,
2397
+ 0,
2398
+ [_CRESo, _NT],
2399
+ [() => ConfigRuleEvaluationStatusList, 0]
2400
+ ];
2401
+ var DescribeConfigRulesFilters$ = [3, n0, _DCRF,
2402
+ 0,
2403
+ [_EMv, _REV],
2404
+ [0, 0]
2405
+ ];
2406
+ var DescribeConfigRulesRequest$ = [3, n0, _DCRRes,
2407
+ 0,
2408
+ [_CRNo, _NT, _F],
2409
+ [64 | 0, 0, () => DescribeConfigRulesFilters$]
2410
+ ];
2411
+ var DescribeConfigRulesResponse$ = [3, n0, _DCRResc,
2412
+ 0,
2413
+ [_CRon, _NT],
2414
+ [() => ConfigRules, 0]
2415
+ ];
2416
+ var DescribeConfigurationAggregatorSourcesStatusRequest$ = [3, n0, _DCASSR,
2417
+ 0,
2418
+ [_CAN, _US, _NT, _L],
2419
+ [0, 64 | 0, 0, 1], 1
2420
+ ];
2421
+ var DescribeConfigurationAggregatorSourcesStatusResponse$ = [3, n0, _DCASSRe,
2422
+ 0,
2423
+ [_ASSL, _NT],
2424
+ [() => AggregatedSourceStatusList, 0]
2425
+ ];
2426
+ var DescribeConfigurationAggregatorsRequest$ = [3, n0, _DCARe,
2427
+ 0,
2428
+ [_CANo, _NT, _L],
2429
+ [64 | 0, 0, 1]
2430
+ ];
2431
+ var DescribeConfigurationAggregatorsResponse$ = [3, n0, _DCARes,
2432
+ 0,
2433
+ [_CAo, _NT],
2434
+ [() => ConfigurationAggregatorList, 0]
2435
+ ];
2436
+ var DescribeConfigurationRecordersRequest$ = [3, n0, _DCRRescr,
2437
+ 0,
2438
+ [_CRNonf, _SP, _Ar],
2439
+ [64 | 0, 0, 0]
2440
+ ];
2441
+ var DescribeConfigurationRecordersResponse$ = [3, n0, _DCRRescri,
2442
+ 0,
2443
+ [_CRonf],
2444
+ [() => ConfigurationRecorderList]
2445
+ ];
2446
+ var DescribeConfigurationRecorderStatusRequest$ = [3, n0, _DCRSR,
2447
+ 0,
2448
+ [_CRNonf, _SP, _Ar],
2449
+ [64 | 0, 0, 0]
2450
+ ];
2451
+ var DescribeConfigurationRecorderStatusResponse$ = [3, n0, _DCRSRe,
2452
+ 0,
2453
+ [_CRSonf],
2454
+ [() => ConfigurationRecorderStatusList]
2455
+ ];
2456
+ var DescribeConformancePackComplianceRequest$ = [3, n0, _DCPCR,
2457
+ 0,
2458
+ [_CPN, _F, _L, _NT],
2459
+ [0, () => ConformancePackComplianceFilters$, 1, 0], 1
2460
+ ];
2461
+ var DescribeConformancePackComplianceResponse$ = [3, n0, _DCPCRe,
2462
+ 0,
2463
+ [_CPN, _CPRCL, _NT],
2464
+ [0, () => ConformancePackRuleComplianceList, 0], 2
2465
+ ];
2466
+ var DescribeConformancePacksRequest$ = [3, n0, _DCPRe,
2467
+ 0,
2468
+ [_CPNo, _L, _NT],
2469
+ [64 | 0, 1, 0]
2470
+ ];
2471
+ var DescribeConformancePacksResponse$ = [3, n0, _DCPRes,
2472
+ 0,
2473
+ [_CPDo, _NT],
2474
+ [() => ConformancePackDetailList, 0]
2475
+ ];
2476
+ var DescribeConformancePackStatusRequest$ = [3, n0, _DCPSR,
2477
+ 0,
2478
+ [_CPNo, _L, _NT],
2479
+ [64 | 0, 1, 0]
2480
+ ];
2481
+ var DescribeConformancePackStatusResponse$ = [3, n0, _DCPSRe,
2482
+ 0,
2483
+ [_CPSDo, _NT],
2484
+ [() => ConformancePackStatusDetailsList, 0]
2485
+ ];
2486
+ var DescribeDeliveryChannelsRequest$ = [3, n0, _DDCRe,
2487
+ 0,
2488
+ [_DCNe],
2489
+ [64 | 0]
2490
+ ];
2491
+ var DescribeDeliveryChannelsResponse$ = [3, n0, _DDCRes,
2492
+ 0,
2493
+ [_DCe],
2494
+ [() => DeliveryChannelList]
2495
+ ];
2496
+ var DescribeDeliveryChannelStatusRequest$ = [3, n0, _DDCSR,
2497
+ 0,
2498
+ [_DCNe],
2499
+ [64 | 0]
2500
+ ];
2501
+ var DescribeDeliveryChannelStatusResponse$ = [3, n0, _DDCSRe,
2502
+ 0,
2503
+ [_DCSe],
2504
+ [() => DeliveryChannelStatusList]
2505
+ ];
2506
+ var DescribeOrganizationConfigRulesRequest$ = [3, n0, _DOCRRe,
2507
+ 0,
2508
+ [_OCRNr, _L, _NT],
2509
+ [64 | 0, 1, 0]
2510
+ ];
2511
+ var DescribeOrganizationConfigRulesResponse$ = [3, n0, _DOCRRes,
2512
+ 0,
2513
+ [_OCR, _NT],
2514
+ [() => OrganizationConfigRules, 0]
2515
+ ];
2516
+ var DescribeOrganizationConfigRuleStatusesRequest$ = [3, n0, _DOCRSR,
2517
+ 0,
2518
+ [_OCRNr, _L, _NT],
2519
+ [64 | 0, 1, 0]
2520
+ ];
2521
+ var DescribeOrganizationConfigRuleStatusesResponse$ = [3, n0, _DOCRSRe,
2522
+ 0,
2523
+ [_OCRS, _NT],
2524
+ [() => OrganizationConfigRuleStatuses, 0]
2525
+ ];
2526
+ var DescribeOrganizationConformancePacksRequest$ = [3, n0, _DOCPRe,
2527
+ 0,
2528
+ [_OCPNr, _L, _NT],
2529
+ [64 | 0, 1, 0]
2530
+ ];
2531
+ var DescribeOrganizationConformancePacksResponse$ = [3, n0, _DOCPRes,
2532
+ 0,
2533
+ [_OCP, _NT],
2534
+ [() => OrganizationConformancePacks, 0]
2535
+ ];
2536
+ var DescribeOrganizationConformancePackStatusesRequest$ = [3, n0, _DOCPSR,
2537
+ 0,
2538
+ [_OCPNr, _L, _NT],
2539
+ [64 | 0, 1, 0]
2540
+ ];
2541
+ var DescribeOrganizationConformancePackStatusesResponse$ = [3, n0, _DOCPSRe,
2542
+ 0,
2543
+ [_OCPS, _NT],
2544
+ [() => OrganizationConformancePackStatuses, 0]
2545
+ ];
2546
+ var DescribePendingAggregationRequestsRequest$ = [3, n0, _DPARRe,
2547
+ 0,
2548
+ [_L, _NT],
2549
+ [1, 0]
2550
+ ];
2551
+ var DescribePendingAggregationRequestsResponse$ = [3, n0, _DPARRes,
2552
+ 0,
2553
+ [_PAR, _NT],
2554
+ [() => PendingAggregationRequestList, 0]
2555
+ ];
2556
+ var DescribeRemediationConfigurationsRequest$ = [3, n0, _DRCRes,
2557
+ 0,
2558
+ [_CRNo],
2559
+ [64 | 0], 1
2560
+ ];
2561
+ var DescribeRemediationConfigurationsResponse$ = [3, n0, _DRCResc,
2562
+ 0,
2563
+ [_RC],
2564
+ [() => RemediationConfigurations]
2565
+ ];
2566
+ var DescribeRemediationExceptionsRequest$ = [3, n0, _DRERes,
2567
+ 0,
2568
+ [_CRN, _RK, _L, _NT],
2569
+ [0, () => RemediationExceptionResourceKeys, 1, 0], 1
2570
+ ];
2571
+ var DescribeRemediationExceptionsResponse$ = [3, n0, _DREResc,
2572
+ 0,
2573
+ [_RE, _NT],
2574
+ [() => RemediationExceptions, 0]
2575
+ ];
2576
+ var DescribeRemediationExecutionStatusRequest$ = [3, n0, _DRESR,
2577
+ 0,
2578
+ [_CRN, _RK, _L, _NT],
2579
+ [0, () => ResourceKeys, 1, 0], 1
2580
+ ];
2581
+ var DescribeRemediationExecutionStatusResponse$ = [3, n0, _DRESRe,
2582
+ 0,
2583
+ [_RES, _NT],
2584
+ [() => RemediationExecutionStatuses, 0]
2585
+ ];
2586
+ var DescribeRetentionConfigurationsRequest$ = [3, n0, _DRCRescr,
2587
+ 0,
2588
+ [_RCNe, _NT],
2589
+ [64 | 0, 0]
2590
+ ];
2591
+ var DescribeRetentionConfigurationsResponse$ = [3, n0, _DRCRescri,
2592
+ 0,
2593
+ [_RCe, _NT],
2594
+ [() => RetentionConfigurationList, 0]
2595
+ ];
2596
+ var DisassociateResourceTypesRequest$ = [3, n0, _DRTR,
2597
+ 0,
2598
+ [_CRA, _RTe],
2599
+ [0, 64 | 0], 2
2600
+ ];
2601
+ var DisassociateResourceTypesResponse$ = [3, n0, _DRTRi,
2602
+ 0,
2603
+ [_CR],
2604
+ [() => ConfigurationRecorder$], 1
2605
+ ];
2606
+ var Evaluation$ = [3, n0, _E,
2607
+ 0,
2608
+ [_CRT, _CRIo, _CT, _OT, _A],
2609
+ [0, 0, 0, 4, 0], 4
2610
+ ];
2611
+ var EvaluationContext$ = [3, n0, _EC,
2612
+ 0,
2613
+ [_ECI],
2614
+ [0]
2615
+ ];
2616
+ var EvaluationModeConfiguration$ = [3, n0, _EMC,
2617
+ 0,
2618
+ [_M],
2619
+ [0]
2620
+ ];
2621
+ var EvaluationResult$ = [3, n0, _ER,
2622
+ 0,
2623
+ [_ERI, _CT, _RRT, _CRIT, _A, _RTes],
2624
+ [() => EvaluationResultIdentifier$, 0, 4, 4, 0, 0]
2625
+ ];
2626
+ var EvaluationResultIdentifier$ = [3, n0, _ERI,
2627
+ 0,
2628
+ [_ERQ, _OT, _REI],
2629
+ [() => EvaluationResultQualifier$, 4, 0]
2630
+ ];
2631
+ var EvaluationResultQualifier$ = [3, n0, _ERQ,
2632
+ 0,
2633
+ [_CRN, _RT, _RI, _EMv],
2634
+ [0, 0, 0, 0]
2635
+ ];
2636
+ var EvaluationStatus$ = [3, n0, _ES,
2637
+ 0,
2638
+ [_St, _FR],
2639
+ [0, 0], 1
2640
+ ];
2641
+ var ExclusionByResourceTypes$ = [3, n0, _EBRT,
2642
+ 0,
2643
+ [_rTe],
2644
+ [64 | 0]
2645
+ ];
2646
+ var ExecutionControls$ = [3, n0, _ECx,
2647
+ 0,
2648
+ [_SC],
2649
+ [() => SsmControls$]
2650
+ ];
2651
+ var ExternalEvaluation$ = [3, n0, _EE,
2652
+ 0,
2653
+ [_CRT, _CRIo, _CT, _OT, _A],
2654
+ [0, 0, 0, 4, 0], 4
2655
+ ];
2656
+ var FailedDeleteRemediationExceptionsBatch$ = [3, n0, _FDREB,
2657
+ 0,
2658
+ [_FM, _FI],
2659
+ [0, () => RemediationExceptionResourceKeys]
2660
+ ];
2661
+ var FailedRemediationBatch$ = [3, n0, _FRB,
2662
+ 0,
2663
+ [_FM, _FI],
2664
+ [0, () => RemediationConfigurations]
2665
+ ];
2666
+ var FailedRemediationExceptionBatch$ = [3, n0, _FREB,
2667
+ 0,
2668
+ [_FM, _FI],
2669
+ [0, () => RemediationExceptions]
2670
+ ];
2671
+ var FieldInfo$ = [3, n0, _FIi,
2672
+ 0,
2673
+ [_N],
2674
+ [0]
2675
+ ];
2676
+ var GetAggregateComplianceDetailsByConfigRuleRequest$ = [3, n0, _GACDBCRR,
2677
+ 0,
2678
+ [_CAN, _CRN, _AIc, _ARw, _CT, _L, _NT],
2679
+ [0, 0, 0, 0, 0, 1, 0], 4
2680
+ ];
2681
+ var GetAggregateComplianceDetailsByConfigRuleResponse$ = [3, n0, _GACDBCRRe,
2682
+ 0,
2683
+ [_AERg, _NT],
2684
+ [() => AggregateEvaluationResultList, 0]
2685
+ ];
2686
+ var GetAggregateConfigRuleComplianceSummaryRequest$ = [3, n0, _GACRCSR,
2687
+ 0,
2688
+ [_CAN, _F, _GBK, _L, _NT],
2689
+ [0, () => ConfigRuleComplianceSummaryFilters$, 0, 1, 0], 1
2690
+ ];
2691
+ var GetAggregateConfigRuleComplianceSummaryResponse$ = [3, n0, _GACRCSRe,
2692
+ 0,
2693
+ [_GBK, _ACCg, _NT],
2694
+ [0, () => AggregateComplianceCountList, 0]
2695
+ ];
2696
+ var GetAggregateConformancePackComplianceSummaryRequest$ = [3, n0, _GACPCSR,
2697
+ 0,
2698
+ [_CAN, _F, _GBK, _L, _NT],
2699
+ [0, () => AggregateConformancePackComplianceSummaryFilters$, 0, 1, 0], 1
2700
+ ];
2701
+ var GetAggregateConformancePackComplianceSummaryResponse$ = [3, n0, _GACPCSRe,
2702
+ 0,
2703
+ [_ACPCSg, _GBK, _NT],
2704
+ [() => AggregateConformancePackComplianceSummaryList, 0, 0]
2705
+ ];
2706
+ var GetAggregateDiscoveredResourceCountsRequest$ = [3, n0, _GADRCR,
2707
+ 0,
2708
+ [_CAN, _F, _GBK, _L, _NT],
2709
+ [0, () => ResourceCountFilters$, 0, 1, 0], 1
2710
+ ];
2711
+ var GetAggregateDiscoveredResourceCountsResponse$ = [3, n0, _GADRCRe,
2712
+ 0,
2713
+ [_TDR, _GBK, _GRC, _NT],
2714
+ [1, 0, () => GroupedResourceCountList, 0], 1
2715
+ ];
2716
+ var GetAggregateResourceConfigRequest$ = [3, n0, _GARCR,
2717
+ 0,
2718
+ [_CAN, _RIeso],
2719
+ [0, () => AggregateResourceIdentifier$], 2
2720
+ ];
2721
+ var GetAggregateResourceConfigResponse$ = [3, n0, _GARCRe,
2722
+ 0,
2723
+ [_CI],
2724
+ [() => ConfigurationItem$]
2725
+ ];
2726
+ var GetComplianceDetailsByConfigRuleRequest$ = [3, n0, _GCDBCRR,
2727
+ 0,
2728
+ [_CRN, _CTo, _L, _NT],
2729
+ [0, 64 | 0, 1, 0], 1
2730
+ ];
2731
+ var GetComplianceDetailsByConfigRuleResponse$ = [3, n0, _GCDBCRRe,
2732
+ 0,
2733
+ [_ERv, _NT],
2734
+ [() => EvaluationResults, 0]
2735
+ ];
2736
+ var GetComplianceDetailsByResourceRequest$ = [3, n0, _GCDBRR,
2737
+ 0,
2738
+ [_RT, _RI, _CTo, _NT, _REI],
2739
+ [0, 0, 64 | 0, 0, 0]
2740
+ ];
2741
+ var GetComplianceDetailsByResourceResponse$ = [3, n0, _GCDBRRe,
2742
+ 0,
2743
+ [_ERv, _NT],
2744
+ [() => EvaluationResults, 0]
2745
+ ];
2746
+ var GetComplianceSummaryByConfigRuleResponse$ = [3, n0, _GCSBCRR,
2747
+ 0,
2748
+ [_CS],
2749
+ [() => ComplianceSummary$]
2750
+ ];
2751
+ var GetComplianceSummaryByResourceTypeRequest$ = [3, n0, _GCSBRTR,
2752
+ 0,
2753
+ [_RTe],
2754
+ [64 | 0]
2755
+ ];
2756
+ var GetComplianceSummaryByResourceTypeResponse$ = [3, n0, _GCSBRTRe,
2757
+ 0,
2758
+ [_CSBRTo],
2759
+ [() => ComplianceSummariesByResourceType]
2760
+ ];
2761
+ var GetConformancePackComplianceDetailsRequest$ = [3, n0, _GCPCDR,
2762
+ 0,
2763
+ [_CPN, _F, _L, _NT],
2764
+ [0, () => ConformancePackEvaluationFilters$, 1, 0], 1
2765
+ ];
2766
+ var GetConformancePackComplianceDetailsResponse$ = [3, n0, _GCPCDRe,
2767
+ 0,
2768
+ [_CPN, _CPRER, _NT],
2769
+ [0, () => ConformancePackRuleEvaluationResultsList, 0], 1
2770
+ ];
2771
+ var GetConformancePackComplianceSummaryRequest$ = [3, n0, _GCPCSR,
2772
+ 0,
2773
+ [_CPNo, _L, _NT],
2774
+ [64 | 0, 1, 0], 1
2775
+ ];
2776
+ var GetConformancePackComplianceSummaryResponse$ = [3, n0, _GCPCSRe,
2777
+ 0,
2778
+ [_CPCSL, _NT],
2779
+ [() => ConformancePackComplianceSummaryList, 0]
2780
+ ];
2781
+ var GetCustomRulePolicyRequest$ = [3, n0, _GCRPR,
2782
+ 0,
2783
+ [_CRN],
2784
+ [0]
2785
+ ];
2786
+ var GetCustomRulePolicyResponse$ = [3, n0, _GCRPRe,
2787
+ 0,
2788
+ [_PT],
2789
+ [0]
2790
+ ];
2791
+ var GetDiscoveredResourceCountsRequest$ = [3, n0, _GDRCR,
2792
+ 0,
2793
+ [_rTe, _l, _nT],
2794
+ [64 | 0, 1, 0]
2795
+ ];
2796
+ var GetDiscoveredResourceCountsResponse$ = [3, n0, _GDRCRe,
2797
+ 0,
2798
+ [_tDR, _rC, _nT],
2799
+ [1, () => ResourceCounts, 0]
2800
+ ];
2801
+ var GetOrganizationConfigRuleDetailedStatusRequest$ = [3, n0, _GOCRDSR,
2802
+ 0,
2803
+ [_OCRN, _F, _L, _NT],
2804
+ [0, () => StatusDetailFilters$, 1, 0], 1
2805
+ ];
2806
+ var GetOrganizationConfigRuleDetailedStatusResponse$ = [3, n0, _GOCRDSRe,
2807
+ 0,
2808
+ [_OCRDS, _NT],
2809
+ [() => OrganizationConfigRuleDetailedStatus, 0]
2810
+ ];
2811
+ var GetOrganizationConformancePackDetailedStatusRequest$ = [3, n0, _GOCPDSR,
2812
+ 0,
2813
+ [_OCPN, _F, _L, _NT],
2814
+ [0, () => OrganizationResourceDetailedStatusFilters$, 1, 0], 1
2815
+ ];
2816
+ var GetOrganizationConformancePackDetailedStatusResponse$ = [3, n0, _GOCPDSRe,
2817
+ 0,
2818
+ [_OCPDS, _NT],
2819
+ [() => OrganizationConformancePackDetailedStatuses, 0]
2820
+ ];
2821
+ var GetOrganizationCustomRulePolicyRequest$ = [3, n0, _GOCRPR,
2822
+ 0,
2823
+ [_OCRN],
2824
+ [0], 1
2825
+ ];
2826
+ var GetOrganizationCustomRulePolicyResponse$ = [3, n0, _GOCRPRe,
2827
+ 0,
2828
+ [_PT],
2829
+ [0]
2830
+ ];
2831
+ var GetResourceConfigHistoryRequest$ = [3, n0, _GRCHR,
2832
+ 0,
2833
+ [_rT, _rI, _lT, _eT, _cO, _l, _nT],
2834
+ [0, 0, 4, 4, 0, 1, 0], 2
2835
+ ];
2836
+ var GetResourceConfigHistoryResponse$ = [3, n0, _GRCHRe,
2837
+ 0,
2838
+ [_cI, _nT],
2839
+ [() => ConfigurationItemList, 0]
2840
+ ];
2841
+ var GetResourceEvaluationSummaryRequest$ = [3, n0, _GRESR,
2842
+ 0,
2843
+ [_REI],
2844
+ [0], 1
2845
+ ];
2846
+ var GetResourceEvaluationSummaryResponse$ = [3, n0, _GRESRe,
2847
+ 0,
2848
+ [_REI, _EMv, _ES, _EST, _C, _EC, _RD],
2849
+ [0, 0, () => EvaluationStatus$, 4, 0, () => EvaluationContext$, () => ResourceDetails$]
2850
+ ];
2851
+ var GetStoredQueryRequest$ = [3, n0, _GSQR,
2852
+ 0,
2853
+ [_QN],
2854
+ [0], 1
2855
+ ];
2856
+ var GetStoredQueryResponse$ = [3, n0, _GSQRe,
2857
+ 0,
2858
+ [_SQ],
2859
+ [() => StoredQuery$]
2860
+ ];
2861
+ var GroupedResourceCount$ = [3, n0, _GRCr,
2862
+ 0,
2863
+ [_GN, _RCes],
2864
+ [0, 1], 2
2865
+ ];
2866
+ var ListAggregateDiscoveredResourcesRequest$ = [3, n0, _LADRR,
2867
+ 0,
2868
+ [_CAN, _RT, _F, _L, _NT],
2869
+ [0, 0, () => ResourceFilters$, 1, 0], 2
2870
+ ];
2871
+ var ListAggregateDiscoveredResourcesResponse$ = [3, n0, _LADRRi,
2872
+ 0,
2873
+ [_RIe, _NT],
2874
+ [() => DiscoveredResourceIdentifierList, 0]
2875
+ ];
2876
+ var ListConfigurationRecordersRequest$ = [3, n0, _LCRR,
2877
+ 0,
2878
+ [_F, _MR, _NT],
2879
+ [() => ConfigurationRecorderFilterList, 1, 0]
2880
+ ];
2881
+ var ListConfigurationRecordersResponse$ = [3, n0, _LCRRi,
2882
+ 0,
2883
+ [_CRSonfi, _NT],
2884
+ [() => ConfigurationRecorderSummaries, 0], 1
2885
+ ];
2886
+ var ListConformancePackComplianceScoresRequest$ = [3, n0, _LCPCSR,
2887
+ 0,
2888
+ [_F, _SO, _SB, _L, _NT],
2889
+ [() => ConformancePackComplianceScoresFilters$, 0, 0, 1, 0]
2890
+ ];
2891
+ var ListConformancePackComplianceScoresResponse$ = [3, n0, _LCPCSRi,
2892
+ 0,
2893
+ [_CPCSonf, _NT],
2894
+ [() => ConformancePackComplianceScores, 0], 1
2895
+ ];
2896
+ var ListDiscoveredResourcesRequest$ = [3, n0, _LDRR,
2897
+ 0,
2898
+ [_rT, _rIe, _rN, _l, _iDR, _nT],
2899
+ [0, 64 | 0, 0, 1, 2, 0], 1
2900
+ ];
2901
+ var ListDiscoveredResourcesResponse$ = [3, n0, _LDRRi,
2902
+ 0,
2903
+ [_rIes, _nT],
2904
+ [() => ResourceIdentifierList, 0]
2905
+ ];
2906
+ var ListResourceEvaluationsRequest$ = [3, n0, _LRER,
2907
+ 0,
2908
+ [_F, _L, _NT],
2909
+ [() => ResourceEvaluationFilters$, 1, 0]
2910
+ ];
2911
+ var ListResourceEvaluationsResponse$ = [3, n0, _LRERi,
2912
+ 0,
2913
+ [_REe, _NT],
2914
+ [() => ResourceEvaluations, 0]
2915
+ ];
2916
+ var ListStoredQueriesRequest$ = [3, n0, _LSQR,
2917
+ 0,
2918
+ [_NT, _MR],
2919
+ [0, 1]
2920
+ ];
2921
+ var ListStoredQueriesResponse$ = [3, n0, _LSQRi,
2922
+ 0,
2923
+ [_SQM, _NT],
2924
+ [() => StoredQueryMetadataList, 0]
2925
+ ];
2926
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2927
+ 0,
2928
+ [_RA, _L, _NT],
2929
+ [0, 1, 0], 1
2930
+ ];
2931
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2932
+ 0,
2933
+ [_Ta, _NT],
2934
+ [() => TagList, 0]
2935
+ ];
2936
+ var MemberAccountStatus$ = [3, n0, _MAS,
2937
+ 0,
2938
+ [_AIc, _CRN, _MARS, _ECr, _EMr, _LUT],
2939
+ [0, 0, 0, 0, 0, 4], 3
2940
+ ];
2941
+ var OrganizationAggregationSource$ = [3, n0, _OAS,
2942
+ 0,
2943
+ [_RAo, _AR, _AAR],
2944
+ [0, 64 | 0, 2], 1
2945
+ ];
2946
+ var OrganizationConfigRule$ = [3, n0, _OCRr,
2947
+ 0,
2948
+ [_OCRN, _OCRA, _OMRM, _OCRM, _EA, _LUT, _OCPRM],
2949
+ [0, 0, () => OrganizationManagedRuleMetadata$, () => OrganizationCustomRuleMetadata$, 64 | 0, 4, () => OrganizationCustomPolicyRuleMetadataNoPolicy$], 2
2950
+ ];
2951
+ var OrganizationConfigRuleStatus$ = [3, n0, _OCRSr,
2952
+ 0,
2953
+ [_OCRN, _ORS, _ECr, _EMr, _LUT],
2954
+ [0, 0, 0, 0, 4], 2
2955
+ ];
2956
+ var OrganizationConformancePack$ = [3, n0, _OCPr,
2957
+ 0,
2958
+ [_OCPN, _OCPA, _LUT, _DSB, _DSKP, _CPIP, _EA],
2959
+ [0, 0, 4, 0, 0, () => ConformancePackInputParameters, 64 | 0], 3
2960
+ ];
2961
+ var OrganizationConformancePackDetailedStatus$ = [3, n0, _OCPDSr,
2962
+ 0,
2963
+ [_AIc, _CPN, _St, _ECr, _EMr, _LUT],
2964
+ [0, 0, 0, 0, 0, 4], 3
2965
+ ];
2966
+ var OrganizationConformancePackStatus$ = [3, n0, _OCPSr,
2967
+ 0,
2968
+ [_OCPN, _St, _ECr, _EMr, _LUT],
2969
+ [0, 0, 0, 0, 4], 2
2970
+ ];
2971
+ var OrganizationCustomPolicyRuleMetadata$ = [3, n0, _OCPRM,
2972
+ 0,
2973
+ [_PR, _PT, _D, _OCRTT, _IP, _MEF, _RTS, _RIS, _TKS, _TVS, _DLDA],
2974
+ [0, 0, 0, 64 | 0, 0, 0, 64 | 0, 0, 0, 0, 64 | 0], 2
2975
+ ];
2976
+ var OrganizationCustomPolicyRuleMetadataNoPolicy$ = [3, n0, _OCPRMNP,
2977
+ 0,
2978
+ [_D, _OCRTT, _IP, _MEF, _RTS, _RIS, _TKS, _TVS, _PR, _DLDA],
2979
+ [0, 64 | 0, 0, 0, 64 | 0, 0, 0, 0, 0, 64 | 0]
2980
+ ];
2981
+ var OrganizationCustomRuleMetadata$ = [3, n0, _OCRM,
2982
+ 0,
2983
+ [_LFA, _OCRTT, _D, _IP, _MEF, _RTS, _RIS, _TKS, _TVS],
2984
+ [0, 64 | 0, 0, 0, 0, 64 | 0, 0, 0, 0], 2
2985
+ ];
2986
+ var OrganizationManagedRuleMetadata$ = [3, n0, _OMRM,
2987
+ 0,
2988
+ [_RIu, _D, _IP, _MEF, _RTS, _RIS, _TKS, _TVS],
2989
+ [0, 0, 0, 0, 64 | 0, 0, 0, 0], 1
2990
+ ];
2991
+ var OrganizationResourceDetailedStatusFilters$ = [3, n0, _ORDSF,
2992
+ 0,
2993
+ [_AIc, _St],
2994
+ [0, 0]
2995
+ ];
2996
+ var PendingAggregationRequest$ = [3, n0, _PARe,
2997
+ 0,
2998
+ [_RAI, _RAR],
2999
+ [0, 0]
3000
+ ];
3001
+ var PutAggregationAuthorizationRequest$ = [3, n0, _PAAR,
3002
+ 0,
3003
+ [_AAI, _AARu, _Ta],
3004
+ [0, 0, () => TagsList], 2
3005
+ ];
3006
+ var PutAggregationAuthorizationResponse$ = [3, n0, _PAARu,
3007
+ 0,
3008
+ [_AA],
3009
+ [() => AggregationAuthorization$]
3010
+ ];
3011
+ var PutConfigRuleRequest$ = [3, n0, _PCRR,
3012
+ 0,
3013
+ [_CRo, _Ta],
3014
+ [() => ConfigRule$, () => TagsList], 1
3015
+ ];
3016
+ var PutConfigurationAggregatorRequest$ = [3, n0, _PCAR,
3017
+ 0,
3018
+ [_CAN, _AASc, _OAS, _Ta, _AF],
3019
+ [0, () => AccountAggregationSourceList, () => OrganizationAggregationSource$, () => TagsList, () => AggregatorFilters$], 1
3020
+ ];
3021
+ var PutConfigurationAggregatorResponse$ = [3, n0, _PCARu,
3022
+ 0,
3023
+ [_CA],
3024
+ [() => ConfigurationAggregator$]
3025
+ ];
3026
+ var PutConfigurationRecorderRequest$ = [3, n0, _PCRRu,
3027
+ 0,
3028
+ [_CR, _Ta],
3029
+ [() => ConfigurationRecorder$, () => TagsList], 1
3030
+ ];
3031
+ var PutConformancePackRequest$ = [3, n0, _PCPR,
3032
+ 0,
3033
+ [_CPN, _TSU, _TB, _DSB, _DSKP, _CPIP, _TSSMDD, _Ta],
3034
+ [0, 0, 0, 0, 0, () => ConformancePackInputParameters, () => TemplateSSMDocumentDetails$, () => TagsList], 1
3035
+ ];
3036
+ var PutConformancePackResponse$ = [3, n0, _PCPRu,
3037
+ 0,
3038
+ [_CPA],
3039
+ [0]
3040
+ ];
3041
+ var PutDeliveryChannelRequest$ = [3, n0, _PDCR,
3042
+ 0,
3043
+ [_DC],
3044
+ [() => DeliveryChannel$], 1
3045
+ ];
3046
+ var PutEvaluationsRequest$ = [3, n0, _PER,
3047
+ 0,
3048
+ [_RTes, _Ev, _TM],
3049
+ [0, () => Evaluations, 2], 1
3050
+ ];
3051
+ var PutEvaluationsResponse$ = [3, n0, _PERu,
3052
+ 0,
3053
+ [_FE],
3054
+ [() => Evaluations]
3055
+ ];
3056
+ var PutExternalEvaluationRequest$ = [3, n0, _PEER,
3057
+ 0,
3058
+ [_CRN, _EE],
3059
+ [0, () => ExternalEvaluation$], 2
3060
+ ];
3061
+ var PutExternalEvaluationResponse$ = [3, n0, _PEERu,
3062
+ 0,
3063
+ [],
3064
+ []
3065
+ ];
3066
+ var PutOrganizationConfigRuleRequest$ = [3, n0, _POCRR,
3067
+ 0,
3068
+ [_OCRN, _OMRM, _OCRM, _EA, _OCPRM],
3069
+ [0, () => OrganizationManagedRuleMetadata$, () => OrganizationCustomRuleMetadata$, 64 | 0, () => OrganizationCustomPolicyRuleMetadata$], 1
3070
+ ];
3071
+ var PutOrganizationConfigRuleResponse$ = [3, n0, _POCRRu,
3072
+ 0,
3073
+ [_OCRA],
3074
+ [0]
3075
+ ];
3076
+ var PutOrganizationConformancePackRequest$ = [3, n0, _POCPR,
3077
+ 0,
3078
+ [_OCPN, _TSU, _TB, _DSB, _DSKP, _CPIP, _EA],
3079
+ [0, 0, 0, 0, 0, () => ConformancePackInputParameters, 64 | 0], 1
3080
+ ];
3081
+ var PutOrganizationConformancePackResponse$ = [3, n0, _POCPRu,
3082
+ 0,
3083
+ [_OCPA],
3084
+ [0]
3085
+ ];
3086
+ var PutRemediationConfigurationsRequest$ = [3, n0, _PRCR,
3087
+ 0,
3088
+ [_RC],
3089
+ [() => RemediationConfigurations], 1
3090
+ ];
3091
+ var PutRemediationConfigurationsResponse$ = [3, n0, _PRCRu,
3092
+ 0,
3093
+ [_FB],
3094
+ [() => FailedRemediationBatches]
3095
+ ];
3096
+ var PutRemediationExceptionsRequest$ = [3, n0, _PRER,
3097
+ 0,
3098
+ [_CRN, _RK, _Me, _ET],
3099
+ [0, () => RemediationExceptionResourceKeys, 0, 4], 2
3100
+ ];
3101
+ var PutRemediationExceptionsResponse$ = [3, n0, _PRERu,
3102
+ 0,
3103
+ [_FB],
3104
+ [() => FailedRemediationExceptionBatches]
3105
+ ];
3106
+ var PutResourceConfigRequest$ = [3, n0, _PRCRut,
3107
+ 0,
3108
+ [_RT, _SVI, _RI, _Con, _RN, _Ta],
3109
+ [0, 0, 0, 0, 0, 128 | 0], 4
3110
+ ];
3111
+ var PutRetentionConfigurationRequest$ = [3, n0, _PRCRute,
3112
+ 0,
3113
+ [_RPID],
3114
+ [1], 1
3115
+ ];
3116
+ var PutRetentionConfigurationResponse$ = [3, n0, _PRCRutet,
3117
+ 0,
3118
+ [_RCet],
3119
+ [() => RetentionConfiguration$]
3120
+ ];
3121
+ var PutServiceLinkedConfigurationRecorderRequest$ = [3, n0, _PSLCRR,
3122
+ 0,
3123
+ [_SP, _Ta],
3124
+ [0, () => TagsList], 1
3125
+ ];
3126
+ var PutServiceLinkedConfigurationRecorderResponse$ = [3, n0, _PSLCRRu,
3127
+ 0,
3128
+ [_Ar, _N],
3129
+ [0, 0]
3130
+ ];
3131
+ var PutStoredQueryRequest$ = [3, n0, _PSQR,
3132
+ 0,
3133
+ [_SQ, _Ta],
3134
+ [() => StoredQuery$, () => TagsList], 1
3135
+ ];
3136
+ var PutStoredQueryResponse$ = [3, n0, _PSQRu,
3137
+ 0,
3138
+ [_QA],
3139
+ [0]
3140
+ ];
3141
+ var QueryInfo$ = [3, n0, _QI,
3142
+ 0,
3143
+ [_SF],
3144
+ [() => FieldInfoList]
3145
+ ];
3146
+ var RecordingGroup$ = [3, n0, _RG,
3147
+ 0,
3148
+ [_aS, _iGRT, _rTe, _eBRT, _rSe],
3149
+ [2, 2, 64 | 0, () => ExclusionByResourceTypes$, () => RecordingStrategy$]
3150
+ ];
3151
+ var RecordingMode$ = [3, n0, _RM,
3152
+ 0,
3153
+ [_rF, _rMO],
3154
+ [0, () => RecordingModeOverrides], 1
3155
+ ];
3156
+ var RecordingModeOverride$ = [3, n0, _RMO,
3157
+ 0,
3158
+ [_rTe, _rF, _d],
3159
+ [64 | 0, 0, 0], 2
3160
+ ];
3161
+ var RecordingStrategy$ = [3, n0, _RS,
3162
+ 0,
3163
+ [_uO],
3164
+ [0]
3165
+ ];
3166
+ var Relationship$ = [3, n0, _R,
3167
+ 0,
3168
+ [_rT, _rI, _rN, _rNe],
3169
+ [0, 0, 0, 0]
3170
+ ];
3171
+ var RemediationConfiguration$ = [3, n0, _RCem,
3172
+ 0,
3173
+ [_CRN, _TT, _TI, _TV, _P, _RT, _Au, _ECx, _MAA, _RAS, _Ar, _CBS],
3174
+ [0, 0, 0, 0, () => RemediationParameters, 0, 2, () => ExecutionControls$, 1, 1, 0, 0], 3
3175
+ ];
3176
+ var RemediationException$ = [3, n0, _REem,
3177
+ 0,
3178
+ [_CRN, _RT, _RI, _Me, _ET],
3179
+ [0, 0, 0, 0, 4], 3
3180
+ ];
3181
+ var RemediationExceptionResourceKey$ = [3, n0, _RERK,
3182
+ 0,
3183
+ [_RT, _RI],
3184
+ [0, 0]
3185
+ ];
3186
+ var RemediationExecutionStatus$ = [3, n0, _RESe,
3187
+ 0,
3188
+ [_RKe, _Sta, _SD, _IT, _LUTa],
3189
+ [() => ResourceKey$, 0, () => RemediationExecutionSteps, 4, 4]
3190
+ ];
3191
+ var RemediationExecutionStep$ = [3, n0, _RESem,
3192
+ 0,
3193
+ [_N, _Sta, _EMr, _STt, _STto],
3194
+ [0, 0, 0, 4, 4]
3195
+ ];
3196
+ var RemediationParameterValue$ = [3, n0, _RPV,
3197
+ 0,
3198
+ [_RV, _SV],
3199
+ [() => ResourceValue$, () => StaticValue$]
3200
+ ];
3201
+ var ResourceCount$ = [3, n0, _RCes,
3202
+ 0,
3203
+ [_rT, _cou],
3204
+ [0, 1]
3205
+ ];
3206
+ var ResourceCountFilters$ = [3, n0, _RCF,
3207
+ 0,
3208
+ [_RT, _AIc, _Re],
3209
+ [0, 0, 0]
3210
+ ];
3211
+ var ResourceDetails$ = [3, n0, _RD,
3212
+ 0,
3213
+ [_RI, _RT, _RCeso, _RCST],
3214
+ [0, 0, 0, 0], 3
3215
+ ];
3216
+ var ResourceEvaluation$ = [3, n0, _REes,
3217
+ 0,
3218
+ [_REI, _EMv, _EST],
3219
+ [0, 0, 4]
3220
+ ];
3221
+ var ResourceEvaluationFilters$ = [3, n0, _REF,
3222
+ 0,
3223
+ [_EMv, _TW, _ECI],
3224
+ [0, () => TimeWindow$, 0]
3225
+ ];
3226
+ var ResourceFilters$ = [3, n0, _RF,
3227
+ 0,
3228
+ [_AIc, _RI, _RN, _Re],
3229
+ [0, 0, 0, 0]
3230
+ ];
3231
+ var ResourceIdentifier$ = [3, n0, _RIeso,
3232
+ 0,
3233
+ [_rT, _rI, _rN, _rDT],
3234
+ [0, 0, 0, 4]
3235
+ ];
3236
+ var ResourceKey$ = [3, n0, _RKe,
3237
+ 0,
3238
+ [_rT, _rI],
3239
+ [0, 0], 2
3240
+ ];
3241
+ var ResourceValue$ = [3, n0, _RV,
3242
+ 0,
3243
+ [_V],
3244
+ [0], 1
3245
+ ];
3246
+ var RetentionConfiguration$ = [3, n0, _RCet,
3247
+ 0,
3248
+ [_N, _RPID],
3249
+ [0, 1], 2
3250
+ ];
3251
+ var Scope$ = [3, n0, _Sc,
3252
+ 0,
3253
+ [_CRTo, _TK, _TVa, _CRIo, _SPe],
3254
+ [64 | 0, 0, 0, 0, 64 | 0]
3255
+ ];
3256
+ var SelectAggregateResourceConfigRequest$ = [3, n0, _SARCR,
3257
+ 0,
3258
+ [_Ex, _CAN, _L, _MR, _NT],
3259
+ [0, 0, 1, 1, 0], 2
3260
+ ];
3261
+ var SelectAggregateResourceConfigResponse$ = [3, n0, _SARCRe,
3262
+ 0,
3263
+ [_Res, _QI, _NT],
3264
+ [64 | 0, () => QueryInfo$, 0]
3265
+ ];
3266
+ var SelectResourceConfigRequest$ = [3, n0, _SRCR,
3267
+ 0,
3268
+ [_Ex, _L, _NT],
3269
+ [0, 1, 0], 1
3270
+ ];
3271
+ var SelectResourceConfigResponse$ = [3, n0, _SRCRe,
3272
+ 0,
3273
+ [_Res, _QI, _NT],
3274
+ [64 | 0, () => QueryInfo$, 0]
3275
+ ];
3276
+ var Source$ = [3, n0, _S,
3277
+ 0,
3278
+ [_O, _SIo, _SDo, _CPDu],
3279
+ [0, 0, () => SourceDetails, () => CustomPolicyDetails$], 1
3280
+ ];
3281
+ var SourceDetail$ = [3, n0, _SDou,
3282
+ 0,
3283
+ [_ESv, _MT, _MEF],
3284
+ [0, 0, 0]
3285
+ ];
3286
+ var SsmControls$ = [3, n0, _SC,
3287
+ 0,
3288
+ [_CERP, _EP],
3289
+ [1, 1]
3290
+ ];
3291
+ var StartConfigRulesEvaluationRequest$ = [3, n0, _SCRER,
3292
+ 0,
3293
+ [_CRNo],
3294
+ [64 | 0]
3295
+ ];
3296
+ var StartConfigRulesEvaluationResponse$ = [3, n0, _SCRERt,
3297
+ 0,
3298
+ [],
3299
+ []
3300
+ ];
3301
+ var StartConfigurationRecorderRequest$ = [3, n0, _SCRR,
3302
+ 0,
3303
+ [_CRNon],
3304
+ [0], 1
3305
+ ];
3306
+ var StartRemediationExecutionRequest$ = [3, n0, _SRER,
3307
+ 0,
3308
+ [_CRN, _RK],
3309
+ [0, () => ResourceKeys], 2
3310
+ ];
3311
+ var StartRemediationExecutionResponse$ = [3, n0, _SRERt,
3312
+ 0,
3313
+ [_FM, _FI],
3314
+ [0, () => ResourceKeys]
3315
+ ];
3316
+ var StartResourceEvaluationRequest$ = [3, n0, _SRERta,
3317
+ 0,
3318
+ [_RD, _EMv, _EC, _ETv, _CTl],
3319
+ [() => ResourceDetails$, 0, () => EvaluationContext$, 1, 0], 2
3320
+ ];
3321
+ var StartResourceEvaluationResponse$ = [3, n0, _SRERtar,
3322
+ 0,
3323
+ [_REI],
3324
+ [0]
3325
+ ];
3326
+ var StaticValue$ = [3, n0, _SV,
3327
+ 0,
3328
+ [_Va],
3329
+ [64 | 0], 1
3330
+ ];
3331
+ var StatusDetailFilters$ = [3, n0, _SDF,
3332
+ 0,
3333
+ [_AIc, _MARS],
3334
+ [0, 0]
3335
+ ];
3336
+ var StopConfigurationRecorderRequest$ = [3, n0, _SCRRt,
3337
+ 0,
3338
+ [_CRNon],
3339
+ [0], 1
3340
+ ];
3341
+ var StoredQuery$ = [3, n0, _SQ,
3342
+ 0,
3343
+ [_QN, _QIu, _QA, _D, _Ex],
3344
+ [0, 0, 0, 0, 0], 1
3345
+ ];
3346
+ var StoredQueryMetadata$ = [3, n0, _SQM,
3347
+ 0,
3348
+ [_QIu, _QA, _QN, _D],
3349
+ [0, 0, 0, 0], 3
3350
+ ];
3351
+ var Tag$ = [3, n0, _Tag,
3352
+ 0,
3353
+ [_K, _V],
3354
+ [0, 0]
3355
+ ];
3356
+ var TagResourceRequest$ = [3, n0, _TRR,
3357
+ 0,
3358
+ [_RA, _Ta],
3359
+ [0, () => TagList], 2
3360
+ ];
3361
+ var TemplateSSMDocumentDetails$ = [3, n0, _TSSMDD,
3362
+ 0,
3363
+ [_DN, _DV],
3364
+ [0, 0], 1
3365
+ ];
3366
+ var TimeWindow$ = [3, n0, _TW,
3367
+ 0,
3368
+ [_STt, _ETn],
3369
+ [4, 4]
3370
+ ];
3371
+ var UntagResourceRequest$ = [3, n0, _URR,
3372
+ 0,
3373
+ [_RA, _TKa],
3374
+ [0, 64 | 0], 2
3375
+ ];
3376
+ var __Unit = "unit";
3377
+ var AccountAggregationSourceList = [1, n0, _AASL,
3378
+ 0, () => AccountAggregationSource$
3379
+ ];
3380
+ var AggregateComplianceByConfigRuleList = [1, n0, _ACBCRL,
3381
+ 0, () => AggregateComplianceByConfigRule$
3382
+ ];
3383
+ var AggregateComplianceByConformancePackList = [1, n0, _ACBCPL,
3384
+ 0, () => AggregateComplianceByConformancePack$
3385
+ ];
3386
+ var AggregateComplianceCountList = [1, n0, _ACCL,
3387
+ 0, () => AggregateComplianceCount$
3388
+ ];
3389
+ var AggregateConformancePackComplianceSummaryList = [1, n0, _ACPCSL,
3390
+ 0, () => AggregateConformancePackComplianceSummary$
3391
+ ];
3392
+ var AggregatedSourceStatusList = [1, n0, _ASSL,
3393
+ 0, () => AggregatedSourceStatus$
3394
+ ];
3395
+ var AggregateEvaluationResultList = [1, n0, _AERL,
3396
+ 0, () => AggregateEvaluationResult$
3397
+ ];
3398
+ var AggregationAuthorizationList = [1, n0, _AAL,
3399
+ 0, () => AggregationAuthorization$
3400
+ ];
3401
+ var BaseConfigurationItems = [1, n0, _BCIa,
3402
+ 0, () => BaseConfigurationItem$
3403
+ ];
3404
+ var ComplianceByConfigRules = [1, n0, _CBCRo,
3405
+ 0, () => ComplianceByConfigRule$
3406
+ ];
3407
+ var ComplianceByResources = [1, n0, _CBRo,
3408
+ 0, () => ComplianceByResource$
3409
+ ];
3410
+ var ComplianceSummariesByResourceType = [1, n0, _CSBRTo,
3411
+ 0, () => ComplianceSummaryByResourceType$
3412
+ ];
3413
+ var ConfigRuleEvaluationStatusList = [1, n0, _CRESL,
3414
+ 0, () => ConfigRuleEvaluationStatus$
3415
+ ];
3416
+ var ConfigRules = [1, n0, _CRon,
3417
+ 0, () => ConfigRule$
3418
+ ];
3419
+ var ConfigurationAggregatorList = [1, n0, _CAL,
3420
+ 0, () => ConfigurationAggregator$
3421
+ ];
3422
+ var ConfigurationItemList = [1, n0, _CIL,
3423
+ 0, () => ConfigurationItem$
3424
+ ];
3425
+ var ConfigurationRecorderFilterList = [1, n0, _CRFL,
3426
+ 0, () => ConfigurationRecorderFilter$
3427
+ ];
3428
+ var ConfigurationRecorderList = [1, n0, _CRL,
3429
+ 0, () => ConfigurationRecorder$
3430
+ ];
3431
+ var ConfigurationRecorderStatusList = [1, n0, _CRSL,
3432
+ 0, () => ConfigurationRecorderStatus$
3433
+ ];
3434
+ var ConfigurationRecorderSummaries = [1, n0, _CRSonfi,
3435
+ 0, () => ConfigurationRecorderSummary$
3436
+ ];
3437
+ var ConformancePackComplianceScores = [1, n0, _CPCSonf,
3438
+ 0, () => ConformancePackComplianceScore$
3439
+ ];
3440
+ var ConformancePackComplianceSummaryList = [1, n0, _CPCSL,
3441
+ 0, () => ConformancePackComplianceSummary$
3442
+ ];
3443
+ var ConformancePackDetailList = [1, n0, _CPDL,
3444
+ 0, () => ConformancePackDetail$
3445
+ ];
3446
+ var ConformancePackInputParameters = [1, n0, _CPIP,
3447
+ 0, () => ConformancePackInputParameter$
3448
+ ];
3449
+ var ConformancePackRuleComplianceList = [1, n0, _CPRCL,
3450
+ 0, () => ConformancePackRuleCompliance$
3451
+ ];
3452
+ var ConformancePackRuleEvaluationResultsList = [1, n0, _CPRERL,
3453
+ 0, () => ConformancePackEvaluationResult$
3454
+ ];
3455
+ var ConformancePackStatusDetailsList = [1, n0, _CPSDL,
3456
+ 0, () => ConformancePackStatusDetail$
3457
+ ];
3458
+ var DeliveryChannelList = [1, n0, _DCL,
3459
+ 0, () => DeliveryChannel$
3460
+ ];
3461
+ var DeliveryChannelStatusList = [1, n0, _DCSL,
3462
+ 0, () => DeliveryChannelStatus$
3463
+ ];
3464
+ var DiscoveredResourceIdentifierList = [1, n0, _DRIL,
3465
+ 0, () => AggregateResourceIdentifier$
3466
+ ];
3467
+ var EvaluationModes = [1, n0, _EM,
3468
+ 0, () => EvaluationModeConfiguration$
3469
+ ];
3470
+ var EvaluationResults = [1, n0, _ERv,
3471
+ 0, () => EvaluationResult$
3472
+ ];
3473
+ var Evaluations = [1, n0, _Ev,
3474
+ 0, () => Evaluation$
3475
+ ];
3476
+ var FailedDeleteRemediationExceptionsBatches = [1, n0, _FDREBa,
3477
+ 0, () => FailedDeleteRemediationExceptionsBatch$
3478
+ ];
3479
+ var FailedRemediationBatches = [1, n0, _FRBa,
3480
+ 0, () => FailedRemediationBatch$
3481
+ ];
3482
+ var FailedRemediationExceptionBatches = [1, n0, _FREBa,
3483
+ 0, () => FailedRemediationExceptionBatch$
3484
+ ];
3485
+ var FieldInfoList = [1, n0, _FIL,
3486
+ 0, () => FieldInfo$
3487
+ ];
3488
+ var GroupedResourceCountList = [1, n0, _GRCL,
3489
+ 0, () => GroupedResourceCount$
3490
+ ];
3491
+ var OrganizationConfigRuleDetailedStatus = [1, n0, _OCRDS,
3492
+ 0, () => MemberAccountStatus$
3493
+ ];
3494
+ var OrganizationConfigRules = [1, n0, _OCR,
3495
+ 0, () => OrganizationConfigRule$
3496
+ ];
3497
+ var OrganizationConfigRuleStatuses = [1, n0, _OCRS,
3498
+ 0, () => OrganizationConfigRuleStatus$
3499
+ ];
3500
+ var OrganizationConformancePackDetailedStatuses = [1, n0, _OCPDS,
3501
+ 0, () => OrganizationConformancePackDetailedStatus$
3502
+ ];
3503
+ var OrganizationConformancePacks = [1, n0, _OCP,
3504
+ 0, () => OrganizationConformancePack$
3505
+ ];
3506
+ var OrganizationConformancePackStatuses = [1, n0, _OCPS,
3507
+ 0, () => OrganizationConformancePackStatus$
3508
+ ];
3509
+ var PendingAggregationRequestList = [1, n0, _PARL,
3510
+ 0, () => PendingAggregationRequest$
3511
+ ];
3512
+ var RecordingModeOverrides = [1, n0, _RMOe,
3513
+ 0, () => RecordingModeOverride$
3514
+ ];
3515
+ var RelationshipList = [1, n0, _RL,
3516
+ 0, () => Relationship$
3517
+ ];
3518
+ var RemediationConfigurations = [1, n0, _RC,
3519
+ 0, () => RemediationConfiguration$
3520
+ ];
3521
+ var RemediationExceptionResourceKeys = [1, n0, _RERKe,
3522
+ 0, () => RemediationExceptionResourceKey$
3523
+ ];
3524
+ var RemediationExceptions = [1, n0, _RE,
3525
+ 0, () => RemediationException$
3526
+ ];
3527
+ var RemediationExecutionStatuses = [1, n0, _RES,
3528
+ 0, () => RemediationExecutionStatus$
3529
+ ];
3530
+ var RemediationExecutionSteps = [1, n0, _RESeme,
3531
+ 0, () => RemediationExecutionStep$
3532
+ ];
3533
+ var ResourceCounts = [1, n0, _RCesou,
3534
+ 0, () => ResourceCount$
3535
+ ];
3536
+ var ResourceEvaluations = [1, n0, _REe,
3537
+ 0, () => ResourceEvaluation$
3538
+ ];
3539
+ var ResourceIdentifierList = [1, n0, _RIL,
3540
+ 0, () => ResourceIdentifier$
3541
+ ];
3542
+ var ResourceIdentifiersList = [1, n0, _RILe,
3543
+ 0, () => AggregateResourceIdentifier$
3544
+ ];
3545
+ var ResourceKeys = [1, n0, _RK,
3546
+ 0, () => ResourceKey$
3547
+ ];
3548
+ var RetentionConfigurationList = [1, n0, _RCL,
3549
+ 0, () => RetentionConfiguration$
3550
+ ];
3551
+ var SourceDetails = [1, n0, _SDo,
3552
+ 0, () => SourceDetail$
3553
+ ];
3554
+ var StoredQueryMetadataList = [1, n0, _SQML,
3555
+ 0, () => StoredQueryMetadata$
3556
+ ];
3557
+ var TagList = [1, n0, _TL,
3558
+ 0, () => Tag$
3559
+ ];
3560
+ var TagsList = [1, n0, _TLa,
3561
+ 0, () => Tag$
3562
+ ];
3563
+ var UnprocessedResourceIdentifierList = [1, n0, _URIL,
3564
+ 0, () => AggregateResourceIdentifier$
3565
+ ];
3566
+ var RemediationParameters = [2, n0, _RP,
3567
+ 0, 0, () => RemediationParameterValue$
3568
+ ];
3569
+ var AssociateResourceTypes$ = [9, n0, _ART,
3570
+ 0, () => AssociateResourceTypesRequest$, () => AssociateResourceTypesResponse$
3571
+ ];
3572
+ var BatchGetAggregateResourceConfig$ = [9, n0, _BGARC,
3573
+ 0, () => BatchGetAggregateResourceConfigRequest$, () => BatchGetAggregateResourceConfigResponse$
3574
+ ];
3575
+ var BatchGetResourceConfig$ = [9, n0, _BGRC,
3576
+ 0, () => BatchGetResourceConfigRequest$, () => BatchGetResourceConfigResponse$
3577
+ ];
3578
+ var DeleteAggregationAuthorization$ = [9, n0, _DAA,
3579
+ 0, () => DeleteAggregationAuthorizationRequest$, () => __Unit
3580
+ ];
3581
+ var DeleteConfigRule$ = [9, n0, _DCR,
3582
+ 0, () => DeleteConfigRuleRequest$, () => __Unit
3583
+ ];
3584
+ var DeleteConfigurationAggregator$ = [9, n0, _DCA,
3585
+ 0, () => DeleteConfigurationAggregatorRequest$, () => __Unit
3586
+ ];
3587
+ var DeleteConfigurationRecorder$ = [9, n0, _DCRe,
3588
+ 0, () => DeleteConfigurationRecorderRequest$, () => __Unit
3589
+ ];
3590
+ var DeleteConformancePack$ = [9, n0, _DCP,
3591
+ 0, () => DeleteConformancePackRequest$, () => __Unit
3592
+ ];
3593
+ var DeleteDeliveryChannel$ = [9, n0, _DDC,
3594
+ 0, () => DeleteDeliveryChannelRequest$, () => __Unit
3595
+ ];
3596
+ var DeleteEvaluationResults$ = [9, n0, _DER,
3597
+ 0, () => DeleteEvaluationResultsRequest$, () => DeleteEvaluationResultsResponse$
3598
+ ];
3599
+ var DeleteOrganizationConfigRule$ = [9, n0, _DOCR,
3600
+ 0, () => DeleteOrganizationConfigRuleRequest$, () => __Unit
3601
+ ];
3602
+ var DeleteOrganizationConformancePack$ = [9, n0, _DOCP,
3603
+ 0, () => DeleteOrganizationConformancePackRequest$, () => __Unit
3604
+ ];
3605
+ var DeletePendingAggregationRequest$ = [9, n0, _DPAR,
3606
+ 0, () => DeletePendingAggregationRequestRequest$, () => __Unit
3607
+ ];
3608
+ var DeleteRemediationConfiguration$ = [9, n0, _DRC,
3609
+ 0, () => DeleteRemediationConfigurationRequest$, () => DeleteRemediationConfigurationResponse$
3610
+ ];
3611
+ var DeleteRemediationExceptions$ = [9, n0, _DRE,
3612
+ 0, () => DeleteRemediationExceptionsRequest$, () => DeleteRemediationExceptionsResponse$
3613
+ ];
3614
+ var DeleteResourceConfig$ = [9, n0, _DRCe,
3615
+ 0, () => DeleteResourceConfigRequest$, () => __Unit
3616
+ ];
3617
+ var DeleteRetentionConfiguration$ = [9, n0, _DRCel,
3618
+ 0, () => DeleteRetentionConfigurationRequest$, () => __Unit
3619
+ ];
3620
+ var DeleteServiceLinkedConfigurationRecorder$ = [9, n0, _DSLCR,
3621
+ 0, () => DeleteServiceLinkedConfigurationRecorderRequest$, () => DeleteServiceLinkedConfigurationRecorderResponse$
3622
+ ];
3623
+ var DeleteStoredQuery$ = [9, n0, _DSQ,
3624
+ 0, () => DeleteStoredQueryRequest$, () => DeleteStoredQueryResponse$
3625
+ ];
3626
+ var DeliverConfigSnapshot$ = [9, n0, _DCSel,
3627
+ 0, () => DeliverConfigSnapshotRequest$, () => DeliverConfigSnapshotResponse$
3628
+ ];
3629
+ var DescribeAggregateComplianceByConfigRules$ = [9, n0, _DACBCR,
3630
+ 0, () => DescribeAggregateComplianceByConfigRulesRequest$, () => DescribeAggregateComplianceByConfigRulesResponse$
3631
+ ];
3632
+ var DescribeAggregateComplianceByConformancePacks$ = [9, n0, _DACBCP,
3633
+ 0, () => DescribeAggregateComplianceByConformancePacksRequest$, () => DescribeAggregateComplianceByConformancePacksResponse$
3634
+ ];
3635
+ var DescribeAggregationAuthorizations$ = [9, n0, _DAAe,
3636
+ 0, () => DescribeAggregationAuthorizationsRequest$, () => DescribeAggregationAuthorizationsResponse$
3637
+ ];
3638
+ var DescribeComplianceByConfigRule$ = [9, n0, _DCBCR,
3639
+ 0, () => DescribeComplianceByConfigRuleRequest$, () => DescribeComplianceByConfigRuleResponse$
3640
+ ];
3641
+ var DescribeComplianceByResource$ = [9, n0, _DCBR,
3642
+ 0, () => DescribeComplianceByResourceRequest$, () => DescribeComplianceByResourceResponse$
3643
+ ];
3644
+ var DescribeConfigRuleEvaluationStatus$ = [9, n0, _DCRES,
3645
+ 0, () => DescribeConfigRuleEvaluationStatusRequest$, () => DescribeConfigRuleEvaluationStatusResponse$
3646
+ ];
3647
+ var DescribeConfigRules$ = [9, n0, _DCRes,
3648
+ 0, () => DescribeConfigRulesRequest$, () => DescribeConfigRulesResponse$
3649
+ ];
3650
+ var DescribeConfigurationAggregators$ = [9, n0, _DCAe,
3651
+ 0, () => DescribeConfigurationAggregatorsRequest$, () => DescribeConfigurationAggregatorsResponse$
3652
+ ];
3653
+ var DescribeConfigurationAggregatorSourcesStatus$ = [9, n0, _DCASS,
3654
+ 0, () => DescribeConfigurationAggregatorSourcesStatusRequest$, () => DescribeConfigurationAggregatorSourcesStatusResponse$
3655
+ ];
3656
+ var DescribeConfigurationRecorders$ = [9, n0, _DCResc,
3657
+ 0, () => DescribeConfigurationRecordersRequest$, () => DescribeConfigurationRecordersResponse$
3658
+ ];
3659
+ var DescribeConfigurationRecorderStatus$ = [9, n0, _DCRS,
3660
+ 0, () => DescribeConfigurationRecorderStatusRequest$, () => DescribeConfigurationRecorderStatusResponse$
3661
+ ];
3662
+ var DescribeConformancePackCompliance$ = [9, n0, _DCPC,
3663
+ 0, () => DescribeConformancePackComplianceRequest$, () => DescribeConformancePackComplianceResponse$
3664
+ ];
3665
+ var DescribeConformancePacks$ = [9, n0, _DCPe,
3666
+ 0, () => DescribeConformancePacksRequest$, () => DescribeConformancePacksResponse$
3667
+ ];
3668
+ var DescribeConformancePackStatus$ = [9, n0, _DCPS,
3669
+ 0, () => DescribeConformancePackStatusRequest$, () => DescribeConformancePackStatusResponse$
3670
+ ];
3671
+ var DescribeDeliveryChannels$ = [9, n0, _DDCe,
3672
+ 0, () => DescribeDeliveryChannelsRequest$, () => DescribeDeliveryChannelsResponse$
3673
+ ];
3674
+ var DescribeDeliveryChannelStatus$ = [9, n0, _DDCS,
3675
+ 0, () => DescribeDeliveryChannelStatusRequest$, () => DescribeDeliveryChannelStatusResponse$
3676
+ ];
3677
+ var DescribeOrganizationConfigRules$ = [9, n0, _DOCRe,
3678
+ 0, () => DescribeOrganizationConfigRulesRequest$, () => DescribeOrganizationConfigRulesResponse$
3679
+ ];
3680
+ var DescribeOrganizationConfigRuleStatuses$ = [9, n0, _DOCRS,
3681
+ 0, () => DescribeOrganizationConfigRuleStatusesRequest$, () => DescribeOrganizationConfigRuleStatusesResponse$
3682
+ ];
3683
+ var DescribeOrganizationConformancePacks$ = [9, n0, _DOCPe,
3684
+ 0, () => DescribeOrganizationConformancePacksRequest$, () => DescribeOrganizationConformancePacksResponse$
3685
+ ];
3686
+ var DescribeOrganizationConformancePackStatuses$ = [9, n0, _DOCPS,
3687
+ 0, () => DescribeOrganizationConformancePackStatusesRequest$, () => DescribeOrganizationConformancePackStatusesResponse$
3688
+ ];
3689
+ var DescribePendingAggregationRequests$ = [9, n0, _DPARe,
3690
+ 0, () => DescribePendingAggregationRequestsRequest$, () => DescribePendingAggregationRequestsResponse$
3691
+ ];
3692
+ var DescribeRemediationConfigurations$ = [9, n0, _DRCes,
3693
+ 0, () => DescribeRemediationConfigurationsRequest$, () => DescribeRemediationConfigurationsResponse$
3694
+ ];
3695
+ var DescribeRemediationExceptions$ = [9, n0, _DREe,
3696
+ 0, () => DescribeRemediationExceptionsRequest$, () => DescribeRemediationExceptionsResponse$
3697
+ ];
3698
+ var DescribeRemediationExecutionStatus$ = [9, n0, _DRES,
3699
+ 0, () => DescribeRemediationExecutionStatusRequest$, () => DescribeRemediationExecutionStatusResponse$
3700
+ ];
3701
+ var DescribeRetentionConfigurations$ = [9, n0, _DRCesc,
3702
+ 0, () => DescribeRetentionConfigurationsRequest$, () => DescribeRetentionConfigurationsResponse$
3703
+ ];
3704
+ var DisassociateResourceTypes$ = [9, n0, _DRT,
3705
+ 0, () => DisassociateResourceTypesRequest$, () => DisassociateResourceTypesResponse$
3706
+ ];
3707
+ var GetAggregateComplianceDetailsByConfigRule$ = [9, n0, _GACDBCR,
3708
+ 0, () => GetAggregateComplianceDetailsByConfigRuleRequest$, () => GetAggregateComplianceDetailsByConfigRuleResponse$
3709
+ ];
3710
+ var GetAggregateConfigRuleComplianceSummary$ = [9, n0, _GACRCS,
3711
+ 0, () => GetAggregateConfigRuleComplianceSummaryRequest$, () => GetAggregateConfigRuleComplianceSummaryResponse$
3712
+ ];
3713
+ var GetAggregateConformancePackComplianceSummary$ = [9, n0, _GACPCS,
3714
+ 0, () => GetAggregateConformancePackComplianceSummaryRequest$, () => GetAggregateConformancePackComplianceSummaryResponse$
3715
+ ];
3716
+ var GetAggregateDiscoveredResourceCounts$ = [9, n0, _GADRC,
3717
+ 0, () => GetAggregateDiscoveredResourceCountsRequest$, () => GetAggregateDiscoveredResourceCountsResponse$
3718
+ ];
3719
+ var GetAggregateResourceConfig$ = [9, n0, _GARC,
3720
+ 0, () => GetAggregateResourceConfigRequest$, () => GetAggregateResourceConfigResponse$
3721
+ ];
3722
+ var GetComplianceDetailsByConfigRule$ = [9, n0, _GCDBCR,
3723
+ 0, () => GetComplianceDetailsByConfigRuleRequest$, () => GetComplianceDetailsByConfigRuleResponse$
3724
+ ];
3725
+ var GetComplianceDetailsByResource$ = [9, n0, _GCDBR,
3726
+ 0, () => GetComplianceDetailsByResourceRequest$, () => GetComplianceDetailsByResourceResponse$
3727
+ ];
3728
+ var GetComplianceSummaryByConfigRule$ = [9, n0, _GCSBCR,
3729
+ 0, () => __Unit, () => GetComplianceSummaryByConfigRuleResponse$
3730
+ ];
3731
+ var GetComplianceSummaryByResourceType$ = [9, n0, _GCSBRT,
3732
+ 0, () => GetComplianceSummaryByResourceTypeRequest$, () => GetComplianceSummaryByResourceTypeResponse$
3733
+ ];
3734
+ var GetConformancePackComplianceDetails$ = [9, n0, _GCPCD,
3735
+ 0, () => GetConformancePackComplianceDetailsRequest$, () => GetConformancePackComplianceDetailsResponse$
3736
+ ];
3737
+ var GetConformancePackComplianceSummary$ = [9, n0, _GCPCS,
3738
+ 0, () => GetConformancePackComplianceSummaryRequest$, () => GetConformancePackComplianceSummaryResponse$
3739
+ ];
3740
+ var GetCustomRulePolicy$ = [9, n0, _GCRP,
3741
+ 0, () => GetCustomRulePolicyRequest$, () => GetCustomRulePolicyResponse$
3742
+ ];
3743
+ var GetDiscoveredResourceCounts$ = [9, n0, _GDRC,
3744
+ 0, () => GetDiscoveredResourceCountsRequest$, () => GetDiscoveredResourceCountsResponse$
3745
+ ];
3746
+ var GetOrganizationConfigRuleDetailedStatus$ = [9, n0, _GOCRDS,
3747
+ 0, () => GetOrganizationConfigRuleDetailedStatusRequest$, () => GetOrganizationConfigRuleDetailedStatusResponse$
3748
+ ];
3749
+ var GetOrganizationConformancePackDetailedStatus$ = [9, n0, _GOCPDS,
3750
+ 0, () => GetOrganizationConformancePackDetailedStatusRequest$, () => GetOrganizationConformancePackDetailedStatusResponse$
3751
+ ];
3752
+ var GetOrganizationCustomRulePolicy$ = [9, n0, _GOCRP,
3753
+ 0, () => GetOrganizationCustomRulePolicyRequest$, () => GetOrganizationCustomRulePolicyResponse$
3754
+ ];
3755
+ var GetResourceConfigHistory$ = [9, n0, _GRCH,
3756
+ 0, () => GetResourceConfigHistoryRequest$, () => GetResourceConfigHistoryResponse$
3757
+ ];
3758
+ var GetResourceEvaluationSummary$ = [9, n0, _GRES,
3759
+ 0, () => GetResourceEvaluationSummaryRequest$, () => GetResourceEvaluationSummaryResponse$
3760
+ ];
3761
+ var GetStoredQuery$ = [9, n0, _GSQ,
3762
+ 0, () => GetStoredQueryRequest$, () => GetStoredQueryResponse$
3763
+ ];
3764
+ var ListAggregateDiscoveredResources$ = [9, n0, _LADR,
3765
+ 0, () => ListAggregateDiscoveredResourcesRequest$, () => ListAggregateDiscoveredResourcesResponse$
3766
+ ];
3767
+ var ListConfigurationRecorders$ = [9, n0, _LCR,
3768
+ 0, () => ListConfigurationRecordersRequest$, () => ListConfigurationRecordersResponse$
3769
+ ];
3770
+ var ListConformancePackComplianceScores$ = [9, n0, _LCPCS,
3771
+ 0, () => ListConformancePackComplianceScoresRequest$, () => ListConformancePackComplianceScoresResponse$
3772
+ ];
3773
+ var ListDiscoveredResources$ = [9, n0, _LDR,
3774
+ 0, () => ListDiscoveredResourcesRequest$, () => ListDiscoveredResourcesResponse$
3775
+ ];
3776
+ var ListResourceEvaluations$ = [9, n0, _LRE,
3777
+ 0, () => ListResourceEvaluationsRequest$, () => ListResourceEvaluationsResponse$
3778
+ ];
3779
+ var ListStoredQueries$ = [9, n0, _LSQ,
3780
+ 0, () => ListStoredQueriesRequest$, () => ListStoredQueriesResponse$
3781
+ ];
3782
+ var ListTagsForResource$ = [9, n0, _LTFR,
3783
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3784
+ ];
3785
+ var PutAggregationAuthorization$ = [9, n0, _PAA,
3786
+ 0, () => PutAggregationAuthorizationRequest$, () => PutAggregationAuthorizationResponse$
3787
+ ];
3788
+ var PutConfigRule$ = [9, n0, _PCR,
3789
+ 0, () => PutConfigRuleRequest$, () => __Unit
3790
+ ];
3791
+ var PutConfigurationAggregator$ = [9, n0, _PCA,
3792
+ 0, () => PutConfigurationAggregatorRequest$, () => PutConfigurationAggregatorResponse$
3793
+ ];
3794
+ var PutConfigurationRecorder$ = [9, n0, _PCRu,
3795
+ 0, () => PutConfigurationRecorderRequest$, () => __Unit
3796
+ ];
3797
+ var PutConformancePack$ = [9, n0, _PCP,
3798
+ 0, () => PutConformancePackRequest$, () => PutConformancePackResponse$
3799
+ ];
3800
+ var PutDeliveryChannel$ = [9, n0, _PDC,
3801
+ 0, () => PutDeliveryChannelRequest$, () => __Unit
3802
+ ];
3803
+ var PutEvaluations$ = [9, n0, _PE,
3804
+ 0, () => PutEvaluationsRequest$, () => PutEvaluationsResponse$
3805
+ ];
3806
+ var PutExternalEvaluation$ = [9, n0, _PEE,
3807
+ 0, () => PutExternalEvaluationRequest$, () => PutExternalEvaluationResponse$
3808
+ ];
3809
+ var PutOrganizationConfigRule$ = [9, n0, _POCR,
3810
+ 0, () => PutOrganizationConfigRuleRequest$, () => PutOrganizationConfigRuleResponse$
3811
+ ];
3812
+ var PutOrganizationConformancePack$ = [9, n0, _POCP,
3813
+ 0, () => PutOrganizationConformancePackRequest$, () => PutOrganizationConformancePackResponse$
3814
+ ];
3815
+ var PutRemediationConfigurations$ = [9, n0, _PRC,
3816
+ 0, () => PutRemediationConfigurationsRequest$, () => PutRemediationConfigurationsResponse$
3817
+ ];
3818
+ var PutRemediationExceptions$ = [9, n0, _PRE,
3819
+ 0, () => PutRemediationExceptionsRequest$, () => PutRemediationExceptionsResponse$
3820
+ ];
3821
+ var PutResourceConfig$ = [9, n0, _PRCu,
3822
+ 0, () => PutResourceConfigRequest$, () => __Unit
3823
+ ];
3824
+ var PutRetentionConfiguration$ = [9, n0, _PRCut,
3825
+ 0, () => PutRetentionConfigurationRequest$, () => PutRetentionConfigurationResponse$
3826
+ ];
3827
+ var PutServiceLinkedConfigurationRecorder$ = [9, n0, _PSLCR,
3828
+ 0, () => PutServiceLinkedConfigurationRecorderRequest$, () => PutServiceLinkedConfigurationRecorderResponse$
3829
+ ];
3830
+ var PutStoredQuery$ = [9, n0, _PSQ,
3831
+ 0, () => PutStoredQueryRequest$, () => PutStoredQueryResponse$
3832
+ ];
3833
+ var SelectAggregateResourceConfig$ = [9, n0, _SARC,
3834
+ 0, () => SelectAggregateResourceConfigRequest$, () => SelectAggregateResourceConfigResponse$
3835
+ ];
3836
+ var SelectResourceConfig$ = [9, n0, _SRC,
3837
+ 0, () => SelectResourceConfigRequest$, () => SelectResourceConfigResponse$
3838
+ ];
3839
+ var StartConfigRulesEvaluation$ = [9, n0, _SCRE,
3840
+ 0, () => StartConfigRulesEvaluationRequest$, () => StartConfigRulesEvaluationResponse$
3841
+ ];
3842
+ var StartConfigurationRecorder$ = [9, n0, _SCR,
3843
+ 0, () => StartConfigurationRecorderRequest$, () => __Unit
3844
+ ];
3845
+ var StartRemediationExecution$ = [9, n0, _SRE,
3846
+ 0, () => StartRemediationExecutionRequest$, () => StartRemediationExecutionResponse$
3847
+ ];
3848
+ var StartResourceEvaluation$ = [9, n0, _SREt,
3849
+ 0, () => StartResourceEvaluationRequest$, () => StartResourceEvaluationResponse$
3850
+ ];
3851
+ var StopConfigurationRecorder$ = [9, n0, _SCRt,
3852
+ 0, () => StopConfigurationRecorderRequest$, () => __Unit
3853
+ ];
3854
+ var TagResource$ = [9, n0, _TR,
3855
+ 0, () => TagResourceRequest$, () => __Unit
3856
+ ];
3857
+ var UntagResource$ = [9, n0, _UR,
3858
+ 0, () => UntagResourceRequest$, () => __Unit
3859
+ ];
3860
+
3861
+ const getRuntimeConfig$1 = (config) => {
3862
+ return {
3863
+ apiVersion: "2014-11-12",
3864
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3865
+ base64Encoder: config?.base64Encoder ?? toBase64,
3866
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3867
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3868
+ extensions: config?.extensions ?? [],
3869
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultConfigServiceHttpAuthSchemeProvider,
3870
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3871
+ {
3872
+ schemeId: "aws.auth#sigv4",
3873
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3874
+ signer: new AwsSdkSigV4Signer(),
3875
+ },
3876
+ ],
3877
+ logger: config?.logger ?? new NoOpLogger(),
3878
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
3879
+ protocolSettings: config?.protocolSettings ?? {
3880
+ defaultNamespace: "com.amazonaws.configservice",
3881
+ errorTypeRegistries,
3882
+ xmlNamespace: "http://config.amazonaws.com/doc/2014-11-12/",
3883
+ version: "2014-11-12",
3884
+ serviceTarget: "StarlingDoveService",
3885
+ },
3886
+ serviceId: config?.serviceId ?? "Config Service",
3887
+ urlParser: config?.urlParser ?? parseUrl,
3888
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3889
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3890
+ };
3891
+ };
3892
+
3893
+ const getRuntimeConfig = (config) => {
3894
+ emitWarningIfUnsupportedVersion(process.version);
3895
+ const defaultsMode = resolveDefaultsModeConfig(config);
3896
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3897
+ const clientSharedValues = getRuntimeConfig$1(config);
3898
+ emitWarningIfUnsupportedVersion$1(process.version);
3899
+ const loaderConfig = {
3900
+ profile: config?.profile,
3901
+ logger: clientSharedValues.logger,
3902
+ };
3903
+ return {
3904
+ ...clientSharedValues,
3905
+ ...config,
3906
+ runtime: "node",
3907
+ defaultsMode,
3908
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3909
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3910
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3911
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3912
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3913
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3914
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3915
+ retryMode: config?.retryMode ??
3916
+ loadConfig({
3917
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3918
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3919
+ }, config),
3920
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
3921
+ streamCollector: config?.streamCollector ?? streamCollector,
3922
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3923
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3924
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3925
+ };
3926
+ };
3927
+
34
3928
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
3929
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
3930
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -2244,144 +6138,641 @@ const SortOrder = {
2244
6138
  DESCENDING: "DESCENDING",
2245
6139
  };
2246
6140
 
6141
+ exports.AccountAggregationSource$ = AccountAggregationSource$;
6142
+ exports.AggregateComplianceByConfigRule$ = AggregateComplianceByConfigRule$;
6143
+ exports.AggregateComplianceByConformancePack$ = AggregateComplianceByConformancePack$;
6144
+ exports.AggregateComplianceCount$ = AggregateComplianceCount$;
6145
+ exports.AggregateConformancePackCompliance$ = AggregateConformancePackCompliance$;
6146
+ exports.AggregateConformancePackComplianceCount$ = AggregateConformancePackComplianceCount$;
6147
+ exports.AggregateConformancePackComplianceFilters$ = AggregateConformancePackComplianceFilters$;
6148
+ exports.AggregateConformancePackComplianceSummary$ = AggregateConformancePackComplianceSummary$;
6149
+ exports.AggregateConformancePackComplianceSummaryFilters$ = AggregateConformancePackComplianceSummaryFilters$;
2247
6150
  exports.AggregateConformancePackComplianceSummaryGroupKey = AggregateConformancePackComplianceSummaryGroupKey;
6151
+ exports.AggregateEvaluationResult$ = AggregateEvaluationResult$;
6152
+ exports.AggregateResourceIdentifier$ = AggregateResourceIdentifier$;
6153
+ exports.AggregatedSourceStatus$ = AggregatedSourceStatus$;
2248
6154
  exports.AggregatedSourceStatusType = AggregatedSourceStatusType;
2249
6155
  exports.AggregatedSourceType = AggregatedSourceType;
6156
+ exports.AggregationAuthorization$ = AggregationAuthorization$;
6157
+ exports.AggregatorFilterResourceType$ = AggregatorFilterResourceType$;
6158
+ exports.AggregatorFilterServicePrincipal$ = AggregatorFilterServicePrincipal$;
2250
6159
  exports.AggregatorFilterType = AggregatorFilterType;
6160
+ exports.AggregatorFilters$ = AggregatorFilters$;
6161
+ exports.AssociateResourceTypes$ = AssociateResourceTypes$;
2251
6162
  exports.AssociateResourceTypesCommand = AssociateResourceTypesCommand;
6163
+ exports.AssociateResourceTypesRequest$ = AssociateResourceTypesRequest$;
6164
+ exports.AssociateResourceTypesResponse$ = AssociateResourceTypesResponse$;
6165
+ exports.BaseConfigurationItem$ = BaseConfigurationItem$;
6166
+ exports.BatchGetAggregateResourceConfig$ = BatchGetAggregateResourceConfig$;
2252
6167
  exports.BatchGetAggregateResourceConfigCommand = BatchGetAggregateResourceConfigCommand;
6168
+ exports.BatchGetAggregateResourceConfigRequest$ = BatchGetAggregateResourceConfigRequest$;
6169
+ exports.BatchGetAggregateResourceConfigResponse$ = BatchGetAggregateResourceConfigResponse$;
6170
+ exports.BatchGetResourceConfig$ = BatchGetResourceConfig$;
2253
6171
  exports.BatchGetResourceConfigCommand = BatchGetResourceConfigCommand;
6172
+ exports.BatchGetResourceConfigRequest$ = BatchGetResourceConfigRequest$;
6173
+ exports.BatchGetResourceConfigResponse$ = BatchGetResourceConfigResponse$;
2254
6174
  exports.ChronologicalOrder = ChronologicalOrder;
6175
+ exports.Compliance$ = Compliance$;
6176
+ exports.ComplianceByConfigRule$ = ComplianceByConfigRule$;
6177
+ exports.ComplianceByResource$ = ComplianceByResource$;
6178
+ exports.ComplianceContributorCount$ = ComplianceContributorCount$;
6179
+ exports.ComplianceSummary$ = ComplianceSummary$;
6180
+ exports.ComplianceSummaryByResourceType$ = ComplianceSummaryByResourceType$;
2255
6181
  exports.ComplianceType = ComplianceType;
6182
+ exports.ConfigExportDeliveryInfo$ = ConfigExportDeliveryInfo$;
6183
+ exports.ConfigRule$ = ConfigRule$;
6184
+ exports.ConfigRuleComplianceFilters$ = ConfigRuleComplianceFilters$;
6185
+ exports.ConfigRuleComplianceSummaryFilters$ = ConfigRuleComplianceSummaryFilters$;
2256
6186
  exports.ConfigRuleComplianceSummaryGroupKey = ConfigRuleComplianceSummaryGroupKey;
6187
+ exports.ConfigRuleEvaluationStatus$ = ConfigRuleEvaluationStatus$;
2257
6188
  exports.ConfigRuleState = ConfigRuleState;
2258
6189
  exports.ConfigService = ConfigService;
2259
6190
  exports.ConfigServiceClient = ConfigServiceClient;
6191
+ exports.ConfigServiceServiceException = ConfigServiceServiceException;
6192
+ exports.ConfigServiceServiceException$ = ConfigServiceServiceException$;
6193
+ exports.ConfigSnapshotDeliveryProperties$ = ConfigSnapshotDeliveryProperties$;
6194
+ exports.ConfigStreamDeliveryInfo$ = ConfigStreamDeliveryInfo$;
6195
+ exports.ConfigurationAggregator$ = ConfigurationAggregator$;
6196
+ exports.ConfigurationItem$ = ConfigurationItem$;
2260
6197
  exports.ConfigurationItemStatus = ConfigurationItemStatus;
6198
+ exports.ConfigurationRecorder$ = ConfigurationRecorder$;
6199
+ exports.ConfigurationRecorderFilter$ = ConfigurationRecorderFilter$;
2261
6200
  exports.ConfigurationRecorderFilterName = ConfigurationRecorderFilterName;
6201
+ exports.ConfigurationRecorderStatus$ = ConfigurationRecorderStatus$;
6202
+ exports.ConfigurationRecorderSummary$ = ConfigurationRecorderSummary$;
6203
+ exports.ConflictException = ConflictException;
6204
+ exports.ConflictException$ = ConflictException$;
6205
+ exports.ConformancePackComplianceFilters$ = ConformancePackComplianceFilters$;
6206
+ exports.ConformancePackComplianceScore$ = ConformancePackComplianceScore$;
6207
+ exports.ConformancePackComplianceScoresFilters$ = ConformancePackComplianceScoresFilters$;
6208
+ exports.ConformancePackComplianceSummary$ = ConformancePackComplianceSummary$;
2262
6209
  exports.ConformancePackComplianceType = ConformancePackComplianceType;
6210
+ exports.ConformancePackDetail$ = ConformancePackDetail$;
6211
+ exports.ConformancePackEvaluationFilters$ = ConformancePackEvaluationFilters$;
6212
+ exports.ConformancePackEvaluationResult$ = ConformancePackEvaluationResult$;
6213
+ exports.ConformancePackInputParameter$ = ConformancePackInputParameter$;
6214
+ exports.ConformancePackRuleCompliance$ = ConformancePackRuleCompliance$;
2263
6215
  exports.ConformancePackState = ConformancePackState;
6216
+ exports.ConformancePackStatusDetail$ = ConformancePackStatusDetail$;
6217
+ exports.ConformancePackTemplateValidationException = ConformancePackTemplateValidationException;
6218
+ exports.ConformancePackTemplateValidationException$ = ConformancePackTemplateValidationException$;
6219
+ exports.CustomPolicyDetails$ = CustomPolicyDetails$;
6220
+ exports.DeleteAggregationAuthorization$ = DeleteAggregationAuthorization$;
2264
6221
  exports.DeleteAggregationAuthorizationCommand = DeleteAggregationAuthorizationCommand;
6222
+ exports.DeleteAggregationAuthorizationRequest$ = DeleteAggregationAuthorizationRequest$;
6223
+ exports.DeleteConfigRule$ = DeleteConfigRule$;
2265
6224
  exports.DeleteConfigRuleCommand = DeleteConfigRuleCommand;
6225
+ exports.DeleteConfigRuleRequest$ = DeleteConfigRuleRequest$;
6226
+ exports.DeleteConfigurationAggregator$ = DeleteConfigurationAggregator$;
2266
6227
  exports.DeleteConfigurationAggregatorCommand = DeleteConfigurationAggregatorCommand;
6228
+ exports.DeleteConfigurationAggregatorRequest$ = DeleteConfigurationAggregatorRequest$;
6229
+ exports.DeleteConfigurationRecorder$ = DeleteConfigurationRecorder$;
2267
6230
  exports.DeleteConfigurationRecorderCommand = DeleteConfigurationRecorderCommand;
6231
+ exports.DeleteConfigurationRecorderRequest$ = DeleteConfigurationRecorderRequest$;
6232
+ exports.DeleteConformancePack$ = DeleteConformancePack$;
2268
6233
  exports.DeleteConformancePackCommand = DeleteConformancePackCommand;
6234
+ exports.DeleteConformancePackRequest$ = DeleteConformancePackRequest$;
6235
+ exports.DeleteDeliveryChannel$ = DeleteDeliveryChannel$;
2269
6236
  exports.DeleteDeliveryChannelCommand = DeleteDeliveryChannelCommand;
6237
+ exports.DeleteDeliveryChannelRequest$ = DeleteDeliveryChannelRequest$;
6238
+ exports.DeleteEvaluationResults$ = DeleteEvaluationResults$;
2270
6239
  exports.DeleteEvaluationResultsCommand = DeleteEvaluationResultsCommand;
6240
+ exports.DeleteEvaluationResultsRequest$ = DeleteEvaluationResultsRequest$;
6241
+ exports.DeleteEvaluationResultsResponse$ = DeleteEvaluationResultsResponse$;
6242
+ exports.DeleteOrganizationConfigRule$ = DeleteOrganizationConfigRule$;
2271
6243
  exports.DeleteOrganizationConfigRuleCommand = DeleteOrganizationConfigRuleCommand;
6244
+ exports.DeleteOrganizationConfigRuleRequest$ = DeleteOrganizationConfigRuleRequest$;
6245
+ exports.DeleteOrganizationConformancePack$ = DeleteOrganizationConformancePack$;
2272
6246
  exports.DeleteOrganizationConformancePackCommand = DeleteOrganizationConformancePackCommand;
6247
+ exports.DeleteOrganizationConformancePackRequest$ = DeleteOrganizationConformancePackRequest$;
6248
+ exports.DeletePendingAggregationRequest$ = DeletePendingAggregationRequest$;
2273
6249
  exports.DeletePendingAggregationRequestCommand = DeletePendingAggregationRequestCommand;
6250
+ exports.DeletePendingAggregationRequestRequest$ = DeletePendingAggregationRequestRequest$;
6251
+ exports.DeleteRemediationConfiguration$ = DeleteRemediationConfiguration$;
2274
6252
  exports.DeleteRemediationConfigurationCommand = DeleteRemediationConfigurationCommand;
6253
+ exports.DeleteRemediationConfigurationRequest$ = DeleteRemediationConfigurationRequest$;
6254
+ exports.DeleteRemediationConfigurationResponse$ = DeleteRemediationConfigurationResponse$;
6255
+ exports.DeleteRemediationExceptions$ = DeleteRemediationExceptions$;
2275
6256
  exports.DeleteRemediationExceptionsCommand = DeleteRemediationExceptionsCommand;
6257
+ exports.DeleteRemediationExceptionsRequest$ = DeleteRemediationExceptionsRequest$;
6258
+ exports.DeleteRemediationExceptionsResponse$ = DeleteRemediationExceptionsResponse$;
6259
+ exports.DeleteResourceConfig$ = DeleteResourceConfig$;
2276
6260
  exports.DeleteResourceConfigCommand = DeleteResourceConfigCommand;
6261
+ exports.DeleteResourceConfigRequest$ = DeleteResourceConfigRequest$;
6262
+ exports.DeleteRetentionConfiguration$ = DeleteRetentionConfiguration$;
2277
6263
  exports.DeleteRetentionConfigurationCommand = DeleteRetentionConfigurationCommand;
6264
+ exports.DeleteRetentionConfigurationRequest$ = DeleteRetentionConfigurationRequest$;
6265
+ exports.DeleteServiceLinkedConfigurationRecorder$ = DeleteServiceLinkedConfigurationRecorder$;
2278
6266
  exports.DeleteServiceLinkedConfigurationRecorderCommand = DeleteServiceLinkedConfigurationRecorderCommand;
6267
+ exports.DeleteServiceLinkedConfigurationRecorderRequest$ = DeleteServiceLinkedConfigurationRecorderRequest$;
6268
+ exports.DeleteServiceLinkedConfigurationRecorderResponse$ = DeleteServiceLinkedConfigurationRecorderResponse$;
6269
+ exports.DeleteStoredQuery$ = DeleteStoredQuery$;
2279
6270
  exports.DeleteStoredQueryCommand = DeleteStoredQueryCommand;
6271
+ exports.DeleteStoredQueryRequest$ = DeleteStoredQueryRequest$;
6272
+ exports.DeleteStoredQueryResponse$ = DeleteStoredQueryResponse$;
6273
+ exports.DeliverConfigSnapshot$ = DeliverConfigSnapshot$;
2280
6274
  exports.DeliverConfigSnapshotCommand = DeliverConfigSnapshotCommand;
6275
+ exports.DeliverConfigSnapshotRequest$ = DeliverConfigSnapshotRequest$;
6276
+ exports.DeliverConfigSnapshotResponse$ = DeliverConfigSnapshotResponse$;
6277
+ exports.DeliveryChannel$ = DeliveryChannel$;
6278
+ exports.DeliveryChannelStatus$ = DeliveryChannelStatus$;
2281
6279
  exports.DeliveryStatus = DeliveryStatus;
6280
+ exports.DescribeAggregateComplianceByConfigRules$ = DescribeAggregateComplianceByConfigRules$;
2282
6281
  exports.DescribeAggregateComplianceByConfigRulesCommand = DescribeAggregateComplianceByConfigRulesCommand;
6282
+ exports.DescribeAggregateComplianceByConfigRulesRequest$ = DescribeAggregateComplianceByConfigRulesRequest$;
6283
+ exports.DescribeAggregateComplianceByConfigRulesResponse$ = DescribeAggregateComplianceByConfigRulesResponse$;
6284
+ exports.DescribeAggregateComplianceByConformancePacks$ = DescribeAggregateComplianceByConformancePacks$;
2283
6285
  exports.DescribeAggregateComplianceByConformancePacksCommand = DescribeAggregateComplianceByConformancePacksCommand;
6286
+ exports.DescribeAggregateComplianceByConformancePacksRequest$ = DescribeAggregateComplianceByConformancePacksRequest$;
6287
+ exports.DescribeAggregateComplianceByConformancePacksResponse$ = DescribeAggregateComplianceByConformancePacksResponse$;
6288
+ exports.DescribeAggregationAuthorizations$ = DescribeAggregationAuthorizations$;
2284
6289
  exports.DescribeAggregationAuthorizationsCommand = DescribeAggregationAuthorizationsCommand;
6290
+ exports.DescribeAggregationAuthorizationsRequest$ = DescribeAggregationAuthorizationsRequest$;
6291
+ exports.DescribeAggregationAuthorizationsResponse$ = DescribeAggregationAuthorizationsResponse$;
6292
+ exports.DescribeComplianceByConfigRule$ = DescribeComplianceByConfigRule$;
2285
6293
  exports.DescribeComplianceByConfigRuleCommand = DescribeComplianceByConfigRuleCommand;
6294
+ exports.DescribeComplianceByConfigRuleRequest$ = DescribeComplianceByConfigRuleRequest$;
6295
+ exports.DescribeComplianceByConfigRuleResponse$ = DescribeComplianceByConfigRuleResponse$;
6296
+ exports.DescribeComplianceByResource$ = DescribeComplianceByResource$;
2286
6297
  exports.DescribeComplianceByResourceCommand = DescribeComplianceByResourceCommand;
6298
+ exports.DescribeComplianceByResourceRequest$ = DescribeComplianceByResourceRequest$;
6299
+ exports.DescribeComplianceByResourceResponse$ = DescribeComplianceByResourceResponse$;
6300
+ exports.DescribeConfigRuleEvaluationStatus$ = DescribeConfigRuleEvaluationStatus$;
2287
6301
  exports.DescribeConfigRuleEvaluationStatusCommand = DescribeConfigRuleEvaluationStatusCommand;
6302
+ exports.DescribeConfigRuleEvaluationStatusRequest$ = DescribeConfigRuleEvaluationStatusRequest$;
6303
+ exports.DescribeConfigRuleEvaluationStatusResponse$ = DescribeConfigRuleEvaluationStatusResponse$;
6304
+ exports.DescribeConfigRules$ = DescribeConfigRules$;
2288
6305
  exports.DescribeConfigRulesCommand = DescribeConfigRulesCommand;
6306
+ exports.DescribeConfigRulesFilters$ = DescribeConfigRulesFilters$;
6307
+ exports.DescribeConfigRulesRequest$ = DescribeConfigRulesRequest$;
6308
+ exports.DescribeConfigRulesResponse$ = DescribeConfigRulesResponse$;
6309
+ exports.DescribeConfigurationAggregatorSourcesStatus$ = DescribeConfigurationAggregatorSourcesStatus$;
2289
6310
  exports.DescribeConfigurationAggregatorSourcesStatusCommand = DescribeConfigurationAggregatorSourcesStatusCommand;
6311
+ exports.DescribeConfigurationAggregatorSourcesStatusRequest$ = DescribeConfigurationAggregatorSourcesStatusRequest$;
6312
+ exports.DescribeConfigurationAggregatorSourcesStatusResponse$ = DescribeConfigurationAggregatorSourcesStatusResponse$;
6313
+ exports.DescribeConfigurationAggregators$ = DescribeConfigurationAggregators$;
2290
6314
  exports.DescribeConfigurationAggregatorsCommand = DescribeConfigurationAggregatorsCommand;
6315
+ exports.DescribeConfigurationAggregatorsRequest$ = DescribeConfigurationAggregatorsRequest$;
6316
+ exports.DescribeConfigurationAggregatorsResponse$ = DescribeConfigurationAggregatorsResponse$;
6317
+ exports.DescribeConfigurationRecorderStatus$ = DescribeConfigurationRecorderStatus$;
2291
6318
  exports.DescribeConfigurationRecorderStatusCommand = DescribeConfigurationRecorderStatusCommand;
6319
+ exports.DescribeConfigurationRecorderStatusRequest$ = DescribeConfigurationRecorderStatusRequest$;
6320
+ exports.DescribeConfigurationRecorderStatusResponse$ = DescribeConfigurationRecorderStatusResponse$;
6321
+ exports.DescribeConfigurationRecorders$ = DescribeConfigurationRecorders$;
2292
6322
  exports.DescribeConfigurationRecordersCommand = DescribeConfigurationRecordersCommand;
6323
+ exports.DescribeConfigurationRecordersRequest$ = DescribeConfigurationRecordersRequest$;
6324
+ exports.DescribeConfigurationRecordersResponse$ = DescribeConfigurationRecordersResponse$;
6325
+ exports.DescribeConformancePackCompliance$ = DescribeConformancePackCompliance$;
2293
6326
  exports.DescribeConformancePackComplianceCommand = DescribeConformancePackComplianceCommand;
6327
+ exports.DescribeConformancePackComplianceRequest$ = DescribeConformancePackComplianceRequest$;
6328
+ exports.DescribeConformancePackComplianceResponse$ = DescribeConformancePackComplianceResponse$;
6329
+ exports.DescribeConformancePackStatus$ = DescribeConformancePackStatus$;
2294
6330
  exports.DescribeConformancePackStatusCommand = DescribeConformancePackStatusCommand;
6331
+ exports.DescribeConformancePackStatusRequest$ = DescribeConformancePackStatusRequest$;
6332
+ exports.DescribeConformancePackStatusResponse$ = DescribeConformancePackStatusResponse$;
6333
+ exports.DescribeConformancePacks$ = DescribeConformancePacks$;
2295
6334
  exports.DescribeConformancePacksCommand = DescribeConformancePacksCommand;
6335
+ exports.DescribeConformancePacksRequest$ = DescribeConformancePacksRequest$;
6336
+ exports.DescribeConformancePacksResponse$ = DescribeConformancePacksResponse$;
6337
+ exports.DescribeDeliveryChannelStatus$ = DescribeDeliveryChannelStatus$;
2296
6338
  exports.DescribeDeliveryChannelStatusCommand = DescribeDeliveryChannelStatusCommand;
6339
+ exports.DescribeDeliveryChannelStatusRequest$ = DescribeDeliveryChannelStatusRequest$;
6340
+ exports.DescribeDeliveryChannelStatusResponse$ = DescribeDeliveryChannelStatusResponse$;
6341
+ exports.DescribeDeliveryChannels$ = DescribeDeliveryChannels$;
2297
6342
  exports.DescribeDeliveryChannelsCommand = DescribeDeliveryChannelsCommand;
6343
+ exports.DescribeDeliveryChannelsRequest$ = DescribeDeliveryChannelsRequest$;
6344
+ exports.DescribeDeliveryChannelsResponse$ = DescribeDeliveryChannelsResponse$;
6345
+ exports.DescribeOrganizationConfigRuleStatuses$ = DescribeOrganizationConfigRuleStatuses$;
2298
6346
  exports.DescribeOrganizationConfigRuleStatusesCommand = DescribeOrganizationConfigRuleStatusesCommand;
6347
+ exports.DescribeOrganizationConfigRuleStatusesRequest$ = DescribeOrganizationConfigRuleStatusesRequest$;
6348
+ exports.DescribeOrganizationConfigRuleStatusesResponse$ = DescribeOrganizationConfigRuleStatusesResponse$;
6349
+ exports.DescribeOrganizationConfigRules$ = DescribeOrganizationConfigRules$;
2299
6350
  exports.DescribeOrganizationConfigRulesCommand = DescribeOrganizationConfigRulesCommand;
6351
+ exports.DescribeOrganizationConfigRulesRequest$ = DescribeOrganizationConfigRulesRequest$;
6352
+ exports.DescribeOrganizationConfigRulesResponse$ = DescribeOrganizationConfigRulesResponse$;
6353
+ exports.DescribeOrganizationConformancePackStatuses$ = DescribeOrganizationConformancePackStatuses$;
2300
6354
  exports.DescribeOrganizationConformancePackStatusesCommand = DescribeOrganizationConformancePackStatusesCommand;
6355
+ exports.DescribeOrganizationConformancePackStatusesRequest$ = DescribeOrganizationConformancePackStatusesRequest$;
6356
+ exports.DescribeOrganizationConformancePackStatusesResponse$ = DescribeOrganizationConformancePackStatusesResponse$;
6357
+ exports.DescribeOrganizationConformancePacks$ = DescribeOrganizationConformancePacks$;
2301
6358
  exports.DescribeOrganizationConformancePacksCommand = DescribeOrganizationConformancePacksCommand;
6359
+ exports.DescribeOrganizationConformancePacksRequest$ = DescribeOrganizationConformancePacksRequest$;
6360
+ exports.DescribeOrganizationConformancePacksResponse$ = DescribeOrganizationConformancePacksResponse$;
6361
+ exports.DescribePendingAggregationRequests$ = DescribePendingAggregationRequests$;
2302
6362
  exports.DescribePendingAggregationRequestsCommand = DescribePendingAggregationRequestsCommand;
6363
+ exports.DescribePendingAggregationRequestsRequest$ = DescribePendingAggregationRequestsRequest$;
6364
+ exports.DescribePendingAggregationRequestsResponse$ = DescribePendingAggregationRequestsResponse$;
6365
+ exports.DescribeRemediationConfigurations$ = DescribeRemediationConfigurations$;
2303
6366
  exports.DescribeRemediationConfigurationsCommand = DescribeRemediationConfigurationsCommand;
6367
+ exports.DescribeRemediationConfigurationsRequest$ = DescribeRemediationConfigurationsRequest$;
6368
+ exports.DescribeRemediationConfigurationsResponse$ = DescribeRemediationConfigurationsResponse$;
6369
+ exports.DescribeRemediationExceptions$ = DescribeRemediationExceptions$;
2304
6370
  exports.DescribeRemediationExceptionsCommand = DescribeRemediationExceptionsCommand;
6371
+ exports.DescribeRemediationExceptionsRequest$ = DescribeRemediationExceptionsRequest$;
6372
+ exports.DescribeRemediationExceptionsResponse$ = DescribeRemediationExceptionsResponse$;
6373
+ exports.DescribeRemediationExecutionStatus$ = DescribeRemediationExecutionStatus$;
2305
6374
  exports.DescribeRemediationExecutionStatusCommand = DescribeRemediationExecutionStatusCommand;
6375
+ exports.DescribeRemediationExecutionStatusRequest$ = DescribeRemediationExecutionStatusRequest$;
6376
+ exports.DescribeRemediationExecutionStatusResponse$ = DescribeRemediationExecutionStatusResponse$;
6377
+ exports.DescribeRetentionConfigurations$ = DescribeRetentionConfigurations$;
2306
6378
  exports.DescribeRetentionConfigurationsCommand = DescribeRetentionConfigurationsCommand;
6379
+ exports.DescribeRetentionConfigurationsRequest$ = DescribeRetentionConfigurationsRequest$;
6380
+ exports.DescribeRetentionConfigurationsResponse$ = DescribeRetentionConfigurationsResponse$;
6381
+ exports.DisassociateResourceTypes$ = DisassociateResourceTypes$;
2307
6382
  exports.DisassociateResourceTypesCommand = DisassociateResourceTypesCommand;
6383
+ exports.DisassociateResourceTypesRequest$ = DisassociateResourceTypesRequest$;
6384
+ exports.DisassociateResourceTypesResponse$ = DisassociateResourceTypesResponse$;
6385
+ exports.Evaluation$ = Evaluation$;
6386
+ exports.EvaluationContext$ = EvaluationContext$;
2308
6387
  exports.EvaluationMode = EvaluationMode;
6388
+ exports.EvaluationModeConfiguration$ = EvaluationModeConfiguration$;
6389
+ exports.EvaluationResult$ = EvaluationResult$;
6390
+ exports.EvaluationResultIdentifier$ = EvaluationResultIdentifier$;
6391
+ exports.EvaluationResultQualifier$ = EvaluationResultQualifier$;
6392
+ exports.EvaluationStatus$ = EvaluationStatus$;
2309
6393
  exports.EventSource = EventSource;
6394
+ exports.ExclusionByResourceTypes$ = ExclusionByResourceTypes$;
6395
+ exports.ExecutionControls$ = ExecutionControls$;
6396
+ exports.ExternalEvaluation$ = ExternalEvaluation$;
6397
+ exports.FailedDeleteRemediationExceptionsBatch$ = FailedDeleteRemediationExceptionsBatch$;
6398
+ exports.FailedRemediationBatch$ = FailedRemediationBatch$;
6399
+ exports.FailedRemediationExceptionBatch$ = FailedRemediationExceptionBatch$;
6400
+ exports.FieldInfo$ = FieldInfo$;
6401
+ exports.GetAggregateComplianceDetailsByConfigRule$ = GetAggregateComplianceDetailsByConfigRule$;
2310
6402
  exports.GetAggregateComplianceDetailsByConfigRuleCommand = GetAggregateComplianceDetailsByConfigRuleCommand;
6403
+ exports.GetAggregateComplianceDetailsByConfigRuleRequest$ = GetAggregateComplianceDetailsByConfigRuleRequest$;
6404
+ exports.GetAggregateComplianceDetailsByConfigRuleResponse$ = GetAggregateComplianceDetailsByConfigRuleResponse$;
6405
+ exports.GetAggregateConfigRuleComplianceSummary$ = GetAggregateConfigRuleComplianceSummary$;
2311
6406
  exports.GetAggregateConfigRuleComplianceSummaryCommand = GetAggregateConfigRuleComplianceSummaryCommand;
6407
+ exports.GetAggregateConfigRuleComplianceSummaryRequest$ = GetAggregateConfigRuleComplianceSummaryRequest$;
6408
+ exports.GetAggregateConfigRuleComplianceSummaryResponse$ = GetAggregateConfigRuleComplianceSummaryResponse$;
6409
+ exports.GetAggregateConformancePackComplianceSummary$ = GetAggregateConformancePackComplianceSummary$;
2312
6410
  exports.GetAggregateConformancePackComplianceSummaryCommand = GetAggregateConformancePackComplianceSummaryCommand;
6411
+ exports.GetAggregateConformancePackComplianceSummaryRequest$ = GetAggregateConformancePackComplianceSummaryRequest$;
6412
+ exports.GetAggregateConformancePackComplianceSummaryResponse$ = GetAggregateConformancePackComplianceSummaryResponse$;
6413
+ exports.GetAggregateDiscoveredResourceCounts$ = GetAggregateDiscoveredResourceCounts$;
2313
6414
  exports.GetAggregateDiscoveredResourceCountsCommand = GetAggregateDiscoveredResourceCountsCommand;
6415
+ exports.GetAggregateDiscoveredResourceCountsRequest$ = GetAggregateDiscoveredResourceCountsRequest$;
6416
+ exports.GetAggregateDiscoveredResourceCountsResponse$ = GetAggregateDiscoveredResourceCountsResponse$;
6417
+ exports.GetAggregateResourceConfig$ = GetAggregateResourceConfig$;
2314
6418
  exports.GetAggregateResourceConfigCommand = GetAggregateResourceConfigCommand;
6419
+ exports.GetAggregateResourceConfigRequest$ = GetAggregateResourceConfigRequest$;
6420
+ exports.GetAggregateResourceConfigResponse$ = GetAggregateResourceConfigResponse$;
6421
+ exports.GetComplianceDetailsByConfigRule$ = GetComplianceDetailsByConfigRule$;
2315
6422
  exports.GetComplianceDetailsByConfigRuleCommand = GetComplianceDetailsByConfigRuleCommand;
6423
+ exports.GetComplianceDetailsByConfigRuleRequest$ = GetComplianceDetailsByConfigRuleRequest$;
6424
+ exports.GetComplianceDetailsByConfigRuleResponse$ = GetComplianceDetailsByConfigRuleResponse$;
6425
+ exports.GetComplianceDetailsByResource$ = GetComplianceDetailsByResource$;
2316
6426
  exports.GetComplianceDetailsByResourceCommand = GetComplianceDetailsByResourceCommand;
6427
+ exports.GetComplianceDetailsByResourceRequest$ = GetComplianceDetailsByResourceRequest$;
6428
+ exports.GetComplianceDetailsByResourceResponse$ = GetComplianceDetailsByResourceResponse$;
6429
+ exports.GetComplianceSummaryByConfigRule$ = GetComplianceSummaryByConfigRule$;
2317
6430
  exports.GetComplianceSummaryByConfigRuleCommand = GetComplianceSummaryByConfigRuleCommand;
6431
+ exports.GetComplianceSummaryByConfigRuleResponse$ = GetComplianceSummaryByConfigRuleResponse$;
6432
+ exports.GetComplianceSummaryByResourceType$ = GetComplianceSummaryByResourceType$;
2318
6433
  exports.GetComplianceSummaryByResourceTypeCommand = GetComplianceSummaryByResourceTypeCommand;
6434
+ exports.GetComplianceSummaryByResourceTypeRequest$ = GetComplianceSummaryByResourceTypeRequest$;
6435
+ exports.GetComplianceSummaryByResourceTypeResponse$ = GetComplianceSummaryByResourceTypeResponse$;
6436
+ exports.GetConformancePackComplianceDetails$ = GetConformancePackComplianceDetails$;
2319
6437
  exports.GetConformancePackComplianceDetailsCommand = GetConformancePackComplianceDetailsCommand;
6438
+ exports.GetConformancePackComplianceDetailsRequest$ = GetConformancePackComplianceDetailsRequest$;
6439
+ exports.GetConformancePackComplianceDetailsResponse$ = GetConformancePackComplianceDetailsResponse$;
6440
+ exports.GetConformancePackComplianceSummary$ = GetConformancePackComplianceSummary$;
2320
6441
  exports.GetConformancePackComplianceSummaryCommand = GetConformancePackComplianceSummaryCommand;
6442
+ exports.GetConformancePackComplianceSummaryRequest$ = GetConformancePackComplianceSummaryRequest$;
6443
+ exports.GetConformancePackComplianceSummaryResponse$ = GetConformancePackComplianceSummaryResponse$;
6444
+ exports.GetCustomRulePolicy$ = GetCustomRulePolicy$;
2321
6445
  exports.GetCustomRulePolicyCommand = GetCustomRulePolicyCommand;
6446
+ exports.GetCustomRulePolicyRequest$ = GetCustomRulePolicyRequest$;
6447
+ exports.GetCustomRulePolicyResponse$ = GetCustomRulePolicyResponse$;
6448
+ exports.GetDiscoveredResourceCounts$ = GetDiscoveredResourceCounts$;
2322
6449
  exports.GetDiscoveredResourceCountsCommand = GetDiscoveredResourceCountsCommand;
6450
+ exports.GetDiscoveredResourceCountsRequest$ = GetDiscoveredResourceCountsRequest$;
6451
+ exports.GetDiscoveredResourceCountsResponse$ = GetDiscoveredResourceCountsResponse$;
6452
+ exports.GetOrganizationConfigRuleDetailedStatus$ = GetOrganizationConfigRuleDetailedStatus$;
2323
6453
  exports.GetOrganizationConfigRuleDetailedStatusCommand = GetOrganizationConfigRuleDetailedStatusCommand;
6454
+ exports.GetOrganizationConfigRuleDetailedStatusRequest$ = GetOrganizationConfigRuleDetailedStatusRequest$;
6455
+ exports.GetOrganizationConfigRuleDetailedStatusResponse$ = GetOrganizationConfigRuleDetailedStatusResponse$;
6456
+ exports.GetOrganizationConformancePackDetailedStatus$ = GetOrganizationConformancePackDetailedStatus$;
2324
6457
  exports.GetOrganizationConformancePackDetailedStatusCommand = GetOrganizationConformancePackDetailedStatusCommand;
6458
+ exports.GetOrganizationConformancePackDetailedStatusRequest$ = GetOrganizationConformancePackDetailedStatusRequest$;
6459
+ exports.GetOrganizationConformancePackDetailedStatusResponse$ = GetOrganizationConformancePackDetailedStatusResponse$;
6460
+ exports.GetOrganizationCustomRulePolicy$ = GetOrganizationCustomRulePolicy$;
2325
6461
  exports.GetOrganizationCustomRulePolicyCommand = GetOrganizationCustomRulePolicyCommand;
6462
+ exports.GetOrganizationCustomRulePolicyRequest$ = GetOrganizationCustomRulePolicyRequest$;
6463
+ exports.GetOrganizationCustomRulePolicyResponse$ = GetOrganizationCustomRulePolicyResponse$;
6464
+ exports.GetResourceConfigHistory$ = GetResourceConfigHistory$;
2326
6465
  exports.GetResourceConfigHistoryCommand = GetResourceConfigHistoryCommand;
6466
+ exports.GetResourceConfigHistoryRequest$ = GetResourceConfigHistoryRequest$;
6467
+ exports.GetResourceConfigHistoryResponse$ = GetResourceConfigHistoryResponse$;
6468
+ exports.GetResourceEvaluationSummary$ = GetResourceEvaluationSummary$;
2327
6469
  exports.GetResourceEvaluationSummaryCommand = GetResourceEvaluationSummaryCommand;
6470
+ exports.GetResourceEvaluationSummaryRequest$ = GetResourceEvaluationSummaryRequest$;
6471
+ exports.GetResourceEvaluationSummaryResponse$ = GetResourceEvaluationSummaryResponse$;
6472
+ exports.GetStoredQuery$ = GetStoredQuery$;
2328
6473
  exports.GetStoredQueryCommand = GetStoredQueryCommand;
6474
+ exports.GetStoredQueryRequest$ = GetStoredQueryRequest$;
6475
+ exports.GetStoredQueryResponse$ = GetStoredQueryResponse$;
6476
+ exports.GroupedResourceCount$ = GroupedResourceCount$;
6477
+ exports.IdempotentParameterMismatch = IdempotentParameterMismatch;
6478
+ exports.IdempotentParameterMismatch$ = IdempotentParameterMismatch$;
6479
+ exports.InsufficientDeliveryPolicyException = InsufficientDeliveryPolicyException;
6480
+ exports.InsufficientDeliveryPolicyException$ = InsufficientDeliveryPolicyException$;
6481
+ exports.InsufficientPermissionsException = InsufficientPermissionsException;
6482
+ exports.InsufficientPermissionsException$ = InsufficientPermissionsException$;
6483
+ exports.InvalidConfigurationRecorderNameException = InvalidConfigurationRecorderNameException;
6484
+ exports.InvalidConfigurationRecorderNameException$ = InvalidConfigurationRecorderNameException$;
6485
+ exports.InvalidDeliveryChannelNameException = InvalidDeliveryChannelNameException;
6486
+ exports.InvalidDeliveryChannelNameException$ = InvalidDeliveryChannelNameException$;
6487
+ exports.InvalidExpressionException = InvalidExpressionException;
6488
+ exports.InvalidExpressionException$ = InvalidExpressionException$;
6489
+ exports.InvalidLimitException = InvalidLimitException;
6490
+ exports.InvalidLimitException$ = InvalidLimitException$;
6491
+ exports.InvalidNextTokenException = InvalidNextTokenException;
6492
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
6493
+ exports.InvalidParameterValueException = InvalidParameterValueException;
6494
+ exports.InvalidParameterValueException$ = InvalidParameterValueException$;
6495
+ exports.InvalidRecordingGroupException = InvalidRecordingGroupException;
6496
+ exports.InvalidRecordingGroupException$ = InvalidRecordingGroupException$;
6497
+ exports.InvalidResultTokenException = InvalidResultTokenException;
6498
+ exports.InvalidResultTokenException$ = InvalidResultTokenException$;
6499
+ exports.InvalidRoleException = InvalidRoleException;
6500
+ exports.InvalidRoleException$ = InvalidRoleException$;
6501
+ exports.InvalidS3KeyPrefixException = InvalidS3KeyPrefixException;
6502
+ exports.InvalidS3KeyPrefixException$ = InvalidS3KeyPrefixException$;
6503
+ exports.InvalidS3KmsKeyArnException = InvalidS3KmsKeyArnException;
6504
+ exports.InvalidS3KmsKeyArnException$ = InvalidS3KmsKeyArnException$;
6505
+ exports.InvalidSNSTopicARNException = InvalidSNSTopicARNException;
6506
+ exports.InvalidSNSTopicARNException$ = InvalidSNSTopicARNException$;
6507
+ exports.InvalidTimeRangeException = InvalidTimeRangeException;
6508
+ exports.InvalidTimeRangeException$ = InvalidTimeRangeException$;
6509
+ exports.LastDeliveryChannelDeleteFailedException = LastDeliveryChannelDeleteFailedException;
6510
+ exports.LastDeliveryChannelDeleteFailedException$ = LastDeliveryChannelDeleteFailedException$;
6511
+ exports.LimitExceededException = LimitExceededException;
6512
+ exports.LimitExceededException$ = LimitExceededException$;
6513
+ exports.ListAggregateDiscoveredResources$ = ListAggregateDiscoveredResources$;
2329
6514
  exports.ListAggregateDiscoveredResourcesCommand = ListAggregateDiscoveredResourcesCommand;
6515
+ exports.ListAggregateDiscoveredResourcesRequest$ = ListAggregateDiscoveredResourcesRequest$;
6516
+ exports.ListAggregateDiscoveredResourcesResponse$ = ListAggregateDiscoveredResourcesResponse$;
6517
+ exports.ListConfigurationRecorders$ = ListConfigurationRecorders$;
2330
6518
  exports.ListConfigurationRecordersCommand = ListConfigurationRecordersCommand;
6519
+ exports.ListConfigurationRecordersRequest$ = ListConfigurationRecordersRequest$;
6520
+ exports.ListConfigurationRecordersResponse$ = ListConfigurationRecordersResponse$;
6521
+ exports.ListConformancePackComplianceScores$ = ListConformancePackComplianceScores$;
2331
6522
  exports.ListConformancePackComplianceScoresCommand = ListConformancePackComplianceScoresCommand;
6523
+ exports.ListConformancePackComplianceScoresRequest$ = ListConformancePackComplianceScoresRequest$;
6524
+ exports.ListConformancePackComplianceScoresResponse$ = ListConformancePackComplianceScoresResponse$;
6525
+ exports.ListDiscoveredResources$ = ListDiscoveredResources$;
2332
6526
  exports.ListDiscoveredResourcesCommand = ListDiscoveredResourcesCommand;
6527
+ exports.ListDiscoveredResourcesRequest$ = ListDiscoveredResourcesRequest$;
6528
+ exports.ListDiscoveredResourcesResponse$ = ListDiscoveredResourcesResponse$;
6529
+ exports.ListResourceEvaluations$ = ListResourceEvaluations$;
2333
6530
  exports.ListResourceEvaluationsCommand = ListResourceEvaluationsCommand;
6531
+ exports.ListResourceEvaluationsRequest$ = ListResourceEvaluationsRequest$;
6532
+ exports.ListResourceEvaluationsResponse$ = ListResourceEvaluationsResponse$;
6533
+ exports.ListStoredQueries$ = ListStoredQueries$;
2334
6534
  exports.ListStoredQueriesCommand = ListStoredQueriesCommand;
6535
+ exports.ListStoredQueriesRequest$ = ListStoredQueriesRequest$;
6536
+ exports.ListStoredQueriesResponse$ = ListStoredQueriesResponse$;
6537
+ exports.ListTagsForResource$ = ListTagsForResource$;
2335
6538
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
6539
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
6540
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
6541
+ exports.MaxActiveResourcesExceededException = MaxActiveResourcesExceededException;
6542
+ exports.MaxActiveResourcesExceededException$ = MaxActiveResourcesExceededException$;
6543
+ exports.MaxNumberOfConfigRulesExceededException = MaxNumberOfConfigRulesExceededException;
6544
+ exports.MaxNumberOfConfigRulesExceededException$ = MaxNumberOfConfigRulesExceededException$;
6545
+ exports.MaxNumberOfConfigurationRecordersExceededException = MaxNumberOfConfigurationRecordersExceededException;
6546
+ exports.MaxNumberOfConfigurationRecordersExceededException$ = MaxNumberOfConfigurationRecordersExceededException$;
6547
+ exports.MaxNumberOfConformancePacksExceededException = MaxNumberOfConformancePacksExceededException;
6548
+ exports.MaxNumberOfConformancePacksExceededException$ = MaxNumberOfConformancePacksExceededException$;
6549
+ exports.MaxNumberOfDeliveryChannelsExceededException = MaxNumberOfDeliveryChannelsExceededException;
6550
+ exports.MaxNumberOfDeliveryChannelsExceededException$ = MaxNumberOfDeliveryChannelsExceededException$;
6551
+ exports.MaxNumberOfOrganizationConfigRulesExceededException = MaxNumberOfOrganizationConfigRulesExceededException;
6552
+ exports.MaxNumberOfOrganizationConfigRulesExceededException$ = MaxNumberOfOrganizationConfigRulesExceededException$;
6553
+ exports.MaxNumberOfOrganizationConformancePacksExceededException = MaxNumberOfOrganizationConformancePacksExceededException;
6554
+ exports.MaxNumberOfOrganizationConformancePacksExceededException$ = MaxNumberOfOrganizationConformancePacksExceededException$;
6555
+ exports.MaxNumberOfRetentionConfigurationsExceededException = MaxNumberOfRetentionConfigurationsExceededException;
6556
+ exports.MaxNumberOfRetentionConfigurationsExceededException$ = MaxNumberOfRetentionConfigurationsExceededException$;
2336
6557
  exports.MaximumExecutionFrequency = MaximumExecutionFrequency;
2337
6558
  exports.MemberAccountRuleStatus = MemberAccountRuleStatus;
6559
+ exports.MemberAccountStatus$ = MemberAccountStatus$;
2338
6560
  exports.MessageType = MessageType;
6561
+ exports.NoAvailableConfigurationRecorderException = NoAvailableConfigurationRecorderException;
6562
+ exports.NoAvailableConfigurationRecorderException$ = NoAvailableConfigurationRecorderException$;
6563
+ exports.NoAvailableDeliveryChannelException = NoAvailableDeliveryChannelException;
6564
+ exports.NoAvailableDeliveryChannelException$ = NoAvailableDeliveryChannelException$;
6565
+ exports.NoAvailableOrganizationException = NoAvailableOrganizationException;
6566
+ exports.NoAvailableOrganizationException$ = NoAvailableOrganizationException$;
6567
+ exports.NoRunningConfigurationRecorderException = NoRunningConfigurationRecorderException;
6568
+ exports.NoRunningConfigurationRecorderException$ = NoRunningConfigurationRecorderException$;
6569
+ exports.NoSuchBucketException = NoSuchBucketException;
6570
+ exports.NoSuchBucketException$ = NoSuchBucketException$;
6571
+ exports.NoSuchConfigRuleException = NoSuchConfigRuleException;
6572
+ exports.NoSuchConfigRuleException$ = NoSuchConfigRuleException$;
6573
+ exports.NoSuchConfigRuleInConformancePackException = NoSuchConfigRuleInConformancePackException;
6574
+ exports.NoSuchConfigRuleInConformancePackException$ = NoSuchConfigRuleInConformancePackException$;
6575
+ exports.NoSuchConfigurationAggregatorException = NoSuchConfigurationAggregatorException;
6576
+ exports.NoSuchConfigurationAggregatorException$ = NoSuchConfigurationAggregatorException$;
6577
+ exports.NoSuchConfigurationRecorderException = NoSuchConfigurationRecorderException;
6578
+ exports.NoSuchConfigurationRecorderException$ = NoSuchConfigurationRecorderException$;
6579
+ exports.NoSuchConformancePackException = NoSuchConformancePackException;
6580
+ exports.NoSuchConformancePackException$ = NoSuchConformancePackException$;
6581
+ exports.NoSuchDeliveryChannelException = NoSuchDeliveryChannelException;
6582
+ exports.NoSuchDeliveryChannelException$ = NoSuchDeliveryChannelException$;
6583
+ exports.NoSuchOrganizationConfigRuleException = NoSuchOrganizationConfigRuleException;
6584
+ exports.NoSuchOrganizationConfigRuleException$ = NoSuchOrganizationConfigRuleException$;
6585
+ exports.NoSuchOrganizationConformancePackException = NoSuchOrganizationConformancePackException;
6586
+ exports.NoSuchOrganizationConformancePackException$ = NoSuchOrganizationConformancePackException$;
6587
+ exports.NoSuchRemediationConfigurationException = NoSuchRemediationConfigurationException;
6588
+ exports.NoSuchRemediationConfigurationException$ = NoSuchRemediationConfigurationException$;
6589
+ exports.NoSuchRemediationExceptionException = NoSuchRemediationExceptionException;
6590
+ exports.NoSuchRemediationExceptionException$ = NoSuchRemediationExceptionException$;
6591
+ exports.NoSuchRetentionConfigurationException = NoSuchRetentionConfigurationException;
6592
+ exports.NoSuchRetentionConfigurationException$ = NoSuchRetentionConfigurationException$;
6593
+ exports.OrganizationAccessDeniedException = OrganizationAccessDeniedException;
6594
+ exports.OrganizationAccessDeniedException$ = OrganizationAccessDeniedException$;
6595
+ exports.OrganizationAggregationSource$ = OrganizationAggregationSource$;
6596
+ exports.OrganizationAllFeaturesNotEnabledException = OrganizationAllFeaturesNotEnabledException;
6597
+ exports.OrganizationAllFeaturesNotEnabledException$ = OrganizationAllFeaturesNotEnabledException$;
6598
+ exports.OrganizationConfigRule$ = OrganizationConfigRule$;
6599
+ exports.OrganizationConfigRuleStatus$ = OrganizationConfigRuleStatus$;
2339
6600
  exports.OrganizationConfigRuleTriggerType = OrganizationConfigRuleTriggerType;
2340
6601
  exports.OrganizationConfigRuleTriggerTypeNoSN = OrganizationConfigRuleTriggerTypeNoSN;
6602
+ exports.OrganizationConformancePack$ = OrganizationConformancePack$;
6603
+ exports.OrganizationConformancePackDetailedStatus$ = OrganizationConformancePackDetailedStatus$;
6604
+ exports.OrganizationConformancePackStatus$ = OrganizationConformancePackStatus$;
6605
+ exports.OrganizationConformancePackTemplateValidationException = OrganizationConformancePackTemplateValidationException;
6606
+ exports.OrganizationConformancePackTemplateValidationException$ = OrganizationConformancePackTemplateValidationException$;
6607
+ exports.OrganizationCustomPolicyRuleMetadata$ = OrganizationCustomPolicyRuleMetadata$;
6608
+ exports.OrganizationCustomPolicyRuleMetadataNoPolicy$ = OrganizationCustomPolicyRuleMetadataNoPolicy$;
6609
+ exports.OrganizationCustomRuleMetadata$ = OrganizationCustomRuleMetadata$;
6610
+ exports.OrganizationManagedRuleMetadata$ = OrganizationManagedRuleMetadata$;
2341
6611
  exports.OrganizationResourceDetailedStatus = OrganizationResourceDetailedStatus;
6612
+ exports.OrganizationResourceDetailedStatusFilters$ = OrganizationResourceDetailedStatusFilters$;
2342
6613
  exports.OrganizationResourceStatus = OrganizationResourceStatus;
2343
6614
  exports.OrganizationRuleStatus = OrganizationRuleStatus;
6615
+ exports.OversizedConfigurationItemException = OversizedConfigurationItemException;
6616
+ exports.OversizedConfigurationItemException$ = OversizedConfigurationItemException$;
2344
6617
  exports.Owner = Owner;
6618
+ exports.PendingAggregationRequest$ = PendingAggregationRequest$;
6619
+ exports.PutAggregationAuthorization$ = PutAggregationAuthorization$;
2345
6620
  exports.PutAggregationAuthorizationCommand = PutAggregationAuthorizationCommand;
6621
+ exports.PutAggregationAuthorizationRequest$ = PutAggregationAuthorizationRequest$;
6622
+ exports.PutAggregationAuthorizationResponse$ = PutAggregationAuthorizationResponse$;
6623
+ exports.PutConfigRule$ = PutConfigRule$;
2346
6624
  exports.PutConfigRuleCommand = PutConfigRuleCommand;
6625
+ exports.PutConfigRuleRequest$ = PutConfigRuleRequest$;
6626
+ exports.PutConfigurationAggregator$ = PutConfigurationAggregator$;
2347
6627
  exports.PutConfigurationAggregatorCommand = PutConfigurationAggregatorCommand;
6628
+ exports.PutConfigurationAggregatorRequest$ = PutConfigurationAggregatorRequest$;
6629
+ exports.PutConfigurationAggregatorResponse$ = PutConfigurationAggregatorResponse$;
6630
+ exports.PutConfigurationRecorder$ = PutConfigurationRecorder$;
2348
6631
  exports.PutConfigurationRecorderCommand = PutConfigurationRecorderCommand;
6632
+ exports.PutConfigurationRecorderRequest$ = PutConfigurationRecorderRequest$;
6633
+ exports.PutConformancePack$ = PutConformancePack$;
2349
6634
  exports.PutConformancePackCommand = PutConformancePackCommand;
6635
+ exports.PutConformancePackRequest$ = PutConformancePackRequest$;
6636
+ exports.PutConformancePackResponse$ = PutConformancePackResponse$;
6637
+ exports.PutDeliveryChannel$ = PutDeliveryChannel$;
2350
6638
  exports.PutDeliveryChannelCommand = PutDeliveryChannelCommand;
6639
+ exports.PutDeliveryChannelRequest$ = PutDeliveryChannelRequest$;
6640
+ exports.PutEvaluations$ = PutEvaluations$;
2351
6641
  exports.PutEvaluationsCommand = PutEvaluationsCommand;
6642
+ exports.PutEvaluationsRequest$ = PutEvaluationsRequest$;
6643
+ exports.PutEvaluationsResponse$ = PutEvaluationsResponse$;
6644
+ exports.PutExternalEvaluation$ = PutExternalEvaluation$;
2352
6645
  exports.PutExternalEvaluationCommand = PutExternalEvaluationCommand;
6646
+ exports.PutExternalEvaluationRequest$ = PutExternalEvaluationRequest$;
6647
+ exports.PutExternalEvaluationResponse$ = PutExternalEvaluationResponse$;
6648
+ exports.PutOrganizationConfigRule$ = PutOrganizationConfigRule$;
2353
6649
  exports.PutOrganizationConfigRuleCommand = PutOrganizationConfigRuleCommand;
6650
+ exports.PutOrganizationConfigRuleRequest$ = PutOrganizationConfigRuleRequest$;
6651
+ exports.PutOrganizationConfigRuleResponse$ = PutOrganizationConfigRuleResponse$;
6652
+ exports.PutOrganizationConformancePack$ = PutOrganizationConformancePack$;
2354
6653
  exports.PutOrganizationConformancePackCommand = PutOrganizationConformancePackCommand;
6654
+ exports.PutOrganizationConformancePackRequest$ = PutOrganizationConformancePackRequest$;
6655
+ exports.PutOrganizationConformancePackResponse$ = PutOrganizationConformancePackResponse$;
6656
+ exports.PutRemediationConfigurations$ = PutRemediationConfigurations$;
2355
6657
  exports.PutRemediationConfigurationsCommand = PutRemediationConfigurationsCommand;
6658
+ exports.PutRemediationConfigurationsRequest$ = PutRemediationConfigurationsRequest$;
6659
+ exports.PutRemediationConfigurationsResponse$ = PutRemediationConfigurationsResponse$;
6660
+ exports.PutRemediationExceptions$ = PutRemediationExceptions$;
2356
6661
  exports.PutRemediationExceptionsCommand = PutRemediationExceptionsCommand;
6662
+ exports.PutRemediationExceptionsRequest$ = PutRemediationExceptionsRequest$;
6663
+ exports.PutRemediationExceptionsResponse$ = PutRemediationExceptionsResponse$;
6664
+ exports.PutResourceConfig$ = PutResourceConfig$;
2357
6665
  exports.PutResourceConfigCommand = PutResourceConfigCommand;
6666
+ exports.PutResourceConfigRequest$ = PutResourceConfigRequest$;
6667
+ exports.PutRetentionConfiguration$ = PutRetentionConfiguration$;
2358
6668
  exports.PutRetentionConfigurationCommand = PutRetentionConfigurationCommand;
6669
+ exports.PutRetentionConfigurationRequest$ = PutRetentionConfigurationRequest$;
6670
+ exports.PutRetentionConfigurationResponse$ = PutRetentionConfigurationResponse$;
6671
+ exports.PutServiceLinkedConfigurationRecorder$ = PutServiceLinkedConfigurationRecorder$;
2359
6672
  exports.PutServiceLinkedConfigurationRecorderCommand = PutServiceLinkedConfigurationRecorderCommand;
6673
+ exports.PutServiceLinkedConfigurationRecorderRequest$ = PutServiceLinkedConfigurationRecorderRequest$;
6674
+ exports.PutServiceLinkedConfigurationRecorderResponse$ = PutServiceLinkedConfigurationRecorderResponse$;
6675
+ exports.PutStoredQuery$ = PutStoredQuery$;
2360
6676
  exports.PutStoredQueryCommand = PutStoredQueryCommand;
6677
+ exports.PutStoredQueryRequest$ = PutStoredQueryRequest$;
6678
+ exports.PutStoredQueryResponse$ = PutStoredQueryResponse$;
6679
+ exports.QueryInfo$ = QueryInfo$;
2361
6680
  exports.RecorderStatus = RecorderStatus;
2362
6681
  exports.RecordingFrequency = RecordingFrequency;
6682
+ exports.RecordingGroup$ = RecordingGroup$;
6683
+ exports.RecordingMode$ = RecordingMode$;
6684
+ exports.RecordingModeOverride$ = RecordingModeOverride$;
2363
6685
  exports.RecordingScope = RecordingScope;
6686
+ exports.RecordingStrategy$ = RecordingStrategy$;
2364
6687
  exports.RecordingStrategyType = RecordingStrategyType;
6688
+ exports.Relationship$ = Relationship$;
6689
+ exports.RemediationConfiguration$ = RemediationConfiguration$;
6690
+ exports.RemediationException$ = RemediationException$;
6691
+ exports.RemediationExceptionResourceKey$ = RemediationExceptionResourceKey$;
2365
6692
  exports.RemediationExecutionState = RemediationExecutionState;
6693
+ exports.RemediationExecutionStatus$ = RemediationExecutionStatus$;
6694
+ exports.RemediationExecutionStep$ = RemediationExecutionStep$;
2366
6695
  exports.RemediationExecutionStepState = RemediationExecutionStepState;
6696
+ exports.RemediationInProgressException = RemediationInProgressException;
6697
+ exports.RemediationInProgressException$ = RemediationInProgressException$;
6698
+ exports.RemediationParameterValue$ = RemediationParameterValue$;
2367
6699
  exports.RemediationTargetType = RemediationTargetType;
6700
+ exports.ResourceConcurrentModificationException = ResourceConcurrentModificationException;
6701
+ exports.ResourceConcurrentModificationException$ = ResourceConcurrentModificationException$;
2368
6702
  exports.ResourceConfigurationSchemaType = ResourceConfigurationSchemaType;
6703
+ exports.ResourceCount$ = ResourceCount$;
6704
+ exports.ResourceCountFilters$ = ResourceCountFilters$;
2369
6705
  exports.ResourceCountGroupKey = ResourceCountGroupKey;
6706
+ exports.ResourceDetails$ = ResourceDetails$;
6707
+ exports.ResourceEvaluation$ = ResourceEvaluation$;
6708
+ exports.ResourceEvaluationFilters$ = ResourceEvaluationFilters$;
2370
6709
  exports.ResourceEvaluationStatus = ResourceEvaluationStatus;
6710
+ exports.ResourceFilters$ = ResourceFilters$;
6711
+ exports.ResourceIdentifier$ = ResourceIdentifier$;
6712
+ exports.ResourceInUseException = ResourceInUseException;
6713
+ exports.ResourceInUseException$ = ResourceInUseException$;
6714
+ exports.ResourceKey$ = ResourceKey$;
6715
+ exports.ResourceNotDiscoveredException = ResourceNotDiscoveredException;
6716
+ exports.ResourceNotDiscoveredException$ = ResourceNotDiscoveredException$;
6717
+ exports.ResourceNotFoundException = ResourceNotFoundException;
6718
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2371
6719
  exports.ResourceType = ResourceType;
6720
+ exports.ResourceValue$ = ResourceValue$;
2372
6721
  exports.ResourceValueType = ResourceValueType;
6722
+ exports.RetentionConfiguration$ = RetentionConfiguration$;
2373
6723
  exports.RuleEvaluationVisibility = RuleEvaluationVisibility;
6724
+ exports.Scope$ = Scope$;
6725
+ exports.SelectAggregateResourceConfig$ = SelectAggregateResourceConfig$;
2374
6726
  exports.SelectAggregateResourceConfigCommand = SelectAggregateResourceConfigCommand;
6727
+ exports.SelectAggregateResourceConfigRequest$ = SelectAggregateResourceConfigRequest$;
6728
+ exports.SelectAggregateResourceConfigResponse$ = SelectAggregateResourceConfigResponse$;
6729
+ exports.SelectResourceConfig$ = SelectResourceConfig$;
2375
6730
  exports.SelectResourceConfigCommand = SelectResourceConfigCommand;
6731
+ exports.SelectResourceConfigRequest$ = SelectResourceConfigRequest$;
6732
+ exports.SelectResourceConfigResponse$ = SelectResourceConfigResponse$;
2376
6733
  exports.SortBy = SortBy;
2377
6734
  exports.SortOrder = SortOrder;
6735
+ exports.Source$ = Source$;
6736
+ exports.SourceDetail$ = SourceDetail$;
6737
+ exports.SsmControls$ = SsmControls$;
6738
+ exports.StartConfigRulesEvaluation$ = StartConfigRulesEvaluation$;
2378
6739
  exports.StartConfigRulesEvaluationCommand = StartConfigRulesEvaluationCommand;
6740
+ exports.StartConfigRulesEvaluationRequest$ = StartConfigRulesEvaluationRequest$;
6741
+ exports.StartConfigRulesEvaluationResponse$ = StartConfigRulesEvaluationResponse$;
6742
+ exports.StartConfigurationRecorder$ = StartConfigurationRecorder$;
2379
6743
  exports.StartConfigurationRecorderCommand = StartConfigurationRecorderCommand;
6744
+ exports.StartConfigurationRecorderRequest$ = StartConfigurationRecorderRequest$;
6745
+ exports.StartRemediationExecution$ = StartRemediationExecution$;
2380
6746
  exports.StartRemediationExecutionCommand = StartRemediationExecutionCommand;
6747
+ exports.StartRemediationExecutionRequest$ = StartRemediationExecutionRequest$;
6748
+ exports.StartRemediationExecutionResponse$ = StartRemediationExecutionResponse$;
6749
+ exports.StartResourceEvaluation$ = StartResourceEvaluation$;
2381
6750
  exports.StartResourceEvaluationCommand = StartResourceEvaluationCommand;
6751
+ exports.StartResourceEvaluationRequest$ = StartResourceEvaluationRequest$;
6752
+ exports.StartResourceEvaluationResponse$ = StartResourceEvaluationResponse$;
6753
+ exports.StaticValue$ = StaticValue$;
6754
+ exports.StatusDetailFilters$ = StatusDetailFilters$;
6755
+ exports.StopConfigurationRecorder$ = StopConfigurationRecorder$;
2382
6756
  exports.StopConfigurationRecorderCommand = StopConfigurationRecorderCommand;
6757
+ exports.StopConfigurationRecorderRequest$ = StopConfigurationRecorderRequest$;
6758
+ exports.StoredQuery$ = StoredQuery$;
6759
+ exports.StoredQueryMetadata$ = StoredQueryMetadata$;
6760
+ exports.Tag$ = Tag$;
6761
+ exports.TagResource$ = TagResource$;
2383
6762
  exports.TagResourceCommand = TagResourceCommand;
6763
+ exports.TagResourceRequest$ = TagResourceRequest$;
6764
+ exports.TemplateSSMDocumentDetails$ = TemplateSSMDocumentDetails$;
6765
+ exports.TimeWindow$ = TimeWindow$;
6766
+ exports.TooManyTagsException = TooManyTagsException;
6767
+ exports.TooManyTagsException$ = TooManyTagsException$;
6768
+ exports.UnmodifiableEntityException = UnmodifiableEntityException;
6769
+ exports.UnmodifiableEntityException$ = UnmodifiableEntityException$;
6770
+ exports.UntagResource$ = UntagResource$;
2384
6771
  exports.UntagResourceCommand = UntagResourceCommand;
6772
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
6773
+ exports.ValidationException = ValidationException;
6774
+ exports.ValidationException$ = ValidationException$;
6775
+ exports.errorTypeRegistries = errorTypeRegistries;
2385
6776
  exports.paginateDescribeAggregateComplianceByConfigRules = paginateDescribeAggregateComplianceByConfigRules;
2386
6777
  exports.paginateDescribeAggregateComplianceByConformancePacks = paginateDescribeAggregateComplianceByConformancePacks;
2387
6778
  exports.paginateDescribeAggregationAuthorizations = paginateDescribeAggregationAuthorizations;