@cdk8s/awscdk-resolver 0.0.600 → 0.0.601

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 (117) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -5
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +7 -11
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +449 -469
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +4 -8
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +59 -91
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +22 -26
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +30 -34
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +4 -7
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +20 -24
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +814 -533
  14. package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
  15. package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -50
  16. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
  17. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +21 -22
  18. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -51
  19. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +21 -22
  20. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
  21. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
  22. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
  23. package/node_modules/@aws-sdk/core/package.json +8 -8
  24. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
  25. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  26. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +3 -7
  27. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +12 -16
  28. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +16 -21
  29. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +14 -18
  30. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +1 -5
  31. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +2 -5
  32. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +2 -7
  33. package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -6
  34. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
  35. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
  36. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
  37. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  38. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
  39. package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
  40. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
  41. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  42. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
  43. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  44. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -24
  45. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
  46. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  47. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -14
  48. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -6
  49. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +3 -27
  50. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  51. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
  52. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +82 -84
  53. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +158 -119
  54. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +80 -82
  55. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +80 -82
  56. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +99 -101
  57. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +4 -1
  58. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
  59. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  60. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
  61. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  62. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +12 -0
  63. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  64. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +3 -0
  65. package/node_modules/@aws-sdk/nested-clients/package.json +9 -8
  66. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
  67. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
  68. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
  69. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  70. package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
  71. package/node_modules/@aws-sdk/types/package.json +4 -4
  72. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
  73. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  74. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +2 -4
  75. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +4 -7
  76. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +2 -5
  77. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +7 -10
  78. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  79. package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
  80. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
  81. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
  82. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
  83. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
  84. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
  85. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
  86. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
  87. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
  88. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
  89. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
  90. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
  91. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
  92. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
  93. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +23 -24
  94. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +25 -26
  95. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
  96. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
  97. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
  98. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
  99. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
  100. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  101. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
  102. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  103. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
  104. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  105. package/node_modules/@smithy/core/package.json +7 -6
  106. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
  107. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  108. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
  109. package/node_modules/@smithy/fetch-http-handler/package.json +7 -7
  110. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -13
  111. package/node_modules/@smithy/node-http-handler/package.json +7 -7
  112. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
  113. package/node_modules/@smithy/signature-v4/package.json +6 -6
  114. package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
  115. package/node_modules/@smithy/types/package.json +4 -4
  116. package/package.json +3 -3
  117. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
@@ -1,13 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ContinueUpdateRollbackOutput$ = exports.ContinueUpdateRollbackInput$ = exports.ChangeSetSummary$ = exports.ChangeSetHookTargetDetails$ = exports.ChangeSetHookResourceTargetDetails$ = exports.ChangeSetHook$ = exports.Change$ = exports.CancelUpdateStackInput$ = exports.BatchDescribeTypeConfigurationsOutput$ = exports.BatchDescribeTypeConfigurationsInput$ = exports.BatchDescribeTypeConfigurationsError$ = exports.AutoDeployment$ = exports.Annotation$ = exports.ActivateTypeOutput$ = exports.ActivateTypeInput$ = exports.ActivateOrganizationsAccessOutput$ = exports.ActivateOrganizationsAccessInput$ = exports.AccountLimit$ = exports.AccountGateResult$ = exports.errorTypeRegistries = exports.TypeNotFoundException$ = exports.TypeConfigurationNotFoundException$ = exports.TokenAlreadyExistsException$ = exports.StaleRequestException$ = exports.StackSetNotFoundException$ = exports.StackSetNotEmptyException$ = exports.StackRefactorNotFoundException$ = exports.StackNotFoundException$ = exports.StackInstanceNotFoundException$ = exports.ResourceScanNotFoundException$ = exports.ResourceScanLimitExceededException$ = exports.ResourceScanInProgressException$ = exports.OperationStatusCheckFailedException$ = exports.OperationNotFoundException$ = exports.OperationInProgressException$ = exports.OperationIdAlreadyExistsException$ = exports.NameAlreadyExistsException$ = exports.LimitExceededException$ = exports.InvalidStateTransitionException$ = exports.InvalidOperationException$ = exports.InvalidChangeSetStatusException$ = exports.InsufficientCapabilitiesException$ = exports.HookResultNotFoundException$ = exports.GeneratedTemplateNotFoundException$ = exports.CreatedButModifiedException$ = exports.ConcurrentResourcesLimitExceededException$ = exports.ChangeSetNotFoundException$ = exports.CFNRegistryException$ = exports.AlreadyExistsException$ = exports.CloudFormationServiceException$ = void 0;
4
- exports.DescribeStackRefactorInput$ = exports.DescribeStackInstanceOutput$ = exports.DescribeStackInstanceInput$ = exports.DescribeStackEventsOutput$ = exports.DescribeStackEventsInput$ = exports.DescribeStackDriftDetectionStatusOutput$ = exports.DescribeStackDriftDetectionStatusInput$ = exports.DescribeResourceScanOutput$ = exports.DescribeResourceScanInput$ = exports.DescribePublisherOutput$ = exports.DescribePublisherInput$ = exports.DescribeOrganizationsAccessOutput$ = exports.DescribeOrganizationsAccessInput$ = exports.DescribeGeneratedTemplateOutput$ = exports.DescribeGeneratedTemplateInput$ = exports.DescribeEventsOutput$ = exports.DescribeEventsInput$ = exports.DescribeChangeSetOutput$ = exports.DescribeChangeSetInput$ = exports.DescribeChangeSetHooksOutput$ = exports.DescribeChangeSetHooksInput$ = exports.DescribeAccountLimitsOutput$ = exports.DescribeAccountLimitsInput$ = exports.DeregisterTypeOutput$ = exports.DeregisterTypeInput$ = exports.DeploymentTargets$ = exports.DeleteStackSetOutput$ = exports.DeleteStackSetInput$ = exports.DeleteStackInstancesOutput$ = exports.DeleteStackInstancesInput$ = exports.DeleteStackInput$ = exports.DeleteGeneratedTemplateInput$ = exports.DeleteChangeSetOutput$ = exports.DeleteChangeSetInput$ = exports.DeactivateTypeOutput$ = exports.DeactivateTypeInput$ = exports.DeactivateOrganizationsAccessOutput$ = exports.DeactivateOrganizationsAccessInput$ = exports.CreateStackSetOutput$ = exports.CreateStackSetInput$ = exports.CreateStackRefactorOutput$ = exports.CreateStackRefactorInput$ = exports.CreateStackOutput$ = exports.CreateStackInstancesOutput$ = exports.CreateStackInstancesInput$ = exports.CreateStackInput$ = exports.CreateGeneratedTemplateOutput$ = exports.CreateGeneratedTemplateInput$ = exports.CreateChangeSetOutput$ = exports.CreateChangeSetInput$ = void 0;
5
- exports.ListGeneratedTemplatesOutput$ = exports.ListGeneratedTemplatesInput$ = exports.ListExportsOutput$ = exports.ListExportsInput$ = exports.ListChangeSetsOutput$ = exports.ListChangeSetsInput$ = exports.ImportStacksToStackSetOutput$ = exports.ImportStacksToStackSetInput$ = exports.HookTarget$ = exports.HookResultSummary$ = exports.GetTemplateSummaryOutput$ = exports.GetTemplateSummaryInput$ = exports.GetTemplateOutput$ = exports.GetTemplateInput$ = exports.GetStackPolicyOutput$ = exports.GetStackPolicyInput$ = exports.GetHookResultOutput$ = exports.GetHookResultInput$ = exports.GetGeneratedTemplateOutput$ = exports.GetGeneratedTemplateInput$ = exports.Export$ = exports.ExecuteStackRefactorInput$ = exports.ExecuteChangeSetOutput$ = exports.ExecuteChangeSetInput$ = exports.EventFilter$ = exports.EstimateTemplateCostOutput$ = exports.EstimateTemplateCostInput$ = exports.DetectStackSetDriftOutput$ = exports.DetectStackSetDriftInput$ = exports.DetectStackResourceDriftOutput$ = exports.DetectStackResourceDriftInput$ = exports.DetectStackDriftOutput$ = exports.DetectStackDriftInput$ = exports.DescribeTypeRegistrationOutput$ = exports.DescribeTypeRegistrationInput$ = exports.DescribeTypeOutput$ = exports.DescribeTypeInput$ = exports.DescribeStacksOutput$ = exports.DescribeStacksInput$ = exports.DescribeStackSetOutput$ = exports.DescribeStackSetOperationOutput$ = exports.DescribeStackSetOperationInput$ = exports.DescribeStackSetInput$ = exports.DescribeStackResourcesOutput$ = exports.DescribeStackResourcesInput$ = exports.DescribeStackResourceOutput$ = exports.DescribeStackResourceInput$ = exports.DescribeStackResourceDriftsOutput$ = exports.DescribeStackResourceDriftsInput$ = exports.DescribeStackRefactorOutput$ = void 0;
6
- exports.PublishTypeInput$ = exports.PropertyDifference$ = exports.PhysicalResourceIdContextKeyValuePair$ = exports.ParameterDeclaration$ = exports.ParameterConstraints$ = exports.Parameter$ = exports.Output$ = exports.OperationResultFilter$ = exports.OperationEvent$ = exports.OperationEntry$ = exports.ModuleInfo$ = exports.ManagedExecution$ = exports.LoggingConfig$ = exports.LiveResourceDrift$ = exports.ListTypeVersionsOutput$ = exports.ListTypeVersionsInput$ = exports.ListTypesOutput$ = exports.ListTypesInput$ = exports.ListTypeRegistrationsOutput$ = exports.ListTypeRegistrationsInput$ = exports.ListStacksOutput$ = exports.ListStacksInput$ = exports.ListStackSetsOutput$ = exports.ListStackSetsInput$ = exports.ListStackSetOperationsOutput$ = exports.ListStackSetOperationsInput$ = exports.ListStackSetOperationResultsOutput$ = exports.ListStackSetOperationResultsInput$ = exports.ListStackSetAutoDeploymentTargetsOutput$ = exports.ListStackSetAutoDeploymentTargetsInput$ = exports.ListStackResourcesOutput$ = exports.ListStackResourcesInput$ = exports.ListStackRefactorsOutput$ = exports.ListStackRefactorsInput$ = exports.ListStackRefactorActionsOutput$ = exports.ListStackRefactorActionsInput$ = exports.ListStackInstancesOutput$ = exports.ListStackInstancesInput$ = exports.ListStackInstanceResourceDriftsOutput$ = exports.ListStackInstanceResourceDriftsInput$ = exports.ListResourceScansOutput$ = exports.ListResourceScansInput$ = exports.ListResourceScanResourcesOutput$ = exports.ListResourceScanResourcesInput$ = exports.ListResourceScanRelatedResourcesOutput$ = exports.ListResourceScanRelatedResourcesInput$ = exports.ListImportsOutput$ = exports.ListImportsInput$ = exports.ListHookResultsOutput$ = exports.ListHookResultsInput$ = void 0;
7
- exports.StackResourceSummary$ = exports.StackResourceDriftInformationSummary$ = exports.StackResourceDriftInformation$ = exports.StackResourceDrift$ = exports.StackResourceDetail$ = exports.StackResource$ = exports.StackRefactorSummary$ = exports.StackRefactorAction$ = exports.StackInstanceSummary$ = exports.StackInstanceResourceDriftsSummary$ = exports.StackInstanceFilter$ = exports.StackInstanceComprehensiveStatus$ = exports.StackInstance$ = exports.StackEvent$ = exports.StackDriftInformationSummary$ = exports.StackDriftInformation$ = exports.StackDefinition$ = exports.Stack$ = exports.SignalResourceInput$ = exports.SetTypeDefaultVersionOutput$ = exports.SetTypeDefaultVersionInput$ = exports.SetTypeConfigurationOutput$ = exports.SetTypeConfigurationInput$ = exports.SetStackPolicyInput$ = exports.ScannedResourceIdentifier$ = exports.ScannedResource$ = exports.ScanFilter$ = exports.RollbackTrigger$ = exports.RollbackStackOutput$ = exports.RollbackStackInput$ = exports.RollbackConfiguration$ = exports.ResourceToImport$ = exports.ResourceTargetDefinition$ = exports.ResourceScanSummary$ = exports.ResourceMapping$ = exports.ResourceLocation$ = exports.ResourceIdentifierSummary$ = exports.ResourceDriftIgnoredAttribute$ = exports.ResourceDetail$ = exports.ResourceDefinition$ = exports.ResourceChangeDetail$ = exports.ResourceChange$ = exports.RequiredActivatedType$ = exports.RegisterTypeOutput$ = exports.RegisterTypeInput$ = exports.RegisterPublisherOutput$ = exports.RegisterPublisherInput$ = exports.RecordHandlerProgressOutput$ = exports.RecordHandlerProgressInput$ = exports.PublishTypeOutput$ = void 0;
8
- exports.CreateStack$ = exports.CreateGeneratedTemplate$ = exports.CreateChangeSet$ = exports.ContinueUpdateRollback$ = exports.CancelUpdateStack$ = exports.BatchDescribeTypeConfigurations$ = exports.ActivateType$ = exports.ActivateOrganizationsAccess$ = exports.Warnings$ = exports.WarningProperty$ = exports.WarningDetail$ = exports.ValidateTemplateOutput$ = exports.ValidateTemplateInput$ = exports.UpdateTerminationProtectionOutput$ = exports.UpdateTerminationProtectionInput$ = exports.UpdateStackSetOutput$ = exports.UpdateStackSetInput$ = exports.UpdateStackOutput$ = exports.UpdateStackInstancesOutput$ = exports.UpdateStackInstancesInput$ = exports.UpdateStackInput$ = exports.UpdateGeneratedTemplateOutput$ = exports.UpdateGeneratedTemplateInput$ = exports.TypeVersionSummary$ = exports.TypeSummary$ = exports.TypeFilters$ = exports.TypeConfigurationIdentifier$ = exports.TypeConfigurationDetails$ = exports.TestTypeOutput$ = exports.TestTypeInput$ = exports.TemplateSummaryConfig$ = exports.TemplateSummary$ = exports.TemplateProgress$ = exports.TemplateParameter$ = exports.TemplateConfiguration$ = exports.Tag$ = exports.StopStackSetOperationOutput$ = exports.StopStackSetOperationInput$ = exports.StartResourceScanOutput$ = exports.StartResourceScanInput$ = exports.StackSummary$ = exports.StackSetSummary$ = exports.StackSetOperationSummary$ = exports.StackSetOperationStatusDetails$ = exports.StackSetOperationResultSummary$ = exports.StackSetOperationPreferences$ = exports.StackSetOperation$ = exports.StackSetDriftDetectionDetails$ = exports.StackSetAutoDeploymentTargetSummary$ = exports.StackSet$ = void 0;
9
- exports.ListResourceScanResources$ = exports.ListResourceScanRelatedResources$ = exports.ListImports$ = exports.ListHookResults$ = exports.ListGeneratedTemplates$ = exports.ListExports$ = exports.ListChangeSets$ = exports.ImportStacksToStackSet$ = exports.GetTemplateSummary$ = exports.GetTemplate$ = exports.GetStackPolicy$ = exports.GetHookResult$ = exports.GetGeneratedTemplate$ = exports.ExecuteStackRefactor$ = exports.ExecuteChangeSet$ = exports.EstimateTemplateCost$ = exports.DetectStackSetDrift$ = exports.DetectStackResourceDrift$ = exports.DetectStackDrift$ = exports.DescribeTypeRegistration$ = exports.DescribeType$ = exports.DescribeStackSetOperation$ = exports.DescribeStackSet$ = exports.DescribeStacks$ = exports.DescribeStackResources$ = exports.DescribeStackResourceDrifts$ = exports.DescribeStackResource$ = exports.DescribeStackRefactor$ = exports.DescribeStackInstance$ = exports.DescribeStackEvents$ = exports.DescribeStackDriftDetectionStatus$ = exports.DescribeResourceScan$ = exports.DescribePublisher$ = exports.DescribeOrganizationsAccess$ = exports.DescribeGeneratedTemplate$ = exports.DescribeEvents$ = exports.DescribeChangeSetHooks$ = exports.DescribeChangeSet$ = exports.DescribeAccountLimits$ = exports.DeregisterType$ = exports.DeleteStackSet$ = exports.DeleteStackInstances$ = exports.DeleteStack$ = exports.DeleteGeneratedTemplate$ = exports.DeleteChangeSet$ = exports.DeactivateType$ = exports.DeactivateOrganizationsAccess$ = exports.CreateStackSet$ = exports.CreateStackRefactor$ = exports.CreateStackInstances$ = void 0;
10
- exports.ValidateTemplate$ = exports.UpdateTerminationProtection$ = exports.UpdateStackSet$ = exports.UpdateStackInstances$ = exports.UpdateStack$ = exports.UpdateGeneratedTemplate$ = exports.TestType$ = exports.StopStackSetOperation$ = exports.StartResourceScan$ = exports.SignalResource$ = exports.SetTypeDefaultVersion$ = exports.SetTypeConfiguration$ = exports.SetStackPolicy$ = exports.RollbackStack$ = exports.RegisterType$ = exports.RegisterPublisher$ = exports.RecordHandlerProgress$ = exports.PublishType$ = exports.ListTypeVersions$ = exports.ListTypes$ = exports.ListTypeRegistrations$ = exports.ListStackSets$ = exports.ListStackSetOperations$ = exports.ListStackSetOperationResults$ = exports.ListStackSetAutoDeploymentTargets$ = exports.ListStacks$ = exports.ListStackResources$ = exports.ListStackRefactors$ = exports.ListStackRefactorActions$ = exports.ListStackInstances$ = exports.ListStackInstanceResourceDrifts$ = exports.ListResourceScans$ = void 0;
11
1
  const _A = "Arn";
12
2
  const _AC = "AfterContext";
13
3
  const _ACT = "AttributeChangeType";
@@ -779,1963 +769,2254 @@ const _e = "error";
779
769
  const _hE = "httpError";
780
770
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudformation";
781
771
  const n0 = "com.amazonaws.cloudformation";
