@aws-sdk/client-cloudformation 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/CloudFormation.js +982 -0
- package/dist-cjs/CloudFormationClient.js +35 -0
- package/dist-cjs/commands/ActivateTypeCommand.js +36 -0
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/CancelUpdateStackCommand.js +36 -0
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +36 -0
- package/dist-cjs/commands/CreateChangeSetCommand.js +36 -0
- package/dist-cjs/commands/CreateStackCommand.js +36 -0
- package/dist-cjs/commands/CreateStackInstancesCommand.js +36 -0
- package/dist-cjs/commands/CreateStackSetCommand.js +36 -0
- package/dist-cjs/commands/DeactivateTypeCommand.js +36 -0
- package/dist-cjs/commands/DeleteChangeSetCommand.js +36 -0
- package/dist-cjs/commands/DeleteStackCommand.js +36 -0
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +36 -0
- package/dist-cjs/commands/DeleteStackSetCommand.js +36 -0
- package/dist-cjs/commands/DeregisterTypeCommand.js +36 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +36 -0
- package/dist-cjs/commands/DescribeChangeSetCommand.js +36 -0
- package/dist-cjs/commands/DescribePublisherCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackEventsCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackResourceCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackSetCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +36 -0
- package/dist-cjs/commands/DescribeStacksCommand.js +36 -0
- package/dist-cjs/commands/DescribeTypeCommand.js +36 -0
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +36 -0
- package/dist-cjs/commands/DetectStackDriftCommand.js +36 -0
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +36 -0
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +36 -0
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +36 -0
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +36 -0
- package/dist-cjs/commands/GetStackPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +36 -0
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +36 -0
- package/dist-cjs/commands/ListChangeSetsCommand.js +36 -0
- package/dist-cjs/commands/ListExportsCommand.js +36 -0
- package/dist-cjs/commands/ListImportsCommand.js +36 -0
- package/dist-cjs/commands/ListStackInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListStackResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +36 -0
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +36 -0
- package/dist-cjs/commands/ListStackSetsCommand.js +36 -0
- package/dist-cjs/commands/ListStacksCommand.js +36 -0
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +36 -0
- package/dist-cjs/commands/ListTypeVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListTypesCommand.js +36 -0
- package/dist-cjs/commands/PublishTypeCommand.js +36 -0
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +36 -0
- package/dist-cjs/commands/RegisterPublisherCommand.js +36 -0
- package/dist-cjs/commands/RegisterTypeCommand.js +36 -0
- package/dist-cjs/commands/RollbackStackCommand.js +36 -0
- package/dist-cjs/commands/SetStackPolicyCommand.js +36 -0
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +36 -0
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +36 -0
- package/dist-cjs/commands/SignalResourceCommand.js +36 -0
- package/dist-cjs/commands/StopStackSetOperationCommand.js +36 -0
- package/dist-cjs/commands/TestTypeCommand.js +36 -0
- package/dist-cjs/commands/UpdateStackCommand.js +36 -0
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +36 -0
- package/dist-cjs/commands/UpdateStackSetCommand.js +36 -0
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +36 -0
- package/dist-cjs/commands/ValidateTemplateCommand.js +36 -0
- package/dist-cjs/endpoints.js +85 -0
- package/dist-cjs/index.js +96 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1468 -0
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +34 -0
- package/dist-cjs/pagination/DescribeStackEventsPaginator.js +34 -0
- package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeStacksPaginator.js +34 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListChangeSetsPaginator.js +34 -0
- package/dist-cjs/pagination/ListExportsPaginator.js +34 -0
- package/dist-cjs/pagination/ListImportsPaginator.js +34 -0
- package/dist-cjs/pagination/ListStackInstancesPaginator.js +35 -0
- package/dist-cjs/pagination/ListStackResourcesPaginator.js +34 -0
- package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +35 -0
- package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListStackSetsPaginator.js +35 -0
- package/dist-cjs/pagination/ListStacksPaginator.js +34 -0
- package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTypeVersionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTypesPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_query.js +9427 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +48 -0
- package/dist-cjs/waiters/waitForStackCreateComplete.js +122 -0
- package/dist-cjs/waiters/waitForStackDeleteComplete.js +137 -0
- package/dist-cjs/waiters/waitForStackExists.js +31 -0
- package/dist-cjs/waiters/waitForStackImportComplete.js +122 -0
- package/dist-cjs/waiters/waitForStackRollbackComplete.js +92 -0
- package/dist-cjs/waiters/waitForStackUpdateComplete.js +92 -0
- package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +45 -0
- package/dist-es/CloudFormation.js +985 -0
- package/dist-es/CloudFormationClient.js +37 -0
- package/dist-es/commands/ActivateTypeCommand.js +39 -0
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +39 -0
- package/dist-es/commands/CancelUpdateStackCommand.js +39 -0
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +39 -0
- package/dist-es/commands/CreateChangeSetCommand.js +39 -0
- package/dist-es/commands/CreateStackCommand.js +39 -0
- package/dist-es/commands/CreateStackInstancesCommand.js +39 -0
- package/dist-es/commands/CreateStackSetCommand.js +39 -0
- package/dist-es/commands/DeactivateTypeCommand.js +39 -0
- package/dist-es/commands/DeleteChangeSetCommand.js +39 -0
- package/dist-es/commands/DeleteStackCommand.js +39 -0
- package/dist-es/commands/DeleteStackInstancesCommand.js +39 -0
- package/dist-es/commands/DeleteStackSetCommand.js +39 -0
- package/dist-es/commands/DeregisterTypeCommand.js +39 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +39 -0
- package/dist-es/commands/DescribeChangeSetCommand.js +39 -0
- package/dist-es/commands/DescribePublisherCommand.js +39 -0
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +39 -0
- package/dist-es/commands/DescribeStackEventsCommand.js +39 -0
- package/dist-es/commands/DescribeStackInstanceCommand.js +39 -0
- package/dist-es/commands/DescribeStackResourceCommand.js +39 -0
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +39 -0
- package/dist-es/commands/DescribeStackResourcesCommand.js +39 -0
- package/dist-es/commands/DescribeStackSetCommand.js +39 -0
- package/dist-es/commands/DescribeStackSetOperationCommand.js +39 -0
- package/dist-es/commands/DescribeStacksCommand.js +39 -0
- package/dist-es/commands/DescribeTypeCommand.js +39 -0
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +39 -0
- package/dist-es/commands/DetectStackDriftCommand.js +39 -0
- package/dist-es/commands/DetectStackResourceDriftCommand.js +39 -0
- package/dist-es/commands/DetectStackSetDriftCommand.js +39 -0
- package/dist-es/commands/EstimateTemplateCostCommand.js +39 -0
- package/dist-es/commands/ExecuteChangeSetCommand.js +39 -0
- package/dist-es/commands/GetStackPolicyCommand.js +39 -0
- package/dist-es/commands/GetTemplateCommand.js +39 -0
- package/dist-es/commands/GetTemplateSummaryCommand.js +39 -0
- package/dist-es/commands/ImportStacksToStackSetCommand.js +39 -0
- package/dist-es/commands/ListChangeSetsCommand.js +39 -0
- package/dist-es/commands/ListExportsCommand.js +39 -0
- package/dist-es/commands/ListImportsCommand.js +39 -0
- package/dist-es/commands/ListStackInstancesCommand.js +39 -0
- package/dist-es/commands/ListStackResourcesCommand.js +39 -0
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +39 -0
- package/dist-es/commands/ListStackSetOperationsCommand.js +39 -0
- package/dist-es/commands/ListStackSetsCommand.js +39 -0
- package/dist-es/commands/ListStacksCommand.js +39 -0
- package/dist-es/commands/ListTypeRegistrationsCommand.js +39 -0
- package/dist-es/commands/ListTypeVersionsCommand.js +39 -0
- package/dist-es/commands/ListTypesCommand.js +39 -0
- package/dist-es/commands/PublishTypeCommand.js +39 -0
- package/dist-es/commands/RecordHandlerProgressCommand.js +39 -0
- package/dist-es/commands/RegisterPublisherCommand.js +39 -0
- package/dist-es/commands/RegisterTypeCommand.js +39 -0
- package/dist-es/commands/RollbackStackCommand.js +39 -0
- package/dist-es/commands/SetStackPolicyCommand.js +39 -0
- package/dist-es/commands/SetTypeConfigurationCommand.js +39 -0
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +39 -0
- package/dist-es/commands/SignalResourceCommand.js +39 -0
- package/dist-es/commands/StopStackSetOperationCommand.js +39 -0
- package/dist-es/commands/TestTypeCommand.js +39 -0
- package/dist-es/commands/UpdateStackCommand.js +39 -0
- package/dist-es/commands/UpdateStackInstancesCommand.js +39 -0
- package/dist-es/commands/UpdateStackSetCommand.js +39 -0
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +39 -0
- package/dist-es/commands/ValidateTemplateCommand.js +39 -0
- package/dist-es/endpoints.js +81 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1060 -0
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +73 -0
- package/dist-es/pagination/DescribeStackEventsPaginator.js +73 -0
- package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +74 -0
- package/dist-es/pagination/DescribeStacksPaginator.js +73 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListChangeSetsPaginator.js +73 -0
- package/dist-es/pagination/ListExportsPaginator.js +73 -0
- package/dist-es/pagination/ListImportsPaginator.js +73 -0
- package/dist-es/pagination/ListStackInstancesPaginator.js +74 -0
- package/dist-es/pagination/ListStackResourcesPaginator.js +73 -0
- package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +74 -0
- package/dist-es/pagination/ListStackSetOperationsPaginator.js +74 -0
- package/dist-es/pagination/ListStackSetsPaginator.js +74 -0
- package/dist-es/pagination/ListStacksPaginator.js +73 -0
- package/dist-es/pagination/ListTypeRegistrationsPaginator.js +74 -0
- package/dist-es/pagination/ListTypeVersionsPaginator.js +74 -0
- package/dist-es/pagination/ListTypesPaginator.js +74 -0
- package/dist-es/protocols/Aws_query.js +9982 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForChangeSetCreateComplete.js +63 -0
- package/dist-es/waiters/waitForStackCreateComplete.js +198 -0
- package/dist-es/waiters/waitForStackDeleteComplete.js +223 -0
- package/dist-es/waiters/waitForStackExists.js +45 -0
- package/dist-es/waiters/waitForStackImportComplete.js +198 -0
- package/dist-es/waiters/waitForStackRollbackComplete.js +148 -0
- package/dist-es/waiters/waitForStackUpdateComplete.js +148 -0
- package/dist-es/waiters/waitForTypeRegistrationComplete.js +60 -0
- package/dist-types/CloudFormation.d.ts +925 -0
- package/dist-types/CloudFormationClient.d.ts +213 -0
- package/dist-types/commands/ActivateTypeCommand.d.ts +41 -0
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +38 -0
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +39 -0
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +45 -0
- package/dist-types/commands/CreateChangeSetCommand.d.ts +55 -0
- package/dist-types/commands/CreateStackCommand.d.ts +36 -0
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +36 -0
- package/dist-types/commands/CreateStackSetCommand.d.ts +35 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +40 -0
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +42 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +37 -0
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +35 -0
- package/dist-types/commands/DeleteStackSetCommand.d.ts +36 -0
- package/dist-types/commands/DeregisterTypeCommand.d.ts +44 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +37 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +53 -0
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +47 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +37 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +37 -0
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +44 -0
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +54 -0
- package/dist-types/commands/DescribeStackSetCommand.d.ts +35 -0
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +35 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +40 -0
- package/dist-types/commands/DescribeTypeCommand.d.ts +38 -0
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +45 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +55 -0
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +46 -0
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +78 -0
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +37 -0
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +45 -0
- package/dist-types/commands/GetStackPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +41 -0
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +43 -0
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +42 -0
- package/dist-types/commands/ListChangeSetsCommand.d.ts +37 -0
- package/dist-types/commands/ListExportsCommand.d.ts +41 -0
- package/dist-types/commands/ListImportsCommand.d.ts +40 -0
- package/dist-types/commands/ListStackInstancesCommand.d.ts +37 -0
- package/dist-types/commands/ListStackResourcesCommand.d.ts +37 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +35 -0
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +35 -0
- package/dist-types/commands/ListStackSetsCommand.d.ts +55 -0
- package/dist-types/commands/ListStacksCommand.d.ts +39 -0
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +35 -0
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTypesCommand.d.ts +35 -0
- package/dist-types/commands/PublishTypeCommand.d.ts +40 -0
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +36 -0
- package/dist-types/commands/RegisterPublisherCommand.d.ts +41 -0
- package/dist-types/commands/RegisterTypeCommand.d.ts +62 -0
- package/dist-types/commands/RollbackStackCommand.d.ts +64 -0
- package/dist-types/commands/SetStackPolicyCommand.d.ts +35 -0
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +47 -0
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +36 -0
- package/dist-types/commands/SignalResourceCommand.d.ts +40 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +35 -0
- package/dist-types/commands/TestTypeCommand.d.ts +58 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +40 -0
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +47 -0
- package/dist-types/commands/UpdateStackSetCommand.d.ts +40 -0
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +41 -0
- package/dist-types/commands/ValidateTemplateCommand.d.ts +37 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeStacksPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListChangeSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListExportsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImportsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStacksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTypesPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_query.d.ts +197 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +330 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3123 -0
- package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +197 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +7 -0
- package/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackDeleteComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackExists.d.ts +14 -0
- package/dist-types/waiters/waitForStackImportComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackRollbackComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackUpdateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +14 -0
- package/package.json +46 -43
- package/CloudFormation.ts +0 -2766
- package/CloudFormationClient.ts +0 -524
- package/commands/ActivateTypeCommand.ts +0 -97
- package/commands/BatchDescribeTypeConfigurationsCommand.ts +0 -105
- package/commands/CancelUpdateStackCommand.ts +0 -98
- package/commands/ContinueUpdateRollbackCommand.ts +0 -104
- package/commands/CreateChangeSetCommand.ts +0 -114
- package/commands/CreateStackCommand.ts +0 -92
- package/commands/CreateStackInstancesCommand.ts +0 -95
- package/commands/CreateStackSetCommand.ts +0 -94
- package/commands/DeactivateTypeCommand.ts +0 -99
- package/commands/DeleteChangeSetCommand.ts +0 -101
- package/commands/DeleteStackCommand.ts +0 -93
- package/commands/DeleteStackInstancesCommand.ts +0 -94
- package/commands/DeleteStackSetCommand.ts +0 -95
- package/commands/DeregisterTypeCommand.ts +0 -103
- package/commands/DescribeAccountLimitsCommand.ts +0 -97
- package/commands/DescribeChangeSetCommand.ts +0 -96
- package/commands/DescribePublisherCommand.ts +0 -112
- package/commands/DescribeStackDriftDetectionStatusCommand.ts +0 -114
- package/commands/DescribeStackEventsCommand.ts +0 -99
- package/commands/DescribeStackInstanceCommand.ts +0 -96
- package/commands/DescribeStackResourceCommand.ts +0 -96
- package/commands/DescribeStackResourceDriftsCommand.ts +0 -106
- package/commands/DescribeStackResourcesCommand.ts +0 -113
- package/commands/DescribeStackSetCommand.ts +0 -94
- package/commands/DescribeStackSetOperationCommand.ts +0 -97
- package/commands/DescribeStacksCommand.ts +0 -99
- package/commands/DescribeTypeCommand.ts +0 -94
- package/commands/DescribeTypeRegistrationCommand.ts +0 -104
- package/commands/DetectStackDriftCommand.ts +0 -114
- package/commands/DetectStackResourceDriftCommand.ts +0 -105
- package/commands/DetectStackSetDriftCommand.ts +0 -137
- package/commands/EstimateTemplateCostCommand.ts +0 -96
- package/commands/ExecuteChangeSetCommand.ts +0 -104
- package/commands/GetStackPolicyCommand.ts +0 -95
- package/commands/GetTemplateCommand.ts +0 -97
- package/commands/GetTemplateSummaryCommand.ts +0 -102
- package/commands/ImportStacksToStackSetCommand.ts +0 -101
- package/commands/ListChangeSetsCommand.ts +0 -96
- package/commands/ListExportsCommand.ts +0 -97
- package/commands/ListImportsCommand.ts +0 -96
- package/commands/ListStackInstancesCommand.ts +0 -96
- package/commands/ListStackResourcesCommand.ts +0 -96
- package/commands/ListStackSetOperationResultsCommand.ts +0 -99
- package/commands/ListStackSetOperationsCommand.ts +0 -94
- package/commands/ListStackSetsCommand.ts +0 -114
- package/commands/ListStacksCommand.ts +0 -95
- package/commands/ListTypeRegistrationsCommand.ts +0 -94
- package/commands/ListTypeVersionsCommand.ts +0 -94
- package/commands/ListTypesCommand.ts +0 -91
- package/commands/PublishTypeCommand.ts +0 -96
- package/commands/RecordHandlerProgressCommand.ts +0 -95
- package/commands/RegisterPublisherCommand.ts +0 -100
- package/commands/RegisterTypeCommand.ts +0 -118
- package/commands/RollbackStackCommand.ts +0 -123
- package/commands/SetStackPolicyCommand.ts +0 -94
- package/commands/SetTypeConfigurationCommand.ts +0 -106
- package/commands/SetTypeDefaultVersionCommand.ts +0 -95
- package/commands/SignalResourceCommand.ts +0 -99
- package/commands/StopStackSetOperationCommand.ts +0 -94
- package/commands/TestTypeCommand.ts +0 -114
- package/commands/UpdateStackCommand.ts +0 -96
- package/commands/UpdateStackInstancesCommand.ts +0 -106
- package/commands/UpdateStackSetCommand.ts +0 -99
- package/commands/UpdateTerminationProtectionCommand.ts +0 -103
- package/commands/ValidateTemplateCommand.ts +0 -96
- package/dist/cjs/CloudFormation.js +0 -1002
- package/dist/cjs/CloudFormation.js.map +0 -1
- package/dist/cjs/CloudFormationClient.js +0 -60
- package/dist/cjs/CloudFormationClient.js.map +0 -1
- package/dist/cjs/commands/ActivateTypeCommand.js +0 -67
- package/dist/cjs/commands/ActivateTypeCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDescribeTypeConfigurationsCommand.js +0 -64
- package/dist/cjs/commands/BatchDescribeTypeConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/CancelUpdateStackCommand.js +0 -65
- package/dist/cjs/commands/CancelUpdateStackCommand.js.map +0 -1
- package/dist/cjs/commands/ContinueUpdateRollbackCommand.js +0 -71
- package/dist/cjs/commands/ContinueUpdateRollbackCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChangeSetCommand.js +0 -81
- package/dist/cjs/commands/CreateChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStackCommand.js +0 -62
- package/dist/cjs/commands/CreateStackCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStackInstancesCommand.js +0 -62
- package/dist/cjs/commands/CreateStackInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStackSetCommand.js +0 -61
- package/dist/cjs/commands/CreateStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivateTypeCommand.js +0 -66
- package/dist/cjs/commands/DeactivateTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChangeSetCommand.js +0 -68
- package/dist/cjs/commands/DeleteChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStackCommand.js +0 -63
- package/dist/cjs/commands/DeleteStackCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStackInstancesCommand.js +0 -61
- package/dist/cjs/commands/DeleteStackInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStackSetCommand.js +0 -62
- package/dist/cjs/commands/DeleteStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterTypeCommand.js +0 -70
- package/dist/cjs/commands/DeregisterTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js +0 -64
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChangeSetCommand.js +0 -63
- package/dist/cjs/commands/DescribeChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePublisherCommand.js +0 -79
- package/dist/cjs/commands/DescribePublisherCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackDriftDetectionStatusCommand.js +0 -73
- package/dist/cjs/commands/DescribeStackDriftDetectionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackEventsCommand.js +0 -66
- package/dist/cjs/commands/DescribeStackEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackInstanceCommand.js +0 -63
- package/dist/cjs/commands/DescribeStackInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackResourceCommand.js +0 -63
- package/dist/cjs/commands/DescribeStackResourceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js +0 -70
- package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackResourcesCommand.js +0 -80
- package/dist/cjs/commands/DescribeStackResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackSetCommand.js +0 -61
- package/dist/cjs/commands/DescribeStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackSetOperationCommand.js +0 -61
- package/dist/cjs/commands/DescribeStackSetOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStacksCommand.js +0 -66
- package/dist/cjs/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTypeCommand.js +0 -64
- package/dist/cjs/commands/DescribeTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTypeRegistrationCommand.js +0 -71
- package/dist/cjs/commands/DescribeTypeRegistrationCommand.js.map +0 -1
- package/dist/cjs/commands/DetectStackDriftCommand.js +0 -81
- package/dist/cjs/commands/DetectStackDriftCommand.js.map +0 -1
- package/dist/cjs/commands/DetectStackResourceDriftCommand.js +0 -72
- package/dist/cjs/commands/DetectStackResourceDriftCommand.js.map +0 -1
- package/dist/cjs/commands/DetectStackSetDriftCommand.js +0 -104
- package/dist/cjs/commands/DetectStackSetDriftCommand.js.map +0 -1
- package/dist/cjs/commands/EstimateTemplateCostCommand.js +0 -63
- package/dist/cjs/commands/EstimateTemplateCostCommand.js.map +0 -1
- package/dist/cjs/commands/ExecuteChangeSetCommand.js +0 -71
- package/dist/cjs/commands/ExecuteChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetStackPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetStackPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetTemplateCommand.js +0 -67
- package/dist/cjs/commands/GetTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/GetTemplateSummaryCommand.js +0 -69
- package/dist/cjs/commands/GetTemplateSummaryCommand.js.map +0 -1
- package/dist/cjs/commands/ImportStacksToStackSetCommand.js +0 -68
- package/dist/cjs/commands/ImportStacksToStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/ListChangeSetsCommand.js +0 -63
- package/dist/cjs/commands/ListChangeSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListExportsCommand.js +0 -67
- package/dist/cjs/commands/ListExportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListImportsCommand.js +0 -66
- package/dist/cjs/commands/ListImportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackInstancesCommand.js +0 -63
- package/dist/cjs/commands/ListStackInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackResourcesCommand.js +0 -63
- package/dist/cjs/commands/ListStackResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackSetOperationResultsCommand.js +0 -61
- package/dist/cjs/commands/ListStackSetOperationResultsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackSetOperationsCommand.js +0 -61
- package/dist/cjs/commands/ListStackSetOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackSetsCommand.js +0 -81
- package/dist/cjs/commands/ListStackSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStacksCommand.js +0 -65
- package/dist/cjs/commands/ListStacksCommand.js.map +0 -1
- package/dist/cjs/commands/ListTypeRegistrationsCommand.js +0 -61
- package/dist/cjs/commands/ListTypeRegistrationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTypeVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListTypeVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTypesCommand.js +0 -61
- package/dist/cjs/commands/ListTypesCommand.js.map +0 -1
- package/dist/cjs/commands/PublishTypeCommand.js +0 -66
- package/dist/cjs/commands/PublishTypeCommand.js.map +0 -1
- package/dist/cjs/commands/RecordHandlerProgressCommand.js +0 -62
- package/dist/cjs/commands/RecordHandlerProgressCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterPublisherCommand.js +0 -67
- package/dist/cjs/commands/RegisterPublisherCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterTypeCommand.js +0 -88
- package/dist/cjs/commands/RegisterTypeCommand.js.map +0 -1
- package/dist/cjs/commands/RollbackStackCommand.js +0 -90
- package/dist/cjs/commands/RollbackStackCommand.js.map +0 -1
- package/dist/cjs/commands/SetStackPolicyCommand.js +0 -61
- package/dist/cjs/commands/SetStackPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/SetTypeConfigurationCommand.js +0 -73
- package/dist/cjs/commands/SetTypeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/SetTypeDefaultVersionCommand.js +0 -62
- package/dist/cjs/commands/SetTypeDefaultVersionCommand.js.map +0 -1
- package/dist/cjs/commands/SignalResourceCommand.js +0 -66
- package/dist/cjs/commands/SignalResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StopStackSetOperationCommand.js +0 -61
- package/dist/cjs/commands/StopStackSetOperationCommand.js.map +0 -1
- package/dist/cjs/commands/TestTypeCommand.js +0 -84
- package/dist/cjs/commands/TestTypeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStackCommand.js +0 -66
- package/dist/cjs/commands/UpdateStackCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStackInstancesCommand.js +0 -73
- package/dist/cjs/commands/UpdateStackInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStackSetCommand.js +0 -66
- package/dist/cjs/commands/UpdateStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTerminationProtectionCommand.js +0 -67
- package/dist/cjs/commands/UpdateTerminationProtectionCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateTemplateCommand.js +0 -63
- package/dist/cjs/commands/ValidateTemplateCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -86
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -97
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2072
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -96
- package/dist/cjs/pagination/DescribeAccountLimitsPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeAccountLimitsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeStackEventsPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeStackEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeStackResourceDriftsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeStackResourceDriftsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeStacksPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeStacksPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListChangeSetsPaginator.js +0 -45
- package/dist/cjs/pagination/ListChangeSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListExportsPaginator.js +0 -45
- package/dist/cjs/pagination/ListExportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImportsPaginator.js +0 -45
- package/dist/cjs/pagination/ListImportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/ListStackInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackResourcesPaginator.js +0 -45
- package/dist/cjs/pagination/ListStackResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackSetOperationResultsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStackSetOperationResultsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackSetOperationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStackSetOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackSetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStackSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStacksPaginator.js +0 -45
- package/dist/cjs/pagination/ListStacksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTypeRegistrationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTypeRegistrationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTypeVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTypeVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTypesPaginator.js +0 -46
- package/dist/cjs/pagination/ListTypesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js +0 -9430
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForChangeSetCreateComplete.js +0 -58
- package/dist/cjs/waiters/waitForChangeSetCreateComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackCreateComplete.js +0 -132
- package/dist/cjs/waiters/waitForStackCreateComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackDeleteComplete.js +0 -147
- package/dist/cjs/waiters/waitForStackDeleteComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackExists.js +0 -41
- package/dist/cjs/waiters/waitForStackExists.js.map +0 -1
- package/dist/cjs/waiters/waitForStackImportComplete.js +0 -132
- package/dist/cjs/waiters/waitForStackImportComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackRollbackComplete.js +0 -102
- package/dist/cjs/waiters/waitForStackRollbackComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackUpdateComplete.js +0 -102
- package/dist/cjs/waiters/waitForStackUpdateComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForTypeRegistrationComplete.js +0 -55
- package/dist/cjs/waiters/waitForTypeRegistrationComplete.js.map +0 -1
- package/dist/es/CloudFormation.js +0 -986
- package/dist/es/CloudFormation.js.map +0 -1
- package/dist/es/CloudFormationClient.js +0 -38
- package/dist/es/CloudFormationClient.js.map +0 -1
- package/dist/es/commands/ActivateTypeCommand.js +0 -40
- package/dist/es/commands/ActivateTypeCommand.js.map +0 -1
- package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js +0 -40
- package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/CancelUpdateStackCommand.js +0 -40
- package/dist/es/commands/CancelUpdateStackCommand.js.map +0 -1
- package/dist/es/commands/ContinueUpdateRollbackCommand.js +0 -40
- package/dist/es/commands/ContinueUpdateRollbackCommand.js.map +0 -1
- package/dist/es/commands/CreateChangeSetCommand.js +0 -40
- package/dist/es/commands/CreateChangeSetCommand.js.map +0 -1
- package/dist/es/commands/CreateStackCommand.js +0 -40
- package/dist/es/commands/CreateStackCommand.js.map +0 -1
- package/dist/es/commands/CreateStackInstancesCommand.js +0 -40
- package/dist/es/commands/CreateStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/CreateStackSetCommand.js +0 -40
- package/dist/es/commands/CreateStackSetCommand.js.map +0 -1
- package/dist/es/commands/DeactivateTypeCommand.js +0 -40
- package/dist/es/commands/DeactivateTypeCommand.js.map +0 -1
- package/dist/es/commands/DeleteChangeSetCommand.js +0 -40
- package/dist/es/commands/DeleteChangeSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackCommand.js +0 -40
- package/dist/es/commands/DeleteStackCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackInstancesCommand.js +0 -40
- package/dist/es/commands/DeleteStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackSetCommand.js +0 -40
- package/dist/es/commands/DeleteStackSetCommand.js.map +0 -1
- package/dist/es/commands/DeregisterTypeCommand.js +0 -40
- package/dist/es/commands/DeregisterTypeCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountLimitsCommand.js +0 -40
- package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeChangeSetCommand.js +0 -40
- package/dist/es/commands/DescribeChangeSetCommand.js.map +0 -1
- package/dist/es/commands/DescribePublisherCommand.js +0 -40
- package/dist/es/commands/DescribePublisherCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js +0 -40
- package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackEventsCommand.js +0 -40
- package/dist/es/commands/DescribeStackEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackInstanceCommand.js +0 -40
- package/dist/es/commands/DescribeStackInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourceCommand.js +0 -40
- package/dist/es/commands/DescribeStackResourceCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourceDriftsCommand.js +0 -40
- package/dist/es/commands/DescribeStackResourceDriftsCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourcesCommand.js +0 -40
- package/dist/es/commands/DescribeStackResourcesCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackSetCommand.js +0 -40
- package/dist/es/commands/DescribeStackSetCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackSetOperationCommand.js +0 -40
- package/dist/es/commands/DescribeStackSetOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeStacksCommand.js +0 -40
- package/dist/es/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/es/commands/DescribeTypeCommand.js +0 -40
- package/dist/es/commands/DescribeTypeCommand.js.map +0 -1
- package/dist/es/commands/DescribeTypeRegistrationCommand.js +0 -40
- package/dist/es/commands/DescribeTypeRegistrationCommand.js.map +0 -1
- package/dist/es/commands/DetectStackDriftCommand.js +0 -40
- package/dist/es/commands/DetectStackDriftCommand.js.map +0 -1
- package/dist/es/commands/DetectStackResourceDriftCommand.js +0 -40
- package/dist/es/commands/DetectStackResourceDriftCommand.js.map +0 -1
- package/dist/es/commands/DetectStackSetDriftCommand.js +0 -40
- package/dist/es/commands/DetectStackSetDriftCommand.js.map +0 -1
- package/dist/es/commands/EstimateTemplateCostCommand.js +0 -40
- package/dist/es/commands/EstimateTemplateCostCommand.js.map +0 -1
- package/dist/es/commands/ExecuteChangeSetCommand.js +0 -40
- package/dist/es/commands/ExecuteChangeSetCommand.js.map +0 -1
- package/dist/es/commands/GetStackPolicyCommand.js +0 -40
- package/dist/es/commands/GetStackPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetTemplateCommand.js +0 -40
- package/dist/es/commands/GetTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetTemplateSummaryCommand.js +0 -40
- package/dist/es/commands/GetTemplateSummaryCommand.js.map +0 -1
- package/dist/es/commands/ImportStacksToStackSetCommand.js +0 -40
- package/dist/es/commands/ImportStacksToStackSetCommand.js.map +0 -1
- package/dist/es/commands/ListChangeSetsCommand.js +0 -40
- package/dist/es/commands/ListChangeSetsCommand.js.map +0 -1
- package/dist/es/commands/ListExportsCommand.js +0 -40
- package/dist/es/commands/ListExportsCommand.js.map +0 -1
- package/dist/es/commands/ListImportsCommand.js +0 -40
- package/dist/es/commands/ListImportsCommand.js.map +0 -1
- package/dist/es/commands/ListStackInstancesCommand.js +0 -40
- package/dist/es/commands/ListStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListStackResourcesCommand.js +0 -40
- package/dist/es/commands/ListStackResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetOperationResultsCommand.js +0 -40
- package/dist/es/commands/ListStackSetOperationResultsCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetOperationsCommand.js +0 -40
- package/dist/es/commands/ListStackSetOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetsCommand.js +0 -40
- package/dist/es/commands/ListStackSetsCommand.js.map +0 -1
- package/dist/es/commands/ListStacksCommand.js +0 -40
- package/dist/es/commands/ListStacksCommand.js.map +0 -1
- package/dist/es/commands/ListTypeRegistrationsCommand.js +0 -40
- package/dist/es/commands/ListTypeRegistrationsCommand.js.map +0 -1
- package/dist/es/commands/ListTypeVersionsCommand.js +0 -40
- package/dist/es/commands/ListTypeVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListTypesCommand.js +0 -40
- package/dist/es/commands/ListTypesCommand.js.map +0 -1
- package/dist/es/commands/PublishTypeCommand.js +0 -40
- package/dist/es/commands/PublishTypeCommand.js.map +0 -1
- package/dist/es/commands/RecordHandlerProgressCommand.js +0 -40
- package/dist/es/commands/RecordHandlerProgressCommand.js.map +0 -1
- package/dist/es/commands/RegisterPublisherCommand.js +0 -40
- package/dist/es/commands/RegisterPublisherCommand.js.map +0 -1
- package/dist/es/commands/RegisterTypeCommand.js +0 -40
- package/dist/es/commands/RegisterTypeCommand.js.map +0 -1
- package/dist/es/commands/RollbackStackCommand.js +0 -40
- package/dist/es/commands/RollbackStackCommand.js.map +0 -1
- package/dist/es/commands/SetStackPolicyCommand.js +0 -40
- package/dist/es/commands/SetStackPolicyCommand.js.map +0 -1
- package/dist/es/commands/SetTypeConfigurationCommand.js +0 -40
- package/dist/es/commands/SetTypeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SetTypeDefaultVersionCommand.js +0 -40
- package/dist/es/commands/SetTypeDefaultVersionCommand.js.map +0 -1
- package/dist/es/commands/SignalResourceCommand.js +0 -40
- package/dist/es/commands/SignalResourceCommand.js.map +0 -1
- package/dist/es/commands/StopStackSetOperationCommand.js +0 -40
- package/dist/es/commands/StopStackSetOperationCommand.js.map +0 -1
- package/dist/es/commands/TestTypeCommand.js +0 -40
- package/dist/es/commands/TestTypeCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackCommand.js +0 -40
- package/dist/es/commands/UpdateStackCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackInstancesCommand.js +0 -40
- package/dist/es/commands/UpdateStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackSetCommand.js +0 -40
- package/dist/es/commands/UpdateStackSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateTerminationProtectionCommand.js +0 -40
- package/dist/es/commands/UpdateTerminationProtectionCommand.js.map +0 -1
- package/dist/es/commands/ValidateTemplateCommand.js +0 -40
- package/dist/es/commands/ValidateTemplateCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -82
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -94
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1061
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -96
- package/dist/es/pagination/DescribeAccountLimitsPaginator.js +0 -74
- package/dist/es/pagination/DescribeAccountLimitsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStackEventsPaginator.js +0 -74
- package/dist/es/pagination/DescribeStackEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js +0 -75
- package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStacksPaginator.js +0 -74
- package/dist/es/pagination/DescribeStacksPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListChangeSetsPaginator.js +0 -74
- package/dist/es/pagination/ListChangeSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListExportsPaginator.js +0 -74
- package/dist/es/pagination/ListExportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListImportsPaginator.js +0 -74
- package/dist/es/pagination/ListImportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackInstancesPaginator.js +0 -75
- package/dist/es/pagination/ListStackInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackResourcesPaginator.js +0 -74
- package/dist/es/pagination/ListStackResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetOperationResultsPaginator.js +0 -75
- package/dist/es/pagination/ListStackSetOperationResultsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetOperationsPaginator.js +0 -75
- package/dist/es/pagination/ListStackSetOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetsPaginator.js +0 -75
- package/dist/es/pagination/ListStackSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStacksPaginator.js +0 -74
- package/dist/es/pagination/ListStacksPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypeRegistrationsPaginator.js +0 -75
- package/dist/es/pagination/ListTypeRegistrationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypeVersionsPaginator.js +0 -75
- package/dist/es/pagination/ListTypeVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypesPaginator.js +0 -75
- package/dist/es/pagination/ListTypesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_query.js +0 -9983
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForChangeSetCreateComplete.js +0 -64
- package/dist/es/waiters/waitForChangeSetCreateComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackCreateComplete.js +0 -199
- package/dist/es/waiters/waitForStackCreateComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackDeleteComplete.js +0 -224
- package/dist/es/waiters/waitForStackDeleteComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackExists.js +0 -46
- package/dist/es/waiters/waitForStackExists.js.map +0 -1
- package/dist/es/waiters/waitForStackImportComplete.js +0 -199
- package/dist/es/waiters/waitForStackImportComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackRollbackComplete.js +0 -149
- package/dist/es/waiters/waitForStackRollbackComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackUpdateComplete.js +0 -149
- package/dist/es/waiters/waitForStackUpdateComplete.js.map +0 -1
- package/dist/es/waiters/waitForTypeRegistrationComplete.js +0 -61
- package/dist/es/waiters/waitForTypeRegistrationComplete.js.map +0 -1
- package/dist/types/CloudFormation.d.ts +0 -925
- package/dist/types/CloudFormationClient.d.ts +0 -213
- package/dist/types/commands/ActivateTypeCommand.d.ts +0 -41
- package/dist/types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +0 -38
- package/dist/types/commands/CancelUpdateStackCommand.d.ts +0 -39
- package/dist/types/commands/ContinueUpdateRollbackCommand.d.ts +0 -45
- package/dist/types/commands/CreateChangeSetCommand.d.ts +0 -55
- package/dist/types/commands/CreateStackCommand.d.ts +0 -36
- package/dist/types/commands/CreateStackInstancesCommand.d.ts +0 -36
- package/dist/types/commands/CreateStackSetCommand.d.ts +0 -35
- package/dist/types/commands/DeactivateTypeCommand.d.ts +0 -40
- package/dist/types/commands/DeleteChangeSetCommand.d.ts +0 -42
- package/dist/types/commands/DeleteStackCommand.d.ts +0 -37
- package/dist/types/commands/DeleteStackInstancesCommand.d.ts +0 -35
- package/dist/types/commands/DeleteStackSetCommand.d.ts +0 -36
- package/dist/types/commands/DeregisterTypeCommand.d.ts +0 -44
- package/dist/types/commands/DescribeAccountLimitsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeChangeSetCommand.d.ts +0 -37
- package/dist/types/commands/DescribePublisherCommand.d.ts +0 -53
- package/dist/types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +0 -47
- package/dist/types/commands/DescribeStackEventsCommand.d.ts +0 -40
- package/dist/types/commands/DescribeStackInstanceCommand.d.ts +0 -37
- package/dist/types/commands/DescribeStackResourceCommand.d.ts +0 -37
- package/dist/types/commands/DescribeStackResourceDriftsCommand.d.ts +0 -44
- package/dist/types/commands/DescribeStackResourcesCommand.d.ts +0 -54
- package/dist/types/commands/DescribeStackSetCommand.d.ts +0 -35
- package/dist/types/commands/DescribeStackSetOperationCommand.d.ts +0 -35
- package/dist/types/commands/DescribeStacksCommand.d.ts +0 -40
- package/dist/types/commands/DescribeTypeCommand.d.ts +0 -38
- package/dist/types/commands/DescribeTypeRegistrationCommand.d.ts +0 -45
- package/dist/types/commands/DetectStackDriftCommand.d.ts +0 -55
- package/dist/types/commands/DetectStackResourceDriftCommand.d.ts +0 -46
- package/dist/types/commands/DetectStackSetDriftCommand.d.ts +0 -78
- package/dist/types/commands/EstimateTemplateCostCommand.d.ts +0 -37
- package/dist/types/commands/ExecuteChangeSetCommand.d.ts +0 -45
- package/dist/types/commands/GetStackPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetTemplateCommand.d.ts +0 -41
- package/dist/types/commands/GetTemplateSummaryCommand.d.ts +0 -43
- package/dist/types/commands/ImportStacksToStackSetCommand.d.ts +0 -42
- package/dist/types/commands/ListChangeSetsCommand.d.ts +0 -37
- package/dist/types/commands/ListExportsCommand.d.ts +0 -41
- package/dist/types/commands/ListImportsCommand.d.ts +0 -40
- package/dist/types/commands/ListStackInstancesCommand.d.ts +0 -37
- package/dist/types/commands/ListStackResourcesCommand.d.ts +0 -37
- package/dist/types/commands/ListStackSetOperationResultsCommand.d.ts +0 -35
- package/dist/types/commands/ListStackSetOperationsCommand.d.ts +0 -35
- package/dist/types/commands/ListStackSetsCommand.d.ts +0 -55
- package/dist/types/commands/ListStacksCommand.d.ts +0 -39
- package/dist/types/commands/ListTypeRegistrationsCommand.d.ts +0 -35
- package/dist/types/commands/ListTypeVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTypesCommand.d.ts +0 -35
- package/dist/types/commands/PublishTypeCommand.d.ts +0 -40
- package/dist/types/commands/RecordHandlerProgressCommand.d.ts +0 -36
- package/dist/types/commands/RegisterPublisherCommand.d.ts +0 -41
- package/dist/types/commands/RegisterTypeCommand.d.ts +0 -62
- package/dist/types/commands/RollbackStackCommand.d.ts +0 -64
- package/dist/types/commands/SetStackPolicyCommand.d.ts +0 -35
- package/dist/types/commands/SetTypeConfigurationCommand.d.ts +0 -47
- package/dist/types/commands/SetTypeDefaultVersionCommand.d.ts +0 -36
- package/dist/types/commands/SignalResourceCommand.d.ts +0 -40
- package/dist/types/commands/StopStackSetOperationCommand.d.ts +0 -35
- package/dist/types/commands/TestTypeCommand.d.ts +0 -58
- package/dist/types/commands/UpdateStackCommand.d.ts +0 -40
- package/dist/types/commands/UpdateStackInstancesCommand.d.ts +0 -47
- package/dist/types/commands/UpdateStackSetCommand.d.ts +0 -40
- package/dist/types/commands/UpdateTerminationProtectionCommand.d.ts +0 -41
- package/dist/types/commands/ValidateTemplateCommand.d.ts +0 -37
- package/dist/types/pagination/DescribeAccountLimitsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeStackEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeStackResourceDriftsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeStacksPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListChangeSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListExportsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListImportsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackResourcesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackSetOperationResultsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackSetOperationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStacksPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTypeRegistrationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTypeVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTypesPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_query.d.ts +0 -197
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/CloudFormation.d.ts +0 -925
- package/dist/types/ts3.4/CloudFormationClient.d.ts +0 -213
- package/dist/types/ts3.4/commands/ActivateTypeCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CancelUpdateStackCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateChangeSetCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateStackCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStackInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStackSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeactivateTypeCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteChangeSetCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DeleteStackCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteStackSetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeregisterTypeCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeChangeSetCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribePublisherCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/DescribeStackEventsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeStackResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeStackSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeStacksCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeTypeCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DetectStackDriftCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +0 -78
- package/dist/types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/GetStackPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetTemplateCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListChangeSetsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListExportsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListImportsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListStackInstancesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListStackResourcesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListStackSetsCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/ListStacksCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTypeVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTypesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PublishTypeCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RegisterPublisherCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/RegisterTypeCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/RollbackStackCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/SetStackPolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SignalResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/StopStackSetOperationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestTypeCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/UpdateStackCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UpdateStackSetCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ValidateTemplateCommand.d.ts +0 -37
- package/dist/types/ts3.4/models/models_0.d.ts +0 -8620
- package/dist/types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeStacksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListExportsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListImportsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStacksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTypesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -197
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/dist/types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackCreateComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackImportComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +0 -14
- package/dist/types/waiters/waitForChangeSetCreateComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackCreateComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackDeleteComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackExists.d.ts +0 -14
- package/dist/types/waiters/waitForStackImportComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackRollbackComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackUpdateComplete.d.ts +0 -14
- package/dist/types/waiters/waitForTypeRegistrationComplete.d.ts +0 -14
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -10035
- package/pagination/DescribeAccountLimitsPaginator.ts +0 -57
- package/pagination/DescribeStackEventsPaginator.ts +0 -57
- package/pagination/DescribeStackResourceDriftsPaginator.ts +0 -58
- package/pagination/DescribeStacksPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListChangeSetsPaginator.ts +0 -57
- package/pagination/ListExportsPaginator.ts +0 -53
- package/pagination/ListImportsPaginator.ts +0 -53
- package/pagination/ListStackInstancesPaginator.ts +0 -58
- package/pagination/ListStackResourcesPaginator.ts +0 -57
- package/pagination/ListStackSetOperationResultsPaginator.ts +0 -58
- package/pagination/ListStackSetOperationsPaginator.ts +0 -58
- package/pagination/ListStackSetsPaginator.ts +0 -58
- package/pagination/ListStacksPaginator.ts +0 -53
- package/pagination/ListTypeRegistrationsPaginator.ts +0 -58
- package/pagination/ListTypeVersionsPaginator.ts +0 -58
- package/pagination/ListTypesPaginator.ts +0 -54
- package/protocols/Aws_query.ts +0 -11285
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForChangeSetCreateComplete.ts +0 -60
- package/waiters/waitForStackCreateComplete.ts +0 -127
- package/waiters/waitForStackDeleteComplete.ts +0 -141
- package/waiters/waitForStackExists.ts +0 -42
- package/waiters/waitForStackImportComplete.ts +0 -127
- package/waiters/waitForStackRollbackComplete.ts +0 -99
- package/waiters/waitForStackUpdateComplete.ts +0 -99
- package/waiters/waitForTypeRegistrationComplete.ts +0 -60
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeChangeSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns the inputs for the change set and a list of changes that CloudFormation
|
|
10
|
-
* will make if you execute the change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change Sets</a> in the CloudFormation User
|
|
11
|
-
* Guide.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CloudFormationClient, DescribeChangeSetCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
16
|
-
* // const { CloudFormationClient, DescribeChangeSetCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
17
|
-
* const client = new CloudFormationClient(config);
|
|
18
|
-
* const command = new DescribeChangeSetCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeChangeSetCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeChangeSetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
class DescribeChangeSetCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
|
-
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
super();
|
|
33
|
-
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
40
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
42
|
-
const { logger } = configuration;
|
|
43
|
-
const clientName = "CloudFormationClient";
|
|
44
|
-
const commandName = "DescribeChangeSetCommand";
|
|
45
|
-
const handlerExecutionContext = {
|
|
46
|
-
logger,
|
|
47
|
-
clientName,
|
|
48
|
-
commandName,
|
|
49
|
-
inputFilterSensitiveLog: models_0_1.DescribeChangeSetInput.filterSensitiveLog,
|
|
50
|
-
outputFilterSensitiveLog: models_0_1.DescribeChangeSetOutput.filterSensitiveLog,
|
|
51
|
-
};
|
|
52
|
-
const { requestHandler } = configuration;
|
|
53
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
54
|
-
}
|
|
55
|
-
serialize(input, context) {
|
|
56
|
-
return Aws_query_1.serializeAws_queryDescribeChangeSetCommand(input, context);
|
|
57
|
-
}
|
|
58
|
-
deserialize(output, context) {
|
|
59
|
-
return Aws_query_1.deserializeAws_queryDescribeChangeSetCommand(output, context);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
exports.DescribeChangeSetCommand = DescribeChangeSetCommand;
|
|
63
|
-
//# sourceMappingURL=DescribeChangeSetCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeChangeSetCommand.js","sourceRoot":"","sources":["../../../commands/DescribeChangeSetCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqF;AACrF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,wBAAyB,SAAQ,uBAI7C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAoC;QACvD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA+B;QAGvD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iCAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,kCAAuB,CAAC,kBAAkB;SACrE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAoC,EAAE,OAAuB;QAC7E,OAAO,sDAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,wDAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;CAIF;AAtDD,4DAsDC"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribePublisherCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns information about a CloudFormation extension publisher.</p>
|
|
10
|
-
* <p>If you do not supply a <code>PublisherId</code>, and you have registered as an extension
|
|
11
|
-
* publisher, <code>DescribePublisher</code> returns information about your own publisher
|
|
12
|
-
* account. </p>
|
|
13
|
-
* <p>For more information on registering as a publisher, see:</p>
|
|
14
|
-
* <ul>
|
|
15
|
-
* <li>
|
|
16
|
-
* <p>
|
|
17
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>
|
|
18
|
-
* </p>
|
|
19
|
-
* </li>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
|
|
23
|
-
* extensions to make them available for public use</a> in the
|
|
24
|
-
* <i>CloudFormation CLI User Guide</i>
|
|
25
|
-
* </p>
|
|
26
|
-
* </li>
|
|
27
|
-
* </ul>
|
|
28
|
-
* @example
|
|
29
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
-
* ```javascript
|
|
31
|
-
* import { CloudFormationClient, DescribePublisherCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
32
|
-
* // const { CloudFormationClient, DescribePublisherCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
33
|
-
* const client = new CloudFormationClient(config);
|
|
34
|
-
* const command = new DescribePublisherCommand(input);
|
|
35
|
-
* const response = await client.send(command);
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* @see {@link DescribePublisherCommandInput} for command's `input` shape.
|
|
39
|
-
* @see {@link DescribePublisherCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
class DescribePublisherCommand extends smithy_client_1.Command {
|
|
44
|
-
// Start section: command_properties
|
|
45
|
-
// End section: command_properties
|
|
46
|
-
constructor(input) {
|
|
47
|
-
// Start section: command_constructor
|
|
48
|
-
super();
|
|
49
|
-
this.input = input;
|
|
50
|
-
// End section: command_constructor
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
56
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
57
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
58
|
-
const { logger } = configuration;
|
|
59
|
-
const clientName = "CloudFormationClient";
|
|
60
|
-
const commandName = "DescribePublisherCommand";
|
|
61
|
-
const handlerExecutionContext = {
|
|
62
|
-
logger,
|
|
63
|
-
clientName,
|
|
64
|
-
commandName,
|
|
65
|
-
inputFilterSensitiveLog: models_0_1.DescribePublisherInput.filterSensitiveLog,
|
|
66
|
-
outputFilterSensitiveLog: models_0_1.DescribePublisherOutput.filterSensitiveLog,
|
|
67
|
-
};
|
|
68
|
-
const { requestHandler } = configuration;
|
|
69
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
70
|
-
}
|
|
71
|
-
serialize(input, context) {
|
|
72
|
-
return Aws_query_1.serializeAws_queryDescribePublisherCommand(input, context);
|
|
73
|
-
}
|
|
74
|
-
deserialize(output, context) {
|
|
75
|
-
return Aws_query_1.deserializeAws_queryDescribePublisherCommand(output, context);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
exports.DescribePublisherCommand = DescribePublisherCommand;
|
|
79
|
-
//# sourceMappingURL=DescribePublisherCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribePublisherCommand.js","sourceRoot":"","sources":["../../../commands/DescribePublisherCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqF;AACrF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,wBAAyB,SAAQ,uBAI7C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAoC;QACvD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA+B;QAGvD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iCAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,kCAAuB,CAAC,kBAAkB;SACrE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAoC,EAAE,OAAuB;QAC7E,OAAO,sDAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,wDAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;CAIF;AAtDD,4DAsDC"}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStackDriftDetectionStatusCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns information about a stack drift detection operation. A stack drift detection
|
|
10
|
-
* operation detects whether a stack's actual configuration differs, or has
|
|
11
|
-
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
12
|
-
* template and any values specified as template parameters. A stack is considered to have
|
|
13
|
-
* drifted if one or more of its resources have drifted. For more information on stack and
|
|
14
|
-
* resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
|
|
15
|
-
* Unregulated Configuration Changes to Stacks and Resources</a>.</p>
|
|
16
|
-
* <p>Use <a>DetectStackDrift</a> to initiate a stack drift detection operation.
|
|
17
|
-
* <code>DetectStackDrift</code> returns a <code>StackDriftDetectionId</code> you can use
|
|
18
|
-
* to monitor the progress of the operation using
|
|
19
|
-
* <code>DescribeStackDriftDetectionStatus</code>. Once the drift detection operation has
|
|
20
|
-
* completed, use <a>DescribeStackResourceDrifts</a> to return drift information
|
|
21
|
-
* about the stack and its resources.</p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { CloudFormationClient, DescribeStackDriftDetectionStatusCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
26
|
-
* // const { CloudFormationClient, DescribeStackDriftDetectionStatusCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
27
|
-
* const client = new CloudFormationClient(config);
|
|
28
|
-
* const command = new DescribeStackDriftDetectionStatusCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link DescribeStackDriftDetectionStatusCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link DescribeStackDriftDetectionStatusCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
37
|
-
class DescribeStackDriftDetectionStatusCommand extends smithy_client_1.Command {
|
|
38
|
-
// Start section: command_properties
|
|
39
|
-
// End section: command_properties
|
|
40
|
-
constructor(input) {
|
|
41
|
-
// Start section: command_constructor
|
|
42
|
-
super();
|
|
43
|
-
this.input = input;
|
|
44
|
-
// End section: command_constructor
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
50
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
51
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
52
|
-
const { logger } = configuration;
|
|
53
|
-
const clientName = "CloudFormationClient";
|
|
54
|
-
const commandName = "DescribeStackDriftDetectionStatusCommand";
|
|
55
|
-
const handlerExecutionContext = {
|
|
56
|
-
logger,
|
|
57
|
-
clientName,
|
|
58
|
-
commandName,
|
|
59
|
-
inputFilterSensitiveLog: models_0_1.DescribeStackDriftDetectionStatusInput.filterSensitiveLog,
|
|
60
|
-
outputFilterSensitiveLog: models_0_1.DescribeStackDriftDetectionStatusOutput.filterSensitiveLog,
|
|
61
|
-
};
|
|
62
|
-
const { requestHandler } = configuration;
|
|
63
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
64
|
-
}
|
|
65
|
-
serialize(input, context) {
|
|
66
|
-
return Aws_query_1.serializeAws_queryDescribeStackDriftDetectionStatusCommand(input, context);
|
|
67
|
-
}
|
|
68
|
-
deserialize(output, context) {
|
|
69
|
-
return Aws_query_1.deserializeAws_queryDescribeStackDriftDetectionStatusCommand(output, context);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
exports.DescribeStackDriftDetectionStatusCommand = DescribeStackDriftDetectionStatusCommand;
|
|
73
|
-
//# sourceMappingURL=DescribeStackDriftDetectionStatusCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStackDriftDetectionStatusCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStackDriftDetectionStatusCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqH;AACrH,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,wCAAyC,SAAQ,uBAI7D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAoD;QACvE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA+C;QAGvE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,0CAA0C,CAAC;QAC/D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iDAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,kDAAuC,CAAC,kBAAkB;SACrF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAoD,EACpD,OAAuB;QAEvB,OAAO,sEAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wEAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;CAIF;AA5DD,4FA4DC"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStackEventsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns all stack related events for a specified stack in reverse chronological
|
|
10
|
-
* order. For more information about a stack's event history, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a> in the CloudFormation User Guide.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>You can list events for stacks that have failed to create or have been deleted by
|
|
13
|
-
* specifying the unique stack identifier (stack ID).</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { CloudFormationClient, DescribeStackEventsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
19
|
-
* // const { CloudFormationClient, DescribeStackEventsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
20
|
-
* const client = new CloudFormationClient(config);
|
|
21
|
-
* const command = new DescribeStackEventsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeStackEventsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeStackEventsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
class DescribeStackEventsCommand extends smithy_client_1.Command {
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
|
-
constructor(input) {
|
|
34
|
-
// Start section: command_constructor
|
|
35
|
-
super();
|
|
36
|
-
this.input = input;
|
|
37
|
-
// End section: command_constructor
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
43
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
45
|
-
const { logger } = configuration;
|
|
46
|
-
const clientName = "CloudFormationClient";
|
|
47
|
-
const commandName = "DescribeStackEventsCommand";
|
|
48
|
-
const handlerExecutionContext = {
|
|
49
|
-
logger,
|
|
50
|
-
clientName,
|
|
51
|
-
commandName,
|
|
52
|
-
inputFilterSensitiveLog: models_0_1.DescribeStackEventsInput.filterSensitiveLog,
|
|
53
|
-
outputFilterSensitiveLog: models_0_1.DescribeStackEventsOutput.filterSensitiveLog,
|
|
54
|
-
};
|
|
55
|
-
const { requestHandler } = configuration;
|
|
56
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
57
|
-
}
|
|
58
|
-
serialize(input, context) {
|
|
59
|
-
return Aws_query_1.serializeAws_queryDescribeStackEventsCommand(input, context);
|
|
60
|
-
}
|
|
61
|
-
deserialize(output, context) {
|
|
62
|
-
return Aws_query_1.deserializeAws_queryDescribeStackEventsCommand(output, context);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
exports.DescribeStackEventsCommand = DescribeStackEventsCommand;
|
|
66
|
-
//# sourceMappingURL=DescribeStackEventsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStackEventsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStackEventsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyF;AACzF,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,0BAA2B,SAAQ,uBAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAsC;QACzD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAiC;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,mCAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,oCAAyB,CAAC,kBAAkB;SACvE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAsC,EAAE,OAAuB;QAC/E,OAAO,wDAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,0DAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CAIF;AAtDD,gEAsDC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStackInstanceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and Region.</p>
|
|
10
|
-
* <p>For a list of stack instances that are associated with a specific stack set, use
|
|
11
|
-
* <a>ListStackInstances</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CloudFormationClient, DescribeStackInstanceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
16
|
-
* // const { CloudFormationClient, DescribeStackInstanceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
17
|
-
* const client = new CloudFormationClient(config);
|
|
18
|
-
* const command = new DescribeStackInstanceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeStackInstanceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeStackInstanceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
class DescribeStackInstanceCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
|
-
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
super();
|
|
33
|
-
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
40
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
42
|
-
const { logger } = configuration;
|
|
43
|
-
const clientName = "CloudFormationClient";
|
|
44
|
-
const commandName = "DescribeStackInstanceCommand";
|
|
45
|
-
const handlerExecutionContext = {
|
|
46
|
-
logger,
|
|
47
|
-
clientName,
|
|
48
|
-
commandName,
|
|
49
|
-
inputFilterSensitiveLog: models_0_1.DescribeStackInstanceInput.filterSensitiveLog,
|
|
50
|
-
outputFilterSensitiveLog: models_0_1.DescribeStackInstanceOutput.filterSensitiveLog,
|
|
51
|
-
};
|
|
52
|
-
const { requestHandler } = configuration;
|
|
53
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
54
|
-
}
|
|
55
|
-
serialize(input, context) {
|
|
56
|
-
return Aws_query_1.serializeAws_queryDescribeStackInstanceCommand(input, context);
|
|
57
|
-
}
|
|
58
|
-
deserialize(output, context) {
|
|
59
|
-
return Aws_query_1.deserializeAws_queryDescribeStackInstanceCommand(output, context);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
exports.DescribeStackInstanceCommand = DescribeStackInstanceCommand;
|
|
63
|
-
//# sourceMappingURL=DescribeStackInstanceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStackInstanceCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStackInstanceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6F;AAC7F,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,4BAA6B,SAAQ,uBAIjD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAwC;QAC3D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAmC;QAG3D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,qCAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,sCAA2B,CAAC,kBAAkB;SACzE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAwC,EAAE,OAAuB;QACjF,OAAO,0DAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,4DAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;CAIF;AAtDD,oEAsDC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStackResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns a description of the specified resource in the specified stack.</p>
|
|
10
|
-
* <p>For deleted stacks, DescribeStackResource returns resource information for up to 90
|
|
11
|
-
* days after the stack has been deleted.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { CloudFormationClient, DescribeStackResourceCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
16
|
-
* // const { CloudFormationClient, DescribeStackResourceCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
17
|
-
* const client = new CloudFormationClient(config);
|
|
18
|
-
* const command = new DescribeStackResourceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeStackResourceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeStackResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
class DescribeStackResourceCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
|
-
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
super();
|
|
33
|
-
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
40
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
42
|
-
const { logger } = configuration;
|
|
43
|
-
const clientName = "CloudFormationClient";
|
|
44
|
-
const commandName = "DescribeStackResourceCommand";
|
|
45
|
-
const handlerExecutionContext = {
|
|
46
|
-
logger,
|
|
47
|
-
clientName,
|
|
48
|
-
commandName,
|
|
49
|
-
inputFilterSensitiveLog: models_0_1.DescribeStackResourceInput.filterSensitiveLog,
|
|
50
|
-
outputFilterSensitiveLog: models_0_1.DescribeStackResourceOutput.filterSensitiveLog,
|
|
51
|
-
};
|
|
52
|
-
const { requestHandler } = configuration;
|
|
53
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
54
|
-
}
|
|
55
|
-
serialize(input, context) {
|
|
56
|
-
return Aws_query_1.serializeAws_queryDescribeStackResourceCommand(input, context);
|
|
57
|
-
}
|
|
58
|
-
deserialize(output, context) {
|
|
59
|
-
return Aws_query_1.deserializeAws_queryDescribeStackResourceCommand(output, context);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
exports.DescribeStackResourceCommand = DescribeStackResourceCommand;
|
|
63
|
-
//# sourceMappingURL=DescribeStackResourceCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStackResourceCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStackResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6F;AAC7F,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,4BAA6B,SAAQ,uBAIjD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAwC;QAC3D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAmC;QAG3D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,qCAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,sCAA2B,CAAC,kBAAkB;SACzE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAwC,EAAE,OAAuB;QACjF,OAAO,0DAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,4DAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;CAIF;AAtDD,oEAsDC"}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStackResourceDriftsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns drift information for the resources that have been checked for drift in the
|
|
10
|
-
* specified stack. This includes actual and expected configuration values for resources where
|
|
11
|
-
* CloudFormation detects configuration drift.</p>
|
|
12
|
-
* <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack
|
|
13
|
-
* resource that has been checked for drift. Resources that haven't yet been checked for drift
|
|
14
|
-
* are not included. Resources that do not currently support drift detection are not checked,
|
|
15
|
-
* and so not included. For a list of resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
|
|
16
|
-
* <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual
|
|
17
|
-
* resources, or <a>DetectStackDrift</a> to detect drift on all supported resources
|
|
18
|
-
* for a given stack.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { CloudFormationClient, DescribeStackResourceDriftsCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
23
|
-
* // const { CloudFormationClient, DescribeStackResourceDriftsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
24
|
-
* const client = new CloudFormationClient(config);
|
|
25
|
-
* const command = new DescribeStackResourceDriftsCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link DescribeStackResourceDriftsCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link DescribeStackResourceDriftsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
class DescribeStackResourceDriftsCommand extends smithy_client_1.Command {
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
|
-
constructor(input) {
|
|
38
|
-
// Start section: command_constructor
|
|
39
|
-
super();
|
|
40
|
-
this.input = input;
|
|
41
|
-
// End section: command_constructor
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
47
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
49
|
-
const { logger } = configuration;
|
|
50
|
-
const clientName = "CloudFormationClient";
|
|
51
|
-
const commandName = "DescribeStackResourceDriftsCommand";
|
|
52
|
-
const handlerExecutionContext = {
|
|
53
|
-
logger,
|
|
54
|
-
clientName,
|
|
55
|
-
commandName,
|
|
56
|
-
inputFilterSensitiveLog: models_0_1.DescribeStackResourceDriftsInput.filterSensitiveLog,
|
|
57
|
-
outputFilterSensitiveLog: models_0_1.DescribeStackResourceDriftsOutput.filterSensitiveLog,
|
|
58
|
-
};
|
|
59
|
-
const { requestHandler } = configuration;
|
|
60
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
61
|
-
}
|
|
62
|
-
serialize(input, context) {
|
|
63
|
-
return Aws_query_1.serializeAws_queryDescribeStackResourceDriftsCommand(input, context);
|
|
64
|
-
}
|
|
65
|
-
deserialize(output, context) {
|
|
66
|
-
return Aws_query_1.deserializeAws_queryDescribeStackResourceDriftsCommand(output, context);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.DescribeStackResourceDriftsCommand = DescribeStackResourceDriftsCommand;
|
|
70
|
-
//# sourceMappingURL=DescribeStackResourceDriftsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStackResourceDriftsCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStackResourceDriftsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyG;AACzG,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,kCAAmC,SAAQ,uBAIvD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8C;QACjE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyC;QAGjE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,oCAAoC,CAAC;QACzD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,2CAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,4CAAiC,CAAC,kBAAkB;SAC/E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8C,EAAE,OAAuB;QACvF,OAAO,gEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,kEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAzDD,gFAyDC"}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStackResourcesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_query_1 = require("../protocols/Aws_query");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns Amazon Web Services resource descriptions for running and deleted stacks. If
|
|
10
|
-
* <code>StackName</code> is specified, all the associated resources that are part of the
|
|
11
|
-
* stack are returned. If <code>PhysicalResourceId</code> is specified, the associated
|
|
12
|
-
* resources of the stack that the resource belongs to are returned.</p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>Only the first 100 resources will be returned. If your stack has more resources
|
|
15
|
-
* than this, you should use <code>ListStackResources</code> instead.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
* <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information
|
|
18
|
-
* for up to 90 days after the stack has been deleted.</p>
|
|
19
|
-
* <p>You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>,
|
|
20
|
-
* but not both. In addition, you can specify <code>LogicalResourceId</code> to filter the
|
|
21
|
-
* returned result. For more information about resources, the <code>LogicalResourceId</code>
|
|
22
|
-
* and <code>PhysicalResourceId</code>, go to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/">CloudFormation User
|
|
23
|
-
* Guide</a>.</p>
|
|
24
|
-
* <note>
|
|
25
|
-
* <p>A <code>ValidationError</code> is returned if you specify both
|
|
26
|
-
* <code>StackName</code> and <code>PhysicalResourceId</code> in the same
|
|
27
|
-
* request.</p>
|
|
28
|
-
* </note>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { CloudFormationClient, DescribeStackResourcesCommand } from "@aws-sdk/client-cloudformation"; // ES Modules import
|
|
33
|
-
* // const { CloudFormationClient, DescribeStackResourcesCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
|
|
34
|
-
* const client = new CloudFormationClient(config);
|
|
35
|
-
* const command = new DescribeStackResourcesCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link DescribeStackResourcesCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link DescribeStackResourcesCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link CloudFormationClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
class DescribeStackResourcesCommand extends smithy_client_1.Command {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
constructor(input) {
|
|
48
|
-
// Start section: command_constructor
|
|
49
|
-
super();
|
|
50
|
-
this.input = input;
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
57
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
58
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
59
|
-
const { logger } = configuration;
|
|
60
|
-
const clientName = "CloudFormationClient";
|
|
61
|
-
const commandName = "DescribeStackResourcesCommand";
|
|
62
|
-
const handlerExecutionContext = {
|
|
63
|
-
logger,
|
|
64
|
-
clientName,
|
|
65
|
-
commandName,
|
|
66
|
-
inputFilterSensitiveLog: models_0_1.DescribeStackResourcesInput.filterSensitiveLog,
|
|
67
|
-
outputFilterSensitiveLog: models_0_1.DescribeStackResourcesOutput.filterSensitiveLog,
|
|
68
|
-
};
|
|
69
|
-
const { requestHandler } = configuration;
|
|
70
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
71
|
-
}
|
|
72
|
-
serialize(input, context) {
|
|
73
|
-
return Aws_query_1.serializeAws_queryDescribeStackResourcesCommand(input, context);
|
|
74
|
-
}
|
|
75
|
-
deserialize(output, context) {
|
|
76
|
-
return Aws_query_1.deserializeAws_queryDescribeStackResourcesCommand(output, context);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
exports.DescribeStackResourcesCommand = DescribeStackResourcesCommand;
|
|
80
|
-
//# sourceMappingURL=DescribeStackResourcesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStackResourcesCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStackResourcesCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+F;AAC/F,sDAGgC;AAChC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAa,6BAA8B,SAAQ,uBAIlD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAyC;QAC5D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAoC;QAG5D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAiD,EACjD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,sBAAsB,CAAC;QAC1C,MAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,sCAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,uCAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAyC,EAAE,OAAuB;QAClF,OAAO,2DAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,6DAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;CAIF;AAtDD,sEAsDC"}
|