@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
package/runtimeConfig.browser.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import packageInfo from "./package.json";
|
|
2
|
-
|
|
3
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
-
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
|
-
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
7
|
-
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
8
|
-
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
9
|
-
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
|
-
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
|
-
import { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
12
|
-
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* @internal
|
|
16
|
-
*/
|
|
17
|
-
export const getRuntimeConfig = (config: CloudFormationClientConfig) => {
|
|
18
|
-
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
19
|
-
return {
|
|
20
|
-
...clientSharedValues,
|
|
21
|
-
...config,
|
|
22
|
-
runtime: "browser",
|
|
23
|
-
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
24
|
-
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
25
|
-
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
26
|
-
credentialDefaultProvider:
|
|
27
|
-
config?.credentialDefaultProvider ?? ((_: unknown) => () => Promise.reject(new Error("Credential is missing"))),
|
|
28
|
-
defaultUserAgentProvider:
|
|
29
|
-
config?.defaultUserAgentProvider ??
|
|
30
|
-
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
31
|
-
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
32
|
-
region: config?.region ?? invalidProvider("Region is missing"),
|
|
33
|
-
requestHandler: config?.requestHandler ?? new FetchHttpHandler(),
|
|
34
|
-
retryMode: config?.retryMode ?? (() => Promise.resolve(DEFAULT_RETRY_MODE)),
|
|
35
|
-
sha256: config?.sha256 ?? Sha256,
|
|
36
|
-
streamCollector: config?.streamCollector ?? streamCollector,
|
|
37
|
-
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
38
|
-
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
39
|
-
};
|
|
40
|
-
};
|
package/runtimeConfig.native.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
|
-
import { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
3
|
-
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
export const getRuntimeConfig = (config: CloudFormationClientConfig) => {
|
|
9
|
-
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
10
|
-
return {
|
|
11
|
-
...browserDefaults,
|
|
12
|
-
...config,
|
|
13
|
-
runtime: "react-native",
|
|
14
|
-
sha256: config?.sha256 ?? Sha256,
|
|
15
|
-
};
|
|
16
|
-
};
|
package/runtimeConfig.shared.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
3
|
-
import { parseUrl } from "@aws-sdk/url-parser";
|
|
4
|
-
import { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
|
-
export const getRuntimeConfig = (config: CloudFormationClientConfig) => ({
|
|
10
|
-
apiVersion: "2010-05-15",
|
|
11
|
-
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
12
|
-
logger: config?.logger ?? ({} as __Logger),
|
|
13
|
-
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
14
|
-
serviceId: config?.serviceId ?? "CloudFormation",
|
|
15
|
-
urlParser: config?.urlParser ?? parseUrl,
|
|
16
|
-
});
|
package/runtimeConfig.ts
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import packageInfo from "./package.json";
|
|
2
|
-
|
|
3
|
-
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
|
-
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
|
-
import { Hash } from "@aws-sdk/hash-node";
|
|
7
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
8
|
-
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
9
|
-
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
10
|
-
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
|
-
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
|
-
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
|
-
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
|
-
import { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
15
|
-
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
|
-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
export const getRuntimeConfig = (config: CloudFormationClientConfig) => {
|
|
22
|
-
emitWarningIfUnsupportedVersion(process.version);
|
|
23
|
-
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
24
|
-
return {
|
|
25
|
-
...clientSharedValues,
|
|
26
|
-
...config,
|
|
27
|
-
runtime: "node",
|
|
28
|
-
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
29
|
-
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
30
|
-
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
config?.credentialDefaultProvider ?? decorateDefaultCredentialProvider(credentialDefaultProvider),
|
|
33
|
-
defaultUserAgentProvider:
|
|
34
|
-
config?.defaultUserAgentProvider ??
|
|
35
|
-
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
36
|
-
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
37
|
-
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
38
|
-
requestHandler: config?.requestHandler ?? new NodeHttpHandler(),
|
|
39
|
-
retryMode: config?.retryMode ?? loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
40
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
41
|
-
streamCollector: config?.streamCollector ?? streamCollector,
|
|
42
|
-
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
43
|
-
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
44
|
-
};
|
|
45
|
-
};
|
package/tsconfig.es.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "./tsconfig",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"target": "es5",
|
|
5
|
-
"module": "esnext",
|
|
6
|
-
"moduleResolution": "node",
|
|
7
|
-
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
|
|
8
|
-
"outDir": "dist/es"
|
|
9
|
-
}
|
|
10
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"alwaysStrict": true,
|
|
4
|
-
"target": "ES2018",
|
|
5
|
-
"module": "commonjs",
|
|
6
|
-
"strict": true,
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"downlevelIteration": true,
|
|
9
|
-
"importHelpers": true,
|
|
10
|
-
"noEmitHelpers": true,
|
|
11
|
-
"incremental": true,
|
|
12
|
-
"resolveJsonModule": true,
|
|
13
|
-
"esModuleInterop": true,
|
|
14
|
-
"outDir": "dist/cjs",
|
|
15
|
-
"removeComments": true
|
|
16
|
-
},
|
|
17
|
-
"typedocOptions": {
|
|
18
|
-
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
|
|
19
|
-
"excludeNotExported": true,
|
|
20
|
-
"excludePrivate": true,
|
|
21
|
-
"hideGenerator": true,
|
|
22
|
-
"ignoreCompilerErrors": true,
|
|
23
|
-
"includeDeclarations": true,
|
|
24
|
-
"stripInternal": true,
|
|
25
|
-
"readme": "README.md",
|
|
26
|
-
"mode": "file",
|
|
27
|
-
"out": "docs",
|
|
28
|
-
"theme": "minimal",
|
|
29
|
-
"plugin": ["@aws-sdk/client-documentation-generator"]
|
|
30
|
-
}
|
|
31
|
-
}
|
package/tsconfig.types.json
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { CloudFormationClient } from "../CloudFormationClient";
|
|
2
|
-
import { DescribeChangeSetCommand, DescribeChangeSetCommandInput } from "../commands/DescribeChangeSetCommand";
|
|
3
|
-
import { WaiterConfiguration, WaiterResult, WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
|
-
|
|
5
|
-
const checkState = async (
|
|
6
|
-
client: CloudFormationClient,
|
|
7
|
-
input: DescribeChangeSetCommandInput
|
|
8
|
-
): Promise<WaiterResult> => {
|
|
9
|
-
let reason;
|
|
10
|
-
try {
|
|
11
|
-
let result: any = await client.send(new DescribeChangeSetCommand(input));
|
|
12
|
-
reason = result;
|
|
13
|
-
try {
|
|
14
|
-
let returnComparator = () => {
|
|
15
|
-
return result.Status;
|
|
16
|
-
};
|
|
17
|
-
if (returnComparator() === "CREATE_COMPLETE") {
|
|
18
|
-
return { state: WaiterState.SUCCESS, reason };
|
|
19
|
-
}
|
|
20
|
-
} catch (e) {}
|
|
21
|
-
try {
|
|
22
|
-
let returnComparator = () => {
|
|
23
|
-
return result.Status;
|
|
24
|
-
};
|
|
25
|
-
if (returnComparator() === "FAILED") {
|
|
26
|
-
return { state: WaiterState.FAILURE, reason };
|
|
27
|
-
}
|
|
28
|
-
} catch (e) {}
|
|
29
|
-
} catch (exception) {
|
|
30
|
-
reason = exception;
|
|
31
|
-
if (exception.name && exception.name == "ValidationError") {
|
|
32
|
-
return { state: WaiterState.FAILURE, reason };
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
return { state: WaiterState.RETRY, reason };
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* Wait until change set status is CREATE_COMPLETE.
|
|
39
|
-
* @deprecated Use waitUntilChangeSetCreateComplete instead. waitForChangeSetCreateComplete does not throw error in non-success cases.
|
|
40
|
-
*/
|
|
41
|
-
export const waitForChangeSetCreateComplete = async (
|
|
42
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
43
|
-
input: DescribeChangeSetCommandInput
|
|
44
|
-
): Promise<WaiterResult> => {
|
|
45
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
46
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* Wait until change set status is CREATE_COMPLETE.
|
|
50
|
-
* @param params - Waiter configuration options.
|
|
51
|
-
* @param input - The input to DescribeChangeSetCommand for polling.
|
|
52
|
-
*/
|
|
53
|
-
export const waitUntilChangeSetCreateComplete = async (
|
|
54
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
55
|
-
input: DescribeChangeSetCommandInput
|
|
56
|
-
): Promise<WaiterResult> => {
|
|
57
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
58
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
59
|
-
return checkExceptions(result);
|
|
60
|
-
};
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { CloudFormationClient } from "../CloudFormationClient";
|
|
2
|
-
import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
-
import { WaiterConfiguration, WaiterResult, WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
|
-
|
|
5
|
-
const checkState = async (client: CloudFormationClient, input: DescribeStacksCommandInput): Promise<WaiterResult> => {
|
|
6
|
-
let reason;
|
|
7
|
-
try {
|
|
8
|
-
let result: any = await client.send(new DescribeStacksCommand(input));
|
|
9
|
-
reason = result;
|
|
10
|
-
try {
|
|
11
|
-
let returnComparator = () => {
|
|
12
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
13
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
14
|
-
return element_2.StackStatus;
|
|
15
|
-
});
|
|
16
|
-
return projection_3;
|
|
17
|
-
};
|
|
18
|
-
let allStringEq_5 = returnComparator().length > 0;
|
|
19
|
-
for (let element_4 of returnComparator()) {
|
|
20
|
-
allStringEq_5 = allStringEq_5 && element_4 == "CREATE_COMPLETE";
|
|
21
|
-
}
|
|
22
|
-
if (allStringEq_5) {
|
|
23
|
-
return { state: WaiterState.SUCCESS, reason };
|
|
24
|
-
}
|
|
25
|
-
} catch (e) {}
|
|
26
|
-
try {
|
|
27
|
-
let returnComparator = () => {
|
|
28
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
29
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
30
|
-
return element_2.StackStatus;
|
|
31
|
-
});
|
|
32
|
-
return projection_3;
|
|
33
|
-
};
|
|
34
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
35
|
-
if (anyStringEq_4 == "CREATE_FAILED") {
|
|
36
|
-
return { state: WaiterState.FAILURE, reason };
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
} catch (e) {}
|
|
40
|
-
try {
|
|
41
|
-
let returnComparator = () => {
|
|
42
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
43
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
44
|
-
return element_2.StackStatus;
|
|
45
|
-
});
|
|
46
|
-
return projection_3;
|
|
47
|
-
};
|
|
48
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
49
|
-
if (anyStringEq_4 == "DELETE_COMPLETE") {
|
|
50
|
-
return { state: WaiterState.FAILURE, reason };
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
} catch (e) {}
|
|
54
|
-
try {
|
|
55
|
-
let returnComparator = () => {
|
|
56
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
57
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
58
|
-
return element_2.StackStatus;
|
|
59
|
-
});
|
|
60
|
-
return projection_3;
|
|
61
|
-
};
|
|
62
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
63
|
-
if (anyStringEq_4 == "DELETE_FAILED") {
|
|
64
|
-
return { state: WaiterState.FAILURE, reason };
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
} catch (e) {}
|
|
68
|
-
try {
|
|
69
|
-
let returnComparator = () => {
|
|
70
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
71
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
72
|
-
return element_2.StackStatus;
|
|
73
|
-
});
|
|
74
|
-
return projection_3;
|
|
75
|
-
};
|
|
76
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
77
|
-
if (anyStringEq_4 == "ROLLBACK_FAILED") {
|
|
78
|
-
return { state: WaiterState.FAILURE, reason };
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
} catch (e) {}
|
|
82
|
-
try {
|
|
83
|
-
let returnComparator = () => {
|
|
84
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
85
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
86
|
-
return element_2.StackStatus;
|
|
87
|
-
});
|
|
88
|
-
return projection_3;
|
|
89
|
-
};
|
|
90
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
91
|
-
if (anyStringEq_4 == "ROLLBACK_COMPLETE") {
|
|
92
|
-
return { state: WaiterState.FAILURE, reason };
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
} catch (e) {}
|
|
96
|
-
} catch (exception) {
|
|
97
|
-
reason = exception;
|
|
98
|
-
if (exception.name && exception.name == "ValidationError") {
|
|
99
|
-
return { state: WaiterState.FAILURE, reason };
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
return { state: WaiterState.RETRY, reason };
|
|
103
|
-
};
|
|
104
|
-
/**
|
|
105
|
-
* Wait until stack status is CREATE_COMPLETE.
|
|
106
|
-
* @deprecated Use waitUntilStackCreateComplete instead. waitForStackCreateComplete does not throw error in non-success cases.
|
|
107
|
-
*/
|
|
108
|
-
export const waitForStackCreateComplete = async (
|
|
109
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
110
|
-
input: DescribeStacksCommandInput
|
|
111
|
-
): Promise<WaiterResult> => {
|
|
112
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
113
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
114
|
-
};
|
|
115
|
-
/**
|
|
116
|
-
* Wait until stack status is CREATE_COMPLETE.
|
|
117
|
-
* @param params - Waiter configuration options.
|
|
118
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
119
|
-
*/
|
|
120
|
-
export const waitUntilStackCreateComplete = async (
|
|
121
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
122
|
-
input: DescribeStacksCommandInput
|
|
123
|
-
): Promise<WaiterResult> => {
|
|
124
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
125
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
126
|
-
return checkExceptions(result);
|
|
127
|
-
};
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
import { CloudFormationClient } from "../CloudFormationClient";
|
|
2
|
-
import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
-
import { WaiterConfiguration, WaiterResult, WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
|
-
|
|
5
|
-
const checkState = async (client: CloudFormationClient, input: DescribeStacksCommandInput): Promise<WaiterResult> => {
|
|
6
|
-
let reason;
|
|
7
|
-
try {
|
|
8
|
-
let result: any = await client.send(new DescribeStacksCommand(input));
|
|
9
|
-
reason = result;
|
|
10
|
-
try {
|
|
11
|
-
let returnComparator = () => {
|
|
12
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
13
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
14
|
-
return element_2.StackStatus;
|
|
15
|
-
});
|
|
16
|
-
return projection_3;
|
|
17
|
-
};
|
|
18
|
-
let allStringEq_5 = returnComparator().length > 0;
|
|
19
|
-
for (let element_4 of returnComparator()) {
|
|
20
|
-
allStringEq_5 = allStringEq_5 && element_4 == "DELETE_COMPLETE";
|
|
21
|
-
}
|
|
22
|
-
if (allStringEq_5) {
|
|
23
|
-
return { state: WaiterState.SUCCESS, reason };
|
|
24
|
-
}
|
|
25
|
-
} catch (e) {}
|
|
26
|
-
try {
|
|
27
|
-
let returnComparator = () => {
|
|
28
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
29
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
30
|
-
return element_2.StackStatus;
|
|
31
|
-
});
|
|
32
|
-
return projection_3;
|
|
33
|
-
};
|
|
34
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
35
|
-
if (anyStringEq_4 == "DELETE_FAILED") {
|
|
36
|
-
return { state: WaiterState.FAILURE, reason };
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
} catch (e) {}
|
|
40
|
-
try {
|
|
41
|
-
let returnComparator = () => {
|
|
42
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
43
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
44
|
-
return element_2.StackStatus;
|
|
45
|
-
});
|
|
46
|
-
return projection_3;
|
|
47
|
-
};
|
|
48
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
49
|
-
if (anyStringEq_4 == "CREATE_FAILED") {
|
|
50
|
-
return { state: WaiterState.FAILURE, reason };
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
} catch (e) {}
|
|
54
|
-
try {
|
|
55
|
-
let returnComparator = () => {
|
|
56
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
57
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
58
|
-
return element_2.StackStatus;
|
|
59
|
-
});
|
|
60
|
-
return projection_3;
|
|
61
|
-
};
|
|
62
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
63
|
-
if (anyStringEq_4 == "ROLLBACK_FAILED") {
|
|
64
|
-
return { state: WaiterState.FAILURE, reason };
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
} catch (e) {}
|
|
68
|
-
try {
|
|
69
|
-
let returnComparator = () => {
|
|
70
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
71
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
72
|
-
return element_2.StackStatus;
|
|
73
|
-
});
|
|
74
|
-
return projection_3;
|
|
75
|
-
};
|
|
76
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
77
|
-
if (anyStringEq_4 == "UPDATE_ROLLBACK_IN_PROGRESS") {
|
|
78
|
-
return { state: WaiterState.FAILURE, reason };
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
} catch (e) {}
|
|
82
|
-
try {
|
|
83
|
-
let returnComparator = () => {
|
|
84
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
85
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
86
|
-
return element_2.StackStatus;
|
|
87
|
-
});
|
|
88
|
-
return projection_3;
|
|
89
|
-
};
|
|
90
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
91
|
-
if (anyStringEq_4 == "UPDATE_ROLLBACK_FAILED") {
|
|
92
|
-
return { state: WaiterState.FAILURE, reason };
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
} catch (e) {}
|
|
96
|
-
try {
|
|
97
|
-
let returnComparator = () => {
|
|
98
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
99
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
100
|
-
return element_2.StackStatus;
|
|
101
|
-
});
|
|
102
|
-
return projection_3;
|
|
103
|
-
};
|
|
104
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
105
|
-
if (anyStringEq_4 == "UPDATE_ROLLBACK_COMPLETE") {
|
|
106
|
-
return { state: WaiterState.FAILURE, reason };
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
} catch (e) {}
|
|
110
|
-
} catch (exception) {
|
|
111
|
-
reason = exception;
|
|
112
|
-
if (exception.name && exception.name == "ValidationError") {
|
|
113
|
-
return { state: WaiterState.SUCCESS, reason };
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
return { state: WaiterState.RETRY, reason };
|
|
117
|
-
};
|
|
118
|
-
/**
|
|
119
|
-
* Wait until stack status is DELETE_COMPLETE.
|
|
120
|
-
* @deprecated Use waitUntilStackDeleteComplete instead. waitForStackDeleteComplete does not throw error in non-success cases.
|
|
121
|
-
*/
|
|
122
|
-
export const waitForStackDeleteComplete = async (
|
|
123
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
124
|
-
input: DescribeStacksCommandInput
|
|
125
|
-
): Promise<WaiterResult> => {
|
|
126
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
127
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
128
|
-
};
|
|
129
|
-
/**
|
|
130
|
-
* Wait until stack status is DELETE_COMPLETE.
|
|
131
|
-
* @param params - Waiter configuration options.
|
|
132
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
133
|
-
*/
|
|
134
|
-
export const waitUntilStackDeleteComplete = async (
|
|
135
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
136
|
-
input: DescribeStacksCommandInput
|
|
137
|
-
): Promise<WaiterResult> => {
|
|
138
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
139
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
140
|
-
return checkExceptions(result);
|
|
141
|
-
};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { CloudFormationClient } from "../CloudFormationClient";
|
|
2
|
-
import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
-
import { WaiterConfiguration, WaiterResult, WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
|
-
|
|
5
|
-
const checkState = async (client: CloudFormationClient, input: DescribeStacksCommandInput): Promise<WaiterResult> => {
|
|
6
|
-
let reason;
|
|
7
|
-
try {
|
|
8
|
-
let result: any = await client.send(new DescribeStacksCommand(input));
|
|
9
|
-
reason = result;
|
|
10
|
-
return { state: WaiterState.SUCCESS, reason };
|
|
11
|
-
} catch (exception) {
|
|
12
|
-
reason = exception;
|
|
13
|
-
if (exception.name && exception.name == "ValidationError") {
|
|
14
|
-
return { state: WaiterState.RETRY, reason };
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
return { state: WaiterState.RETRY, reason };
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @deprecated Use waitUntilStackExists instead. waitForStackExists does not throw error in non-success cases.
|
|
22
|
-
*/
|
|
23
|
-
export const waitForStackExists = async (
|
|
24
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
25
|
-
input: DescribeStacksCommandInput
|
|
26
|
-
): Promise<WaiterResult> => {
|
|
27
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
28
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @param params - Waiter configuration options.
|
|
33
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
34
|
-
*/
|
|
35
|
-
export const waitUntilStackExists = async (
|
|
36
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
37
|
-
input: DescribeStacksCommandInput
|
|
38
|
-
): Promise<WaiterResult> => {
|
|
39
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
40
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
41
|
-
return checkExceptions(result);
|
|
42
|
-
};
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { CloudFormationClient } from "../CloudFormationClient";
|
|
2
|
-
import { DescribeStacksCommand, DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
-
import { WaiterConfiguration, WaiterResult, WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
|
-
|
|
5
|
-
const checkState = async (client: CloudFormationClient, input: DescribeStacksCommandInput): Promise<WaiterResult> => {
|
|
6
|
-
let reason;
|
|
7
|
-
try {
|
|
8
|
-
let result: any = await client.send(new DescribeStacksCommand(input));
|
|
9
|
-
reason = result;
|
|
10
|
-
try {
|
|
11
|
-
let returnComparator = () => {
|
|
12
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
13
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
14
|
-
return element_2.StackStatus;
|
|
15
|
-
});
|
|
16
|
-
return projection_3;
|
|
17
|
-
};
|
|
18
|
-
let allStringEq_5 = returnComparator().length > 0;
|
|
19
|
-
for (let element_4 of returnComparator()) {
|
|
20
|
-
allStringEq_5 = allStringEq_5 && element_4 == "IMPORT_COMPLETE";
|
|
21
|
-
}
|
|
22
|
-
if (allStringEq_5) {
|
|
23
|
-
return { state: WaiterState.SUCCESS, reason };
|
|
24
|
-
}
|
|
25
|
-
} catch (e) {}
|
|
26
|
-
try {
|
|
27
|
-
let returnComparator = () => {
|
|
28
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
29
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
30
|
-
return element_2.StackStatus;
|
|
31
|
-
});
|
|
32
|
-
return projection_3;
|
|
33
|
-
};
|
|
34
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
35
|
-
if (anyStringEq_4 == "ROLLBACK_COMPLETE") {
|
|
36
|
-
return { state: WaiterState.FAILURE, reason };
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
} catch (e) {}
|
|
40
|
-
try {
|
|
41
|
-
let returnComparator = () => {
|
|
42
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
43
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
44
|
-
return element_2.StackStatus;
|
|
45
|
-
});
|
|
46
|
-
return projection_3;
|
|
47
|
-
};
|
|
48
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
49
|
-
if (anyStringEq_4 == "ROLLBACK_FAILED") {
|
|
50
|
-
return { state: WaiterState.FAILURE, reason };
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
} catch (e) {}
|
|
54
|
-
try {
|
|
55
|
-
let returnComparator = () => {
|
|
56
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
57
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
58
|
-
return element_2.StackStatus;
|
|
59
|
-
});
|
|
60
|
-
return projection_3;
|
|
61
|
-
};
|
|
62
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
63
|
-
if (anyStringEq_4 == "IMPORT_ROLLBACK_IN_PROGRESS") {
|
|
64
|
-
return { state: WaiterState.FAILURE, reason };
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
} catch (e) {}
|
|
68
|
-
try {
|
|
69
|
-
let returnComparator = () => {
|
|
70
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
71
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
72
|
-
return element_2.StackStatus;
|
|
73
|
-
});
|
|
74
|
-
return projection_3;
|
|
75
|
-
};
|
|
76
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
77
|
-
if (anyStringEq_4 == "IMPORT_ROLLBACK_FAILED") {
|
|
78
|
-
return { state: WaiterState.FAILURE, reason };
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
} catch (e) {}
|
|
82
|
-
try {
|
|
83
|
-
let returnComparator = () => {
|
|
84
|
-
let flat_1: any[] = [].concat(...result.Stacks);
|
|
85
|
-
let projection_3 = flat_1.map((element_2: any) => {
|
|
86
|
-
return element_2.StackStatus;
|
|
87
|
-
});
|
|
88
|
-
return projection_3;
|
|
89
|
-
};
|
|
90
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
91
|
-
if (anyStringEq_4 == "IMPORT_ROLLBACK_COMPLETE") {
|
|
92
|
-
return { state: WaiterState.FAILURE, reason };
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
} catch (e) {}
|
|
96
|
-
} catch (exception) {
|
|
97
|
-
reason = exception;
|
|
98
|
-
if (exception.name && exception.name == "ValidationError") {
|
|
99
|
-
return { state: WaiterState.FAILURE, reason };
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
return { state: WaiterState.RETRY, reason };
|
|
103
|
-
};
|
|
104
|
-
/**
|
|
105
|
-
* Wait until stack status is IMPORT_COMPLETE.
|
|
106
|
-
* @deprecated Use waitUntilStackImportComplete instead. waitForStackImportComplete does not throw error in non-success cases.
|
|
107
|
-
*/
|
|
108
|
-
export const waitForStackImportComplete = async (
|
|
109
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
110
|
-
input: DescribeStacksCommandInput
|
|
111
|
-
): Promise<WaiterResult> => {
|
|
112
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
113
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
114
|
-
};
|
|
115
|
-
/**
|
|
116
|
-
* Wait until stack status is IMPORT_COMPLETE.
|
|
117
|
-
* @param params - Waiter configuration options.
|
|
118
|
-
* @param input - The input to DescribeStacksCommand for polling.
|
|
119
|
-
*/
|
|
120
|
-
export const waitUntilStackImportComplete = async (
|
|
121
|
-
params: WaiterConfiguration<CloudFormationClient>,
|
|
122
|
-
input: DescribeStacksCommandInput
|
|
123
|
-
): Promise<WaiterResult> => {
|
|
124
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
125
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
126
|
-
return checkExceptions(result);
|
|
127
|
-
};
|