782
- const schema_1 = require("@smithy/core/schema");
783
- const CloudFormationServiceException_1 = require("../models/CloudFormationServiceException");
784
- const errors_1 = require("../models/errors");
785
- const _s_registry = schema_1.TypeRegistry.for(_s);
786
- exports.CloudFormationServiceException$ = [-3, _s, "CloudFormationServiceException", 0, [], []];
787
- _s_registry.registerError(exports.CloudFormationServiceException$, CloudFormationServiceException_1.CloudFormationServiceException);
788
- const n0_registry = schema_1.TypeRegistry.for(n0);
789
- exports.AlreadyExistsException$ = [-3, n0, _AEE,
772
+ const { TypeRegistry } = require("@smithy/core/schema");
773
+ const { CloudFormationServiceException } = require("../models/CloudFormationServiceException");
774
+ const { AlreadyExistsException, CFNRegistryException, ChangeSetNotFoundException, ConcurrentResourcesLimitExceededException, CreatedButModifiedException, GeneratedTemplateNotFoundException, HookResultNotFoundException, InsufficientCapabilitiesException, InvalidChangeSetStatusException, InvalidOperationException, InvalidStateTransitionException, LimitExceededException, NameAlreadyExistsException, OperationIdAlreadyExistsException, OperationInProgressException, OperationNotFoundException, OperationStatusCheckFailedException, ResourceScanInProgressException, ResourceScanLimitExceededException, ResourceScanNotFoundException, StackInstanceNotFoundException, StackNotFoundException, StackRefactorNotFoundException, StackSetNotEmptyException, StackSetNotFoundException, StaleRequestException, TokenAlreadyExistsException, TypeConfigurationNotFoundException, TypeNotFoundException } = require("../models/errors");
775
+ const _s_registry = TypeRegistry.for(_s);
776
+ const CloudFormationServiceException$ = [-3, _s, "CloudFormationServiceException", 0, [], []];
777
+ exports.CloudFormationServiceException$ = CloudFormationServiceException$;
778
+ _s_registry.registerError(CloudFormationServiceException$, CloudFormationServiceException);
779
+ const n0_registry = TypeRegistry.for(n0);
780
+ const AlreadyExistsException$ = [-3, n0, _AEE,
790
781
  { [_aQE]: [`AlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
791
782
  [_M],
792
783
  [0]
793
784
  ];
794
- n0_registry.registerError(exports.AlreadyExistsException$, errors_1.AlreadyExistsException);
795
- exports.CFNRegistryException$ = [-3, n0, _CFNRE,
785
+ exports.AlreadyExistsException$ = AlreadyExistsException$;
786
+ n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
787
+ const CFNRegistryException$ = [-3, n0, _CFNRE,
796
788
  { [_aQE]: [`CFNRegistryException`, 400], [_e]: _c, [_hE]: 400 },
797
789
  [_M],
798
790
  [0]
799
791
  ];
800
- n0_registry.registerError(exports.CFNRegistryException$, errors_1.CFNRegistryException);
801
- exports.ChangeSetNotFoundException$ = [-3, n0, _CSNFE,
792
+ exports.CFNRegistryException$ = CFNRegistryException$;
793
+ n0_registry.registerError(CFNRegistryException$, CFNRegistryException);
794
+ const ChangeSetNotFoundException$ = [-3, n0, _CSNFE,
802
795
  { [_aQE]: [`ChangeSetNotFound`, 404], [_e]: _c, [_hE]: 404 },
803
796
  [_M],
804
797
  [0]
805
798
  ];
806
- n0_registry.registerError(exports.ChangeSetNotFoundException$, errors_1.ChangeSetNotFoundException);
807
- exports.ConcurrentResourcesLimitExceededException$ = [-3, n0, _CRLEE,
799
+ exports.ChangeSetNotFoundException$ = ChangeSetNotFoundException$;
800
+ n0_registry.registerError(ChangeSetNotFoundException$, ChangeSetNotFoundException);
801
+ const ConcurrentResourcesLimitExceededException$ = [-3, n0, _CRLEE,
808
802
  { [_aQE]: [`ConcurrentResourcesLimitExceeded`, 429], [_e]: _c, [_hE]: 429 },
809
803
  [_M],
810
804
  [0]
811
805
  ];
812
- n0_registry.registerError(exports.ConcurrentResourcesLimitExceededException$, errors_1.ConcurrentResourcesLimitExceededException);
813
- exports.CreatedButModifiedException$ = [-3, n0, _CBME,
806
+ exports.ConcurrentResourcesLimitExceededException$ = ConcurrentResourcesLimitExceededException$;
807
+ n0_registry.registerError(ConcurrentResourcesLimitExceededException$, ConcurrentResourcesLimitExceededException);
808
+ const CreatedButModifiedException$ = [-3, n0, _CBME,
814
809
  { [_aQE]: [`CreatedButModifiedException`, 409], [_e]: _c, [_hE]: 409 },
815
810
  [_M],
816
811
  [0]
817
812
  ];
818
- n0_registry.registerError(exports.CreatedButModifiedException$, errors_1.CreatedButModifiedException);
819
- exports.GeneratedTemplateNotFoundException$ = [-3, n0, _GTNFE,
813
+ exports.CreatedButModifiedException$ = CreatedButModifiedException$;
814
+ n0_registry.registerError(CreatedButModifiedException$, CreatedButModifiedException);
815
+ const GeneratedTemplateNotFoundException$ = [-3, n0, _GTNFE,
820
816
  { [_aQE]: [`GeneratedTemplateNotFound`, 404], [_e]: _c, [_hE]: 404 },
821
817
  [_M],
822
818
  [0]
823
819
  ];
824
- n0_registry.registerError(exports.GeneratedTemplateNotFoundException$, errors_1.GeneratedTemplateNotFoundException);
825
- exports.HookResultNotFoundException$ = [-3, n0, _HRNFE,
820
+ exports.GeneratedTemplateNotFoundException$ = GeneratedTemplateNotFoundException$;
821
+ n0_registry.registerError(GeneratedTemplateNotFoundException$, GeneratedTemplateNotFoundException);
822
+ const HookResultNotFoundException$ = [-3, n0, _HRNFE,
826
823
  { [_aQE]: [`HookResultNotFound`, 404], [_e]: _c, [_hE]: 404 },
827
824
  [_M],
828
825
  [0]
829
826
  ];
830
- n0_registry.registerError(exports.HookResultNotFoundException$, errors_1.HookResultNotFoundException);
831
- exports.InsufficientCapabilitiesException$ = [-3, n0, _ICE,
827
+ exports.HookResultNotFoundException$ = HookResultNotFoundException$;
828
+ n0_registry.registerError(HookResultNotFoundException$, HookResultNotFoundException);
829
+ const InsufficientCapabilitiesException$ = [-3, n0, _ICE,
832
830
  { [_aQE]: [`InsufficientCapabilitiesException`, 400], [_e]: _c, [_hE]: 400 },
833
831
  [_M],
834
832
  [0]
835
833
  ];
836
- n0_registry.registerError(exports.InsufficientCapabilitiesException$, errors_1.InsufficientCapabilitiesException);
837
- exports.InvalidChangeSetStatusException$ = [-3, n0, _ICSSE,
834
+ exports.InsufficientCapabilitiesException$ = InsufficientCapabilitiesException$;
835
+ n0_registry.registerError(InsufficientCapabilitiesException$, InsufficientCapabilitiesException);
836
+ const InvalidChangeSetStatusException$ = [-3, n0, _ICSSE,
838
837
  { [_aQE]: [`InvalidChangeSetStatus`, 400], [_e]: _c, [_hE]: 400 },
839
838
  [_M],
840
839
  [0]
841
840
  ];
842
- n0_registry.registerError(exports.InvalidChangeSetStatusException$, errors_1.InvalidChangeSetStatusException);
843
- exports.InvalidOperationException$ = [-3, n0, _IOE,
841
+ exports.InvalidChangeSetStatusException$ = InvalidChangeSetStatusException$;
842
+ n0_registry.registerError(InvalidChangeSetStatusException$, InvalidChangeSetStatusException);
843
+ const InvalidOperationException$ = [-3, n0, _IOE,
844
844
  { [_aQE]: [`InvalidOperationException`, 400], [_e]: _c, [_hE]: 400 },
845
845
  [_M],
846
846
  [0]
847
847
  ];
848
- n0_registry.registerError(exports.InvalidOperationException$, errors_1.InvalidOperationException);
849
- exports.InvalidStateTransitionException$ = [-3, n0, _ISTE,
848
+ exports.InvalidOperationException$ = InvalidOperationException$;
849
+ n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
850
+ const InvalidStateTransitionException$ = [-3, n0, _ISTE,
850
851
  { [_aQE]: [`InvalidStateTransition`, 400], [_e]: _c, [_hE]: 400 },
851
852
  [_M],
852
853
  [0]
853
854
  ];
854
- n0_registry.registerError(exports.InvalidStateTransitionException$, errors_1.InvalidStateTransitionException);
855
- exports.LimitExceededException$ = [-3, n0, _LEE,
855
+ exports.InvalidStateTransitionException$ = InvalidStateTransitionException$;
856
+ n0_registry.registerError(InvalidStateTransitionException$, InvalidStateTransitionException);
857
+ const LimitExceededException$ = [-3, n0, _LEE,
856
858
  { [_aQE]: [`LimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
857
859
  [_M],
858
860
  [0]
859
861
  ];
860
- n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
861
- exports.NameAlreadyExistsException$ = [-3, n0, _NAEE,
862
+ exports.LimitExceededException$ = LimitExceededException$;
863
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
864
+ const NameAlreadyExistsException$ = [-3, n0, _NAEE,
862
865
  { [_aQE]: [`NameAlreadyExistsException`, 409], [_e]: _c, [_hE]: 409 },
863
866
  [_M],
864
867
  [0]
865
868
  ];
866
- n0_registry.registerError(exports.NameAlreadyExistsException$, errors_1.NameAlreadyExistsException);
867
- exports.OperationIdAlreadyExistsException$ = [-3, n0, _OIAEE,
869
+ exports.NameAlreadyExistsException$ = NameAlreadyExistsException$;
870
+ n0_registry.registerError(NameAlreadyExistsException$, NameAlreadyExistsException);
871
+ const OperationIdAlreadyExistsException$ = [-3, n0, _OIAEE,
868
872
  { [_aQE]: [`OperationIdAlreadyExistsException`, 409], [_e]: _c, [_hE]: 409 },
869
873
  [_M],
870
874
  [0]
871
875
  ];
872
- n0_registry.registerError(exports.OperationIdAlreadyExistsException$, errors_1.OperationIdAlreadyExistsException);
873
- exports.OperationInProgressException$ = [-3, n0, _OIPE,
876
+ exports.OperationIdAlreadyExistsException$ = OperationIdAlreadyExistsException$;
877
+ n0_registry.registerError(OperationIdAlreadyExistsException$, OperationIdAlreadyExistsException);
878
+ const OperationInProgressException$ = [-3, n0, _OIPE,
874
879
  { [_aQE]: [`OperationInProgressException`, 409], [_e]: _c, [_hE]: 409 },
875
880
  [_M],
876
881
  [0]
877
882
  ];
878
- n0_registry.registerError(exports.OperationInProgressException$, errors_1.OperationInProgressException);
879
- exports.OperationNotFoundException$ = [-3, n0, _ONFE,
883
+ exports.OperationInProgressException$ = OperationInProgressException$;
884
+ n0_registry.registerError(OperationInProgressException$, OperationInProgressException);
885
+ const OperationNotFoundException$ = [-3, n0, _ONFE,
880
886
  { [_aQE]: [`OperationNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
881
887
  [_M],
882
888
  [0]
883
889
  ];
884
- n0_registry.registerError(exports.OperationNotFoundException$, errors_1.OperationNotFoundException);
885
- exports.OperationStatusCheckFailedException$ = [-3, n0, _OSCFE,
890
+ exports.OperationNotFoundException$ = OperationNotFoundException$;
891
+ n0_registry.registerError(OperationNotFoundException$, OperationNotFoundException);
892
+ const OperationStatusCheckFailedException$ = [-3, n0, _OSCFE,
886
893
  { [_aQE]: [`ConditionalCheckFailed`, 400], [_e]: _c, [_hE]: 400 },
887
894
  [_M],
888
895
  [0]
889
896
  ];
890
- n0_registry.registerError(exports.OperationStatusCheckFailedException$, errors_1.OperationStatusCheckFailedException);
891
- exports.ResourceScanInProgressException$ = [-3, n0, _RSIPE,
897
+ exports.OperationStatusCheckFailedException$ = OperationStatusCheckFailedException$;
898
+ n0_registry.registerError(OperationStatusCheckFailedException$, OperationStatusCheckFailedException);
899
+ const ResourceScanInProgressException$ = [-3, n0, _RSIPE,
892
900
  { [_aQE]: [`ResourceScanInProgress`, 400], [_e]: _c, [_hE]: 400 },
893
901
  [_M],
894
902
  [0]
895
903
  ];
896
- n0_registry.registerError(exports.ResourceScanInProgressException$, errors_1.ResourceScanInProgressException);
897
- exports.ResourceScanLimitExceededException$ = [-3, n0, _RSLEE,
904
+ exports.ResourceScanInProgressException$ = ResourceScanInProgressException$;
905
+ n0_registry.registerError(ResourceScanInProgressException$, ResourceScanInProgressException);
906
+ const ResourceScanLimitExceededException$ = [-3, n0, _RSLEE,
898
907
  { [_aQE]: [`ResourceScanLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
899
908
  [_M],
900
909
  [0]
901
910
  ];
902
- n0_registry.registerError(exports.ResourceScanLimitExceededException$, errors_1.ResourceScanLimitExceededException);
903
- exports.ResourceScanNotFoundException$ = [-3, n0, _RSNFE,
911
+ exports.ResourceScanLimitExceededException$ = ResourceScanLimitExceededException$;
912
+ n0_registry.registerError(ResourceScanLimitExceededException$, ResourceScanLimitExceededException);
913
+ const ResourceScanNotFoundException$ = [-3, n0, _RSNFE,
904
914
  { [_aQE]: [`ResourceScanNotFound`, 400], [_e]: _c, [_hE]: 400 },
905
915
  [_M],
906
916
  [0]
907
917
  ];
908
- n0_registry.registerError(exports.ResourceScanNotFoundException$, errors_1.ResourceScanNotFoundException);
909
- exports.StackInstanceNotFoundException$ = [-3, n0, _SINFE,
918
+ exports.ResourceScanNotFoundException$ = ResourceScanNotFoundException$;
919
+ n0_registry.registerError(ResourceScanNotFoundException$, ResourceScanNotFoundException);
920
+ const StackInstanceNotFoundException$ = [-3, n0, _SINFE,
910
921
  { [_aQE]: [`StackInstanceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
911
922
  [_M],
912
923
  [0]
913
924
  ];
914
- n0_registry.registerError(exports.StackInstanceNotFoundException$, errors_1.StackInstanceNotFoundException);
915
- exports.StackNotFoundException$ = [-3, n0, _SNFE,
925
+ exports.StackInstanceNotFoundException$ = StackInstanceNotFoundException$;
926
+ n0_registry.registerError(StackInstanceNotFoundException$, StackInstanceNotFoundException);
927
+ const StackNotFoundException$ = [-3, n0, _SNFE,
916
928
  { [_aQE]: [`StackNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
917
929
  [_M],
918
930
  [0]
919
931
  ];
920
- n0_registry.registerError(exports.StackNotFoundException$, errors_1.StackNotFoundException);
921
- exports.StackRefactorNotFoundException$ = [-3, n0, _SRNFE,
932
+ exports.StackNotFoundException$ = StackNotFoundException$;
933
+ n0_registry.registerError(StackNotFoundException$, StackNotFoundException);
934
+ const StackRefactorNotFoundException$ = [-3, n0, _SRNFE,
922
935
  { [_aQE]: [`StackRefactorNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
923
936
  [_M],
924
937
  [0]
925
938
  ];
926
- n0_registry.registerError(exports.StackRefactorNotFoundException$, errors_1.StackRefactorNotFoundException);
927
- exports.StackSetNotEmptyException$ = [-3, n0, _SSNEE,
939
+ exports.StackRefactorNotFoundException$ = StackRefactorNotFoundException$;
940
+ n0_registry.registerError(StackRefactorNotFoundException$, StackRefactorNotFoundException);
941
+ const StackSetNotEmptyException$ = [-3, n0, _SSNEE,
928
942
  { [_aQE]: [`StackSetNotEmptyException`, 409], [_e]: _c, [_hE]: 409 },
929
943
  [_M],
930
944
  [0]
931
945
  ];
932
- n0_registry.registerError(exports.StackSetNotEmptyException$, errors_1.StackSetNotEmptyException);
933
- exports.StackSetNotFoundException$ = [-3, n0, _SSNFE,
946
+ exports.StackSetNotEmptyException$ = StackSetNotEmptyException$;
947
+ n0_registry.registerError(StackSetNotEmptyException$, StackSetNotEmptyException);
948
+ const StackSetNotFoundException$ = [-3, n0, _SSNFE,
934
949
  { [_aQE]: [`StackSetNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
935
950
  [_M],
936
951
  [0]
937
952
  ];
938
- n0_registry.registerError(exports.StackSetNotFoundException$, errors_1.StackSetNotFoundException);
939
- exports.StaleRequestException$ = [-3, n0, _SRE,
953
+ exports.StackSetNotFoundException$ = StackSetNotFoundException$;
954
+ n0_registry.registerError(StackSetNotFoundException$, StackSetNotFoundException);
955
+ const StaleRequestException$ = [-3, n0, _SRE,
940
956
  { [_aQE]: [`StaleRequestException`, 409], [_e]: _c, [_hE]: 409 },
941
957
  [_M],
942
958
  [0]
943
959
  ];
944
- n0_registry.registerError(exports.StaleRequestException$, errors_1.StaleRequestException);
945
- exports.TokenAlreadyExistsException$ = [-3, n0, _TAEE,
960
+ exports.StaleRequestException$ = StaleRequestException$;
961
+ n0_registry.registerError(StaleRequestException$, StaleRequestException);
962
+ const TokenAlreadyExistsException$ = [-3, n0, _TAEE,
946
963
  { [_aQE]: [`TokenAlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
947
964
  [_M],
948
965
  [0]
949
966
  ];
950
- n0_registry.registerError(exports.TokenAlreadyExistsException$, errors_1.TokenAlreadyExistsException);
951
- exports.TypeConfigurationNotFoundException$ = [-3, n0, _TCNFE,
967
+ exports.TokenAlreadyExistsException$ = TokenAlreadyExistsException$;
968
+ n0_registry.registerError(TokenAlreadyExistsException$, TokenAlreadyExistsException);
969
+ const TypeConfigurationNotFoundException$ = [-3, n0, _TCNFE,
952
970
  { [_aQE]: [`TypeConfigurationNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
953
971
  [_M],
954
972
  [0]
955
973
  ];
956
- n0_registry.registerError(exports.TypeConfigurationNotFoundException$, errors_1.TypeConfigurationNotFoundException);
957
- exports.TypeNotFoundException$ = [-3, n0, _TNFE,
974
+ exports.TypeConfigurationNotFoundException$ = TypeConfigurationNotFoundException$;
975
+ n0_registry.registerError(TypeConfigurationNotFoundException$, TypeConfigurationNotFoundException);
976
+ const TypeNotFoundException$ = [-3, n0, _TNFE,
958
977
  { [_aQE]: [`TypeNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
959
978
  [_M],
960
979
  [0]
961
980
  ];
962
- n0_registry.registerError(exports.TypeNotFoundException$, errors_1.TypeNotFoundException);
981
+ exports.TypeNotFoundException$ = TypeNotFoundException$;
982
+ n0_registry.registerError(TypeNotFoundException$, TypeNotFoundException);
963
983
  exports.errorTypeRegistries = [
964
984
  _s_registry,
965
985
  n0_registry,
966
986
  ];
967
- exports.AccountGateResult$ = [3, n0, _AGR,
987
+ const AccountGateResult$ = [3, n0, _AGR,
968
988
  0,
969
989
  [_S, _SR],
970
990
  [0, 0]
971
991
  ];
972
- exports.AccountLimit$ = [3, n0, _AL,
992
+ exports.AccountGateResult$ = AccountGateResult$;
993
+ const AccountLimit$ = [3, n0, _AL,
973
994
  0,
974
995
  [_N, _V],
975
996
  [0, 1]
976
997
  ];
977
- exports.ActivateOrganizationsAccessInput$ = [3, n0, _AOAI,
998
+ exports.AccountLimit$ = AccountLimit$;
999
+ const ActivateOrganizationsAccessInput$ = [3, n0, _AOAI,
978
1000
  0,
979
1001
  [],
980
1002
  []
981
1003
  ];
982
- exports.ActivateOrganizationsAccessOutput$ = [3, n0, _AOAO,
1004
+ exports.ActivateOrganizationsAccessInput$ = ActivateOrganizationsAccessInput$;
1005
+ const ActivateOrganizationsAccessOutput$ = [3, n0, _AOAO,
983
1006
  0,
984
1007
  [],
985
1008
  []
986
1009
  ];
987
- exports.ActivateTypeInput$ = [3, n0, _ATI,
1010
+ exports.ActivateOrganizationsAccessOutput$ = ActivateOrganizationsAccessOutput$;
1011
+ const ActivateTypeInput$ = [3, n0, _ATI,
988
1012
  0,
989
1013
  [_T, _PTA, _PI, _TN, _TNA, _AU, _LC, _ERA, _VB, _MV],
990
- [0, 0, 0, 0, 0, 2, () => exports.LoggingConfig$, 0, 0, 1]
1014
+ [0, 0, 0, 0, 0, 2, () => LoggingConfig$, 0, 0, 1]
991
1015
  ];
992
- exports.ActivateTypeOutput$ = [3, n0, _ATO,
1016
+ exports.ActivateTypeInput$ = ActivateTypeInput$;
1017
+ const ActivateTypeOutput$ = [3, n0, _ATO,
993
1018
  0,
994
1019
  [_A],
995
1020
  [0]
996
1021
  ];
997
- exports.Annotation$ = [3, n0, _An,
1022
+ exports.ActivateTypeOutput$ = ActivateTypeOutput$;
1023
+ const Annotation$ = [3, n0, _An,
998
1024
  0,
999
1025
  [_AN, _S, _SM, _RM, _RL, _SL],
1000
1026
  [0, 0, 0, 0, 0, 0]
1001
1027
  ];
1002
- exports.AutoDeployment$ = [3, n0, _AD,
1028
+ exports.Annotation$ = Annotation$;
1029
+ const AutoDeployment$ = [3, n0, _AD,
1003
1030
  0,
1004
1031
  [_E, _RSOAR, _DO],
1005
1032
  [2, 2, 64 | 0]
1006
1033
  ];
1007
- exports.BatchDescribeTypeConfigurationsError$ = [3, n0, _BDTCE,
1034
+ exports.AutoDeployment$ = AutoDeployment$;
1035
+ const BatchDescribeTypeConfigurationsError$ = [3, n0, _BDTCE,
1008
1036
  0,
1009
1037
  [_EC, _EM, _TCI],
1010
- [0, 0, () => exports.TypeConfigurationIdentifier$]
1038
+ [0, 0, () => TypeConfigurationIdentifier$]
1011
1039
  ];
1012
- exports.BatchDescribeTypeConfigurationsInput$ = [3, n0, _BDTCI,
1040
+ exports.BatchDescribeTypeConfigurationsError$ = BatchDescribeTypeConfigurationsError$;
1041
+ const BatchDescribeTypeConfigurationsInput$ = [3, n0, _BDTCI,
1013
1042
  0,
1014
1043
  [_TCIy],
1015
1044
  [() => TypeConfigurationIdentifiers], 1
1016
1045
  ];
1017
- exports.BatchDescribeTypeConfigurationsOutput$ = [3, n0, _BDTCO,
1046
+ exports.BatchDescribeTypeConfigurationsInput$ = BatchDescribeTypeConfigurationsInput$;
1047
+ const BatchDescribeTypeConfigurationsOutput$ = [3, n0, _BDTCO,
1018
1048
  0,
1019
1049
  [_Er, _UTC, _TC],
1020
1050
  [() => BatchDescribeTypeConfigurationsErrors, () => UnprocessedTypeConfigurations, () => TypeConfigurationDetailsList]
1021
1051
  ];
1022
- exports.CancelUpdateStackInput$ = [3, n0, _CUSI,
1052
+ exports.BatchDescribeTypeConfigurationsOutput$ = BatchDescribeTypeConfigurationsOutput$;
1053
+ const CancelUpdateStackInput$ = [3, n0, _CUSI,
1023
1054
  0,
1024
1055
  [_SN, _CRT],
1025
1056
  [0, 0], 1
1026
1057
  ];
1027
- exports.Change$ = [3, n0, _C,
1058
+ exports.CancelUpdateStackInput$ = CancelUpdateStackInput$;
1059
+ const Change$ = [3, n0, _C,
1028
1060
  0,
1029
1061
  [_T, _HIC, _RC],
1030
- [0, 1, () => exports.ResourceChange$]
1062
+ [0, 1, () => ResourceChange$]
1031
1063
  ];
1032
- exports.ChangeSetHook$ = [3, n0, _CSH,
1064
+ exports.Change$ = Change$;
1065
+ const ChangeSetHook$ = [3, n0, _CSH,
1033
1066
  0,
1034
1067
  [_IP, _FM, _TN, _TVI, _TCVI, _TD],
1035
- [0, 0, 0, 0, 0, () => exports.ChangeSetHookTargetDetails$]
1068
+ [0, 0, 0, 0, 0, () => ChangeSetHookTargetDetails$]
1036
1069
  ];
1037
- exports.ChangeSetHookResourceTargetDetails$ = [3, n0, _CSHRTD,
1070
+ exports.ChangeSetHook$ = ChangeSetHook$;
1071
+ const ChangeSetHookResourceTargetDetails$ = [3, n0, _CSHRTD,
1038
1072
  0,
1039
1073
  [_LRI, _RT, _RA],
1040
1074
  [0, 0, 0]
1041
1075
  ];
1042
- exports.ChangeSetHookTargetDetails$ = [3, n0, _CSHTD,
1076
+ exports.ChangeSetHookResourceTargetDetails$ = ChangeSetHookResourceTargetDetails$;
1077
+ const ChangeSetHookTargetDetails$ = [3, n0, _CSHTD,
1043
1078
  0,
1044
1079
  [_TT, _RTD],
1045
- [0, () => exports.ChangeSetHookResourceTargetDetails$]
1080
+ [0, () => ChangeSetHookResourceTargetDetails$]
1046
1081
  ];
1047
- exports.ChangeSetSummary$ = [3, n0, _CSS,
1082
+ exports.ChangeSetHookTargetDetails$ = ChangeSetHookTargetDetails$;
1083
+ const ChangeSetSummary$ = [3, n0, _CSS,
1048
1084
  0,
1049
1085
  [_SI, _SN, _CSI, _CSN, _ES, _S, _SR, _CT, _D, _INS, _PCSI, _RCSI, _IER],
1050
1086
  [0, 0, 0, 0, 0, 0, 0, 4, 0, 2, 0, 0, 2]
1051
1087
  ];
1052
- exports.ContinueUpdateRollbackInput$ = [3, n0, _CURI,
1088
+ exports.ChangeSetSummary$ = ChangeSetSummary$;
1089
+ const ContinueUpdateRollbackInput$ = [3, n0, _CURI,
1053
1090
  0,
1054
1091
  [_SN, _RARN, _RTS, _CRT],
1055
1092
  [0, 0, 64 | 0, 0], 1
1056
1093
  ];
1057
- exports.ContinueUpdateRollbackOutput$ = [3, n0, _CURO,
1094
+ exports.ContinueUpdateRollbackInput$ = ContinueUpdateRollbackInput$;
1095
+ const ContinueUpdateRollbackOutput$ = [3, n0, _CURO,
1058
1096
  0,
1059
1097
  [],
1060
1098
  []
1061
1099
  ];
1062
- exports.CreateChangeSetInput$ = [3, n0, _CCSI,
1100
+ exports.ContinueUpdateRollbackOutput$ = ContinueUpdateRollbackOutput$;
1101
+ const CreateChangeSetInput$ = [3, n0, _CCSI,
1063
1102
  0,
1064
1103
  [_SN, _CSN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
1065
- [0, 0, 0, 0, 2, () => _Parameters, 64 | 0, 64 | 0, 0, () => exports.RollbackConfiguration$, 64 | 0, () => Tags, 0, 0, 0, () => ResourcesToImport, 2, 0, 2, 0], 2
1104
+ [0, 0, 0, 0, 2, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 64 | 0, () => Tags, 0, 0, 0, () => ResourcesToImport, 2, 0, 2, 0], 2
1066
1105
  ];
1067
- exports.CreateChangeSetOutput$ = [3, n0, _CCSO,
1106
+ exports.CreateChangeSetInput$ = CreateChangeSetInput$;
1107
+ const CreateChangeSetOutput$ = [3, n0, _CCSO,
1068
1108
  0,
1069
1109
  [_I, _SI],
1070
1110
  [0, 0]
1071
1111
  ];
1072
- exports.CreateGeneratedTemplateInput$ = [3, n0, _CGTI,
1112
+ exports.CreateChangeSetOutput$ = CreateChangeSetOutput$;
1113
+ const CreateGeneratedTemplateInput$ = [3, n0, _CGTI,
1073
1114
  0,
1074
1115
  [_GTN, _R, _SN, _TCe],
1075
- [0, () => ResourceDefinitions, 0, () => exports.TemplateConfiguration$], 1
1116
+ [0, () => ResourceDefinitions, 0, () => TemplateConfiguration$], 1
1076
1117
  ];
1077
- exports.CreateGeneratedTemplateOutput$ = [3, n0, _CGTO,
1118
+ exports.CreateGeneratedTemplateInput$ = CreateGeneratedTemplateInput$;
1119
+ const CreateGeneratedTemplateOutput$ = [3, n0, _CGTO,
1078
1120
  0,
1079
1121
  [_GTI],
1080
1122
  [0]
1081
1123
  ];
1082
- exports.CreateStackInput$ = [3, n0, _CSIr,
1124
+ exports.CreateGeneratedTemplateOutput$ = CreateGeneratedTemplateOutput$;
1125
+ const CreateStackInput$ = [3, n0, _CSIr,
1083
1126
  0,
1084
1127
  [_SN, _TB, _TURL, _P, _DR, _RCo, _TIM, _NARN, _Ca, _RTe, _RARN, _OF, _SPB, _SPURL, _Ta, _CRT, _ETP, _REOC],
1085
- [0, 0, 0, () => _Parameters, 2, () => exports.RollbackConfiguration$, 1, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Tags, 0, 2, 2], 1
1128
+ [0, 0, 0, () => _Parameters, 2, () => RollbackConfiguration$, 1, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Tags, 0, 2, 2], 1
1086
1129
  ];
1087
- exports.CreateStackInstancesInput$ = [3, n0, _CSII,
1130
+ exports.CreateStackInput$ = CreateStackInput$;
1131
+ const CreateStackInstancesInput$ = [3, n0, _CSII,
1088
1132
  0,
1089
1133
  [_SSN, _Re, _Ac, _DT, _PO, _OP, _OI, _CA],
1090
- [0, 64 | 0, 64 | 0, () => exports.DeploymentTargets$, () => _Parameters, () => exports.StackSetOperationPreferences$, [0, 4], 0], 2
1134
+ [0, 64 | 0, 64 | 0, () => DeploymentTargets$, () => _Parameters, () => StackSetOperationPreferences$, [0, 4], 0], 2
1091
1135
  ];
1092
- exports.CreateStackInstancesOutput$ = [3, n0, _CSIO,
1136
+ exports.CreateStackInstancesInput$ = CreateStackInstancesInput$;
1137
+ const CreateStackInstancesOutput$ = [3, n0, _CSIO,
1093
1138
  0,
1094
1139
  [_OI],
1095
1140
  [0]
1096
1141
  ];
1097
- exports.CreateStackOutput$ = [3, n0, _CSO,
1142
+ exports.CreateStackInstancesOutput$ = CreateStackInstancesOutput$;
1143
+ const CreateStackOutput$ = [3, n0, _CSO,
1098
1144
  0,
1099
1145
  [_SI, _OI],
1100
1146
  [0, 0]
1101
1147
  ];
1102
- exports.CreateStackRefactorInput$ = [3, n0, _CSRI,
1148
+ exports.CreateStackOutput$ = CreateStackOutput$;
1149
+ const CreateStackRefactorInput$ = [3, n0, _CSRI,
1103
1150
  0,
1104
1151
  [_SD, _D, _ESC, _RMe],
1105
1152
  [() => StackDefinitions, 0, 2, () => ResourceMappings], 1
1106
1153
  ];
1107
- exports.CreateStackRefactorOutput$ = [3, n0, _CSRO,
1154
+ exports.CreateStackRefactorInput$ = CreateStackRefactorInput$;
1155
+ const CreateStackRefactorOutput$ = [3, n0, _CSRO,
1108
1156
  0,
1109
1157
  [_SRI],
1110
1158
  [0], 1
1111
1159
  ];
1112
- exports.CreateStackSetInput$ = [3, n0, _CSSI,
1160
+ exports.CreateStackRefactorOutput$ = CreateStackRefactorOutput$;
1161
+ const CreateStackSetInput$ = [3, n0, _CSSI,
1113
1162
  0,
1114
1163
  [_SSN, _D, _TB, _TURL, _SI, _P, _Ca, _Ta, _ARARN, _ERN, _PM, _AD, _CA, _CRT, _ME],
1115
- [0, 0, 0, 0, 0, () => _Parameters, 64 | 0, () => Tags, 0, 0, 0, () => exports.AutoDeployment$, 0, [0, 4], () => exports.ManagedExecution$], 1
1164
+ [0, 0, 0, 0, 0, () => _Parameters, 64 | 0, () => Tags, 0, 0, 0, () => AutoDeployment$, 0, [0, 4], () => ManagedExecution$], 1
1116
1165
  ];
1117
- exports.CreateStackSetOutput$ = [3, n0, _CSSO,
1166
+ exports.CreateStackSetInput$ = CreateStackSetInput$;
1167
+ const CreateStackSetOutput$ = [3, n0, _CSSO,
1118
1168
  0,
1119
1169
  [_SSI],
1120
1170
  [0]
1121
1171
  ];
1122
- exports.DeactivateOrganizationsAccessInput$ = [3, n0, _DOAI,
1172
+ exports.CreateStackSetOutput$ = CreateStackSetOutput$;
1173
+ const DeactivateOrganizationsAccessInput$ = [3, n0, _DOAI,
1123
1174
  0,
1124
1175
  [],
1125
1176
  []
1126
1177
  ];
1127
- exports.DeactivateOrganizationsAccessOutput$ = [3, n0, _DOAO,
1178
+ exports.DeactivateOrganizationsAccessInput$ = DeactivateOrganizationsAccessInput$;
1179
+ const DeactivateOrganizationsAccessOutput$ = [3, n0, _DOAO,
1128
1180
  0,
1129
1181
  [],
1130
1182
  []
1131
1183
  ];
1132
- exports.DeactivateTypeInput$ = [3, n0, _DTI,
1184
+ exports.DeactivateOrganizationsAccessOutput$ = DeactivateOrganizationsAccessOutput$;
1185
+ const DeactivateTypeInput$ = [3, n0, _DTI,
1133
1186
  0,
1134
1187
  [_TN, _T, _A],
1135
1188
  [0, 0, 0]
1136
1189
  ];
1137
- exports.DeactivateTypeOutput$ = [3, n0, _DTO,
1190
+ exports.DeactivateTypeInput$ = DeactivateTypeInput$;
1191
+ const DeactivateTypeOutput$ = [3, n0, _DTO,
1138
1192
  0,
1139
1193
  [],
1140
1194
  []
1141
1195
  ];
1142
- exports.DeleteChangeSetInput$ = [3, n0, _DCSI,
1196
+ exports.DeactivateTypeOutput$ = DeactivateTypeOutput$;
1197
+ const DeleteChangeSetInput$ = [3, n0, _DCSI,
1143
1198
  0,
1144
1199
  [_CSN, _SN],
1145
1200
  [0, 0], 1
1146
1201
  ];
1147
- exports.DeleteChangeSetOutput$ = [3, n0, _DCSO,
1202
+ exports.DeleteChangeSetInput$ = DeleteChangeSetInput$;
1203
+ const DeleteChangeSetOutput$ = [3, n0, _DCSO,
1148
1204
  0,
1149
1205
  [],
1150
1206
  []
1151
1207
  ];
1152
- exports.DeleteGeneratedTemplateInput$ = [3, n0, _DGTI,
1208
+ exports.DeleteChangeSetOutput$ = DeleteChangeSetOutput$;
1209
+ const DeleteGeneratedTemplateInput$ = [3, n0, _DGTI,
1153
1210
  0,
1154
1211
  [_GTN],
1155
1212
  [0], 1
1156
1213
  ];
1157
- exports.DeleteStackInput$ = [3, n0, _DSI,
1214
+ exports.DeleteGeneratedTemplateInput$ = DeleteGeneratedTemplateInput$;
1215
+ const DeleteStackInput$ = [3, n0, _DSI,
1158
1216
  0,
1159
1217
  [_SN, _RR, _RARN, _CRT, _DMe],
1160
1218
  [0, 64 | 0, 0, 0, 0], 1
1161
1219
  ];
1162
- exports.DeleteStackInstancesInput$ = [3, n0, _DSII,
1220
+ exports.DeleteStackInput$ = DeleteStackInput$;
1221
+ const DeleteStackInstancesInput$ = [3, n0, _DSII,
1163
1222
  0,
1164
1223
  [_SSN, _Re, _RS, _Ac, _DT, _OP, _OI, _CA],
1165
- [0, 64 | 0, 2, 64 | 0, () => exports.DeploymentTargets$, () => exports.StackSetOperationPreferences$, [0, 4], 0], 3
1224
+ [0, 64 | 0, 2, 64 | 0, () => DeploymentTargets$, () => StackSetOperationPreferences$, [0, 4], 0], 3
1166
1225
  ];
1167
- exports.DeleteStackInstancesOutput$ = [3, n0, _DSIO,
1226
+ exports.DeleteStackInstancesInput$ = DeleteStackInstancesInput$;
1227
+ const DeleteStackInstancesOutput$ = [3, n0, _DSIO,
1168
1228
  0,
1169
1229
  [_OI],
1170
1230
  [0]
1171
1231
  ];
1172
- exports.DeleteStackSetInput$ = [3, n0, _DSSI,
1232
+ exports.DeleteStackInstancesOutput$ = DeleteStackInstancesOutput$;
1233
+ const DeleteStackSetInput$ = [3, n0, _DSSI,
1173
1234
  0,
1174
1235
  [_SSN, _CA],
1175
1236
  [0, 0], 1
1176
1237
  ];
1177
- exports.DeleteStackSetOutput$ = [3, n0, _DSSO,
1238
+ exports.DeleteStackSetInput$ = DeleteStackSetInput$;
1239
+ const DeleteStackSetOutput$ = [3, n0, _DSSO,
1178
1240
  0,
1179
1241
  [],
1180
1242
  []
1181
1243
  ];
1182
- exports.DeploymentTargets$ = [3, n0, _DT,
1244
+ exports.DeleteStackSetOutput$ = DeleteStackSetOutput$;
1245
+ const DeploymentTargets$ = [3, n0, _DT,
1183
1246
  0,
1184
1247
  [_Ac, _AUc, _OUI, _AFT],
1185
1248
  [64 | 0, 0, 64 | 0, 0]
1186
1249
  ];
1187
- exports.DeregisterTypeInput$ = [3, n0, _DTIe,
1250
+ exports.DeploymentTargets$ = DeploymentTargets$;
1251
+ const DeregisterTypeInput$ = [3, n0, _DTIe,
1188
1252
  0,
1189
1253
  [_A, _T, _TN, _VI],
1190
1254
  [0, 0, 0, 0]
1191
1255
  ];
1192
- exports.DeregisterTypeOutput$ = [3, n0, _DTOe,
1256
+ exports.DeregisterTypeInput$ = DeregisterTypeInput$;
1257
+ const DeregisterTypeOutput$ = [3, n0, _DTOe,
1193
1258
  0,
1194
1259
  [],
1195
1260
  []
1196
1261
  ];
1197
- exports.DescribeAccountLimitsInput$ = [3, n0, _DALI,
1262
+ exports.DeregisterTypeOutput$ = DeregisterTypeOutput$;
1263
+ const DescribeAccountLimitsInput$ = [3, n0, _DALI,
1198
1264
  0,
1199
1265
  [_NT],
1200
1266
  [0]
1201
1267
  ];
1202
- exports.DescribeAccountLimitsOutput$ = [3, n0, _DALO,
1268
+ exports.DescribeAccountLimitsInput$ = DescribeAccountLimitsInput$;
1269
+ const DescribeAccountLimitsOutput$ = [3, n0, _DALO,
1203
1270
  0,
1204
1271
  [_ALc, _NT],
1205
1272
  [() => AccountLimitList, 0]
1206
1273
  ];
1207
- exports.DescribeChangeSetHooksInput$ = [3, n0, _DCSHI,
1274
+ exports.DescribeAccountLimitsOutput$ = DescribeAccountLimitsOutput$;
1275
+ const DescribeChangeSetHooksInput$ = [3, n0, _DCSHI,
1208
1276
  0,
1209
1277
  [_CSN, _SN, _NT, _LRI],
1210
1278
  [0, 0, 0, 0], 1
1211
1279
  ];
1212
- exports.DescribeChangeSetHooksOutput$ = [3, n0, _DCSHO,
1280
+ exports.DescribeChangeSetHooksInput$ = DescribeChangeSetHooksInput$;
1281
+ const DescribeChangeSetHooksOutput$ = [3, n0, _DCSHO,
1213
1282
  0,
1214
1283
  [_CSI, _CSN, _H, _S, _NT, _SI, _SN],
1215
1284
  [0, 0, () => ChangeSetHooks, 0, 0, 0, 0]
1216
1285
  ];
1217
- exports.DescribeChangeSetInput$ = [3, n0, _DCSIe,
1286
+ exports.DescribeChangeSetHooksOutput$ = DescribeChangeSetHooksOutput$;
1287
+ const DescribeChangeSetInput$ = [3, n0, _DCSIe,
1218
1288
  0,
1219
1289
  [_CSN, _SN, _NT, _IPV],
1220
1290
  [0, 0, 0, 2], 1
1221
1291
  ];
1222
- exports.DescribeChangeSetOutput$ = [3, n0, _DCSOe,
1292
+ exports.DescribeChangeSetInput$ = DescribeChangeSetInput$;
1293
+ const DescribeChangeSetOutput$ = [3, n0, _DCSOe,
1223
1294
  0,
1224
1295
  [_CSN, _CSI, _SI, _SN, _D, _P, _CT, _ES, _S, _SR, _SDS, _NARN, _RCo, _Ca, _Ta, _Ch, _NT, _INS, _PCSI, _RCSI, _OSF, _IER, _DM],
1225
- [0, 0, 0, 0, 0, () => _Parameters, 4, 0, 0, 0, 0, 64 | 0, () => exports.RollbackConfiguration$, 64 | 0, () => Tags, () => Changes, 0, 2, 0, 0, 0, 2, 0]
1296
+ [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]
1226
1297
  ];
1227
- exports.DescribeEventsInput$ = [3, n0, _DEI,
1298
+ exports.DescribeChangeSetOutput$ = DescribeChangeSetOutput$;
1299
+ const DescribeEventsInput$ = [3, n0, _DEI,
1228
1300
  0,
1229
1301
  [_SN, _CSN, _OI, _F, _NT],
1230
- [0, 0, 0, () => exports.EventFilter$, 0]
1302
+ [0, 0, 0, () => EventFilter$, 0]
1231
1303
  ];
1232
- exports.DescribeEventsOutput$ = [3, n0, _DEO,
1304
+ exports.DescribeEventsInput$ = DescribeEventsInput$;
1305
+ const DescribeEventsOutput$ = [3, n0, _DEO,
1233
1306
  0,
1234
1307
  [_OE, _NT],
1235
1308
  [() => OperationEvents, 0]
1236
1309
  ];
1237
- exports.DescribeGeneratedTemplateInput$ = [3, n0, _DGTIe,
1310
+ exports.DescribeEventsOutput$ = DescribeEventsOutput$;
1311
+ const DescribeGeneratedTemplateInput$ = [3, n0, _DGTIe,
1238
1312
  0,
1239
1313
  [_GTN],
1240
1314
  [0], 1
1241
1315
  ];
1242
- exports.DescribeGeneratedTemplateOutput$ = [3, n0, _DGTO,
1316
+ exports.DescribeGeneratedTemplateInput$ = DescribeGeneratedTemplateInput$;
1317
+ const DescribeGeneratedTemplateOutput$ = [3, n0, _DGTO,
1243
1318
  0,
1244
1319
  [_GTI, _GTN, _R, _S, _SR, _CT, _LUT, _Pr, _SI, _TCe, _TW],
1245
- [0, 0, () => ResourceDetails, 0, 0, 4, 4, () => exports.TemplateProgress$, 0, () => exports.TemplateConfiguration$, 1]
1320
+ [0, 0, () => ResourceDetails, 0, 0, 4, 4, () => TemplateProgress$, 0, () => TemplateConfiguration$, 1]
1246
1321
  ];
1247
- exports.DescribeOrganizationsAccessInput$ = [3, n0, _DOAIe,
1322
+ exports.DescribeGeneratedTemplateOutput$ = DescribeGeneratedTemplateOutput$;
1323
+ const DescribeOrganizationsAccessInput$ = [3, n0, _DOAIe,
1248
1324
  0,
1249
1325
  [_CA],
1250
1326
  [0]
1251
1327
  ];
1252
- exports.DescribeOrganizationsAccessOutput$ = [3, n0, _DOAOe,
1328
+ exports.DescribeOrganizationsAccessInput$ = DescribeOrganizationsAccessInput$;
1329
+ const DescribeOrganizationsAccessOutput$ = [3, n0, _DOAOe,
1253
1330
  0,
1254
1331
  [_S],
1255
1332
  [0]
1256
1333
  ];
1257
- exports.DescribePublisherInput$ = [3, n0, _DPI,
1334
+ exports.DescribeOrganizationsAccessOutput$ = DescribeOrganizationsAccessOutput$;
1335
+ const DescribePublisherInput$ = [3, n0, _DPI,
1258
1336
  0,
1259
1337
  [_PI],
1260
1338
  [0]
1261
1339
  ];
1262
- exports.DescribePublisherOutput$ = [3, n0, _DPO,
1340
+ exports.DescribePublisherInput$ = DescribePublisherInput$;
1341
+ const DescribePublisherOutput$ = [3, n0, _DPO,
1263
1342
  0,
1264
1343
  [_PI, _PS, _IPd, _PP],
1265
1344
  [0, 0, 0, 0]
1266
1345
  ];
1267
- exports.DescribeResourceScanInput$ = [3, n0, _DRSI,
1346
+ exports.DescribePublisherOutput$ = DescribePublisherOutput$;
1347
+ const DescribeResourceScanInput$ = [3, n0, _DRSI,
1268
1348
  0,
1269
1349
  [_RSI],
1270
1350
  [0], 1
1271
1351
  ];
1272
- exports.DescribeResourceScanOutput$ = [3, n0, _DRSO,
1352
+ exports.DescribeResourceScanInput$ = DescribeResourceScanInput$;
1353
+ const DescribeResourceScanOutput$ = [3, n0, _DRSO,
1273
1354
  0,
1274
1355
  [_RSI, _S, _SR, _ST, _ET, _PC, _RTe, _RSe, _RRe, _SF],
1275
1356
  [0, 0, 0, 4, 4, 1, 64 | 0, 1, 1, () => ScanFilters]
1276
1357
  ];
1277
- exports.DescribeStackDriftDetectionStatusInput$ = [3, n0, _DSDDSI,
1358
+ exports.DescribeResourceScanOutput$ = DescribeResourceScanOutput$;
1359
+ const DescribeStackDriftDetectionStatusInput$ = [3, n0, _DSDDSI,
1278
1360
  0,
1279
1361
  [_SDDI],
1280
1362
  [0], 1
1281
1363
  ];
1282
- exports.DescribeStackDriftDetectionStatusOutput$ = [3, n0, _DSDDSO,
1364
+ exports.DescribeStackDriftDetectionStatusInput$ = DescribeStackDriftDetectionStatusInput$;
1365
+ const DescribeStackDriftDetectionStatusOutput$ = [3, n0, _DSDDSO,
1283
1366
  0,
1284
1367
  [_SI, _SDDI, _DS, _Ti, _SDS, _DSR, _DSRC],
1285
1368
  [0, 0, 0, 4, 0, 0, 1], 4
1286
1369
  ];
1287
- exports.DescribeStackEventsInput$ = [3, n0, _DSEI,
1370
+ exports.DescribeStackDriftDetectionStatusOutput$ = DescribeStackDriftDetectionStatusOutput$;
1371
+ const DescribeStackEventsInput$ = [3, n0, _DSEI,
1288
1372
  0,
1289
1373
  [_SN, _NT],
1290
1374
  [0, 0], 1
1291
1375
  ];
1292
- exports.DescribeStackEventsOutput$ = [3, n0, _DSEO,
1376
+ exports.DescribeStackEventsInput$ = DescribeStackEventsInput$;
1377
+ const DescribeStackEventsOutput$ = [3, n0, _DSEO,
1293
1378
  0,
1294
1379
  [_SE, _NT],
1295
1380
  [() => StackEvents, 0]
1296
1381
  ];
1297
- exports.DescribeStackInstanceInput$ = [3, n0, _DSIIe,
1382
+ exports.DescribeStackEventsOutput$ = DescribeStackEventsOutput$;
1383
+ const DescribeStackInstanceInput$ = [3, n0, _DSIIe,
1298
1384
  0,
1299
1385
  [_SSN, _SIA, _SIR, _CA],
1300
1386
  [0, 0, 0, 0], 3
1301
1387
  ];
1302
- exports.DescribeStackInstanceOutput$ = [3, n0, _DSIOe,
1388
+ exports.DescribeStackInstanceInput$ = DescribeStackInstanceInput$;
1389
+ const DescribeStackInstanceOutput$ = [3, n0, _DSIOe,
1303
1390
  0,
1304
1391
  [_SIt],
1305
- [() => exports.StackInstance$]
1392
+ [() => StackInstance$]
1306
1393
  ];
1307
- exports.DescribeStackRefactorInput$ = [3, n0, _DSRI,
1394
+ exports.DescribeStackInstanceOutput$ = DescribeStackInstanceOutput$;
1395
+ const DescribeStackRefactorInput$ = [3, n0, _DSRI,
1308
1396
  0,
1309
1397
  [_SRI],
1310
1398
  [0], 1
1311
1399
  ];
1312
- exports.DescribeStackRefactorOutput$ = [3, n0, _DSRO,
1400
+ exports.DescribeStackRefactorInput$ = DescribeStackRefactorInput$;
1401
+ const DescribeStackRefactorOutput$ = [3, n0, _DSRO,
1313
1402
  0,
1314
1403
  [_D, _SRI, _SIta, _ES, _ESR, _S, _SR],
1315
1404
  [0, 0, 64 | 0, 0, 0, 0, 0]
1316
1405
  ];
1317
- exports.DescribeStackResourceDriftsInput$ = [3, n0, _DSRDI,
1406
+ exports.DescribeStackRefactorOutput$ = DescribeStackRefactorOutput$;
1407
+ const DescribeStackResourceDriftsInput$ = [3, n0, _DSRDI,
1318
1408
  0,
1319
1409
  [_SN, _SRDSF, _NT, _MR],
1320
1410
  [0, 64 | 0, 0, 1], 1
1321
1411
  ];
1322
- exports.DescribeStackResourceDriftsOutput$ = [3, n0, _DSRDO,
1412
+ exports.DescribeStackResourceDriftsInput$ = DescribeStackResourceDriftsInput$;
1413
+ const DescribeStackResourceDriftsOutput$ = [3, n0, _DSRDO,
1323
1414
  0,
1324
1415
  [_SRD, _NT],
1325
1416
  [() => StackResourceDrifts, 0], 1
1326
1417
  ];
1327
- exports.DescribeStackResourceInput$ = [3, n0, _DSRIe,
1418
+ exports.DescribeStackResourceDriftsOutput$ = DescribeStackResourceDriftsOutput$;
1419
+ const DescribeStackResourceInput$ = [3, n0, _DSRIe,
1328
1420
  0,
1329
1421
  [_SN, _LRI],
1330
1422
  [0, 0], 2
1331
1423
  ];
1332
- exports.DescribeStackResourceOutput$ = [3, n0, _DSROe,
1424
+ exports.DescribeStackResourceInput$ = DescribeStackResourceInput$;
1425
+ const DescribeStackResourceOutput$ = [3, n0, _DSROe,
1333
1426
  0,
1334
1427
  [_SRDt],
1335
- [() => exports.StackResourceDetail$]
1428
+ [() => StackResourceDetail$]
1336
1429
  ];
1337
- exports.DescribeStackResourcesInput$ = [3, n0, _DSRIes,
1430
+ exports.DescribeStackResourceOutput$ = DescribeStackResourceOutput$;
1431
+ const DescribeStackResourcesInput$ = [3, n0, _DSRIes,
1338
1432
  0,
1339
1433
  [_SN, _LRI, _PRI],
1340
1434
  [0, 0, 0]
1341
1435
  ];
1342
- exports.DescribeStackResourcesOutput$ = [3, n0, _DSROes,
1436
+ exports.DescribeStackResourcesInput$ = DescribeStackResourcesInput$;
1437
+ const DescribeStackResourcesOutput$ = [3, n0, _DSROes,
1343
1438
  0,
1344
1439
  [_SRt],
1345
1440
  [() => StackResources]
1346
1441
  ];
1347
- exports.DescribeStackSetInput$ = [3, n0, _DSSIe,
1442
+ exports.DescribeStackResourcesOutput$ = DescribeStackResourcesOutput$;
1443
+ const DescribeStackSetInput$ = [3, n0, _DSSIe,
1348
1444
  0,
1349
1445
  [_SSN, _CA],
1350
1446
  [0, 0], 1
1351
1447
  ];
1352
- exports.DescribeStackSetOperationInput$ = [3, n0, _DSSOI,
1448
+ exports.DescribeStackSetInput$ = DescribeStackSetInput$;
1449
+ const DescribeStackSetOperationInput$ = [3, n0, _DSSOI,
1353
1450
  0,
1354
1451
  [_SSN, _OI, _CA],
1355
1452
  [0, 0, 0], 2
1356
1453
  ];
1357
- exports.DescribeStackSetOperationOutput$ = [3, n0, _DSSOO,
1454
+ exports.DescribeStackSetOperationInput$ = DescribeStackSetOperationInput$;
1455
+ const DescribeStackSetOperationOutput$ = [3, n0, _DSSOO,
1358
1456
  0,
1359
1457
  [_SSO],
1360
- [() => exports.StackSetOperation$]
1458
+ [() => StackSetOperation$]
1361
1459
  ];
1362
- exports.DescribeStackSetOutput$ = [3, n0, _DSSOe,
1460
+ exports.DescribeStackSetOperationOutput$ = DescribeStackSetOperationOutput$;
1461
+ const DescribeStackSetOutput$ = [3, n0, _DSSOe,
1363
1462
  0,
1364
1463
  [_SS],
1365
- [() => exports.StackSet$]
1464
+ [() => StackSet$]
1366
1465
  ];
1367
- exports.DescribeStacksInput$ = [3, n0, _DSIe,
1466
+ exports.DescribeStackSetOutput$ = DescribeStackSetOutput$;
1467
+ const DescribeStacksInput$ = [3, n0, _DSIe,
1368
1468
  0,
1369
1469
  [_SN, _NT],
1370
1470
  [0, 0]
1371
1471
  ];
1372
- exports.DescribeStacksOutput$ = [3, n0, _DSO,
1472
+ exports.DescribeStacksInput$ = DescribeStacksInput$;
1473
+ const DescribeStacksOutput$ = [3, n0, _DSO,
1373
1474
  0,
1374
1475
  [_St, _NT],
1375
1476
  [() => Stacks, 0]
1376
1477
  ];
1377
- exports.DescribeTypeInput$ = [3, n0, _DTIes,
1478
+ exports.DescribeStacksOutput$ = DescribeStacksOutput$;
1479
+ const DescribeTypeInput$ = [3, n0, _DTIes,
1378
1480
  0,
1379
1481
  [_T, _TN, _A, _VI, _PI, _PVN],
1380
1482
  [0, 0, 0, 0, 0, 0]
1381
1483
  ];
1382
- exports.DescribeTypeOutput$ = [3, n0, _DTOes,
1484
+ exports.DescribeTypeInput$ = DescribeTypeInput$;
1485
+ const DescribeTypeOutput$ = [3, n0, _DTOes,
1383
1486
  0,
1384
1487
  [_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],
1385
- [0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, () => exports.LoggingConfig$, () => RequiredActivatedTypes, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 2, 2]
1488
+ [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]
1386
1489
  ];
1387
- exports.DescribeTypeRegistrationInput$ = [3, n0, _DTRI,
1490
+ exports.DescribeTypeOutput$ = DescribeTypeOutput$;
1491
+ const DescribeTypeRegistrationInput$ = [3, n0, _DTRI,
1388
1492
  0,
1389
1493
  [_RTeg],
1390
1494
  [0], 1
1391
1495
  ];
1392
- exports.DescribeTypeRegistrationOutput$ = [3, n0, _DTRO,
1496
+ exports.DescribeTypeRegistrationInput$ = DescribeTypeRegistrationInput$;
1497
+ const DescribeTypeRegistrationOutput$ = [3, n0, _DTRO,
1393
1498
  0,
1394
1499
  [_PSr, _D, _TA, _TVA],
1395
1500
  [0, 0, 0, 0]
1396
1501
  ];
1397
- exports.DetectStackDriftInput$ = [3, n0, _DSDI,
1502
+ exports.DescribeTypeRegistrationOutput$ = DescribeTypeRegistrationOutput$;
1503
+ const DetectStackDriftInput$ = [3, n0, _DSDI,
1398
1504
  0,
1399
1505
  [_SN, _LRIo],
1400
1506
  [0, 64 | 0], 1
1401
1507
  ];
1402
- exports.DetectStackDriftOutput$ = [3, n0, _DSDO,
1508
+ exports.DetectStackDriftInput$ = DetectStackDriftInput$;
1509
+ const DetectStackDriftOutput$ = [3, n0, _DSDO,
1403
1510
  0,
1404
1511
  [_SDDI],
1405
1512
  [0], 1
1406
1513
  ];
1407
- exports.DetectStackResourceDriftInput$ = [3, n0, _DSRDIe,
1514
+ exports.DetectStackDriftOutput$ = DetectStackDriftOutput$;
1515
+ const DetectStackResourceDriftInput$ = [3, n0, _DSRDIe,
1408
1516
  0,
1409
1517
  [_SN, _LRI],
1410
1518
  [0, 0], 2
1411
1519
  ];
1412
- exports.DetectStackResourceDriftOutput$ = [3, n0, _DSRDOe,
1520
+ exports.DetectStackResourceDriftInput$ = DetectStackResourceDriftInput$;
1521
+ const DetectStackResourceDriftOutput$ = [3, n0, _DSRDOe,
1413
1522
  0,
1414
1523
  [_SRDta],
1415
- [() => exports.StackResourceDrift$], 1
1524
+ [() => StackResourceDrift$], 1
1416
1525
  ];
1417
- exports.DetectStackSetDriftInput$ = [3, n0, _DSSDI,
1526
+ exports.DetectStackResourceDriftOutput$ = DetectStackResourceDriftOutput$;
1527
+ const DetectStackSetDriftInput$ = [3, n0, _DSSDI,
1418
1528
  0,
1419
1529
  [_SSN, _OP, _OI, _CA],
1420
- [0, () => exports.StackSetOperationPreferences$, [0, 4], 0], 1
1530
+ [0, () => StackSetOperationPreferences$, [0, 4], 0], 1
1421
1531
  ];
1422
- exports.DetectStackSetDriftOutput$ = [3, n0, _DSSDO,
1532
+ exports.DetectStackSetDriftInput$ = DetectStackSetDriftInput$;
1533
+ const DetectStackSetDriftOutput$ = [3, n0, _DSSDO,
1423
1534
  0,
1424
1535
  [_OI],
1425
1536
  [0]
1426
1537
  ];
1427
- exports.EstimateTemplateCostInput$ = [3, n0, _ETCI,
1538
+ exports.DetectStackSetDriftOutput$ = DetectStackSetDriftOutput$;
1539
+ const EstimateTemplateCostInput$ = [3, n0, _ETCI,
1428
1540
  0,
1429
1541
  [_TB, _TURL, _P],
1430
1542
  [0, 0, () => _Parameters]
1431
1543
  ];
1432
- exports.EstimateTemplateCostOutput$ = [3, n0, _ETCO,
1544
+ exports.EstimateTemplateCostInput$ = EstimateTemplateCostInput$;
1545
+ const EstimateTemplateCostOutput$ = [3, n0, _ETCO,
1433
1546
  0,
1434
1547
  [_U],
1435
1548
  [0]
1436
1549
  ];
1437
- exports.EventFilter$ = [3, n0, _EF,
1550
+ exports.EstimateTemplateCostOutput$ = EstimateTemplateCostOutput$;
1551
+ const EventFilter$ = [3, n0, _EF,
1438
1552
  0,
1439
1553
  [_FE],
1440
1554
  [2]
1441
1555
  ];
1442
- exports.ExecuteChangeSetInput$ = [3, n0, _ECSI,
1556
+ exports.EventFilter$ = EventFilter$;
1557
+ const ExecuteChangeSetInput$ = [3, n0, _ECSI,
1443
1558
  0,
1444
1559
  [_CSN, _SN, _CRT, _DR, _REOC],
1445
1560
  [0, 0, 0, 2, 2], 1
1446
1561
  ];
1447
- exports.ExecuteChangeSetOutput$ = [3, n0, _ECSO,
1562
+ exports.ExecuteChangeSetInput$ = ExecuteChangeSetInput$;
1563
+ const ExecuteChangeSetOutput$ = [3, n0, _ECSO,
1448
1564
  0,
1449
1565
  [],
1450
1566
  []
1451
1567
  ];
1452
- exports.ExecuteStackRefactorInput$ = [3, n0, _ESRI,
1568
+ exports.ExecuteChangeSetOutput$ = ExecuteChangeSetOutput$;
1569
+ const ExecuteStackRefactorInput$ = [3, n0, _ESRI,
1453
1570
  0,
1454
1571
  [_SRI],
1455
1572
  [0], 1
1456
1573
  ];
1457
- exports.Export$ = [3, n0, _Ex,
1574
+ exports.ExecuteStackRefactorInput$ = ExecuteStackRefactorInput$;
1575
+ const Export$ = [3, n0, _Ex,
1458
1576
  0,
1459
1577
  [_ESI, _N, _V],
1460
1578
  [0, 0, 0]
1461
1579
  ];
1462
- exports.GetGeneratedTemplateInput$ = [3, n0, _GGTI,
1580
+ exports.Export$ = Export$;
1581
+ const GetGeneratedTemplateInput$ = [3, n0, _GGTI,
1463
1582
  0,
1464
1583
  [_GTN, _Fo],
1465
1584
  [0, 0], 1
1466
1585
  ];
1467
- exports.GetGeneratedTemplateOutput$ = [3, n0, _GGTO,
1586
+ exports.GetGeneratedTemplateInput$ = GetGeneratedTemplateInput$;
1587
+ const GetGeneratedTemplateOutput$ = [3, n0, _GGTO,
1468
1588
  0,
1469
1589
  [_S, _TB],
1470
1590
  [0, 0]
1471
1591
  ];
1472
- exports.GetHookResultInput$ = [3, n0, _GHRI,
1592
+ exports.GetGeneratedTemplateOutput$ = GetGeneratedTemplateOutput$;
1593
+ const GetHookResultInput$ = [3, n0, _GHRI,
1473
1594
  0,
1474
1595
  [_HRI],
1475
1596
  [0]
1476
1597
  ];
1477
- exports.GetHookResultOutput$ = [3, n0, _GHRO,
1598
+ exports.GetHookResultInput$ = GetHookResultInput$;
1599
+ const GetHookResultOutput$ = [3, n0, _GHRO,
1478
1600
  0,
1479
1601
  [_HRI, _IP, _FM, _TN, _OTN, _TVI, _TCVI, _TA, _S, _HSR, _IAn, _Tar, _Ann],
1480
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, () => exports.HookTarget$, () => AnnotationList]
1602
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, () => HookTarget$, () => AnnotationList]
1481
1603
  ];
1482
- exports.GetStackPolicyInput$ = [3, n0, _GSPI,
1604
+ exports.GetHookResultOutput$ = GetHookResultOutput$;
1605
+ const GetStackPolicyInput$ = [3, n0, _GSPI,
1483
1606
  0,
1484
1607
  [_SN],
1485
1608
  [0], 1
1486
1609
  ];
1487
- exports.GetStackPolicyOutput$ = [3, n0, _GSPO,
1610
+ exports.GetStackPolicyInput$ = GetStackPolicyInput$;
1611
+ const GetStackPolicyOutput$ = [3, n0, _GSPO,
1488
1612
  0,
1489
1613
  [_SPB],
1490
1614
  [0]
1491
1615
  ];
1492
- exports.GetTemplateInput$ = [3, n0, _GTIe,
1616
+ exports.GetStackPolicyOutput$ = GetStackPolicyOutput$;
1617
+ const GetTemplateInput$ = [3, n0, _GTIe,
1493
1618
  0,
1494
1619
  [_SN, _CSN, _TS],
1495
1620
  [0, 0, 0]
1496
1621
  ];
1497
- exports.GetTemplateOutput$ = [3, n0, _GTO,
1622
+ exports.GetTemplateInput$ = GetTemplateInput$;
1623
+ const GetTemplateOutput$ = [3, n0, _GTO,
1498
1624
  0,
1499
1625
  [_TB, _SA],
1500
1626
  [0, 64 | 0]
1501
1627
  ];
1502
- exports.GetTemplateSummaryInput$ = [3, n0, _GTSI,
1628
+ exports.GetTemplateOutput$ = GetTemplateOutput$;
1629
+ const GetTemplateSummaryInput$ = [3, n0, _GTSI,
1503
1630
  0,
1504
1631
  [_TB, _TURL, _SN, _SSN, _CA, _TSC],
1505
- [0, 0, 0, 0, 0, () => exports.TemplateSummaryConfig$]
1632
+ [0, 0, 0, 0, 0, () => TemplateSummaryConfig$]
1506
1633
  ];
1507
- exports.GetTemplateSummaryOutput$ = [3, n0, _GTSO,
1634
+ exports.GetTemplateSummaryInput$ = GetTemplateSummaryInput$;
1635
+ const GetTemplateSummaryOutput$ = [3, n0, _GTSO,
1508
1636
  0,
1509
1637
  [_P, _D, _Ca, _CR, _RTe, _Ve, _Me, _DTe, _RIS, _W],
1510
- [() => ParameterDeclarations, 0, 64 | 0, 0, 64 | 0, 0, 0, 64 | 0, () => ResourceIdentifierSummaries, () => exports.Warnings$]
1638
+ [() => ParameterDeclarations, 0, 64 | 0, 0, 64 | 0, 0, 0, 64 | 0, () => ResourceIdentifierSummaries, () => Warnings$]
1511
1639
  ];
1512
- exports.HookResultSummary$ = [3, n0, _HRS,
1640
+ exports.GetTemplateSummaryOutput$ = GetTemplateSummaryOutput$;
1641
+ const HookResultSummary$ = [3, n0, _HRS,
1513
1642
  0,
1514
1643
  [_HRI, _IP, _FM, _TN, _TVI, _TCVI, _S, _HSR, _IAn, _TT, _TI, _TA, _HET],
1515
1644
  [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0]
1516
1645
  ];
1517
- exports.HookTarget$ = [3, n0, _HT,
1646
+ exports.HookResultSummary$ = HookResultSummary$;
1647
+ const HookTarget$ = [3, n0, _HT,
1518
1648
  0,
1519
1649
  [_TT, _TTN, _TI, _Act],
1520
1650
  [0, 0, 0, 0], 4
1521
1651
  ];
1522
- exports.ImportStacksToStackSetInput$ = [3, n0, _ISTSSI,
1652
+ exports.HookTarget$ = HookTarget$;
1653
+ const ImportStacksToStackSetInput$ = [3, n0, _ISTSSI,
1523
1654
  0,
1524
1655
  [_SSN, _SIta, _SIU, _OUI, _OP, _OI, _CA],
1525
- [0, 64 | 0, 0, 64 | 0, () => exports.StackSetOperationPreferences$, [0, 4], 0], 1
1656
+ [0, 64 | 0, 0, 64 | 0, () => StackSetOperationPreferences$, [0, 4], 0], 1
1526
1657
  ];
1527
- exports.ImportStacksToStackSetOutput$ = [3, n0, _ISTSSO,
1658
+ exports.ImportStacksToStackSetInput$ = ImportStacksToStackSetInput$;
1659
+ const ImportStacksToStackSetOutput$ = [3, n0, _ISTSSO,
1528
1660
  0,
1529
1661
  [_OI],
1530
1662
  [0]
1531
1663
  ];
1532
- exports.ListChangeSetsInput$ = [3, n0, _LCSI,
1664
+ exports.ImportStacksToStackSetOutput$ = ImportStacksToStackSetOutput$;
1665
+ const ListChangeSetsInput$ = [3, n0, _LCSI,
1533
1666
  0,
1534
1667
  [_SN, _NT],
1535
1668
  [0, 0], 1
1536
1669
  ];
1537
- exports.ListChangeSetsOutput$ = [3, n0, _LCSO,
1670
+ exports.ListChangeSetsInput$ = ListChangeSetsInput$;
1671
+ const ListChangeSetsOutput$ = [3, n0, _LCSO,
1538
1672
  0,
1539
1673
  [_Su, _NT],
1540
1674
  [() => ChangeSetSummaries, 0]
1541
1675
  ];
1542
- exports.ListExportsInput$ = [3, n0, _LEI,
1676
+ exports.ListChangeSetsOutput$ = ListChangeSetsOutput$;
1677
+ const ListExportsInput$ = [3, n0, _LEI,
1543
1678
  0,
1544
1679
  [_NT],
1545
1680
  [0]
1546
1681
  ];
1547
- exports.ListExportsOutput$ = [3, n0, _LEO,
1682
+ exports.ListExportsInput$ = ListExportsInput$;
1683
+ const ListExportsOutput$ = [3, n0, _LEO,
1548
1684
  0,
1549
1685
  [_Exp, _NT],
1550
1686
  [() => Exports, 0]
1551
1687
  ];
1552
- exports.ListGeneratedTemplatesInput$ = [3, n0, _LGTI,
1688
+ exports.ListExportsOutput$ = ListExportsOutput$;
1689
+ const ListGeneratedTemplatesInput$ = [3, n0, _LGTI,
1553
1690
  0,
1554
1691
  [_NT, _MR],
1555
1692
  [0, 1]
1556
1693
  ];
1557
- exports.ListGeneratedTemplatesOutput$ = [3, n0, _LGTO,
1694
+ exports.ListGeneratedTemplatesInput$ = ListGeneratedTemplatesInput$;
1695
+ const ListGeneratedTemplatesOutput$ = [3, n0, _LGTO,
1558
1696
  0,
1559
1697
  [_Su, _NT],
1560
1698
  [() => TemplateSummaries, 0]
1561
1699
  ];
1562
- exports.ListHookResultsInput$ = [3, n0, _LHRI,
1700
+ exports.ListGeneratedTemplatesOutput$ = ListGeneratedTemplatesOutput$;
1701
+ const ListHookResultsInput$ = [3, n0, _LHRI,
1563
1702
  0,
1564
1703
  [_TT, _TI, _TA, _S, _NT],
1565
1704
  [0, 0, 0, 0, 0]
1566
1705
  ];
1567
- exports.ListHookResultsOutput$ = [3, n0, _LHRO,
1706
+ exports.ListHookResultsInput$ = ListHookResultsInput$;
1707
+ const ListHookResultsOutput$ = [3, n0, _LHRO,
1568
1708
  0,
1569
1709
  [_TT, _TI, _HR, _NT],
1570
1710
  [0, 0, () => HookResultSummaries, 0]
1571
1711
  ];
1572
- exports.ListImportsInput$ = [3, n0, _LII,
1712
+ exports.ListHookResultsOutput$ = ListHookResultsOutput$;
1713
+ const ListImportsInput$ = [3, n0, _LII,
1573
1714
  0,
1574
1715
  [_EN, _NT],
1575
1716
  [0, 0], 1
1576
1717
  ];
1577
- exports.ListImportsOutput$ = [3, n0, _LIO,
1718
+ exports.ListImportsInput$ = ListImportsInput$;
1719
+ const ListImportsOutput$ = [3, n0, _LIO,
1578
1720
  0,
1579
1721
  [_Im, _NT],
1580
1722
  [64 | 0, 0]
1581
1723
  ];
1582
- exports.ListResourceScanRelatedResourcesInput$ = [3, n0, _LRSRRI,
1724
+ exports.ListImportsOutput$ = ListImportsOutput$;
1725
+ const ListResourceScanRelatedResourcesInput$ = [3, n0, _LRSRRI,
1583
1726
  0,
1584
1727
  [_RSI, _R, _NT, _MR],
1585
1728
  [0, () => ScannedResourceIdentifiers, 0, 1], 2
1586
1729
  ];
1587
- exports.ListResourceScanRelatedResourcesOutput$ = [3, n0, _LRSRRO,
1730
+ exports.ListResourceScanRelatedResourcesInput$ = ListResourceScanRelatedResourcesInput$;
1731
+ const ListResourceScanRelatedResourcesOutput$ = [3, n0, _LRSRRO,
1588
1732
  0,
1589
1733
  [_RRel, _NT],
1590
1734
  [() => RelatedResources, 0]
1591
1735
  ];
1592
- exports.ListResourceScanResourcesInput$ = [3, n0, _LRSRI,
1736
+ exports.ListResourceScanRelatedResourcesOutput$ = ListResourceScanRelatedResourcesOutput$;
1737
+ const ListResourceScanResourcesInput$ = [3, n0, _LRSRI,
1593
1738
  0,
1594
1739
  [_RSI, _RI, _RTP, _TK, _TV, _NT, _MR],
1595
1740
  [0, 0, 0, 0, 0, 0, 1], 1
1596
1741
  ];
1597
- exports.ListResourceScanResourcesOutput$ = [3, n0, _LRSRO,
1742
+ exports.ListResourceScanResourcesInput$ = ListResourceScanResourcesInput$;
1743
+ const ListResourceScanResourcesOutput$ = [3, n0, _LRSRO,
1598
1744
  0,
1599
1745
  [_R, _NT],
1600
1746
  [() => ScannedResources, 0]
1601
1747
  ];
1602
- exports.ListResourceScansInput$ = [3, n0, _LRSI,
1748
+ exports.ListResourceScanResourcesOutput$ = ListResourceScanResourcesOutput$;
1749
+ const ListResourceScansInput$ = [3, n0, _LRSI,
1603
1750
  0,
1604
1751
  [_NT, _MR, _STF],
1605
1752
  [0, 1, 0]
1606
1753
  ];
1607
- exports.ListResourceScansOutput$ = [3, n0, _LRSO,
1754
+ exports.ListResourceScansInput$ = ListResourceScansInput$;
1755
+ const ListResourceScansOutput$ = [3, n0, _LRSO,
1608
1756
  0,
1609
1757
  [_RSS, _NT],
1610
1758
  [() => ResourceScanSummaries, 0]
1611
1759
  ];
1612
- exports.ListStackInstanceResourceDriftsInput$ = [3, n0, _LSIRDI,
1760
+ exports.ListResourceScansOutput$ = ListResourceScansOutput$;
1761
+ const ListStackInstanceResourceDriftsInput$ = [3, n0, _LSIRDI,
1613
1762
  0,
1614
1763
  [_SSN, _SIA, _SIR, _OI, _NT, _MR, _SIRDS, _CA],
1615
1764
  [0, 0, 0, 0, 0, 1, 64 | 0, 0], 4
1616
1765
  ];
1617
- exports.ListStackInstanceResourceDriftsOutput$ = [3, n0, _LSIRDO,
1766
+ exports.ListStackInstanceResourceDriftsInput$ = ListStackInstanceResourceDriftsInput$;
1767
+ const ListStackInstanceResourceDriftsOutput$ = [3, n0, _LSIRDO,
1618
1768
  0,
1619
1769
  [_Su, _NT],
1620
1770
  [() => StackInstanceResourceDriftsSummaries, 0]
1621
1771
  ];
1622
- exports.ListStackInstancesInput$ = [3, n0, _LSII,
1772
+ exports.ListStackInstanceResourceDriftsOutput$ = ListStackInstanceResourceDriftsOutput$;
1773
+ const ListStackInstancesInput$ = [3, n0, _LSII,
1623
1774
  0,
1624
1775
  [_SSN, _NT, _MR, _F, _SIA, _SIR, _CA],
1625
1776
  [0, 0, 1, () => StackInstanceFilters, 0, 0, 0], 1
1626
1777
  ];
1627
- exports.ListStackInstancesOutput$ = [3, n0, _LSIO,
1778
+ exports.ListStackInstancesInput$ = ListStackInstancesInput$;
1779
+ const ListStackInstancesOutput$ = [3, n0, _LSIO,
1628
1780
  0,
1629
1781
  [_Su, _NT],
1630
1782
  [() => StackInstanceSummaries, 0]
1631
1783
  ];
1632
- exports.ListStackRefactorActionsInput$ = [3, n0, _LSRAI,
1784
+ exports.ListStackInstancesOutput$ = ListStackInstancesOutput$;
1785
+ const ListStackRefactorActionsInput$ = [3, n0, _LSRAI,
1633
1786
  0,
1634
1787
  [_SRI, _NT, _MR],
1635
1788
  [0, 0, 1], 1
1636
1789
  ];
1637
- exports.ListStackRefactorActionsOutput$ = [3, n0, _LSRAO,
1790
+ exports.ListStackRefactorActionsInput$ = ListStackRefactorActionsInput$;
1791
+ const ListStackRefactorActionsOutput$ = [3, n0, _LSRAO,
1638
1792
  0,
1639
1793
  [_SRA, _NT],
1640
1794
  [() => StackRefactorActions, 0], 1
1641
1795
  ];
1642
- exports.ListStackRefactorsInput$ = [3, n0, _LSRI,
1796
+ exports.ListStackRefactorActionsOutput$ = ListStackRefactorActionsOutput$;
1797
+ const ListStackRefactorsInput$ = [3, n0, _LSRI,
1643
1798
  0,
1644
1799
  [_ESF, _NT, _MR],
1645
1800
  [64 | 0, 0, 1]
1646
1801
  ];
1647
- exports.ListStackRefactorsOutput$ = [3, n0, _LSRO,
1802
+ exports.ListStackRefactorsInput$ = ListStackRefactorsInput$;
1803
+ const ListStackRefactorsOutput$ = [3, n0, _LSRO,
1648
1804
  0,
1649
1805
  [_SRS, _NT],
1650
1806
  [() => StackRefactorSummaries, 0], 1
1651
1807
  ];
1652
- exports.ListStackResourcesInput$ = [3, n0, _LSRIi,
1808
+ exports.ListStackRefactorsOutput$ = ListStackRefactorsOutput$;
1809
+ const ListStackResourcesInput$ = [3, n0, _LSRIi,
1653
1810
  0,
1654
1811
  [_SN, _NT],
1655
1812
  [0, 0], 1
1656
1813
  ];
1657
- exports.ListStackResourcesOutput$ = [3, n0, _LSROi,
1814
+ exports.ListStackResourcesInput$ = ListStackResourcesInput$;
1815
+ const ListStackResourcesOutput$ = [3, n0, _LSROi,
1658
1816
  0,
1659
1817
  [_SRSt, _NT],
1660
1818
  [() => StackResourceSummaries, 0]
1661
1819
  ];
1662
- exports.ListStackSetAutoDeploymentTargetsInput$ = [3, n0, _LSSADTI,
1820
+ exports.ListStackResourcesOutput$ = ListStackResourcesOutput$;
1821
+ const ListStackSetAutoDeploymentTargetsInput$ = [3, n0, _LSSADTI,
1663
1822
  0,
1664
1823
  [_SSN, _NT, _MR, _CA],
1665
1824
  [0, 0, 1, 0], 1
1666
1825
  ];
1667
- exports.ListStackSetAutoDeploymentTargetsOutput$ = [3, n0, _LSSADTO,
1826
+ exports.ListStackSetAutoDeploymentTargetsInput$ = ListStackSetAutoDeploymentTargetsInput$;
1827
+ const ListStackSetAutoDeploymentTargetsOutput$ = [3, n0, _LSSADTO,
1668
1828
  0,
1669
1829
  [_Su, _NT],
1670
1830
  [() => StackSetAutoDeploymentTargetSummaries, 0]
1671
1831
  ];
1672
- exports.ListStackSetOperationResultsInput$ = [3, n0, _LSSORI,
1832
+ exports.ListStackSetAutoDeploymentTargetsOutput$ = ListStackSetAutoDeploymentTargetsOutput$;
1833
+ const ListStackSetOperationResultsInput$ = [3, n0, _LSSORI,
1673
1834
  0,
1674
1835
  [_SSN, _OI, _NT, _MR, _CA, _F],
1675
1836
  [0, 0, 0, 1, 0, () => OperationResultFilters], 2
1676
1837
  ];
1677
- exports.ListStackSetOperationResultsOutput$ = [3, n0, _LSSORO,
1838
+ exports.ListStackSetOperationResultsInput$ = ListStackSetOperationResultsInput$;
1839
+ const ListStackSetOperationResultsOutput$ = [3, n0, _LSSORO,
1678
1840
  0,
1679
1841
  [_Su, _NT],
1680
1842
  [() => StackSetOperationResultSummaries, 0]
1681
1843
  ];
1682
- exports.ListStackSetOperationsInput$ = [3, n0, _LSSOI,
1844
+ exports.ListStackSetOperationResultsOutput$ = ListStackSetOperationResultsOutput$;
1845
+ const ListStackSetOperationsInput$ = [3, n0, _LSSOI,
1683
1846
  0,
1684
1847
  [_SSN, _NT, _MR, _CA],
1685
1848
  [0, 0, 1, 0], 1
1686
1849
  ];
1687
- exports.ListStackSetOperationsOutput$ = [3, n0, _LSSOO,
1850
+ exports.ListStackSetOperationsInput$ = ListStackSetOperationsInput$;
1851
+ const ListStackSetOperationsOutput$ = [3, n0, _LSSOO,
1688
1852
  0,
1689
1853
  [_Su, _NT],
1690
1854
  [() => StackSetOperationSummaries, 0]
1691
1855
  ];
1692
- exports.ListStackSetsInput$ = [3, n0, _LSSI,
1856
+ exports.ListStackSetOperationsOutput$ = ListStackSetOperationsOutput$;
1857
+ const ListStackSetsInput$ = [3, n0, _LSSI,
1693
1858
  0,
1694
1859
  [_NT, _MR, _S, _CA],
1695
1860
  [0, 1, 0, 0]
1696
1861
  ];
1697
- exports.ListStackSetsOutput$ = [3, n0, _LSSO,
1862
+ exports.ListStackSetsInput$ = ListStackSetsInput$;
1863
+ const ListStackSetsOutput$ = [3, n0, _LSSO,
1698
1864
  0,
1699
1865
  [_Su, _NT],
1700
1866
  [() => StackSetSummaries, 0]
1701
1867
  ];
1702
- exports.ListStacksInput$ = [3, n0, _LSI,
1868
+ exports.ListStackSetsOutput$ = ListStackSetsOutput$;
1869
+ const ListStacksInput$ = [3, n0, _LSI,
1703
1870
  0,
1704
1871
  [_NT, _SSF],
1705
1872
  [0, 64 | 0]
1706
1873
  ];
1707
- exports.ListStacksOutput$ = [3, n0, _LSO,
1874
+ exports.ListStacksInput$ = ListStacksInput$;
1875
+ const ListStacksOutput$ = [3, n0, _LSO,
1708
1876
  0,
1709
1877
  [_SSt, _NT],
1710
1878
  [() => StackSummaries, 0]
1711
1879
  ];
1712
- exports.ListTypeRegistrationsInput$ = [3, n0, _LTRI,
1880
+ exports.ListStacksOutput$ = ListStacksOutput$;
1881
+ const ListTypeRegistrationsInput$ = [3, n0, _LTRI,
1713
1882
  0,
1714
1883
  [_T, _TN, _TA, _RSF, _MR, _NT],
1715
1884
  [0, 0, 0, 0, 1, 0]
1716
1885
  ];
1717
- exports.ListTypeRegistrationsOutput$ = [3, n0, _LTRO,
1886
+ exports.ListTypeRegistrationsInput$ = ListTypeRegistrationsInput$;
1887
+ const ListTypeRegistrationsOutput$ = [3, n0, _LTRO,
1718
1888
  0,
1719
1889
  [_RTL, _NT],
1720
1890
  [64 | 0, 0]
1721
1891
  ];
1722
- exports.ListTypesInput$ = [3, n0, _LTI,
1892
+ exports.ListTypeRegistrationsOutput$ = ListTypeRegistrationsOutput$;
1893
+ const ListTypesInput$ = [3, n0, _LTI,
1723
1894
  0,
1724
1895
  [_Vi, _PT, _DSe, _T, _F, _MR, _NT],
1725
- [0, 0, 0, 0, () => exports.TypeFilters$, 1, 0]
1896
+ [0, 0, 0, 0, () => TypeFilters$, 1, 0]
1726
1897
  ];
1727
- exports.ListTypesOutput$ = [3, n0, _LTO,
1898
+ exports.ListTypesInput$ = ListTypesInput$;
1899
+ const ListTypesOutput$ = [3, n0, _LTO,
1728
1900
  0,
1729
1901
  [_TSy, _NT],
1730
1902
  [() => TypeSummaries, 0]
1731
1903
  ];
1732
- exports.ListTypeVersionsInput$ = [3, n0, _LTVI,
1904
+ exports.ListTypesOutput$ = ListTypesOutput$;
1905
+ const ListTypeVersionsInput$ = [3, n0, _LTVI,
1733
1906
  0,
1734
1907
  [_T, _TN, _A, _MR, _NT, _DSe, _PI],
1735
1908
  [0, 0, 0, 1, 0, 0, 0]
1736
1909
  ];
1737
- exports.ListTypeVersionsOutput$ = [3, n0, _LTVO,
1910
+ exports.ListTypeVersionsInput$ = ListTypeVersionsInput$;
1911
+ const ListTypeVersionsOutput$ = [3, n0, _LTVO,
1738
1912
  0,
1739
1913
  [_TVS, _NT],
1740
1914
  [() => TypeVersionSummaries, 0]
1741
1915
  ];
1742
- exports.LiveResourceDrift$ = [3, n0, _LRD,
1916
+ exports.ListTypeVersionsOutput$ = ListTypeVersionsOutput$;
1917
+ const LiveResourceDrift$ = [3, n0, _LRD,
1743
1918
  0,
1744
1919
  [_PV, _AV, _DDT],
1745
1920
  [0, 0, 4]
1746
1921
  ];
1747
- exports.LoggingConfig$ = [3, n0, _LC,
1922
+ exports.LiveResourceDrift$ = LiveResourceDrift$;
1923
+ const LoggingConfig$ = [3, n0, _LC,
1748
1924
  0,
1749
1925
  [_LRA, _LGN],
1750
1926
  [0, 0], 2
1751
1927
  ];
1752
- exports.ManagedExecution$ = [3, n0, _ME,
1928
+ exports.LoggingConfig$ = LoggingConfig$;
1929
+ const ManagedExecution$ = [3, n0, _ME,
1753
1930
  0,
1754
1931
  [_Acti],
1755
1932
  [2]
1756
1933
  ];
1757
- exports.ModuleInfo$ = [3, n0, _MI,
1934
+ exports.ManagedExecution$ = ManagedExecution$;
1935
+ const ModuleInfo$ = [3, n0, _MI,
1758
1936
  0,
1759
1937
  [_TH, _LIH],
1760
1938
  [0, 0]
1761
1939
  ];
1762
- exports.OperationEntry$ = [3, n0, _OEp,
1940
+ exports.ModuleInfo$ = ModuleInfo$;
1941
+ const OperationEntry$ = [3, n0, _OEp,
1763
1942
  0,
1764
1943
  [_OT, _OI],
1765
1944
  [0, 0]
1766
1945
  ];
1767
- exports.OperationEvent$ = [3, n0, _OEpe,
1946
+ exports.OperationEntry$ = OperationEntry$;
1947
+ const OperationEvent$ = [3, n0, _OEpe,
1768
1948
  0,
1769
1949
  [_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],
1770
1950
  [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]
1771
1951
  ];
1772
- exports.OperationResultFilter$ = [3, n0, _ORF,
1952
+ exports.OperationEvent$ = OperationEvent$;
1953
+ const OperationResultFilter$ = [3, n0, _ORF,
1773
1954
  0,
1774
1955
  [_N, _Va],
1775
1956
  [0, 0]
1776
1957
  ];
1777
- exports.Output$ = [3, n0, _O,
1958
+ exports.OperationResultFilter$ = OperationResultFilter$;
1959
+ const Output$ = [3, n0, _O,
1778
1960
  0,
1779
1961
  [_OK, _OV, _D, _EN],
1780
1962
  [0, 0, 0, 0]
1781
1963
  ];
1782
- exports.Parameter$ = [3, n0, _Pa,
1964
+ exports.Output$ = Output$;
1965
+ const Parameter$ = [3, n0, _Pa,
1783
1966
  0,
1784
1967
  [_PK, _PVa, _UPV, _RV],
1785
1968
  [0, 0, 2, 0]
1786
1969
  ];
1787
- exports.ParameterConstraints$ = [3, n0, _PCa,
1970
+ exports.Parameter$ = Parameter$;
1971
+ const ParameterConstraints$ = [3, n0, _PCa,
1788
1972
  0,
1789
1973
  [_AVl],
1790
1974
  [64 | 0]
1791
1975
  ];
1792
- exports.ParameterDeclaration$ = [3, n0, _PD,
1976
+ exports.ParameterConstraints$ = ParameterConstraints$;
1977
+ const ParameterDeclaration$ = [3, n0, _PD,
1793
1978
  0,
1794
1979
  [_PK, _DV, _PTa, _NE, _D, _PCa],
1795
- [0, 0, 0, 2, 0, () => exports.ParameterConstraints$]
1980
+ [0, 0, 0, 2, 0, () => ParameterConstraints$]
1796
1981
  ];
1797
- exports.PhysicalResourceIdContextKeyValuePair$ = [3, n0, _PRICKVP,
1982
+ exports.ParameterDeclaration$ = ParameterDeclaration$;
1983
+ const PhysicalResourceIdContextKeyValuePair$ = [3, n0, _PRICKVP,
1798
1984
  0,
1799
1985
  [_K, _V],
1800
1986
  [0, 0], 2
1801
1987
  ];
1802
- exports.PropertyDifference$ = [3, n0, _PDr,
1988
+ exports.PhysicalResourceIdContextKeyValuePair$ = PhysicalResourceIdContextKeyValuePair$;
1989
+ const PropertyDifference$ = [3, n0, _PDr,
1803
1990
  0,
1804
1991
  [_PPr, _EV, _AV, _DTi],
1805
1992
  [0, 0, 0, 0], 4
1806
1993
  ];
1807
- exports.PublishTypeInput$ = [3, n0, _PTI,
1994
+ exports.PropertyDifference$ = PropertyDifference$;
1995
+ const PublishTypeInput$ = [3, n0, _PTI,
1808
1996
  0,
1809
1997
  [_T, _A, _TN, _PVN],
1810
1998
  [0, 0, 0, 0]
1811
1999
  ];
1812
- exports.PublishTypeOutput$ = [3, n0, _PTO,
2000
+ exports.PublishTypeInput$ = PublishTypeInput$;
2001
+ const PublishTypeOutput$ = [3, n0, _PTO,
1813
2002
  0,
1814
2003
  [_PTA],
1815
2004
  [0]
1816
2005
  ];
1817
- exports.RecordHandlerProgressInput$ = [3, n0, _RHPI,
2006
+ exports.PublishTypeOutput$ = PublishTypeOutput$;
2007
+ const RecordHandlerProgressInput$ = [3, n0, _RHPI,
1818
2008
  0,
1819
2009
  [_BT, _OS, _COS, _SM, _EC, _RMes, _CRT],
1820
2010
  [0, 0, 0, 0, 0, 0, 0], 2
1821
2011
  ];
1822
- exports.RecordHandlerProgressOutput$ = [3, n0, _RHPO,
2012
+ exports.RecordHandlerProgressInput$ = RecordHandlerProgressInput$;
2013
+ const RecordHandlerProgressOutput$ = [3, n0, _RHPO,
1823
2014
  0,
1824
2015
  [],
1825
2016
  []
1826
2017
  ];
1827
- exports.RegisterPublisherInput$ = [3, n0, _RPI,
2018
+ exports.RecordHandlerProgressOutput$ = RecordHandlerProgressOutput$;
2019
+ const RegisterPublisherInput$ = [3, n0, _RPI,
1828
2020
  0,
1829
2021
  [_ATAC, _CAo],
1830
2022
  [2, 0]
1831
2023
  ];
1832
- exports.RegisterPublisherOutput$ = [3, n0, _RPO,
2024
+ exports.RegisterPublisherInput$ = RegisterPublisherInput$;
2025
+ const RegisterPublisherOutput$ = [3, n0, _RPO,
1833
2026
  0,
1834
2027
  [_PI],
1835
2028
  [0]
1836
2029
  ];
1837
- exports.RegisterTypeInput$ = [3, n0, _RTIe,
2030
+ exports.RegisterPublisherOutput$ = RegisterPublisherOutput$;
2031
+ const RegisterTypeInput$ = [3, n0, _RTIe,
1838
2032
  0,
1839
2033
  [_TN, _SHP, _T, _LC, _ERA, _CRT],
1840
- [0, 0, 0, () => exports.LoggingConfig$, 0, 0], 2
2034
+ [0, 0, 0, () => LoggingConfig$, 0, 0], 2
1841
2035
  ];
1842
- exports.RegisterTypeOutput$ = [3, n0, _RTO,
2036
+ exports.RegisterTypeInput$ = RegisterTypeInput$;
2037
+ const RegisterTypeOutput$ = [3, n0, _RTO,
1843
2038
  0,
1844
2039
  [_RTeg],
1845
2040
  [0]
1846
2041
  ];
1847
- exports.RequiredActivatedType$ = [3, n0, _RATe,
2042
+ exports.RegisterTypeOutput$ = RegisterTypeOutput$;
2043
+ const RequiredActivatedType$ = [3, n0, _RATe,
1848
2044
  0,
1849
2045
  [_TNA, _OTN, _PI, _SMV],
1850
2046
  [0, 0, 0, 64 | 1]
1851
2047
  ];
1852
- exports.ResourceChange$ = [3, n0, _RC,
2048
+ exports.RequiredActivatedType$ = RequiredActivatedType$;
2049
+ const ResourceChange$ = [3, n0, _RC,
1853
2050
  0,
1854
2051
  [_PA, _Act, _LRI, _PRI, _RT, _Rep, _Sco, _RDS, _RDIA, _De, _CSI, _MI, _BC, _AC, _PDC],
1855
- [0, 0, 0, 0, 0, 0, 64 | 0, 0, () => ResourceDriftIgnoredAttributes, () => ResourceChangeDetails, 0, () => exports.ModuleInfo$, 0, 0, 0]
2052
+ [0, 0, 0, 0, 0, 0, 64 | 0, 0, () => ResourceDriftIgnoredAttributes, () => ResourceChangeDetails, 0, () => ModuleInfo$, 0, 0, 0]
1856
2053
  ];
1857
- exports.ResourceChangeDetail$ = [3, n0, _RCD,
2054
+ exports.ResourceChange$ = ResourceChange$;
2055
+ const ResourceChangeDetail$ = [3, n0, _RCD,
1858
2056
  0,
1859
2057
  [_Tar, _Ev, _CSh, _CE],
1860
- [() => exports.ResourceTargetDefinition$, 0, 0, 0]
2058
+ [() => ResourceTargetDefinition$, 0, 0, 0]
1861
2059
  ];
1862
- exports.ResourceDefinition$ = [3, n0, _RD,
2060
+ exports.ResourceChangeDetail$ = ResourceChangeDetail$;
2061
+ const ResourceDefinition$ = [3, n0, _RD,
1863
2062
  0,
1864
2063
  [_RT, _RI, _LRI],
1865
2064
  [0, 128 | 0, 0], 2
1866
2065
  ];
1867
- exports.ResourceDetail$ = [3, n0, _RDe,
2066
+ exports.ResourceDefinition$ = ResourceDefinition$;
2067
+ const ResourceDetail$ = [3, n0, _RDe,
1868
2068
  0,
1869
2069
  [_RT, _LRI, _RI, _RSes, _RSR, _W],
1870
2070
  [0, 0, 128 | 0, 0, 0, () => WarningDetails]
1871
2071
  ];
1872
- exports.ResourceDriftIgnoredAttribute$ = [3, n0, _RDIAe,
2072
+ exports.ResourceDetail$ = ResourceDetail$;
2073
+ const ResourceDriftIgnoredAttribute$ = [3, n0, _RDIAe,
1873
2074
  0,
1874
2075
  [_Pat, _Rea],
1875
2076
  [0, 0]
1876
2077
  ];
1877
- exports.ResourceIdentifierSummary$ = [3, n0, _RISe,
2078
+ exports.ResourceDriftIgnoredAttribute$ = ResourceDriftIgnoredAttribute$;
2079
+ const ResourceIdentifierSummary$ = [3, n0, _RISe,
1878
2080
  0,
1879
2081
  [_RT, _LRIo, _RIe],
1880
2082
  [0, 64 | 0, 64 | 0]
1881
2083
  ];
1882
- exports.ResourceLocation$ = [3, n0, _RLe,
2084
+ exports.ResourceIdentifierSummary$ = ResourceIdentifierSummary$;
2085
+ const ResourceLocation$ = [3, n0, _RLe,
1883
2086
  0,
1884
2087
  [_SN, _LRI],
1885
2088
  [0, 0], 2
1886
2089
  ];
1887
- exports.ResourceMapping$ = [3, n0, _RMeso,
2090
+ exports.ResourceLocation$ = ResourceLocation$;
2091
+ const ResourceMapping$ = [3, n0, _RMeso,
1888
2092
  0,
1889
2093
  [_So, _Des],
1890
- [() => exports.ResourceLocation$, () => exports.ResourceLocation$], 2
2094
+ [() => ResourceLocation$, () => ResourceLocation$], 2
1891
2095
  ];
1892
- exports.ResourceScanSummary$ = [3, n0, _RSSe,
2096
+ exports.ResourceMapping$ = ResourceMapping$;
2097
+ const ResourceScanSummary$ = [3, n0, _RSSe,
1893
2098
  0,
1894
2099
  [_RSI, _S, _SR, _ST, _ET, _PC, _STc],
1895
2100
  [0, 0, 0, 4, 4, 1, 0]
1896
2101
  ];
1897
- exports.ResourceTargetDefinition$ = [3, n0, _RTDe,
2102
+ exports.ResourceScanSummary$ = ResourceScanSummary$;
2103
+ const ResourceTargetDefinition$ = [3, n0, _RTDe,
1898
2104
  0,
1899
2105
  [_At, _N, _RReq, _Pat, _BV, _AVf, _BVF, _AVF, _Dr, _ACT],
1900
- [0, 0, 0, 0, 0, 0, 0, 0, () => exports.LiveResourceDrift$, 0]
2106
+ [0, 0, 0, 0, 0, 0, 0, 0, () => LiveResourceDrift$, 0]
1901
2107
  ];
1902
- exports.ResourceToImport$ = [3, n0, _RTIes,
2108
+ exports.ResourceTargetDefinition$ = ResourceTargetDefinition$;
2109
+ const ResourceToImport$ = [3, n0, _RTIes,
1903
2110
  0,
1904
2111
  [_RT, _LRI, _RI],
1905
2112
  [0, 0, 128 | 0], 3
1906
2113
  ];
1907
- exports.RollbackConfiguration$ = [3, n0, _RCo,
2114
+ exports.ResourceToImport$ = ResourceToImport$;
2115
+ const RollbackConfiguration$ = [3, n0, _RCo,
1908
2116
  0,
1909
2117
  [_RTo, _MTIM],
1910
2118
  [() => RollbackTriggers, 1]
1911
2119
  ];
1912
- exports.RollbackStackInput$ = [3, n0, _RSIo,
2120
+ exports.RollbackConfiguration$ = RollbackConfiguration$;
2121
+ const RollbackStackInput$ = [3, n0, _RSIo,
1913
2122
  0,
1914
2123
  [_SN, _RARN, _CRT, _REOC],
1915
2124
  [0, 0, 0, 2], 1
1916
2125
  ];
1917
- exports.RollbackStackOutput$ = [3, n0, _RSO,
2126
+ exports.RollbackStackInput$ = RollbackStackInput$;
2127
+ const RollbackStackOutput$ = [3, n0, _RSO,
1918
2128
  0,
1919
2129
  [_SI, _OI],
1920
2130
  [0, 0]
1921
2131
  ];
1922
- exports.RollbackTrigger$ = [3, n0, _RTol,
2132
+ exports.RollbackStackOutput$ = RollbackStackOutput$;
2133
+ const RollbackTrigger$ = [3, n0, _RTol,
1923
2134
  0,
1924
2135
  [_A, _T],
1925
2136
  [0, 0], 2
1926
2137
  ];
1927
- exports.ScanFilter$ = [3, n0, _SFc,
2138
+ exports.RollbackTrigger$ = RollbackTrigger$;
2139
+ const ScanFilter$ = [3, n0, _SFc,
1928
2140
  0,
1929
2141
  [_Ty],
1930
2142
  [64 | 0]
1931
2143
  ];
1932
- exports.ScannedResource$ = [3, n0, _SRc,
2144
+ exports.ScanFilter$ = ScanFilter$;
2145
+ const ScannedResource$ = [3, n0, _SRc,
1933
2146
  0,
1934
2147
  [_RT, _RI, _MBS],
1935
2148
  [0, 128 | 0, 2]
1936
2149
  ];
1937
- exports.ScannedResourceIdentifier$ = [3, n0, _SRIc,
2150
+ exports.ScannedResource$ = ScannedResource$;
2151
+ const ScannedResourceIdentifier$ = [3, n0, _SRIc,
1938
2152
  0,
1939
2153
  [_RT, _RI],
1940
2154
  [0, 128 | 0], 2
1941
2155
  ];
1942
- exports.SetStackPolicyInput$ = [3, n0, _SSPI,
2156
+ exports.ScannedResourceIdentifier$ = ScannedResourceIdentifier$;
2157
+ const SetStackPolicyInput$ = [3, n0, _SSPI,
1943
2158
  0,
1944
2159
  [_SN, _SPB, _SPURL],
1945
2160
  [0, 0, 0], 1
1946
2161
  ];
1947
- exports.SetTypeConfigurationInput$ = [3, n0, _STCI,
2162
+ exports.SetStackPolicyInput$ = SetStackPolicyInput$;
2163
+ const SetTypeConfigurationInput$ = [3, n0, _STCI,
1948
2164
  0,
1949
2165
  [_Co, _TA, _CAon, _TN, _T],
1950
2166
  [0, 0, 0, 0, 0], 1
1951
2167
  ];
1952
- exports.SetTypeConfigurationOutput$ = [3, n0, _STCO,
2168
+ exports.SetTypeConfigurationInput$ = SetTypeConfigurationInput$;
2169
+ const SetTypeConfigurationOutput$ = [3, n0, _STCO,
1953
2170
  0,
1954
2171
  [_CAonf],
1955
2172
  [0]
1956
2173
  ];
1957
- exports.SetTypeDefaultVersionInput$ = [3, n0, _STDVI,
2174
+ exports.SetTypeConfigurationOutput$ = SetTypeConfigurationOutput$;
2175
+ const SetTypeDefaultVersionInput$ = [3, n0, _STDVI,
1958
2176
  0,
1959
2177
  [_A, _T, _TN, _VI],
1960
2178
  [0, 0, 0, 0]
1961
2179
  ];
1962
- exports.SetTypeDefaultVersionOutput$ = [3, n0, _STDVO,
2180
+ exports.SetTypeDefaultVersionInput$ = SetTypeDefaultVersionInput$;
2181
+ const SetTypeDefaultVersionOutput$ = [3, n0, _STDVO,
1963
2182
  0,
1964
2183
  [],
1965
2184
  []
1966
2185
  ];
1967
- exports.SignalResourceInput$ = [3, n0, _SRIi,
2186
+ exports.SetTypeDefaultVersionOutput$ = SetTypeDefaultVersionOutput$;
2187
+ const SignalResourceInput$ = [3, n0, _SRIi,
1968
2188
  0,
1969
2189
  [_SN, _LRI, _UI, _S],
1970
2190
  [0, 0, 0, 0], 4
1971
2191
  ];
1972
- exports.Stack$ = [3, n0, _Sta,
2192
+ exports.SignalResourceInput$ = SignalResourceInput$;
2193
+ const Stack$ = [3, n0, _Sta,
1973
2194
  0,
1974
2195
  [_SN, _CT, _SSta, _SI, _CSI, _D, _P, _DTel, _LUT, _RCo, _SSR, _DR, _NARN, _TIM, _Ca, _Ou, _RARN, _Ta, _ETP, _PIa, _RIo, _DI, _REOC, _DMe, _DSet, _LO],
1975
- [0, 4, 0, 0, 0, 0, () => _Parameters, 4, 4, () => exports.RollbackConfiguration$, 0, 2, 64 | 0, 1, 64 | 0, () => Outputs, 0, () => Tags, 2, 0, 0, () => exports.StackDriftInformation$, 2, 0, 0, () => LastOperations], 3
2196
+ [0, 4, 0, 0, 0, 0, () => _Parameters, 4, 4, () => RollbackConfiguration$, 0, 2, 64 | 0, 1, 64 | 0, () => Outputs, 0, () => Tags, 2, 0, 0, () => StackDriftInformation$, 2, 0, 0, () => LastOperations], 3
1976
2197
  ];
1977
- exports.StackDefinition$ = [3, n0, _SDt,
2198
+ exports.Stack$ = Stack$;
2199
+ const StackDefinition$ = [3, n0, _SDt,
1978
2200
  0,
1979
2201
  [_SN, _TB, _TURL],
1980
2202
  [0, 0, 0]
1981
2203
  ];
1982
- exports.StackDriftInformation$ = [3, n0, _SDI,
2204
+ exports.StackDefinition$ = StackDefinition$;
2205
+ const StackDriftInformation$ = [3, n0, _SDI,
1983
2206
  0,
1984
2207
  [_SDS, _LCT],
1985
2208
  [0, 4], 1
1986
2209
  ];
1987
- exports.StackDriftInformationSummary$ = [3, n0, _SDIS,
2210
+ exports.StackDriftInformation$ = StackDriftInformation$;
2211
+ const StackDriftInformationSummary$ = [3, n0, _SDIS,
1988
2212
  0,
1989
2213
  [_SDS, _LCT],
1990
2214
  [0, 4], 1
1991
2215
  ];
1992
- exports.StackEvent$ = [3, n0, _SEt,
2216
+ exports.StackDriftInformationSummary$ = StackDriftInformationSummary$;
2217
+ const StackEvent$ = [3, n0, _SEt,
1993
2218
  0,
1994
2219
  [_SI, _EI, _SN, _Ti, _OI, _LRI, _PRI, _RT, _RSes, _RSR, _RP, _CRT, _HTo, _HS, _HSR, _HIP, _HII, _HFM, _DSet],
1995
2220
  [0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 4
1996
2221
  ];
1997
- exports.StackInstance$ = [3, n0, _SIt,
2222
+ exports.StackEvent$ = StackEvent$;
2223
+ const StackInstance$ = [3, n0, _SIt,
1998
2224
  0,
1999
2225
  [_SSI, _Reg, _Acc, _SI, _PO, _S, _SIS, _SR, _OUIr, _DSr, _LDCT, _LOI],
2000
- [0, 0, 0, 0, () => _Parameters, 0, () => exports.StackInstanceComprehensiveStatus$, 0, 0, 0, 4, 0]
2226
+ [0, 0, 0, 0, () => _Parameters, 0, () => StackInstanceComprehensiveStatus$, 0, 0, 0, 4, 0]
2001
2227
  ];
2002
- exports.StackInstanceComprehensiveStatus$ = [3, n0, _SICS,
2228
+ exports.StackInstance$ = StackInstance$;
2229
+ const StackInstanceComprehensiveStatus$ = [3, n0, _SICS,
2003
2230
  0,
2004
2231
  [_DSet],
2005
2232
  [0]
2006
2233
  ];
2007
- exports.StackInstanceFilter$ = [3, n0, _SIF,
2234
+ exports.StackInstanceComprehensiveStatus$ = StackInstanceComprehensiveStatus$;
2235
+ const StackInstanceFilter$ = [3, n0, _SIF,
2008
2236
  0,
2009
2237
  [_N, _Va],
2010
2238
  [0, 0]
2011
2239
  ];
2012
- exports.StackInstanceResourceDriftsSummary$ = [3, n0, _SIRDSt,
2240
+ exports.StackInstanceFilter$ = StackInstanceFilter$;
2241
+ const StackInstanceResourceDriftsSummary$ = [3, n0, _SIRDSt,
2013
2242
  0,
2014
2243
  [_SI, _LRI, _RT, _SRDS, _Ti, _PRI, _PRIC, _PDro],
2015
2244
  [0, 0, 0, 0, 4, 0, () => PhysicalResourceIdContext, () => PropertyDifferences], 5
2016
2245
  ];
2017
- exports.StackInstanceSummary$ = [3, n0, _SISt,
2246
+ exports.StackInstanceResourceDriftsSummary$ = StackInstanceResourceDriftsSummary$;
2247
+ const StackInstanceSummary$ = [3, n0, _SISt,
2018
2248
  0,
2019
2249
  [_SSI, _Reg, _Acc, _SI, _S, _SR, _SIS, _OUIr, _DSr, _LDCT, _LOI],
2020
- [0, 0, 0, 0, 0, 0, () => exports.StackInstanceComprehensiveStatus$, 0, 0, 4, 0]
2250
+ [0, 0, 0, 0, 0, 0, () => StackInstanceComprehensiveStatus$, 0, 0, 4, 0]
2021
2251
  ];
2022
- exports.StackRefactorAction$ = [3, n0, _SRAt,
2252
+ exports.StackInstanceSummary$ = StackInstanceSummary$;
2253
+ const StackRefactorAction$ = [3, n0, _SRAt,
2023
2254
  0,
2024
2255
  [_Act, _En, _PRI, _RI, _D, _Det, _DRe, _TR, _UR, _RMeso],
2025
- [0, 0, 0, 0, 0, 0, 0, () => StackRefactorTagResources, 64 | 0, () => exports.ResourceMapping$]
2256
+ [0, 0, 0, 0, 0, 0, 0, () => StackRefactorTagResources, 64 | 0, () => ResourceMapping$]
2026
2257
  ];
2027
- exports.StackRefactorSummary$ = [3, n0, _SRSta,
2258
+ exports.StackRefactorAction$ = StackRefactorAction$;
2259
+ const StackRefactorSummary$ = [3, n0, _SRSta,
2028
2260
  0,
2029
2261
  [_SRI, _D, _ES, _ESR, _S, _SR],
2030
2262
  [0, 0, 0, 0, 0, 0]
2031
2263
  ];
2032
- exports.StackResource$ = [3, n0, _SRta,
2264
+ exports.StackRefactorSummary$ = StackRefactorSummary$;
2265
+ const StackResource$ = [3, n0, _SRta,
2033
2266
  0,
2034
2267
  [_LRI, _RT, _Ti, _RSes, _SN, _SI, _PRI, _RSR, _D, _DI, _MI],
2035
- [0, 0, 4, 0, 0, 0, 0, 0, 0, () => exports.StackResourceDriftInformation$, () => exports.ModuleInfo$], 4
2268
+ [0, 0, 4, 0, 0, 0, 0, 0, 0, () => StackResourceDriftInformation$, () => ModuleInfo$], 4
2036
2269
  ];
2037
- exports.StackResourceDetail$ = [3, n0, _SRDt,
2270
+ exports.StackResource$ = StackResource$;
2271
+ const StackResourceDetail$ = [3, n0, _SRDt,
2038
2272
  0,
2039
2273
  [_LRI, _RT, _LUTa, _RSes, _SN, _SI, _PRI, _RSR, _D, _Me, _DI, _MI],
2040
- [0, 0, 4, 0, 0, 0, 0, 0, 0, 0, () => exports.StackResourceDriftInformation$, () => exports.ModuleInfo$], 4
2274
+ [0, 0, 4, 0, 0, 0, 0, 0, 0, 0, () => StackResourceDriftInformation$, () => ModuleInfo$], 4
2041
2275
  ];
2042
- exports.StackResourceDrift$ = [3, n0, _SRDta,
2276
+ exports.StackResourceDetail$ = StackResourceDetail$;
2277
+ const StackResourceDrift$ = [3, n0, _SRDta,
2043
2278
  0,
2044
2279
  [_SI, _LRI, _RT, _SRDS, _Ti, _PRI, _PRIC, _EP, _AP, _PDro, _MI, _DSRr],
2045
- [0, 0, 0, 0, 4, 0, () => PhysicalResourceIdContext, 0, 0, () => PropertyDifferences, () => exports.ModuleInfo$, 0], 5
2280
+ [0, 0, 0, 0, 4, 0, () => PhysicalResourceIdContext, 0, 0, () => PropertyDifferences, () => ModuleInfo$, 0], 5
2046
2281
  ];
2047
- exports.StackResourceDriftInformation$ = [3, n0, _SRDI,
2282
+ exports.StackResourceDrift$ = StackResourceDrift$;
2283
+ const StackResourceDriftInformation$ = [3, n0, _SRDI,
2048
2284
  0,
2049
2285
  [_SRDS, _LCT],
2050
2286
  [0, 4], 1
2051
2287
  ];
2052
- exports.StackResourceDriftInformationSummary$ = [3, n0, _SRDIS,
2288
+ exports.StackResourceDriftInformation$ = StackResourceDriftInformation$;
2289
+ const StackResourceDriftInformationSummary$ = [3, n0, _SRDIS,
2053
2290
  0,
2054
2291
  [_SRDS, _LCT],
2055
2292
  [0, 4], 1
2056
2293
  ];
2057
- exports.StackResourceSummary$ = [3, n0, _SRStac,
2294
+ exports.StackResourceDriftInformationSummary$ = StackResourceDriftInformationSummary$;
2295
+ const StackResourceSummary$ = [3, n0, _SRStac,
2058
2296
  0,
2059
2297
  [_LRI, _RT, _LUTa, _RSes, _PRI, _RSR, _DI, _MI],
2060
- [0, 0, 4, 0, 0, 0, () => exports.StackResourceDriftInformationSummary$, () => exports.ModuleInfo$], 4
2298
+ [0, 0, 4, 0, 0, 0, () => StackResourceDriftInformationSummary$, () => ModuleInfo$], 4
2061
2299
  ];
2062
- exports.StackSet$ = [3, n0, _SS,
2300
+ exports.StackResourceSummary$ = StackResourceSummary$;
2301
+ const StackSet$ = [3, n0, _SS,
2063
2302
  0,
2064
2303
  [_SSN, _SSI, _D, _S, _TB, _P, _Ca, _Ta, _SSARN, _ARARN, _ERN, _SSDDD, _AD, _PM, _OUI, _ME, _Re],
2065
- [0, 0, 0, 0, 0, () => _Parameters, 64 | 0, () => Tags, 0, 0, 0, () => exports.StackSetDriftDetectionDetails$, () => exports.AutoDeployment$, 0, 64 | 0, () => exports.ManagedExecution$, 64 | 0]
2304
+ [0, 0, 0, 0, 0, () => _Parameters, 64 | 0, () => Tags, 0, 0, 0, () => StackSetDriftDetectionDetails$, () => AutoDeployment$, 0, 64 | 0, () => ManagedExecution$, 64 | 0]
2066
2305
  ];
2067
- exports.StackSetAutoDeploymentTargetSummary$ = [3, n0, _SSADTS,
2306
+ exports.StackSet$ = StackSet$;
2307
+ const StackSetAutoDeploymentTargetSummary$ = [3, n0, _SSADTS,
2068
2308
  0,
2069
2309
  [_OUIr, _Re],
2070
2310
  [0, 64 | 0]
2071
2311
  ];
2072
- exports.StackSetDriftDetectionDetails$ = [3, n0, _SSDDD,
2312
+ exports.StackSetAutoDeploymentTargetSummary$ = StackSetAutoDeploymentTargetSummary$;
2313
+ const StackSetDriftDetectionDetails$ = [3, n0, _SSDDD,
2073
2314
  0,
2074
2315
  [_DSr, _DDS, _LDCT, _TSIC, _DSIC, _ISSIC, _IPSIC, _FSIC],
2075
2316
  [0, 0, 4, 1, 1, 1, 1, 1]
2076
2317
  ];
2077
- exports.StackSetOperation$ = [3, n0, _SSO,
2318
+ exports.StackSetDriftDetectionDetails$ = StackSetDriftDetectionDetails$;
2319
+ const StackSetOperation$ = [3, n0, _SSO,
2078
2320
  0,
2079
2321
  [_OI, _SSI, _Act, _S, _OP, _RS, _ARARN, _ERN, _CTr, _ETn, _DT, _SSDDD, _SR, _SDta],
2080
- [0, 0, 0, 0, () => exports.StackSetOperationPreferences$, 2, 0, 0, 4, 4, () => exports.DeploymentTargets$, () => exports.StackSetDriftDetectionDetails$, 0, () => exports.StackSetOperationStatusDetails$]
2322
+ [0, 0, 0, 0, () => StackSetOperationPreferences$, 2, 0, 0, 4, 4, () => DeploymentTargets$, () => StackSetDriftDetectionDetails$, 0, () => StackSetOperationStatusDetails$]
2081
2323
  ];
2082
- exports.StackSetOperationPreferences$ = [3, n0, _SSOP,
2324
+ exports.StackSetOperation$ = StackSetOperation$;
2325
+ const StackSetOperationPreferences$ = [3, n0, _SSOP,
2083
2326
  0,
2084
2327
  [_RCT, _RO, _FTC, _FTP, _MCC, _MCP, _CM],
2085
2328
  [0, 64 | 0, 1, 1, 1, 1, 0]
2086
2329
  ];
2087
- exports.StackSetOperationResultSummary$ = [3, n0, _SSORS,
2330
+ exports.StackSetOperationPreferences$ = StackSetOperationPreferences$;
2331
+ const StackSetOperationResultSummary$ = [3, n0, _SSORS,
2088
2332
  0,
2089
2333
  [_Acc, _Reg, _S, _SR, _AGR, _OUIr],
2090
- [0, 0, 0, 0, () => exports.AccountGateResult$, 0]
2334
+ [0, 0, 0, 0, () => AccountGateResult$, 0]
2091
2335
  ];
2092
- exports.StackSetOperationStatusDetails$ = [3, n0, _SSOSD,
2336
+ exports.StackSetOperationResultSummary$ = StackSetOperationResultSummary$;
2337
+ const StackSetOperationStatusDetails$ = [3, n0, _SSOSD,
2093
2338
  0,
2094
2339
  [_FSIC],
2095
2340
  [1]
2096
2341
  ];
2097
- exports.StackSetOperationSummary$ = [3, n0, _SSOS,
2342
+ exports.StackSetOperationStatusDetails$ = StackSetOperationStatusDetails$;
2343
+ const StackSetOperationSummary$ = [3, n0, _SSOS,
2098
2344
  0,
2099
2345
  [_OI, _Act, _S, _CTr, _ETn, _SR, _SDta, _OP],
2100
- [0, 0, 0, 4, 4, 0, () => exports.StackSetOperationStatusDetails$, () => exports.StackSetOperationPreferences$]
2346
+ [0, 0, 0, 4, 4, 0, () => StackSetOperationStatusDetails$, () => StackSetOperationPreferences$]
2101
2347
  ];
2102
- exports.StackSetSummary$ = [3, n0, _SSS,
2348
+ exports.StackSetOperationSummary$ = StackSetOperationSummary$;
2349
+ const StackSetSummary$ = [3, n0, _SSS,
2103
2350
  0,
2104
2351
  [_SSN, _SSI, _D, _S, _AD, _PM, _DSr, _LDCT, _ME],
2105
- [0, 0, 0, 0, () => exports.AutoDeployment$, 0, 0, 4, () => exports.ManagedExecution$]
2352
+ [0, 0, 0, 0, () => AutoDeployment$, 0, 0, 4, () => ManagedExecution$]
2106
2353
  ];
2107
- exports.StackSummary$ = [3, n0, _SStac,
2354
+ exports.StackSetSummary$ = StackSetSummary$;
2355
+ const StackSummary$ = [3, n0, _SStac,
2108
2356
  0,
2109
2357
  [_SN, _CT, _SSta, _SI, _TDe, _LUT, _DTel, _SSR, _PIa, _RIo, _DI, _LO],
2110
- [0, 4, 0, 0, 0, 4, 4, 0, 0, 0, () => exports.StackDriftInformationSummary$, () => LastOperations], 3
2358
+ [0, 4, 0, 0, 0, 4, 4, 0, 0, 0, () => StackDriftInformationSummary$, () => LastOperations], 3
2111
2359
  ];
2112
- exports.StartResourceScanInput$ = [3, n0, _SRSI,
2360
+ exports.StackSummary$ = StackSummary$;
2361
+ const StartResourceScanInput$ = [3, n0, _SRSI,
2113
2362
  0,
2114
2363
  [_CRT, _SF],
2115
2364
  [0, () => ScanFilters]
2116
2365
  ];
2117
- exports.StartResourceScanOutput$ = [3, n0, _SRSO,
2366
+ exports.StartResourceScanInput$ = StartResourceScanInput$;
2367
+ const StartResourceScanOutput$ = [3, n0, _SRSO,
2118
2368
  0,
2119
2369
  [_RSI],
2120
2370
  [0]
2121
2371
  ];
2122
- exports.StopStackSetOperationInput$ = [3, n0, _SSSOI,
2372
+ exports.StartResourceScanOutput$ = StartResourceScanOutput$;
2373
+ const StopStackSetOperationInput$ = [3, n0, _SSSOI,
2123
2374
  0,
2124
2375
  [_SSN, _OI, _CA],
2125
2376
  [0, 0, 0], 2
2126
2377
  ];
2127
- exports.StopStackSetOperationOutput$ = [3, n0, _SSSOO,
2378
+ exports.StopStackSetOperationInput$ = StopStackSetOperationInput$;
2379
+ const StopStackSetOperationOutput$ = [3, n0, _SSSOO,
2128
2380
  0,
2129
2381
  [],
2130
2382
  []
2131
2383
  ];
2132
- exports.Tag$ = [3, n0, _Tag,
2384
+ exports.StopStackSetOperationOutput$ = StopStackSetOperationOutput$;
2385
+ const Tag$ = [3, n0, _Tag,
2133
2386
  0,
2134
2387
  [_K, _V],
2135
2388
  [0, 0], 2
2136
2389
  ];
2137
- exports.TemplateConfiguration$ = [3, n0, _TCe,
2390
+ exports.Tag$ = Tag$;
2391
+ const TemplateConfiguration$ = [3, n0, _TCe,
2138
2392
  0,
2139
2393
  [_DP, _URP],
2140
2394
  [0, 0]
2141
2395
  ];
2142
- exports.TemplateParameter$ = [3, n0, _TP,
2396
+ exports.TemplateConfiguration$ = TemplateConfiguration$;
2397
+ const TemplateParameter$ = [3, n0, _TP,
2143
2398
  0,
2144
2399
  [_PK, _DV, _NE, _D],
2145
2400
  [0, 0, 2, 0]
2146
2401
  ];
2147
- exports.TemplateProgress$ = [3, n0, _TPe,
2402
+ exports.TemplateParameter$ = TemplateParameter$;
2403
+ const TemplateProgress$ = [3, n0, _TPe,
2148
2404
  0,
2149
2405
  [_RSeso, _RF, _RPe, _RPes],
2150
2406
  [1, 1, 1, 1]
2151
2407
  ];
2152
- exports.TemplateSummary$ = [3, n0, _TSe,
2408
+ exports.TemplateProgress$ = TemplateProgress$;
2409
+ const TemplateSummary$ = [3, n0, _TSe,
2153
2410
  0,
2154
2411
  [_GTI, _GTN, _S, _SR, _CT, _LUT, _NOR],
2155
2412
  [0, 0, 0, 0, 4, 4, 1]
2156
2413
  ];
2157
- exports.TemplateSummaryConfig$ = [3, n0, _TSC,
2414
+ exports.TemplateSummary$ = TemplateSummary$;
2415
+ const TemplateSummaryConfig$ = [3, n0, _TSC,
2158
2416
  0,
2159
2417
  [_TURTAW],
2160
2418
  [2]
2161
2419
  ];
2162
- exports.TestTypeInput$ = [3, n0, _TTI,
2420
+ exports.TemplateSummaryConfig$ = TemplateSummaryConfig$;
2421
+ const TestTypeInput$ = [3, n0, _TTI,
2163
2422
  0,
2164
2423
  [_A, _T, _TN, _VI, _LDB],
2165
2424
  [0, 0, 0, 0, 0]
2166
2425
  ];
2167
- exports.TestTypeOutput$ = [3, n0, _TTO,
2426
+ exports.TestTypeInput$ = TestTypeInput$;
2427
+ const TestTypeOutput$ = [3, n0, _TTO,
2168
2428
  0,
2169
2429
  [_TVA],
2170
2430
  [0]
2171
2431
  ];
2172
- exports.TypeConfigurationDetails$ = [3, n0, _TCD,
2432
+ exports.TestTypeOutput$ = TestTypeOutput$;
2433
+ const TypeConfigurationDetails$ = [3, n0, _TCD,
2173
2434
  0,
2174
2435
  [_A, _Al, _Co, _LU, _TA, _TN, _IDC],
2175
2436
  [0, 0, 0, 4, 0, 0, 2]
2176
2437
  ];
2177
- exports.TypeConfigurationIdentifier$ = [3, n0, _TCI,
2438
+ exports.TypeConfigurationDetails$ = TypeConfigurationDetails$;
2439
+ const TypeConfigurationIdentifier$ = [3, n0, _TCI,
2178
2440
  0,
2179
2441
  [_TA, _TCA, _TCAy, _T, _TN],
2180
2442
  [0, 0, 0, 0, 0]
2181
2443
  ];
2182
- exports.TypeFilters$ = [3, n0, _TF,
2444
+ exports.TypeConfigurationIdentifier$ = TypeConfigurationIdentifier$;
2445
+ const TypeFilters$ = [3, n0, _TF,
2183
2446
  0,
2184
2447
  [_Cat, _PI, _TNP],
2185
2448
  [0, 0, 0]
2186
2449
  ];
2187
- exports.TypeSummary$ = [3, n0, _TSyp,
2450
+ exports.TypeFilters$ = TypeFilters$;
2451
+ const TypeSummary$ = [3, n0, _TSyp,
2188
2452
  0,
2189
2453
  [_T, _TN, _DVI, _TA, _LU, _D, _PI, _OTN, _PVN, _LPV, _PIu, _PN, _IA],
2190
2454
  [0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 2]
2191
2455
  ];
2192
- exports.TypeVersionSummary$ = [3, n0, _TVSy,
2456
+ exports.TypeSummary$ = TypeSummary$;
2457
+ const TypeVersionSummary$ = [3, n0, _TVSy,
2193
2458
  0,
2194
2459
  [_T, _TN, _VI, _IDV, _A, _TCi, _D, _PVN],
2195
2460
  [0, 0, 0, 2, 0, 4, 0, 0]
2196
2461
  ];
2197
- exports.UpdateGeneratedTemplateInput$ = [3, n0, _UGTI,
2462
+ exports.TypeVersionSummary$ = TypeVersionSummary$;
2463
+ const UpdateGeneratedTemplateInput$ = [3, n0, _UGTI,
2198
2464
  0,
2199
2465
  [_GTN, _NGTN, _AR, _RRem, _RAR, _TCe],
2200
- [0, 0, () => ResourceDefinitions, 64 | 0, 2, () => exports.TemplateConfiguration$], 1
2466
+ [0, 0, () => ResourceDefinitions, 64 | 0, 2, () => TemplateConfiguration$], 1
2201
2467
  ];
2202
- exports.UpdateGeneratedTemplateOutput$ = [3, n0, _UGTO,
2468
+ exports.UpdateGeneratedTemplateInput$ = UpdateGeneratedTemplateInput$;
2469
+ const UpdateGeneratedTemplateOutput$ = [3, n0, _UGTO,
2203
2470
  0,
2204
2471
  [_GTI],
2205
2472
  [0]
2206
2473
  ];
2207
- exports.UpdateStackInput$ = [3, n0, _USI,
2474
+ exports.UpdateGeneratedTemplateOutput$ = UpdateGeneratedTemplateOutput$;
2475
+ const UpdateStackInput$ = [3, n0, _USI,
2208
2476
  0,
2209
2477
  [_SN, _TB, _TURL, _UPT, _SPDUB, _SPDUURL, _P, _Ca, _RTe, _RARN, _RCo, _SPB, _SPURL, _NARN, _Ta, _DR, _CRT, _REOC],
2210
- [0, 0, 0, 2, 0, 0, () => _Parameters, 64 | 0, 64 | 0, 0, () => exports.RollbackConfiguration$, 0, 0, 64 | 0, () => Tags, 2, 0, 2], 1
2478
+ [0, 0, 0, 2, 0, 0, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 0, 0, 64 | 0, () => Tags, 2, 0, 2], 1
2211
2479
  ];
2212
- exports.UpdateStackInstancesInput$ = [3, n0, _USII,
2480
+ exports.UpdateStackInput$ = UpdateStackInput$;
2481
+ const UpdateStackInstancesInput$ = [3, n0, _USII,
2213
2482
  0,
2214
2483
  [_SSN, _Re, _Ac, _DT, _PO, _OP, _OI, _CA],
2215
- [0, 64 | 0, 64 | 0, () => exports.DeploymentTargets$, () => _Parameters, () => exports.StackSetOperationPreferences$, [0, 4], 0], 2
2484
+ [0, 64 | 0, 64 | 0, () => DeploymentTargets$, () => _Parameters, () => StackSetOperationPreferences$, [0, 4], 0], 2
2216
2485
  ];
2217
- exports.UpdateStackInstancesOutput$ = [3, n0, _USIO,
2486
+ exports.UpdateStackInstancesInput$ = UpdateStackInstancesInput$;
2487
+ const UpdateStackInstancesOutput$ = [3, n0, _USIO,
2218
2488
  0,
2219
2489
  [_OI],
2220
2490
  [0]
2221
2491
  ];
2222
- exports.UpdateStackOutput$ = [3, n0, _USO,
2492
+ exports.UpdateStackInstancesOutput$ = UpdateStackInstancesOutput$;
2493
+ const UpdateStackOutput$ = [3, n0, _USO,
2223
2494
  0,
2224
2495
  [_SI, _OI],
2225
2496
  [0, 0]
2226
2497
  ];
2227
- exports.UpdateStackSetInput$ = [3, n0, _USSI,
2498
+ exports.UpdateStackOutput$ = UpdateStackOutput$;
2499
+ const UpdateStackSetInput$ = [3, n0, _USSI,
2228
2500
  0,
2229
2501
  [_SSN, _D, _TB, _TURL, _UPT, _P, _Ca, _Ta, _OP, _ARARN, _ERN, _DT, _PM, _AD, _OI, _Ac, _Re, _CA, _ME],
2230
- [0, 0, 0, 0, 2, () => _Parameters, 64 | 0, () => Tags, () => exports.StackSetOperationPreferences$, 0, 0, () => exports.DeploymentTargets$, 0, () => exports.AutoDeployment$, [0, 4], 64 | 0, 64 | 0, 0, () => exports.ManagedExecution$], 1
2502
+ [0, 0, 0, 0, 2, () => _Parameters, 64 | 0, () => Tags, () => StackSetOperationPreferences$, 0, 0, () => DeploymentTargets$, 0, () => AutoDeployment$, [0, 4], 64 | 0, 64 | 0, 0, () => ManagedExecution$], 1
2231
2503
  ];
2232
- exports.UpdateStackSetOutput$ = [3, n0, _USSO,
2504
+ exports.UpdateStackSetInput$ = UpdateStackSetInput$;
2505
+ const UpdateStackSetOutput$ = [3, n0, _USSO,
2233
2506
  0,
2234
2507
  [_OI],
2235
2508
  [0]
2236
2509
  ];
2237
- exports.UpdateTerminationProtectionInput$ = [3, n0, _UTPI,
2510
+ exports.UpdateStackSetOutput$ = UpdateStackSetOutput$;
2511
+ const UpdateTerminationProtectionInput$ = [3, n0, _UTPI,
2238
2512
  0,
2239
2513
  [_ETP, _SN],
2240
2514
  [2, 0], 2
2241
2515
  ];
2242
- exports.UpdateTerminationProtectionOutput$ = [3, n0, _UTPO,
2516
+ exports.UpdateTerminationProtectionInput$ = UpdateTerminationProtectionInput$;
2517
+ const UpdateTerminationProtectionOutput$ = [3, n0, _UTPO,
2243
2518
  0,
2244
2519
  [_SI],
2245
2520
  [0]
2246
2521
  ];
2247
- exports.ValidateTemplateInput$ = [3, n0, _VTI,
2522
+ exports.UpdateTerminationProtectionOutput$ = UpdateTerminationProtectionOutput$;
2523
+ const ValidateTemplateInput$ = [3, n0, _VTI,
2248
2524
  0,
2249
2525
  [_TB, _TURL],
2250
2526
  [0, 0]
2251
2527
  ];
2252
- exports.ValidateTemplateOutput$ = [3, n0, _VTO,
2528
+ exports.ValidateTemplateInput$ = ValidateTemplateInput$;
2529
+ const ValidateTemplateOutput$ = [3, n0, _VTO,
2253
2530
  0,
2254
2531
  [_P, _D, _Ca, _CR, _DTe],
2255
2532
  [() => TemplateParameters, 0, 64 | 0, 0, 64 | 0]
2256
2533
  ];
2257
- exports.WarningDetail$ = [3, n0, _WD,
2534
+ exports.ValidateTemplateOutput$ = ValidateTemplateOutput$;
2535
+ const WarningDetail$ = [3, n0, _WD,
2258
2536
  0,
2259
2537
  [_T, _Pro],
2260
2538
  [0, () => WarningProperties]
2261
2539
  ];
2262
- exports.WarningProperty$ = [3, n0, _WP,
2540
+ exports.WarningDetail$ = WarningDetail$;
2541
+ const WarningProperty$ = [3, n0, _WP,
2263
2542
  0,
2264
2543
  [_PPr, _Req, _D],
2265
2544
  [0, 2, 0]
2266
2545
  ];
2267
- exports.Warnings$ = [3, n0, _W,
2546
+ exports.WarningProperty$ = WarningProperty$;
2547
+ const Warnings$ = [3, n0, _W,
2268
2548
  0,
2269
2549
  [_URT],
2270
2550
  [64 | 0]
2271
2551
  ];
2552
+ exports.Warnings$ = Warnings$;
2272
2553
  var __Unit = "unit";
2273
2554
  var AccountLimitList = [1, n0, _ALL,
2274
- 0, () => exports.AccountLimit$
2555
+ 0, () => AccountLimit$
2275
2556
  ];
2276
2557
  var AccountList = 64 | 0;
2277
2558
  var AllowedValues = 64 | 0;
2278
2559
  var AnnotationList = [1, n0, _ALn,
2279
- 0, () => exports.Annotation$
2560
+ 0, () => Annotation$
2280
2561
  ];
2281
2562
  var BatchDescribeTypeConfigurationsErrors = [1, n0, _BDTCEa,
2282
- 0, () => exports.BatchDescribeTypeConfigurationsError$
2563
+ 0, () => BatchDescribeTypeConfigurationsError$
2283
2564
  ];
2284
2565
  var Capabilities = 64 | 0;
2285
2566
  var Changes = [1, n0, _Ch,
2286
- 0, () => exports.Change$
2567
+ 0, () => Change$
2287
2568
  ];
2288
2569
  var ChangeSetHooks = [1, n0, _CSHh,
2289
- 0, () => exports.ChangeSetHook$
2570
+ 0, () => ChangeSetHook$
2290
2571
  ];
2291
2572
  var ChangeSetSummaries = [1, n0, _CSSh,
2292
- 0, () => exports.ChangeSetSummary$
2573
+ 0, () => ChangeSetSummary$
2293
2574
  ];
2294
2575
  var Exports = [1, n0, _Exp,
2295
- 0, () => exports.Export$
2576
+ 0, () => Export$
2296
2577
  ];
2297
2578
  var HookResultSummaries = [1, n0, _HRSo,
2298
- 0, () => exports.HookResultSummary$
2579
+ 0, () => HookResultSummary$
2299
2580
  ];
2300
2581
  var Imports = 64 | 0;
2301
2582
  var JazzLogicalResourceIds = 64 | 0;
2302
2583
  var LastOperations = [1, n0, _LO,
2303
- 0, () => exports.OperationEntry$
2584
+ 0, () => OperationEntry$
2304
2585
  ];
2305
2586
  var LogicalResourceIds = 64 | 0;
2306
2587
  var NotificationARNs = 64 | 0;
2307
2588
  var OperationEvents = [1, n0, _OE,
2308
- 0, () => exports.OperationEvent$
2589
+ 0, () => OperationEvent$
2309
2590
  ];
2310
2591
  var OperationResultFilters = [1, n0, _ORFp,
2311
- 0, () => exports.OperationResultFilter$
2592
+ 0, () => OperationResultFilter$
2312
2593
  ];
2313
2594
  var OrganizationalUnitIdList = 64 | 0;
2314
2595
  var Outputs = [1, n0, _Ou,
2315
- 0, () => exports.Output$
2596
+ 0, () => Output$
2316
2597
  ];
2317
2598
  var ParameterDeclarations = [1, n0, _PDa,
2318
- 0, () => exports.ParameterDeclaration$
2599
+ 0, () => ParameterDeclaration$
2319
2600
  ];
2320
2601
  var _Parameters = [1, n0, _P,
2321
- 0, () => exports.Parameter$
2602
+ 0, () => Parameter$
2322
2603
  ];
2323
2604
  var PhysicalResourceIdContext = [1, n0, _PRIC,
2324
- 0, () => exports.PhysicalResourceIdContextKeyValuePair$
2605
+ 0, () => PhysicalResourceIdContextKeyValuePair$
2325
2606
  ];
2326
2607
  var PropertyDifferences = [1, n0, _PDro,
2327
- 0, () => exports.PropertyDifference$
2608
+ 0, () => PropertyDifference$
2328
2609
  ];
2329
2610
  var RegionList = 64 | 0;
2330
2611
  var RegistrationTokenList = 64 | 0;
2331
2612
  var RelatedResources = [1, n0, _RRel,
2332
- 0, () => exports.ScannedResource$
2613
+ 0, () => ScannedResource$
2333
2614
  ];
2334
2615
  var RequiredActivatedTypes = [1, n0, _RAT,
2335
- 0, () => exports.RequiredActivatedType$
2616
+ 0, () => RequiredActivatedType$
2336
2617
  ];
2337
2618
  var ResourceChangeDetails = [1, n0, _RCDe,
2338
- 0, () => exports.ResourceChangeDetail$
2619
+ 0, () => ResourceChangeDetail$
2339
2620
  ];
2340
2621
  var ResourceDefinitions = [1, n0, _RDes,
2341
- 0, () => exports.ResourceDefinition$
2622
+ 0, () => ResourceDefinition$
2342
2623
  ];
2343
2624
  var ResourceDetails = [1, n0, _RDeso,
2344
- 0, () => exports.ResourceDetail$
2625
+ 0, () => ResourceDetail$
2345
2626
  ];
2346
2627
  var ResourceDriftIgnoredAttributes = [1, n0, _RDIA,
2347
- 0, () => exports.ResourceDriftIgnoredAttribute$
2628
+ 0, () => ResourceDriftIgnoredAttribute$
2348
2629
  ];
2349
2630
  var ResourceIdentifiers = 64 | 0;
2350
2631
  var ResourceIdentifierSummaries = [1, n0, _RIS,
2351
- 0, () => exports.ResourceIdentifierSummary$
2632
+ 0, () => ResourceIdentifierSummary$
2352
2633
  ];
2353
2634
  var ResourceMappings = [1, n0, _RMe,
2354
- 0, () => exports.ResourceMapping$
2635
+ 0, () => ResourceMapping$
2355
2636
  ];
2356
2637
  var ResourceScanSummaries = [1, n0, _RSS,
2357
- 0, () => exports.ResourceScanSummary$
2638
+ 0, () => ResourceScanSummary$
2358
2639
  ];
2359
2640
  var ResourcesToImport = [1, n0, _RTI,
2360
- 0, () => exports.ResourceToImport$
2641
+ 0, () => ResourceToImport$
2361
2642
  ];
2362
2643
  var ResourcesToSkip = 64 | 0;
2363
2644
  var ResourceTypeFilters = 64 | 0;
2364
2645
  var ResourceTypes = 64 | 0;
2365
2646
  var RetainResources = 64 | 0;
2366
2647
  var RollbackTriggers = [1, n0, _RTo,
2367
- 0, () => exports.RollbackTrigger$
2648
+ 0, () => RollbackTrigger$
2368
2649
  ];
2369
2650
  var ScanFilters = [1, n0, _SF,
2370
- 0, () => exports.ScanFilter$
2651
+ 0, () => ScanFilter$
2371
2652
  ];
2372
2653
  var ScannedResourceIdentifiers = [1, n0, _SRIca,
2373
- 0, () => exports.ScannedResourceIdentifier$
2654
+ 0, () => ScannedResourceIdentifier$
2374
2655
  ];
2375
2656
  var ScannedResources = [1, n0, _SRca,
2376
- 0, () => exports.ScannedResource$
2657
+ 0, () => ScannedResource$
2377
2658
  ];
2378
2659
  var Scope = 64 | 0;
2379
2660
  var StackDefinitions = [1, n0, _SD,
2380
- 0, () => exports.StackDefinition$
2661
+ 0, () => StackDefinition$
2381
2662
  ];
2382
2663
  var StackEvents = [1, n0, _SE,
2383
- 0, () => exports.StackEvent$
2664
+ 0, () => StackEvent$
2384
2665
  ];
2385
2666
  var StackIdList = 64 | 0;
2386
2667
  var StackIds = 64 | 0;
2387
2668
  var StackInstanceFilters = [1, n0, _SIFt,
2388
- 0, () => exports.StackInstanceFilter$
2669
+ 0, () => StackInstanceFilter$
2389
2670
  ];
2390
2671
  var StackInstanceResourceDriftsSummaries = [1, n0, _SIRDSta,
2391
- 0, () => exports.StackInstanceResourceDriftsSummary$
2672
+ 0, () => StackInstanceResourceDriftsSummary$
2392
2673
  ];
2393
2674
  var StackInstanceSummaries = [1, n0, _SISta,
2394
- 0, () => exports.StackInstanceSummary$
2675
+ 0, () => StackInstanceSummary$
2395
2676
  ];
2396
2677
  var StackRefactorActions = [1, n0, _SRA,
2397
- 0, () => exports.StackRefactorAction$
2678
+ 0, () => StackRefactorAction$
2398
2679
  ];
2399
2680
  var StackRefactorExecutionStatusFilter = 64 | 0;
2400
2681
  var StackRefactorSummaries = [1, n0, _SRS,
2401
- 0, () => exports.StackRefactorSummary$
2682
+ 0, () => StackRefactorSummary$
2402
2683
  ];
2403
2684
  var StackRefactorTagResources = [1, n0, _SRTR,
2404
- 0, () => exports.Tag$
2685
+ 0, () => Tag$
2405
2686
  ];
2406
2687
  var StackRefactorUntagResources = 64 | 0;
2407
2688
  var StackResourceDrifts = [1, n0, _SRD,
2408
- 0, () => exports.StackResourceDrift$
2689
+ 0, () => StackResourceDrift$
2409
2690
  ];
2410
2691
  var StackResourceDriftStatusFilters = 64 | 0;
2411
2692
  var StackResources = [1, n0, _SRt,
2412
- 0, () => exports.StackResource$
2693
+ 0, () => StackResource$
2413
2694
  ];
2414
2695
  var StackResourceSummaries = [1, n0, _SRSt,
2415
- 0, () => exports.StackResourceSummary$
2696
+ 0, () => StackResourceSummary$
2416
2697
  ];
2417
2698
  var Stacks = [1, n0, _St,
2418
- 0, () => exports.Stack$
2699
+ 0, () => Stack$
2419
2700
  ];
2420
2701
  var StackSetARNList = 64 | 0;
2421
2702
  var StackSetAutoDeploymentTargetSummaries = [1, n0, _SSADTSt,
2422
- 0, () => exports.StackSetAutoDeploymentTargetSummary$
2703
+ 0, () => StackSetAutoDeploymentTargetSummary$
2423
2704
  ];
2424
2705
  var StackSetOperationResultSummaries = [1, n0, _SSORSt,
2425
- 0, () => exports.StackSetOperationResultSummary$
2706
+ 0, () => StackSetOperationResultSummary$
2426
2707
  ];
2427
2708
  var StackSetOperationSummaries = [1, n0, _SSOSt,
2428
- 0, () => exports.StackSetOperationSummary$
2709
+ 0, () => StackSetOperationSummary$
2429
2710
  ];
2430
2711
  var StackSetSummaries = [1, n0, _SSSt,
2431
- 0, () => exports.StackSetSummary$
2712
+ 0, () => StackSetSummary$
2432
2713
  ];
2433
2714
  var StackStatusFilter = 64 | 0;
2434
2715
  var StackSummaries = [1, n0, _SSt,
2435
- 0, () => exports.StackSummary$
2716
+ 0, () => StackSummary$
2436
2717
  ];
2437
2718
  var StageList = 64 | 0;
2438
2719
  var SupportedMajorVersions = 64 | 1;
2439
2720
  var Tags = [1, n0, _Ta,
2440
- 0, () => exports.Tag$
2721
+ 0, () => Tag$
2441
2722
  ];
2442
2723
  var TemplateParameters = [1, n0, _TPem,
2443
- 0, () => exports.TemplateParameter$
2724
+ 0, () => TemplateParameter$
2444
2725
  ];
2445
2726
  var TemplateSummaries = [1, n0, _TSem,
2446
- 0, () => exports.TemplateSummary$
2727
+ 0, () => TemplateSummary$
2447
2728
  ];
2448
2729
  var TransformsList = 64 | 0;
2449
2730
  var TypeConfigurationDetailsList = [1, n0, _TCDL,
2450
- 0, () => exports.TypeConfigurationDetails$
2731
+ 0, () => TypeConfigurationDetails$
2451
2732
  ];
2452
2733
  var TypeConfigurationIdentifiers = [1, n0, _TCIy,
2453
- 0, () => exports.TypeConfigurationIdentifier$
2734
+ 0, () => TypeConfigurationIdentifier$
2454
2735
  ];
2455
2736
  var TypeSummaries = [1, n0, _TSy,
2456
- 0, () => exports.TypeSummary$
2737
+ 0, () => TypeSummary$
2457
2738
  ];
2458
2739
  var TypeVersionSummaries = [1, n0, _TVS,
2459
- 0, () => exports.TypeVersionSummary$
2740
+ 0, () => TypeVersionSummary$
2460
2741
  ];
2461
2742
  var UnprocessedTypeConfigurations = [1, n0, _UTC,
2462
- 0, () => exports.TypeConfigurationIdentifier$
2743
+ 0, () => TypeConfigurationIdentifier$
2463
2744
  ];
2464
2745
  var WarningDetails = [1, n0, _WDa,
2465
- 0, () => exports.WarningDetail$
2746
+ 0, () => WarningDetail$
2466
2747
  ];
2467
2748
  var WarningProperties = [1, n0, _WPa,
2468
- 0, () => exports.WarningProperty$
2749
+ 0, () => WarningProperty$
2469
2750
  ];
2470
2751
  var JazzResourceIdentifierProperties = 128 | 0;
2471
2752
  var ResourceIdentifierProperties = 128 | 0;
2472
2753
  exports.ActivateOrganizationsAccess$ = [9, n0, _AOA,
2473
- 0, () => exports.ActivateOrganizationsAccessInput$, () => exports.ActivateOrganizationsAccessOutput$
2754
+ 0, () => ActivateOrganizationsAccessInput$, () => ActivateOrganizationsAccessOutput$
2474
2755
  ];
2475
2756
  exports.ActivateType$ = [9, n0, _AT,
2476
- 2, () => exports.ActivateTypeInput$, () => exports.ActivateTypeOutput$
2757
+ 2, () => ActivateTypeInput$, () => ActivateTypeOutput$
2477
2758
  ];
2478
2759
  exports.BatchDescribeTypeConfigurations$ = [9, n0, _BDTC,
2479
- 0, () => exports.BatchDescribeTypeConfigurationsInput$, () => exports.BatchDescribeTypeConfigurationsOutput$
2760
+ 0, () => BatchDescribeTypeConfigurationsInput$, () => BatchDescribeTypeConfigurationsOutput$
2480
2761
  ];
2481
2762
  exports.CancelUpdateStack$ = [9, n0, _CUS,
2482
- 0, () => exports.CancelUpdateStackInput$, () => __Unit
2763
+ 0, () => CancelUpdateStackInput$, () => __Unit
2483
2764
  ];
2484
2765
  exports.ContinueUpdateRollback$ = [9, n0, _CUR,
2485
- 0, () => exports.ContinueUpdateRollbackInput$, () => exports.ContinueUpdateRollbackOutput$
2766
+ 0, () => ContinueUpdateRollbackInput$, () => ContinueUpdateRollbackOutput$
2486
2767
  ];
2487
2768
  exports.CreateChangeSet$ = [9, n0, _CCS,
2488
- 0, () => exports.CreateChangeSetInput$, () => exports.CreateChangeSetOutput$
2769
+ 0, () => CreateChangeSetInput$, () => CreateChangeSetOutput$
2489
2770
  ];
2490
2771
  exports.CreateGeneratedTemplate$ = [9, n0, _CGT,
2491
- 0, () => exports.CreateGeneratedTemplateInput$, () => exports.CreateGeneratedTemplateOutput$
2772
+ 0, () => CreateGeneratedTemplateInput$, () => CreateGeneratedTemplateOutput$
2492
2773
  ];
2493
2774
  exports.CreateStack$ = [9, n0, _CSr,
2494
- 0, () => exports.CreateStackInput$, () => exports.CreateStackOutput$
2775
+ 0, () => CreateStackInput$, () => CreateStackOutput$
2495
2776
  ];
2496
2777
  exports.CreateStackInstances$ = [9, n0, _CSIre,
2497
- 0, () => exports.CreateStackInstancesInput$, () => exports.CreateStackInstancesOutput$
2778
+ 0, () => CreateStackInstancesInput$, () => CreateStackInstancesOutput$
2498
2779
  ];
2499
2780
  exports.CreateStackRefactor$ = [9, n0, _CSR,
2500
- 0, () => exports.CreateStackRefactorInput$, () => exports.CreateStackRefactorOutput$
2781
+ 0, () => CreateStackRefactorInput$, () => CreateStackRefactorOutput$
2501
2782
  ];
2502
2783
  exports.CreateStackSet$ = [9, n0, _CSSr,
2503
- 0, () => exports.CreateStackSetInput$, () => exports.CreateStackSetOutput$
2784
+ 0, () => CreateStackSetInput$, () => CreateStackSetOutput$
2504
2785
  ];
2505
2786
  exports.DeactivateOrganizationsAccess$ = [9, n0, _DOA,
2506
- 0, () => exports.DeactivateOrganizationsAccessInput$, () => exports.DeactivateOrganizationsAccessOutput$
2787
+ 0, () => DeactivateOrganizationsAccessInput$, () => DeactivateOrganizationsAccessOutput$
2507
2788
  ];
2508
2789
  exports.DeactivateType$ = [9, n0, _DTea,
2509
- 2, () => exports.DeactivateTypeInput$, () => exports.DeactivateTypeOutput$
2790
+ 2, () => DeactivateTypeInput$, () => DeactivateTypeOutput$
2510
2791
  ];
2511
2792
  exports.DeleteChangeSet$ = [9, n0, _DCS,
2512
- 0, () => exports.DeleteChangeSetInput$, () => exports.DeleteChangeSetOutput$
2793
+ 0, () => DeleteChangeSetInput$, () => DeleteChangeSetOutput$
2513
2794
  ];
2514
2795
  exports.DeleteGeneratedTemplate$ = [9, n0, _DGT,
2515
- 0, () => exports.DeleteGeneratedTemplateInput$, () => __Unit
2796
+ 0, () => DeleteGeneratedTemplateInput$, () => __Unit
2516
2797
  ];
2517
2798
  exports.DeleteStack$ = [9, n0, _DSel,
2518
- 0, () => exports.DeleteStackInput$, () => __Unit
2799
+ 0, () => DeleteStackInput$, () => __Unit
2519
2800
  ];
2520
2801
  exports.DeleteStackInstances$ = [9, n0, _DSIel,
2521
- 0, () => exports.DeleteStackInstancesInput$, () => exports.DeleteStackInstancesOutput$
2802
+ 0, () => DeleteStackInstancesInput$, () => DeleteStackInstancesOutput$
2522
2803
  ];
2523
2804
  exports.DeleteStackSet$ = [9, n0, _DSS,
2524
- 0, () => exports.DeleteStackSetInput$, () => exports.DeleteStackSetOutput$
2805
+ 0, () => DeleteStackSetInput$, () => DeleteStackSetOutput$
2525
2806
  ];
2526
2807
  exports.DeregisterType$ = [9, n0, _DTer,
2527
- 2, () => exports.DeregisterTypeInput$, () => exports.DeregisterTypeOutput$
2808
+ 2, () => DeregisterTypeInput$, () => DeregisterTypeOutput$
2528
2809
  ];
2529
2810
  exports.DescribeAccountLimits$ = [9, n0, _DAL,
2530
- 0, () => exports.DescribeAccountLimitsInput$, () => exports.DescribeAccountLimitsOutput$
2811
+ 0, () => DescribeAccountLimitsInput$, () => DescribeAccountLimitsOutput$
2531
2812
  ];
2532
2813
  exports.DescribeChangeSet$ = [9, n0, _DCSe,
2533
- 0, () => exports.DescribeChangeSetInput$, () => exports.DescribeChangeSetOutput$
2814
+ 0, () => DescribeChangeSetInput$, () => DescribeChangeSetOutput$
2534
2815
  ];
2535
2816
  exports.DescribeChangeSetHooks$ = [9, n0, _DCSH,
2536
- 0, () => exports.DescribeChangeSetHooksInput$, () => exports.DescribeChangeSetHooksOutput$
2817
+ 0, () => DescribeChangeSetHooksInput$, () => DescribeChangeSetHooksOutput$
2537
2818
  ];
2538
2819
  exports.DescribeEvents$ = [9, n0, _DE,
2539
- 0, () => exports.DescribeEventsInput$, () => exports.DescribeEventsOutput$
2820
+ 0, () => DescribeEventsInput$, () => DescribeEventsOutput$
2540
2821
  ];
2541
2822
  exports.DescribeGeneratedTemplate$ = [9, n0, _DGTe,
2542
- 0, () => exports.DescribeGeneratedTemplateInput$, () => exports.DescribeGeneratedTemplateOutput$
2823
+ 0, () => DescribeGeneratedTemplateInput$, () => DescribeGeneratedTemplateOutput$
2543
2824
  ];
2544
2825
  exports.DescribeOrganizationsAccess$ = [9, n0, _DOAe,
2545
- 0, () => exports.DescribeOrganizationsAccessInput$, () => exports.DescribeOrganizationsAccessOutput$
2826
+ 0, () => DescribeOrganizationsAccessInput$, () => DescribeOrganizationsAccessOutput$
2546
2827
  ];
2547
2828
  exports.DescribePublisher$ = [9, n0, _DPe,
2548
- 2, () => exports.DescribePublisherInput$, () => exports.DescribePublisherOutput$
2829
+ 2, () => DescribePublisherInput$, () => DescribePublisherOutput$
2549
2830
  ];
2550
2831
  exports.DescribeResourceScan$ = [9, n0, _DRS,
2551
- 0, () => exports.DescribeResourceScanInput$, () => exports.DescribeResourceScanOutput$
2832
+ 0, () => DescribeResourceScanInput$, () => DescribeResourceScanOutput$
2552
2833
  ];
2553
2834
  exports.DescribeStackDriftDetectionStatus$ = [9, n0, _DSDDS,
2554
- 0, () => exports.DescribeStackDriftDetectionStatusInput$, () => exports.DescribeStackDriftDetectionStatusOutput$
2835
+ 0, () => DescribeStackDriftDetectionStatusInput$, () => DescribeStackDriftDetectionStatusOutput$
2555
2836
  ];
2556
2837
  exports.DescribeStackEvents$ = [9, n0, _DSE,
2557
- 0, () => exports.DescribeStackEventsInput$, () => exports.DescribeStackEventsOutput$
2838
+ 0, () => DescribeStackEventsInput$, () => DescribeStackEventsOutput$
2558
2839
  ];
2559
2840
  exports.DescribeStackInstance$ = [9, n0, _DSIes,
2560
- 0, () => exports.DescribeStackInstanceInput$, () => exports.DescribeStackInstanceOutput$
2841
+ 0, () => DescribeStackInstanceInput$, () => DescribeStackInstanceOutput$
2561
2842
  ];
2562
2843
  exports.DescribeStackRefactor$ = [9, n0, _DSRe,
2563
- 0, () => exports.DescribeStackRefactorInput$, () => exports.DescribeStackRefactorOutput$
2844
+ 0, () => DescribeStackRefactorInput$, () => DescribeStackRefactorOutput$
2564
2845
  ];
2565
2846
  exports.DescribeStackResource$ = [9, n0, _DSRes,
2566
- 0, () => exports.DescribeStackResourceInput$, () => exports.DescribeStackResourceOutput$
2847
+ 0, () => DescribeStackResourceInput$, () => DescribeStackResourceOutput$
2567
2848
  ];
2568
2849
  exports.DescribeStackResourceDrifts$ = [9, n0, _DSRD,
2569
- 0, () => exports.DescribeStackResourceDriftsInput$, () => exports.DescribeStackResourceDriftsOutput$
2850
+ 0, () => DescribeStackResourceDriftsInput$, () => DescribeStackResourceDriftsOutput$
2570
2851
  ];
2571
2852
  exports.DescribeStackResources$ = [9, n0, _DSResc,
2572
- 0, () => exports.DescribeStackResourcesInput$, () => exports.DescribeStackResourcesOutput$
2853
+ 0, () => DescribeStackResourcesInput$, () => DescribeStackResourcesOutput$
2573
2854
  ];
2574
2855
  exports.DescribeStacks$ = [9, n0, _DSes,
2575
- 0, () => exports.DescribeStacksInput$, () => exports.DescribeStacksOutput$
2856
+ 0, () => DescribeStacksInput$, () => DescribeStacksOutput$
2576
2857
  ];
2577
2858
  exports.DescribeStackSet$ = [9, n0, _DSSe,
2578
- 0, () => exports.DescribeStackSetInput$, () => exports.DescribeStackSetOutput$
2859
+ 0, () => DescribeStackSetInput$, () => DescribeStackSetOutput$
2579
2860
  ];
2580
2861
  exports.DescribeStackSetOperation$ = [9, n0, _DSSOes,
2581
- 0, () => exports.DescribeStackSetOperationInput$, () => exports.DescribeStackSetOperationOutput$
2862
+ 0, () => DescribeStackSetOperationInput$, () => DescribeStackSetOperationOutput$
2582
2863
  ];
2583
2864
  exports.DescribeType$ = [9, n0, _DTes,
2584
- 2, () => exports.DescribeTypeInput$, () => exports.DescribeTypeOutput$
2865
+ 2, () => DescribeTypeInput$, () => DescribeTypeOutput$
2585
2866
  ];
2586
2867
  exports.DescribeTypeRegistration$ = [9, n0, _DTR,
2587
- 2, () => exports.DescribeTypeRegistrationInput$, () => exports.DescribeTypeRegistrationOutput$
2868
+ 2, () => DescribeTypeRegistrationInput$, () => DescribeTypeRegistrationOutput$
2588
2869
  ];
2589
2870
  exports.DetectStackDrift$ = [9, n0, _DSD,
2590
- 0, () => exports.DetectStackDriftInput$, () => exports.DetectStackDriftOutput$
2871
+ 0, () => DetectStackDriftInput$, () => DetectStackDriftOutput$
2591
2872
  ];
2592
2873
  exports.DetectStackResourceDrift$ = [9, n0, _DSRDe,
2593
- 0, () => exports.DetectStackResourceDriftInput$, () => exports.DetectStackResourceDriftOutput$
2874
+ 0, () => DetectStackResourceDriftInput$, () => DetectStackResourceDriftOutput$
2594
2875
  ];
2595
2876
  exports.DetectStackSetDrift$ = [9, n0, _DSSD,
2596
- 0, () => exports.DetectStackSetDriftInput$, () => exports.DetectStackSetDriftOutput$
2877
+ 0, () => DetectStackSetDriftInput$, () => DetectStackSetDriftOutput$
2597
2878
  ];
2598
2879
  exports.EstimateTemplateCost$ = [9, n0, _ETC,
2599
- 0, () => exports.EstimateTemplateCostInput$, () => exports.EstimateTemplateCostOutput$
2880
+ 0, () => EstimateTemplateCostInput$, () => EstimateTemplateCostOutput$
2600
2881
  ];
2601
2882
  exports.ExecuteChangeSet$ = [9, n0, _ECS,
2602
- 0, () => exports.ExecuteChangeSetInput$, () => exports.ExecuteChangeSetOutput$
2883
+ 0, () => ExecuteChangeSetInput$, () => ExecuteChangeSetOutput$
2603
2884
  ];
2604
2885
  exports.ExecuteStackRefactor$ = [9, n0, _ESRx,
2605
- 0, () => exports.ExecuteStackRefactorInput$, () => __Unit
2886
+ 0, () => ExecuteStackRefactorInput$, () => __Unit
2606
2887
  ];
2607
2888
  exports.GetGeneratedTemplate$ = [9, n0, _GGT,
2608
- 0, () => exports.GetGeneratedTemplateInput$, () => exports.GetGeneratedTemplateOutput$
2889
+ 0, () => GetGeneratedTemplateInput$, () => GetGeneratedTemplateOutput$
2609
2890
  ];
2610
2891
  exports.GetHookResult$ = [9, n0, _GHR,
2611
- 0, () => exports.GetHookResultInput$, () => exports.GetHookResultOutput$
2892
+ 0, () => GetHookResultInput$, () => GetHookResultOutput$
2612
2893
  ];
2613
2894
  exports.GetStackPolicy$ = [9, n0, _GSP,
2614
- 0, () => exports.GetStackPolicyInput$, () => exports.GetStackPolicyOutput$
2895
+ 0, () => GetStackPolicyInput$, () => GetStackPolicyOutput$
2615
2896
  ];
2616
2897
  exports.GetTemplate$ = [9, n0, _GT,
2617
- 0, () => exports.GetTemplateInput$, () => exports.GetTemplateOutput$
2898
+ 0, () => GetTemplateInput$, () => GetTemplateOutput$
2618
2899
  ];
2619
2900
  exports.GetTemplateSummary$ = [9, n0, _GTS,
2620
- 0, () => exports.GetTemplateSummaryInput$, () => exports.GetTemplateSummaryOutput$
2901
+ 0, () => GetTemplateSummaryInput$, () => GetTemplateSummaryOutput$
2621
2902
  ];
2622
2903
  exports.ImportStacksToStackSet$ = [9, n0, _ISTSS,
2623
- 0, () => exports.ImportStacksToStackSetInput$, () => exports.ImportStacksToStackSetOutput$
2904
+ 0, () => ImportStacksToStackSetInput$, () => ImportStacksToStackSetOutput$
2624
2905
  ];
2625
2906
  exports.ListChangeSets$ = [9, n0, _LCS,
2626
- 0, () => exports.ListChangeSetsInput$, () => exports.ListChangeSetsOutput$
2907
+ 0, () => ListChangeSetsInput$, () => ListChangeSetsOutput$
2627
2908
  ];
2628
2909
  exports.ListExports$ = [9, n0, _LE,
2629
- 0, () => exports.ListExportsInput$, () => exports.ListExportsOutput$
2910
+ 0, () => ListExportsInput$, () => ListExportsOutput$
2630
2911
  ];
2631
2912
  exports.ListGeneratedTemplates$ = [9, n0, _LGT,
2632
- 0, () => exports.ListGeneratedTemplatesInput$, () => exports.ListGeneratedTemplatesOutput$
2913
+ 0, () => ListGeneratedTemplatesInput$, () => ListGeneratedTemplatesOutput$
2633
2914
  ];
2634
2915
  exports.ListHookResults$ = [9, n0, _LHR,
2635
- 0, () => exports.ListHookResultsInput$, () => exports.ListHookResultsOutput$
2916
+ 0, () => ListHookResultsInput$, () => ListHookResultsOutput$
2636
2917
  ];
2637
2918
  exports.ListImports$ = [9, n0, _LI,
2638
- 0, () => exports.ListImportsInput$, () => exports.ListImportsOutput$
2919
+ 0, () => ListImportsInput$, () => ListImportsOutput$
2639
2920
  ];
2640
2921
  exports.ListResourceScanRelatedResources$ = [9, n0, _LRSRR,
2641
- 0, () => exports.ListResourceScanRelatedResourcesInput$, () => exports.ListResourceScanRelatedResourcesOutput$
2922
+ 0, () => ListResourceScanRelatedResourcesInput$, () => ListResourceScanRelatedResourcesOutput$
2642
2923
  ];
2643
2924
  exports.ListResourceScanResources$ = [9, n0, _LRSR,
2644
- 0, () => exports.ListResourceScanResourcesInput$, () => exports.ListResourceScanResourcesOutput$
2925
+ 0, () => ListResourceScanResourcesInput$, () => ListResourceScanResourcesOutput$
2645
2926
  ];
2646
2927
  exports.ListResourceScans$ = [9, n0, _LRS,
2647
- 0, () => exports.ListResourceScansInput$, () => exports.ListResourceScansOutput$
2928
+ 0, () => ListResourceScansInput$, () => ListResourceScansOutput$
2648
2929
  ];
2649
2930
  exports.ListStackInstanceResourceDrifts$ = [9, n0, _LSIRD,
2650
- 0, () => exports.ListStackInstanceResourceDriftsInput$, () => exports.ListStackInstanceResourceDriftsOutput$
2931
+ 0, () => ListStackInstanceResourceDriftsInput$, () => ListStackInstanceResourceDriftsOutput$
2651
2932
  ];
2652
2933
  exports.ListStackInstances$ = [9, n0, _LSIi,
2653
- 0, () => exports.ListStackInstancesInput$, () => exports.ListStackInstancesOutput$
2934
+ 0, () => ListStackInstancesInput$, () => ListStackInstancesOutput$
2654
2935
  ];
2655
2936
  exports.ListStackRefactorActions$ = [9, n0, _LSRA,
2656
- 0, () => exports.ListStackRefactorActionsInput$, () => exports.ListStackRefactorActionsOutput$
2937
+ 0, () => ListStackRefactorActionsInput$, () => ListStackRefactorActionsOutput$
2657
2938
  ];
2658
2939
  exports.ListStackRefactors$ = [9, n0, _LSR,
2659
- 0, () => exports.ListStackRefactorsInput$, () => exports.ListStackRefactorsOutput$
2940
+ 0, () => ListStackRefactorsInput$, () => ListStackRefactorsOutput$
2660
2941
  ];
2661
2942
  exports.ListStackResources$ = [9, n0, _LSRi,
2662
- 0, () => exports.ListStackResourcesInput$, () => exports.ListStackResourcesOutput$
2943
+ 0, () => ListStackResourcesInput$, () => ListStackResourcesOutput$
2663
2944
  ];
2664
2945
  exports.ListStacks$ = [9, n0, _LS,
2665
- 0, () => exports.ListStacksInput$, () => exports.ListStacksOutput$
2946
+ 0, () => ListStacksInput$, () => ListStacksOutput$
2666
2947
  ];
2667
2948
  exports.ListStackSetAutoDeploymentTargets$ = [9, n0, _LSSADT,
2668
- 0, () => exports.ListStackSetAutoDeploymentTargetsInput$, () => exports.ListStackSetAutoDeploymentTargetsOutput$
2949
+ 0, () => ListStackSetAutoDeploymentTargetsInput$, () => ListStackSetAutoDeploymentTargetsOutput$
2669
2950
  ];
2670
2951
  exports.ListStackSetOperationResults$ = [9, n0, _LSSOR,
2671
- 0, () => exports.ListStackSetOperationResultsInput$, () => exports.ListStackSetOperationResultsOutput$
2952
+ 0, () => ListStackSetOperationResultsInput$, () => ListStackSetOperationResultsOutput$
2672
2953
  ];
2673
2954
  exports.ListStackSetOperations$ = [9, n0, _LSSOi,
2674
- 0, () => exports.ListStackSetOperationsInput$, () => exports.ListStackSetOperationsOutput$
2955
+ 0, () => ListStackSetOperationsInput$, () => ListStackSetOperationsOutput$
2675
2956
  ];
2676
2957
  exports.ListStackSets$ = [9, n0, _LSS,
2677
- 0, () => exports.ListStackSetsInput$, () => exports.ListStackSetsOutput$
2958
+ 0, () => ListStackSetsInput$, () => ListStackSetsOutput$
2678
2959
  ];
2679
2960
  exports.ListTypeRegistrations$ = [9, n0, _LTR,
2680
- 2, () => exports.ListTypeRegistrationsInput$, () => exports.ListTypeRegistrationsOutput$
2961
+ 2, () => ListTypeRegistrationsInput$, () => ListTypeRegistrationsOutput$
2681
2962
  ];
2682
2963
  exports.ListTypes$ = [9, n0, _LT,
2683
- 2, () => exports.ListTypesInput$, () => exports.ListTypesOutput$
2964
+ 2, () => ListTypesInput$, () => ListTypesOutput$
2684
2965
  ];
2685
2966
  exports.ListTypeVersions$ = [9, n0, _LTV,
2686
- 2, () => exports.ListTypeVersionsInput$, () => exports.ListTypeVersionsOutput$
2967
+ 2, () => ListTypeVersionsInput$, () => ListTypeVersionsOutput$
2687
2968
  ];
2688
2969
  exports.PublishType$ = [9, n0, _PTu,
2689
- 2, () => exports.PublishTypeInput$, () => exports.PublishTypeOutput$
2970
+ 2, () => PublishTypeInput$, () => PublishTypeOutput$
2690
2971
  ];
2691
2972
  exports.RecordHandlerProgress$ = [9, n0, _RHP,
2692
- 2, () => exports.RecordHandlerProgressInput$, () => exports.RecordHandlerProgressOutput$
2973
+ 2, () => RecordHandlerProgressInput$, () => RecordHandlerProgressOutput$
2693
2974
  ];
2694
2975
  exports.RegisterPublisher$ = [9, n0, _RPeg,
2695
- 2, () => exports.RegisterPublisherInput$, () => exports.RegisterPublisherOutput$
2976
+ 2, () => RegisterPublisherInput$, () => RegisterPublisherOutput$
2696
2977
  ];
2697
2978
  exports.RegisterType$ = [9, n0, _RTegi,
2698
- 2, () => exports.RegisterTypeInput$, () => exports.RegisterTypeOutput$
2979
+ 2, () => RegisterTypeInput$, () => RegisterTypeOutput$
2699
2980
  ];
2700
2981
  exports.RollbackStack$ = [9, n0, _RSo,
2701
- 0, () => exports.RollbackStackInput$, () => exports.RollbackStackOutput$
2982
+ 0, () => RollbackStackInput$, () => RollbackStackOutput$
2702
2983
  ];
2703
2984
  exports.SetStackPolicy$ = [9, n0, _SSP,
2704
- 0, () => exports.SetStackPolicyInput$, () => __Unit
2985
+ 0, () => SetStackPolicyInput$, () => __Unit
2705
2986
  ];
2706
2987
  exports.SetTypeConfiguration$ = [9, n0, _STC,
2707
- 0, () => exports.SetTypeConfigurationInput$, () => exports.SetTypeConfigurationOutput$
2988
+ 0, () => SetTypeConfigurationInput$, () => SetTypeConfigurationOutput$
2708
2989
  ];
2709
2990
  exports.SetTypeDefaultVersion$ = [9, n0, _STDV,
2710
- 2, () => exports.SetTypeDefaultVersionInput$, () => exports.SetTypeDefaultVersionOutput$
2991
+ 2, () => SetTypeDefaultVersionInput$, () => SetTypeDefaultVersionOutput$
2711
2992
  ];
2712
2993
  exports.SignalResource$ = [9, n0, _SRi,
2713
- 0, () => exports.SignalResourceInput$, () => __Unit
2994
+ 0, () => SignalResourceInput$, () => __Unit
2714
2995
  ];
2715
2996
  exports.StartResourceScan$ = [9, n0, _SRStar,
2716
- 0, () => exports.StartResourceScanInput$, () => exports.StartResourceScanOutput$
2997
+ 0, () => StartResourceScanInput$, () => StartResourceScanOutput$
2717
2998
  ];
2718
2999
  exports.StopStackSetOperation$ = [9, n0, _SSSO,
2719
- 0, () => exports.StopStackSetOperationInput$, () => exports.StopStackSetOperationOutput$
3000
+ 0, () => StopStackSetOperationInput$, () => StopStackSetOperationOutput$
2720
3001
  ];
2721
3002
  exports.TestType$ = [9, n0, _TTe,
2722
- 2, () => exports.TestTypeInput$, () => exports.TestTypeOutput$
3003
+ 2, () => TestTypeInput$, () => TestTypeOutput$
2723
3004
  ];
2724
3005
  exports.UpdateGeneratedTemplate$ = [9, n0, _UGT,
2725
- 0, () => exports.UpdateGeneratedTemplateInput$, () => exports.UpdateGeneratedTemplateOutput$
3006
+ 0, () => UpdateGeneratedTemplateInput$, () => UpdateGeneratedTemplateOutput$
2726
3007
  ];
2727
3008
  exports.UpdateStack$ = [9, n0, _US,
2728
- 0, () => exports.UpdateStackInput$, () => exports.UpdateStackOutput$
3009
+ 0, () => UpdateStackInput$, () => UpdateStackOutput$
2729
3010
  ];
2730
3011
  exports.UpdateStackInstances$ = [9, n0, _USIp,
2731
- 0, () => exports.UpdateStackInstancesInput$, () => exports.UpdateStackInstancesOutput$
3012
+ 0, () => UpdateStackInstancesInput$, () => UpdateStackInstancesOutput$
2732
3013
  ];
2733
3014
  exports.UpdateStackSet$ = [9, n0, _USS,
2734
- 0, () => exports.UpdateStackSetInput$, () => exports.UpdateStackSetOutput$
3015
+ 0, () => UpdateStackSetInput$, () => UpdateStackSetOutput$
2735
3016
  ];
2736
3017
  exports.UpdateTerminationProtection$ = [9, n0, _UTP,
2737
- 0, () => exports.UpdateTerminationProtectionInput$, () => exports.UpdateTerminationProtectionOutput$
3018
+ 0, () => UpdateTerminationProtectionInput$, () => UpdateTerminationProtectionOutput$
2738
3019
  ];
2739
3020
  exports.ValidateTemplate$ = [9, n0, _VT,
2740
- 0, () => exports.ValidateTemplateInput$, () => exports.ValidateTemplateOutput$
3021
+ 0, () => ValidateTemplateInput$, () => ValidateTemplateOutput$
2741
3022
  ];