@aws-sdk/client-cloudformation 3.1075.0 → 3.1077.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist-cjs/index.js +3725 -15
  2. package/dist-es/models/enums.js +4 -0
  3. package/dist-es/runtimeConfig.browser.js +0 -2
  4. package/dist-es/runtimeConfig.js +1 -2
  5. package/dist-es/runtimeConfig.native.js +0 -2
  6. package/dist-es/runtimeConfig.shared.js +2 -0
  7. package/dist-es/schemas/schemas_0.js +25 -17
  8. package/dist-types/commands/CreateChangeSetCommand.d.ts +5 -0
  9. package/dist-types/commands/CreateStackCommand.d.ts +5 -0
  10. package/dist-types/commands/DeleteStackCommand.d.ts +4 -0
  11. package/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -0
  12. package/dist-types/commands/DescribeStacksCommand.d.ts +4 -0
  13. package/dist-types/commands/RollbackStackCommand.d.ts +4 -0
  14. package/dist-types/commands/UpdateStackCommand.d.ts +5 -0
  15. package/dist-types/models/enums.d.ts +12 -0
  16. package/dist-types/models/models_0.d.ts +107 -2
  17. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  18. package/dist-types/runtimeConfig.d.ts +2 -2
  19. package/dist-types/runtimeConfig.native.d.ts +2 -2
  20. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  21. package/dist-types/schemas/schemas_0.d.ts +1 -0
  22. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  23. package/dist-types/ts3.4/models/models_0.d.ts +15 -0
  24. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  25. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  26. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  27. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  28. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  29. package/package.json +8 -10
  30. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  31. package/dist-cjs/endpoint/bdd.js +0 -49
  32. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  33. package/dist-cjs/models/CloudFormationServiceException.js +0 -8
  34. package/dist-cjs/models/errors.js +0 -407
  35. package/dist-cjs/runtimeConfig.browser.js +0 -32
  36. package/dist-cjs/runtimeConfig.js +0 -45
  37. package/dist-cjs/runtimeConfig.native.js +0 -12
  38. package/dist-cjs/runtimeConfig.shared.js +0 -39
  39. package/dist-cjs/schemas/schemas_0.js +0 -3022
package/dist-cjs/index.js CHANGED
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, 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, defaultCloudFormationHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { ActivateOrganizationsAccess$, ActivateType$, BatchDescribeTypeConfigurations$, CancelUpdateStack$, ContinueUpdateRollback$, CreateChangeSet$, CreateGeneratedTemplate$, CreateStack$, CreateStackInstances$, CreateStackRefactor$, CreateStackSet$, DeactivateOrganizationsAccess$, DeactivateType$, DeleteChangeSet$, DeleteGeneratedTemplate$, DeleteStack$, DeleteStackInstances$, DeleteStackSet$, DeregisterType$, DescribeAccountLimits$, DescribeChangeSet$, DescribeChangeSetHooks$, DescribeEvents$, DescribeGeneratedTemplate$, DescribeOrganizationsAccess$, DescribePublisher$, DescribeResourceScan$, DescribeStackDriftDetectionStatus$, DescribeStackEvents$, DescribeStackInstance$, DescribeStackRefactor$, DescribeStackResource$, DescribeStackResourceDrifts$, DescribeStackResources$, DescribeStacks$, DescribeStackSet$, DescribeStackSetOperation$, DescribeType$, DescribeTypeRegistration$, DetectStackDrift$, DetectStackResourceDrift$, DetectStackSetDrift$, EstimateTemplateCost$, ExecuteChangeSet$, ExecuteStackRefactor$, GetGeneratedTemplate$, GetHookResult$, GetStackPolicy$, GetTemplate$, GetTemplateSummary$, ImportStacksToStackSet$, ListChangeSets$, ListExports$, ListGeneratedTemplates$, ListHookResults$, ListImports$, ListResourceScanRelatedResources$, ListResourceScanResources$, ListResourceScans$, ListStackInstanceResourceDrifts$, ListStackInstances$, ListStackRefactorActions$, ListStackRefactors$, ListStackResources$, ListStacks$, ListStackSetAutoDeploymentTargets$, ListStackSetOperationResults$, ListStackSetOperations$, ListStackSets$, ListTypeRegistrations$, ListTypes$, ListTypeVersions$, PublishType$, RecordHandlerProgress$, RegisterPublisher$, RegisterType$, RollbackStack$, SetStackPolicy$, SetTypeConfiguration$, SetTypeDefaultVersion$, SignalResource$, StartResourceScan$, StopStackSetOperation$, TestType$, UpdateGeneratedTemplate$, UpdateStack$, UpdateStackInstances$, UpdateStackSet$, UpdateTerminationProtection$, ValidateTemplate$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { CloudFormationServiceException } = require("./models/CloudFormationServiceException");
18
- exports.CloudFormationServiceException = CloudFormationServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultCloudFormationHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "cloudformation",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultCloudFormationHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -31,6 +68,3261 @@ const commonParams = {
31
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
69
  };
33
70
 
71
+ var version = "3.1076.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const k = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [g]],
80
+ [c, j],
81
+ ["aws.partition", j, d],
82
+ [e, [{ [k]: "UseFIPS" }, b]],
83
+ [e, [{ [k]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
86
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
87
+ ],
88
+ results: [
89
+ [a],
90
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
91
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
92
+ [g, i],
93
+ ["https://cloudformation-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
94
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
95
+ ["https://cloudformation.{Region}.amazonaws.com", i],
96
+ ["https://cloudformation-fips.{Region}.{PartitionResult#dnsSuffix}", i],
97
+ [a, "FIPS is enabled but this partition does not support FIPS"],
98
+ ["https://cloudformation.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
99
+ [a, "DualStack is enabled but this partition does not support DualStack"],
100
+ ["https://cloudformation.{Region}.{PartitionResult#dnsSuffix}", i],
101
+ [a, "Invalid Configuration: Missing Region"]
102
+ ]
103
+ };
104
+ const root = 2;
105
+ const r = 100_000_000;
106
+ const nodes = new Int32Array([
107
+ -1, 1, -1,
108
+ 0, 13, 3,
109
+ 1, 4, r + 12,
110
+ 2, 5, r + 12,
111
+ 3, 8, 6,
112
+ 4, 7, r + 11,
113
+ 5, r + 9, r + 10,
114
+ 4, 11, 9,
115
+ 6, 10, r + 8,
116
+ 7, r + 6, r + 7,
117
+ 5, 12, r + 5,
118
+ 6, r + 4, r + 5,
119
+ 3, r + 1, 14,
120
+ 4, r + 2, r + 3,
121
+ ]);
122
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
123
+
124
+ const cache = new EndpointCache({
125
+ size: 50,
126
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
127
+ });
128
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
129
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
130
+ endpointParams: endpointParams,
131
+ logger: context.logger,
132
+ }));
133
+ };
134
+ customEndpointFunctions.aws = awsEndpointFunctions;
135
+
136
+ class CloudFormationServiceException extends ServiceException {
137
+ constructor(options) {
138
+ super(options);
139
+ Object.setPrototypeOf(this, CloudFormationServiceException.prototype);
140
+ }
141
+ }
142
+
143
+ class InvalidOperationException extends CloudFormationServiceException {
144
+ name = "InvalidOperationException";
145
+ $fault = "client";
146
+ Message;
147
+ constructor(opts) {
148
+ super({
149
+ name: "InvalidOperationException",
150
+ $fault: "client",
151
+ ...opts,
152
+ });
153
+ Object.setPrototypeOf(this, InvalidOperationException.prototype);
154
+ this.Message = opts.Message;
155
+ }
156
+ }
157
+ class OperationNotFoundException extends CloudFormationServiceException {
158
+ name = "OperationNotFoundException";
159
+ $fault = "client";
160
+ Message;
161
+ constructor(opts) {
162
+ super({
163
+ name: "OperationNotFoundException",
164
+ $fault: "client",
165
+ ...opts,
166
+ });
167
+ Object.setPrototypeOf(this, OperationNotFoundException.prototype);
168
+ this.Message = opts.Message;
169
+ }
170
+ }
171
+ class CFNRegistryException extends CloudFormationServiceException {
172
+ name = "CFNRegistryException";
173
+ $fault = "client";
174
+ Message;
175
+ constructor(opts) {
176
+ super({
177
+ name: "CFNRegistryException",
178
+ $fault: "client",
179
+ ...opts,
180
+ });
181
+ Object.setPrototypeOf(this, CFNRegistryException.prototype);
182
+ this.Message = opts.Message;
183
+ }
184
+ }
185
+ class TypeNotFoundException extends CloudFormationServiceException {
186
+ name = "TypeNotFoundException";
187
+ $fault = "client";
188
+ Message;
189
+ constructor(opts) {
190
+ super({
191
+ name: "TypeNotFoundException",
192
+ $fault: "client",
193
+ ...opts,
194
+ });
195
+ Object.setPrototypeOf(this, TypeNotFoundException.prototype);
196
+ this.Message = opts.Message;
197
+ }
198
+ }
199
+ class AlreadyExistsException extends CloudFormationServiceException {
200
+ name = "AlreadyExistsException";
201
+ $fault = "client";
202
+ Message;
203
+ constructor(opts) {
204
+ super({
205
+ name: "AlreadyExistsException",
206
+ $fault: "client",
207
+ ...opts,
208
+ });
209
+ Object.setPrototypeOf(this, AlreadyExistsException.prototype);
210
+ this.Message = opts.Message;
211
+ }
212
+ }
213
+ class TypeConfigurationNotFoundException extends CloudFormationServiceException {
214
+ name = "TypeConfigurationNotFoundException";
215
+ $fault = "client";
216
+ Message;
217
+ constructor(opts) {
218
+ super({
219
+ name: "TypeConfigurationNotFoundException",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, TypeConfigurationNotFoundException.prototype);
224
+ this.Message = opts.Message;
225
+ }
226
+ }
227
+ class TokenAlreadyExistsException extends CloudFormationServiceException {
228
+ name = "TokenAlreadyExistsException";
229
+ $fault = "client";
230
+ Message;
231
+ constructor(opts) {
232
+ super({
233
+ name: "TokenAlreadyExistsException",
234
+ $fault: "client",
235
+ ...opts,
236
+ });
237
+ Object.setPrototypeOf(this, TokenAlreadyExistsException.prototype);
238
+ this.Message = opts.Message;
239
+ }
240
+ }
241
+ class ChangeSetNotFoundException extends CloudFormationServiceException {
242
+ name = "ChangeSetNotFoundException";
243
+ $fault = "client";
244
+ Message;
245
+ constructor(opts) {
246
+ super({
247
+ name: "ChangeSetNotFoundException",
248
+ $fault: "client",
249
+ ...opts,
250
+ });
251
+ Object.setPrototypeOf(this, ChangeSetNotFoundException.prototype);
252
+ this.Message = opts.Message;
253
+ }
254
+ }
255
+ class InsufficientCapabilitiesException extends CloudFormationServiceException {
256
+ name = "InsufficientCapabilitiesException";
257
+ $fault = "client";
258
+ Message;
259
+ constructor(opts) {
260
+ super({
261
+ name: "InsufficientCapabilitiesException",
262
+ $fault: "client",
263
+ ...opts,
264
+ });
265
+ Object.setPrototypeOf(this, InsufficientCapabilitiesException.prototype);
266
+ this.Message = opts.Message;
267
+ }
268
+ }
269
+ class LimitExceededException extends CloudFormationServiceException {
270
+ name = "LimitExceededException";
271
+ $fault = "client";
272
+ Message;
273
+ constructor(opts) {
274
+ super({
275
+ name: "LimitExceededException",
276
+ $fault: "client",
277
+ ...opts,
278
+ });
279
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
280
+ this.Message = opts.Message;
281
+ }
282
+ }
283
+ class ConcurrentResourcesLimitExceededException extends CloudFormationServiceException {
284
+ name = "ConcurrentResourcesLimitExceededException";
285
+ $fault = "client";
286
+ Message;
287
+ constructor(opts) {
288
+ super({
289
+ name: "ConcurrentResourcesLimitExceededException",
290
+ $fault: "client",
291
+ ...opts,
292
+ });
293
+ Object.setPrototypeOf(this, ConcurrentResourcesLimitExceededException.prototype);
294
+ this.Message = opts.Message;
295
+ }
296
+ }
297
+ class OperationIdAlreadyExistsException extends CloudFormationServiceException {
298
+ name = "OperationIdAlreadyExistsException";
299
+ $fault = "client";
300
+ Message;
301
+ constructor(opts) {
302
+ super({
303
+ name: "OperationIdAlreadyExistsException",
304
+ $fault: "client",
305
+ ...opts,
306
+ });
307
+ Object.setPrototypeOf(this, OperationIdAlreadyExistsException.prototype);
308
+ this.Message = opts.Message;
309
+ }
310
+ }
311
+ class OperationInProgressException extends CloudFormationServiceException {
312
+ name = "OperationInProgressException";
313
+ $fault = "client";
314
+ Message;
315
+ constructor(opts) {
316
+ super({
317
+ name: "OperationInProgressException",
318
+ $fault: "client",
319
+ ...opts,
320
+ });
321
+ Object.setPrototypeOf(this, OperationInProgressException.prototype);
322
+ this.Message = opts.Message;
323
+ }
324
+ }
325
+ class StackSetNotFoundException extends CloudFormationServiceException {
326
+ name = "StackSetNotFoundException";
327
+ $fault = "client";
328
+ Message;
329
+ constructor(opts) {
330
+ super({
331
+ name: "StackSetNotFoundException",
332
+ $fault: "client",
333
+ ...opts,
334
+ });
335
+ Object.setPrototypeOf(this, StackSetNotFoundException.prototype);
336
+ this.Message = opts.Message;
337
+ }
338
+ }
339
+ class StaleRequestException extends CloudFormationServiceException {
340
+ name = "StaleRequestException";
341
+ $fault = "client";
342
+ Message;
343
+ constructor(opts) {
344
+ super({
345
+ name: "StaleRequestException",
346
+ $fault: "client",
347
+ ...opts,
348
+ });
349
+ Object.setPrototypeOf(this, StaleRequestException.prototype);
350
+ this.Message = opts.Message;
351
+ }
352
+ }
353
+ class CreatedButModifiedException extends CloudFormationServiceException {
354
+ name = "CreatedButModifiedException";
355
+ $fault = "client";
356
+ Message;
357
+ constructor(opts) {
358
+ super({
359
+ name: "CreatedButModifiedException",
360
+ $fault: "client",
361
+ ...opts,
362
+ });
363
+ Object.setPrototypeOf(this, CreatedButModifiedException.prototype);
364
+ this.Message = opts.Message;
365
+ }
366
+ }
367
+ class NameAlreadyExistsException extends CloudFormationServiceException {
368
+ name = "NameAlreadyExistsException";
369
+ $fault = "client";
370
+ Message;
371
+ constructor(opts) {
372
+ super({
373
+ name: "NameAlreadyExistsException",
374
+ $fault: "client",
375
+ ...opts,
376
+ });
377
+ Object.setPrototypeOf(this, NameAlreadyExistsException.prototype);
378
+ this.Message = opts.Message;
379
+ }
380
+ }
381
+ class InvalidChangeSetStatusException extends CloudFormationServiceException {
382
+ name = "InvalidChangeSetStatusException";
383
+ $fault = "client";
384
+ Message;
385
+ constructor(opts) {
386
+ super({
387
+ name: "InvalidChangeSetStatusException",
388
+ $fault: "client",
389
+ ...opts,
390
+ });
391
+ Object.setPrototypeOf(this, InvalidChangeSetStatusException.prototype);
392
+ this.Message = opts.Message;
393
+ }
394
+ }
395
+ class GeneratedTemplateNotFoundException extends CloudFormationServiceException {
396
+ name = "GeneratedTemplateNotFoundException";
397
+ $fault = "client";
398
+ Message;
399
+ constructor(opts) {
400
+ super({
401
+ name: "GeneratedTemplateNotFoundException",
402
+ $fault: "client",
403
+ ...opts,
404
+ });
405
+ Object.setPrototypeOf(this, GeneratedTemplateNotFoundException.prototype);
406
+ this.Message = opts.Message;
407
+ }
408
+ }
409
+ class StackSetNotEmptyException extends CloudFormationServiceException {
410
+ name = "StackSetNotEmptyException";
411
+ $fault = "client";
412
+ Message;
413
+ constructor(opts) {
414
+ super({
415
+ name: "StackSetNotEmptyException",
416
+ $fault: "client",
417
+ ...opts,
418
+ });
419
+ Object.setPrototypeOf(this, StackSetNotEmptyException.prototype);
420
+ this.Message = opts.Message;
421
+ }
422
+ }
423
+ class ResourceScanNotFoundException extends CloudFormationServiceException {
424
+ name = "ResourceScanNotFoundException";
425
+ $fault = "client";
426
+ Message;
427
+ constructor(opts) {
428
+ super({
429
+ name: "ResourceScanNotFoundException",
430
+ $fault: "client",
431
+ ...opts,
432
+ });
433
+ Object.setPrototypeOf(this, ResourceScanNotFoundException.prototype);
434
+ this.Message = opts.Message;
435
+ }
436
+ }
437
+ class StackInstanceNotFoundException extends CloudFormationServiceException {
438
+ name = "StackInstanceNotFoundException";
439
+ $fault = "client";
440
+ Message;
441
+ constructor(opts) {
442
+ super({
443
+ name: "StackInstanceNotFoundException",
444
+ $fault: "client",
445
+ ...opts,
446
+ });
447
+ Object.setPrototypeOf(this, StackInstanceNotFoundException.prototype);
448
+ this.Message = opts.Message;
449
+ }
450
+ }
451
+ class StackRefactorNotFoundException extends CloudFormationServiceException {
452
+ name = "StackRefactorNotFoundException";
453
+ $fault = "client";
454
+ Message;
455
+ constructor(opts) {
456
+ super({
457
+ name: "StackRefactorNotFoundException",
458
+ $fault: "client",
459
+ ...opts,
460
+ });
461
+ Object.setPrototypeOf(this, StackRefactorNotFoundException.prototype);
462
+ this.Message = opts.Message;
463
+ }
464
+ }
465
+ class HookResultNotFoundException extends CloudFormationServiceException {
466
+ name = "HookResultNotFoundException";
467
+ $fault = "client";
468
+ Message;
469
+ constructor(opts) {
470
+ super({
471
+ name: "HookResultNotFoundException",
472
+ $fault: "client",
473
+ ...opts,
474
+ });
475
+ Object.setPrototypeOf(this, HookResultNotFoundException.prototype);
476
+ this.Message = opts.Message;
477
+ }
478
+ }
479
+ class StackNotFoundException extends CloudFormationServiceException {
480
+ name = "StackNotFoundException";
481
+ $fault = "client";
482
+ Message;
483
+ constructor(opts) {
484
+ super({
485
+ name: "StackNotFoundException",
486
+ $fault: "client",
487
+ ...opts,
488
+ });
489
+ Object.setPrototypeOf(this, StackNotFoundException.prototype);
490
+ this.Message = opts.Message;
491
+ }
492
+ }
493
+ class ResourceScanInProgressException extends CloudFormationServiceException {
494
+ name = "ResourceScanInProgressException";
495
+ $fault = "client";
496
+ Message;
497
+ constructor(opts) {
498
+ super({
499
+ name: "ResourceScanInProgressException",
500
+ $fault: "client",
501
+ ...opts,
502
+ });
503
+ Object.setPrototypeOf(this, ResourceScanInProgressException.prototype);
504
+ this.Message = opts.Message;
505
+ }
506
+ }
507
+ class InvalidStateTransitionException extends CloudFormationServiceException {
508
+ name = "InvalidStateTransitionException";
509
+ $fault = "client";
510
+ Message;
511
+ constructor(opts) {
512
+ super({
513
+ name: "InvalidStateTransitionException",
514
+ $fault: "client",
515
+ ...opts,
516
+ });
517
+ Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
518
+ this.Message = opts.Message;
519
+ }
520
+ }
521
+ class OperationStatusCheckFailedException extends CloudFormationServiceException {
522
+ name = "OperationStatusCheckFailedException";
523
+ $fault = "client";
524
+ Message;
525
+ constructor(opts) {
526
+ super({
527
+ name: "OperationStatusCheckFailedException",
528
+ $fault: "client",
529
+ ...opts,
530
+ });
531
+ Object.setPrototypeOf(this, OperationStatusCheckFailedException.prototype);
532
+ this.Message = opts.Message;
533
+ }
534
+ }
535
+ class ResourceScanLimitExceededException extends CloudFormationServiceException {
536
+ name = "ResourceScanLimitExceededException";
537
+ $fault = "client";
538
+ Message;
539
+ constructor(opts) {
540
+ super({
541
+ name: "ResourceScanLimitExceededException",
542
+ $fault: "client",
543
+ ...opts,
544
+ });
545
+ Object.setPrototypeOf(this, ResourceScanLimitExceededException.prototype);
546
+ this.Message = opts.Message;
547
+ }
548
+ }
549
+
550
+ const _A = "Arn";
551
+ const _AC = "AfterContext";
552
+ const _ACT = "AttributeChangeType";
553
+ const _AD = "AutoDeployment";
554
+ const _AEE = "AlreadyExistsException";
555
+ const _AFT = "AccountFilterType";
556
+ const _AGR = "AccountGateResult";
557
+ const _AL = "AccountLimit";
558
+ const _ALL = "AccountLimitList";
559
+ const _ALc = "AccountLimits";
560
+ const _ALn = "AnnotationList";
561
+ const _AN = "AnnotationName";
562
+ const _AOA = "ActivateOrganizationsAccess";
563
+ const _AOAI = "ActivateOrganizationsAccessInput";
564
+ const _AOAO = "ActivateOrganizationsAccessOutput";
565
+ const _AP = "ActualProperties";
566
+ const _AR = "AddResources";
567
+ const _ARARN = "AdministrationRoleARN";
568
+ const _AT = "ActivateType";
569
+ const _ATAC = "AcceptTermsAndConditions";
570
+ const _ATI = "ActivateTypeInput";
571
+ const _ATO = "ActivateTypeOutput";
572
+ const _AU = "AutoUpdate";
573
+ const _AUc = "AccountsUrl";
574
+ const _AV = "ActualValue";
575
+ const _AVF = "AfterValueFrom";
576
+ const _AVf = "AfterValue";
577
+ const _AVl = "AllowedValues";
578
+ const _Ac = "Accounts";
579
+ const _Acc = "Account";
580
+ const _Act = "Action";
581
+ const _Acti = "Active";
582
+ const _Al = "Alias";
583
+ const _An = "Annotation";
584
+ const _Ann = "Annotations";
585
+ const _At = "Attribute";
586
+ const _BC = "BeforeContext";
587
+ const _BDTC = "BatchDescribeTypeConfigurations";
588
+ const _BDTCE = "BatchDescribeTypeConfigurationsError";
589
+ const _BDTCEa = "BatchDescribeTypeConfigurationsErrors";
590
+ const _BDTCI = "BatchDescribeTypeConfigurationsInput";
591
+ const _BDTCO = "BatchDescribeTypeConfigurationsOutput";
592
+ const _BT = "BearerToken";
593
+ const _BV = "BeforeValue";
594
+ const _BVF = "BeforeValueFrom";
595
+ const _C = "Change";
596
+ const _CA = "CallAs";
597
+ const _CAo = "ConnectionArn";
598
+ const _CAon = "ConfigurationAlias";
599
+ const _CAonf = "ConfigurationArn";
600
+ const _CBME = "CreatedButModifiedException";
601
+ const _CCS = "CreateChangeSet";
602
+ const _CCSI = "CreateChangeSetInput";
603
+ const _CCSO = "CreateChangeSetOutput";
604
+ const _CE = "CausingEntity";
605
+ const _CFNRE = "CFNRegistryException";
606
+ const _CGT = "CreateGeneratedTemplate";
607
+ const _CGTI = "CreateGeneratedTemplateInput";
608
+ const _CGTO = "CreateGeneratedTemplateOutput";
609
+ const _CM = "ConcurrencyMode";
610
+ const _COS = "CurrentOperationStatus";
611
+ const _CR = "CapabilitiesReason";
612
+ const _CRLEE = "ConcurrentResourcesLimitExceededException";
613
+ const _CRT = "ClientRequestToken";
614
+ const _CS = "ConfigurationSchema";
615
+ const _CSH = "ChangeSetHook";
616
+ const _CSHRTD = "ChangeSetHookResourceTargetDetails";
617
+ const _CSHTD = "ChangeSetHookTargetDetails";
618
+ const _CSHh = "ChangeSetHooks";
619
+ const _CSI = "ChangeSetId";
620
+ const _CSII = "CreateStackInstancesInput";
621
+ const _CSIO = "CreateStackInstancesOutput";
622
+ const _CSIr = "CreateStackInput";
623
+ const _CSIre = "CreateStackInstances";
624
+ const _CSN = "ChangeSetName";
625
+ const _CSNFE = "ChangeSetNotFoundException";
626
+ const _CSO = "CreateStackOutput";
627
+ const _CSR = "CreateStackRefactor";
628
+ const _CSRI = "CreateStackRefactorInput";
629
+ const _CSRO = "CreateStackRefactorOutput";
630
+ const _CSS = "ChangeSetSummary";
631
+ const _CSSI = "CreateStackSetInput";
632
+ const _CSSO = "CreateStackSetOutput";
633
+ const _CSSh = "ChangeSetSummaries";
634
+ const _CSSr = "CreateStackSet";
635
+ const _CST = "ChangeSetType";
636
+ const _CSh = "ChangeSource";
637
+ const _CSr = "CreateStack";
638
+ const _CT = "CreationTime";
639
+ const _CTl = "ClientToken";
640
+ const _CTr = "CreationTimestamp";
641
+ const _CUR = "ContinueUpdateRollback";
642
+ const _CURI = "ContinueUpdateRollbackInput";
643
+ const _CURO = "ContinueUpdateRollbackOutput";
644
+ const _CUS = "CancelUpdateStack";
645
+ const _CUSI = "CancelUpdateStackInput";
646
+ const _Ca = "Capabilities";
647
+ const _Cat = "Category";
648
+ const _Ch = "Changes";
649
+ const _Co = "Configuration";
650
+ const _D = "Description";
651
+ const _DAL = "DescribeAccountLimits";
652
+ const _DALI = "DescribeAccountLimitsInput";
653
+ const _DALO = "DescribeAccountLimitsOutput";
654
+ const _DC = "DeploymentConfig";
655
+ const _DCS = "DeleteChangeSet";
656
+ const _DCSH = "DescribeChangeSetHooks";
657
+ const _DCSHI = "DescribeChangeSetHooksInput";
658
+ const _DCSHO = "DescribeChangeSetHooksOutput";
659
+ const _DCSI = "DeleteChangeSetInput";
660
+ const _DCSIe = "DescribeChangeSetInput";
661
+ const _DCSO = "DeleteChangeSetOutput";
662
+ const _DCSOe = "DescribeChangeSetOutput";
663
+ const _DCSe = "DescribeChangeSet";
664
+ const _DDS = "DriftDetectionStatus";
665
+ const _DDT = "DriftDetectionTimestamp";
666
+ const _DE = "DescribeEvents";
667
+ const _DEI = "DescribeEventsInput";
668
+ const _DEO = "DescribeEventsOutput";
669
+ const _DGT = "DeleteGeneratedTemplate";
670
+ const _DGTI = "DeleteGeneratedTemplateInput";
671
+ const _DGTIe = "DescribeGeneratedTemplateInput";
672
+ const _DGTO = "DescribeGeneratedTemplateOutput";
673
+ const _DGTe = "DescribeGeneratedTemplate";
674
+ const _DI = "DriftInformation";
675
+ const _DM = "DeploymentMode";
676
+ const _DMe = "DeletionMode";
677
+ const _DO = "DependsOn";
678
+ const _DOA = "DeactivateOrganizationsAccess";
679
+ const _DOAI = "DeactivateOrganizationsAccessInput";
680
+ const _DOAIe = "DescribeOrganizationsAccessInput";
681
+ const _DOAO = "DeactivateOrganizationsAccessOutput";
682
+ const _DOAOe = "DescribeOrganizationsAccessOutput";
683
+ const _DOAe = "DescribeOrganizationsAccess";
684
+ const _DP = "DeletionPolicy";
685
+ const _DPI = "DescribePublisherInput";
686
+ const _DPO = "DescribePublisherOutput";
687
+ const _DPe = "DescribePublisher";
688
+ const _DR = "DisableRollback";
689
+ const _DRS = "DescribeResourceScan";
690
+ const _DRSI = "DescribeResourceScanInput";
691
+ const _DRSO = "DescribeResourceScanOutput";
692
+ const _DRe = "DetectionReason";
693
+ const _DS = "DetectionStatus";
694
+ const _DSD = "DetectStackDrift";
695
+ const _DSDDS = "DescribeStackDriftDetectionStatus";
696
+ const _DSDDSI = "DescribeStackDriftDetectionStatusInput";
697
+ const _DSDDSO = "DescribeStackDriftDetectionStatusOutput";
698
+ const _DSDI = "DetectStackDriftInput";
699
+ const _DSDO = "DetectStackDriftOutput";
700
+ const _DSE = "DescribeStackEvents";
701
+ const _DSEI = "DescribeStackEventsInput";
702
+ const _DSEO = "DescribeStackEventsOutput";
703
+ const _DSI = "DeleteStackInput";
704
+ const _DSIC = "DriftedStackInstancesCount";
705
+ const _DSII = "DeleteStackInstancesInput";
706
+ const _DSIIe = "DescribeStackInstanceInput";
707
+ const _DSIO = "DeleteStackInstancesOutput";
708
+ const _DSIOe = "DescribeStackInstanceOutput";
709
+ const _DSIe = "DescribeStacksInput";
710
+ const _DSIel = "DeleteStackInstances";
711
+ const _DSIes = "DescribeStackInstance";
712
+ const _DSO = "DescribeStacksOutput";
713
+ const _DSR = "DetectionStatusReason";
714
+ const _DSRC = "DriftedStackResourceCount";
715
+ const _DSRD = "DescribeStackResourceDrifts";
716
+ const _DSRDI = "DescribeStackResourceDriftsInput";
717
+ const _DSRDIe = "DetectStackResourceDriftInput";
718
+ const _DSRDO = "DescribeStackResourceDriftsOutput";
719
+ const _DSRDOe = "DetectStackResourceDriftOutput";
720
+ const _DSRDe = "DetectStackResourceDrift";
721
+ const _DSRI = "DescribeStackRefactorInput";
722
+ const _DSRIe = "DescribeStackResourceInput";
723
+ const _DSRIes = "DescribeStackResourcesInput";
724
+ const _DSRO = "DescribeStackRefactorOutput";
725
+ const _DSROe = "DescribeStackResourceOutput";
726
+ const _DSROes = "DescribeStackResourcesOutput";
727
+ const _DSRe = "DescribeStackRefactor";
728
+ const _DSRes = "DescribeStackResource";
729
+ const _DSResc = "DescribeStackResources";
730
+ const _DSRr = "DriftStatusReason";
731
+ const _DSS = "DeleteStackSet";
732
+ const _DSSD = "DetectStackSetDrift";
733
+ const _DSSDI = "DetectStackSetDriftInput";
734
+ const _DSSDO = "DetectStackSetDriftOutput";
735
+ const _DSSI = "DeleteStackSetInput";
736
+ const _DSSIe = "DescribeStackSetInput";
737
+ const _DSSO = "DeleteStackSetOutput";
738
+ const _DSSOI = "DescribeStackSetOperationInput";
739
+ const _DSSOO = "DescribeStackSetOperationOutput";
740
+ const _DSSOe = "DescribeStackSetOutput";
741
+ const _DSSOes = "DescribeStackSetOperation";
742
+ const _DSSe = "DescribeStackSet";
743
+ const _DSe = "DeprecatedStatus";
744
+ const _DSel = "DeleteStack";
745
+ const _DSes = "DescribeStacks";
746
+ const _DSet = "DetailedStatus";
747
+ const _DSr = "DriftStatus";
748
+ const _DT = "DeploymentTargets";
749
+ const _DTI = "DeactivateTypeInput";
750
+ const _DTIe = "DeregisterTypeInput";
751
+ const _DTIes = "DescribeTypeInput";
752
+ const _DTO = "DeactivateTypeOutput";
753
+ const _DTOe = "DeregisterTypeOutput";
754
+ const _DTOes = "DescribeTypeOutput";
755
+ const _DTR = "DescribeTypeRegistration";
756
+ const _DTRI = "DescribeTypeRegistrationInput";
757
+ const _DTRO = "DescribeTypeRegistrationOutput";
758
+ const _DTe = "DeclaredTransforms";
759
+ const _DTea = "DeactivateType";
760
+ const _DTel = "DeletionTime";
761
+ const _DTer = "DeregisterType";
762
+ const _DTes = "DescribeType";
763
+ const _DTi = "DifferenceType";
764
+ const _DU = "DocumentationUrl";
765
+ const _DV = "DisableValidation";
766
+ const _DVI = "DefaultVersionId";
767
+ const _DVe = "DefaultValue";
768
+ const _De = "Details";
769
+ const _Des = "Destination";
770
+ const _Det = "Detection";
771
+ const _Dr = "Drift";
772
+ const _E = "Enabled";
773
+ const _EC = "ErrorCode";
774
+ const _ECS = "ExecuteChangeSet";
775
+ const _ECSI = "ExecuteChangeSetInput";
776
+ const _ECSO = "ExecuteChangeSetOutput";
777
+ const _EF = "EventFilter";
778
+ const _EI = "EventId";
779
+ const _EM = "ErrorMessage";
780
+ const _EN = "ExportName";
781
+ const _EP = "ExpectedProperties";
782
+ const _ERA = "ExecutionRoleArn";
783
+ const _ERN = "ExecutionRoleName";
784
+ const _ES = "ExecutionStatus";
785
+ const _ESC = "EnableStackCreation";
786
+ const _ESF = "ExecutionStatusFilter";
787
+ const _ESI = "ExportingStackId";
788
+ const _ESR = "ExecutionStatusReason";
789
+ const _ESRI = "ExecuteStackRefactorInput";
790
+ const _ESRx = "ExecuteStackRefactor";
791
+ const _ET = "EndTime";
792
+ const _ETC = "EstimateTemplateCost";
793
+ const _ETCI = "EstimateTemplateCostInput";
794
+ const _ETCO = "EstimateTemplateCostOutput";
795
+ const _ETP = "EnableTerminationProtection";
796
+ const _ETn = "EndTimestamp";
797
+ const _ETv = "EventType";
798
+ const _EV = "ExpectedValue";
799
+ const _En = "Entity";
800
+ const _Er = "Errors";
801
+ const _Ev = "Evaluation";
802
+ const _Ex = "Export";
803
+ const _Exp = "Exports";
804
+ const _F = "Filters";
805
+ const _FE = "FailedEvents";
806
+ const _FM = "FailureMode";
807
+ const _FSIC = "FailedStackInstancesCount";
808
+ const _FTC = "FailureToleranceCount";
809
+ const _FTP = "FailureTolerancePercentage";
810
+ const _Fo = "Format";
811
+ const _GGT = "GetGeneratedTemplate";
812
+ const _GGTI = "GetGeneratedTemplateInput";
813
+ const _GGTO = "GetGeneratedTemplateOutput";
814
+ const _GHR = "GetHookResult";
815
+ const _GHRI = "GetHookResultInput";
816
+ const _GHRO = "GetHookResultOutput";
817
+ const _GSP = "GetStackPolicy";
818
+ const _GSPI = "GetStackPolicyInput";
819
+ const _GSPO = "GetStackPolicyOutput";
820
+ const _GT = "GetTemplate";
821
+ const _GTI = "GeneratedTemplateId";
822
+ const _GTIe = "GetTemplateInput";
823
+ const _GTN = "GeneratedTemplateName";
824
+ const _GTNFE = "GeneratedTemplateNotFoundException";
825
+ const _GTO = "GetTemplateOutput";
826
+ const _GTS = "GetTemplateSummary";
827
+ const _GTSI = "GetTemplateSummaryInput";
828
+ const _GTSO = "GetTemplateSummaryOutput";
829
+ const _H = "Hooks";
830
+ const _HET = "HookExecutionTarget";
831
+ const _HFM = "HookFailureMode";
832
+ const _HIC = "HookInvocationCount";
833
+ const _HII = "HookInvocationId";
834
+ const _HIP = "HookInvocationPoint";
835
+ const _HR = "HookResults";
836
+ const _HRI = "HookResultId";
837
+ const _HRNFE = "HookResultNotFoundException";
838
+ const _HRS = "HookResultSummary";
839
+ const _HRSo = "HookResultSummaries";
840
+ const _HS = "HookStatus";
841
+ const _HSR = "HookStatusReason";
842
+ const _HT = "HookTarget";
843
+ const _HTo = "HookType";
844
+ const _I = "Id";
845
+ const _IA = "IsActivated";
846
+ const _IAn = "InvokedAt";
847
+ const _ICE = "InsufficientCapabilitiesException";
848
+ const _ICSSE = "InvalidChangeSetStatusException";
849
+ const _IDC = "IsDefaultConfiguration";
850
+ const _IDV = "IsDefaultVersion";
851
+ const _IER = "ImportExistingResources";
852
+ const _INS = "IncludeNestedStacks";
853
+ const _IOE = "InvalidOperationException";
854
+ const _IP = "InvocationPoint";
855
+ const _IPSIC = "InProgressStackInstancesCount";
856
+ const _IPV = "IncludePropertyValues";
857
+ const _IPd = "IdentityProvider";
858
+ const _ISSIC = "InSyncStackInstancesCount";
859
+ const _ISTE = "InvalidStateTransitionException";
860
+ const _ISTSS = "ImportStacksToStackSet";
861
+ const _ISTSSI = "ImportStacksToStackSetInput";
862
+ const _ISTSSO = "ImportStacksToStackSetOutput";
863
+ const _Im = "Imports";
864
+ const _K = "Key";
865
+ const _LC = "LoggingConfig";
866
+ const _LCS = "ListChangeSets";
867
+ const _LCSI = "ListChangeSetsInput";
868
+ const _LCSO = "ListChangeSetsOutput";
869
+ const _LCT = "LastCheckTimestamp";
870
+ const _LDB = "LogDeliveryBucket";
871
+ const _LDCT = "LastDriftCheckTimestamp";
872
+ const _LE = "ListExports";
873
+ const _LEE = "LimitExceededException";
874
+ const _LEI = "ListExportsInput";
875
+ const _LEO = "ListExportsOutput";
876
+ const _LGN = "LogGroupName";
877
+ const _LGT = "ListGeneratedTemplates";
878
+ const _LGTI = "ListGeneratedTemplatesInput";
879
+ const _LGTO = "ListGeneratedTemplatesOutput";
880
+ const _LHR = "ListHookResults";
881
+ const _LHRI = "ListHookResultsInput";
882
+ const _LHRO = "ListHookResultsOutput";
883
+ const _LI = "ListImports";
884
+ const _LIH = "LogicalIdHierarchy";
885
+ const _LII = "ListImportsInput";
886
+ const _LIO = "ListImportsOutput";
887
+ const _LO = "LastOperations";
888
+ const _LOI = "LastOperationId";
889
+ const _LPV = "LatestPublicVersion";
890
+ const _LRA = "LogRoleArn";
891
+ const _LRD = "LiveResourceDrift";
892
+ const _LRI = "LogicalResourceId";
893
+ const _LRIo = "LogicalResourceIds";
894
+ const _LRS = "ListResourceScans";
895
+ const _LRSI = "ListResourceScansInput";
896
+ const _LRSO = "ListResourceScansOutput";
897
+ const _LRSR = "ListResourceScanResources";
898
+ const _LRSRI = "ListResourceScanResourcesInput";
899
+ const _LRSRO = "ListResourceScanResourcesOutput";
900
+ const _LRSRR = "ListResourceScanRelatedResources";
901
+ const _LRSRRI = "ListResourceScanRelatedResourcesInput";
902
+ const _LRSRRO = "ListResourceScanRelatedResourcesOutput";
903
+ const _LS = "ListStacks";
904
+ const _LSI = "ListStacksInput";
905
+ const _LSII = "ListStackInstancesInput";
906
+ const _LSIO = "ListStackInstancesOutput";
907
+ const _LSIRD = "ListStackInstanceResourceDrifts";
908
+ const _LSIRDI = "ListStackInstanceResourceDriftsInput";
909
+ const _LSIRDO = "ListStackInstanceResourceDriftsOutput";
910
+ const _LSIi = "ListStackInstances";
911
+ const _LSO = "ListStacksOutput";
912
+ const _LSR = "ListStackRefactors";
913
+ const _LSRA = "ListStackRefactorActions";
914
+ const _LSRAI = "ListStackRefactorActionsInput";
915
+ const _LSRAO = "ListStackRefactorActionsOutput";
916
+ const _LSRI = "ListStackRefactorsInput";
917
+ const _LSRIi = "ListStackResourcesInput";
918
+ const _LSRO = "ListStackRefactorsOutput";
919
+ const _LSROi = "ListStackResourcesOutput";
920
+ const _LSRi = "ListStackResources";
921
+ const _LSS = "ListStackSets";
922
+ const _LSSADT = "ListStackSetAutoDeploymentTargets";
923
+ const _LSSADTI = "ListStackSetAutoDeploymentTargetsInput";
924
+ const _LSSADTO = "ListStackSetAutoDeploymentTargetsOutput";
925
+ const _LSSI = "ListStackSetsInput";
926
+ const _LSSO = "ListStackSetsOutput";
927
+ const _LSSOI = "ListStackSetOperationsInput";
928
+ const _LSSOO = "ListStackSetOperationsOutput";
929
+ const _LSSOR = "ListStackSetOperationResults";
930
+ const _LSSORI = "ListStackSetOperationResultsInput";
931
+ const _LSSORO = "ListStackSetOperationResultsOutput";
932
+ const _LSSOi = "ListStackSetOperations";
933
+ const _LT = "ListTypes";
934
+ const _LTI = "ListTypesInput";
935
+ const _LTO = "ListTypesOutput";
936
+ const _LTR = "ListTypeRegistrations";
937
+ const _LTRI = "ListTypeRegistrationsInput";
938
+ const _LTRO = "ListTypeRegistrationsOutput";
939
+ const _LTV = "ListTypeVersions";
940
+ const _LTVI = "ListTypeVersionsInput";
941
+ const _LTVO = "ListTypeVersionsOutput";
942
+ const _LU = "LastUpdated";
943
+ const _LUT = "LastUpdatedTime";
944
+ const _LUTa = "LastUpdatedTimestamp";
945
+ const _M = "Message";
946
+ const _MBS = "ManagedByStack";
947
+ const _MCC = "MaxConcurrentCount";
948
+ const _MCP = "MaxConcurrentPercentage";
949
+ const _ME = "ManagedExecution";
950
+ const _MI = "ModuleInfo";
951
+ const _MR = "MaxResults";
952
+ const _MTIM = "MonitoringTimeInMinutes";
953
+ const _MV = "MajorVersion";
954
+ const _Me = "Metadata";
955
+ const _Mo = "Mode";
956
+ const _N = "Name";
957
+ const _NAEE = "NameAlreadyExistsException";
958
+ const _NARN = "NotificationARNs";
959
+ const _NE = "NoEcho";
960
+ const _NGTN = "NewGeneratedTemplateName";
961
+ const _NOR = "NumberOfResources";
962
+ const _NT = "NextToken";
963
+ const _O = "Output";
964
+ const _OE = "OperationEvents";
965
+ const _OEp = "OperationEntry";
966
+ const _OEpe = "OperationEvent";
967
+ const _OF = "OnFailure";
968
+ const _OI = "OperationId";
969
+ const _OIAEE = "OperationIdAlreadyExistsException";
970
+ const _OIPE = "OperationInProgressException";
971
+ const _OK = "OutputKey";
972
+ const _ONFE = "OperationNotFoundException";
973
+ const _OP = "OperationPreferences";
974
+ const _ORF = "OperationResultFilter";
975
+ const _ORFp = "OperationResultFilters";
976
+ const _OS = "OperationStatus";
977
+ const _OSCFE = "OperationStatusCheckFailedException";
978
+ const _OSF = "OnStackFailure";
979
+ const _OT = "OperationType";
980
+ const _OTA = "OriginalTypeArn";
981
+ const _OTN = "OriginalTypeName";
982
+ const _OUI = "OrganizationalUnitIds";
983
+ const _OUIr = "OrganizationalUnitId";
984
+ const _OV = "OutputValue";
985
+ const _Ou = "Outputs";
986
+ const _P = "Parameters";
987
+ const _PA = "PolicyAction";
988
+ const _PC = "PercentageCompleted";
989
+ const _PCSI = "ParentChangeSetId";
990
+ const _PCa = "ParameterConstraints";
991
+ const _PD = "ParameterDeclaration";
992
+ const _PDC = "PreviousDeploymentContext";
993
+ const _PDa = "ParameterDeclarations";
994
+ const _PDr = "PropertyDifference";
995
+ const _PDro = "PropertyDifferences";
996
+ const _PI = "PublisherId";
997
+ const _PIa = "ParentId";
998
+ const _PIu = "PublisherIdentity";
999
+ const _PK = "ParameterKey";
1000
+ const _PM = "PermissionModel";
1001
+ const _PN = "PublisherName";
1002
+ const _PO = "ParameterOverrides";
1003
+ const _PP = "PublisherProfile";
1004
+ const _PPr = "PropertyPath";
1005
+ const _PRI = "PhysicalResourceId";
1006
+ const _PRIC = "PhysicalResourceIdContext";
1007
+ const _PRICKVP = "PhysicalResourceIdContextKeyValuePair";
1008
+ const _PS = "PublisherStatus";
1009
+ const _PSr = "ProgressStatus";
1010
+ const _PT = "ProvisioningType";
1011
+ const _PTA = "PublicTypeArn";
1012
+ const _PTI = "PublishTypeInput";
1013
+ const _PTO = "PublishTypeOutput";
1014
+ const _PTa = "ParameterType";
1015
+ const _PTu = "PublishType";
1016
+ const _PV = "PreviousValue";
1017
+ const _PVN = "PublicVersionNumber";
1018
+ const _PVa = "ParameterValue";
1019
+ const _Pa = "Parameter";
1020
+ const _Pat = "Path";
1021
+ const _Pr = "Progress";
1022
+ const _Pro = "Properties";
1023
+ const _R = "Resources";
1024
+ const _RA = "ResourceAction";
1025
+ const _RAR = "RefreshAllResources";
1026
+ const _RARN = "RoleARN";
1027
+ const _RAT = "RequiredActivatedTypes";
1028
+ const _RATe = "RequiredActivatedType";
1029
+ const _RC = "ResourceChange";
1030
+ const _RCD = "ResourceChangeDetail";
1031
+ const _RCDe = "ResourceChangeDetails";
1032
+ const _RCSI = "RootChangeSetId";
1033
+ const _RCT = "RegionConcurrencyType";
1034
+ const _RCo = "RollbackConfiguration";
1035
+ const _RD = "ResourceDefinition";
1036
+ const _RDIA = "ResourceDriftIgnoredAttributes";
1037
+ const _RDIAe = "ResourceDriftIgnoredAttribute";
1038
+ const _RDS = "ResourceDriftStatus";
1039
+ const _RDe = "ResourceDetail";
1040
+ const _RDes = "ResourceDefinitions";
1041
+ const _RDeso = "ResourceDetails";
1042
+ const _REOC = "RetainExceptOnCreate";
1043
+ const _RF = "ResourcesFailed";
1044
+ const _RHP = "RecordHandlerProgress";
1045
+ const _RHPI = "RecordHandlerProgressInput";
1046
+ const _RHPO = "RecordHandlerProgressOutput";
1047
+ const _RI = "ResourceIdentifier";
1048
+ const _RIS = "ResourceIdentifierSummaries";
1049
+ const _RISe = "ResourceIdentifierSummary";
1050
+ const _RIe = "ResourceIdentifiers";
1051
+ const _RIo = "RootId";
1052
+ const _RL = "RemediationLink";
1053
+ const _RLe = "ResourceLocation";
1054
+ const _RM = "RemediationMessage";
1055
+ const _RMe = "ResourceMappings";
1056
+ const _RMes = "ResourceModel";
1057
+ const _RMeso = "ResourceMapping";
1058
+ const _RO = "RegionOrder";
1059
+ const _RP = "ResourceProperties";
1060
+ const _RPI = "RegisterPublisherInput";
1061
+ const _RPO = "RegisterPublisherOutput";
1062
+ const _RPe = "ResourcesProcessing";
1063
+ const _RPeg = "RegisterPublisher";
1064
+ const _RPes = "ResourcesPending";
1065
+ const _RR = "RetainResources";
1066
+ const _RRe = "ResourcesRead";
1067
+ const _RRel = "RelatedResources";
1068
+ const _RRem = "RemoveResources";
1069
+ const _RReq = "RequiresRecreation";
1070
+ const _RS = "RetainStacks";
1071
+ const _RSF = "RegistrationStatusFilter";
1072
+ const _RSI = "ResourceScanId";
1073
+ const _RSIPE = "ResourceScanInProgressException";
1074
+ const _RSIo = "RollbackStackInput";
1075
+ const _RSLEE = "ResourceScanLimitExceededException";
1076
+ const _RSNFE = "ResourceScanNotFoundException";
1077
+ const _RSO = "RollbackStackOutput";
1078
+ const _RSOAR = "RetainStacksOnAccountRemoval";
1079
+ const _RSR = "ResourceStatusReason";
1080
+ const _RSS = "ResourceScanSummaries";
1081
+ const _RSSe = "ResourceScanSummary";
1082
+ const _RSe = "ResourcesScanned";
1083
+ const _RSes = "ResourceStatus";
1084
+ const _RSeso = "ResourcesSucceeded";
1085
+ const _RSo = "RollbackStack";
1086
+ const _RT = "ResourceType";
1087
+ const _RTD = "ResourceTargetDetails";
1088
+ const _RTDe = "ResourceTargetDefinition";
1089
+ const _RTI = "ResourcesToImport";
1090
+ const _RTIe = "RegisterTypeInput";
1091
+ const _RTIes = "ResourceToImport";
1092
+ const _RTL = "RegistrationTokenList";
1093
+ const _RTO = "RegisterTypeOutput";
1094
+ const _RTP = "ResourceTypePrefix";
1095
+ const _RTS = "ResourcesToSkip";
1096
+ const _RTe = "ResourceTypes";
1097
+ const _RTeg = "RegistrationToken";
1098
+ const _RTegi = "RegisterType";
1099
+ const _RTo = "RollbackTriggers";
1100
+ const _RTol = "RollbackTrigger";
1101
+ const _RV = "ResolvedValue";
1102
+ const _Re = "Regions";
1103
+ const _Rea = "Reason";
1104
+ const _Reg = "Region";
1105
+ const _Rep = "Replacement";
1106
+ const _Req = "Required";
1107
+ const _S = "Status";
1108
+ const _SA = "StagesAvailable";
1109
+ const _SD = "StackDefinitions";
1110
+ const _SDDI = "StackDriftDetectionId";
1111
+ const _SDI = "StackDriftInformation";
1112
+ const _SDIS = "StackDriftInformationSummary";
1113
+ const _SDS = "StackDriftStatus";
1114
+ const _SDt = "StackDefinition";
1115
+ const _SDta = "StatusDetails";
1116
+ const _SE = "StackEvents";
1117
+ const _SEt = "StackEvent";
1118
+ const _SF = "ScanFilters";
1119
+ const _SFc = "ScanFilter";
1120
+ const _SHP = "SchemaHandlerPackage";
1121
+ const _SI = "StackId";
1122
+ const _SIA = "StackInstanceAccount";
1123
+ const _SICS = "StackInstanceComprehensiveStatus";
1124
+ const _SIF = "StackInstanceFilter";
1125
+ const _SIFt = "StackInstanceFilters";
1126
+ const _SINFE = "StackInstanceNotFoundException";
1127
+ const _SIR = "StackInstanceRegion";
1128
+ const _SIRDS = "StackInstanceResourceDriftStatuses";
1129
+ const _SIRDSt = "StackInstanceResourceDriftsSummary";
1130
+ const _SIRDSta = "StackInstanceResourceDriftsSummaries";
1131
+ const _SIS = "StackInstanceStatus";
1132
+ const _SISt = "StackInstanceSummary";
1133
+ const _SISta = "StackInstanceSummaries";
1134
+ const _SIU = "StackIdsUrl";
1135
+ const _SIt = "StackInstance";
1136
+ const _SIta = "StackIds";
1137
+ const _SL = "SeverityLevel";
1138
+ const _SM = "StatusMessage";
1139
+ const _SMV = "SupportedMajorVersions";
1140
+ const _SN = "StackName";
1141
+ const _SNFE = "StackNotFoundException";
1142
+ const _SPB = "StackPolicyBody";
1143
+ const _SPDUB = "StackPolicyDuringUpdateBody";
1144
+ const _SPDUURL = "StackPolicyDuringUpdateURL";
1145
+ const _SPURL = "StackPolicyURL";
1146
+ const _SR = "StatusReason";
1147
+ const _SRA = "StackRefactorActions";
1148
+ const _SRAt = "StackRefactorAction";
1149
+ const _SRD = "StackResourceDrifts";
1150
+ const _SRDI = "StackResourceDriftInformation";
1151
+ const _SRDIS = "StackResourceDriftInformationSummary";
1152
+ const _SRDS = "StackResourceDriftStatus";
1153
+ const _SRDSF = "StackResourceDriftStatusFilters";
1154
+ const _SRDt = "StackResourceDetail";
1155
+ const _SRDta = "StackResourceDrift";
1156
+ const _SRE = "StaleRequestException";
1157
+ const _SRI = "StackRefactorId";
1158
+ const _SRIc = "ScannedResourceIdentifier";
1159
+ const _SRIca = "ScannedResourceIdentifiers";
1160
+ const _SRIi = "SignalResourceInput";
1161
+ const _SRNFE = "StackRefactorNotFoundException";
1162
+ const _SRS = "StackRefactorSummaries";
1163
+ const _SRSI = "StartResourceScanInput";
1164
+ const _SRSO = "StartResourceScanOutput";
1165
+ const _SRSt = "StackResourceSummaries";
1166
+ const _SRSta = "StackRefactorSummary";
1167
+ const _SRStac = "StackResourceSummary";
1168
+ const _SRStar = "StartResourceScan";
1169
+ const _SRTR = "StackRefactorTagResources";
1170
+ const _SRc = "ScannedResource";
1171
+ const _SRca = "ScannedResources";
1172
+ const _SRi = "SignalResource";
1173
+ const _SRt = "StackResources";
1174
+ const _SRta = "StackResource";
1175
+ const _SS = "StackSet";
1176
+ const _SSADTS = "StackSetAutoDeploymentTargetSummary";
1177
+ const _SSADTSt = "StackSetAutoDeploymentTargetSummaries";
1178
+ const _SSARN = "StackSetARN";
1179
+ const _SSDDD = "StackSetDriftDetectionDetails";
1180
+ const _SSF = "StackStatusFilter";
1181
+ const _SSI = "StackSetId";
1182
+ const _SSN = "StackSetName";
1183
+ const _SSNEE = "StackSetNotEmptyException";
1184
+ const _SSNFE = "StackSetNotFoundException";
1185
+ const _SSO = "StackSetOperation";
1186
+ const _SSOP = "StackSetOperationPreferences";
1187
+ const _SSORS = "StackSetOperationResultSummary";
1188
+ const _SSORSt = "StackSetOperationResultSummaries";
1189
+ const _SSOS = "StackSetOperationSummary";
1190
+ const _SSOSD = "StackSetOperationStatusDetails";
1191
+ const _SSOSt = "StackSetOperationSummaries";
1192
+ const _SSP = "SetStackPolicy";
1193
+ const _SSPI = "SetStackPolicyInput";
1194
+ const _SSR = "StackStatusReason";
1195
+ const _SSS = "StackSetSummary";
1196
+ const _SSSO = "StopStackSetOperation";
1197
+ const _SSSOI = "StopStackSetOperationInput";
1198
+ const _SSSOO = "StopStackSetOperationOutput";
1199
+ const _SSSt = "StackSetSummaries";
1200
+ const _SSt = "StackSummaries";
1201
+ const _SSta = "StackStatus";
1202
+ const _SStac = "StackSummary";
1203
+ const _ST = "StartTime";
1204
+ const _STC = "SetTypeConfiguration";
1205
+ const _STCI = "SetTypeConfigurationInput";
1206
+ const _STCO = "SetTypeConfigurationOutput";
1207
+ const _STDV = "SetTypeDefaultVersion";
1208
+ const _STDVI = "SetTypeDefaultVersionInput";
1209
+ const _STDVO = "SetTypeDefaultVersionOutput";
1210
+ const _STF = "ScanTypeFilter";
1211
+ const _STc = "ScanType";
1212
+ const _SU = "SourceUrl";
1213
+ const _Sc = "Schema";
1214
+ const _Sco = "Scope";
1215
+ const _So = "Source";
1216
+ const _St = "Stacks";
1217
+ const _Sta = "Stack";
1218
+ const _Su = "Summaries";
1219
+ const _T = "Type";
1220
+ const _TA = "TypeArn";
1221
+ const _TAEE = "TokenAlreadyExistsException";
1222
+ const _TB = "TemplateBody";
1223
+ const _TC = "TypeConfigurations";
1224
+ const _TCA = "TypeConfigurationAlias";
1225
+ const _TCAy = "TypeConfigurationArn";
1226
+ const _TCD = "TypeConfigurationDetails";
1227
+ const _TCDL = "TypeConfigurationDetailsList";
1228
+ const _TCI = "TypeConfigurationIdentifier";
1229
+ const _TCIy = "TypeConfigurationIdentifiers";
1230
+ const _TCNFE = "TypeConfigurationNotFoundException";
1231
+ const _TCVI = "TypeConfigurationVersionId";
1232
+ const _TCe = "TemplateConfiguration";
1233
+ const _TCi = "TimeCreated";
1234
+ const _TD = "TargetDetails";
1235
+ const _TDe = "TemplateDescription";
1236
+ const _TF = "TypeFilters";
1237
+ const _TH = "TypeHierarchy";
1238
+ const _TI = "TargetId";
1239
+ const _TIM = "TimeoutInMinutes";
1240
+ const _TK = "TagKey";
1241
+ const _TN = "TypeName";
1242
+ const _TNA = "TypeNameAlias";
1243
+ const _TNFE = "TypeNotFoundException";
1244
+ const _TNP = "TypeNamePrefix";
1245
+ const _TP = "TemplateParameter";
1246
+ const _TPe = "TemplateProgress";
1247
+ const _TPem = "TemplateParameters";
1248
+ const _TR = "TagResources";
1249
+ const _TS = "TemplateStage";
1250
+ const _TSC = "TemplateSummaryConfig";
1251
+ const _TSIC = "TotalStackInstancesCount";
1252
+ const _TSe = "TemplateSummary";
1253
+ const _TSem = "TemplateSummaries";
1254
+ const _TSy = "TypeSummaries";
1255
+ const _TSyp = "TypeSummary";
1256
+ const _TT = "TargetType";
1257
+ const _TTI = "TestTypeInput";
1258
+ const _TTN = "TargetTypeName";
1259
+ const _TTO = "TestTypeOutput";
1260
+ const _TTS = "TypeTestsStatus";
1261
+ const _TTSD = "TypeTestsStatusDescription";
1262
+ const _TTe = "TestType";
1263
+ const _TURL = "TemplateURL";
1264
+ const _TURTAW = "TreatUnrecognizedResourceTypesAsWarnings";
1265
+ const _TV = "TagValue";
1266
+ const _TVA = "TypeVersionArn";
1267
+ const _TVI = "TypeVersionId";
1268
+ const _TVS = "TypeVersionSummaries";
1269
+ const _TVSy = "TypeVersionSummary";
1270
+ const _TW = "TotalWarnings";
1271
+ const _Ta = "Tags";
1272
+ const _Tag = "Tag";
1273
+ const _Tar = "Target";
1274
+ const _Ti = "Timestamp";
1275
+ const _Ty = "Types";
1276
+ const _U = "Url";
1277
+ const _UGT = "UpdateGeneratedTemplate";
1278
+ const _UGTI = "UpdateGeneratedTemplateInput";
1279
+ const _UGTO = "UpdateGeneratedTemplateOutput";
1280
+ const _UI = "UniqueId";
1281
+ const _UPT = "UsePreviousTemplate";
1282
+ const _UPV = "UsePreviousValue";
1283
+ const _UR = "UntagResources";
1284
+ const _URP = "UpdateReplacePolicy";
1285
+ const _URT = "UnrecognizedResourceTypes";
1286
+ const _US = "UpdateStack";
1287
+ const _USI = "UpdateStackInput";
1288
+ const _USII = "UpdateStackInstancesInput";
1289
+ const _USIO = "UpdateStackInstancesOutput";
1290
+ const _USIp = "UpdateStackInstances";
1291
+ const _USO = "UpdateStackOutput";
1292
+ const _USS = "UpdateStackSet";
1293
+ const _USSI = "UpdateStackSetInput";
1294
+ const _USSO = "UpdateStackSetOutput";
1295
+ const _UTC = "UnprocessedTypeConfigurations";
1296
+ const _UTP = "UpdateTerminationProtection";
1297
+ const _UTPI = "UpdateTerminationProtectionInput";
1298
+ const _UTPO = "UpdateTerminationProtectionOutput";
1299
+ const _V = "Value";
1300
+ const _VB = "VersionBump";
1301
+ const _VFM = "ValidationFailureMode";
1302
+ const _VI = "VersionId";
1303
+ const _VN = "ValidationName";
1304
+ const _VP = "ValidationPath";
1305
+ const _VS = "ValidationStatus";
1306
+ const _VSR = "ValidationStatusReason";
1307
+ const _VT = "ValidateTemplate";
1308
+ const _VTI = "ValidateTemplateInput";
1309
+ const _VTO = "ValidateTemplateOutput";
1310
+ const _Va = "Values";
1311
+ const _Ve = "Version";
1312
+ const _Vi = "Visibility";
1313
+ const _W = "Warnings";
1314
+ const _WD = "WarningDetail";
1315
+ const _WDa = "WarningDetails";
1316
+ const _WP = "WarningProperty";
1317
+ const _WPa = "WarningProperties";
1318
+ const _aQE = "awsQueryError";
1319
+ const _c = "client";
1320
+ const _e = "error";
1321
+ const _hE = "httpError";
1322
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudformation";
1323
+ const n0 = "com.amazonaws.cloudformation";
1324
+ const _s_registry = TypeRegistry.for(_s);
1325
+ var CloudFormationServiceException$ = [-3, _s, "CloudFormationServiceException", 0, [], []];
1326
+ _s_registry.registerError(CloudFormationServiceException$, CloudFormationServiceException);
1327
+ const n0_registry = TypeRegistry.for(n0);
1328
+ var AlreadyExistsException$ = [-3, n0, _AEE,
1329
+ { [_aQE]: [`AlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
1330
+ [_M],
1331
+ [0]
1332
+ ];
1333
+ n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
1334
+ var CFNRegistryException$ = [-3, n0, _CFNRE,
1335
+ { [_aQE]: [`CFNRegistryException`, 400], [_e]: _c, [_hE]: 400 },
1336
+ [_M],
1337
+ [0]
1338
+ ];
1339
+ n0_registry.registerError(CFNRegistryException$, CFNRegistryException);
1340
+ var ChangeSetNotFoundException$ = [-3, n0, _CSNFE,
1341
+ { [_aQE]: [`ChangeSetNotFound`, 404], [_e]: _c, [_hE]: 404 },
1342
+ [_M],
1343
+ [0]
1344
+ ];
1345
+ n0_registry.registerError(ChangeSetNotFoundException$, ChangeSetNotFoundException);
1346
+ var ConcurrentResourcesLimitExceededException$ = [-3, n0, _CRLEE,
1347
+ { [_aQE]: [`ConcurrentResourcesLimitExceeded`, 429], [_e]: _c, [_hE]: 429 },
1348
+ [_M],
1349
+ [0]
1350
+ ];
1351
+ n0_registry.registerError(ConcurrentResourcesLimitExceededException$, ConcurrentResourcesLimitExceededException);
1352
+ var CreatedButModifiedException$ = [-3, n0, _CBME,
1353
+ { [_aQE]: [`CreatedButModifiedException`, 409], [_e]: _c, [_hE]: 409 },
1354
+ [_M],
1355
+ [0]
1356
+ ];
1357
+ n0_registry.registerError(CreatedButModifiedException$, CreatedButModifiedException);
1358
+ var GeneratedTemplateNotFoundException$ = [-3, n0, _GTNFE,
1359
+ { [_aQE]: [`GeneratedTemplateNotFound`, 404], [_e]: _c, [_hE]: 404 },
1360
+ [_M],
1361
+ [0]
1362
+ ];
1363
+ n0_registry.registerError(GeneratedTemplateNotFoundException$, GeneratedTemplateNotFoundException);
1364
+ var HookResultNotFoundException$ = [-3, n0, _HRNFE,
1365
+ { [_aQE]: [`HookResultNotFound`, 404], [_e]: _c, [_hE]: 404 },
1366
+ [_M],
1367
+ [0]
1368
+ ];
1369
+ n0_registry.registerError(HookResultNotFoundException$, HookResultNotFoundException);
1370
+ var InsufficientCapabilitiesException$ = [-3, n0, _ICE,
1371
+ { [_aQE]: [`InsufficientCapabilitiesException`, 400], [_e]: _c, [_hE]: 400 },
1372
+ [_M],
1373
+ [0]
1374
+ ];
1375
+ n0_registry.registerError(InsufficientCapabilitiesException$, InsufficientCapabilitiesException);
1376
+ var InvalidChangeSetStatusException$ = [-3, n0, _ICSSE,
1377
+ { [_aQE]: [`InvalidChangeSetStatus`, 400], [_e]: _c, [_hE]: 400 },
1378
+ [_M],
1379
+ [0]
1380
+ ];
1381
+ n0_registry.registerError(InvalidChangeSetStatusException$, InvalidChangeSetStatusException);
1382
+ var InvalidOperationException$ = [-3, n0, _IOE,
1383
+ { [_aQE]: [`InvalidOperationException`, 400], [_e]: _c, [_hE]: 400 },
1384
+ [_M],
1385
+ [0]
1386
+ ];
1387
+ n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
1388
+ var InvalidStateTransitionException$ = [-3, n0, _ISTE,
1389
+ { [_aQE]: [`InvalidStateTransition`, 400], [_e]: _c, [_hE]: 400 },
1390
+ [_M],
1391
+ [0]
1392
+ ];
1393
+ n0_registry.registerError(InvalidStateTransitionException$, InvalidStateTransitionException);
1394
+ var LimitExceededException$ = [-3, n0, _LEE,
1395
+ { [_aQE]: [`LimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
1396
+ [_M],
1397
+ [0]
1398
+ ];
1399
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
1400
+ var NameAlreadyExistsException$ = [-3, n0, _NAEE,
1401
+ { [_aQE]: [`NameAlreadyExistsException`, 409], [_e]: _c, [_hE]: 409 },
1402
+ [_M],
1403
+ [0]
1404
+ ];
1405
+ n0_registry.registerError(NameAlreadyExistsException$, NameAlreadyExistsException);
1406
+ var OperationIdAlreadyExistsException$ = [-3, n0, _OIAEE,
1407
+ { [_aQE]: [`OperationIdAlreadyExistsException`, 409], [_e]: _c, [_hE]: 409 },
1408
+ [_M],
1409
+ [0]
1410
+ ];
1411
+ n0_registry.registerError(OperationIdAlreadyExistsException$, OperationIdAlreadyExistsException);
1412
+ var OperationInProgressException$ = [-3, n0, _OIPE,
1413
+ { [_aQE]: [`OperationInProgressException`, 409], [_e]: _c, [_hE]: 409 },
1414
+ [_M],
1415
+ [0]
1416
+ ];
1417
+ n0_registry.registerError(OperationInProgressException$, OperationInProgressException);
1418
+ var OperationNotFoundException$ = [-3, n0, _ONFE,
1419
+ { [_aQE]: [`OperationNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
1420
+ [_M],
1421
+ [0]
1422
+ ];
1423
+ n0_registry.registerError(OperationNotFoundException$, OperationNotFoundException);
1424
+ var OperationStatusCheckFailedException$ = [-3, n0, _OSCFE,
1425
+ { [_aQE]: [`ConditionalCheckFailed`, 400], [_e]: _c, [_hE]: 400 },
1426
+ [_M],
1427
+ [0]
1428
+ ];
1429
+ n0_registry.registerError(OperationStatusCheckFailedException$, OperationStatusCheckFailedException);
1430
+ var ResourceScanInProgressException$ = [-3, n0, _RSIPE,
1431
+ { [_aQE]: [`ResourceScanInProgress`, 400], [_e]: _c, [_hE]: 400 },
1432
+ [_M],
1433
+ [0]
1434
+ ];
1435
+ n0_registry.registerError(ResourceScanInProgressException$, ResourceScanInProgressException);
1436
+ var ResourceScanLimitExceededException$ = [-3, n0, _RSLEE,
1437
+ { [_aQE]: [`ResourceScanLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
1438
+ [_M],
1439
+ [0]
1440
+ ];
1441
+ n0_registry.registerError(ResourceScanLimitExceededException$, ResourceScanLimitExceededException);
1442
+ var ResourceScanNotFoundException$ = [-3, n0, _RSNFE,
1443
+ { [_aQE]: [`ResourceScanNotFound`, 400], [_e]: _c, [_hE]: 400 },
1444
+ [_M],
1445
+ [0]
1446
+ ];
1447
+ n0_registry.registerError(ResourceScanNotFoundException$, ResourceScanNotFoundException);
1448
+ var StackInstanceNotFoundException$ = [-3, n0, _SINFE,
1449
+ { [_aQE]: [`StackInstanceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
1450
+ [_M],
1451
+ [0]
1452
+ ];
1453
+ n0_registry.registerError(StackInstanceNotFoundException$, StackInstanceNotFoundException);
1454
+ var StackNotFoundException$ = [-3, n0, _SNFE,
1455
+ { [_aQE]: [`StackNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
1456
+ [_M],
1457
+ [0]
1458
+ ];
1459
+ n0_registry.registerError(StackNotFoundException$, StackNotFoundException);
1460
+ var StackRefactorNotFoundException$ = [-3, n0, _SRNFE,
1461
+ { [_aQE]: [`StackRefactorNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
1462
+ [_M],
1463
+ [0]
1464
+ ];
1465
+ n0_registry.registerError(StackRefactorNotFoundException$, StackRefactorNotFoundException);
1466
+ var StackSetNotEmptyException$ = [-3, n0, _SSNEE,
1467
+ { [_aQE]: [`StackSetNotEmptyException`, 409], [_e]: _c, [_hE]: 409 },
1468
+ [_M],
1469
+ [0]
1470
+ ];
1471
+ n0_registry.registerError(StackSetNotEmptyException$, StackSetNotEmptyException);
1472
+ var StackSetNotFoundException$ = [-3, n0, _SSNFE,
1473
+ { [_aQE]: [`StackSetNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
1474
+ [_M],
1475
+ [0]
1476
+ ];
1477
+ n0_registry.registerError(StackSetNotFoundException$, StackSetNotFoundException);
1478
+ var StaleRequestException$ = [-3, n0, _SRE,
1479
+ { [_aQE]: [`StaleRequestException`, 409], [_e]: _c, [_hE]: 409 },
1480
+ [_M],
1481
+ [0]
1482
+ ];
1483
+ n0_registry.registerError(StaleRequestException$, StaleRequestException);
1484
+ var TokenAlreadyExistsException$ = [-3, n0, _TAEE,
1485
+ { [_aQE]: [`TokenAlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
1486
+ [_M],
1487
+ [0]
1488
+ ];
1489
+ n0_registry.registerError(TokenAlreadyExistsException$, TokenAlreadyExistsException);
1490
+ var TypeConfigurationNotFoundException$ = [-3, n0, _TCNFE,
1491
+ { [_aQE]: [`TypeConfigurationNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
1492
+ [_M],
1493
+ [0]
1494
+ ];
1495
+ n0_registry.registerError(TypeConfigurationNotFoundException$, TypeConfigurationNotFoundException);
1496
+ var TypeNotFoundException$ = [-3, n0, _TNFE,
1497
+ { [_aQE]: [`TypeNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
1498
+ [_M],
1499
+ [0]
1500
+ ];
1501
+ n0_registry.registerError(TypeNotFoundException$, TypeNotFoundException);
1502
+ const errorTypeRegistries = [
1503
+ _s_registry,
1504
+ n0_registry,
1505
+ ];
1506
+ var AccountGateResult$ = [3, n0, _AGR,
1507
+ 0,
1508
+ [_S, _SR],
1509
+ [0, 0]
1510
+ ];
1511
+ var AccountLimit$ = [3, n0, _AL,
1512
+ 0,
1513
+ [_N, _V],
1514
+ [0, 1]
1515
+ ];
1516
+ var ActivateOrganizationsAccessInput$ = [3, n0, _AOAI,
1517
+ 0,
1518
+ [],
1519
+ []
1520
+ ];
1521
+ var ActivateOrganizationsAccessOutput$ = [3, n0, _AOAO,
1522
+ 0,
1523
+ [],
1524
+ []
1525
+ ];
1526
+ var ActivateTypeInput$ = [3, n0, _ATI,
1527
+ 0,
1528
+ [_T, _PTA, _PI, _TN, _TNA, _AU, _LC, _ERA, _VB, _MV],
1529
+ [0, 0, 0, 0, 0, 2, () => LoggingConfig$, 0, 0, 1]
1530
+ ];
1531
+ var ActivateTypeOutput$ = [3, n0, _ATO,
1532
+ 0,
1533
+ [_A],
1534
+ [0]
1535
+ ];
1536
+ var Annotation$ = [3, n0, _An,
1537
+ 0,
1538
+ [_AN, _S, _SM, _RM, _RL, _SL],
1539
+ [0, 0, 0, 0, 0, 0]
1540
+ ];
1541
+ var AutoDeployment$ = [3, n0, _AD,
1542
+ 0,
1543
+ [_E, _RSOAR, _DO],
1544
+ [2, 2, 64 | 0]
1545
+ ];
1546
+ var BatchDescribeTypeConfigurationsError$ = [3, n0, _BDTCE,
1547
+ 0,
1548
+ [_EC, _EM, _TCI],
1549
+ [0, 0, () => TypeConfigurationIdentifier$]
1550
+ ];
1551
+ var BatchDescribeTypeConfigurationsInput$ = [3, n0, _BDTCI,
1552
+ 0,
1553
+ [_TCIy],
1554
+ [() => TypeConfigurationIdentifiers], 1
1555
+ ];
1556
+ var BatchDescribeTypeConfigurationsOutput$ = [3, n0, _BDTCO,
1557
+ 0,
1558
+ [_Er, _UTC, _TC],
1559
+ [() => BatchDescribeTypeConfigurationsErrors, () => UnprocessedTypeConfigurations, () => TypeConfigurationDetailsList]
1560
+ ];
1561
+ var CancelUpdateStackInput$ = [3, n0, _CUSI,
1562
+ 0,
1563
+ [_SN, _CRT],
1564
+ [0, 0], 1
1565
+ ];
1566
+ var Change$ = [3, n0, _C,
1567
+ 0,
1568
+ [_T, _HIC, _RC],
1569
+ [0, 1, () => ResourceChange$]
1570
+ ];
1571
+ var ChangeSetHook$ = [3, n0, _CSH,
1572
+ 0,
1573
+ [_IP, _FM, _TN, _TVI, _TCVI, _TD],
1574
+ [0, 0, 0, 0, 0, () => ChangeSetHookTargetDetails$]
1575
+ ];
1576
+ var ChangeSetHookResourceTargetDetails$ = [3, n0, _CSHRTD,
1577
+ 0,
1578
+ [_LRI, _RT, _RA],
1579
+ [0, 0, 0]
1580
+ ];
1581
+ var ChangeSetHookTargetDetails$ = [3, n0, _CSHTD,
1582
+ 0,
1583
+ [_TT, _RTD],
1584
+ [0, () => ChangeSetHookResourceTargetDetails$]
1585
+ ];
1586
+ var ChangeSetSummary$ = [3, n0, _CSS,
1587
+ 0,
1588
+ [_SI, _SN, _CSI, _CSN, _ES, _S, _SR, _CT, _D, _INS, _PCSI, _RCSI, _IER],
1589
+ [0, 0, 0, 0, 0, 0, 0, 4, 0, 2, 0, 0, 2]
1590
+ ];
1591
+ var ContinueUpdateRollbackInput$ = [3, n0, _CURI,
1592
+ 0,
1593
+ [_SN, _RARN, _RTS, _CRT],
1594
+ [0, 0, 64 | 0, 0], 1
1595
+ ];
1596
+ var ContinueUpdateRollbackOutput$ = [3, n0, _CURO,
1597
+ 0,
1598
+ [],
1599
+ []
1600
+ ];
1601
+ var CreateChangeSetInput$ = [3, n0, _CCSI,
1602
+ 0,
1603
+ [_SN, _CSN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM, _DC, _DV],
1604
+ [0, 0, 0, 0, 2, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 64 | 0, () => Tags, 0, 0, 0, () => ResourcesToImport, 2, 0, 2, 0, () => DeploymentConfig$, 2], 2
1605
+ ];
1606
+ var CreateChangeSetOutput$ = [3, n0, _CCSO,
1607
+ 0,
1608
+ [_I, _SI],
1609
+ [0, 0]
1610
+ ];
1611
+ var CreateGeneratedTemplateInput$ = [3, n0, _CGTI,
1612
+ 0,
1613
+ [_GTN, _R, _SN, _TCe],
1614
+ [0, () => ResourceDefinitions, 0, () => TemplateConfiguration$], 1
1615
+ ];
1616
+ var CreateGeneratedTemplateOutput$ = [3, n0, _CGTO,
1617
+ 0,
1618
+ [_GTI],
1619
+ [0]
1620
+ ];
1621
+ var CreateStackInput$ = [3, n0, _CSIr,
1622
+ 0,
1623
+ [_SN, _TB, _TURL, _P, _DR, _RCo, _TIM, _NARN, _Ca, _RTe, _RARN, _OF, _SPB, _SPURL, _Ta, _CRT, _ETP, _REOC, _DC, _DV],
1624
+ [0, 0, 0, () => _Parameters, 2, () => RollbackConfiguration$, 1, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Tags, 0, 2, 2, () => DeploymentConfig$, 2], 1
1625
+ ];
1626
+ var CreateStackInstancesInput$ = [3, n0, _CSII,
1627
+ 0,
1628
+ [_SSN, _Re, _Ac, _DT, _PO, _OP, _OI, _CA],
1629
+ [0, 64 | 0, 64 | 0, () => DeploymentTargets$, () => _Parameters, () => StackSetOperationPreferences$, [0, 4], 0], 2
1630
+ ];
1631
+ var CreateStackInstancesOutput$ = [3, n0, _CSIO,
1632
+ 0,
1633
+ [_OI],
1634
+ [0]
1635
+ ];
1636
+ var CreateStackOutput$ = [3, n0, _CSO,
1637
+ 0,
1638
+ [_SI, _OI],
1639
+ [0, 0]
1640
+ ];
1641
+ var CreateStackRefactorInput$ = [3, n0, _CSRI,
1642
+ 0,
1643
+ [_SD, _D, _ESC, _RMe],
1644
+ [() => StackDefinitions, 0, 2, () => ResourceMappings], 1
1645
+ ];
1646
+ var CreateStackRefactorOutput$ = [3, n0, _CSRO,
1647
+ 0,
1648
+ [_SRI],
1649
+ [0], 1
1650
+ ];
1651
+ var CreateStackSetInput$ = [3, n0, _CSSI,
1652
+ 0,
1653
+ [_SSN, _D, _TB, _TURL, _SI, _P, _Ca, _Ta, _ARARN, _ERN, _PM, _AD, _CA, _CRT, _ME],
1654
+ [0, 0, 0, 0, 0, () => _Parameters, 64 | 0, () => Tags, 0, 0, 0, () => AutoDeployment$, 0, [0, 4], () => ManagedExecution$], 1
1655
+ ];
1656
+ var CreateStackSetOutput$ = [3, n0, _CSSO,
1657
+ 0,
1658
+ [_SSI],
1659
+ [0]
1660
+ ];
1661
+ var DeactivateOrganizationsAccessInput$ = [3, n0, _DOAI,
1662
+ 0,
1663
+ [],
1664
+ []
1665
+ ];
1666
+ var DeactivateOrganizationsAccessOutput$ = [3, n0, _DOAO,
1667
+ 0,
1668
+ [],
1669
+ []
1670
+ ];
1671
+ var DeactivateTypeInput$ = [3, n0, _DTI,
1672
+ 0,
1673
+ [_TN, _T, _A],
1674
+ [0, 0, 0]
1675
+ ];
1676
+ var DeactivateTypeOutput$ = [3, n0, _DTO,
1677
+ 0,
1678
+ [],
1679
+ []
1680
+ ];
1681
+ var DeleteChangeSetInput$ = [3, n0, _DCSI,
1682
+ 0,
1683
+ [_CSN, _SN],
1684
+ [0, 0], 1
1685
+ ];
1686
+ var DeleteChangeSetOutput$ = [3, n0, _DCSO,
1687
+ 0,
1688
+ [],
1689
+ []
1690
+ ];
1691
+ var DeleteGeneratedTemplateInput$ = [3, n0, _DGTI,
1692
+ 0,
1693
+ [_GTN],
1694
+ [0], 1
1695
+ ];
1696
+ var DeleteStackInput$ = [3, n0, _DSI,
1697
+ 0,
1698
+ [_SN, _RR, _RARN, _CRT, _DMe, _DC],
1699
+ [0, 64 | 0, 0, 0, 0, () => DeploymentConfig$], 1
1700
+ ];
1701
+ var DeleteStackInstancesInput$ = [3, n0, _DSII,
1702
+ 0,
1703
+ [_SSN, _Re, _RS, _Ac, _DT, _OP, _OI, _CA],
1704
+ [0, 64 | 0, 2, 64 | 0, () => DeploymentTargets$, () => StackSetOperationPreferences$, [0, 4], 0], 3
1705
+ ];
1706
+ var DeleteStackInstancesOutput$ = [3, n0, _DSIO,
1707
+ 0,
1708
+ [_OI],
1709
+ [0]
1710
+ ];
1711
+ var DeleteStackSetInput$ = [3, n0, _DSSI,
1712
+ 0,
1713
+ [_SSN, _CA],
1714
+ [0, 0], 1
1715
+ ];
1716
+ var DeleteStackSetOutput$ = [3, n0, _DSSO,
1717
+ 0,
1718
+ [],
1719
+ []
1720
+ ];
1721
+ var DeploymentConfig$ = [3, n0, _DC,
1722
+ 0,
1723
+ [_Mo, _DR],
1724
+ [0, 2]
1725
+ ];
1726
+ var DeploymentTargets$ = [3, n0, _DT,
1727
+ 0,
1728
+ [_Ac, _AUc, _OUI, _AFT],
1729
+ [64 | 0, 0, 64 | 0, 0]
1730
+ ];
1731
+ var DeregisterTypeInput$ = [3, n0, _DTIe,
1732
+ 0,
1733
+ [_A, _T, _TN, _VI],
1734
+ [0, 0, 0, 0]
1735
+ ];
1736
+ var DeregisterTypeOutput$ = [3, n0, _DTOe,
1737
+ 0,
1738
+ [],
1739
+ []
1740
+ ];
1741
+ var DescribeAccountLimitsInput$ = [3, n0, _DALI,
1742
+ 0,
1743
+ [_NT],
1744
+ [0]
1745
+ ];
1746
+ var DescribeAccountLimitsOutput$ = [3, n0, _DALO,
1747
+ 0,
1748
+ [_ALc, _NT],
1749
+ [() => AccountLimitList, 0]
1750
+ ];
1751
+ var DescribeChangeSetHooksInput$ = [3, n0, _DCSHI,
1752
+ 0,
1753
+ [_CSN, _SN, _NT, _LRI],
1754
+ [0, 0, 0, 0], 1
1755
+ ];
1756
+ var DescribeChangeSetHooksOutput$ = [3, n0, _DCSHO,
1757
+ 0,
1758
+ [_CSI, _CSN, _H, _S, _NT, _SI, _SN],
1759
+ [0, 0, () => ChangeSetHooks, 0, 0, 0, 0]
1760
+ ];
1761
+ var DescribeChangeSetInput$ = [3, n0, _DCSIe,
1762
+ 0,
1763
+ [_CSN, _SN, _NT, _IPV],
1764
+ [0, 0, 0, 2], 1
1765
+ ];
1766
+ var DescribeChangeSetOutput$ = [3, n0, _DCSOe,
1767
+ 0,
1768
+ [_CSN, _CSI, _SI, _SN, _D, _P, _CT, _ES, _S, _SR, _SDS, _NARN, _RCo, _Ca, _Ta, _Ch, _NT, _INS, _PCSI, _RCSI, _OSF, _IER, _DM, _DC],
1769
+ [0, 0, 0, 0, 0, () => _Parameters, 4, 0, 0, 0, 0, 64 | 0, () => RollbackConfiguration$, 64 | 0, () => Tags, () => Changes, 0, 2, 0, 0, 0, 2, 0, () => DeploymentConfig$]
1770
+ ];
1771
+ var DescribeEventsInput$ = [3, n0, _DEI,
1772
+ 0,
1773
+ [_SN, _CSN, _OI, _F, _NT],
1774
+ [0, 0, 0, () => EventFilter$, 0]
1775
+ ];
1776
+ var DescribeEventsOutput$ = [3, n0, _DEO,
1777
+ 0,
1778
+ [_OE, _NT],
1779
+ [() => OperationEvents, 0]
1780
+ ];
1781
+ var DescribeGeneratedTemplateInput$ = [3, n0, _DGTIe,
1782
+ 0,
1783
+ [_GTN],
1784
+ [0], 1
1785
+ ];
1786
+ var DescribeGeneratedTemplateOutput$ = [3, n0, _DGTO,
1787
+ 0,
1788
+ [_GTI, _GTN, _R, _S, _SR, _CT, _LUT, _Pr, _SI, _TCe, _TW],
1789
+ [0, 0, () => ResourceDetails, 0, 0, 4, 4, () => TemplateProgress$, 0, () => TemplateConfiguration$, 1]
1790
+ ];
1791
+ var DescribeOrganizationsAccessInput$ = [3, n0, _DOAIe,
1792
+ 0,
1793
+ [_CA],
1794
+ [0]
1795
+ ];
1796
+ var DescribeOrganizationsAccessOutput$ = [3, n0, _DOAOe,
1797
+ 0,
1798
+ [_S],
1799
+ [0]
1800
+ ];
1801
+ var DescribePublisherInput$ = [3, n0, _DPI,
1802
+ 0,
1803
+ [_PI],
1804
+ [0]
1805
+ ];
1806
+ var DescribePublisherOutput$ = [3, n0, _DPO,
1807
+ 0,
1808
+ [_PI, _PS, _IPd, _PP],
1809
+ [0, 0, 0, 0]
1810
+ ];
1811
+ var DescribeResourceScanInput$ = [3, n0, _DRSI,
1812
+ 0,
1813
+ [_RSI],
1814
+ [0], 1
1815
+ ];
1816
+ var DescribeResourceScanOutput$ = [3, n0, _DRSO,
1817
+ 0,
1818
+ [_RSI, _S, _SR, _ST, _ET, _PC, _RTe, _RSe, _RRe, _SF],
1819
+ [0, 0, 0, 4, 4, 1, 64 | 0, 1, 1, () => ScanFilters]
1820
+ ];
1821
+ var DescribeStackDriftDetectionStatusInput$ = [3, n0, _DSDDSI,
1822
+ 0,
1823
+ [_SDDI],
1824
+ [0], 1
1825
+ ];
1826
+ var DescribeStackDriftDetectionStatusOutput$ = [3, n0, _DSDDSO,
1827
+ 0,
1828
+ [_SI, _SDDI, _DS, _Ti, _SDS, _DSR, _DSRC],
1829
+ [0, 0, 0, 4, 0, 0, 1], 4
1830
+ ];
1831
+ var DescribeStackEventsInput$ = [3, n0, _DSEI,
1832
+ 0,
1833
+ [_SN, _NT],
1834
+ [0, 0], 1
1835
+ ];
1836
+ var DescribeStackEventsOutput$ = [3, n0, _DSEO,
1837
+ 0,
1838
+ [_SE, _NT],
1839
+ [() => StackEvents, 0]
1840
+ ];
1841
+ var DescribeStackInstanceInput$ = [3, n0, _DSIIe,
1842
+ 0,
1843
+ [_SSN, _SIA, _SIR, _CA],
1844
+ [0, 0, 0, 0], 3
1845
+ ];
1846
+ var DescribeStackInstanceOutput$ = [3, n0, _DSIOe,
1847
+ 0,
1848
+ [_SIt],
1849
+ [() => StackInstance$]
1850
+ ];
1851
+ var DescribeStackRefactorInput$ = [3, n0, _DSRI,
1852
+ 0,
1853
+ [_SRI],
1854
+ [0], 1
1855
+ ];
1856
+ var DescribeStackRefactorOutput$ = [3, n0, _DSRO,
1857
+ 0,
1858
+ [_D, _SRI, _SIta, _ES, _ESR, _S, _SR],
1859
+ [0, 0, 64 | 0, 0, 0, 0, 0]
1860
+ ];
1861
+ var DescribeStackResourceDriftsInput$ = [3, n0, _DSRDI,
1862
+ 0,
1863
+ [_SN, _SRDSF, _NT, _MR],
1864
+ [0, 64 | 0, 0, 1], 1
1865
+ ];
1866
+ var DescribeStackResourceDriftsOutput$ = [3, n0, _DSRDO,
1867
+ 0,
1868
+ [_SRD, _NT],
1869
+ [() => StackResourceDrifts, 0], 1
1870
+ ];
1871
+ var DescribeStackResourceInput$ = [3, n0, _DSRIe,
1872
+ 0,
1873
+ [_SN, _LRI],
1874
+ [0, 0], 2
1875
+ ];
1876
+ var DescribeStackResourceOutput$ = [3, n0, _DSROe,
1877
+ 0,
1878
+ [_SRDt],
1879
+ [() => StackResourceDetail$]
1880
+ ];
1881
+ var DescribeStackResourcesInput$ = [3, n0, _DSRIes,
1882
+ 0,
1883
+ [_SN, _LRI, _PRI],
1884
+ [0, 0, 0]
1885
+ ];
1886
+ var DescribeStackResourcesOutput$ = [3, n0, _DSROes,
1887
+ 0,
1888
+ [_SRt],
1889
+ [() => StackResources]
1890
+ ];
1891
+ var DescribeStackSetInput$ = [3, n0, _DSSIe,
1892
+ 0,
1893
+ [_SSN, _CA],
1894
+ [0, 0], 1
1895
+ ];
1896
+ var DescribeStackSetOperationInput$ = [3, n0, _DSSOI,
1897
+ 0,
1898
+ [_SSN, _OI, _CA],
1899
+ [0, 0, 0], 2
1900
+ ];
1901
+ var DescribeStackSetOperationOutput$ = [3, n0, _DSSOO,
1902
+ 0,
1903
+ [_SSO],
1904
+ [() => StackSetOperation$]
1905
+ ];
1906
+ var DescribeStackSetOutput$ = [3, n0, _DSSOe,
1907
+ 0,
1908
+ [_SS],
1909
+ [() => StackSet$]
1910
+ ];
1911
+ var DescribeStacksInput$ = [3, n0, _DSIe,
1912
+ 0,
1913
+ [_SN, _NT],
1914
+ [0, 0]
1915
+ ];
1916
+ var DescribeStacksOutput$ = [3, n0, _DSO,
1917
+ 0,
1918
+ [_St, _NT],
1919
+ [() => Stacks, 0]
1920
+ ];
1921
+ var DescribeTypeInput$ = [3, n0, _DTIes,
1922
+ 0,
1923
+ [_T, _TN, _A, _VI, _PI, _PVN],
1924
+ [0, 0, 0, 0, 0, 0]
1925
+ ];
1926
+ var DescribeTypeOutput$ = [3, n0, _DTOes,
1927
+ 0,
1928
+ [_A, _T, _TN, _DVI, _IDV, _TTS, _TTSD, _D, _Sc, _PT, _DSe, _LC, _RAT, _ERA, _Vi, _SU, _DU, _LU, _TCi, _CS, _PI, _OTN, _OTA, _PVN, _LPV, _IA, _AU],
1929
+ [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, () => LoggingConfig$, () => RequiredActivatedTypes, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 2, 2]
1930
+ ];
1931
+ var DescribeTypeRegistrationInput$ = [3, n0, _DTRI,
1932
+ 0,
1933
+ [_RTeg],
1934
+ [0], 1
1935
+ ];
1936
+ var DescribeTypeRegistrationOutput$ = [3, n0, _DTRO,
1937
+ 0,
1938
+ [_PSr, _D, _TA, _TVA],
1939
+ [0, 0, 0, 0]
1940
+ ];
1941
+ var DetectStackDriftInput$ = [3, n0, _DSDI,
1942
+ 0,
1943
+ [_SN, _LRIo],
1944
+ [0, 64 | 0], 1
1945
+ ];
1946
+ var DetectStackDriftOutput$ = [3, n0, _DSDO,
1947
+ 0,
1948
+ [_SDDI],
1949
+ [0], 1
1950
+ ];
1951
+ var DetectStackResourceDriftInput$ = [3, n0, _DSRDIe,
1952
+ 0,
1953
+ [_SN, _LRI],
1954
+ [0, 0], 2
1955
+ ];
1956
+ var DetectStackResourceDriftOutput$ = [3, n0, _DSRDOe,
1957
+ 0,
1958
+ [_SRDta],
1959
+ [() => StackResourceDrift$], 1
1960
+ ];
1961
+ var DetectStackSetDriftInput$ = [3, n0, _DSSDI,
1962
+ 0,
1963
+ [_SSN, _OP, _OI, _CA],
1964
+ [0, () => StackSetOperationPreferences$, [0, 4], 0], 1
1965
+ ];
1966
+ var DetectStackSetDriftOutput$ = [3, n0, _DSSDO,
1967
+ 0,
1968
+ [_OI],
1969
+ [0]
1970
+ ];
1971
+ var EstimateTemplateCostInput$ = [3, n0, _ETCI,
1972
+ 0,
1973
+ [_TB, _TURL, _P],
1974
+ [0, 0, () => _Parameters]
1975
+ ];
1976
+ var EstimateTemplateCostOutput$ = [3, n0, _ETCO,
1977
+ 0,
1978
+ [_U],
1979
+ [0]
1980
+ ];
1981
+ var EventFilter$ = [3, n0, _EF,
1982
+ 0,
1983
+ [_FE],
1984
+ [2]
1985
+ ];
1986
+ var ExecuteChangeSetInput$ = [3, n0, _ECSI,
1987
+ 0,
1988
+ [_CSN, _SN, _CRT, _DR, _REOC],
1989
+ [0, 0, 0, 2, 2], 1
1990
+ ];
1991
+ var ExecuteChangeSetOutput$ = [3, n0, _ECSO,
1992
+ 0,
1993
+ [],
1994
+ []
1995
+ ];
1996
+ var ExecuteStackRefactorInput$ = [3, n0, _ESRI,
1997
+ 0,
1998
+ [_SRI],
1999
+ [0], 1
2000
+ ];
2001
+ var Export$ = [3, n0, _Ex,
2002
+ 0,
2003
+ [_ESI, _N, _V],
2004
+ [0, 0, 0]
2005
+ ];
2006
+ var GetGeneratedTemplateInput$ = [3, n0, _GGTI,
2007
+ 0,
2008
+ [_GTN, _Fo],
2009
+ [0, 0], 1
2010
+ ];
2011
+ var GetGeneratedTemplateOutput$ = [3, n0, _GGTO,
2012
+ 0,
2013
+ [_S, _TB],
2014
+ [0, 0]
2015
+ ];
2016
+ var GetHookResultInput$ = [3, n0, _GHRI,
2017
+ 0,
2018
+ [_HRI],
2019
+ [0]
2020
+ ];
2021
+ var GetHookResultOutput$ = [3, n0, _GHRO,
2022
+ 0,
2023
+ [_HRI, _IP, _FM, _TN, _OTN, _TVI, _TCVI, _TA, _S, _HSR, _IAn, _Tar, _Ann],
2024
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, () => HookTarget$, () => AnnotationList]
2025
+ ];
2026
+ var GetStackPolicyInput$ = [3, n0, _GSPI,
2027
+ 0,
2028
+ [_SN],
2029
+ [0], 1
2030
+ ];
2031
+ var GetStackPolicyOutput$ = [3, n0, _GSPO,
2032
+ 0,
2033
+ [_SPB],
2034
+ [0]
2035
+ ];
2036
+ var GetTemplateInput$ = [3, n0, _GTIe,
2037
+ 0,
2038
+ [_SN, _CSN, _TS],
2039
+ [0, 0, 0]
2040
+ ];
2041
+ var GetTemplateOutput$ = [3, n0, _GTO,
2042
+ 0,
2043
+ [_TB, _SA],
2044
+ [0, 64 | 0]
2045
+ ];
2046
+ var GetTemplateSummaryInput$ = [3, n0, _GTSI,
2047
+ 0,
2048
+ [_TB, _TURL, _SN, _SSN, _CA, _TSC],
2049
+ [0, 0, 0, 0, 0, () => TemplateSummaryConfig$]
2050
+ ];
2051
+ var GetTemplateSummaryOutput$ = [3, n0, _GTSO,
2052
+ 0,
2053
+ [_P, _D, _Ca, _CR, _RTe, _Ve, _Me, _DTe, _RIS, _W],
2054
+ [() => ParameterDeclarations, 0, 64 | 0, 0, 64 | 0, 0, 0, 64 | 0, () => ResourceIdentifierSummaries, () => Warnings$]
2055
+ ];
2056
+ var HookResultSummary$ = [3, n0, _HRS,
2057
+ 0,
2058
+ [_HRI, _IP, _FM, _TN, _TVI, _TCVI, _S, _HSR, _IAn, _TT, _TI, _TA, _HET],
2059
+ [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0]
2060
+ ];
2061
+ var HookTarget$ = [3, n0, _HT,
2062
+ 0,
2063
+ [_TT, _TTN, _TI, _Act],
2064
+ [0, 0, 0, 0], 4
2065
+ ];
2066
+ var ImportStacksToStackSetInput$ = [3, n0, _ISTSSI,
2067
+ 0,
2068
+ [_SSN, _SIta, _SIU, _OUI, _OP, _OI, _CA],
2069
+ [0, 64 | 0, 0, 64 | 0, () => StackSetOperationPreferences$, [0, 4], 0], 1
2070
+ ];
2071
+ var ImportStacksToStackSetOutput$ = [3, n0, _ISTSSO,
2072
+ 0,
2073
+ [_OI],
2074
+ [0]
2075
+ ];
2076
+ var ListChangeSetsInput$ = [3, n0, _LCSI,
2077
+ 0,
2078
+ [_SN, _NT],
2079
+ [0, 0], 1
2080
+ ];
2081
+ var ListChangeSetsOutput$ = [3, n0, _LCSO,
2082
+ 0,
2083
+ [_Su, _NT],
2084
+ [() => ChangeSetSummaries, 0]
2085
+ ];
2086
+ var ListExportsInput$ = [3, n0, _LEI,
2087
+ 0,
2088
+ [_NT],
2089
+ [0]
2090
+ ];
2091
+ var ListExportsOutput$ = [3, n0, _LEO,
2092
+ 0,
2093
+ [_Exp, _NT],
2094
+ [() => Exports, 0]
2095
+ ];
2096
+ var ListGeneratedTemplatesInput$ = [3, n0, _LGTI,
2097
+ 0,
2098
+ [_NT, _MR],
2099
+ [0, 1]
2100
+ ];
2101
+ var ListGeneratedTemplatesOutput$ = [3, n0, _LGTO,
2102
+ 0,
2103
+ [_Su, _NT],
2104
+ [() => TemplateSummaries, 0]
2105
+ ];
2106
+ var ListHookResultsInput$ = [3, n0, _LHRI,
2107
+ 0,
2108
+ [_TT, _TI, _TA, _S, _NT],
2109
+ [0, 0, 0, 0, 0]
2110
+ ];
2111
+ var ListHookResultsOutput$ = [3, n0, _LHRO,
2112
+ 0,
2113
+ [_TT, _TI, _HR, _NT],
2114
+ [0, 0, () => HookResultSummaries, 0]
2115
+ ];
2116
+ var ListImportsInput$ = [3, n0, _LII,
2117
+ 0,
2118
+ [_EN, _NT],
2119
+ [0, 0], 1
2120
+ ];
2121
+ var ListImportsOutput$ = [3, n0, _LIO,
2122
+ 0,
2123
+ [_Im, _NT],
2124
+ [64 | 0, 0]
2125
+ ];
2126
+ var ListResourceScanRelatedResourcesInput$ = [3, n0, _LRSRRI,
2127
+ 0,
2128
+ [_RSI, _R, _NT, _MR],
2129
+ [0, () => ScannedResourceIdentifiers, 0, 1], 2
2130
+ ];
2131
+ var ListResourceScanRelatedResourcesOutput$ = [3, n0, _LRSRRO,
2132
+ 0,
2133
+ [_RRel, _NT],
2134
+ [() => RelatedResources, 0]
2135
+ ];
2136
+ var ListResourceScanResourcesInput$ = [3, n0, _LRSRI,
2137
+ 0,
2138
+ [_RSI, _RI, _RTP, _TK, _TV, _NT, _MR],
2139
+ [0, 0, 0, 0, 0, 0, 1], 1
2140
+ ];
2141
+ var ListResourceScanResourcesOutput$ = [3, n0, _LRSRO,
2142
+ 0,
2143
+ [_R, _NT],
2144
+ [() => ScannedResources, 0]
2145
+ ];
2146
+ var ListResourceScansInput$ = [3, n0, _LRSI,
2147
+ 0,
2148
+ [_NT, _MR, _STF],
2149
+ [0, 1, 0]
2150
+ ];
2151
+ var ListResourceScansOutput$ = [3, n0, _LRSO,
2152
+ 0,
2153
+ [_RSS, _NT],
2154
+ [() => ResourceScanSummaries, 0]
2155
+ ];
2156
+ var ListStackInstanceResourceDriftsInput$ = [3, n0, _LSIRDI,
2157
+ 0,
2158
+ [_SSN, _SIA, _SIR, _OI, _NT, _MR, _SIRDS, _CA],
2159
+ [0, 0, 0, 0, 0, 1, 64 | 0, 0], 4
2160
+ ];
2161
+ var ListStackInstanceResourceDriftsOutput$ = [3, n0, _LSIRDO,
2162
+ 0,
2163
+ [_Su, _NT],
2164
+ [() => StackInstanceResourceDriftsSummaries, 0]
2165
+ ];
2166
+ var ListStackInstancesInput$ = [3, n0, _LSII,
2167
+ 0,
2168
+ [_SSN, _NT, _MR, _F, _SIA, _SIR, _CA],
2169
+ [0, 0, 1, () => StackInstanceFilters, 0, 0, 0], 1
2170
+ ];
2171
+ var ListStackInstancesOutput$ = [3, n0, _LSIO,
2172
+ 0,
2173
+ [_Su, _NT],
2174
+ [() => StackInstanceSummaries, 0]
2175
+ ];
2176
+ var ListStackRefactorActionsInput$ = [3, n0, _LSRAI,
2177
+ 0,
2178
+ [_SRI, _NT, _MR],
2179
+ [0, 0, 1], 1
2180
+ ];
2181
+ var ListStackRefactorActionsOutput$ = [3, n0, _LSRAO,
2182
+ 0,
2183
+ [_SRA, _NT],
2184
+ [() => StackRefactorActions, 0], 1
2185
+ ];
2186
+ var ListStackRefactorsInput$ = [3, n0, _LSRI,
2187
+ 0,
2188
+ [_ESF, _NT, _MR],
2189
+ [64 | 0, 0, 1]
2190
+ ];
2191
+ var ListStackRefactorsOutput$ = [3, n0, _LSRO,
2192
+ 0,
2193
+ [_SRS, _NT],
2194
+ [() => StackRefactorSummaries, 0], 1
2195
+ ];
2196
+ var ListStackResourcesInput$ = [3, n0, _LSRIi,
2197
+ 0,
2198
+ [_SN, _NT],
2199
+ [0, 0], 1
2200
+ ];
2201
+ var ListStackResourcesOutput$ = [3, n0, _LSROi,
2202
+ 0,
2203
+ [_SRSt, _NT],
2204
+ [() => StackResourceSummaries, 0]
2205
+ ];
2206
+ var ListStackSetAutoDeploymentTargetsInput$ = [3, n0, _LSSADTI,
2207
+ 0,
2208
+ [_SSN, _NT, _MR, _CA],
2209
+ [0, 0, 1, 0], 1
2210
+ ];
2211
+ var ListStackSetAutoDeploymentTargetsOutput$ = [3, n0, _LSSADTO,
2212
+ 0,
2213
+ [_Su, _NT],
2214
+ [() => StackSetAutoDeploymentTargetSummaries, 0]
2215
+ ];
2216
+ var ListStackSetOperationResultsInput$ = [3, n0, _LSSORI,
2217
+ 0,
2218
+ [_SSN, _OI, _NT, _MR, _CA, _F],
2219
+ [0, 0, 0, 1, 0, () => OperationResultFilters], 2
2220
+ ];
2221
+ var ListStackSetOperationResultsOutput$ = [3, n0, _LSSORO,
2222
+ 0,
2223
+ [_Su, _NT],
2224
+ [() => StackSetOperationResultSummaries, 0]
2225
+ ];
2226
+ var ListStackSetOperationsInput$ = [3, n0, _LSSOI,
2227
+ 0,
2228
+ [_SSN, _NT, _MR, _CA],
2229
+ [0, 0, 1, 0], 1
2230
+ ];
2231
+ var ListStackSetOperationsOutput$ = [3, n0, _LSSOO,
2232
+ 0,
2233
+ [_Su, _NT],
2234
+ [() => StackSetOperationSummaries, 0]
2235
+ ];
2236
+ var ListStackSetsInput$ = [3, n0, _LSSI,
2237
+ 0,
2238
+ [_NT, _MR, _S, _CA],
2239
+ [0, 1, 0, 0]
2240
+ ];
2241
+ var ListStackSetsOutput$ = [3, n0, _LSSO,
2242
+ 0,
2243
+ [_Su, _NT],
2244
+ [() => StackSetSummaries, 0]
2245
+ ];
2246
+ var ListStacksInput$ = [3, n0, _LSI,
2247
+ 0,
2248
+ [_NT, _SSF],
2249
+ [0, 64 | 0]
2250
+ ];
2251
+ var ListStacksOutput$ = [3, n0, _LSO,
2252
+ 0,
2253
+ [_SSt, _NT],
2254
+ [() => StackSummaries, 0]
2255
+ ];
2256
+ var ListTypeRegistrationsInput$ = [3, n0, _LTRI,
2257
+ 0,
2258
+ [_T, _TN, _TA, _RSF, _MR, _NT],
2259
+ [0, 0, 0, 0, 1, 0]
2260
+ ];
2261
+ var ListTypeRegistrationsOutput$ = [3, n0, _LTRO,
2262
+ 0,
2263
+ [_RTL, _NT],
2264
+ [64 | 0, 0]
2265
+ ];
2266
+ var ListTypesInput$ = [3, n0, _LTI,
2267
+ 0,
2268
+ [_Vi, _PT, _DSe, _T, _F, _MR, _NT],
2269
+ [0, 0, 0, 0, () => TypeFilters$, 1, 0]
2270
+ ];
2271
+ var ListTypesOutput$ = [3, n0, _LTO,
2272
+ 0,
2273
+ [_TSy, _NT],
2274
+ [() => TypeSummaries, 0]
2275
+ ];
2276
+ var ListTypeVersionsInput$ = [3, n0, _LTVI,
2277
+ 0,
2278
+ [_T, _TN, _A, _MR, _NT, _DSe, _PI],
2279
+ [0, 0, 0, 1, 0, 0, 0]
2280
+ ];
2281
+ var ListTypeVersionsOutput$ = [3, n0, _LTVO,
2282
+ 0,
2283
+ [_TVS, _NT],
2284
+ [() => TypeVersionSummaries, 0]
2285
+ ];
2286
+ var LiveResourceDrift$ = [3, n0, _LRD,
2287
+ 0,
2288
+ [_PV, _AV, _DDT],
2289
+ [0, 0, 4]
2290
+ ];
2291
+ var LoggingConfig$ = [3, n0, _LC,
2292
+ 0,
2293
+ [_LRA, _LGN],
2294
+ [0, 0], 2
2295
+ ];
2296
+ var ManagedExecution$ = [3, n0, _ME,
2297
+ 0,
2298
+ [_Acti],
2299
+ [2]
2300
+ ];
2301
+ var ModuleInfo$ = [3, n0, _MI,
2302
+ 0,
2303
+ [_TH, _LIH],
2304
+ [0, 0]
2305
+ ];
2306
+ var OperationEntry$ = [3, n0, _OEp,
2307
+ 0,
2308
+ [_OT, _OI],
2309
+ [0, 0]
2310
+ ];
2311
+ var OperationEvent$ = [3, n0, _OEpe,
2312
+ 0,
2313
+ [_EI, _SI, _OI, _OT, _OS, _ETv, _LRI, _PRI, _RT, _Ti, _ST, _ET, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HFM, _DSet, _VFM, _VN, _VS, _VSR, _VP],
2314
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2315
+ ];
2316
+ var OperationResultFilter$ = [3, n0, _ORF,
2317
+ 0,
2318
+ [_N, _Va],
2319
+ [0, 0]
2320
+ ];
2321
+ var Output$ = [3, n0, _O,
2322
+ 0,
2323
+ [_OK, _OV, _D, _EN],
2324
+ [0, 0, 0, 0]
2325
+ ];
2326
+ var Parameter$ = [3, n0, _Pa,
2327
+ 0,
2328
+ [_PK, _PVa, _UPV, _RV],
2329
+ [0, 0, 2, 0]
2330
+ ];
2331
+ var ParameterConstraints$ = [3, n0, _PCa,
2332
+ 0,
2333
+ [_AVl],
2334
+ [64 | 0]
2335
+ ];
2336
+ var ParameterDeclaration$ = [3, n0, _PD,
2337
+ 0,
2338
+ [_PK, _DVe, _PTa, _NE, _D, _PCa],
2339
+ [0, 0, 0, 2, 0, () => ParameterConstraints$]
2340
+ ];
2341
+ var PhysicalResourceIdContextKeyValuePair$ = [3, n0, _PRICKVP,
2342
+ 0,
2343
+ [_K, _V],
2344
+ [0, 0], 2
2345
+ ];
2346
+ var PropertyDifference$ = [3, n0, _PDr,
2347
+ 0,
2348
+ [_PPr, _EV, _AV, _DTi],
2349
+ [0, 0, 0, 0], 4
2350
+ ];
2351
+ var PublishTypeInput$ = [3, n0, _PTI,
2352
+ 0,
2353
+ [_T, _A, _TN, _PVN],
2354
+ [0, 0, 0, 0]
2355
+ ];
2356
+ var PublishTypeOutput$ = [3, n0, _PTO,
2357
+ 0,
2358
+ [_PTA],
2359
+ [0]
2360
+ ];
2361
+ var RecordHandlerProgressInput$ = [3, n0, _RHPI,
2362
+ 0,
2363
+ [_BT, _OS, _COS, _SM, _EC, _RMes, _CRT],
2364
+ [0, 0, 0, 0, 0, 0, 0], 2
2365
+ ];
2366
+ var RecordHandlerProgressOutput$ = [3, n0, _RHPO,
2367
+ 0,
2368
+ [],
2369
+ []
2370
+ ];
2371
+ var RegisterPublisherInput$ = [3, n0, _RPI,
2372
+ 0,
2373
+ [_ATAC, _CAo],
2374
+ [2, 0]
2375
+ ];
2376
+ var RegisterPublisherOutput$ = [3, n0, _RPO,
2377
+ 0,
2378
+ [_PI],
2379
+ [0]
2380
+ ];
2381
+ var RegisterTypeInput$ = [3, n0, _RTIe,
2382
+ 0,
2383
+ [_TN, _SHP, _T, _LC, _ERA, _CRT],
2384
+ [0, 0, 0, () => LoggingConfig$, 0, 0], 2
2385
+ ];
2386
+ var RegisterTypeOutput$ = [3, n0, _RTO,
2387
+ 0,
2388
+ [_RTeg],
2389
+ [0]
2390
+ ];
2391
+ var RequiredActivatedType$ = [3, n0, _RATe,
2392
+ 0,
2393
+ [_TNA, _OTN, _PI, _SMV],
2394
+ [0, 0, 0, 64 | 1]
2395
+ ];
2396
+ var ResourceChange$ = [3, n0, _RC,
2397
+ 0,
2398
+ [_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _RDS, _RDIA, _De, _CSI, _MI, _BC, _AC, _PDC],
2399
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0, () => ResourceDriftIgnoredAttributes, () => ResourceChangeDetails, 0, () => ModuleInfo$, 0, 0, 0]
2400
+ ];
2401
+ var ResourceChangeDetail$ = [3, n0, _RCD,
2402
+ 0,
2403
+ [_Tar, _Ev, _CSh, _CE],
2404
+ [() => ResourceTargetDefinition$, 0, 0, 0]
2405
+ ];
2406
+ var ResourceDefinition$ = [3, n0, _RD,
2407
+ 0,
2408
+ [_RT, _RI, _LRI],
2409
+ [0, 128 | 0, 0], 2
2410
+ ];
2411
+ var ResourceDetail$ = [3, n0, _RDe,
2412
+ 0,
2413
+ [_RT, _LRI, _RI, _RSes, _RSR, _W],
2414
+ [0, 0, 128 | 0, 0, 0, () => WarningDetails]
2415
+ ];
2416
+ var ResourceDriftIgnoredAttribute$ = [3, n0, _RDIAe,
2417
+ 0,
2418
+ [_Pat, _Rea],
2419
+ [0, 0]
2420
+ ];
2421
+ var ResourceIdentifierSummary$ = [3, n0, _RISe,
2422
+ 0,
2423
+ [_RT, _LRIo, _RIe],
2424
+ [0, 64 | 0, 64 | 0]
2425
+ ];
2426
+ var ResourceLocation$ = [3, n0, _RLe,
2427
+ 0,
2428
+ [_SN, _LRI],
2429
+ [0, 0], 2
2430
+ ];
2431
+ var ResourceMapping$ = [3, n0, _RMeso,
2432
+ 0,
2433
+ [_So, _Des],
2434
+ [() => ResourceLocation$, () => ResourceLocation$], 2
2435
+ ];
2436
+ var ResourceScanSummary$ = [3, n0, _RSSe,
2437
+ 0,
2438
+ [_RSI, _S, _SR, _ST, _ET, _PC, _STc],
2439
+ [0, 0, 0, 4, 4, 1, 0]
2440
+ ];
2441
+ var ResourceTargetDefinition$ = [3, n0, _RTDe,
2442
+ 0,
2443
+ [_At, _N, _RReq, _Pat, _BV, _AVf, _BVF, _AVF, _Dr, _ACT],
2444
+ [0, 0, 0, 0, 0, 0, 0, 0, () => LiveResourceDrift$, 0]
2445
+ ];
2446
+ var ResourceToImport$ = [3, n0, _RTIes,
2447
+ 0,
2448
+ [_RT, _LRI, _RI],
2449
+ [0, 0, 128 | 0], 3
2450
+ ];
2451
+ var RollbackConfiguration$ = [3, n0, _RCo,
2452
+ 0,
2453
+ [_RTo, _MTIM],
2454
+ [() => RollbackTriggers, 1]
2455
+ ];
2456
+ var RollbackStackInput$ = [3, n0, _RSIo,
2457
+ 0,
2458
+ [_SN, _RARN, _CRT, _REOC, _DC],
2459
+ [0, 0, 0, 2, () => DeploymentConfig$], 1
2460
+ ];
2461
+ var RollbackStackOutput$ = [3, n0, _RSO,
2462
+ 0,
2463
+ [_SI, _OI],
2464
+ [0, 0]
2465
+ ];
2466
+ var RollbackTrigger$ = [3, n0, _RTol,
2467
+ 0,
2468
+ [_A, _T],
2469
+ [0, 0], 2
2470
+ ];
2471
+ var ScanFilter$ = [3, n0, _SFc,
2472
+ 0,
2473
+ [_Ty],
2474
+ [64 | 0]
2475
+ ];
2476
+ var ScannedResource$ = [3, n0, _SRc,
2477
+ 0,
2478
+ [_RT, _RI, _MBS],
2479
+ [0, 128 | 0, 2]
2480
+ ];
2481
+ var ScannedResourceIdentifier$ = [3, n0, _SRIc,
2482
+ 0,
2483
+ [_RT, _RI],
2484
+ [0, 128 | 0], 2
2485
+ ];
2486
+ var SetStackPolicyInput$ = [3, n0, _SSPI,
2487
+ 0,
2488
+ [_SN, _SPB, _SPURL],
2489
+ [0, 0, 0], 1
2490
+ ];
2491
+ var SetTypeConfigurationInput$ = [3, n0, _STCI,
2492
+ 0,
2493
+ [_Co, _TA, _CAon, _TN, _T],
2494
+ [0, 0, 0, 0, 0], 1
2495
+ ];
2496
+ var SetTypeConfigurationOutput$ = [3, n0, _STCO,
2497
+ 0,
2498
+ [_CAonf],
2499
+ [0]
2500
+ ];
2501
+ var SetTypeDefaultVersionInput$ = [3, n0, _STDVI,
2502
+ 0,
2503
+ [_A, _T, _TN, _VI],
2504
+ [0, 0, 0, 0]
2505
+ ];
2506
+ var SetTypeDefaultVersionOutput$ = [3, n0, _STDVO,
2507
+ 0,
2508
+ [],
2509
+ []
2510
+ ];
2511
+ var SignalResourceInput$ = [3, n0, _SRIi,
2512
+ 0,
2513
+ [_SN, _LRI, _UI, _S],
2514
+ [0, 0, 0, 0], 4
2515
+ ];
2516
+ var Stack$ = [3, n0, _Sta,
2517
+ 0,
2518
+ [_SN, _CT, _SSta, _SI, _CSI, _D, _P, _DTel, _LUT, _RCo, _SSR, _DR, _DC, _NARN, _TIM, _Ca, _Ou, _RARN, _Ta, _ETP, _PIa, _RIo, _DI, _REOC, _DMe, _DSet, _LO],
2519
+ [0, 4, 0, 0, 0, 0, () => _Parameters, 4, 4, () => RollbackConfiguration$, 0, 2, () => DeploymentConfig$, 64 | 0, 1, 64 | 0, () => Outputs, 0, () => Tags, 2, 0, 0, () => StackDriftInformation$, 2, 0, 0, () => LastOperations], 3
2520
+ ];
2521
+ var StackDefinition$ = [3, n0, _SDt,
2522
+ 0,
2523
+ [_SN, _TB, _TURL],
2524
+ [0, 0, 0]
2525
+ ];
2526
+ var StackDriftInformation$ = [3, n0, _SDI,
2527
+ 0,
2528
+ [_SDS, _LCT],
2529
+ [0, 4], 1
2530
+ ];
2531
+ var StackDriftInformationSummary$ = [3, n0, _SDIS,
2532
+ 0,
2533
+ [_SDS, _LCT],
2534
+ [0, 4], 1
2535
+ ];
2536
+ var StackEvent$ = [3, n0, _SEt,
2537
+ 0,
2538
+ [_SI, _EI, _SN, _Ti, _OI, _LRI, _PRI, _RT, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
2539
+ [0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 4
2540
+ ];
2541
+ var StackInstance$ = [3, n0, _SIt,
2542
+ 0,
2543
+ [_SSI, _Reg, _Acc, _SI, _PO, _S, _SIS, _SR, _OUIr, _DSr, _LDCT, _LOI],
2544
+ [0, 0, 0, 0, () => _Parameters, 0, () => StackInstanceComprehensiveStatus$, 0, 0, 0, 4, 0]
2545
+ ];
2546
+ var StackInstanceComprehensiveStatus$ = [3, n0, _SICS,
2547
+ 0,
2548
+ [_DSet],
2549
+ [0]
2550
+ ];
2551
+ var StackInstanceFilter$ = [3, n0, _SIF,
2552
+ 0,
2553
+ [_N, _Va],
2554
+ [0, 0]
2555
+ ];
2556
+ var StackInstanceResourceDriftsSummary$ = [3, n0, _SIRDSt,
2557
+ 0,
2558
+ [_SI, _LRI, _RT, _SRDS, _Ti, _PRI, _PRIC, _PDro],
2559
+ [0, 0, 0, 0, 4, 0, () => PhysicalResourceIdContext, () => PropertyDifferences], 5
2560
+ ];
2561
+ var StackInstanceSummary$ = [3, n0, _SISt,
2562
+ 0,
2563
+ [_SSI, _Reg, _Acc, _SI, _S, _SR, _SIS, _OUIr, _DSr, _LDCT, _LOI],
2564
+ [0, 0, 0, 0, 0, 0, () => StackInstanceComprehensiveStatus$, 0, 0, 4, 0]
2565
+ ];
2566
+ var StackRefactorAction$ = [3, n0, _SRAt,
2567
+ 0,
2568
+ [_Act, _En, _PRI, _RI, _D, _Det, _DRe, _TR, _UR, _RMeso],
2569
+ [0, 0, 0, 0, 0, 0, 0, () => StackRefactorTagResources, 64 | 0, () => ResourceMapping$]
2570
+ ];
2571
+ var StackRefactorSummary$ = [3, n0, _SRSta,
2572
+ 0,
2573
+ [_SRI, _D, _ES, _ESR, _S, _SR],
2574
+ [0, 0, 0, 0, 0, 0]
2575
+ ];
2576
+ var StackResource$ = [3, n0, _SRta,
2577
+ 0,
2578
+ [_LRI, _RT, _Ti, _RSes, _SN, _SI, _PRI, _RSR, _D, _DI, _MI],
2579
+ [0, 0, 4, 0, 0, 0, 0, 0, 0, () => StackResourceDriftInformation$, () => ModuleInfo$], 4
2580
+ ];
2581
+ var StackResourceDetail$ = [3, n0, _SRDt,
2582
+ 0,
2583
+ [_LRI, _RT, _LUTa, _RSes, _SN, _SI, _PRI, _RSR, _D, _Me, _DI, _MI],
2584
+ [0, 0, 4, 0, 0, 0, 0, 0, 0, 0, () => StackResourceDriftInformation$, () => ModuleInfo$], 4
2585
+ ];
2586
+ var StackResourceDrift$ = [3, n0, _SRDta,
2587
+ 0,
2588
+ [_SI, _LRI, _RT, _SRDS, _Ti, _PRI, _PRIC, _EP, _AP, _PDro, _MI, _DSRr],
2589
+ [0, 0, 0, 0, 4, 0, () => PhysicalResourceIdContext, 0, 0, () => PropertyDifferences, () => ModuleInfo$, 0], 5
2590
+ ];
2591
+ var StackResourceDriftInformation$ = [3, n0, _SRDI,
2592
+ 0,
2593
+ [_SRDS, _LCT],
2594
+ [0, 4], 1
2595
+ ];
2596
+ var StackResourceDriftInformationSummary$ = [3, n0, _SRDIS,
2597
+ 0,
2598
+ [_SRDS, _LCT],
2599
+ [0, 4], 1
2600
+ ];
2601
+ var StackResourceSummary$ = [3, n0, _SRStac,
2602
+ 0,
2603
+ [_LRI, _RT, _LUTa, _RSes, _PRI, _RSR, _DI, _MI],
2604
+ [0, 0, 4, 0, 0, 0, () => StackResourceDriftInformationSummary$, () => ModuleInfo$], 4
2605
+ ];
2606
+ var StackSet$ = [3, n0, _SS,
2607
+ 0,
2608
+ [_SSN, _SSI, _D, _S, _TB, _P, _Ca, _Ta, _SSARN, _ARARN, _ERN, _SSDDD, _AD, _PM, _OUI, _ME, _Re],
2609
+ [0, 0, 0, 0, 0, () => _Parameters, 64 | 0, () => Tags, 0, 0, 0, () => StackSetDriftDetectionDetails$, () => AutoDeployment$, 0, 64 | 0, () => ManagedExecution$, 64 | 0]
2610
+ ];
2611
+ var StackSetAutoDeploymentTargetSummary$ = [3, n0, _SSADTS,
2612
+ 0,
2613
+ [_OUIr, _Re],
2614
+ [0, 64 | 0]
2615
+ ];
2616
+ var StackSetDriftDetectionDetails$ = [3, n0, _SSDDD,
2617
+ 0,
2618
+ [_DSr, _DDS, _LDCT, _TSIC, _DSIC, _ISSIC, _IPSIC, _FSIC],
2619
+ [0, 0, 4, 1, 1, 1, 1, 1]
2620
+ ];
2621
+ var StackSetOperation$ = [3, n0, _SSO,
2622
+ 0,
2623
+ [_OI, _SSI, _Act, _S, _OP, _RS, _ARARN, _ERN, _CTr, _ETn, _DT, _SSDDD, _SR, _SDta],
2624
+ [0, 0, 0, 0, () => StackSetOperationPreferences$, 2, 0, 0, 4, 4, () => DeploymentTargets$, () => StackSetDriftDetectionDetails$, 0, () => StackSetOperationStatusDetails$]
2625
+ ];
2626
+ var StackSetOperationPreferences$ = [3, n0, _SSOP,
2627
+ 0,
2628
+ [_RCT, _RO, _FTC, _FTP, _MCC, _MCP, _CM],
2629
+ [0, 64 | 0, 1, 1, 1, 1, 0]
2630
+ ];
2631
+ var StackSetOperationResultSummary$ = [3, n0, _SSORS,
2632
+ 0,
2633
+ [_Acc, _Reg, _S, _SR, _AGR, _OUIr],
2634
+ [0, 0, 0, 0, () => AccountGateResult$, 0]
2635
+ ];
2636
+ var StackSetOperationStatusDetails$ = [3, n0, _SSOSD,
2637
+ 0,
2638
+ [_FSIC],
2639
+ [1]
2640
+ ];
2641
+ var StackSetOperationSummary$ = [3, n0, _SSOS,
2642
+ 0,
2643
+ [_OI, _Act, _S, _CTr, _ETn, _SR, _SDta, _OP],
2644
+ [0, 0, 0, 4, 4, 0, () => StackSetOperationStatusDetails$, () => StackSetOperationPreferences$]
2645
+ ];
2646
+ var StackSetSummary$ = [3, n0, _SSS,
2647
+ 0,
2648
+ [_SSN, _SSI, _D, _S, _AD, _PM, _DSr, _LDCT, _ME],
2649
+ [0, 0, 0, 0, () => AutoDeployment$, 0, 0, 4, () => ManagedExecution$]
2650
+ ];
2651
+ var StackSummary$ = [3, n0, _SStac,
2652
+ 0,
2653
+ [_SN, _CT, _SSta, _SI, _TDe, _LUT, _DTel, _SSR, _PIa, _RIo, _DI, _LO],
2654
+ [0, 4, 0, 0, 0, 4, 4, 0, 0, 0, () => StackDriftInformationSummary$, () => LastOperations], 3
2655
+ ];
2656
+ var StartResourceScanInput$ = [3, n0, _SRSI,
2657
+ 0,
2658
+ [_CRT, _SF],
2659
+ [0, () => ScanFilters]
2660
+ ];
2661
+ var StartResourceScanOutput$ = [3, n0, _SRSO,
2662
+ 0,
2663
+ [_RSI],
2664
+ [0]
2665
+ ];
2666
+ var StopStackSetOperationInput$ = [3, n0, _SSSOI,
2667
+ 0,
2668
+ [_SSN, _OI, _CA],
2669
+ [0, 0, 0], 2
2670
+ ];
2671
+ var StopStackSetOperationOutput$ = [3, n0, _SSSOO,
2672
+ 0,
2673
+ [],
2674
+ []
2675
+ ];
2676
+ var Tag$ = [3, n0, _Tag,
2677
+ 0,
2678
+ [_K, _V],
2679
+ [0, 0], 2
2680
+ ];
2681
+ var TemplateConfiguration$ = [3, n0, _TCe,
2682
+ 0,
2683
+ [_DP, _URP],
2684
+ [0, 0]
2685
+ ];
2686
+ var TemplateParameter$ = [3, n0, _TP,
2687
+ 0,
2688
+ [_PK, _DVe, _NE, _D],
2689
+ [0, 0, 2, 0]
2690
+ ];
2691
+ var TemplateProgress$ = [3, n0, _TPe,
2692
+ 0,
2693
+ [_RSeso, _RF, _RPe, _RPes],
2694
+ [1, 1, 1, 1]
2695
+ ];
2696
+ var TemplateSummary$ = [3, n0, _TSe,
2697
+ 0,
2698
+ [_GTI, _GTN, _S, _SR, _CT, _LUT, _NOR],
2699
+ [0, 0, 0, 0, 4, 4, 1]
2700
+ ];
2701
+ var TemplateSummaryConfig$ = [3, n0, _TSC,
2702
+ 0,
2703
+ [_TURTAW],
2704
+ [2]
2705
+ ];
2706
+ var TestTypeInput$ = [3, n0, _TTI,
2707
+ 0,
2708
+ [_A, _T, _TN, _VI, _LDB],
2709
+ [0, 0, 0, 0, 0]
2710
+ ];
2711
+ var TestTypeOutput$ = [3, n0, _TTO,
2712
+ 0,
2713
+ [_TVA],
2714
+ [0]
2715
+ ];
2716
+ var TypeConfigurationDetails$ = [3, n0, _TCD,
2717
+ 0,
2718
+ [_A, _Al, _Co, _LU, _TA, _TN, _IDC],
2719
+ [0, 0, 0, 4, 0, 0, 2]
2720
+ ];
2721
+ var TypeConfigurationIdentifier$ = [3, n0, _TCI,
2722
+ 0,
2723
+ [_TA, _TCA, _TCAy, _T, _TN],
2724
+ [0, 0, 0, 0, 0]
2725
+ ];
2726
+ var TypeFilters$ = [3, n0, _TF,
2727
+ 0,
2728
+ [_Cat, _PI, _TNP],
2729
+ [0, 0, 0]
2730
+ ];
2731
+ var TypeSummary$ = [3, n0, _TSyp,
2732
+ 0,
2733
+ [_T, _TN, _DVI, _TA, _LU, _D, _PI, _OTN, _PVN, _LPV, _PIu, _PN, _IA],
2734
+ [0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2]
2735
+ ];
2736
+ var TypeVersionSummary$ = [3, n0, _TVSy,
2737
+ 0,
2738
+ [_T, _TN, _VI, _IDV, _A, _TCi, _D, _PVN],
2739
+ [0, 0, 0, 2, 0, 4, 0, 0]
2740
+ ];
2741
+ var UpdateGeneratedTemplateInput$ = [3, n0, _UGTI,
2742
+ 0,
2743
+ [_GTN, _NGTN, _AR, _RRem, _RAR, _TCe],
2744
+ [0, 0, () => ResourceDefinitions, 64 | 0, 2, () => TemplateConfiguration$], 1
2745
+ ];
2746
+ var UpdateGeneratedTemplateOutput$ = [3, n0, _UGTO,
2747
+ 0,
2748
+ [_GTI],
2749
+ [0]
2750
+ ];
2751
+ var UpdateStackInput$ = [3, n0, _USI,
2752
+ 0,
2753
+ [_SN, _TB, _TURL, _UPT, _SPDUB, _SPDUURL, _P, _Ca, _RTe, _RARN, _RCo, _SPB, _SPURL, _NARN, _Ta, _DR, _CRT, _REOC, _DC, _DV],
2754
+ [0, 0, 0, 2, 0, 0, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 0, 0, 64 | 0, () => Tags, 2, 0, 2, () => DeploymentConfig$, 2], 1
2755
+ ];
2756
+ var UpdateStackInstancesInput$ = [3, n0, _USII,
2757
+ 0,
2758
+ [_SSN, _Re, _Ac, _DT, _PO, _OP, _OI, _CA],
2759
+ [0, 64 | 0, 64 | 0, () => DeploymentTargets$, () => _Parameters, () => StackSetOperationPreferences$, [0, 4], 0], 2
2760
+ ];
2761
+ var UpdateStackInstancesOutput$ = [3, n0, _USIO,
2762
+ 0,
2763
+ [_OI],
2764
+ [0]
2765
+ ];
2766
+ var UpdateStackOutput$ = [3, n0, _USO,
2767
+ 0,
2768
+ [_SI, _OI],
2769
+ [0, 0]
2770
+ ];
2771
+ var UpdateStackSetInput$ = [3, n0, _USSI,
2772
+ 0,
2773
+ [_SSN, _D, _TB, _TURL, _UPT, _P, _Ca, _Ta, _OP, _ARARN, _ERN, _DT, _PM, _AD, _OI, _Ac, _Re, _CA, _ME],
2774
+ [0, 0, 0, 0, 2, () => _Parameters, 64 | 0, () => Tags, () => StackSetOperationPreferences$, 0, 0, () => DeploymentTargets$, 0, () => AutoDeployment$, [0, 4], 64 | 0, 64 | 0, 0, () => ManagedExecution$], 1
2775
+ ];
2776
+ var UpdateStackSetOutput$ = [3, n0, _USSO,
2777
+ 0,
2778
+ [_OI],
2779
+ [0]
2780
+ ];
2781
+ var UpdateTerminationProtectionInput$ = [3, n0, _UTPI,
2782
+ 0,
2783
+ [_ETP, _SN],
2784
+ [2, 0], 2
2785
+ ];
2786
+ var UpdateTerminationProtectionOutput$ = [3, n0, _UTPO,
2787
+ 0,
2788
+ [_SI],
2789
+ [0]
2790
+ ];
2791
+ var ValidateTemplateInput$ = [3, n0, _VTI,
2792
+ 0,
2793
+ [_TB, _TURL],
2794
+ [0, 0]
2795
+ ];
2796
+ var ValidateTemplateOutput$ = [3, n0, _VTO,
2797
+ 0,
2798
+ [_P, _D, _Ca, _CR, _DTe],
2799
+ [() => TemplateParameters, 0, 64 | 0, 0, 64 | 0]
2800
+ ];
2801
+ var WarningDetail$ = [3, n0, _WD,
2802
+ 0,
2803
+ [_T, _Pro],
2804
+ [0, () => WarningProperties]
2805
+ ];
2806
+ var WarningProperty$ = [3, n0, _WP,
2807
+ 0,
2808
+ [_PPr, _Req, _D],
2809
+ [0, 2, 0]
2810
+ ];
2811
+ var Warnings$ = [3, n0, _W,
2812
+ 0,
2813
+ [_URT],
2814
+ [64 | 0]
2815
+ ];
2816
+ var __Unit = "unit";
2817
+ var AccountLimitList = [1, n0, _ALL,
2818
+ 0, () => AccountLimit$
2819
+ ];
2820
+ var AnnotationList = [1, n0, _ALn,
2821
+ 0, () => Annotation$
2822
+ ];
2823
+ var BatchDescribeTypeConfigurationsErrors = [1, n0, _BDTCEa,
2824
+ 0, () => BatchDescribeTypeConfigurationsError$
2825
+ ];
2826
+ var Changes = [1, n0, _Ch,
2827
+ 0, () => Change$
2828
+ ];
2829
+ var ChangeSetHooks = [1, n0, _CSHh,
2830
+ 0, () => ChangeSetHook$
2831
+ ];
2832
+ var ChangeSetSummaries = [1, n0, _CSSh,
2833
+ 0, () => ChangeSetSummary$
2834
+ ];
2835
+ var Exports = [1, n0, _Exp,
2836
+ 0, () => Export$
2837
+ ];
2838
+ var HookResultSummaries = [1, n0, _HRSo,
2839
+ 0, () => HookResultSummary$
2840
+ ];
2841
+ var LastOperations = [1, n0, _LO,
2842
+ 0, () => OperationEntry$
2843
+ ];
2844
+ var OperationEvents = [1, n0, _OE,
2845
+ 0, () => OperationEvent$
2846
+ ];
2847
+ var OperationResultFilters = [1, n0, _ORFp,
2848
+ 0, () => OperationResultFilter$
2849
+ ];
2850
+ var Outputs = [1, n0, _Ou,
2851
+ 0, () => Output$
2852
+ ];
2853
+ var ParameterDeclarations = [1, n0, _PDa,
2854
+ 0, () => ParameterDeclaration$
2855
+ ];
2856
+ var _Parameters = [1, n0, _P,
2857
+ 0, () => Parameter$
2858
+ ];
2859
+ var PhysicalResourceIdContext = [1, n0, _PRIC,
2860
+ 0, () => PhysicalResourceIdContextKeyValuePair$
2861
+ ];
2862
+ var PropertyDifferences = [1, n0, _PDro,
2863
+ 0, () => PropertyDifference$
2864
+ ];
2865
+ var RelatedResources = [1, n0, _RRel,
2866
+ 0, () => ScannedResource$
2867
+ ];
2868
+ var RequiredActivatedTypes = [1, n0, _RAT,
2869
+ 0, () => RequiredActivatedType$
2870
+ ];
2871
+ var ResourceChangeDetails = [1, n0, _RCDe,
2872
+ 0, () => ResourceChangeDetail$
2873
+ ];
2874
+ var ResourceDefinitions = [1, n0, _RDes,
2875
+ 0, () => ResourceDefinition$
2876
+ ];
2877
+ var ResourceDetails = [1, n0, _RDeso,
2878
+ 0, () => ResourceDetail$
2879
+ ];
2880
+ var ResourceDriftIgnoredAttributes = [1, n0, _RDIA,
2881
+ 0, () => ResourceDriftIgnoredAttribute$
2882
+ ];
2883
+ var ResourceIdentifierSummaries = [1, n0, _RIS,
2884
+ 0, () => ResourceIdentifierSummary$
2885
+ ];
2886
+ var ResourceMappings = [1, n0, _RMe,
2887
+ 0, () => ResourceMapping$
2888
+ ];
2889
+ var ResourceScanSummaries = [1, n0, _RSS,
2890
+ 0, () => ResourceScanSummary$
2891
+ ];
2892
+ var ResourcesToImport = [1, n0, _RTI,
2893
+ 0, () => ResourceToImport$
2894
+ ];
2895
+ var RollbackTriggers = [1, n0, _RTo,
2896
+ 0, () => RollbackTrigger$
2897
+ ];
2898
+ var ScanFilters = [1, n0, _SF,
2899
+ 0, () => ScanFilter$
2900
+ ];
2901
+ var ScannedResourceIdentifiers = [1, n0, _SRIca,
2902
+ 0, () => ScannedResourceIdentifier$
2903
+ ];
2904
+ var ScannedResources = [1, n0, _SRca,
2905
+ 0, () => ScannedResource$
2906
+ ];
2907
+ var StackDefinitions = [1, n0, _SD,
2908
+ 0, () => StackDefinition$
2909
+ ];
2910
+ var StackEvents = [1, n0, _SE,
2911
+ 0, () => StackEvent$
2912
+ ];
2913
+ var StackInstanceFilters = [1, n0, _SIFt,
2914
+ 0, () => StackInstanceFilter$
2915
+ ];
2916
+ var StackInstanceResourceDriftsSummaries = [1, n0, _SIRDSta,
2917
+ 0, () => StackInstanceResourceDriftsSummary$
2918
+ ];
2919
+ var StackInstanceSummaries = [1, n0, _SISta,
2920
+ 0, () => StackInstanceSummary$
2921
+ ];
2922
+ var StackRefactorActions = [1, n0, _SRA,
2923
+ 0, () => StackRefactorAction$
2924
+ ];
2925
+ var StackRefactorSummaries = [1, n0, _SRS,
2926
+ 0, () => StackRefactorSummary$
2927
+ ];
2928
+ var StackRefactorTagResources = [1, n0, _SRTR,
2929
+ 0, () => Tag$
2930
+ ];
2931
+ var StackResourceDrifts = [1, n0, _SRD,
2932
+ 0, () => StackResourceDrift$
2933
+ ];
2934
+ var StackResources = [1, n0, _SRt,
2935
+ 0, () => StackResource$
2936
+ ];
2937
+ var StackResourceSummaries = [1, n0, _SRSt,
2938
+ 0, () => StackResourceSummary$
2939
+ ];
2940
+ var Stacks = [1, n0, _St,
2941
+ 0, () => Stack$
2942
+ ];
2943
+ var StackSetAutoDeploymentTargetSummaries = [1, n0, _SSADTSt,
2944
+ 0, () => StackSetAutoDeploymentTargetSummary$
2945
+ ];
2946
+ var StackSetOperationResultSummaries = [1, n0, _SSORSt,
2947
+ 0, () => StackSetOperationResultSummary$
2948
+ ];
2949
+ var StackSetOperationSummaries = [1, n0, _SSOSt,
2950
+ 0, () => StackSetOperationSummary$
2951
+ ];
2952
+ var StackSetSummaries = [1, n0, _SSSt,
2953
+ 0, () => StackSetSummary$
2954
+ ];
2955
+ var StackSummaries = [1, n0, _SSt,
2956
+ 0, () => StackSummary$
2957
+ ];
2958
+ var Tags = [1, n0, _Ta,
2959
+ 0, () => Tag$
2960
+ ];
2961
+ var TemplateParameters = [1, n0, _TPem,
2962
+ 0, () => TemplateParameter$
2963
+ ];
2964
+ var TemplateSummaries = [1, n0, _TSem,
2965
+ 0, () => TemplateSummary$
2966
+ ];
2967
+ var TypeConfigurationDetailsList = [1, n0, _TCDL,
2968
+ 0, () => TypeConfigurationDetails$
2969
+ ];
2970
+ var TypeConfigurationIdentifiers = [1, n0, _TCIy,
2971
+ 0, () => TypeConfigurationIdentifier$
2972
+ ];
2973
+ var TypeSummaries = [1, n0, _TSy,
2974
+ 0, () => TypeSummary$
2975
+ ];
2976
+ var TypeVersionSummaries = [1, n0, _TVS,
2977
+ 0, () => TypeVersionSummary$
2978
+ ];
2979
+ var UnprocessedTypeConfigurations = [1, n0, _UTC,
2980
+ 0, () => TypeConfigurationIdentifier$
2981
+ ];
2982
+ var WarningDetails = [1, n0, _WDa,
2983
+ 0, () => WarningDetail$
2984
+ ];
2985
+ var WarningProperties = [1, n0, _WPa,
2986
+ 0, () => WarningProperty$
2987
+ ];
2988
+ var ActivateOrganizationsAccess$ = [9, n0, _AOA,
2989
+ 0, () => ActivateOrganizationsAccessInput$, () => ActivateOrganizationsAccessOutput$
2990
+ ];
2991
+ var ActivateType$ = [9, n0, _AT,
2992
+ 2, () => ActivateTypeInput$, () => ActivateTypeOutput$
2993
+ ];
2994
+ var BatchDescribeTypeConfigurations$ = [9, n0, _BDTC,
2995
+ 0, () => BatchDescribeTypeConfigurationsInput$, () => BatchDescribeTypeConfigurationsOutput$
2996
+ ];
2997
+ var CancelUpdateStack$ = [9, n0, _CUS,
2998
+ 0, () => CancelUpdateStackInput$, () => __Unit
2999
+ ];
3000
+ var ContinueUpdateRollback$ = [9, n0, _CUR,
3001
+ 0, () => ContinueUpdateRollbackInput$, () => ContinueUpdateRollbackOutput$
3002
+ ];
3003
+ var CreateChangeSet$ = [9, n0, _CCS,
3004
+ 0, () => CreateChangeSetInput$, () => CreateChangeSetOutput$
3005
+ ];
3006
+ var CreateGeneratedTemplate$ = [9, n0, _CGT,
3007
+ 0, () => CreateGeneratedTemplateInput$, () => CreateGeneratedTemplateOutput$
3008
+ ];
3009
+ var CreateStack$ = [9, n0, _CSr,
3010
+ 0, () => CreateStackInput$, () => CreateStackOutput$
3011
+ ];
3012
+ var CreateStackInstances$ = [9, n0, _CSIre,
3013
+ 0, () => CreateStackInstancesInput$, () => CreateStackInstancesOutput$
3014
+ ];
3015
+ var CreateStackRefactor$ = [9, n0, _CSR,
3016
+ 0, () => CreateStackRefactorInput$, () => CreateStackRefactorOutput$
3017
+ ];
3018
+ var CreateStackSet$ = [9, n0, _CSSr,
3019
+ 0, () => CreateStackSetInput$, () => CreateStackSetOutput$
3020
+ ];
3021
+ var DeactivateOrganizationsAccess$ = [9, n0, _DOA,
3022
+ 0, () => DeactivateOrganizationsAccessInput$, () => DeactivateOrganizationsAccessOutput$
3023
+ ];
3024
+ var DeactivateType$ = [9, n0, _DTea,
3025
+ 2, () => DeactivateTypeInput$, () => DeactivateTypeOutput$
3026
+ ];
3027
+ var DeleteChangeSet$ = [9, n0, _DCS,
3028
+ 0, () => DeleteChangeSetInput$, () => DeleteChangeSetOutput$
3029
+ ];
3030
+ var DeleteGeneratedTemplate$ = [9, n0, _DGT,
3031
+ 0, () => DeleteGeneratedTemplateInput$, () => __Unit
3032
+ ];
3033
+ var DeleteStack$ = [9, n0, _DSel,
3034
+ 0, () => DeleteStackInput$, () => __Unit
3035
+ ];
3036
+ var DeleteStackInstances$ = [9, n0, _DSIel,
3037
+ 0, () => DeleteStackInstancesInput$, () => DeleteStackInstancesOutput$
3038
+ ];
3039
+ var DeleteStackSet$ = [9, n0, _DSS,
3040
+ 0, () => DeleteStackSetInput$, () => DeleteStackSetOutput$
3041
+ ];
3042
+ var DeregisterType$ = [9, n0, _DTer,
3043
+ 2, () => DeregisterTypeInput$, () => DeregisterTypeOutput$
3044
+ ];
3045
+ var DescribeAccountLimits$ = [9, n0, _DAL,
3046
+ 0, () => DescribeAccountLimitsInput$, () => DescribeAccountLimitsOutput$
3047
+ ];
3048
+ var DescribeChangeSet$ = [9, n0, _DCSe,
3049
+ 0, () => DescribeChangeSetInput$, () => DescribeChangeSetOutput$
3050
+ ];
3051
+ var DescribeChangeSetHooks$ = [9, n0, _DCSH,
3052
+ 0, () => DescribeChangeSetHooksInput$, () => DescribeChangeSetHooksOutput$
3053
+ ];
3054
+ var DescribeEvents$ = [9, n0, _DE,
3055
+ 0, () => DescribeEventsInput$, () => DescribeEventsOutput$
3056
+ ];
3057
+ var DescribeGeneratedTemplate$ = [9, n0, _DGTe,
3058
+ 0, () => DescribeGeneratedTemplateInput$, () => DescribeGeneratedTemplateOutput$
3059
+ ];
3060
+ var DescribeOrganizationsAccess$ = [9, n0, _DOAe,
3061
+ 0, () => DescribeOrganizationsAccessInput$, () => DescribeOrganizationsAccessOutput$
3062
+ ];
3063
+ var DescribePublisher$ = [9, n0, _DPe,
3064
+ 2, () => DescribePublisherInput$, () => DescribePublisherOutput$
3065
+ ];
3066
+ var DescribeResourceScan$ = [9, n0, _DRS,
3067
+ 0, () => DescribeResourceScanInput$, () => DescribeResourceScanOutput$
3068
+ ];
3069
+ var DescribeStackDriftDetectionStatus$ = [9, n0, _DSDDS,
3070
+ 0, () => DescribeStackDriftDetectionStatusInput$, () => DescribeStackDriftDetectionStatusOutput$
3071
+ ];
3072
+ var DescribeStackEvents$ = [9, n0, _DSE,
3073
+ 0, () => DescribeStackEventsInput$, () => DescribeStackEventsOutput$
3074
+ ];
3075
+ var DescribeStackInstance$ = [9, n0, _DSIes,
3076
+ 0, () => DescribeStackInstanceInput$, () => DescribeStackInstanceOutput$
3077
+ ];
3078
+ var DescribeStackRefactor$ = [9, n0, _DSRe,
3079
+ 0, () => DescribeStackRefactorInput$, () => DescribeStackRefactorOutput$
3080
+ ];
3081
+ var DescribeStackResource$ = [9, n0, _DSRes,
3082
+ 0, () => DescribeStackResourceInput$, () => DescribeStackResourceOutput$
3083
+ ];
3084
+ var DescribeStackResourceDrifts$ = [9, n0, _DSRD,
3085
+ 0, () => DescribeStackResourceDriftsInput$, () => DescribeStackResourceDriftsOutput$
3086
+ ];
3087
+ var DescribeStackResources$ = [9, n0, _DSResc,
3088
+ 0, () => DescribeStackResourcesInput$, () => DescribeStackResourcesOutput$
3089
+ ];
3090
+ var DescribeStacks$ = [9, n0, _DSes,
3091
+ 0, () => DescribeStacksInput$, () => DescribeStacksOutput$
3092
+ ];
3093
+ var DescribeStackSet$ = [9, n0, _DSSe,
3094
+ 0, () => DescribeStackSetInput$, () => DescribeStackSetOutput$
3095
+ ];
3096
+ var DescribeStackSetOperation$ = [9, n0, _DSSOes,
3097
+ 0, () => DescribeStackSetOperationInput$, () => DescribeStackSetOperationOutput$
3098
+ ];
3099
+ var DescribeType$ = [9, n0, _DTes,
3100
+ 2, () => DescribeTypeInput$, () => DescribeTypeOutput$
3101
+ ];
3102
+ var DescribeTypeRegistration$ = [9, n0, _DTR,
3103
+ 2, () => DescribeTypeRegistrationInput$, () => DescribeTypeRegistrationOutput$
3104
+ ];
3105
+ var DetectStackDrift$ = [9, n0, _DSD,
3106
+ 0, () => DetectStackDriftInput$, () => DetectStackDriftOutput$
3107
+ ];
3108
+ var DetectStackResourceDrift$ = [9, n0, _DSRDe,
3109
+ 0, () => DetectStackResourceDriftInput$, () => DetectStackResourceDriftOutput$
3110
+ ];
3111
+ var DetectStackSetDrift$ = [9, n0, _DSSD,
3112
+ 0, () => DetectStackSetDriftInput$, () => DetectStackSetDriftOutput$
3113
+ ];
3114
+ var EstimateTemplateCost$ = [9, n0, _ETC,
3115
+ 0, () => EstimateTemplateCostInput$, () => EstimateTemplateCostOutput$
3116
+ ];
3117
+ var ExecuteChangeSet$ = [9, n0, _ECS,
3118
+ 0, () => ExecuteChangeSetInput$, () => ExecuteChangeSetOutput$
3119
+ ];
3120
+ var ExecuteStackRefactor$ = [9, n0, _ESRx,
3121
+ 0, () => ExecuteStackRefactorInput$, () => __Unit
3122
+ ];
3123
+ var GetGeneratedTemplate$ = [9, n0, _GGT,
3124
+ 0, () => GetGeneratedTemplateInput$, () => GetGeneratedTemplateOutput$
3125
+ ];
3126
+ var GetHookResult$ = [9, n0, _GHR,
3127
+ 0, () => GetHookResultInput$, () => GetHookResultOutput$
3128
+ ];
3129
+ var GetStackPolicy$ = [9, n0, _GSP,
3130
+ 0, () => GetStackPolicyInput$, () => GetStackPolicyOutput$
3131
+ ];
3132
+ var GetTemplate$ = [9, n0, _GT,
3133
+ 0, () => GetTemplateInput$, () => GetTemplateOutput$
3134
+ ];
3135
+ var GetTemplateSummary$ = [9, n0, _GTS,
3136
+ 0, () => GetTemplateSummaryInput$, () => GetTemplateSummaryOutput$
3137
+ ];
3138
+ var ImportStacksToStackSet$ = [9, n0, _ISTSS,
3139
+ 0, () => ImportStacksToStackSetInput$, () => ImportStacksToStackSetOutput$
3140
+ ];
3141
+ var ListChangeSets$ = [9, n0, _LCS,
3142
+ 0, () => ListChangeSetsInput$, () => ListChangeSetsOutput$
3143
+ ];
3144
+ var ListExports$ = [9, n0, _LE,
3145
+ 0, () => ListExportsInput$, () => ListExportsOutput$
3146
+ ];
3147
+ var ListGeneratedTemplates$ = [9, n0, _LGT,
3148
+ 0, () => ListGeneratedTemplatesInput$, () => ListGeneratedTemplatesOutput$
3149
+ ];
3150
+ var ListHookResults$ = [9, n0, _LHR,
3151
+ 0, () => ListHookResultsInput$, () => ListHookResultsOutput$
3152
+ ];
3153
+ var ListImports$ = [9, n0, _LI,
3154
+ 0, () => ListImportsInput$, () => ListImportsOutput$
3155
+ ];
3156
+ var ListResourceScanRelatedResources$ = [9, n0, _LRSRR,
3157
+ 0, () => ListResourceScanRelatedResourcesInput$, () => ListResourceScanRelatedResourcesOutput$
3158
+ ];
3159
+ var ListResourceScanResources$ = [9, n0, _LRSR,
3160
+ 0, () => ListResourceScanResourcesInput$, () => ListResourceScanResourcesOutput$
3161
+ ];
3162
+ var ListResourceScans$ = [9, n0, _LRS,
3163
+ 0, () => ListResourceScansInput$, () => ListResourceScansOutput$
3164
+ ];
3165
+ var ListStackInstanceResourceDrifts$ = [9, n0, _LSIRD,
3166
+ 0, () => ListStackInstanceResourceDriftsInput$, () => ListStackInstanceResourceDriftsOutput$
3167
+ ];
3168
+ var ListStackInstances$ = [9, n0, _LSIi,
3169
+ 0, () => ListStackInstancesInput$, () => ListStackInstancesOutput$
3170
+ ];
3171
+ var ListStackRefactorActions$ = [9, n0, _LSRA,
3172
+ 0, () => ListStackRefactorActionsInput$, () => ListStackRefactorActionsOutput$
3173
+ ];
3174
+ var ListStackRefactors$ = [9, n0, _LSR,
3175
+ 0, () => ListStackRefactorsInput$, () => ListStackRefactorsOutput$
3176
+ ];
3177
+ var ListStackResources$ = [9, n0, _LSRi,
3178
+ 0, () => ListStackResourcesInput$, () => ListStackResourcesOutput$
3179
+ ];
3180
+ var ListStacks$ = [9, n0, _LS,
3181
+ 0, () => ListStacksInput$, () => ListStacksOutput$
3182
+ ];
3183
+ var ListStackSetAutoDeploymentTargets$ = [9, n0, _LSSADT,
3184
+ 0, () => ListStackSetAutoDeploymentTargetsInput$, () => ListStackSetAutoDeploymentTargetsOutput$
3185
+ ];
3186
+ var ListStackSetOperationResults$ = [9, n0, _LSSOR,
3187
+ 0, () => ListStackSetOperationResultsInput$, () => ListStackSetOperationResultsOutput$
3188
+ ];
3189
+ var ListStackSetOperations$ = [9, n0, _LSSOi,
3190
+ 0, () => ListStackSetOperationsInput$, () => ListStackSetOperationsOutput$
3191
+ ];
3192
+ var ListStackSets$ = [9, n0, _LSS,
3193
+ 0, () => ListStackSetsInput$, () => ListStackSetsOutput$
3194
+ ];
3195
+ var ListTypeRegistrations$ = [9, n0, _LTR,
3196
+ 2, () => ListTypeRegistrationsInput$, () => ListTypeRegistrationsOutput$
3197
+ ];
3198
+ var ListTypes$ = [9, n0, _LT,
3199
+ 2, () => ListTypesInput$, () => ListTypesOutput$
3200
+ ];
3201
+ var ListTypeVersions$ = [9, n0, _LTV,
3202
+ 2, () => ListTypeVersionsInput$, () => ListTypeVersionsOutput$
3203
+ ];
3204
+ var PublishType$ = [9, n0, _PTu,
3205
+ 2, () => PublishTypeInput$, () => PublishTypeOutput$
3206
+ ];
3207
+ var RecordHandlerProgress$ = [9, n0, _RHP,
3208
+ 2, () => RecordHandlerProgressInput$, () => RecordHandlerProgressOutput$
3209
+ ];
3210
+ var RegisterPublisher$ = [9, n0, _RPeg,
3211
+ 2, () => RegisterPublisherInput$, () => RegisterPublisherOutput$
3212
+ ];
3213
+ var RegisterType$ = [9, n0, _RTegi,
3214
+ 2, () => RegisterTypeInput$, () => RegisterTypeOutput$
3215
+ ];
3216
+ var RollbackStack$ = [9, n0, _RSo,
3217
+ 0, () => RollbackStackInput$, () => RollbackStackOutput$
3218
+ ];
3219
+ var SetStackPolicy$ = [9, n0, _SSP,
3220
+ 0, () => SetStackPolicyInput$, () => __Unit
3221
+ ];
3222
+ var SetTypeConfiguration$ = [9, n0, _STC,
3223
+ 0, () => SetTypeConfigurationInput$, () => SetTypeConfigurationOutput$
3224
+ ];
3225
+ var SetTypeDefaultVersion$ = [9, n0, _STDV,
3226
+ 2, () => SetTypeDefaultVersionInput$, () => SetTypeDefaultVersionOutput$
3227
+ ];
3228
+ var SignalResource$ = [9, n0, _SRi,
3229
+ 0, () => SignalResourceInput$, () => __Unit
3230
+ ];
3231
+ var StartResourceScan$ = [9, n0, _SRStar,
3232
+ 0, () => StartResourceScanInput$, () => StartResourceScanOutput$
3233
+ ];
3234
+ var StopStackSetOperation$ = [9, n0, _SSSO,
3235
+ 0, () => StopStackSetOperationInput$, () => StopStackSetOperationOutput$
3236
+ ];
3237
+ var TestType$ = [9, n0, _TTe,
3238
+ 2, () => TestTypeInput$, () => TestTypeOutput$
3239
+ ];
3240
+ var UpdateGeneratedTemplate$ = [9, n0, _UGT,
3241
+ 0, () => UpdateGeneratedTemplateInput$, () => UpdateGeneratedTemplateOutput$
3242
+ ];
3243
+ var UpdateStack$ = [9, n0, _US,
3244
+ 0, () => UpdateStackInput$, () => UpdateStackOutput$
3245
+ ];
3246
+ var UpdateStackInstances$ = [9, n0, _USIp,
3247
+ 0, () => UpdateStackInstancesInput$, () => UpdateStackInstancesOutput$
3248
+ ];
3249
+ var UpdateStackSet$ = [9, n0, _USS,
3250
+ 0, () => UpdateStackSetInput$, () => UpdateStackSetOutput$
3251
+ ];
3252
+ var UpdateTerminationProtection$ = [9, n0, _UTP,
3253
+ 0, () => UpdateTerminationProtectionInput$, () => UpdateTerminationProtectionOutput$
3254
+ ];
3255
+ var ValidateTemplate$ = [9, n0, _VT,
3256
+ 0, () => ValidateTemplateInput$, () => ValidateTemplateOutput$
3257
+ ];
3258
+
3259
+ const getRuntimeConfig$1 = (config) => {
3260
+ return {
3261
+ apiVersion: "2010-05-15",
3262
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3263
+ base64Encoder: config?.base64Encoder ?? toBase64,
3264
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3265
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3266
+ extensions: config?.extensions ?? [],
3267
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultCloudFormationHttpAuthSchemeProvider,
3268
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3269
+ {
3270
+ schemeId: "aws.auth#sigv4",
3271
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3272
+ signer: new AwsSdkSigV4Signer(),
3273
+ },
3274
+ ],
3275
+ logger: config?.logger ?? new NoOpLogger(),
3276
+ protocol: config?.protocol ?? AwsQueryProtocol,
3277
+ protocolSettings: config?.protocolSettings ?? {
3278
+ defaultNamespace: "com.amazonaws.cloudformation",
3279
+ errorTypeRegistries,
3280
+ xmlNamespace: "http://cloudformation.amazonaws.com/doc/2010-05-15/",
3281
+ version: "2010-05-15",
3282
+ serviceTarget: "CloudFormation",
3283
+ },
3284
+ serviceId: config?.serviceId ?? "CloudFormation",
3285
+ sha256: config?.sha256 ?? Sha256,
3286
+ urlParser: config?.urlParser ?? parseUrl,
3287
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3288
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3289
+ };
3290
+ };
3291
+
3292
+ const getRuntimeConfig = (config) => {
3293
+ emitWarningIfUnsupportedVersion(process.version);
3294
+ const defaultsMode = resolveDefaultsModeConfig(config);
3295
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3296
+ const clientSharedValues = getRuntimeConfig$1(config);
3297
+ emitWarningIfUnsupportedVersion$1(process.version);
3298
+ const loaderConfig = {
3299
+ profile: config?.profile,
3300
+ logger: clientSharedValues.logger,
3301
+ };
3302
+ return {
3303
+ ...clientSharedValues,
3304
+ ...config,
3305
+ runtime: "node",
3306
+ defaultsMode,
3307
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3308
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3309
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3310
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3311
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3312
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3313
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3314
+ retryMode: config?.retryMode ??
3315
+ loadConfig({
3316
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3317
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3318
+ }, config),
3319
+ streamCollector: config?.streamCollector ?? streamCollector,
3320
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3321
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3322
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3323
+ };
3324
+ };
3325
+
34
3326
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
3327
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
3328
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -2423,6 +5715,10 @@ const ChangeSetType = {
2423
5715
  IMPORT: "IMPORT",
2424
5716
  UPDATE: "UPDATE",
2425
5717
  };
5718
+ const DeploymentConfigMode = {
5719
+ EXPRESS: "EXPRESS",
5720
+ STANDARD: "STANDARD",
5721
+ };
2426
5722
  const DeploymentMode = {
2427
5723
  REVERT_DRIFT: "REVERT_DRIFT",
2428
5724
  };
@@ -2780,182 +6076,596 @@ const ResourceSignalStatus = {
2780
6076
  };
2781
6077
 
2782
6078
  exports.AccountFilterType = AccountFilterType;
6079
+ exports.AccountGateResult$ = AccountGateResult$;
2783
6080
  exports.AccountGateStatus = AccountGateStatus;
6081
+ exports.AccountLimit$ = AccountLimit$;
6082
+ exports.ActivateOrganizationsAccess$ = ActivateOrganizationsAccess$;
2784
6083
  exports.ActivateOrganizationsAccessCommand = ActivateOrganizationsAccessCommand;
6084
+ exports.ActivateOrganizationsAccessInput$ = ActivateOrganizationsAccessInput$;
6085
+ exports.ActivateOrganizationsAccessOutput$ = ActivateOrganizationsAccessOutput$;
6086
+ exports.ActivateType$ = ActivateType$;
2785
6087
  exports.ActivateTypeCommand = ActivateTypeCommand;
6088
+ exports.ActivateTypeInput$ = ActivateTypeInput$;
6089
+ exports.ActivateTypeOutput$ = ActivateTypeOutput$;
2786
6090
  exports.AfterValueFrom = AfterValueFrom;
6091
+ exports.AlreadyExistsException = AlreadyExistsException;
6092
+ exports.AlreadyExistsException$ = AlreadyExistsException$;
6093
+ exports.Annotation$ = Annotation$;
2787
6094
  exports.AnnotationSeverityLevel = AnnotationSeverityLevel;
2788
6095
  exports.AnnotationStatus = AnnotationStatus;
2789
6096
  exports.AttributeChangeType = AttributeChangeType;
6097
+ exports.AutoDeployment$ = AutoDeployment$;
6098
+ exports.BatchDescribeTypeConfigurations$ = BatchDescribeTypeConfigurations$;
2790
6099
  exports.BatchDescribeTypeConfigurationsCommand = BatchDescribeTypeConfigurationsCommand;
6100
+ exports.BatchDescribeTypeConfigurationsError$ = BatchDescribeTypeConfigurationsError$;
6101
+ exports.BatchDescribeTypeConfigurationsInput$ = BatchDescribeTypeConfigurationsInput$;
6102
+ exports.BatchDescribeTypeConfigurationsOutput$ = BatchDescribeTypeConfigurationsOutput$;
2791
6103
  exports.BeaconStackOperationStatus = BeaconStackOperationStatus;
2792
6104
  exports.BeforeValueFrom = BeforeValueFrom;
6105
+ exports.CFNRegistryException = CFNRegistryException;
6106
+ exports.CFNRegistryException$ = CFNRegistryException$;
2793
6107
  exports.CallAs = CallAs;
6108
+ exports.CancelUpdateStack$ = CancelUpdateStack$;
2794
6109
  exports.CancelUpdateStackCommand = CancelUpdateStackCommand;
6110
+ exports.CancelUpdateStackInput$ = CancelUpdateStackInput$;
2795
6111
  exports.Capability = Capability;
2796
6112
  exports.Category = Category;
6113
+ exports.Change$ = Change$;
2797
6114
  exports.ChangeAction = ChangeAction;
6115
+ exports.ChangeSetHook$ = ChangeSetHook$;
6116
+ exports.ChangeSetHookResourceTargetDetails$ = ChangeSetHookResourceTargetDetails$;
6117
+ exports.ChangeSetHookTargetDetails$ = ChangeSetHookTargetDetails$;
2798
6118
  exports.ChangeSetHooksStatus = ChangeSetHooksStatus;
6119
+ exports.ChangeSetNotFoundException = ChangeSetNotFoundException;
6120
+ exports.ChangeSetNotFoundException$ = ChangeSetNotFoundException$;
2799
6121
  exports.ChangeSetStatus = ChangeSetStatus;
6122
+ exports.ChangeSetSummary$ = ChangeSetSummary$;
2800
6123
  exports.ChangeSetType = ChangeSetType;
2801
6124
  exports.ChangeSource = ChangeSource;
2802
6125
  exports.ChangeType = ChangeType;
2803
6126
  exports.CloudFormation = CloudFormation;
2804
6127
  exports.CloudFormationClient = CloudFormationClient;
6128
+ exports.CloudFormationServiceException = CloudFormationServiceException;
6129
+ exports.CloudFormationServiceException$ = CloudFormationServiceException$;
2805
6130
  exports.ConcurrencyMode = ConcurrencyMode;
6131
+ exports.ConcurrentResourcesLimitExceededException = ConcurrentResourcesLimitExceededException;
6132
+ exports.ConcurrentResourcesLimitExceededException$ = ConcurrentResourcesLimitExceededException$;
6133
+ exports.ContinueUpdateRollback$ = ContinueUpdateRollback$;
2806
6134
  exports.ContinueUpdateRollbackCommand = ContinueUpdateRollbackCommand;
6135
+ exports.ContinueUpdateRollbackInput$ = ContinueUpdateRollbackInput$;
6136
+ exports.ContinueUpdateRollbackOutput$ = ContinueUpdateRollbackOutput$;
6137
+ exports.CreateChangeSet$ = CreateChangeSet$;
2807
6138
  exports.CreateChangeSetCommand = CreateChangeSetCommand;
6139
+ exports.CreateChangeSetInput$ = CreateChangeSetInput$;
6140
+ exports.CreateChangeSetOutput$ = CreateChangeSetOutput$;
6141
+ exports.CreateGeneratedTemplate$ = CreateGeneratedTemplate$;
2808
6142
  exports.CreateGeneratedTemplateCommand = CreateGeneratedTemplateCommand;
6143
+ exports.CreateGeneratedTemplateInput$ = CreateGeneratedTemplateInput$;
6144
+ exports.CreateGeneratedTemplateOutput$ = CreateGeneratedTemplateOutput$;
6145
+ exports.CreateStack$ = CreateStack$;
2809
6146
  exports.CreateStackCommand = CreateStackCommand;
6147
+ exports.CreateStackInput$ = CreateStackInput$;
6148
+ exports.CreateStackInstances$ = CreateStackInstances$;
2810
6149
  exports.CreateStackInstancesCommand = CreateStackInstancesCommand;
6150
+ exports.CreateStackInstancesInput$ = CreateStackInstancesInput$;
6151
+ exports.CreateStackInstancesOutput$ = CreateStackInstancesOutput$;
6152
+ exports.CreateStackOutput$ = CreateStackOutput$;
6153
+ exports.CreateStackRefactor$ = CreateStackRefactor$;
2811
6154
  exports.CreateStackRefactorCommand = CreateStackRefactorCommand;
6155
+ exports.CreateStackRefactorInput$ = CreateStackRefactorInput$;
6156
+ exports.CreateStackRefactorOutput$ = CreateStackRefactorOutput$;
6157
+ exports.CreateStackSet$ = CreateStackSet$;
2812
6158
  exports.CreateStackSetCommand = CreateStackSetCommand;
6159
+ exports.CreateStackSetInput$ = CreateStackSetInput$;
6160
+ exports.CreateStackSetOutput$ = CreateStackSetOutput$;
6161
+ exports.CreatedButModifiedException = CreatedButModifiedException;
6162
+ exports.CreatedButModifiedException$ = CreatedButModifiedException$;
6163
+ exports.DeactivateOrganizationsAccess$ = DeactivateOrganizationsAccess$;
2813
6164
  exports.DeactivateOrganizationsAccessCommand = DeactivateOrganizationsAccessCommand;
6165
+ exports.DeactivateOrganizationsAccessInput$ = DeactivateOrganizationsAccessInput$;
6166
+ exports.DeactivateOrganizationsAccessOutput$ = DeactivateOrganizationsAccessOutput$;
6167
+ exports.DeactivateType$ = DeactivateType$;
2814
6168
  exports.DeactivateTypeCommand = DeactivateTypeCommand;
6169
+ exports.DeactivateTypeInput$ = DeactivateTypeInput$;
6170
+ exports.DeactivateTypeOutput$ = DeactivateTypeOutput$;
6171
+ exports.DeleteChangeSet$ = DeleteChangeSet$;
2815
6172
  exports.DeleteChangeSetCommand = DeleteChangeSetCommand;
6173
+ exports.DeleteChangeSetInput$ = DeleteChangeSetInput$;
6174
+ exports.DeleteChangeSetOutput$ = DeleteChangeSetOutput$;
6175
+ exports.DeleteGeneratedTemplate$ = DeleteGeneratedTemplate$;
2816
6176
  exports.DeleteGeneratedTemplateCommand = DeleteGeneratedTemplateCommand;
6177
+ exports.DeleteGeneratedTemplateInput$ = DeleteGeneratedTemplateInput$;
6178
+ exports.DeleteStack$ = DeleteStack$;
2817
6179
  exports.DeleteStackCommand = DeleteStackCommand;
6180
+ exports.DeleteStackInput$ = DeleteStackInput$;
6181
+ exports.DeleteStackInstances$ = DeleteStackInstances$;
2818
6182
  exports.DeleteStackInstancesCommand = DeleteStackInstancesCommand;
6183
+ exports.DeleteStackInstancesInput$ = DeleteStackInstancesInput$;
6184
+ exports.DeleteStackInstancesOutput$ = DeleteStackInstancesOutput$;
6185
+ exports.DeleteStackSet$ = DeleteStackSet$;
2819
6186
  exports.DeleteStackSetCommand = DeleteStackSetCommand;
6187
+ exports.DeleteStackSetInput$ = DeleteStackSetInput$;
6188
+ exports.DeleteStackSetOutput$ = DeleteStackSetOutput$;
2820
6189
  exports.DeletionMode = DeletionMode;
6190
+ exports.DeploymentConfig$ = DeploymentConfig$;
6191
+ exports.DeploymentConfigMode = DeploymentConfigMode;
2821
6192
  exports.DeploymentMode = DeploymentMode;
6193
+ exports.DeploymentTargets$ = DeploymentTargets$;
2822
6194
  exports.DeprecatedStatus = DeprecatedStatus;
6195
+ exports.DeregisterType$ = DeregisterType$;
2823
6196
  exports.DeregisterTypeCommand = DeregisterTypeCommand;
6197
+ exports.DeregisterTypeInput$ = DeregisterTypeInput$;
6198
+ exports.DeregisterTypeOutput$ = DeregisterTypeOutput$;
6199
+ exports.DescribeAccountLimits$ = DescribeAccountLimits$;
2824
6200
  exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
6201
+ exports.DescribeAccountLimitsInput$ = DescribeAccountLimitsInput$;
6202
+ exports.DescribeAccountLimitsOutput$ = DescribeAccountLimitsOutput$;
6203
+ exports.DescribeChangeSet$ = DescribeChangeSet$;
2825
6204
  exports.DescribeChangeSetCommand = DescribeChangeSetCommand;
6205
+ exports.DescribeChangeSetHooks$ = DescribeChangeSetHooks$;
2826
6206
  exports.DescribeChangeSetHooksCommand = DescribeChangeSetHooksCommand;
6207
+ exports.DescribeChangeSetHooksInput$ = DescribeChangeSetHooksInput$;
6208
+ exports.DescribeChangeSetHooksOutput$ = DescribeChangeSetHooksOutput$;
6209
+ exports.DescribeChangeSetInput$ = DescribeChangeSetInput$;
6210
+ exports.DescribeChangeSetOutput$ = DescribeChangeSetOutput$;
6211
+ exports.DescribeEvents$ = DescribeEvents$;
2827
6212
  exports.DescribeEventsCommand = DescribeEventsCommand;
6213
+ exports.DescribeEventsInput$ = DescribeEventsInput$;
6214
+ exports.DescribeEventsOutput$ = DescribeEventsOutput$;
6215
+ exports.DescribeGeneratedTemplate$ = DescribeGeneratedTemplate$;
2828
6216
  exports.DescribeGeneratedTemplateCommand = DescribeGeneratedTemplateCommand;
6217
+ exports.DescribeGeneratedTemplateInput$ = DescribeGeneratedTemplateInput$;
6218
+ exports.DescribeGeneratedTemplateOutput$ = DescribeGeneratedTemplateOutput$;
6219
+ exports.DescribeOrganizationsAccess$ = DescribeOrganizationsAccess$;
2829
6220
  exports.DescribeOrganizationsAccessCommand = DescribeOrganizationsAccessCommand;
6221
+ exports.DescribeOrganizationsAccessInput$ = DescribeOrganizationsAccessInput$;
6222
+ exports.DescribeOrganizationsAccessOutput$ = DescribeOrganizationsAccessOutput$;
6223
+ exports.DescribePublisher$ = DescribePublisher$;
2830
6224
  exports.DescribePublisherCommand = DescribePublisherCommand;
6225
+ exports.DescribePublisherInput$ = DescribePublisherInput$;
6226
+ exports.DescribePublisherOutput$ = DescribePublisherOutput$;
6227
+ exports.DescribeResourceScan$ = DescribeResourceScan$;
2831
6228
  exports.DescribeResourceScanCommand = DescribeResourceScanCommand;
6229
+ exports.DescribeResourceScanInput$ = DescribeResourceScanInput$;
6230
+ exports.DescribeResourceScanOutput$ = DescribeResourceScanOutput$;
6231
+ exports.DescribeStackDriftDetectionStatus$ = DescribeStackDriftDetectionStatus$;
2832
6232
  exports.DescribeStackDriftDetectionStatusCommand = DescribeStackDriftDetectionStatusCommand;
6233
+ exports.DescribeStackDriftDetectionStatusInput$ = DescribeStackDriftDetectionStatusInput$;
6234
+ exports.DescribeStackDriftDetectionStatusOutput$ = DescribeStackDriftDetectionStatusOutput$;
6235
+ exports.DescribeStackEvents$ = DescribeStackEvents$;
2833
6236
  exports.DescribeStackEventsCommand = DescribeStackEventsCommand;
6237
+ exports.DescribeStackEventsInput$ = DescribeStackEventsInput$;
6238
+ exports.DescribeStackEventsOutput$ = DescribeStackEventsOutput$;
6239
+ exports.DescribeStackInstance$ = DescribeStackInstance$;
2834
6240
  exports.DescribeStackInstanceCommand = DescribeStackInstanceCommand;
6241
+ exports.DescribeStackInstanceInput$ = DescribeStackInstanceInput$;
6242
+ exports.DescribeStackInstanceOutput$ = DescribeStackInstanceOutput$;
6243
+ exports.DescribeStackRefactor$ = DescribeStackRefactor$;
2835
6244
  exports.DescribeStackRefactorCommand = DescribeStackRefactorCommand;
6245
+ exports.DescribeStackRefactorInput$ = DescribeStackRefactorInput$;
6246
+ exports.DescribeStackRefactorOutput$ = DescribeStackRefactorOutput$;
6247
+ exports.DescribeStackResource$ = DescribeStackResource$;
2836
6248
  exports.DescribeStackResourceCommand = DescribeStackResourceCommand;
6249
+ exports.DescribeStackResourceDrifts$ = DescribeStackResourceDrifts$;
2837
6250
  exports.DescribeStackResourceDriftsCommand = DescribeStackResourceDriftsCommand;
6251
+ exports.DescribeStackResourceDriftsInput$ = DescribeStackResourceDriftsInput$;
6252
+ exports.DescribeStackResourceDriftsOutput$ = DescribeStackResourceDriftsOutput$;
6253
+ exports.DescribeStackResourceInput$ = DescribeStackResourceInput$;
6254
+ exports.DescribeStackResourceOutput$ = DescribeStackResourceOutput$;
6255
+ exports.DescribeStackResources$ = DescribeStackResources$;
2838
6256
  exports.DescribeStackResourcesCommand = DescribeStackResourcesCommand;
6257
+ exports.DescribeStackResourcesInput$ = DescribeStackResourcesInput$;
6258
+ exports.DescribeStackResourcesOutput$ = DescribeStackResourcesOutput$;
6259
+ exports.DescribeStackSet$ = DescribeStackSet$;
2839
6260
  exports.DescribeStackSetCommand = DescribeStackSetCommand;
6261
+ exports.DescribeStackSetInput$ = DescribeStackSetInput$;
6262
+ exports.DescribeStackSetOperation$ = DescribeStackSetOperation$;
2840
6263
  exports.DescribeStackSetOperationCommand = DescribeStackSetOperationCommand;
6264
+ exports.DescribeStackSetOperationInput$ = DescribeStackSetOperationInput$;
6265
+ exports.DescribeStackSetOperationOutput$ = DescribeStackSetOperationOutput$;
6266
+ exports.DescribeStackSetOutput$ = DescribeStackSetOutput$;
6267
+ exports.DescribeStacks$ = DescribeStacks$;
2841
6268
  exports.DescribeStacksCommand = DescribeStacksCommand;
6269
+ exports.DescribeStacksInput$ = DescribeStacksInput$;
6270
+ exports.DescribeStacksOutput$ = DescribeStacksOutput$;
6271
+ exports.DescribeType$ = DescribeType$;
2842
6272
  exports.DescribeTypeCommand = DescribeTypeCommand;
6273
+ exports.DescribeTypeInput$ = DescribeTypeInput$;
6274
+ exports.DescribeTypeOutput$ = DescribeTypeOutput$;
6275
+ exports.DescribeTypeRegistration$ = DescribeTypeRegistration$;
2843
6276
  exports.DescribeTypeRegistrationCommand = DescribeTypeRegistrationCommand;
6277
+ exports.DescribeTypeRegistrationInput$ = DescribeTypeRegistrationInput$;
6278
+ exports.DescribeTypeRegistrationOutput$ = DescribeTypeRegistrationOutput$;
2844
6279
  exports.DetailedStatus = DetailedStatus;
6280
+ exports.DetectStackDrift$ = DetectStackDrift$;
2845
6281
  exports.DetectStackDriftCommand = DetectStackDriftCommand;
6282
+ exports.DetectStackDriftInput$ = DetectStackDriftInput$;
6283
+ exports.DetectStackDriftOutput$ = DetectStackDriftOutput$;
6284
+ exports.DetectStackResourceDrift$ = DetectStackResourceDrift$;
2846
6285
  exports.DetectStackResourceDriftCommand = DetectStackResourceDriftCommand;
6286
+ exports.DetectStackResourceDriftInput$ = DetectStackResourceDriftInput$;
6287
+ exports.DetectStackResourceDriftOutput$ = DetectStackResourceDriftOutput$;
6288
+ exports.DetectStackSetDrift$ = DetectStackSetDrift$;
2847
6289
  exports.DetectStackSetDriftCommand = DetectStackSetDriftCommand;
6290
+ exports.DetectStackSetDriftInput$ = DetectStackSetDriftInput$;
6291
+ exports.DetectStackSetDriftOutput$ = DetectStackSetDriftOutput$;
2848
6292
  exports.DifferenceType = DifferenceType;
2849
6293
  exports.DriftIgnoredReason = DriftIgnoredReason;
6294
+ exports.EstimateTemplateCost$ = EstimateTemplateCost$;
2850
6295
  exports.EstimateTemplateCostCommand = EstimateTemplateCostCommand;
6296
+ exports.EstimateTemplateCostInput$ = EstimateTemplateCostInput$;
6297
+ exports.EstimateTemplateCostOutput$ = EstimateTemplateCostOutput$;
2851
6298
  exports.EvaluationType = EvaluationType;
6299
+ exports.EventFilter$ = EventFilter$;
2852
6300
  exports.EventType = EventType;
6301
+ exports.ExecuteChangeSet$ = ExecuteChangeSet$;
2853
6302
  exports.ExecuteChangeSetCommand = ExecuteChangeSetCommand;
6303
+ exports.ExecuteChangeSetInput$ = ExecuteChangeSetInput$;
6304
+ exports.ExecuteChangeSetOutput$ = ExecuteChangeSetOutput$;
6305
+ exports.ExecuteStackRefactor$ = ExecuteStackRefactor$;
2854
6306
  exports.ExecuteStackRefactorCommand = ExecuteStackRefactorCommand;
6307
+ exports.ExecuteStackRefactorInput$ = ExecuteStackRefactorInput$;
2855
6308
  exports.ExecutionStatus = ExecutionStatus;
6309
+ exports.Export$ = Export$;
2856
6310
  exports.GeneratedTemplateDeletionPolicy = GeneratedTemplateDeletionPolicy;
6311
+ exports.GeneratedTemplateNotFoundException = GeneratedTemplateNotFoundException;
6312
+ exports.GeneratedTemplateNotFoundException$ = GeneratedTemplateNotFoundException$;
2857
6313
  exports.GeneratedTemplateResourceStatus = GeneratedTemplateResourceStatus;
2858
6314
  exports.GeneratedTemplateStatus = GeneratedTemplateStatus;
2859
6315
  exports.GeneratedTemplateUpdateReplacePolicy = GeneratedTemplateUpdateReplacePolicy;
6316
+ exports.GetGeneratedTemplate$ = GetGeneratedTemplate$;
2860
6317
  exports.GetGeneratedTemplateCommand = GetGeneratedTemplateCommand;
6318
+ exports.GetGeneratedTemplateInput$ = GetGeneratedTemplateInput$;
6319
+ exports.GetGeneratedTemplateOutput$ = GetGeneratedTemplateOutput$;
6320
+ exports.GetHookResult$ = GetHookResult$;
2861
6321
  exports.GetHookResultCommand = GetHookResultCommand;
6322
+ exports.GetHookResultInput$ = GetHookResultInput$;
6323
+ exports.GetHookResultOutput$ = GetHookResultOutput$;
6324
+ exports.GetStackPolicy$ = GetStackPolicy$;
2862
6325
  exports.GetStackPolicyCommand = GetStackPolicyCommand;
6326
+ exports.GetStackPolicyInput$ = GetStackPolicyInput$;
6327
+ exports.GetStackPolicyOutput$ = GetStackPolicyOutput$;
6328
+ exports.GetTemplate$ = GetTemplate$;
2863
6329
  exports.GetTemplateCommand = GetTemplateCommand;
6330
+ exports.GetTemplateInput$ = GetTemplateInput$;
6331
+ exports.GetTemplateOutput$ = GetTemplateOutput$;
6332
+ exports.GetTemplateSummary$ = GetTemplateSummary$;
2864
6333
  exports.GetTemplateSummaryCommand = GetTemplateSummaryCommand;
6334
+ exports.GetTemplateSummaryInput$ = GetTemplateSummaryInput$;
6335
+ exports.GetTemplateSummaryOutput$ = GetTemplateSummaryOutput$;
2865
6336
  exports.HandlerErrorCode = HandlerErrorCode;
2866
6337
  exports.HookFailureMode = HookFailureMode;
2867
6338
  exports.HookInvocationPoint = HookInvocationPoint;
6339
+ exports.HookResultNotFoundException = HookResultNotFoundException;
6340
+ exports.HookResultNotFoundException$ = HookResultNotFoundException$;
6341
+ exports.HookResultSummary$ = HookResultSummary$;
2868
6342
  exports.HookStatus = HookStatus;
6343
+ exports.HookTarget$ = HookTarget$;
2869
6344
  exports.HookTargetAction = HookTargetAction;
2870
6345
  exports.HookTargetType = HookTargetType;
2871
6346
  exports.IdentityProvider = IdentityProvider;
6347
+ exports.ImportStacksToStackSet$ = ImportStacksToStackSet$;
2872
6348
  exports.ImportStacksToStackSetCommand = ImportStacksToStackSetCommand;
6349
+ exports.ImportStacksToStackSetInput$ = ImportStacksToStackSetInput$;
6350
+ exports.ImportStacksToStackSetOutput$ = ImportStacksToStackSetOutput$;
6351
+ exports.InsufficientCapabilitiesException = InsufficientCapabilitiesException;
6352
+ exports.InsufficientCapabilitiesException$ = InsufficientCapabilitiesException$;
6353
+ exports.InvalidChangeSetStatusException = InvalidChangeSetStatusException;
6354
+ exports.InvalidChangeSetStatusException$ = InvalidChangeSetStatusException$;
6355
+ exports.InvalidOperationException = InvalidOperationException;
6356
+ exports.InvalidOperationException$ = InvalidOperationException$;
6357
+ exports.InvalidStateTransitionException = InvalidStateTransitionException;
6358
+ exports.InvalidStateTransitionException$ = InvalidStateTransitionException$;
6359
+ exports.LimitExceededException = LimitExceededException;
6360
+ exports.LimitExceededException$ = LimitExceededException$;
6361
+ exports.ListChangeSets$ = ListChangeSets$;
2873
6362
  exports.ListChangeSetsCommand = ListChangeSetsCommand;
6363
+ exports.ListChangeSetsInput$ = ListChangeSetsInput$;
6364
+ exports.ListChangeSetsOutput$ = ListChangeSetsOutput$;
6365
+ exports.ListExports$ = ListExports$;
2874
6366
  exports.ListExportsCommand = ListExportsCommand;
6367
+ exports.ListExportsInput$ = ListExportsInput$;
6368
+ exports.ListExportsOutput$ = ListExportsOutput$;
6369
+ exports.ListGeneratedTemplates$ = ListGeneratedTemplates$;
2875
6370
  exports.ListGeneratedTemplatesCommand = ListGeneratedTemplatesCommand;
6371
+ exports.ListGeneratedTemplatesInput$ = ListGeneratedTemplatesInput$;
6372
+ exports.ListGeneratedTemplatesOutput$ = ListGeneratedTemplatesOutput$;
6373
+ exports.ListHookResults$ = ListHookResults$;
2876
6374
  exports.ListHookResultsCommand = ListHookResultsCommand;
6375
+ exports.ListHookResultsInput$ = ListHookResultsInput$;
6376
+ exports.ListHookResultsOutput$ = ListHookResultsOutput$;
2877
6377
  exports.ListHookResultsTargetType = ListHookResultsTargetType;
6378
+ exports.ListImports$ = ListImports$;
2878
6379
  exports.ListImportsCommand = ListImportsCommand;
6380
+ exports.ListImportsInput$ = ListImportsInput$;
6381
+ exports.ListImportsOutput$ = ListImportsOutput$;
6382
+ exports.ListResourceScanRelatedResources$ = ListResourceScanRelatedResources$;
2879
6383
  exports.ListResourceScanRelatedResourcesCommand = ListResourceScanRelatedResourcesCommand;
6384
+ exports.ListResourceScanRelatedResourcesInput$ = ListResourceScanRelatedResourcesInput$;
6385
+ exports.ListResourceScanRelatedResourcesOutput$ = ListResourceScanRelatedResourcesOutput$;
6386
+ exports.ListResourceScanResources$ = ListResourceScanResources$;
2880
6387
  exports.ListResourceScanResourcesCommand = ListResourceScanResourcesCommand;
6388
+ exports.ListResourceScanResourcesInput$ = ListResourceScanResourcesInput$;
6389
+ exports.ListResourceScanResourcesOutput$ = ListResourceScanResourcesOutput$;
6390
+ exports.ListResourceScans$ = ListResourceScans$;
2881
6391
  exports.ListResourceScansCommand = ListResourceScansCommand;
6392
+ exports.ListResourceScansInput$ = ListResourceScansInput$;
6393
+ exports.ListResourceScansOutput$ = ListResourceScansOutput$;
6394
+ exports.ListStackInstanceResourceDrifts$ = ListStackInstanceResourceDrifts$;
2882
6395
  exports.ListStackInstanceResourceDriftsCommand = ListStackInstanceResourceDriftsCommand;
6396
+ exports.ListStackInstanceResourceDriftsInput$ = ListStackInstanceResourceDriftsInput$;
6397
+ exports.ListStackInstanceResourceDriftsOutput$ = ListStackInstanceResourceDriftsOutput$;
6398
+ exports.ListStackInstances$ = ListStackInstances$;
2883
6399
  exports.ListStackInstancesCommand = ListStackInstancesCommand;
6400
+ exports.ListStackInstancesInput$ = ListStackInstancesInput$;
6401
+ exports.ListStackInstancesOutput$ = ListStackInstancesOutput$;
6402
+ exports.ListStackRefactorActions$ = ListStackRefactorActions$;
2884
6403
  exports.ListStackRefactorActionsCommand = ListStackRefactorActionsCommand;
6404
+ exports.ListStackRefactorActionsInput$ = ListStackRefactorActionsInput$;
6405
+ exports.ListStackRefactorActionsOutput$ = ListStackRefactorActionsOutput$;
6406
+ exports.ListStackRefactors$ = ListStackRefactors$;
2885
6407
  exports.ListStackRefactorsCommand = ListStackRefactorsCommand;
6408
+ exports.ListStackRefactorsInput$ = ListStackRefactorsInput$;
6409
+ exports.ListStackRefactorsOutput$ = ListStackRefactorsOutput$;
6410
+ exports.ListStackResources$ = ListStackResources$;
2886
6411
  exports.ListStackResourcesCommand = ListStackResourcesCommand;
6412
+ exports.ListStackResourcesInput$ = ListStackResourcesInput$;
6413
+ exports.ListStackResourcesOutput$ = ListStackResourcesOutput$;
6414
+ exports.ListStackSetAutoDeploymentTargets$ = ListStackSetAutoDeploymentTargets$;
2887
6415
  exports.ListStackSetAutoDeploymentTargetsCommand = ListStackSetAutoDeploymentTargetsCommand;
6416
+ exports.ListStackSetAutoDeploymentTargetsInput$ = ListStackSetAutoDeploymentTargetsInput$;
6417
+ exports.ListStackSetAutoDeploymentTargetsOutput$ = ListStackSetAutoDeploymentTargetsOutput$;
6418
+ exports.ListStackSetOperationResults$ = ListStackSetOperationResults$;
2888
6419
  exports.ListStackSetOperationResultsCommand = ListStackSetOperationResultsCommand;
6420
+ exports.ListStackSetOperationResultsInput$ = ListStackSetOperationResultsInput$;
6421
+ exports.ListStackSetOperationResultsOutput$ = ListStackSetOperationResultsOutput$;
6422
+ exports.ListStackSetOperations$ = ListStackSetOperations$;
2889
6423
  exports.ListStackSetOperationsCommand = ListStackSetOperationsCommand;
6424
+ exports.ListStackSetOperationsInput$ = ListStackSetOperationsInput$;
6425
+ exports.ListStackSetOperationsOutput$ = ListStackSetOperationsOutput$;
6426
+ exports.ListStackSets$ = ListStackSets$;
2890
6427
  exports.ListStackSetsCommand = ListStackSetsCommand;
6428
+ exports.ListStackSetsInput$ = ListStackSetsInput$;
6429
+ exports.ListStackSetsOutput$ = ListStackSetsOutput$;
6430
+ exports.ListStacks$ = ListStacks$;
2891
6431
  exports.ListStacksCommand = ListStacksCommand;
6432
+ exports.ListStacksInput$ = ListStacksInput$;
6433
+ exports.ListStacksOutput$ = ListStacksOutput$;
6434
+ exports.ListTypeRegistrations$ = ListTypeRegistrations$;
2892
6435
  exports.ListTypeRegistrationsCommand = ListTypeRegistrationsCommand;
6436
+ exports.ListTypeRegistrationsInput$ = ListTypeRegistrationsInput$;
6437
+ exports.ListTypeRegistrationsOutput$ = ListTypeRegistrationsOutput$;
6438
+ exports.ListTypeVersions$ = ListTypeVersions$;
2893
6439
  exports.ListTypeVersionsCommand = ListTypeVersionsCommand;
6440
+ exports.ListTypeVersionsInput$ = ListTypeVersionsInput$;
6441
+ exports.ListTypeVersionsOutput$ = ListTypeVersionsOutput$;
6442
+ exports.ListTypes$ = ListTypes$;
2894
6443
  exports.ListTypesCommand = ListTypesCommand;
6444
+ exports.ListTypesInput$ = ListTypesInput$;
6445
+ exports.ListTypesOutput$ = ListTypesOutput$;
6446
+ exports.LiveResourceDrift$ = LiveResourceDrift$;
6447
+ exports.LoggingConfig$ = LoggingConfig$;
6448
+ exports.ManagedExecution$ = ManagedExecution$;
6449
+ exports.ModuleInfo$ = ModuleInfo$;
6450
+ exports.NameAlreadyExistsException = NameAlreadyExistsException;
6451
+ exports.NameAlreadyExistsException$ = NameAlreadyExistsException$;
2895
6452
  exports.OnFailure = OnFailure;
2896
6453
  exports.OnStackFailure = OnStackFailure;
6454
+ exports.OperationEntry$ = OperationEntry$;
6455
+ exports.OperationEvent$ = OperationEvent$;
6456
+ exports.OperationIdAlreadyExistsException = OperationIdAlreadyExistsException;
6457
+ exports.OperationIdAlreadyExistsException$ = OperationIdAlreadyExistsException$;
6458
+ exports.OperationInProgressException = OperationInProgressException;
6459
+ exports.OperationInProgressException$ = OperationInProgressException$;
6460
+ exports.OperationNotFoundException = OperationNotFoundException;
6461
+ exports.OperationNotFoundException$ = OperationNotFoundException$;
6462
+ exports.OperationResultFilter$ = OperationResultFilter$;
2897
6463
  exports.OperationResultFilterName = OperationResultFilterName;
2898
6464
  exports.OperationStatus = OperationStatus;
6465
+ exports.OperationStatusCheckFailedException = OperationStatusCheckFailedException;
6466
+ exports.OperationStatusCheckFailedException$ = OperationStatusCheckFailedException$;
2899
6467
  exports.OperationType = OperationType;
2900
6468
  exports.OrganizationStatus = OrganizationStatus;
6469
+ exports.Output$ = Output$;
6470
+ exports.Parameter$ = Parameter$;
6471
+ exports.ParameterConstraints$ = ParameterConstraints$;
6472
+ exports.ParameterDeclaration$ = ParameterDeclaration$;
2901
6473
  exports.PermissionModels = PermissionModels;
6474
+ exports.PhysicalResourceIdContextKeyValuePair$ = PhysicalResourceIdContextKeyValuePair$;
2902
6475
  exports.PolicyAction = PolicyAction;
6476
+ exports.PropertyDifference$ = PropertyDifference$;
2903
6477
  exports.ProvisioningType = ProvisioningType;
6478
+ exports.PublishType$ = PublishType$;
2904
6479
  exports.PublishTypeCommand = PublishTypeCommand;
6480
+ exports.PublishTypeInput$ = PublishTypeInput$;
6481
+ exports.PublishTypeOutput$ = PublishTypeOutput$;
2905
6482
  exports.PublisherStatus = PublisherStatus;
6483
+ exports.RecordHandlerProgress$ = RecordHandlerProgress$;
2906
6484
  exports.RecordHandlerProgressCommand = RecordHandlerProgressCommand;
6485
+ exports.RecordHandlerProgressInput$ = RecordHandlerProgressInput$;
6486
+ exports.RecordHandlerProgressOutput$ = RecordHandlerProgressOutput$;
2907
6487
  exports.RegionConcurrencyType = RegionConcurrencyType;
6488
+ exports.RegisterPublisher$ = RegisterPublisher$;
2908
6489
  exports.RegisterPublisherCommand = RegisterPublisherCommand;
6490
+ exports.RegisterPublisherInput$ = RegisterPublisherInput$;
6491
+ exports.RegisterPublisherOutput$ = RegisterPublisherOutput$;
6492
+ exports.RegisterType$ = RegisterType$;
2909
6493
  exports.RegisterTypeCommand = RegisterTypeCommand;
6494
+ exports.RegisterTypeInput$ = RegisterTypeInput$;
6495
+ exports.RegisterTypeOutput$ = RegisterTypeOutput$;
2910
6496
  exports.RegistrationStatus = RegistrationStatus;
2911
6497
  exports.RegistryType = RegistryType;
2912
6498
  exports.Replacement = Replacement;
6499
+ exports.RequiredActivatedType$ = RequiredActivatedType$;
2913
6500
  exports.RequiresRecreation = RequiresRecreation;
2914
6501
  exports.ResourceAttribute = ResourceAttribute;
6502
+ exports.ResourceChange$ = ResourceChange$;
6503
+ exports.ResourceChangeDetail$ = ResourceChangeDetail$;
6504
+ exports.ResourceDefinition$ = ResourceDefinition$;
6505
+ exports.ResourceDetail$ = ResourceDetail$;
6506
+ exports.ResourceDriftIgnoredAttribute$ = ResourceDriftIgnoredAttribute$;
6507
+ exports.ResourceIdentifierSummary$ = ResourceIdentifierSummary$;
6508
+ exports.ResourceLocation$ = ResourceLocation$;
6509
+ exports.ResourceMapping$ = ResourceMapping$;
6510
+ exports.ResourceScanInProgressException = ResourceScanInProgressException;
6511
+ exports.ResourceScanInProgressException$ = ResourceScanInProgressException$;
6512
+ exports.ResourceScanLimitExceededException = ResourceScanLimitExceededException;
6513
+ exports.ResourceScanLimitExceededException$ = ResourceScanLimitExceededException$;
6514
+ exports.ResourceScanNotFoundException = ResourceScanNotFoundException;
6515
+ exports.ResourceScanNotFoundException$ = ResourceScanNotFoundException$;
2915
6516
  exports.ResourceScanStatus = ResourceScanStatus;
6517
+ exports.ResourceScanSummary$ = ResourceScanSummary$;
2916
6518
  exports.ResourceSignalStatus = ResourceSignalStatus;
2917
6519
  exports.ResourceStatus = ResourceStatus;
6520
+ exports.ResourceTargetDefinition$ = ResourceTargetDefinition$;
6521
+ exports.ResourceToImport$ = ResourceToImport$;
6522
+ exports.RollbackConfiguration$ = RollbackConfiguration$;
6523
+ exports.RollbackStack$ = RollbackStack$;
2918
6524
  exports.RollbackStackCommand = RollbackStackCommand;
6525
+ exports.RollbackStackInput$ = RollbackStackInput$;
6526
+ exports.RollbackStackOutput$ = RollbackStackOutput$;
6527
+ exports.RollbackTrigger$ = RollbackTrigger$;
6528
+ exports.ScanFilter$ = ScanFilter$;
2919
6529
  exports.ScanType = ScanType;
6530
+ exports.ScannedResource$ = ScannedResource$;
6531
+ exports.ScannedResourceIdentifier$ = ScannedResourceIdentifier$;
6532
+ exports.SetStackPolicy$ = SetStackPolicy$;
2920
6533
  exports.SetStackPolicyCommand = SetStackPolicyCommand;
6534
+ exports.SetStackPolicyInput$ = SetStackPolicyInput$;
6535
+ exports.SetTypeConfiguration$ = SetTypeConfiguration$;
2921
6536
  exports.SetTypeConfigurationCommand = SetTypeConfigurationCommand;
6537
+ exports.SetTypeConfigurationInput$ = SetTypeConfigurationInput$;
6538
+ exports.SetTypeConfigurationOutput$ = SetTypeConfigurationOutput$;
6539
+ exports.SetTypeDefaultVersion$ = SetTypeDefaultVersion$;
2922
6540
  exports.SetTypeDefaultVersionCommand = SetTypeDefaultVersionCommand;
6541
+ exports.SetTypeDefaultVersionInput$ = SetTypeDefaultVersionInput$;
6542
+ exports.SetTypeDefaultVersionOutput$ = SetTypeDefaultVersionOutput$;
6543
+ exports.SignalResource$ = SignalResource$;
2923
6544
  exports.SignalResourceCommand = SignalResourceCommand;
6545
+ exports.SignalResourceInput$ = SignalResourceInput$;
6546
+ exports.Stack$ = Stack$;
6547
+ exports.StackDefinition$ = StackDefinition$;
2924
6548
  exports.StackDriftDetectionStatus = StackDriftDetectionStatus;
6549
+ exports.StackDriftInformation$ = StackDriftInformation$;
6550
+ exports.StackDriftInformationSummary$ = StackDriftInformationSummary$;
2925
6551
  exports.StackDriftStatus = StackDriftStatus;
6552
+ exports.StackEvent$ = StackEvent$;
6553
+ exports.StackInstance$ = StackInstance$;
6554
+ exports.StackInstanceComprehensiveStatus$ = StackInstanceComprehensiveStatus$;
2926
6555
  exports.StackInstanceDetailedStatus = StackInstanceDetailedStatus;
6556
+ exports.StackInstanceFilter$ = StackInstanceFilter$;
2927
6557
  exports.StackInstanceFilterName = StackInstanceFilterName;
6558
+ exports.StackInstanceNotFoundException = StackInstanceNotFoundException;
6559
+ exports.StackInstanceNotFoundException$ = StackInstanceNotFoundException$;
6560
+ exports.StackInstanceResourceDriftsSummary$ = StackInstanceResourceDriftsSummary$;
2928
6561
  exports.StackInstanceStatus = StackInstanceStatus;
6562
+ exports.StackInstanceSummary$ = StackInstanceSummary$;
6563
+ exports.StackNotFoundException = StackNotFoundException;
6564
+ exports.StackNotFoundException$ = StackNotFoundException$;
6565
+ exports.StackRefactorAction$ = StackRefactorAction$;
2929
6566
  exports.StackRefactorActionEntity = StackRefactorActionEntity;
2930
6567
  exports.StackRefactorActionType = StackRefactorActionType;
2931
6568
  exports.StackRefactorDetection = StackRefactorDetection;
2932
6569
  exports.StackRefactorExecutionStatus = StackRefactorExecutionStatus;
6570
+ exports.StackRefactorNotFoundException = StackRefactorNotFoundException;
6571
+ exports.StackRefactorNotFoundException$ = StackRefactorNotFoundException$;
2933
6572
  exports.StackRefactorStatus = StackRefactorStatus;
6573
+ exports.StackRefactorSummary$ = StackRefactorSummary$;
6574
+ exports.StackResource$ = StackResource$;
6575
+ exports.StackResourceDetail$ = StackResourceDetail$;
6576
+ exports.StackResourceDrift$ = StackResourceDrift$;
6577
+ exports.StackResourceDriftInformation$ = StackResourceDriftInformation$;
6578
+ exports.StackResourceDriftInformationSummary$ = StackResourceDriftInformationSummary$;
2934
6579
  exports.StackResourceDriftStatus = StackResourceDriftStatus;
6580
+ exports.StackResourceSummary$ = StackResourceSummary$;
6581
+ exports.StackSet$ = StackSet$;
6582
+ exports.StackSetAutoDeploymentTargetSummary$ = StackSetAutoDeploymentTargetSummary$;
6583
+ exports.StackSetDriftDetectionDetails$ = StackSetDriftDetectionDetails$;
2935
6584
  exports.StackSetDriftDetectionStatus = StackSetDriftDetectionStatus;
2936
6585
  exports.StackSetDriftStatus = StackSetDriftStatus;
6586
+ exports.StackSetNotEmptyException = StackSetNotEmptyException;
6587
+ exports.StackSetNotEmptyException$ = StackSetNotEmptyException$;
6588
+ exports.StackSetNotFoundException = StackSetNotFoundException;
6589
+ exports.StackSetNotFoundException$ = StackSetNotFoundException$;
6590
+ exports.StackSetOperation$ = StackSetOperation$;
2937
6591
  exports.StackSetOperationAction = StackSetOperationAction;
6592
+ exports.StackSetOperationPreferences$ = StackSetOperationPreferences$;
2938
6593
  exports.StackSetOperationResultStatus = StackSetOperationResultStatus;
6594
+ exports.StackSetOperationResultSummary$ = StackSetOperationResultSummary$;
2939
6595
  exports.StackSetOperationStatus = StackSetOperationStatus;
6596
+ exports.StackSetOperationStatusDetails$ = StackSetOperationStatusDetails$;
6597
+ exports.StackSetOperationSummary$ = StackSetOperationSummary$;
2940
6598
  exports.StackSetStatus = StackSetStatus;
6599
+ exports.StackSetSummary$ = StackSetSummary$;
2941
6600
  exports.StackStatus = StackStatus;
6601
+ exports.StackSummary$ = StackSummary$;
6602
+ exports.StaleRequestException = StaleRequestException;
6603
+ exports.StaleRequestException$ = StaleRequestException$;
6604
+ exports.StartResourceScan$ = StartResourceScan$;
2942
6605
  exports.StartResourceScanCommand = StartResourceScanCommand;
6606
+ exports.StartResourceScanInput$ = StartResourceScanInput$;
6607
+ exports.StartResourceScanOutput$ = StartResourceScanOutput$;
6608
+ exports.StopStackSetOperation$ = StopStackSetOperation$;
2943
6609
  exports.StopStackSetOperationCommand = StopStackSetOperationCommand;
6610
+ exports.StopStackSetOperationInput$ = StopStackSetOperationInput$;
6611
+ exports.StopStackSetOperationOutput$ = StopStackSetOperationOutput$;
6612
+ exports.Tag$ = Tag$;
6613
+ exports.TemplateConfiguration$ = TemplateConfiguration$;
2944
6614
  exports.TemplateFormat = TemplateFormat;
6615
+ exports.TemplateParameter$ = TemplateParameter$;
6616
+ exports.TemplateProgress$ = TemplateProgress$;
2945
6617
  exports.TemplateStage = TemplateStage;
6618
+ exports.TemplateSummary$ = TemplateSummary$;
6619
+ exports.TemplateSummaryConfig$ = TemplateSummaryConfig$;
6620
+ exports.TestType$ = TestType$;
2946
6621
  exports.TestTypeCommand = TestTypeCommand;
6622
+ exports.TestTypeInput$ = TestTypeInput$;
6623
+ exports.TestTypeOutput$ = TestTypeOutput$;
2947
6624
  exports.ThirdPartyType = ThirdPartyType;
6625
+ exports.TokenAlreadyExistsException = TokenAlreadyExistsException;
6626
+ exports.TokenAlreadyExistsException$ = TokenAlreadyExistsException$;
6627
+ exports.TypeConfigurationDetails$ = TypeConfigurationDetails$;
6628
+ exports.TypeConfigurationIdentifier$ = TypeConfigurationIdentifier$;
6629
+ exports.TypeConfigurationNotFoundException = TypeConfigurationNotFoundException;
6630
+ exports.TypeConfigurationNotFoundException$ = TypeConfigurationNotFoundException$;
6631
+ exports.TypeFilters$ = TypeFilters$;
6632
+ exports.TypeNotFoundException = TypeNotFoundException;
6633
+ exports.TypeNotFoundException$ = TypeNotFoundException$;
6634
+ exports.TypeSummary$ = TypeSummary$;
2948
6635
  exports.TypeTestsStatus = TypeTestsStatus;
6636
+ exports.TypeVersionSummary$ = TypeVersionSummary$;
6637
+ exports.UpdateGeneratedTemplate$ = UpdateGeneratedTemplate$;
2949
6638
  exports.UpdateGeneratedTemplateCommand = UpdateGeneratedTemplateCommand;
6639
+ exports.UpdateGeneratedTemplateInput$ = UpdateGeneratedTemplateInput$;
6640
+ exports.UpdateGeneratedTemplateOutput$ = UpdateGeneratedTemplateOutput$;
6641
+ exports.UpdateStack$ = UpdateStack$;
2950
6642
  exports.UpdateStackCommand = UpdateStackCommand;
6643
+ exports.UpdateStackInput$ = UpdateStackInput$;
6644
+ exports.UpdateStackInstances$ = UpdateStackInstances$;
2951
6645
  exports.UpdateStackInstancesCommand = UpdateStackInstancesCommand;
6646
+ exports.UpdateStackInstancesInput$ = UpdateStackInstancesInput$;
6647
+ exports.UpdateStackInstancesOutput$ = UpdateStackInstancesOutput$;
6648
+ exports.UpdateStackOutput$ = UpdateStackOutput$;
6649
+ exports.UpdateStackSet$ = UpdateStackSet$;
2952
6650
  exports.UpdateStackSetCommand = UpdateStackSetCommand;
6651
+ exports.UpdateStackSetInput$ = UpdateStackSetInput$;
6652
+ exports.UpdateStackSetOutput$ = UpdateStackSetOutput$;
6653
+ exports.UpdateTerminationProtection$ = UpdateTerminationProtection$;
2953
6654
  exports.UpdateTerminationProtectionCommand = UpdateTerminationProtectionCommand;
6655
+ exports.UpdateTerminationProtectionInput$ = UpdateTerminationProtectionInput$;
6656
+ exports.UpdateTerminationProtectionOutput$ = UpdateTerminationProtectionOutput$;
6657
+ exports.ValidateTemplate$ = ValidateTemplate$;
2954
6658
  exports.ValidateTemplateCommand = ValidateTemplateCommand;
6659
+ exports.ValidateTemplateInput$ = ValidateTemplateInput$;
6660
+ exports.ValidateTemplateOutput$ = ValidateTemplateOutput$;
2955
6661
  exports.ValidationStatus = ValidationStatus;
2956
6662
  exports.VersionBump = VersionBump;
2957
6663
  exports.Visibility = Visibility;
6664
+ exports.WarningDetail$ = WarningDetail$;
6665
+ exports.WarningProperty$ = WarningProperty$;
2958
6666
  exports.WarningType = WarningType;
6667
+ exports.Warnings$ = Warnings$;
6668
+ exports.errorTypeRegistries = errorTypeRegistries;
2959
6669
  exports.paginateDescribeAccountLimits = paginateDescribeAccountLimits;
2960
6670
  exports.paginateDescribeChangeSet = paginateDescribeChangeSet;
2961
6671
  exports.paginateDescribeEvents = paginateDescribeEvents;