@aws-sdk/client-cloudformation 3.33.0 → 3.36.1
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 +53 -50
- 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 -1005
- package/dist/es/CloudFormation.js.map +0 -1
- package/dist/es/CloudFormationClient.js +0 -62
- package/dist/es/CloudFormationClient.js.map +0 -1
- package/dist/es/commands/ActivateTypeCommand.js +0 -71
- package/dist/es/commands/ActivateTypeCommand.js.map +0 -1
- package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js +0 -68
- package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/CancelUpdateStackCommand.js +0 -69
- package/dist/es/commands/CancelUpdateStackCommand.js.map +0 -1
- package/dist/es/commands/ContinueUpdateRollbackCommand.js +0 -75
- package/dist/es/commands/ContinueUpdateRollbackCommand.js.map +0 -1
- package/dist/es/commands/CreateChangeSetCommand.js +0 -85
- package/dist/es/commands/CreateChangeSetCommand.js.map +0 -1
- package/dist/es/commands/CreateStackCommand.js +0 -66
- package/dist/es/commands/CreateStackCommand.js.map +0 -1
- package/dist/es/commands/CreateStackInstancesCommand.js +0 -66
- package/dist/es/commands/CreateStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/CreateStackSetCommand.js +0 -65
- package/dist/es/commands/CreateStackSetCommand.js.map +0 -1
- package/dist/es/commands/DeactivateTypeCommand.js +0 -70
- package/dist/es/commands/DeactivateTypeCommand.js.map +0 -1
- package/dist/es/commands/DeleteChangeSetCommand.js +0 -72
- package/dist/es/commands/DeleteChangeSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackCommand.js +0 -67
- package/dist/es/commands/DeleteStackCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackInstancesCommand.js +0 -65
- package/dist/es/commands/DeleteStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackSetCommand.js +0 -66
- package/dist/es/commands/DeleteStackSetCommand.js.map +0 -1
- package/dist/es/commands/DeregisterTypeCommand.js +0 -74
- package/dist/es/commands/DeregisterTypeCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountLimitsCommand.js +0 -68
- package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeChangeSetCommand.js +0 -67
- package/dist/es/commands/DescribeChangeSetCommand.js.map +0 -1
- package/dist/es/commands/DescribePublisherCommand.js +0 -83
- package/dist/es/commands/DescribePublisherCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js +0 -77
- package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackEventsCommand.js +0 -70
- package/dist/es/commands/DescribeStackEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackInstanceCommand.js +0 -67
- package/dist/es/commands/DescribeStackInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourceCommand.js +0 -67
- package/dist/es/commands/DescribeStackResourceCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourceDriftsCommand.js +0 -74
- package/dist/es/commands/DescribeStackResourceDriftsCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourcesCommand.js +0 -84
- package/dist/es/commands/DescribeStackResourcesCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackSetCommand.js +0 -65
- package/dist/es/commands/DescribeStackSetCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackSetOperationCommand.js +0 -65
- package/dist/es/commands/DescribeStackSetOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeStacksCommand.js +0 -70
- package/dist/es/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/es/commands/DescribeTypeCommand.js +0 -68
- package/dist/es/commands/DescribeTypeCommand.js.map +0 -1
- package/dist/es/commands/DescribeTypeRegistrationCommand.js +0 -75
- package/dist/es/commands/DescribeTypeRegistrationCommand.js.map +0 -1
- package/dist/es/commands/DetectStackDriftCommand.js +0 -85
- package/dist/es/commands/DetectStackDriftCommand.js.map +0 -1
- package/dist/es/commands/DetectStackResourceDriftCommand.js +0 -76
- package/dist/es/commands/DetectStackResourceDriftCommand.js.map +0 -1
- package/dist/es/commands/DetectStackSetDriftCommand.js +0 -108
- package/dist/es/commands/DetectStackSetDriftCommand.js.map +0 -1
- package/dist/es/commands/EstimateTemplateCostCommand.js +0 -67
- package/dist/es/commands/EstimateTemplateCostCommand.js.map +0 -1
- package/dist/es/commands/ExecuteChangeSetCommand.js +0 -75
- package/dist/es/commands/ExecuteChangeSetCommand.js.map +0 -1
- package/dist/es/commands/GetStackPolicyCommand.js +0 -66
- package/dist/es/commands/GetStackPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetTemplateCommand.js +0 -71
- package/dist/es/commands/GetTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetTemplateSummaryCommand.js +0 -73
- package/dist/es/commands/GetTemplateSummaryCommand.js.map +0 -1
- package/dist/es/commands/ImportStacksToStackSetCommand.js +0 -72
- package/dist/es/commands/ImportStacksToStackSetCommand.js.map +0 -1
- package/dist/es/commands/ListChangeSetsCommand.js +0 -67
- package/dist/es/commands/ListChangeSetsCommand.js.map +0 -1
- package/dist/es/commands/ListExportsCommand.js +0 -71
- package/dist/es/commands/ListExportsCommand.js.map +0 -1
- package/dist/es/commands/ListImportsCommand.js +0 -70
- package/dist/es/commands/ListImportsCommand.js.map +0 -1
- package/dist/es/commands/ListStackInstancesCommand.js +0 -67
- package/dist/es/commands/ListStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListStackResourcesCommand.js +0 -67
- package/dist/es/commands/ListStackResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetOperationResultsCommand.js +0 -65
- package/dist/es/commands/ListStackSetOperationResultsCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetOperationsCommand.js +0 -65
- package/dist/es/commands/ListStackSetOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetsCommand.js +0 -85
- package/dist/es/commands/ListStackSetsCommand.js.map +0 -1
- package/dist/es/commands/ListStacksCommand.js +0 -69
- package/dist/es/commands/ListStacksCommand.js.map +0 -1
- package/dist/es/commands/ListTypeRegistrationsCommand.js +0 -65
- package/dist/es/commands/ListTypeRegistrationsCommand.js.map +0 -1
- package/dist/es/commands/ListTypeVersionsCommand.js +0 -65
- package/dist/es/commands/ListTypeVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListTypesCommand.js +0 -65
- package/dist/es/commands/ListTypesCommand.js.map +0 -1
- package/dist/es/commands/PublishTypeCommand.js +0 -70
- package/dist/es/commands/PublishTypeCommand.js.map +0 -1
- package/dist/es/commands/RecordHandlerProgressCommand.js +0 -66
- package/dist/es/commands/RecordHandlerProgressCommand.js.map +0 -1
- package/dist/es/commands/RegisterPublisherCommand.js +0 -71
- package/dist/es/commands/RegisterPublisherCommand.js.map +0 -1
- package/dist/es/commands/RegisterTypeCommand.js +0 -92
- package/dist/es/commands/RegisterTypeCommand.js.map +0 -1
- package/dist/es/commands/RollbackStackCommand.js +0 -94
- package/dist/es/commands/RollbackStackCommand.js.map +0 -1
- package/dist/es/commands/SetStackPolicyCommand.js +0 -65
- package/dist/es/commands/SetStackPolicyCommand.js.map +0 -1
- package/dist/es/commands/SetTypeConfigurationCommand.js +0 -77
- package/dist/es/commands/SetTypeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SetTypeDefaultVersionCommand.js +0 -66
- package/dist/es/commands/SetTypeDefaultVersionCommand.js.map +0 -1
- package/dist/es/commands/SignalResourceCommand.js +0 -70
- package/dist/es/commands/SignalResourceCommand.js.map +0 -1
- package/dist/es/commands/StopStackSetOperationCommand.js +0 -65
- package/dist/es/commands/StopStackSetOperationCommand.js.map +0 -1
- package/dist/es/commands/TestTypeCommand.js +0 -88
- package/dist/es/commands/TestTypeCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackCommand.js +0 -70
- package/dist/es/commands/UpdateStackCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackInstancesCommand.js +0 -77
- package/dist/es/commands/UpdateStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackSetCommand.js +0 -70
- package/dist/es/commands/UpdateStackSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateTerminationProtectionCommand.js +0 -71
- package/dist/es/commands/UpdateTerminationProtectionCommand.js.map +0 -1
- package/dist/es/commands/ValidateTemplateCommand.js +0 -67
- 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 -1664
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -96
- package/dist/es/pagination/DescribeAccountLimitsPaginator.js +0 -86
- package/dist/es/pagination/DescribeAccountLimitsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStackEventsPaginator.js +0 -86
- package/dist/es/pagination/DescribeStackEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js +0 -87
- package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStacksPaginator.js +0 -86
- 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 -86
- package/dist/es/pagination/ListChangeSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListExportsPaginator.js +0 -86
- package/dist/es/pagination/ListExportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListImportsPaginator.js +0 -86
- package/dist/es/pagination/ListImportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackInstancesPaginator.js +0 -87
- package/dist/es/pagination/ListStackInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackResourcesPaginator.js +0 -86
- package/dist/es/pagination/ListStackResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetOperationResultsPaginator.js +0 -87
- package/dist/es/pagination/ListStackSetOperationResultsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetOperationsPaginator.js +0 -87
- package/dist/es/pagination/ListStackSetOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetsPaginator.js +0 -87
- package/dist/es/pagination/ListStackSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStacksPaginator.js +0 -86
- package/dist/es/pagination/ListStacksPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypeRegistrationsPaginator.js +0 -87
- package/dist/es/pagination/ListTypeRegistrationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypeVersionsPaginator.js +0 -87
- package/dist/es/pagination/ListTypeVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypesPaginator.js +0 -87
- package/dist/es/pagination/ListTypesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_query.js +0 -9985
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForChangeSetCreateComplete.js +0 -73
- package/dist/es/waiters/waitForChangeSetCreateComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackCreateComplete.js +0 -208
- package/dist/es/waiters/waitForStackCreateComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackDeleteComplete.js +0 -233
- package/dist/es/waiters/waitForStackDeleteComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackExists.js +0 -55
- package/dist/es/waiters/waitForStackExists.js.map +0 -1
- package/dist/es/waiters/waitForStackImportComplete.js +0 -208
- package/dist/es/waiters/waitForStackImportComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackRollbackComplete.js +0 -158
- package/dist/es/waiters/waitForStackRollbackComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackUpdateComplete.js +0 -158
- package/dist/es/waiters/waitForStackUpdateComplete.js.map +0 -1
- package/dist/es/waiters/waitForTypeRegistrationComplete.js +0 -70
- 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 -12
- package/tsconfig.json +0 -32
- 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/CloudFormation.ts
DELETED
|
@@ -1,2766 +0,0 @@
|
|
|
1
|
-
import { CloudFormationClient } from "./CloudFormationClient";
|
|
2
|
-
import {
|
|
3
|
-
ActivateTypeCommand,
|
|
4
|
-
ActivateTypeCommandInput,
|
|
5
|
-
ActivateTypeCommandOutput,
|
|
6
|
-
} from "./commands/ActivateTypeCommand";
|
|
7
|
-
import {
|
|
8
|
-
BatchDescribeTypeConfigurationsCommand,
|
|
9
|
-
BatchDescribeTypeConfigurationsCommandInput,
|
|
10
|
-
BatchDescribeTypeConfigurationsCommandOutput,
|
|
11
|
-
} from "./commands/BatchDescribeTypeConfigurationsCommand";
|
|
12
|
-
import {
|
|
13
|
-
CancelUpdateStackCommand,
|
|
14
|
-
CancelUpdateStackCommandInput,
|
|
15
|
-
CancelUpdateStackCommandOutput,
|
|
16
|
-
} from "./commands/CancelUpdateStackCommand";
|
|
17
|
-
import {
|
|
18
|
-
ContinueUpdateRollbackCommand,
|
|
19
|
-
ContinueUpdateRollbackCommandInput,
|
|
20
|
-
ContinueUpdateRollbackCommandOutput,
|
|
21
|
-
} from "./commands/ContinueUpdateRollbackCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateChangeSetCommand,
|
|
24
|
-
CreateChangeSetCommandInput,
|
|
25
|
-
CreateChangeSetCommandOutput,
|
|
26
|
-
} from "./commands/CreateChangeSetCommand";
|
|
27
|
-
import { CreateStackCommand, CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
|
|
28
|
-
import {
|
|
29
|
-
CreateStackInstancesCommand,
|
|
30
|
-
CreateStackInstancesCommandInput,
|
|
31
|
-
CreateStackInstancesCommandOutput,
|
|
32
|
-
} from "./commands/CreateStackInstancesCommand";
|
|
33
|
-
import {
|
|
34
|
-
CreateStackSetCommand,
|
|
35
|
-
CreateStackSetCommandInput,
|
|
36
|
-
CreateStackSetCommandOutput,
|
|
37
|
-
} from "./commands/CreateStackSetCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeactivateTypeCommand,
|
|
40
|
-
DeactivateTypeCommandInput,
|
|
41
|
-
DeactivateTypeCommandOutput,
|
|
42
|
-
} from "./commands/DeactivateTypeCommand";
|
|
43
|
-
import {
|
|
44
|
-
DeleteChangeSetCommand,
|
|
45
|
-
DeleteChangeSetCommandInput,
|
|
46
|
-
DeleteChangeSetCommandOutput,
|
|
47
|
-
} from "./commands/DeleteChangeSetCommand";
|
|
48
|
-
import { DeleteStackCommand, DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
|
|
49
|
-
import {
|
|
50
|
-
DeleteStackInstancesCommand,
|
|
51
|
-
DeleteStackInstancesCommandInput,
|
|
52
|
-
DeleteStackInstancesCommandOutput,
|
|
53
|
-
} from "./commands/DeleteStackInstancesCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteStackSetCommand,
|
|
56
|
-
DeleteStackSetCommandInput,
|
|
57
|
-
DeleteStackSetCommandOutput,
|
|
58
|
-
} from "./commands/DeleteStackSetCommand";
|
|
59
|
-
import {
|
|
60
|
-
DeregisterTypeCommand,
|
|
61
|
-
DeregisterTypeCommandInput,
|
|
62
|
-
DeregisterTypeCommandOutput,
|
|
63
|
-
} from "./commands/DeregisterTypeCommand";
|
|
64
|
-
import {
|
|
65
|
-
DescribeAccountLimitsCommand,
|
|
66
|
-
DescribeAccountLimitsCommandInput,
|
|
67
|
-
DescribeAccountLimitsCommandOutput,
|
|
68
|
-
} from "./commands/DescribeAccountLimitsCommand";
|
|
69
|
-
import {
|
|
70
|
-
DescribeChangeSetCommand,
|
|
71
|
-
DescribeChangeSetCommandInput,
|
|
72
|
-
DescribeChangeSetCommandOutput,
|
|
73
|
-
} from "./commands/DescribeChangeSetCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribePublisherCommand,
|
|
76
|
-
DescribePublisherCommandInput,
|
|
77
|
-
DescribePublisherCommandOutput,
|
|
78
|
-
} from "./commands/DescribePublisherCommand";
|
|
79
|
-
import {
|
|
80
|
-
DescribeStackDriftDetectionStatusCommand,
|
|
81
|
-
DescribeStackDriftDetectionStatusCommandInput,
|
|
82
|
-
DescribeStackDriftDetectionStatusCommandOutput,
|
|
83
|
-
} from "./commands/DescribeStackDriftDetectionStatusCommand";
|
|
84
|
-
import {
|
|
85
|
-
DescribeStackEventsCommand,
|
|
86
|
-
DescribeStackEventsCommandInput,
|
|
87
|
-
DescribeStackEventsCommandOutput,
|
|
88
|
-
} from "./commands/DescribeStackEventsCommand";
|
|
89
|
-
import {
|
|
90
|
-
DescribeStackInstanceCommand,
|
|
91
|
-
DescribeStackInstanceCommandInput,
|
|
92
|
-
DescribeStackInstanceCommandOutput,
|
|
93
|
-
} from "./commands/DescribeStackInstanceCommand";
|
|
94
|
-
import {
|
|
95
|
-
DescribeStackResourceCommand,
|
|
96
|
-
DescribeStackResourceCommandInput,
|
|
97
|
-
DescribeStackResourceCommandOutput,
|
|
98
|
-
} from "./commands/DescribeStackResourceCommand";
|
|
99
|
-
import {
|
|
100
|
-
DescribeStackResourceDriftsCommand,
|
|
101
|
-
DescribeStackResourceDriftsCommandInput,
|
|
102
|
-
DescribeStackResourceDriftsCommandOutput,
|
|
103
|
-
} from "./commands/DescribeStackResourceDriftsCommand";
|
|
104
|
-
import {
|
|
105
|
-
DescribeStackResourcesCommand,
|
|
106
|
-
DescribeStackResourcesCommandInput,
|
|
107
|
-
DescribeStackResourcesCommandOutput,
|
|
108
|
-
} from "./commands/DescribeStackResourcesCommand";
|
|
109
|
-
import {
|
|
110
|
-
DescribeStackSetCommand,
|
|
111
|
-
DescribeStackSetCommandInput,
|
|
112
|
-
DescribeStackSetCommandOutput,
|
|
113
|
-
} from "./commands/DescribeStackSetCommand";
|
|
114
|
-
import {
|
|
115
|
-
DescribeStackSetOperationCommand,
|
|
116
|
-
DescribeStackSetOperationCommandInput,
|
|
117
|
-
DescribeStackSetOperationCommandOutput,
|
|
118
|
-
} from "./commands/DescribeStackSetOperationCommand";
|
|
119
|
-
import {
|
|
120
|
-
DescribeStacksCommand,
|
|
121
|
-
DescribeStacksCommandInput,
|
|
122
|
-
DescribeStacksCommandOutput,
|
|
123
|
-
} from "./commands/DescribeStacksCommand";
|
|
124
|
-
import {
|
|
125
|
-
DescribeTypeCommand,
|
|
126
|
-
DescribeTypeCommandInput,
|
|
127
|
-
DescribeTypeCommandOutput,
|
|
128
|
-
} from "./commands/DescribeTypeCommand";
|
|
129
|
-
import {
|
|
130
|
-
DescribeTypeRegistrationCommand,
|
|
131
|
-
DescribeTypeRegistrationCommandInput,
|
|
132
|
-
DescribeTypeRegistrationCommandOutput,
|
|
133
|
-
} from "./commands/DescribeTypeRegistrationCommand";
|
|
134
|
-
import {
|
|
135
|
-
DetectStackDriftCommand,
|
|
136
|
-
DetectStackDriftCommandInput,
|
|
137
|
-
DetectStackDriftCommandOutput,
|
|
138
|
-
} from "./commands/DetectStackDriftCommand";
|
|
139
|
-
import {
|
|
140
|
-
DetectStackResourceDriftCommand,
|
|
141
|
-
DetectStackResourceDriftCommandInput,
|
|
142
|
-
DetectStackResourceDriftCommandOutput,
|
|
143
|
-
} from "./commands/DetectStackResourceDriftCommand";
|
|
144
|
-
import {
|
|
145
|
-
DetectStackSetDriftCommand,
|
|
146
|
-
DetectStackSetDriftCommandInput,
|
|
147
|
-
DetectStackSetDriftCommandOutput,
|
|
148
|
-
} from "./commands/DetectStackSetDriftCommand";
|
|
149
|
-
import {
|
|
150
|
-
EstimateTemplateCostCommand,
|
|
151
|
-
EstimateTemplateCostCommandInput,
|
|
152
|
-
EstimateTemplateCostCommandOutput,
|
|
153
|
-
} from "./commands/EstimateTemplateCostCommand";
|
|
154
|
-
import {
|
|
155
|
-
ExecuteChangeSetCommand,
|
|
156
|
-
ExecuteChangeSetCommandInput,
|
|
157
|
-
ExecuteChangeSetCommandOutput,
|
|
158
|
-
} from "./commands/ExecuteChangeSetCommand";
|
|
159
|
-
import {
|
|
160
|
-
GetStackPolicyCommand,
|
|
161
|
-
GetStackPolicyCommandInput,
|
|
162
|
-
GetStackPolicyCommandOutput,
|
|
163
|
-
} from "./commands/GetStackPolicyCommand";
|
|
164
|
-
import { GetTemplateCommand, GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
|
|
165
|
-
import {
|
|
166
|
-
GetTemplateSummaryCommand,
|
|
167
|
-
GetTemplateSummaryCommandInput,
|
|
168
|
-
GetTemplateSummaryCommandOutput,
|
|
169
|
-
} from "./commands/GetTemplateSummaryCommand";
|
|
170
|
-
import {
|
|
171
|
-
ImportStacksToStackSetCommand,
|
|
172
|
-
ImportStacksToStackSetCommandInput,
|
|
173
|
-
ImportStacksToStackSetCommandOutput,
|
|
174
|
-
} from "./commands/ImportStacksToStackSetCommand";
|
|
175
|
-
import {
|
|
176
|
-
ListChangeSetsCommand,
|
|
177
|
-
ListChangeSetsCommandInput,
|
|
178
|
-
ListChangeSetsCommandOutput,
|
|
179
|
-
} from "./commands/ListChangeSetsCommand";
|
|
180
|
-
import { ListExportsCommand, ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
181
|
-
import { ListImportsCommand, ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
182
|
-
import {
|
|
183
|
-
ListStackInstancesCommand,
|
|
184
|
-
ListStackInstancesCommandInput,
|
|
185
|
-
ListStackInstancesCommandOutput,
|
|
186
|
-
} from "./commands/ListStackInstancesCommand";
|
|
187
|
-
import {
|
|
188
|
-
ListStackResourcesCommand,
|
|
189
|
-
ListStackResourcesCommandInput,
|
|
190
|
-
ListStackResourcesCommandOutput,
|
|
191
|
-
} from "./commands/ListStackResourcesCommand";
|
|
192
|
-
import {
|
|
193
|
-
ListStackSetOperationResultsCommand,
|
|
194
|
-
ListStackSetOperationResultsCommandInput,
|
|
195
|
-
ListStackSetOperationResultsCommandOutput,
|
|
196
|
-
} from "./commands/ListStackSetOperationResultsCommand";
|
|
197
|
-
import {
|
|
198
|
-
ListStackSetOperationsCommand,
|
|
199
|
-
ListStackSetOperationsCommandInput,
|
|
200
|
-
ListStackSetOperationsCommandOutput,
|
|
201
|
-
} from "./commands/ListStackSetOperationsCommand";
|
|
202
|
-
import {
|
|
203
|
-
ListStackSetsCommand,
|
|
204
|
-
ListStackSetsCommandInput,
|
|
205
|
-
ListStackSetsCommandOutput,
|
|
206
|
-
} from "./commands/ListStackSetsCommand";
|
|
207
|
-
import { ListStacksCommand, ListStacksCommandInput, ListStacksCommandOutput } from "./commands/ListStacksCommand";
|
|
208
|
-
import {
|
|
209
|
-
ListTypeRegistrationsCommand,
|
|
210
|
-
ListTypeRegistrationsCommandInput,
|
|
211
|
-
ListTypeRegistrationsCommandOutput,
|
|
212
|
-
} from "./commands/ListTypeRegistrationsCommand";
|
|
213
|
-
import {
|
|
214
|
-
ListTypeVersionsCommand,
|
|
215
|
-
ListTypeVersionsCommandInput,
|
|
216
|
-
ListTypeVersionsCommandOutput,
|
|
217
|
-
} from "./commands/ListTypeVersionsCommand";
|
|
218
|
-
import { ListTypesCommand, ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
|
|
219
|
-
import { PublishTypeCommand, PublishTypeCommandInput, PublishTypeCommandOutput } from "./commands/PublishTypeCommand";
|
|
220
|
-
import {
|
|
221
|
-
RecordHandlerProgressCommand,
|
|
222
|
-
RecordHandlerProgressCommandInput,
|
|
223
|
-
RecordHandlerProgressCommandOutput,
|
|
224
|
-
} from "./commands/RecordHandlerProgressCommand";
|
|
225
|
-
import {
|
|
226
|
-
RegisterPublisherCommand,
|
|
227
|
-
RegisterPublisherCommandInput,
|
|
228
|
-
RegisterPublisherCommandOutput,
|
|
229
|
-
} from "./commands/RegisterPublisherCommand";
|
|
230
|
-
import {
|
|
231
|
-
RegisterTypeCommand,
|
|
232
|
-
RegisterTypeCommandInput,
|
|
233
|
-
RegisterTypeCommandOutput,
|
|
234
|
-
} from "./commands/RegisterTypeCommand";
|
|
235
|
-
import {
|
|
236
|
-
RollbackStackCommand,
|
|
237
|
-
RollbackStackCommandInput,
|
|
238
|
-
RollbackStackCommandOutput,
|
|
239
|
-
} from "./commands/RollbackStackCommand";
|
|
240
|
-
import {
|
|
241
|
-
SetStackPolicyCommand,
|
|
242
|
-
SetStackPolicyCommandInput,
|
|
243
|
-
SetStackPolicyCommandOutput,
|
|
244
|
-
} from "./commands/SetStackPolicyCommand";
|
|
245
|
-
import {
|
|
246
|
-
SetTypeConfigurationCommand,
|
|
247
|
-
SetTypeConfigurationCommandInput,
|
|
248
|
-
SetTypeConfigurationCommandOutput,
|
|
249
|
-
} from "./commands/SetTypeConfigurationCommand";
|
|
250
|
-
import {
|
|
251
|
-
SetTypeDefaultVersionCommand,
|
|
252
|
-
SetTypeDefaultVersionCommandInput,
|
|
253
|
-
SetTypeDefaultVersionCommandOutput,
|
|
254
|
-
} from "./commands/SetTypeDefaultVersionCommand";
|
|
255
|
-
import {
|
|
256
|
-
SignalResourceCommand,
|
|
257
|
-
SignalResourceCommandInput,
|
|
258
|
-
SignalResourceCommandOutput,
|
|
259
|
-
} from "./commands/SignalResourceCommand";
|
|
260
|
-
import {
|
|
261
|
-
StopStackSetOperationCommand,
|
|
262
|
-
StopStackSetOperationCommandInput,
|
|
263
|
-
StopStackSetOperationCommandOutput,
|
|
264
|
-
} from "./commands/StopStackSetOperationCommand";
|
|
265
|
-
import { TestTypeCommand, TestTypeCommandInput, TestTypeCommandOutput } from "./commands/TestTypeCommand";
|
|
266
|
-
import { UpdateStackCommand, UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
|
|
267
|
-
import {
|
|
268
|
-
UpdateStackInstancesCommand,
|
|
269
|
-
UpdateStackInstancesCommandInput,
|
|
270
|
-
UpdateStackInstancesCommandOutput,
|
|
271
|
-
} from "./commands/UpdateStackInstancesCommand";
|
|
272
|
-
import {
|
|
273
|
-
UpdateStackSetCommand,
|
|
274
|
-
UpdateStackSetCommandInput,
|
|
275
|
-
UpdateStackSetCommandOutput,
|
|
276
|
-
} from "./commands/UpdateStackSetCommand";
|
|
277
|
-
import {
|
|
278
|
-
UpdateTerminationProtectionCommand,
|
|
279
|
-
UpdateTerminationProtectionCommandInput,
|
|
280
|
-
UpdateTerminationProtectionCommandOutput,
|
|
281
|
-
} from "./commands/UpdateTerminationProtectionCommand";
|
|
282
|
-
import {
|
|
283
|
-
ValidateTemplateCommand,
|
|
284
|
-
ValidateTemplateCommandInput,
|
|
285
|
-
ValidateTemplateCommandOutput,
|
|
286
|
-
} from "./commands/ValidateTemplateCommand";
|
|
287
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
288
|
-
|
|
289
|
-
/**
|
|
290
|
-
* <fullname>AWS CloudFormation</fullname>
|
|
291
|
-
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments
|
|
292
|
-
* predictably and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such
|
|
293
|
-
* as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification
|
|
294
|
-
* Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly
|
|
295
|
-
* scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
|
|
296
|
-
* infrastructure.</p>
|
|
297
|
-
* <p>With CloudFormation, you declare all of your resources and dependencies in a
|
|
298
|
-
* template file. The template defines a collection of resources as a single unit called a
|
|
299
|
-
* stack. CloudFormation creates and deletes all member resources of the stack together
|
|
300
|
-
* and manages all dependencies between the resources for you.</p>
|
|
301
|
-
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>.</p>
|
|
302
|
-
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional
|
|
303
|
-
* technical information about a specific Amazon Web Services product, you can find the product's technical
|
|
304
|
-
* documentation at <a href="https://docs.aws.amazon.com/">
|
|
305
|
-
* <code>docs.aws.amazon.com</code>
|
|
306
|
-
* </a>.</p>
|
|
307
|
-
*/
|
|
308
|
-
export class CloudFormation extends CloudFormationClient {
|
|
309
|
-
/**
|
|
310
|
-
* <p>Activates a public third-party extension, making it available for use in stack
|
|
311
|
-
* templates. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using
|
|
312
|
-
* public extensions</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
313
|
-
* <p>Once you have activated a public third-party extension in your account and region, use
|
|
314
|
-
* <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
|
|
315
|
-
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation
|
|
316
|
-
* User Guide</i>.</p>
|
|
317
|
-
*/
|
|
318
|
-
public activateType(
|
|
319
|
-
args: ActivateTypeCommandInput,
|
|
320
|
-
options?: __HttpHandlerOptions
|
|
321
|
-
): Promise<ActivateTypeCommandOutput>;
|
|
322
|
-
public activateType(args: ActivateTypeCommandInput, cb: (err: any, data?: ActivateTypeCommandOutput) => void): void;
|
|
323
|
-
public activateType(
|
|
324
|
-
args: ActivateTypeCommandInput,
|
|
325
|
-
options: __HttpHandlerOptions,
|
|
326
|
-
cb: (err: any, data?: ActivateTypeCommandOutput) => void
|
|
327
|
-
): void;
|
|
328
|
-
public activateType(
|
|
329
|
-
args: ActivateTypeCommandInput,
|
|
330
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ActivateTypeCommandOutput) => void),
|
|
331
|
-
cb?: (err: any, data?: ActivateTypeCommandOutput) => void
|
|
332
|
-
): Promise<ActivateTypeCommandOutput> | void {
|
|
333
|
-
const command = new ActivateTypeCommand(args);
|
|
334
|
-
if (typeof optionsOrCb === "function") {
|
|
335
|
-
this.send(command, optionsOrCb);
|
|
336
|
-
} else if (typeof cb === "function") {
|
|
337
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
338
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
339
|
-
} else {
|
|
340
|
-
return this.send(command, optionsOrCb);
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
/**
|
|
345
|
-
* <p>Returns configuration data for the specified CloudFormation extensions, from the
|
|
346
|
-
* CloudFormation registry for the account and region.</p>
|
|
347
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the
|
|
348
|
-
* <i>CloudFormation User Guide</i>.</p>
|
|
349
|
-
*/
|
|
350
|
-
public batchDescribeTypeConfigurations(
|
|
351
|
-
args: BatchDescribeTypeConfigurationsCommandInput,
|
|
352
|
-
options?: __HttpHandlerOptions
|
|
353
|
-
): Promise<BatchDescribeTypeConfigurationsCommandOutput>;
|
|
354
|
-
public batchDescribeTypeConfigurations(
|
|
355
|
-
args: BatchDescribeTypeConfigurationsCommandInput,
|
|
356
|
-
cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void
|
|
357
|
-
): void;
|
|
358
|
-
public batchDescribeTypeConfigurations(
|
|
359
|
-
args: BatchDescribeTypeConfigurationsCommandInput,
|
|
360
|
-
options: __HttpHandlerOptions,
|
|
361
|
-
cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void
|
|
362
|
-
): void;
|
|
363
|
-
public batchDescribeTypeConfigurations(
|
|
364
|
-
args: BatchDescribeTypeConfigurationsCommandInput,
|
|
365
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void),
|
|
366
|
-
cb?: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void
|
|
367
|
-
): Promise<BatchDescribeTypeConfigurationsCommandOutput> | void {
|
|
368
|
-
const command = new BatchDescribeTypeConfigurationsCommand(args);
|
|
369
|
-
if (typeof optionsOrCb === "function") {
|
|
370
|
-
this.send(command, optionsOrCb);
|
|
371
|
-
} else if (typeof cb === "function") {
|
|
372
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
373
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
374
|
-
} else {
|
|
375
|
-
return this.send(command, optionsOrCb);
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* <p>Cancels an update on the specified stack. If the call completes successfully, the
|
|
381
|
-
* stack rolls back the update and reverts to the previous stack configuration.</p>
|
|
382
|
-
* <note>
|
|
383
|
-
* <p>You can cancel only stacks that are in the UPDATE_IN_PROGRESS state.</p>
|
|
384
|
-
* </note>
|
|
385
|
-
*/
|
|
386
|
-
public cancelUpdateStack(
|
|
387
|
-
args: CancelUpdateStackCommandInput,
|
|
388
|
-
options?: __HttpHandlerOptions
|
|
389
|
-
): Promise<CancelUpdateStackCommandOutput>;
|
|
390
|
-
public cancelUpdateStack(
|
|
391
|
-
args: CancelUpdateStackCommandInput,
|
|
392
|
-
cb: (err: any, data?: CancelUpdateStackCommandOutput) => void
|
|
393
|
-
): void;
|
|
394
|
-
public cancelUpdateStack(
|
|
395
|
-
args: CancelUpdateStackCommandInput,
|
|
396
|
-
options: __HttpHandlerOptions,
|
|
397
|
-
cb: (err: any, data?: CancelUpdateStackCommandOutput) => void
|
|
398
|
-
): void;
|
|
399
|
-
public cancelUpdateStack(
|
|
400
|
-
args: CancelUpdateStackCommandInput,
|
|
401
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CancelUpdateStackCommandOutput) => void),
|
|
402
|
-
cb?: (err: any, data?: CancelUpdateStackCommandOutput) => void
|
|
403
|
-
): Promise<CancelUpdateStackCommandOutput> | void {
|
|
404
|
-
const command = new CancelUpdateStackCommand(args);
|
|
405
|
-
if (typeof optionsOrCb === "function") {
|
|
406
|
-
this.send(command, optionsOrCb);
|
|
407
|
-
} else if (typeof cb === "function") {
|
|
408
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
409
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
410
|
-
} else {
|
|
411
|
-
return this.send(command, optionsOrCb);
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
/**
|
|
416
|
-
* <p>For a specified stack that is in the <code>UPDATE_ROLLBACK_FAILED</code> state,
|
|
417
|
-
* continues rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on
|
|
418
|
-
* the cause of the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed"> fix the error</a> and continue the rollback. By continuing the rollback, you can
|
|
419
|
-
* return your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and
|
|
420
|
-
* then try to update the stack again.</p>
|
|
421
|
-
* <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when
|
|
422
|
-
* CloudFormation cannot roll back all changes after a failed stack update. For example, you
|
|
423
|
-
* might have a stack that is rolling back to an old database instance that was deleted
|
|
424
|
-
* outside of CloudFormation. Because CloudFormation doesn't know the database was
|
|
425
|
-
* deleted, it assumes that the database instance still exists and attempts to roll back to
|
|
426
|
-
* it, causing the update rollback to fail.</p>
|
|
427
|
-
*/
|
|
428
|
-
public continueUpdateRollback(
|
|
429
|
-
args: ContinueUpdateRollbackCommandInput,
|
|
430
|
-
options?: __HttpHandlerOptions
|
|
431
|
-
): Promise<ContinueUpdateRollbackCommandOutput>;
|
|
432
|
-
public continueUpdateRollback(
|
|
433
|
-
args: ContinueUpdateRollbackCommandInput,
|
|
434
|
-
cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void
|
|
435
|
-
): void;
|
|
436
|
-
public continueUpdateRollback(
|
|
437
|
-
args: ContinueUpdateRollbackCommandInput,
|
|
438
|
-
options: __HttpHandlerOptions,
|
|
439
|
-
cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void
|
|
440
|
-
): void;
|
|
441
|
-
public continueUpdateRollback(
|
|
442
|
-
args: ContinueUpdateRollbackCommandInput,
|
|
443
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ContinueUpdateRollbackCommandOutput) => void),
|
|
444
|
-
cb?: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void
|
|
445
|
-
): Promise<ContinueUpdateRollbackCommandOutput> | void {
|
|
446
|
-
const command = new ContinueUpdateRollbackCommand(args);
|
|
447
|
-
if (typeof optionsOrCb === "function") {
|
|
448
|
-
this.send(command, optionsOrCb);
|
|
449
|
-
} else if (typeof cb === "function") {
|
|
450
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
451
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
452
|
-
} else {
|
|
453
|
-
return this.send(command, optionsOrCb);
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
/**
|
|
458
|
-
* <p>Creates a list of changes that will be applied to a stack so that you can review the
|
|
459
|
-
* changes before executing them. You can create a change set for a stack that doesn't exist
|
|
460
|
-
* or an existing stack. If you create a change set for a stack that doesn't exist, the change
|
|
461
|
-
* set shows all of the resources that CloudFormation will create. If you create a change
|
|
462
|
-
* set for an existing stack, CloudFormation compares the stack's information with the
|
|
463
|
-
* information that you submit in the change set and lists the differences. Use change sets to
|
|
464
|
-
* understand which resources CloudFormation will create or change, and how it will change
|
|
465
|
-
* resources in an existing stack, before you create or update a stack.</p>
|
|
466
|
-
* <p>To create a change set for a stack that doesn't exist, for the
|
|
467
|
-
* <code>ChangeSetType</code> parameter, specify <code>CREATE</code>. To create a change
|
|
468
|
-
* set for an existing stack, specify <code>UPDATE</code> for the <code>ChangeSetType</code>
|
|
469
|
-
* parameter. To create a change set for an import operation, specify <code>IMPORT</code> for
|
|
470
|
-
* the <code>ChangeSetType</code> parameter. After the <code>CreateChangeSet</code> call
|
|
471
|
-
* successfully completes, CloudFormation starts creating the change set. To check the
|
|
472
|
-
* status of the change set or to review it, use the <a>DescribeChangeSet</a>
|
|
473
|
-
* action.</p>
|
|
474
|
-
* <p>When you are satisfied with the changes the change set will make, execute the change
|
|
475
|
-
* set by using the <a>ExecuteChangeSet</a> action. CloudFormation doesn't make
|
|
476
|
-
* changes until you execute the change set.</p>
|
|
477
|
-
* <p>To create a change set for the entire stack hierachy, set
|
|
478
|
-
* <code>IncludeNestedStacks</code> to <code>True</code>.</p>
|
|
479
|
-
*/
|
|
480
|
-
public createChangeSet(
|
|
481
|
-
args: CreateChangeSetCommandInput,
|
|
482
|
-
options?: __HttpHandlerOptions
|
|
483
|
-
): Promise<CreateChangeSetCommandOutput>;
|
|
484
|
-
public createChangeSet(
|
|
485
|
-
args: CreateChangeSetCommandInput,
|
|
486
|
-
cb: (err: any, data?: CreateChangeSetCommandOutput) => void
|
|
487
|
-
): void;
|
|
488
|
-
public createChangeSet(
|
|
489
|
-
args: CreateChangeSetCommandInput,
|
|
490
|
-
options: __HttpHandlerOptions,
|
|
491
|
-
cb: (err: any, data?: CreateChangeSetCommandOutput) => void
|
|
492
|
-
): void;
|
|
493
|
-
public createChangeSet(
|
|
494
|
-
args: CreateChangeSetCommandInput,
|
|
495
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateChangeSetCommandOutput) => void),
|
|
496
|
-
cb?: (err: any, data?: CreateChangeSetCommandOutput) => void
|
|
497
|
-
): Promise<CreateChangeSetCommandOutput> | void {
|
|
498
|
-
const command = new CreateChangeSetCommand(args);
|
|
499
|
-
if (typeof optionsOrCb === "function") {
|
|
500
|
-
this.send(command, optionsOrCb);
|
|
501
|
-
} else if (typeof cb === "function") {
|
|
502
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
503
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
504
|
-
} else {
|
|
505
|
-
return this.send(command, optionsOrCb);
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
/**
|
|
510
|
-
* <p>Creates a stack as specified in the template. After the call completes successfully,
|
|
511
|
-
* the stack creation starts. You can check the status of the stack via the <a>DescribeStacks</a> API.</p>
|
|
512
|
-
*/
|
|
513
|
-
public createStack(args: CreateStackCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackCommandOutput>;
|
|
514
|
-
public createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
|
|
515
|
-
public createStack(
|
|
516
|
-
args: CreateStackCommandInput,
|
|
517
|
-
options: __HttpHandlerOptions,
|
|
518
|
-
cb: (err: any, data?: CreateStackCommandOutput) => void
|
|
519
|
-
): void;
|
|
520
|
-
public createStack(
|
|
521
|
-
args: CreateStackCommandInput,
|
|
522
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateStackCommandOutput) => void),
|
|
523
|
-
cb?: (err: any, data?: CreateStackCommandOutput) => void
|
|
524
|
-
): Promise<CreateStackCommandOutput> | void {
|
|
525
|
-
const command = new CreateStackCommand(args);
|
|
526
|
-
if (typeof optionsOrCb === "function") {
|
|
527
|
-
this.send(command, optionsOrCb);
|
|
528
|
-
} else if (typeof cb === "function") {
|
|
529
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
530
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
531
|
-
} else {
|
|
532
|
-
return this.send(command, optionsOrCb);
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
/**
|
|
537
|
-
* <p>Creates stack instances for the specified accounts, within the specified Regions. A
|
|
538
|
-
* stack instance refers to a stack in a specific account and Region. You must specify at least one value for either <code>Accounts</code> or <code>DeploymentTargets</code>, and you must specify at least one value for <code>Regions</code>.</p>
|
|
539
|
-
*/
|
|
540
|
-
public createStackInstances(
|
|
541
|
-
args: CreateStackInstancesCommandInput,
|
|
542
|
-
options?: __HttpHandlerOptions
|
|
543
|
-
): Promise<CreateStackInstancesCommandOutput>;
|
|
544
|
-
public createStackInstances(
|
|
545
|
-
args: CreateStackInstancesCommandInput,
|
|
546
|
-
cb: (err: any, data?: CreateStackInstancesCommandOutput) => void
|
|
547
|
-
): void;
|
|
548
|
-
public createStackInstances(
|
|
549
|
-
args: CreateStackInstancesCommandInput,
|
|
550
|
-
options: __HttpHandlerOptions,
|
|
551
|
-
cb: (err: any, data?: CreateStackInstancesCommandOutput) => void
|
|
552
|
-
): void;
|
|
553
|
-
public createStackInstances(
|
|
554
|
-
args: CreateStackInstancesCommandInput,
|
|
555
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateStackInstancesCommandOutput) => void),
|
|
556
|
-
cb?: (err: any, data?: CreateStackInstancesCommandOutput) => void
|
|
557
|
-
): Promise<CreateStackInstancesCommandOutput> | void {
|
|
558
|
-
const command = new CreateStackInstancesCommand(args);
|
|
559
|
-
if (typeof optionsOrCb === "function") {
|
|
560
|
-
this.send(command, optionsOrCb);
|
|
561
|
-
} else if (typeof cb === "function") {
|
|
562
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
563
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
564
|
-
} else {
|
|
565
|
-
return this.send(command, optionsOrCb);
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
/**
|
|
570
|
-
* <p>Creates a stack set.</p>
|
|
571
|
-
*/
|
|
572
|
-
public createStackSet(
|
|
573
|
-
args: CreateStackSetCommandInput,
|
|
574
|
-
options?: __HttpHandlerOptions
|
|
575
|
-
): Promise<CreateStackSetCommandOutput>;
|
|
576
|
-
public createStackSet(
|
|
577
|
-
args: CreateStackSetCommandInput,
|
|
578
|
-
cb: (err: any, data?: CreateStackSetCommandOutput) => void
|
|
579
|
-
): void;
|
|
580
|
-
public createStackSet(
|
|
581
|
-
args: CreateStackSetCommandInput,
|
|
582
|
-
options: __HttpHandlerOptions,
|
|
583
|
-
cb: (err: any, data?: CreateStackSetCommandOutput) => void
|
|
584
|
-
): void;
|
|
585
|
-
public createStackSet(
|
|
586
|
-
args: CreateStackSetCommandInput,
|
|
587
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateStackSetCommandOutput) => void),
|
|
588
|
-
cb?: (err: any, data?: CreateStackSetCommandOutput) => void
|
|
589
|
-
): Promise<CreateStackSetCommandOutput> | void {
|
|
590
|
-
const command = new CreateStackSetCommand(args);
|
|
591
|
-
if (typeof optionsOrCb === "function") {
|
|
592
|
-
this.send(command, optionsOrCb);
|
|
593
|
-
} else if (typeof cb === "function") {
|
|
594
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
595
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
596
|
-
} else {
|
|
597
|
-
return this.send(command, optionsOrCb);
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
/**
|
|
602
|
-
* <p>Deactivates a public extension that was previously activated in this account and
|
|
603
|
-
* region.</p>
|
|
604
|
-
* <p>Once deactivated, an extension cannot be used in any CloudFormation operation. This
|
|
605
|
-
* includes stack update operations where the stack template includes the extension, even if
|
|
606
|
-
* no updates are being made to the extension. In addition, deactivated extensions are not
|
|
607
|
-
* automatically updated if a new version of the extension is released.</p>
|
|
608
|
-
*/
|
|
609
|
-
public deactivateType(
|
|
610
|
-
args: DeactivateTypeCommandInput,
|
|
611
|
-
options?: __HttpHandlerOptions
|
|
612
|
-
): Promise<DeactivateTypeCommandOutput>;
|
|
613
|
-
public deactivateType(
|
|
614
|
-
args: DeactivateTypeCommandInput,
|
|
615
|
-
cb: (err: any, data?: DeactivateTypeCommandOutput) => void
|
|
616
|
-
): void;
|
|
617
|
-
public deactivateType(
|
|
618
|
-
args: DeactivateTypeCommandInput,
|
|
619
|
-
options: __HttpHandlerOptions,
|
|
620
|
-
cb: (err: any, data?: DeactivateTypeCommandOutput) => void
|
|
621
|
-
): void;
|
|
622
|
-
public deactivateType(
|
|
623
|
-
args: DeactivateTypeCommandInput,
|
|
624
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeactivateTypeCommandOutput) => void),
|
|
625
|
-
cb?: (err: any, data?: DeactivateTypeCommandOutput) => void
|
|
626
|
-
): Promise<DeactivateTypeCommandOutput> | void {
|
|
627
|
-
const command = new DeactivateTypeCommand(args);
|
|
628
|
-
if (typeof optionsOrCb === "function") {
|
|
629
|
-
this.send(command, optionsOrCb);
|
|
630
|
-
} else if (typeof cb === "function") {
|
|
631
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
632
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
633
|
-
} else {
|
|
634
|
-
return this.send(command, optionsOrCb);
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
/**
|
|
639
|
-
* <p>Deletes the specified change set. Deleting change sets ensures that no one executes
|
|
640
|
-
* the wrong change set.</p>
|
|
641
|
-
* <p>If the call successfully completes, CloudFormation successfully deleted the
|
|
642
|
-
* change set.</p>
|
|
643
|
-
* <p>If <code>IncludeNestedStacks</code> specifies <code>True</code> during the creation of
|
|
644
|
-
* the nested change set, then <code>DeleteChangeSet</code> will delete all change sets that
|
|
645
|
-
* belong to the stacks hierarchy and will also delete all change sets for nested stacks with
|
|
646
|
-
* the status of <code>REVIEW_IN_PROGRESS</code>.</p>
|
|
647
|
-
*/
|
|
648
|
-
public deleteChangeSet(
|
|
649
|
-
args: DeleteChangeSetCommandInput,
|
|
650
|
-
options?: __HttpHandlerOptions
|
|
651
|
-
): Promise<DeleteChangeSetCommandOutput>;
|
|
652
|
-
public deleteChangeSet(
|
|
653
|
-
args: DeleteChangeSetCommandInput,
|
|
654
|
-
cb: (err: any, data?: DeleteChangeSetCommandOutput) => void
|
|
655
|
-
): void;
|
|
656
|
-
public deleteChangeSet(
|
|
657
|
-
args: DeleteChangeSetCommandInput,
|
|
658
|
-
options: __HttpHandlerOptions,
|
|
659
|
-
cb: (err: any, data?: DeleteChangeSetCommandOutput) => void
|
|
660
|
-
): void;
|
|
661
|
-
public deleteChangeSet(
|
|
662
|
-
args: DeleteChangeSetCommandInput,
|
|
663
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteChangeSetCommandOutput) => void),
|
|
664
|
-
cb?: (err: any, data?: DeleteChangeSetCommandOutput) => void
|
|
665
|
-
): Promise<DeleteChangeSetCommandOutput> | void {
|
|
666
|
-
const command = new DeleteChangeSetCommand(args);
|
|
667
|
-
if (typeof optionsOrCb === "function") {
|
|
668
|
-
this.send(command, optionsOrCb);
|
|
669
|
-
} else if (typeof cb === "function") {
|
|
670
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
671
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
672
|
-
} else {
|
|
673
|
-
return this.send(command, optionsOrCb);
|
|
674
|
-
}
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
/**
|
|
678
|
-
* <p>Deletes a specified stack. Once the call completes successfully, stack deletion
|
|
679
|
-
* starts. Deleted stacks do not show up in the <a>DescribeStacks</a> API if the
|
|
680
|
-
* deletion has been completed successfully.</p>
|
|
681
|
-
*/
|
|
682
|
-
public deleteStack(args: DeleteStackCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackCommandOutput>;
|
|
683
|
-
public deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
|
|
684
|
-
public deleteStack(
|
|
685
|
-
args: DeleteStackCommandInput,
|
|
686
|
-
options: __HttpHandlerOptions,
|
|
687
|
-
cb: (err: any, data?: DeleteStackCommandOutput) => void
|
|
688
|
-
): void;
|
|
689
|
-
public deleteStack(
|
|
690
|
-
args: DeleteStackCommandInput,
|
|
691
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteStackCommandOutput) => void),
|
|
692
|
-
cb?: (err: any, data?: DeleteStackCommandOutput) => void
|
|
693
|
-
): Promise<DeleteStackCommandOutput> | void {
|
|
694
|
-
const command = new DeleteStackCommand(args);
|
|
695
|
-
if (typeof optionsOrCb === "function") {
|
|
696
|
-
this.send(command, optionsOrCb);
|
|
697
|
-
} else if (typeof cb === "function") {
|
|
698
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
699
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
700
|
-
} else {
|
|
701
|
-
return this.send(command, optionsOrCb);
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
/**
|
|
706
|
-
* <p>Deletes stack instances for the specified accounts, in the specified Regions.</p>
|
|
707
|
-
*/
|
|
708
|
-
public deleteStackInstances(
|
|
709
|
-
args: DeleteStackInstancesCommandInput,
|
|
710
|
-
options?: __HttpHandlerOptions
|
|
711
|
-
): Promise<DeleteStackInstancesCommandOutput>;
|
|
712
|
-
public deleteStackInstances(
|
|
713
|
-
args: DeleteStackInstancesCommandInput,
|
|
714
|
-
cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void
|
|
715
|
-
): void;
|
|
716
|
-
public deleteStackInstances(
|
|
717
|
-
args: DeleteStackInstancesCommandInput,
|
|
718
|
-
options: __HttpHandlerOptions,
|
|
719
|
-
cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void
|
|
720
|
-
): void;
|
|
721
|
-
public deleteStackInstances(
|
|
722
|
-
args: DeleteStackInstancesCommandInput,
|
|
723
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteStackInstancesCommandOutput) => void),
|
|
724
|
-
cb?: (err: any, data?: DeleteStackInstancesCommandOutput) => void
|
|
725
|
-
): Promise<DeleteStackInstancesCommandOutput> | void {
|
|
726
|
-
const command = new DeleteStackInstancesCommand(args);
|
|
727
|
-
if (typeof optionsOrCb === "function") {
|
|
728
|
-
this.send(command, optionsOrCb);
|
|
729
|
-
} else if (typeof cb === "function") {
|
|
730
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
731
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
732
|
-
} else {
|
|
733
|
-
return this.send(command, optionsOrCb);
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
/**
|
|
738
|
-
* <p>Deletes a stack set. Before you can delete a stack set, all of its member stack
|
|
739
|
-
* instances must be deleted. For more information about how to do this, see <a>DeleteStackInstances</a>.</p>
|
|
740
|
-
*/
|
|
741
|
-
public deleteStackSet(
|
|
742
|
-
args: DeleteStackSetCommandInput,
|
|
743
|
-
options?: __HttpHandlerOptions
|
|
744
|
-
): Promise<DeleteStackSetCommandOutput>;
|
|
745
|
-
public deleteStackSet(
|
|
746
|
-
args: DeleteStackSetCommandInput,
|
|
747
|
-
cb: (err: any, data?: DeleteStackSetCommandOutput) => void
|
|
748
|
-
): void;
|
|
749
|
-
public deleteStackSet(
|
|
750
|
-
args: DeleteStackSetCommandInput,
|
|
751
|
-
options: __HttpHandlerOptions,
|
|
752
|
-
cb: (err: any, data?: DeleteStackSetCommandOutput) => void
|
|
753
|
-
): void;
|
|
754
|
-
public deleteStackSet(
|
|
755
|
-
args: DeleteStackSetCommandInput,
|
|
756
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteStackSetCommandOutput) => void),
|
|
757
|
-
cb?: (err: any, data?: DeleteStackSetCommandOutput) => void
|
|
758
|
-
): Promise<DeleteStackSetCommandOutput> | void {
|
|
759
|
-
const command = new DeleteStackSetCommand(args);
|
|
760
|
-
if (typeof optionsOrCb === "function") {
|
|
761
|
-
this.send(command, optionsOrCb);
|
|
762
|
-
} else if (typeof cb === "function") {
|
|
763
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
764
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
765
|
-
} else {
|
|
766
|
-
return this.send(command, optionsOrCb);
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
/**
|
|
771
|
-
* <p>Marks an extension or extension version as <code>DEPRECATED</code> in the CloudFormation registry, removing it from active use. Deprecated extensions or
|
|
772
|
-
* extension versions cannot be used in CloudFormation operations.</p>
|
|
773
|
-
* <p>To deregister an entire extension, you must individually deregister all active versions
|
|
774
|
-
* of that extension. If an extension has only a single active version, deregistering that
|
|
775
|
-
* version results in the extension itself being deregistered and marked as deprecated in the
|
|
776
|
-
* registry. </p>
|
|
777
|
-
* <p>You cannot deregister the default version of an extension if there are other active
|
|
778
|
-
* version of that extension. If you do deregister the default version of an extension, the
|
|
779
|
-
* textensionype itself is deregistered as well and marked as deprecated. </p>
|
|
780
|
-
* <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
|
|
781
|
-
*/
|
|
782
|
-
public deregisterType(
|
|
783
|
-
args: DeregisterTypeCommandInput,
|
|
784
|
-
options?: __HttpHandlerOptions
|
|
785
|
-
): Promise<DeregisterTypeCommandOutput>;
|
|
786
|
-
public deregisterType(
|
|
787
|
-
args: DeregisterTypeCommandInput,
|
|
788
|
-
cb: (err: any, data?: DeregisterTypeCommandOutput) => void
|
|
789
|
-
): void;
|
|
790
|
-
public deregisterType(
|
|
791
|
-
args: DeregisterTypeCommandInput,
|
|
792
|
-
options: __HttpHandlerOptions,
|
|
793
|
-
cb: (err: any, data?: DeregisterTypeCommandOutput) => void
|
|
794
|
-
): void;
|
|
795
|
-
public deregisterType(
|
|
796
|
-
args: DeregisterTypeCommandInput,
|
|
797
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeregisterTypeCommandOutput) => void),
|
|
798
|
-
cb?: (err: any, data?: DeregisterTypeCommandOutput) => void
|
|
799
|
-
): Promise<DeregisterTypeCommandOutput> | void {
|
|
800
|
-
const command = new DeregisterTypeCommand(args);
|
|
801
|
-
if (typeof optionsOrCb === "function") {
|
|
802
|
-
this.send(command, optionsOrCb);
|
|
803
|
-
} else if (typeof cb === "function") {
|
|
804
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
805
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
806
|
-
} else {
|
|
807
|
-
return this.send(command, optionsOrCb);
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
/**
|
|
812
|
-
* <p>Retrieves your account's CloudFormation limits, such as the maximum number of
|
|
813
|
-
* stacks that you can create in your account. For more information about account limits, see
|
|
814
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html">CloudFormation
|
|
815
|
-
* Limits</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
816
|
-
*/
|
|
817
|
-
public describeAccountLimits(
|
|
818
|
-
args: DescribeAccountLimitsCommandInput,
|
|
819
|
-
options?: __HttpHandlerOptions
|
|
820
|
-
): Promise<DescribeAccountLimitsCommandOutput>;
|
|
821
|
-
public describeAccountLimits(
|
|
822
|
-
args: DescribeAccountLimitsCommandInput,
|
|
823
|
-
cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
|
|
824
|
-
): void;
|
|
825
|
-
public describeAccountLimits(
|
|
826
|
-
args: DescribeAccountLimitsCommandInput,
|
|
827
|
-
options: __HttpHandlerOptions,
|
|
828
|
-
cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
|
|
829
|
-
): void;
|
|
830
|
-
public describeAccountLimits(
|
|
831
|
-
args: DescribeAccountLimitsCommandInput,
|
|
832
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAccountLimitsCommandOutput) => void),
|
|
833
|
-
cb?: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
|
|
834
|
-
): Promise<DescribeAccountLimitsCommandOutput> | void {
|
|
835
|
-
const command = new DescribeAccountLimitsCommand(args);
|
|
836
|
-
if (typeof optionsOrCb === "function") {
|
|
837
|
-
this.send(command, optionsOrCb);
|
|
838
|
-
} else if (typeof cb === "function") {
|
|
839
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
840
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
841
|
-
} else {
|
|
842
|
-
return this.send(command, optionsOrCb);
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
/**
|
|
847
|
-
* <p>Returns the inputs for the change set and a list of changes that CloudFormation
|
|
848
|
-
* will make if you execute the change set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets.html">Updating Stacks Using Change Sets</a> in the CloudFormation User
|
|
849
|
-
* Guide.</p>
|
|
850
|
-
*/
|
|
851
|
-
public describeChangeSet(
|
|
852
|
-
args: DescribeChangeSetCommandInput,
|
|
853
|
-
options?: __HttpHandlerOptions
|
|
854
|
-
): Promise<DescribeChangeSetCommandOutput>;
|
|
855
|
-
public describeChangeSet(
|
|
856
|
-
args: DescribeChangeSetCommandInput,
|
|
857
|
-
cb: (err: any, data?: DescribeChangeSetCommandOutput) => void
|
|
858
|
-
): void;
|
|
859
|
-
public describeChangeSet(
|
|
860
|
-
args: DescribeChangeSetCommandInput,
|
|
861
|
-
options: __HttpHandlerOptions,
|
|
862
|
-
cb: (err: any, data?: DescribeChangeSetCommandOutput) => void
|
|
863
|
-
): void;
|
|
864
|
-
public describeChangeSet(
|
|
865
|
-
args: DescribeChangeSetCommandInput,
|
|
866
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeChangeSetCommandOutput) => void),
|
|
867
|
-
cb?: (err: any, data?: DescribeChangeSetCommandOutput) => void
|
|
868
|
-
): Promise<DescribeChangeSetCommandOutput> | void {
|
|
869
|
-
const command = new DescribeChangeSetCommand(args);
|
|
870
|
-
if (typeof optionsOrCb === "function") {
|
|
871
|
-
this.send(command, optionsOrCb);
|
|
872
|
-
} else if (typeof cb === "function") {
|
|
873
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
874
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
875
|
-
} else {
|
|
876
|
-
return this.send(command, optionsOrCb);
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
/**
|
|
881
|
-
* <p>Returns information about a CloudFormation extension publisher.</p>
|
|
882
|
-
* <p>If you do not supply a <code>PublisherId</code>, and you have registered as an extension
|
|
883
|
-
* publisher, <code>DescribePublisher</code> returns information about your own publisher
|
|
884
|
-
* account. </p>
|
|
885
|
-
* <p>For more information on registering as a publisher, see:</p>
|
|
886
|
-
* <ul>
|
|
887
|
-
* <li>
|
|
888
|
-
* <p>
|
|
889
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>
|
|
890
|
-
* </p>
|
|
891
|
-
* </li>
|
|
892
|
-
* <li>
|
|
893
|
-
* <p>
|
|
894
|
-
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing
|
|
895
|
-
* extensions to make them available for public use</a> in the
|
|
896
|
-
* <i>CloudFormation CLI User Guide</i>
|
|
897
|
-
* </p>
|
|
898
|
-
* </li>
|
|
899
|
-
* </ul>
|
|
900
|
-
*/
|
|
901
|
-
public describePublisher(
|
|
902
|
-
args: DescribePublisherCommandInput,
|
|
903
|
-
options?: __HttpHandlerOptions
|
|
904
|
-
): Promise<DescribePublisherCommandOutput>;
|
|
905
|
-
public describePublisher(
|
|
906
|
-
args: DescribePublisherCommandInput,
|
|
907
|
-
cb: (err: any, data?: DescribePublisherCommandOutput) => void
|
|
908
|
-
): void;
|
|
909
|
-
public describePublisher(
|
|
910
|
-
args: DescribePublisherCommandInput,
|
|
911
|
-
options: __HttpHandlerOptions,
|
|
912
|
-
cb: (err: any, data?: DescribePublisherCommandOutput) => void
|
|
913
|
-
): void;
|
|
914
|
-
public describePublisher(
|
|
915
|
-
args: DescribePublisherCommandInput,
|
|
916
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePublisherCommandOutput) => void),
|
|
917
|
-
cb?: (err: any, data?: DescribePublisherCommandOutput) => void
|
|
918
|
-
): Promise<DescribePublisherCommandOutput> | void {
|
|
919
|
-
const command = new DescribePublisherCommand(args);
|
|
920
|
-
if (typeof optionsOrCb === "function") {
|
|
921
|
-
this.send(command, optionsOrCb);
|
|
922
|
-
} else if (typeof cb === "function") {
|
|
923
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
924
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
925
|
-
} else {
|
|
926
|
-
return this.send(command, optionsOrCb);
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
/**
|
|
931
|
-
* <p>Returns information about a stack drift detection operation. A stack drift detection
|
|
932
|
-
* operation detects whether a stack's actual configuration differs, or has
|
|
933
|
-
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
934
|
-
* template and any values specified as template parameters. A stack is considered to have
|
|
935
|
-
* drifted if one or more of its resources have drifted. For more information on stack and
|
|
936
|
-
* resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
|
|
937
|
-
* Unregulated Configuration Changes to Stacks and Resources</a>.</p>
|
|
938
|
-
* <p>Use <a>DetectStackDrift</a> to initiate a stack drift detection operation.
|
|
939
|
-
* <code>DetectStackDrift</code> returns a <code>StackDriftDetectionId</code> you can use
|
|
940
|
-
* to monitor the progress of the operation using
|
|
941
|
-
* <code>DescribeStackDriftDetectionStatus</code>. Once the drift detection operation has
|
|
942
|
-
* completed, use <a>DescribeStackResourceDrifts</a> to return drift information
|
|
943
|
-
* about the stack and its resources.</p>
|
|
944
|
-
*/
|
|
945
|
-
public describeStackDriftDetectionStatus(
|
|
946
|
-
args: DescribeStackDriftDetectionStatusCommandInput,
|
|
947
|
-
options?: __HttpHandlerOptions
|
|
948
|
-
): Promise<DescribeStackDriftDetectionStatusCommandOutput>;
|
|
949
|
-
public describeStackDriftDetectionStatus(
|
|
950
|
-
args: DescribeStackDriftDetectionStatusCommandInput,
|
|
951
|
-
cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void
|
|
952
|
-
): void;
|
|
953
|
-
public describeStackDriftDetectionStatus(
|
|
954
|
-
args: DescribeStackDriftDetectionStatusCommandInput,
|
|
955
|
-
options: __HttpHandlerOptions,
|
|
956
|
-
cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void
|
|
957
|
-
): void;
|
|
958
|
-
public describeStackDriftDetectionStatus(
|
|
959
|
-
args: DescribeStackDriftDetectionStatusCommandInput,
|
|
960
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void),
|
|
961
|
-
cb?: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void
|
|
962
|
-
): Promise<DescribeStackDriftDetectionStatusCommandOutput> | void {
|
|
963
|
-
const command = new DescribeStackDriftDetectionStatusCommand(args);
|
|
964
|
-
if (typeof optionsOrCb === "function") {
|
|
965
|
-
this.send(command, optionsOrCb);
|
|
966
|
-
} else if (typeof cb === "function") {
|
|
967
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
968
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
969
|
-
} else {
|
|
970
|
-
return this.send(command, optionsOrCb);
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
/**
|
|
975
|
-
* <p>Returns all stack related events for a specified stack in reverse chronological
|
|
976
|
-
* order. For more information about a stack's event history, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html">Stacks</a> in the CloudFormation User Guide.</p>
|
|
977
|
-
* <note>
|
|
978
|
-
* <p>You can list events for stacks that have failed to create or have been deleted by
|
|
979
|
-
* specifying the unique stack identifier (stack ID).</p>
|
|
980
|
-
* </note>
|
|
981
|
-
*/
|
|
982
|
-
public describeStackEvents(
|
|
983
|
-
args: DescribeStackEventsCommandInput,
|
|
984
|
-
options?: __HttpHandlerOptions
|
|
985
|
-
): Promise<DescribeStackEventsCommandOutput>;
|
|
986
|
-
public describeStackEvents(
|
|
987
|
-
args: DescribeStackEventsCommandInput,
|
|
988
|
-
cb: (err: any, data?: DescribeStackEventsCommandOutput) => void
|
|
989
|
-
): void;
|
|
990
|
-
public describeStackEvents(
|
|
991
|
-
args: DescribeStackEventsCommandInput,
|
|
992
|
-
options: __HttpHandlerOptions,
|
|
993
|
-
cb: (err: any, data?: DescribeStackEventsCommandOutput) => void
|
|
994
|
-
): void;
|
|
995
|
-
public describeStackEvents(
|
|
996
|
-
args: DescribeStackEventsCommandInput,
|
|
997
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStackEventsCommandOutput) => void),
|
|
998
|
-
cb?: (err: any, data?: DescribeStackEventsCommandOutput) => void
|
|
999
|
-
): Promise<DescribeStackEventsCommandOutput> | void {
|
|
1000
|
-
const command = new DescribeStackEventsCommand(args);
|
|
1001
|
-
if (typeof optionsOrCb === "function") {
|
|
1002
|
-
this.send(command, optionsOrCb);
|
|
1003
|
-
} else if (typeof cb === "function") {
|
|
1004
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1005
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1006
|
-
} else {
|
|
1007
|
-
return this.send(command, optionsOrCb);
|
|
1008
|
-
}
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
/**
|
|
1012
|
-
* <p>Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and Region.</p>
|
|
1013
|
-
* <p>For a list of stack instances that are associated with a specific stack set, use
|
|
1014
|
-
* <a>ListStackInstances</a>.</p>
|
|
1015
|
-
*/
|
|
1016
|
-
public describeStackInstance(
|
|
1017
|
-
args: DescribeStackInstanceCommandInput,
|
|
1018
|
-
options?: __HttpHandlerOptions
|
|
1019
|
-
): Promise<DescribeStackInstanceCommandOutput>;
|
|
1020
|
-
public describeStackInstance(
|
|
1021
|
-
args: DescribeStackInstanceCommandInput,
|
|
1022
|
-
cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void
|
|
1023
|
-
): void;
|
|
1024
|
-
public describeStackInstance(
|
|
1025
|
-
args: DescribeStackInstanceCommandInput,
|
|
1026
|
-
options: __HttpHandlerOptions,
|
|
1027
|
-
cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void
|
|
1028
|
-
): void;
|
|
1029
|
-
public describeStackInstance(
|
|
1030
|
-
args: DescribeStackInstanceCommandInput,
|
|
1031
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStackInstanceCommandOutput) => void),
|
|
1032
|
-
cb?: (err: any, data?: DescribeStackInstanceCommandOutput) => void
|
|
1033
|
-
): Promise<DescribeStackInstanceCommandOutput> | void {
|
|
1034
|
-
const command = new DescribeStackInstanceCommand(args);
|
|
1035
|
-
if (typeof optionsOrCb === "function") {
|
|
1036
|
-
this.send(command, optionsOrCb);
|
|
1037
|
-
} else if (typeof cb === "function") {
|
|
1038
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1039
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1040
|
-
} else {
|
|
1041
|
-
return this.send(command, optionsOrCb);
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
/**
|
|
1046
|
-
* <p>Returns a description of the specified resource in the specified stack.</p>
|
|
1047
|
-
* <p>For deleted stacks, DescribeStackResource returns resource information for up to 90
|
|
1048
|
-
* days after the stack has been deleted.</p>
|
|
1049
|
-
*/
|
|
1050
|
-
public describeStackResource(
|
|
1051
|
-
args: DescribeStackResourceCommandInput,
|
|
1052
|
-
options?: __HttpHandlerOptions
|
|
1053
|
-
): Promise<DescribeStackResourceCommandOutput>;
|
|
1054
|
-
public describeStackResource(
|
|
1055
|
-
args: DescribeStackResourceCommandInput,
|
|
1056
|
-
cb: (err: any, data?: DescribeStackResourceCommandOutput) => void
|
|
1057
|
-
): void;
|
|
1058
|
-
public describeStackResource(
|
|
1059
|
-
args: DescribeStackResourceCommandInput,
|
|
1060
|
-
options: __HttpHandlerOptions,
|
|
1061
|
-
cb: (err: any, data?: DescribeStackResourceCommandOutput) => void
|
|
1062
|
-
): void;
|
|
1063
|
-
public describeStackResource(
|
|
1064
|
-
args: DescribeStackResourceCommandInput,
|
|
1065
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStackResourceCommandOutput) => void),
|
|
1066
|
-
cb?: (err: any, data?: DescribeStackResourceCommandOutput) => void
|
|
1067
|
-
): Promise<DescribeStackResourceCommandOutput> | void {
|
|
1068
|
-
const command = new DescribeStackResourceCommand(args);
|
|
1069
|
-
if (typeof optionsOrCb === "function") {
|
|
1070
|
-
this.send(command, optionsOrCb);
|
|
1071
|
-
} else if (typeof cb === "function") {
|
|
1072
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1073
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1074
|
-
} else {
|
|
1075
|
-
return this.send(command, optionsOrCb);
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
/**
|
|
1080
|
-
* <p>Returns drift information for the resources that have been checked for drift in the
|
|
1081
|
-
* specified stack. This includes actual and expected configuration values for resources where
|
|
1082
|
-
* CloudFormation detects configuration drift.</p>
|
|
1083
|
-
* <p>For a given stack, there will be one <code>StackResourceDrift</code> for each stack
|
|
1084
|
-
* resource that has been checked for drift. Resources that haven't yet been checked for drift
|
|
1085
|
-
* are not included. Resources that do not currently support drift detection are not checked,
|
|
1086
|
-
* and so not included. For a list of resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
|
|
1087
|
-
* <p>Use <a>DetectStackResourceDrift</a> to detect drift on individual
|
|
1088
|
-
* resources, or <a>DetectStackDrift</a> to detect drift on all supported resources
|
|
1089
|
-
* for a given stack.</p>
|
|
1090
|
-
*/
|
|
1091
|
-
public describeStackResourceDrifts(
|
|
1092
|
-
args: DescribeStackResourceDriftsCommandInput,
|
|
1093
|
-
options?: __HttpHandlerOptions
|
|
1094
|
-
): Promise<DescribeStackResourceDriftsCommandOutput>;
|
|
1095
|
-
public describeStackResourceDrifts(
|
|
1096
|
-
args: DescribeStackResourceDriftsCommandInput,
|
|
1097
|
-
cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void
|
|
1098
|
-
): void;
|
|
1099
|
-
public describeStackResourceDrifts(
|
|
1100
|
-
args: DescribeStackResourceDriftsCommandInput,
|
|
1101
|
-
options: __HttpHandlerOptions,
|
|
1102
|
-
cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void
|
|
1103
|
-
): void;
|
|
1104
|
-
public describeStackResourceDrifts(
|
|
1105
|
-
args: DescribeStackResourceDriftsCommandInput,
|
|
1106
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStackResourceDriftsCommandOutput) => void),
|
|
1107
|
-
cb?: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void
|
|
1108
|
-
): Promise<DescribeStackResourceDriftsCommandOutput> | void {
|
|
1109
|
-
const command = new DescribeStackResourceDriftsCommand(args);
|
|
1110
|
-
if (typeof optionsOrCb === "function") {
|
|
1111
|
-
this.send(command, optionsOrCb);
|
|
1112
|
-
} else if (typeof cb === "function") {
|
|
1113
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1114
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1115
|
-
} else {
|
|
1116
|
-
return this.send(command, optionsOrCb);
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
/**
|
|
1121
|
-
* <p>Returns Amazon Web Services resource descriptions for running and deleted stacks. If
|
|
1122
|
-
* <code>StackName</code> is specified, all the associated resources that are part of the
|
|
1123
|
-
* stack are returned. If <code>PhysicalResourceId</code> is specified, the associated
|
|
1124
|
-
* resources of the stack that the resource belongs to are returned.</p>
|
|
1125
|
-
* <note>
|
|
1126
|
-
* <p>Only the first 100 resources will be returned. If your stack has more resources
|
|
1127
|
-
* than this, you should use <code>ListStackResources</code> instead.</p>
|
|
1128
|
-
* </note>
|
|
1129
|
-
* <p>For deleted stacks, <code>DescribeStackResources</code> returns resource information
|
|
1130
|
-
* for up to 90 days after the stack has been deleted.</p>
|
|
1131
|
-
* <p>You must specify either <code>StackName</code> or <code>PhysicalResourceId</code>,
|
|
1132
|
-
* but not both. In addition, you can specify <code>LogicalResourceId</code> to filter the
|
|
1133
|
-
* returned result. For more information about resources, the <code>LogicalResourceId</code>
|
|
1134
|
-
* and <code>PhysicalResourceId</code>, go to the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/">CloudFormation User
|
|
1135
|
-
* Guide</a>.</p>
|
|
1136
|
-
* <note>
|
|
1137
|
-
* <p>A <code>ValidationError</code> is returned if you specify both
|
|
1138
|
-
* <code>StackName</code> and <code>PhysicalResourceId</code> in the same
|
|
1139
|
-
* request.</p>
|
|
1140
|
-
* </note>
|
|
1141
|
-
*/
|
|
1142
|
-
public describeStackResources(
|
|
1143
|
-
args: DescribeStackResourcesCommandInput,
|
|
1144
|
-
options?: __HttpHandlerOptions
|
|
1145
|
-
): Promise<DescribeStackResourcesCommandOutput>;
|
|
1146
|
-
public describeStackResources(
|
|
1147
|
-
args: DescribeStackResourcesCommandInput,
|
|
1148
|
-
cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void
|
|
1149
|
-
): void;
|
|
1150
|
-
public describeStackResources(
|
|
1151
|
-
args: DescribeStackResourcesCommandInput,
|
|
1152
|
-
options: __HttpHandlerOptions,
|
|
1153
|
-
cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void
|
|
1154
|
-
): void;
|
|
1155
|
-
public describeStackResources(
|
|
1156
|
-
args: DescribeStackResourcesCommandInput,
|
|
1157
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStackResourcesCommandOutput) => void),
|
|
1158
|
-
cb?: (err: any, data?: DescribeStackResourcesCommandOutput) => void
|
|
1159
|
-
): Promise<DescribeStackResourcesCommandOutput> | void {
|
|
1160
|
-
const command = new DescribeStackResourcesCommand(args);
|
|
1161
|
-
if (typeof optionsOrCb === "function") {
|
|
1162
|
-
this.send(command, optionsOrCb);
|
|
1163
|
-
} else if (typeof cb === "function") {
|
|
1164
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1165
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1166
|
-
} else {
|
|
1167
|
-
return this.send(command, optionsOrCb);
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
/**
|
|
1172
|
-
* <p>Returns the description for the specified stack; if no stack name was specified, then
|
|
1173
|
-
* it returns the description for all the stacks created.</p>
|
|
1174
|
-
* <note>
|
|
1175
|
-
* <p>If the stack does not exist, an <code>ValidationError</code> is
|
|
1176
|
-
* returned.</p>
|
|
1177
|
-
* </note>
|
|
1178
|
-
*/
|
|
1179
|
-
public describeStacks(
|
|
1180
|
-
args: DescribeStacksCommandInput,
|
|
1181
|
-
options?: __HttpHandlerOptions
|
|
1182
|
-
): Promise<DescribeStacksCommandOutput>;
|
|
1183
|
-
public describeStacks(
|
|
1184
|
-
args: DescribeStacksCommandInput,
|
|
1185
|
-
cb: (err: any, data?: DescribeStacksCommandOutput) => void
|
|
1186
|
-
): void;
|
|
1187
|
-
public describeStacks(
|
|
1188
|
-
args: DescribeStacksCommandInput,
|
|
1189
|
-
options: __HttpHandlerOptions,
|
|
1190
|
-
cb: (err: any, data?: DescribeStacksCommandOutput) => void
|
|
1191
|
-
): void;
|
|
1192
|
-
public describeStacks(
|
|
1193
|
-
args: DescribeStacksCommandInput,
|
|
1194
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStacksCommandOutput) => void),
|
|
1195
|
-
cb?: (err: any, data?: DescribeStacksCommandOutput) => void
|
|
1196
|
-
): Promise<DescribeStacksCommandOutput> | void {
|
|
1197
|
-
const command = new DescribeStacksCommand(args);
|
|
1198
|
-
if (typeof optionsOrCb === "function") {
|
|
1199
|
-
this.send(command, optionsOrCb);
|
|
1200
|
-
} else if (typeof cb === "function") {
|
|
1201
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1202
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1203
|
-
} else {
|
|
1204
|
-
return this.send(command, optionsOrCb);
|
|
1205
|
-
}
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
/**
|
|
1209
|
-
* <p>Returns the description of the specified stack set. </p>
|
|
1210
|
-
*/
|
|
1211
|
-
public describeStackSet(
|
|
1212
|
-
args: DescribeStackSetCommandInput,
|
|
1213
|
-
options?: __HttpHandlerOptions
|
|
1214
|
-
): Promise<DescribeStackSetCommandOutput>;
|
|
1215
|
-
public describeStackSet(
|
|
1216
|
-
args: DescribeStackSetCommandInput,
|
|
1217
|
-
cb: (err: any, data?: DescribeStackSetCommandOutput) => void
|
|
1218
|
-
): void;
|
|
1219
|
-
public describeStackSet(
|
|
1220
|
-
args: DescribeStackSetCommandInput,
|
|
1221
|
-
options: __HttpHandlerOptions,
|
|
1222
|
-
cb: (err: any, data?: DescribeStackSetCommandOutput) => void
|
|
1223
|
-
): void;
|
|
1224
|
-
public describeStackSet(
|
|
1225
|
-
args: DescribeStackSetCommandInput,
|
|
1226
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStackSetCommandOutput) => void),
|
|
1227
|
-
cb?: (err: any, data?: DescribeStackSetCommandOutput) => void
|
|
1228
|
-
): Promise<DescribeStackSetCommandOutput> | void {
|
|
1229
|
-
const command = new DescribeStackSetCommand(args);
|
|
1230
|
-
if (typeof optionsOrCb === "function") {
|
|
1231
|
-
this.send(command, optionsOrCb);
|
|
1232
|
-
} else if (typeof cb === "function") {
|
|
1233
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1234
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1235
|
-
} else {
|
|
1236
|
-
return this.send(command, optionsOrCb);
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
/**
|
|
1241
|
-
* <p>Returns the description of the specified stack set operation. </p>
|
|
1242
|
-
*/
|
|
1243
|
-
public describeStackSetOperation(
|
|
1244
|
-
args: DescribeStackSetOperationCommandInput,
|
|
1245
|
-
options?: __HttpHandlerOptions
|
|
1246
|
-
): Promise<DescribeStackSetOperationCommandOutput>;
|
|
1247
|
-
public describeStackSetOperation(
|
|
1248
|
-
args: DescribeStackSetOperationCommandInput,
|
|
1249
|
-
cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void
|
|
1250
|
-
): void;
|
|
1251
|
-
public describeStackSetOperation(
|
|
1252
|
-
args: DescribeStackSetOperationCommandInput,
|
|
1253
|
-
options: __HttpHandlerOptions,
|
|
1254
|
-
cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void
|
|
1255
|
-
): void;
|
|
1256
|
-
public describeStackSetOperation(
|
|
1257
|
-
args: DescribeStackSetOperationCommandInput,
|
|
1258
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStackSetOperationCommandOutput) => void),
|
|
1259
|
-
cb?: (err: any, data?: DescribeStackSetOperationCommandOutput) => void
|
|
1260
|
-
): Promise<DescribeStackSetOperationCommandOutput> | void {
|
|
1261
|
-
const command = new DescribeStackSetOperationCommand(args);
|
|
1262
|
-
if (typeof optionsOrCb === "function") {
|
|
1263
|
-
this.send(command, optionsOrCb);
|
|
1264
|
-
} else if (typeof cb === "function") {
|
|
1265
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1266
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1267
|
-
} else {
|
|
1268
|
-
return this.send(command, optionsOrCb);
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
/**
|
|
1273
|
-
* <p>Returns detailed information about an extension that has been registered.</p>
|
|
1274
|
-
* <p>If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information
|
|
1275
|
-
* about that specific extension version. Otherwise, it returns information about the default
|
|
1276
|
-
* extension version.</p>
|
|
1277
|
-
*/
|
|
1278
|
-
public describeType(
|
|
1279
|
-
args: DescribeTypeCommandInput,
|
|
1280
|
-
options?: __HttpHandlerOptions
|
|
1281
|
-
): Promise<DescribeTypeCommandOutput>;
|
|
1282
|
-
public describeType(args: DescribeTypeCommandInput, cb: (err: any, data?: DescribeTypeCommandOutput) => void): void;
|
|
1283
|
-
public describeType(
|
|
1284
|
-
args: DescribeTypeCommandInput,
|
|
1285
|
-
options: __HttpHandlerOptions,
|
|
1286
|
-
cb: (err: any, data?: DescribeTypeCommandOutput) => void
|
|
1287
|
-
): void;
|
|
1288
|
-
public describeType(
|
|
1289
|
-
args: DescribeTypeCommandInput,
|
|
1290
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTypeCommandOutput) => void),
|
|
1291
|
-
cb?: (err: any, data?: DescribeTypeCommandOutput) => void
|
|
1292
|
-
): Promise<DescribeTypeCommandOutput> | void {
|
|
1293
|
-
const command = new DescribeTypeCommand(args);
|
|
1294
|
-
if (typeof optionsOrCb === "function") {
|
|
1295
|
-
this.send(command, optionsOrCb);
|
|
1296
|
-
} else if (typeof cb === "function") {
|
|
1297
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1298
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1299
|
-
} else {
|
|
1300
|
-
return this.send(command, optionsOrCb);
|
|
1301
|
-
}
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
/**
|
|
1305
|
-
* <p>Returns information about an extension's registration, including its current status and
|
|
1306
|
-
* type and version identifiers.</p>
|
|
1307
|
-
* <p>When you initiate a registration request using <code>
|
|
1308
|
-
* <a>RegisterType</a>
|
|
1309
|
-
* </code>, you can then use <code>
|
|
1310
|
-
* <a>DescribeTypeRegistration</a>
|
|
1311
|
-
* </code> to
|
|
1312
|
-
* monitor the progress of that registration request.</p>
|
|
1313
|
-
* <p>Once the registration request has completed, use <code>
|
|
1314
|
-
* <a>DescribeType</a>
|
|
1315
|
-
* </code> to return detailed information about an extension.</p>
|
|
1316
|
-
*/
|
|
1317
|
-
public describeTypeRegistration(
|
|
1318
|
-
args: DescribeTypeRegistrationCommandInput,
|
|
1319
|
-
options?: __HttpHandlerOptions
|
|
1320
|
-
): Promise<DescribeTypeRegistrationCommandOutput>;
|
|
1321
|
-
public describeTypeRegistration(
|
|
1322
|
-
args: DescribeTypeRegistrationCommandInput,
|
|
1323
|
-
cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void
|
|
1324
|
-
): void;
|
|
1325
|
-
public describeTypeRegistration(
|
|
1326
|
-
args: DescribeTypeRegistrationCommandInput,
|
|
1327
|
-
options: __HttpHandlerOptions,
|
|
1328
|
-
cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void
|
|
1329
|
-
): void;
|
|
1330
|
-
public describeTypeRegistration(
|
|
1331
|
-
args: DescribeTypeRegistrationCommandInput,
|
|
1332
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTypeRegistrationCommandOutput) => void),
|
|
1333
|
-
cb?: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void
|
|
1334
|
-
): Promise<DescribeTypeRegistrationCommandOutput> | void {
|
|
1335
|
-
const command = new DescribeTypeRegistrationCommand(args);
|
|
1336
|
-
if (typeof optionsOrCb === "function") {
|
|
1337
|
-
this.send(command, optionsOrCb);
|
|
1338
|
-
} else if (typeof cb === "function") {
|
|
1339
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1340
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1341
|
-
} else {
|
|
1342
|
-
return this.send(command, optionsOrCb);
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
/**
|
|
1347
|
-
* <p>Detects whether a stack's actual configuration differs, or has
|
|
1348
|
-
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
1349
|
-
* template and any values specified as template parameters. For each resource in the stack
|
|
1350
|
-
* that supports drift detection, CloudFormation compares the actual configuration of the resource with
|
|
1351
|
-
* its expected template configuration. Only resource properties explicitly defined in the
|
|
1352
|
-
* stack template are checked for drift. A stack is considered to have drifted if one or more
|
|
1353
|
-
* of its resources differ from their expected template configurations. For more information,
|
|
1354
|
-
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
|
|
1355
|
-
* Unregulated Configuration Changes to Stacks and Resources</a>.</p>
|
|
1356
|
-
* <p>Use <code>DetectStackDrift</code> to detect drift on all supported resources for a
|
|
1357
|
-
* given stack, or <a>DetectStackResourceDrift</a> to detect drift on individual
|
|
1358
|
-
* resources.</p>
|
|
1359
|
-
* <p>For a list of stack resources that currently support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
|
|
1360
|
-
* <p>
|
|
1361
|
-
* <code>DetectStackDrift</code> can take up to several minutes, depending on the number
|
|
1362
|
-
* of resources contained within the stack. Use <a>DescribeStackDriftDetectionStatus</a> to monitor the progress of a detect stack
|
|
1363
|
-
* drift operation. Once the drift detection operation has completed, use <a>DescribeStackResourceDrifts</a> to return drift information about the stack and
|
|
1364
|
-
* its resources.</p>
|
|
1365
|
-
* <p>When detecting drift on a stack, CloudFormation does not detect drift on any nested stacks
|
|
1366
|
-
* belonging to that stack. Perform <code>DetectStackDrift</code> directly on the nested stack
|
|
1367
|
-
* itself.</p>
|
|
1368
|
-
*/
|
|
1369
|
-
public detectStackDrift(
|
|
1370
|
-
args: DetectStackDriftCommandInput,
|
|
1371
|
-
options?: __HttpHandlerOptions
|
|
1372
|
-
): Promise<DetectStackDriftCommandOutput>;
|
|
1373
|
-
public detectStackDrift(
|
|
1374
|
-
args: DetectStackDriftCommandInput,
|
|
1375
|
-
cb: (err: any, data?: DetectStackDriftCommandOutput) => void
|
|
1376
|
-
): void;
|
|
1377
|
-
public detectStackDrift(
|
|
1378
|
-
args: DetectStackDriftCommandInput,
|
|
1379
|
-
options: __HttpHandlerOptions,
|
|
1380
|
-
cb: (err: any, data?: DetectStackDriftCommandOutput) => void
|
|
1381
|
-
): void;
|
|
1382
|
-
public detectStackDrift(
|
|
1383
|
-
args: DetectStackDriftCommandInput,
|
|
1384
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DetectStackDriftCommandOutput) => void),
|
|
1385
|
-
cb?: (err: any, data?: DetectStackDriftCommandOutput) => void
|
|
1386
|
-
): Promise<DetectStackDriftCommandOutput> | void {
|
|
1387
|
-
const command = new DetectStackDriftCommand(args);
|
|
1388
|
-
if (typeof optionsOrCb === "function") {
|
|
1389
|
-
this.send(command, optionsOrCb);
|
|
1390
|
-
} else if (typeof cb === "function") {
|
|
1391
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1392
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1393
|
-
} else {
|
|
1394
|
-
return this.send(command, optionsOrCb);
|
|
1395
|
-
}
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
/**
|
|
1399
|
-
* <p>Returns information about whether a resource's actual configuration differs, or has
|
|
1400
|
-
* <i>drifted</i>, from it's expected configuration, as defined in the stack
|
|
1401
|
-
* template and any values specified as template parameters. This information includes actual
|
|
1402
|
-
* and expected property values for resources in which CloudFormation detects drift. Only resource
|
|
1403
|
-
* properties explicitly defined in the stack template are checked for drift. For more
|
|
1404
|
-
* information about stack and resource drift, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detecting
|
|
1405
|
-
* Unregulated Configuration Changes to Stacks and Resources</a>.</p>
|
|
1406
|
-
* <p>Use <code>DetectStackResourceDrift</code> to detect drift on individual resources, or
|
|
1407
|
-
* <a>DetectStackDrift</a> to detect drift on all resources in a given stack
|
|
1408
|
-
* that support drift detection.</p>
|
|
1409
|
-
* <p>Resources that do not currently support drift detection cannot be checked. For a list
|
|
1410
|
-
* of resources that support drift detection, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html">Resources that Support Drift Detection</a>.</p>
|
|
1411
|
-
*/
|
|
1412
|
-
public detectStackResourceDrift(
|
|
1413
|
-
args: DetectStackResourceDriftCommandInput,
|
|
1414
|
-
options?: __HttpHandlerOptions
|
|
1415
|
-
): Promise<DetectStackResourceDriftCommandOutput>;
|
|
1416
|
-
public detectStackResourceDrift(
|
|
1417
|
-
args: DetectStackResourceDriftCommandInput,
|
|
1418
|
-
cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void
|
|
1419
|
-
): void;
|
|
1420
|
-
public detectStackResourceDrift(
|
|
1421
|
-
args: DetectStackResourceDriftCommandInput,
|
|
1422
|
-
options: __HttpHandlerOptions,
|
|
1423
|
-
cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void
|
|
1424
|
-
): void;
|
|
1425
|
-
public detectStackResourceDrift(
|
|
1426
|
-
args: DetectStackResourceDriftCommandInput,
|
|
1427
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DetectStackResourceDriftCommandOutput) => void),
|
|
1428
|
-
cb?: (err: any, data?: DetectStackResourceDriftCommandOutput) => void
|
|
1429
|
-
): Promise<DetectStackResourceDriftCommandOutput> | void {
|
|
1430
|
-
const command = new DetectStackResourceDriftCommand(args);
|
|
1431
|
-
if (typeof optionsOrCb === "function") {
|
|
1432
|
-
this.send(command, optionsOrCb);
|
|
1433
|
-
} else if (typeof cb === "function") {
|
|
1434
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1435
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1436
|
-
} else {
|
|
1437
|
-
return this.send(command, optionsOrCb);
|
|
1438
|
-
}
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
/**
|
|
1442
|
-
* <p>Detect drift on a stack set. When CloudFormation performs drift detection on a
|
|
1443
|
-
* stack set, it performs drift detection on the stack associated with each stack instance in
|
|
1444
|
-
* the stack set. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">How CloudFormation Performs Drift Detection on a Stack Set</a>.</p>
|
|
1445
|
-
* <p>
|
|
1446
|
-
* <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack set
|
|
1447
|
-
* drift detection operation. Use this operation id with <code>
|
|
1448
|
-
* <a>DescribeStackSetOperation</a>
|
|
1449
|
-
* </code> to monitor the progress of the drift
|
|
1450
|
-
* detection operation. The drift detection operation may take some time, depending on the
|
|
1451
|
-
* number of stack instances included in the stack set, as well as the number of resources
|
|
1452
|
-
* included in each stack.</p>
|
|
1453
|
-
* <p>Once the operation has completed, use the following actions to return drift
|
|
1454
|
-
* information:</p>
|
|
1455
|
-
* <ul>
|
|
1456
|
-
* <li>
|
|
1457
|
-
* <p>Use <code>
|
|
1458
|
-
* <a>DescribeStackSet</a>
|
|
1459
|
-
* </code> to return detailed information
|
|
1460
|
-
* about the stack set, including detailed information about the last
|
|
1461
|
-
* <i>completed</i> drift operation performed on the stack set.
|
|
1462
|
-
* (Information about drift operations that are in progress is not included.)</p>
|
|
1463
|
-
* </li>
|
|
1464
|
-
* <li>
|
|
1465
|
-
* <p>Use <code>
|
|
1466
|
-
* <a>ListStackInstances</a>
|
|
1467
|
-
* </code> to return a list of stack
|
|
1468
|
-
* instances belonging to the stack set, including the drift status and last drift time
|
|
1469
|
-
* checked of each instance.</p>
|
|
1470
|
-
* </li>
|
|
1471
|
-
* <li>
|
|
1472
|
-
* <p>Use <code>
|
|
1473
|
-
* <a>DescribeStackInstance</a>
|
|
1474
|
-
* </code> to return detailed
|
|
1475
|
-
* information about a specific stack instance, including its drift status and last
|
|
1476
|
-
* drift time checked.</p>
|
|
1477
|
-
* </li>
|
|
1478
|
-
* </ul>
|
|
1479
|
-
* <p>For more information on performing a drift detection operation on a stack set, see
|
|
1480
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Detecting Unmanaged
|
|
1481
|
-
* Changes in Stack Sets</a>. </p>
|
|
1482
|
-
* <p>You can only run a single drift detection operation on a given stack set at one time. </p>
|
|
1483
|
-
* <p>To stop a drift detection stack set operation, use <code>
|
|
1484
|
-
* <a>StopStackSetOperation</a>
|
|
1485
|
-
* </code>.</p>
|
|
1486
|
-
*/
|
|
1487
|
-
public detectStackSetDrift(
|
|
1488
|
-
args: DetectStackSetDriftCommandInput,
|
|
1489
|
-
options?: __HttpHandlerOptions
|
|
1490
|
-
): Promise<DetectStackSetDriftCommandOutput>;
|
|
1491
|
-
public detectStackSetDrift(
|
|
1492
|
-
args: DetectStackSetDriftCommandInput,
|
|
1493
|
-
cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void
|
|
1494
|
-
): void;
|
|
1495
|
-
public detectStackSetDrift(
|
|
1496
|
-
args: DetectStackSetDriftCommandInput,
|
|
1497
|
-
options: __HttpHandlerOptions,
|
|
1498
|
-
cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void
|
|
1499
|
-
): void;
|
|
1500
|
-
public detectStackSetDrift(
|
|
1501
|
-
args: DetectStackSetDriftCommandInput,
|
|
1502
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DetectStackSetDriftCommandOutput) => void),
|
|
1503
|
-
cb?: (err: any, data?: DetectStackSetDriftCommandOutput) => void
|
|
1504
|
-
): Promise<DetectStackSetDriftCommandOutput> | void {
|
|
1505
|
-
const command = new DetectStackSetDriftCommand(args);
|
|
1506
|
-
if (typeof optionsOrCb === "function") {
|
|
1507
|
-
this.send(command, optionsOrCb);
|
|
1508
|
-
} else if (typeof cb === "function") {
|
|
1509
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1510
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1511
|
-
} else {
|
|
1512
|
-
return this.send(command, optionsOrCb);
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
/**
|
|
1517
|
-
* <p>Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple
|
|
1518
|
-
* Monthly Calculator URL with a query string that describes the resources required to run the
|
|
1519
|
-
* template.</p>
|
|
1520
|
-
*/
|
|
1521
|
-
public estimateTemplateCost(
|
|
1522
|
-
args: EstimateTemplateCostCommandInput,
|
|
1523
|
-
options?: __HttpHandlerOptions
|
|
1524
|
-
): Promise<EstimateTemplateCostCommandOutput>;
|
|
1525
|
-
public estimateTemplateCost(
|
|
1526
|
-
args: EstimateTemplateCostCommandInput,
|
|
1527
|
-
cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void
|
|
1528
|
-
): void;
|
|
1529
|
-
public estimateTemplateCost(
|
|
1530
|
-
args: EstimateTemplateCostCommandInput,
|
|
1531
|
-
options: __HttpHandlerOptions,
|
|
1532
|
-
cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void
|
|
1533
|
-
): void;
|
|
1534
|
-
public estimateTemplateCost(
|
|
1535
|
-
args: EstimateTemplateCostCommandInput,
|
|
1536
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: EstimateTemplateCostCommandOutput) => void),
|
|
1537
|
-
cb?: (err: any, data?: EstimateTemplateCostCommandOutput) => void
|
|
1538
|
-
): Promise<EstimateTemplateCostCommandOutput> | void {
|
|
1539
|
-
const command = new EstimateTemplateCostCommand(args);
|
|
1540
|
-
if (typeof optionsOrCb === "function") {
|
|
1541
|
-
this.send(command, optionsOrCb);
|
|
1542
|
-
} else if (typeof cb === "function") {
|
|
1543
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1544
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1545
|
-
} else {
|
|
1546
|
-
return this.send(command, optionsOrCb);
|
|
1547
|
-
}
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
/**
|
|
1551
|
-
* <p>Updates a stack using the input information that was provided when the specified
|
|
1552
|
-
* change set was created. After the call successfully completes, CloudFormation starts
|
|
1553
|
-
* updating the stack. Use the <a>DescribeStacks</a> action to view the status of
|
|
1554
|
-
* the update.</p>
|
|
1555
|
-
* <p>When you execute a change set, CloudFormation deletes all other change sets
|
|
1556
|
-
* associated with the stack because they aren't valid for the updated stack.</p>
|
|
1557
|
-
* <p>If a stack policy is associated with the stack, CloudFormation enforces the
|
|
1558
|
-
* policy during the update. You can't specify a temporary stack policy that overrides the
|
|
1559
|
-
* current policy.</p>
|
|
1560
|
-
* <p>To create a change set for the entire stack hierachy, <code>IncludeNestedStacks</code>
|
|
1561
|
-
* must have been set to <code>True</code>.</p>
|
|
1562
|
-
*/
|
|
1563
|
-
public executeChangeSet(
|
|
1564
|
-
args: ExecuteChangeSetCommandInput,
|
|
1565
|
-
options?: __HttpHandlerOptions
|
|
1566
|
-
): Promise<ExecuteChangeSetCommandOutput>;
|
|
1567
|
-
public executeChangeSet(
|
|
1568
|
-
args: ExecuteChangeSetCommandInput,
|
|
1569
|
-
cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void
|
|
1570
|
-
): void;
|
|
1571
|
-
public executeChangeSet(
|
|
1572
|
-
args: ExecuteChangeSetCommandInput,
|
|
1573
|
-
options: __HttpHandlerOptions,
|
|
1574
|
-
cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void
|
|
1575
|
-
): void;
|
|
1576
|
-
public executeChangeSet(
|
|
1577
|
-
args: ExecuteChangeSetCommandInput,
|
|
1578
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ExecuteChangeSetCommandOutput) => void),
|
|
1579
|
-
cb?: (err: any, data?: ExecuteChangeSetCommandOutput) => void
|
|
1580
|
-
): Promise<ExecuteChangeSetCommandOutput> | void {
|
|
1581
|
-
const command = new ExecuteChangeSetCommand(args);
|
|
1582
|
-
if (typeof optionsOrCb === "function") {
|
|
1583
|
-
this.send(command, optionsOrCb);
|
|
1584
|
-
} else if (typeof cb === "function") {
|
|
1585
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1586
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1587
|
-
} else {
|
|
1588
|
-
return this.send(command, optionsOrCb);
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
/**
|
|
1593
|
-
* <p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a
|
|
1594
|
-
* null value is returned.</p>
|
|
1595
|
-
*/
|
|
1596
|
-
public getStackPolicy(
|
|
1597
|
-
args: GetStackPolicyCommandInput,
|
|
1598
|
-
options?: __HttpHandlerOptions
|
|
1599
|
-
): Promise<GetStackPolicyCommandOutput>;
|
|
1600
|
-
public getStackPolicy(
|
|
1601
|
-
args: GetStackPolicyCommandInput,
|
|
1602
|
-
cb: (err: any, data?: GetStackPolicyCommandOutput) => void
|
|
1603
|
-
): void;
|
|
1604
|
-
public getStackPolicy(
|
|
1605
|
-
args: GetStackPolicyCommandInput,
|
|
1606
|
-
options: __HttpHandlerOptions,
|
|
1607
|
-
cb: (err: any, data?: GetStackPolicyCommandOutput) => void
|
|
1608
|
-
): void;
|
|
1609
|
-
public getStackPolicy(
|
|
1610
|
-
args: GetStackPolicyCommandInput,
|
|
1611
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetStackPolicyCommandOutput) => void),
|
|
1612
|
-
cb?: (err: any, data?: GetStackPolicyCommandOutput) => void
|
|
1613
|
-
): Promise<GetStackPolicyCommandOutput> | void {
|
|
1614
|
-
const command = new GetStackPolicyCommand(args);
|
|
1615
|
-
if (typeof optionsOrCb === "function") {
|
|
1616
|
-
this.send(command, optionsOrCb);
|
|
1617
|
-
} else if (typeof cb === "function") {
|
|
1618
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1619
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1620
|
-
} else {
|
|
1621
|
-
return this.send(command, optionsOrCb);
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
/**
|
|
1626
|
-
* <p>Returns the template body for a specified stack. You can get the template for running
|
|
1627
|
-
* or deleted stacks.</p>
|
|
1628
|
-
* <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the
|
|
1629
|
-
* stack has been deleted.</p>
|
|
1630
|
-
* <note>
|
|
1631
|
-
* <p>If the template does not exist, a <code>ValidationError</code> is returned.</p>
|
|
1632
|
-
* </note>
|
|
1633
|
-
*/
|
|
1634
|
-
public getTemplate(args: GetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateCommandOutput>;
|
|
1635
|
-
public getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
1636
|
-
public getTemplate(
|
|
1637
|
-
args: GetTemplateCommandInput,
|
|
1638
|
-
options: __HttpHandlerOptions,
|
|
1639
|
-
cb: (err: any, data?: GetTemplateCommandOutput) => void
|
|
1640
|
-
): void;
|
|
1641
|
-
public getTemplate(
|
|
1642
|
-
args: GetTemplateCommandInput,
|
|
1643
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetTemplateCommandOutput) => void),
|
|
1644
|
-
cb?: (err: any, data?: GetTemplateCommandOutput) => void
|
|
1645
|
-
): Promise<GetTemplateCommandOutput> | void {
|
|
1646
|
-
const command = new GetTemplateCommand(args);
|
|
1647
|
-
if (typeof optionsOrCb === "function") {
|
|
1648
|
-
this.send(command, optionsOrCb);
|
|
1649
|
-
} else if (typeof cb === "function") {
|
|
1650
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1651
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1652
|
-
} else {
|
|
1653
|
-
return this.send(command, optionsOrCb);
|
|
1654
|
-
}
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
/**
|
|
1658
|
-
* <p>Returns information about a new or existing template. The
|
|
1659
|
-
* <code>GetTemplateSummary</code> action is useful for viewing parameter information, such
|
|
1660
|
-
* as default parameter values and parameter types, before you create or update a stack or
|
|
1661
|
-
* stack set.</p>
|
|
1662
|
-
* <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or
|
|
1663
|
-
* you can get template information for a stack set, or a running or deleted stack.</p>
|
|
1664
|
-
* <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information
|
|
1665
|
-
* for up to 90 days after the stack has been deleted. If the template does not exist, a
|
|
1666
|
-
* <code>ValidationError</code> is returned.</p>
|
|
1667
|
-
*/
|
|
1668
|
-
public getTemplateSummary(
|
|
1669
|
-
args: GetTemplateSummaryCommandInput,
|
|
1670
|
-
options?: __HttpHandlerOptions
|
|
1671
|
-
): Promise<GetTemplateSummaryCommandOutput>;
|
|
1672
|
-
public getTemplateSummary(
|
|
1673
|
-
args: GetTemplateSummaryCommandInput,
|
|
1674
|
-
cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void
|
|
1675
|
-
): void;
|
|
1676
|
-
public getTemplateSummary(
|
|
1677
|
-
args: GetTemplateSummaryCommandInput,
|
|
1678
|
-
options: __HttpHandlerOptions,
|
|
1679
|
-
cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void
|
|
1680
|
-
): void;
|
|
1681
|
-
public getTemplateSummary(
|
|
1682
|
-
args: GetTemplateSummaryCommandInput,
|
|
1683
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetTemplateSummaryCommandOutput) => void),
|
|
1684
|
-
cb?: (err: any, data?: GetTemplateSummaryCommandOutput) => void
|
|
1685
|
-
): Promise<GetTemplateSummaryCommandOutput> | void {
|
|
1686
|
-
const command = new GetTemplateSummaryCommand(args);
|
|
1687
|
-
if (typeof optionsOrCb === "function") {
|
|
1688
|
-
this.send(command, optionsOrCb);
|
|
1689
|
-
} else if (typeof cb === "function") {
|
|
1690
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1691
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1692
|
-
} else {
|
|
1693
|
-
return this.send(command, optionsOrCb);
|
|
1694
|
-
}
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
/**
|
|
1698
|
-
* <p>Import existing stacks into a new stack sets. Use the stack import operation to import
|
|
1699
|
-
* up to 10 stacks into a new stack set in the same account as the source stack or in a
|
|
1700
|
-
* different administrator account and Region, by specifying the stack ID of the stack you
|
|
1701
|
-
* intend to import.</p>
|
|
1702
|
-
* <note>
|
|
1703
|
-
* <p>
|
|
1704
|
-
* <code>ImportStacksToStackSet</code> is only supported by self-managed permissions.</p>
|
|
1705
|
-
* </note>
|
|
1706
|
-
*/
|
|
1707
|
-
public importStacksToStackSet(
|
|
1708
|
-
args: ImportStacksToStackSetCommandInput,
|
|
1709
|
-
options?: __HttpHandlerOptions
|
|
1710
|
-
): Promise<ImportStacksToStackSetCommandOutput>;
|
|
1711
|
-
public importStacksToStackSet(
|
|
1712
|
-
args: ImportStacksToStackSetCommandInput,
|
|
1713
|
-
cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void
|
|
1714
|
-
): void;
|
|
1715
|
-
public importStacksToStackSet(
|
|
1716
|
-
args: ImportStacksToStackSetCommandInput,
|
|
1717
|
-
options: __HttpHandlerOptions,
|
|
1718
|
-
cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void
|
|
1719
|
-
): void;
|
|
1720
|
-
public importStacksToStackSet(
|
|
1721
|
-
args: ImportStacksToStackSetCommandInput,
|
|
1722
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportStacksToStackSetCommandOutput) => void),
|
|
1723
|
-
cb?: (err: any, data?: ImportStacksToStackSetCommandOutput) => void
|
|
1724
|
-
): Promise<ImportStacksToStackSetCommandOutput> | void {
|
|
1725
|
-
const command = new ImportStacksToStackSetCommand(args);
|
|
1726
|
-
if (typeof optionsOrCb === "function") {
|
|
1727
|
-
this.send(command, optionsOrCb);
|
|
1728
|
-
} else if (typeof cb === "function") {
|
|
1729
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1730
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1731
|
-
} else {
|
|
1732
|
-
return this.send(command, optionsOrCb);
|
|
1733
|
-
}
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
/**
|
|
1737
|
-
* <p>Returns the ID and status of each active change set for a stack. For example,
|
|
1738
|
-
* CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or
|
|
1739
|
-
* <code>CREATE_PENDING</code> state.</p>
|
|
1740
|
-
*/
|
|
1741
|
-
public listChangeSets(
|
|
1742
|
-
args: ListChangeSetsCommandInput,
|
|
1743
|
-
options?: __HttpHandlerOptions
|
|
1744
|
-
): Promise<ListChangeSetsCommandOutput>;
|
|
1745
|
-
public listChangeSets(
|
|
1746
|
-
args: ListChangeSetsCommandInput,
|
|
1747
|
-
cb: (err: any, data?: ListChangeSetsCommandOutput) => void
|
|
1748
|
-
): void;
|
|
1749
|
-
public listChangeSets(
|
|
1750
|
-
args: ListChangeSetsCommandInput,
|
|
1751
|
-
options: __HttpHandlerOptions,
|
|
1752
|
-
cb: (err: any, data?: ListChangeSetsCommandOutput) => void
|
|
1753
|
-
): void;
|
|
1754
|
-
public listChangeSets(
|
|
1755
|
-
args: ListChangeSetsCommandInput,
|
|
1756
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListChangeSetsCommandOutput) => void),
|
|
1757
|
-
cb?: (err: any, data?: ListChangeSetsCommandOutput) => void
|
|
1758
|
-
): Promise<ListChangeSetsCommandOutput> | void {
|
|
1759
|
-
const command = new ListChangeSetsCommand(args);
|
|
1760
|
-
if (typeof optionsOrCb === "function") {
|
|
1761
|
-
this.send(command, optionsOrCb);
|
|
1762
|
-
} else if (typeof cb === "function") {
|
|
1763
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1764
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1765
|
-
} else {
|
|
1766
|
-
return this.send(command, optionsOrCb);
|
|
1767
|
-
}
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
/**
|
|
1771
|
-
* <p>Lists all exported output values in the account and Region in which you call this
|
|
1772
|
-
* action. Use this action to see the exported output values that you can import into other
|
|
1773
|
-
* stacks. To import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
|
|
1774
|
-
* <code>Fn::ImportValue</code>
|
|
1775
|
-
* </a> function.</p>
|
|
1776
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">
|
|
1777
|
-
* CloudFormation Export Stack Output Values</a>.</p>
|
|
1778
|
-
*/
|
|
1779
|
-
public listExports(args: ListExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListExportsCommandOutput>;
|
|
1780
|
-
public listExports(args: ListExportsCommandInput, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
|
|
1781
|
-
public listExports(
|
|
1782
|
-
args: ListExportsCommandInput,
|
|
1783
|
-
options: __HttpHandlerOptions,
|
|
1784
|
-
cb: (err: any, data?: ListExportsCommandOutput) => void
|
|
1785
|
-
): void;
|
|
1786
|
-
public listExports(
|
|
1787
|
-
args: ListExportsCommandInput,
|
|
1788
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListExportsCommandOutput) => void),
|
|
1789
|
-
cb?: (err: any, data?: ListExportsCommandOutput) => void
|
|
1790
|
-
): Promise<ListExportsCommandOutput> | void {
|
|
1791
|
-
const command = new ListExportsCommand(args);
|
|
1792
|
-
if (typeof optionsOrCb === "function") {
|
|
1793
|
-
this.send(command, optionsOrCb);
|
|
1794
|
-
} else if (typeof cb === "function") {
|
|
1795
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1796
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1797
|
-
} else {
|
|
1798
|
-
return this.send(command, optionsOrCb);
|
|
1799
|
-
}
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
/**
|
|
1803
|
-
* <p>Lists all stacks that are importing an exported output value. To modify or remove an
|
|
1804
|
-
* exported output value, first use this action to see which stacks are using it. To see the
|
|
1805
|
-
* exported output values in your account, see <a>ListExports</a>.</p>
|
|
1806
|
-
* <p>For more information about importing an exported output value, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
|
|
1807
|
-
* <code>Fn::ImportValue</code>
|
|
1808
|
-
* </a> function.</p>
|
|
1809
|
-
*/
|
|
1810
|
-
public listImports(args: ListImportsCommandInput, options?: __HttpHandlerOptions): Promise<ListImportsCommandOutput>;
|
|
1811
|
-
public listImports(args: ListImportsCommandInput, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
|
|
1812
|
-
public listImports(
|
|
1813
|
-
args: ListImportsCommandInput,
|
|
1814
|
-
options: __HttpHandlerOptions,
|
|
1815
|
-
cb: (err: any, data?: ListImportsCommandOutput) => void
|
|
1816
|
-
): void;
|
|
1817
|
-
public listImports(
|
|
1818
|
-
args: ListImportsCommandInput,
|
|
1819
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListImportsCommandOutput) => void),
|
|
1820
|
-
cb?: (err: any, data?: ListImportsCommandOutput) => void
|
|
1821
|
-
): Promise<ListImportsCommandOutput> | void {
|
|
1822
|
-
const command = new ListImportsCommand(args);
|
|
1823
|
-
if (typeof optionsOrCb === "function") {
|
|
1824
|
-
this.send(command, optionsOrCb);
|
|
1825
|
-
} else if (typeof cb === "function") {
|
|
1826
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1827
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1828
|
-
} else {
|
|
1829
|
-
return this.send(command, optionsOrCb);
|
|
1830
|
-
}
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
/**
|
|
1834
|
-
* <p>Returns summary information about stack instances that are associated with the
|
|
1835
|
-
* specified stack set. You can filter for stack instances that are associated with a specific
|
|
1836
|
-
* Amazon Web Services account name or Region, or that have a specific status.</p>
|
|
1837
|
-
*/
|
|
1838
|
-
public listStackInstances(
|
|
1839
|
-
args: ListStackInstancesCommandInput,
|
|
1840
|
-
options?: __HttpHandlerOptions
|
|
1841
|
-
): Promise<ListStackInstancesCommandOutput>;
|
|
1842
|
-
public listStackInstances(
|
|
1843
|
-
args: ListStackInstancesCommandInput,
|
|
1844
|
-
cb: (err: any, data?: ListStackInstancesCommandOutput) => void
|
|
1845
|
-
): void;
|
|
1846
|
-
public listStackInstances(
|
|
1847
|
-
args: ListStackInstancesCommandInput,
|
|
1848
|
-
options: __HttpHandlerOptions,
|
|
1849
|
-
cb: (err: any, data?: ListStackInstancesCommandOutput) => void
|
|
1850
|
-
): void;
|
|
1851
|
-
public listStackInstances(
|
|
1852
|
-
args: ListStackInstancesCommandInput,
|
|
1853
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListStackInstancesCommandOutput) => void),
|
|
1854
|
-
cb?: (err: any, data?: ListStackInstancesCommandOutput) => void
|
|
1855
|
-
): Promise<ListStackInstancesCommandOutput> | void {
|
|
1856
|
-
const command = new ListStackInstancesCommand(args);
|
|
1857
|
-
if (typeof optionsOrCb === "function") {
|
|
1858
|
-
this.send(command, optionsOrCb);
|
|
1859
|
-
} else if (typeof cb === "function") {
|
|
1860
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1861
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1862
|
-
} else {
|
|
1863
|
-
return this.send(command, optionsOrCb);
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
/**
|
|
1868
|
-
* <p>Returns descriptions of all resources of the specified stack.</p>
|
|
1869
|
-
* <p>For deleted stacks, ListStackResources returns resource information for up to 90 days
|
|
1870
|
-
* after the stack has been deleted.</p>
|
|
1871
|
-
*/
|
|
1872
|
-
public listStackResources(
|
|
1873
|
-
args: ListStackResourcesCommandInput,
|
|
1874
|
-
options?: __HttpHandlerOptions
|
|
1875
|
-
): Promise<ListStackResourcesCommandOutput>;
|
|
1876
|
-
public listStackResources(
|
|
1877
|
-
args: ListStackResourcesCommandInput,
|
|
1878
|
-
cb: (err: any, data?: ListStackResourcesCommandOutput) => void
|
|
1879
|
-
): void;
|
|
1880
|
-
public listStackResources(
|
|
1881
|
-
args: ListStackResourcesCommandInput,
|
|
1882
|
-
options: __HttpHandlerOptions,
|
|
1883
|
-
cb: (err: any, data?: ListStackResourcesCommandOutput) => void
|
|
1884
|
-
): void;
|
|
1885
|
-
public listStackResources(
|
|
1886
|
-
args: ListStackResourcesCommandInput,
|
|
1887
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListStackResourcesCommandOutput) => void),
|
|
1888
|
-
cb?: (err: any, data?: ListStackResourcesCommandOutput) => void
|
|
1889
|
-
): Promise<ListStackResourcesCommandOutput> | void {
|
|
1890
|
-
const command = new ListStackResourcesCommand(args);
|
|
1891
|
-
if (typeof optionsOrCb === "function") {
|
|
1892
|
-
this.send(command, optionsOrCb);
|
|
1893
|
-
} else if (typeof cb === "function") {
|
|
1894
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1895
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1896
|
-
} else {
|
|
1897
|
-
return this.send(command, optionsOrCb);
|
|
1898
|
-
}
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
|
-
/**
|
|
1902
|
-
* <p>Returns the summary information for stacks whose status matches the specified
|
|
1903
|
-
* StackStatusFilter. Summary information for stacks that have been deleted is kept for 90
|
|
1904
|
-
* days after the stack is deleted. If no StackStatusFilter is specified, summary information
|
|
1905
|
-
* for all stacks is returned (including existing stacks and stacks that have been
|
|
1906
|
-
* deleted).</p>
|
|
1907
|
-
*/
|
|
1908
|
-
public listStacks(args: ListStacksCommandInput, options?: __HttpHandlerOptions): Promise<ListStacksCommandOutput>;
|
|
1909
|
-
public listStacks(args: ListStacksCommandInput, cb: (err: any, data?: ListStacksCommandOutput) => void): void;
|
|
1910
|
-
public listStacks(
|
|
1911
|
-
args: ListStacksCommandInput,
|
|
1912
|
-
options: __HttpHandlerOptions,
|
|
1913
|
-
cb: (err: any, data?: ListStacksCommandOutput) => void
|
|
1914
|
-
): void;
|
|
1915
|
-
public listStacks(
|
|
1916
|
-
args: ListStacksCommandInput,
|
|
1917
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListStacksCommandOutput) => void),
|
|
1918
|
-
cb?: (err: any, data?: ListStacksCommandOutput) => void
|
|
1919
|
-
): Promise<ListStacksCommandOutput> | void {
|
|
1920
|
-
const command = new ListStacksCommand(args);
|
|
1921
|
-
if (typeof optionsOrCb === "function") {
|
|
1922
|
-
this.send(command, optionsOrCb);
|
|
1923
|
-
} else if (typeof cb === "function") {
|
|
1924
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1925
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1926
|
-
} else {
|
|
1927
|
-
return this.send(command, optionsOrCb);
|
|
1928
|
-
}
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
/**
|
|
1932
|
-
* <p>Returns summary information about the results of a stack set operation. </p>
|
|
1933
|
-
*/
|
|
1934
|
-
public listStackSetOperationResults(
|
|
1935
|
-
args: ListStackSetOperationResultsCommandInput,
|
|
1936
|
-
options?: __HttpHandlerOptions
|
|
1937
|
-
): Promise<ListStackSetOperationResultsCommandOutput>;
|
|
1938
|
-
public listStackSetOperationResults(
|
|
1939
|
-
args: ListStackSetOperationResultsCommandInput,
|
|
1940
|
-
cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void
|
|
1941
|
-
): void;
|
|
1942
|
-
public listStackSetOperationResults(
|
|
1943
|
-
args: ListStackSetOperationResultsCommandInput,
|
|
1944
|
-
options: __HttpHandlerOptions,
|
|
1945
|
-
cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void
|
|
1946
|
-
): void;
|
|
1947
|
-
public listStackSetOperationResults(
|
|
1948
|
-
args: ListStackSetOperationResultsCommandInput,
|
|
1949
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListStackSetOperationResultsCommandOutput) => void),
|
|
1950
|
-
cb?: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void
|
|
1951
|
-
): Promise<ListStackSetOperationResultsCommandOutput> | void {
|
|
1952
|
-
const command = new ListStackSetOperationResultsCommand(args);
|
|
1953
|
-
if (typeof optionsOrCb === "function") {
|
|
1954
|
-
this.send(command, optionsOrCb);
|
|
1955
|
-
} else if (typeof cb === "function") {
|
|
1956
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1957
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1958
|
-
} else {
|
|
1959
|
-
return this.send(command, optionsOrCb);
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
/**
|
|
1964
|
-
* <p>Returns summary information about operations performed on a stack set. </p>
|
|
1965
|
-
*/
|
|
1966
|
-
public listStackSetOperations(
|
|
1967
|
-
args: ListStackSetOperationsCommandInput,
|
|
1968
|
-
options?: __HttpHandlerOptions
|
|
1969
|
-
): Promise<ListStackSetOperationsCommandOutput>;
|
|
1970
|
-
public listStackSetOperations(
|
|
1971
|
-
args: ListStackSetOperationsCommandInput,
|
|
1972
|
-
cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void
|
|
1973
|
-
): void;
|
|
1974
|
-
public listStackSetOperations(
|
|
1975
|
-
args: ListStackSetOperationsCommandInput,
|
|
1976
|
-
options: __HttpHandlerOptions,
|
|
1977
|
-
cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void
|
|
1978
|
-
): void;
|
|
1979
|
-
public listStackSetOperations(
|
|
1980
|
-
args: ListStackSetOperationsCommandInput,
|
|
1981
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListStackSetOperationsCommandOutput) => void),
|
|
1982
|
-
cb?: (err: any, data?: ListStackSetOperationsCommandOutput) => void
|
|
1983
|
-
): Promise<ListStackSetOperationsCommandOutput> | void {
|
|
1984
|
-
const command = new ListStackSetOperationsCommand(args);
|
|
1985
|
-
if (typeof optionsOrCb === "function") {
|
|
1986
|
-
this.send(command, optionsOrCb);
|
|
1987
|
-
} else if (typeof cb === "function") {
|
|
1988
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1989
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1990
|
-
} else {
|
|
1991
|
-
return this.send(command, optionsOrCb);
|
|
1992
|
-
}
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
/**
|
|
1996
|
-
* <p>Returns summary information about stack sets that are associated with the
|
|
1997
|
-
* user.</p>
|
|
1998
|
-
* <ul>
|
|
1999
|
-
* <li>
|
|
2000
|
-
* <p>[Self-managed permissions] If you set the <code>CallAs</code> parameter to
|
|
2001
|
-
* <code>SELF</code> while signed in to your Amazon Web Services account,
|
|
2002
|
-
* <code>ListStackSets</code> returns all self-managed stack sets in your Amazon Web Services account.</p>
|
|
2003
|
-
* </li>
|
|
2004
|
-
* <li>
|
|
2005
|
-
* <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
|
|
2006
|
-
* <code>SELF</code> while signed in to the organization's management account,
|
|
2007
|
-
* <code>ListStackSets</code> returns all stack sets in the management
|
|
2008
|
-
* account.</p>
|
|
2009
|
-
* </li>
|
|
2010
|
-
* <li>
|
|
2011
|
-
* <p>[Service-managed permissions] If you set the <code>CallAs</code> parameter to
|
|
2012
|
-
* <code>DELEGATED_ADMIN</code> while signed in to your member account,
|
|
2013
|
-
* <code>ListStackSets</code> returns all stack sets with service-managed permissions
|
|
2014
|
-
* in the management account.</p>
|
|
2015
|
-
* </li>
|
|
2016
|
-
* </ul>
|
|
2017
|
-
*/
|
|
2018
|
-
public listStackSets(
|
|
2019
|
-
args: ListStackSetsCommandInput,
|
|
2020
|
-
options?: __HttpHandlerOptions
|
|
2021
|
-
): Promise<ListStackSetsCommandOutput>;
|
|
2022
|
-
public listStackSets(
|
|
2023
|
-
args: ListStackSetsCommandInput,
|
|
2024
|
-
cb: (err: any, data?: ListStackSetsCommandOutput) => void
|
|
2025
|
-
): void;
|
|
2026
|
-
public listStackSets(
|
|
2027
|
-
args: ListStackSetsCommandInput,
|
|
2028
|
-
options: __HttpHandlerOptions,
|
|
2029
|
-
cb: (err: any, data?: ListStackSetsCommandOutput) => void
|
|
2030
|
-
): void;
|
|
2031
|
-
public listStackSets(
|
|
2032
|
-
args: ListStackSetsCommandInput,
|
|
2033
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListStackSetsCommandOutput) => void),
|
|
2034
|
-
cb?: (err: any, data?: ListStackSetsCommandOutput) => void
|
|
2035
|
-
): Promise<ListStackSetsCommandOutput> | void {
|
|
2036
|
-
const command = new ListStackSetsCommand(args);
|
|
2037
|
-
if (typeof optionsOrCb === "function") {
|
|
2038
|
-
this.send(command, optionsOrCb);
|
|
2039
|
-
} else if (typeof cb === "function") {
|
|
2040
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2041
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2042
|
-
} else {
|
|
2043
|
-
return this.send(command, optionsOrCb);
|
|
2044
|
-
}
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
/**
|
|
2048
|
-
* <p>Returns a list of registration tokens for the specified extension(s).</p>
|
|
2049
|
-
*/
|
|
2050
|
-
public listTypeRegistrations(
|
|
2051
|
-
args: ListTypeRegistrationsCommandInput,
|
|
2052
|
-
options?: __HttpHandlerOptions
|
|
2053
|
-
): Promise<ListTypeRegistrationsCommandOutput>;
|
|
2054
|
-
public listTypeRegistrations(
|
|
2055
|
-
args: ListTypeRegistrationsCommandInput,
|
|
2056
|
-
cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void
|
|
2057
|
-
): void;
|
|
2058
|
-
public listTypeRegistrations(
|
|
2059
|
-
args: ListTypeRegistrationsCommandInput,
|
|
2060
|
-
options: __HttpHandlerOptions,
|
|
2061
|
-
cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void
|
|
2062
|
-
): void;
|
|
2063
|
-
public listTypeRegistrations(
|
|
2064
|
-
args: ListTypeRegistrationsCommandInput,
|
|
2065
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTypeRegistrationsCommandOutput) => void),
|
|
2066
|
-
cb?: (err: any, data?: ListTypeRegistrationsCommandOutput) => void
|
|
2067
|
-
): Promise<ListTypeRegistrationsCommandOutput> | void {
|
|
2068
|
-
const command = new ListTypeRegistrationsCommand(args);
|
|
2069
|
-
if (typeof optionsOrCb === "function") {
|
|
2070
|
-
this.send(command, optionsOrCb);
|
|
2071
|
-
} else if (typeof cb === "function") {
|
|
2072
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2073
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2074
|
-
} else {
|
|
2075
|
-
return this.send(command, optionsOrCb);
|
|
2076
|
-
}
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
/**
|
|
2080
|
-
* <p>Returns summary information about extension that have been registered with CloudFormation.</p>
|
|
2081
|
-
*/
|
|
2082
|
-
public listTypes(args: ListTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListTypesCommandOutput>;
|
|
2083
|
-
public listTypes(args: ListTypesCommandInput, cb: (err: any, data?: ListTypesCommandOutput) => void): void;
|
|
2084
|
-
public listTypes(
|
|
2085
|
-
args: ListTypesCommandInput,
|
|
2086
|
-
options: __HttpHandlerOptions,
|
|
2087
|
-
cb: (err: any, data?: ListTypesCommandOutput) => void
|
|
2088
|
-
): void;
|
|
2089
|
-
public listTypes(
|
|
2090
|
-
args: ListTypesCommandInput,
|
|
2091
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTypesCommandOutput) => void),
|
|
2092
|
-
cb?: (err: any, data?: ListTypesCommandOutput) => void
|
|
2093
|
-
): Promise<ListTypesCommandOutput> | void {
|
|
2094
|
-
const command = new ListTypesCommand(args);
|
|
2095
|
-
if (typeof optionsOrCb === "function") {
|
|
2096
|
-
this.send(command, optionsOrCb);
|
|
2097
|
-
} else if (typeof cb === "function") {
|
|
2098
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2099
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2100
|
-
} else {
|
|
2101
|
-
return this.send(command, optionsOrCb);
|
|
2102
|
-
}
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
|
-
/**
|
|
2106
|
-
* <p>Returns summary information about the versions of an extension.</p>
|
|
2107
|
-
*/
|
|
2108
|
-
public listTypeVersions(
|
|
2109
|
-
args: ListTypeVersionsCommandInput,
|
|
2110
|
-
options?: __HttpHandlerOptions
|
|
2111
|
-
): Promise<ListTypeVersionsCommandOutput>;
|
|
2112
|
-
public listTypeVersions(
|
|
2113
|
-
args: ListTypeVersionsCommandInput,
|
|
2114
|
-
cb: (err: any, data?: ListTypeVersionsCommandOutput) => void
|
|
2115
|
-
): void;
|
|
2116
|
-
public listTypeVersions(
|
|
2117
|
-
args: ListTypeVersionsCommandInput,
|
|
2118
|
-
options: __HttpHandlerOptions,
|
|
2119
|
-
cb: (err: any, data?: ListTypeVersionsCommandOutput) => void
|
|
2120
|
-
): void;
|
|
2121
|
-
public listTypeVersions(
|
|
2122
|
-
args: ListTypeVersionsCommandInput,
|
|
2123
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTypeVersionsCommandOutput) => void),
|
|
2124
|
-
cb?: (err: any, data?: ListTypeVersionsCommandOutput) => void
|
|
2125
|
-
): Promise<ListTypeVersionsCommandOutput> | void {
|
|
2126
|
-
const command = new ListTypeVersionsCommand(args);
|
|
2127
|
-
if (typeof optionsOrCb === "function") {
|
|
2128
|
-
this.send(command, optionsOrCb);
|
|
2129
|
-
} else if (typeof cb === "function") {
|
|
2130
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2131
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2132
|
-
} else {
|
|
2133
|
-
return this.send(command, optionsOrCb);
|
|
2134
|
-
}
|
|
2135
|
-
}
|
|
2136
|
-
|
|
2137
|
-
/**
|
|
2138
|
-
* <p>Publishes the specified extension to the CloudFormation registry as a public extension
|
|
2139
|
-
* in this region. Public extensions are available for use by all CloudFormation users. For
|
|
2140
|
-
* more information on publishing extensions, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Publishing extensions to make them available for public use</a> in the
|
|
2141
|
-
* <i>CloudFormation CLI User Guide</i>.</p>
|
|
2142
|
-
* <p>To publish an extension, you must be registered as a publisher with CloudFormation. For
|
|
2143
|
-
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_RegisterPublisher.html">RegisterPublisher</a>.</p>
|
|
2144
|
-
*/
|
|
2145
|
-
public publishType(args: PublishTypeCommandInput, options?: __HttpHandlerOptions): Promise<PublishTypeCommandOutput>;
|
|
2146
|
-
public publishType(args: PublishTypeCommandInput, cb: (err: any, data?: PublishTypeCommandOutput) => void): void;
|
|
2147
|
-
public publishType(
|
|
2148
|
-
args: PublishTypeCommandInput,
|
|
2149
|
-
options: __HttpHandlerOptions,
|
|
2150
|
-
cb: (err: any, data?: PublishTypeCommandOutput) => void
|
|
2151
|
-
): void;
|
|
2152
|
-
public publishType(
|
|
2153
|
-
args: PublishTypeCommandInput,
|
|
2154
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PublishTypeCommandOutput) => void),
|
|
2155
|
-
cb?: (err: any, data?: PublishTypeCommandOutput) => void
|
|
2156
|
-
): Promise<PublishTypeCommandOutput> | void {
|
|
2157
|
-
const command = new PublishTypeCommand(args);
|
|
2158
|
-
if (typeof optionsOrCb === "function") {
|
|
2159
|
-
this.send(command, optionsOrCb);
|
|
2160
|
-
} else if (typeof cb === "function") {
|
|
2161
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2162
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2163
|
-
} else {
|
|
2164
|
-
return this.send(command, optionsOrCb);
|
|
2165
|
-
}
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
/**
|
|
2169
|
-
* <p>Reports progress of a resource handler to CloudFormation.</p>
|
|
2170
|
-
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation CLI</a>. Do not use this API in your code.</p>
|
|
2171
|
-
*/
|
|
2172
|
-
public recordHandlerProgress(
|
|
2173
|
-
args: RecordHandlerProgressCommandInput,
|
|
2174
|
-
options?: __HttpHandlerOptions
|
|
2175
|
-
): Promise<RecordHandlerProgressCommandOutput>;
|
|
2176
|
-
public recordHandlerProgress(
|
|
2177
|
-
args: RecordHandlerProgressCommandInput,
|
|
2178
|
-
cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void
|
|
2179
|
-
): void;
|
|
2180
|
-
public recordHandlerProgress(
|
|
2181
|
-
args: RecordHandlerProgressCommandInput,
|
|
2182
|
-
options: __HttpHandlerOptions,
|
|
2183
|
-
cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void
|
|
2184
|
-
): void;
|
|
2185
|
-
public recordHandlerProgress(
|
|
2186
|
-
args: RecordHandlerProgressCommandInput,
|
|
2187
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RecordHandlerProgressCommandOutput) => void),
|
|
2188
|
-
cb?: (err: any, data?: RecordHandlerProgressCommandOutput) => void
|
|
2189
|
-
): Promise<RecordHandlerProgressCommandOutput> | void {
|
|
2190
|
-
const command = new RecordHandlerProgressCommand(args);
|
|
2191
|
-
if (typeof optionsOrCb === "function") {
|
|
2192
|
-
this.send(command, optionsOrCb);
|
|
2193
|
-
} else if (typeof cb === "function") {
|
|
2194
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2195
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2196
|
-
} else {
|
|
2197
|
-
return this.send(command, optionsOrCb);
|
|
2198
|
-
}
|
|
2199
|
-
}
|
|
2200
|
-
|
|
2201
|
-
/**
|
|
2202
|
-
* <p>Registers your account as a publisher of public extensions in the CloudFormation
|
|
2203
|
-
* registry. Public extensions are available for use by all CloudFormation users. This
|
|
2204
|
-
* publisher ID applies to your account in all Amazon Web Services Regions.</p>
|
|
2205
|
-
* <p>For information on requirements for registering as a public extension publisher, see
|
|
2206
|
-
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs">Registering your account to publish CloudFormation
|
|
2207
|
-
* extensions</a> in the <i>CloudFormation CLI User Guide</i>.</p>
|
|
2208
|
-
* <p></p>
|
|
2209
|
-
*/
|
|
2210
|
-
public registerPublisher(
|
|
2211
|
-
args: RegisterPublisherCommandInput,
|
|
2212
|
-
options?: __HttpHandlerOptions
|
|
2213
|
-
): Promise<RegisterPublisherCommandOutput>;
|
|
2214
|
-
public registerPublisher(
|
|
2215
|
-
args: RegisterPublisherCommandInput,
|
|
2216
|
-
cb: (err: any, data?: RegisterPublisherCommandOutput) => void
|
|
2217
|
-
): void;
|
|
2218
|
-
public registerPublisher(
|
|
2219
|
-
args: RegisterPublisherCommandInput,
|
|
2220
|
-
options: __HttpHandlerOptions,
|
|
2221
|
-
cb: (err: any, data?: RegisterPublisherCommandOutput) => void
|
|
2222
|
-
): void;
|
|
2223
|
-
public registerPublisher(
|
|
2224
|
-
args: RegisterPublisherCommandInput,
|
|
2225
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RegisterPublisherCommandOutput) => void),
|
|
2226
|
-
cb?: (err: any, data?: RegisterPublisherCommandOutput) => void
|
|
2227
|
-
): Promise<RegisterPublisherCommandOutput> | void {
|
|
2228
|
-
const command = new RegisterPublisherCommand(args);
|
|
2229
|
-
if (typeof optionsOrCb === "function") {
|
|
2230
|
-
this.send(command, optionsOrCb);
|
|
2231
|
-
} else if (typeof cb === "function") {
|
|
2232
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2233
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2234
|
-
} else {
|
|
2235
|
-
return this.send(command, optionsOrCb);
|
|
2236
|
-
}
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
|
-
/**
|
|
2240
|
-
* <p>Registers an extension with the CloudFormation service. Registering an
|
|
2241
|
-
* extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes:</p>
|
|
2242
|
-
* <ul>
|
|
2243
|
-
* <li>
|
|
2244
|
-
* <p>Validating the extension schema</p>
|
|
2245
|
-
* </li>
|
|
2246
|
-
* <li>
|
|
2247
|
-
* <p>Determining which handlers, if any, have been specified for the extension</p>
|
|
2248
|
-
* </li>
|
|
2249
|
-
* <li>
|
|
2250
|
-
* <p>Making the extension available for use in your account</p>
|
|
2251
|
-
* </li>
|
|
2252
|
-
* </ul>
|
|
2253
|
-
* <p>For more information on how to develop extensions and ready them for registeration, see
|
|
2254
|
-
* <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html">Creating Resource
|
|
2255
|
-
* Providers</a> in the <i>CloudFormation CLI User
|
|
2256
|
-
* Guide</i>.</p>
|
|
2257
|
-
* <p>You can have a maximum of 50 resource extension versions registered at a time. This
|
|
2258
|
-
* maximum is per account and per region. Use <a href="AWSCloudFormation/latest/APIReference/API_DeregisterType.html">DeregisterType</a> to deregister specific extension versions if necessary.</p>
|
|
2259
|
-
* <p>Once you have initiated a registration request using <code>
|
|
2260
|
-
* <a>RegisterType</a>
|
|
2261
|
-
* </code>, you can use <code>
|
|
2262
|
-
* <a>DescribeTypeRegistration</a>
|
|
2263
|
-
* </code> to
|
|
2264
|
-
* monitor the progress of the registration request.</p>
|
|
2265
|
-
* <p>Once you have registered a private extension in your account and region, use <a href="AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
|
|
2266
|
-
* more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the <i>CloudFormation
|
|
2267
|
-
* User Guide</i>.</p>
|
|
2268
|
-
*/
|
|
2269
|
-
public registerType(
|
|
2270
|
-
args: RegisterTypeCommandInput,
|
|
2271
|
-
options?: __HttpHandlerOptions
|
|
2272
|
-
): Promise<RegisterTypeCommandOutput>;
|
|
2273
|
-
public registerType(args: RegisterTypeCommandInput, cb: (err: any, data?: RegisterTypeCommandOutput) => void): void;
|
|
2274
|
-
public registerType(
|
|
2275
|
-
args: RegisterTypeCommandInput,
|
|
2276
|
-
options: __HttpHandlerOptions,
|
|
2277
|
-
cb: (err: any, data?: RegisterTypeCommandOutput) => void
|
|
2278
|
-
): void;
|
|
2279
|
-
public registerType(
|
|
2280
|
-
args: RegisterTypeCommandInput,
|
|
2281
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RegisterTypeCommandOutput) => void),
|
|
2282
|
-
cb?: (err: any, data?: RegisterTypeCommandOutput) => void
|
|
2283
|
-
): Promise<RegisterTypeCommandOutput> | void {
|
|
2284
|
-
const command = new RegisterTypeCommand(args);
|
|
2285
|
-
if (typeof optionsOrCb === "function") {
|
|
2286
|
-
this.send(command, optionsOrCb);
|
|
2287
|
-
} else if (typeof cb === "function") {
|
|
2288
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2289
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2290
|
-
} else {
|
|
2291
|
-
return this.send(command, optionsOrCb);
|
|
2292
|
-
}
|
|
2293
|
-
}
|
|
2294
|
-
|
|
2295
|
-
/**
|
|
2296
|
-
* <p>When specifying <code>RollbackStack</code>, you preserve the state of previously provisioned resources when an operation fails. You can check the status of the stack through the <a>DescribeStacks</a> API.</p>
|
|
2297
|
-
* <p>Rolls back the specified stack to the last known stable state from <code>CREATE_FAILED</code> or <code>UPDATE_FAILED</code> stack statuses.</p>
|
|
2298
|
-
* <p>This operation will delete a stack if it doesn't contain a last known stable state. A last known stable state includes any status in a <code>*_COMPLETE</code>. This includes the following stack statuses.</p>
|
|
2299
|
-
* <ul>
|
|
2300
|
-
* <li>
|
|
2301
|
-
* <p>
|
|
2302
|
-
* <code>CREATE_COMPLETE</code>
|
|
2303
|
-
* </p>
|
|
2304
|
-
* </li>
|
|
2305
|
-
* <li>
|
|
2306
|
-
* <p>
|
|
2307
|
-
* <code>UPDATE_COMPLETE</code>
|
|
2308
|
-
* </p>
|
|
2309
|
-
* </li>
|
|
2310
|
-
* <li>
|
|
2311
|
-
* <p>
|
|
2312
|
-
* <code>UPDATE_ROLLBACK_COMPLETE</code>
|
|
2313
|
-
* </p>
|
|
2314
|
-
* </li>
|
|
2315
|
-
* <li>
|
|
2316
|
-
* <p>
|
|
2317
|
-
* <code>IMPORT_COMPLETE</code>
|
|
2318
|
-
* </p>
|
|
2319
|
-
* </li>
|
|
2320
|
-
* <li>
|
|
2321
|
-
* <p>
|
|
2322
|
-
* <code>IMPORT_ROLLBACK_COMPLETE</code>
|
|
2323
|
-
* </p>
|
|
2324
|
-
* </li>
|
|
2325
|
-
* </ul>
|
|
2326
|
-
*/
|
|
2327
|
-
public rollbackStack(
|
|
2328
|
-
args: RollbackStackCommandInput,
|
|
2329
|
-
options?: __HttpHandlerOptions
|
|
2330
|
-
): Promise<RollbackStackCommandOutput>;
|
|
2331
|
-
public rollbackStack(
|
|
2332
|
-
args: RollbackStackCommandInput,
|
|
2333
|
-
cb: (err: any, data?: RollbackStackCommandOutput) => void
|
|
2334
|
-
): void;
|
|
2335
|
-
public rollbackStack(
|
|
2336
|
-
args: RollbackStackCommandInput,
|
|
2337
|
-
options: __HttpHandlerOptions,
|
|
2338
|
-
cb: (err: any, data?: RollbackStackCommandOutput) => void
|
|
2339
|
-
): void;
|
|
2340
|
-
public rollbackStack(
|
|
2341
|
-
args: RollbackStackCommandInput,
|
|
2342
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RollbackStackCommandOutput) => void),
|
|
2343
|
-
cb?: (err: any, data?: RollbackStackCommandOutput) => void
|
|
2344
|
-
): Promise<RollbackStackCommandOutput> | void {
|
|
2345
|
-
const command = new RollbackStackCommand(args);
|
|
2346
|
-
if (typeof optionsOrCb === "function") {
|
|
2347
|
-
this.send(command, optionsOrCb);
|
|
2348
|
-
} else if (typeof cb === "function") {
|
|
2349
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2350
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2351
|
-
} else {
|
|
2352
|
-
return this.send(command, optionsOrCb);
|
|
2353
|
-
}
|
|
2354
|
-
}
|
|
2355
|
-
|
|
2356
|
-
/**
|
|
2357
|
-
* <p>Sets a stack policy for a specified stack.</p>
|
|
2358
|
-
*/
|
|
2359
|
-
public setStackPolicy(
|
|
2360
|
-
args: SetStackPolicyCommandInput,
|
|
2361
|
-
options?: __HttpHandlerOptions
|
|
2362
|
-
): Promise<SetStackPolicyCommandOutput>;
|
|
2363
|
-
public setStackPolicy(
|
|
2364
|
-
args: SetStackPolicyCommandInput,
|
|
2365
|
-
cb: (err: any, data?: SetStackPolicyCommandOutput) => void
|
|
2366
|
-
): void;
|
|
2367
|
-
public setStackPolicy(
|
|
2368
|
-
args: SetStackPolicyCommandInput,
|
|
2369
|
-
options: __HttpHandlerOptions,
|
|
2370
|
-
cb: (err: any, data?: SetStackPolicyCommandOutput) => void
|
|
2371
|
-
): void;
|
|
2372
|
-
public setStackPolicy(
|
|
2373
|
-
args: SetStackPolicyCommandInput,
|
|
2374
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetStackPolicyCommandOutput) => void),
|
|
2375
|
-
cb?: (err: any, data?: SetStackPolicyCommandOutput) => void
|
|
2376
|
-
): Promise<SetStackPolicyCommandOutput> | void {
|
|
2377
|
-
const command = new SetStackPolicyCommand(args);
|
|
2378
|
-
if (typeof optionsOrCb === "function") {
|
|
2379
|
-
this.send(command, optionsOrCb);
|
|
2380
|
-
} else if (typeof cb === "function") {
|
|
2381
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2382
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2383
|
-
} else {
|
|
2384
|
-
return this.send(command, optionsOrCb);
|
|
2385
|
-
}
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
|
-
/**
|
|
2389
|
-
* <p>Specifies the configuration data for a registered CloudFormation extension, in the given
|
|
2390
|
-
* account and region.</p>
|
|
2391
|
-
* <p>To view the current configuration data for an extension, refer to the
|
|
2392
|
-
* <code>ConfigurationSchema</code> element of <a href="AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.
|
|
2393
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-register.html#registry-set-configuration">Configuring extensions at the account level</a> in the
|
|
2394
|
-
* <i>CloudFormation User Guide</i>.</p>
|
|
2395
|
-
* <important>
|
|
2396
|
-
* <p>It is strongly recommended that you use dynamic references to restrict sensitive
|
|
2397
|
-
* configuration definitions, such as third-party credentials. For more details on dynamic
|
|
2398
|
-
* references, see <a href="https://docs.aws.amazon.com/">Using dynamic references to specify
|
|
2399
|
-
* template values</a> in the <i>CloudFormation User
|
|
2400
|
-
* Guide</i>.</p>
|
|
2401
|
-
* </important>
|
|
2402
|
-
*/
|
|
2403
|
-
public setTypeConfiguration(
|
|
2404
|
-
args: SetTypeConfigurationCommandInput,
|
|
2405
|
-
options?: __HttpHandlerOptions
|
|
2406
|
-
): Promise<SetTypeConfigurationCommandOutput>;
|
|
2407
|
-
public setTypeConfiguration(
|
|
2408
|
-
args: SetTypeConfigurationCommandInput,
|
|
2409
|
-
cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void
|
|
2410
|
-
): void;
|
|
2411
|
-
public setTypeConfiguration(
|
|
2412
|
-
args: SetTypeConfigurationCommandInput,
|
|
2413
|
-
options: __HttpHandlerOptions,
|
|
2414
|
-
cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void
|
|
2415
|
-
): void;
|
|
2416
|
-
public setTypeConfiguration(
|
|
2417
|
-
args: SetTypeConfigurationCommandInput,
|
|
2418
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetTypeConfigurationCommandOutput) => void),
|
|
2419
|
-
cb?: (err: any, data?: SetTypeConfigurationCommandOutput) => void
|
|
2420
|
-
): Promise<SetTypeConfigurationCommandOutput> | void {
|
|
2421
|
-
const command = new SetTypeConfigurationCommand(args);
|
|
2422
|
-
if (typeof optionsOrCb === "function") {
|
|
2423
|
-
this.send(command, optionsOrCb);
|
|
2424
|
-
} else if (typeof cb === "function") {
|
|
2425
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2426
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2427
|
-
} else {
|
|
2428
|
-
return this.send(command, optionsOrCb);
|
|
2429
|
-
}
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
/**
|
|
2433
|
-
* <p>Specify the default version of an extension. The default version of an extension will be
|
|
2434
|
-
* used in CloudFormation operations.</p>
|
|
2435
|
-
*/
|
|
2436
|
-
public setTypeDefaultVersion(
|
|
2437
|
-
args: SetTypeDefaultVersionCommandInput,
|
|
2438
|
-
options?: __HttpHandlerOptions
|
|
2439
|
-
): Promise<SetTypeDefaultVersionCommandOutput>;
|
|
2440
|
-
public setTypeDefaultVersion(
|
|
2441
|
-
args: SetTypeDefaultVersionCommandInput,
|
|
2442
|
-
cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void
|
|
2443
|
-
): void;
|
|
2444
|
-
public setTypeDefaultVersion(
|
|
2445
|
-
args: SetTypeDefaultVersionCommandInput,
|
|
2446
|
-
options: __HttpHandlerOptions,
|
|
2447
|
-
cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void
|
|
2448
|
-
): void;
|
|
2449
|
-
public setTypeDefaultVersion(
|
|
2450
|
-
args: SetTypeDefaultVersionCommandInput,
|
|
2451
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetTypeDefaultVersionCommandOutput) => void),
|
|
2452
|
-
cb?: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void
|
|
2453
|
-
): Promise<SetTypeDefaultVersionCommandOutput> | void {
|
|
2454
|
-
const command = new SetTypeDefaultVersionCommand(args);
|
|
2455
|
-
if (typeof optionsOrCb === "function") {
|
|
2456
|
-
this.send(command, optionsOrCb);
|
|
2457
|
-
} else if (typeof cb === "function") {
|
|
2458
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2459
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2460
|
-
} else {
|
|
2461
|
-
return this.send(command, optionsOrCb);
|
|
2462
|
-
}
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
|
-
/**
|
|
2466
|
-
* <p>Sends a signal to the specified resource with a success or failure status. You can
|
|
2467
|
-
* use the SignalResource API in conjunction with a creation policy or update policy.
|
|
2468
|
-
* CloudFormation doesn't proceed with a stack creation or update until resources receive the
|
|
2469
|
-
* required number of signals or the timeout period is exceeded. The SignalResource API is
|
|
2470
|
-
* useful in cases where you want to send signals from anywhere other than an Amazon EC2
|
|
2471
|
-
* instance.</p>
|
|
2472
|
-
*/
|
|
2473
|
-
public signalResource(
|
|
2474
|
-
args: SignalResourceCommandInput,
|
|
2475
|
-
options?: __HttpHandlerOptions
|
|
2476
|
-
): Promise<SignalResourceCommandOutput>;
|
|
2477
|
-
public signalResource(
|
|
2478
|
-
args: SignalResourceCommandInput,
|
|
2479
|
-
cb: (err: any, data?: SignalResourceCommandOutput) => void
|
|
2480
|
-
): void;
|
|
2481
|
-
public signalResource(
|
|
2482
|
-
args: SignalResourceCommandInput,
|
|
2483
|
-
options: __HttpHandlerOptions,
|
|
2484
|
-
cb: (err: any, data?: SignalResourceCommandOutput) => void
|
|
2485
|
-
): void;
|
|
2486
|
-
public signalResource(
|
|
2487
|
-
args: SignalResourceCommandInput,
|
|
2488
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SignalResourceCommandOutput) => void),
|
|
2489
|
-
cb?: (err: any, data?: SignalResourceCommandOutput) => void
|
|
2490
|
-
): Promise<SignalResourceCommandOutput> | void {
|
|
2491
|
-
const command = new SignalResourceCommand(args);
|
|
2492
|
-
if (typeof optionsOrCb === "function") {
|
|
2493
|
-
this.send(command, optionsOrCb);
|
|
2494
|
-
} else if (typeof cb === "function") {
|
|
2495
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2496
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2497
|
-
} else {
|
|
2498
|
-
return this.send(command, optionsOrCb);
|
|
2499
|
-
}
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
/**
|
|
2503
|
-
* <p>Stops an in-progress operation on a stack set and its associated stack instances. </p>
|
|
2504
|
-
*/
|
|
2505
|
-
public stopStackSetOperation(
|
|
2506
|
-
args: StopStackSetOperationCommandInput,
|
|
2507
|
-
options?: __HttpHandlerOptions
|
|
2508
|
-
): Promise<StopStackSetOperationCommandOutput>;
|
|
2509
|
-
public stopStackSetOperation(
|
|
2510
|
-
args: StopStackSetOperationCommandInput,
|
|
2511
|
-
cb: (err: any, data?: StopStackSetOperationCommandOutput) => void
|
|
2512
|
-
): void;
|
|
2513
|
-
public stopStackSetOperation(
|
|
2514
|
-
args: StopStackSetOperationCommandInput,
|
|
2515
|
-
options: __HttpHandlerOptions,
|
|
2516
|
-
cb: (err: any, data?: StopStackSetOperationCommandOutput) => void
|
|
2517
|
-
): void;
|
|
2518
|
-
public stopStackSetOperation(
|
|
2519
|
-
args: StopStackSetOperationCommandInput,
|
|
2520
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopStackSetOperationCommandOutput) => void),
|
|
2521
|
-
cb?: (err: any, data?: StopStackSetOperationCommandOutput) => void
|
|
2522
|
-
): Promise<StopStackSetOperationCommandOutput> | void {
|
|
2523
|
-
const command = new StopStackSetOperationCommand(args);
|
|
2524
|
-
if (typeof optionsOrCb === "function") {
|
|
2525
|
-
this.send(command, optionsOrCb);
|
|
2526
|
-
} else if (typeof cb === "function") {
|
|
2527
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2528
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2529
|
-
} else {
|
|
2530
|
-
return this.send(command, optionsOrCb);
|
|
2531
|
-
}
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
/**
|
|
2535
|
-
* <p>Tests a registered extension to make sure it meets all necessary requirements for being
|
|
2536
|
-
* published in the CloudFormation registry.</p>
|
|
2537
|
-
* <ul>
|
|
2538
|
-
* <li>
|
|
2539
|
-
* <p>For resource types, this includes passing all contracts tests defined for the
|
|
2540
|
-
* type.</p>
|
|
2541
|
-
* </li>
|
|
2542
|
-
* <li>
|
|
2543
|
-
* <p>For modules, this includes determining if the module's model meets all necessary
|
|
2544
|
-
* requirements.</p>
|
|
2545
|
-
* </li>
|
|
2546
|
-
* </ul>
|
|
2547
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-testing">Testing your public extension prior to publishing</a> in the
|
|
2548
|
-
* <i>CloudFormation CLI User Guide</i>.</p>
|
|
2549
|
-
* <p>If you do not specify a version, CloudFormation uses the default version of the
|
|
2550
|
-
* extension in your account and region for testing.</p>
|
|
2551
|
-
* <p>To perform testing, CloudFormation assumes the execution role specified when the type
|
|
2552
|
-
* was registered. For more information, see <a href="AWSCloudFormation/latest/APIReference/API_RegisterType.html">RegisterType</a>.</p>
|
|
2553
|
-
* <p>Once you've initiated testing on an extension using <code>TestType</code>, you can use
|
|
2554
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a> to monitor the current test status and test
|
|
2555
|
-
* status description for the extension.</p>
|
|
2556
|
-
* <p>An extension must have a test status of <code>PASSED</code> before it can be published.
|
|
2557
|
-
* For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-publish.html">Publishing extensions to make them available for public use</a>
|
|
2558
|
-
* in the <i>CloudFormation CLI User Guide</i>.</p>
|
|
2559
|
-
*/
|
|
2560
|
-
public testType(args: TestTypeCommandInput, options?: __HttpHandlerOptions): Promise<TestTypeCommandOutput>;
|
|
2561
|
-
public testType(args: TestTypeCommandInput, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
|
|
2562
|
-
public testType(
|
|
2563
|
-
args: TestTypeCommandInput,
|
|
2564
|
-
options: __HttpHandlerOptions,
|
|
2565
|
-
cb: (err: any, data?: TestTypeCommandOutput) => void
|
|
2566
|
-
): void;
|
|
2567
|
-
public testType(
|
|
2568
|
-
args: TestTypeCommandInput,
|
|
2569
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestTypeCommandOutput) => void),
|
|
2570
|
-
cb?: (err: any, data?: TestTypeCommandOutput) => void
|
|
2571
|
-
): Promise<TestTypeCommandOutput> | void {
|
|
2572
|
-
const command = new TestTypeCommand(args);
|
|
2573
|
-
if (typeof optionsOrCb === "function") {
|
|
2574
|
-
this.send(command, optionsOrCb);
|
|
2575
|
-
} else if (typeof cb === "function") {
|
|
2576
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2577
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2578
|
-
} else {
|
|
2579
|
-
return this.send(command, optionsOrCb);
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
|
-
/**
|
|
2584
|
-
* <p>Updates a stack as specified in the template. After the call completes successfully,
|
|
2585
|
-
* the stack update starts. You can check the status of the stack via the <a>DescribeStacks</a> action.</p>
|
|
2586
|
-
* <p>To get a copy of the template for an existing stack, you can use the <a>GetTemplate</a> action.</p>
|
|
2587
|
-
* <p>For more information about creating an update template, updating a stack, and
|
|
2588
|
-
* monitoring the progress of the update, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html">Updating a
|
|
2589
|
-
* Stack</a>.</p>
|
|
2590
|
-
*/
|
|
2591
|
-
public updateStack(args: UpdateStackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStackCommandOutput>;
|
|
2592
|
-
public updateStack(args: UpdateStackCommandInput, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
|
|
2593
|
-
public updateStack(
|
|
2594
|
-
args: UpdateStackCommandInput,
|
|
2595
|
-
options: __HttpHandlerOptions,
|
|
2596
|
-
cb: (err: any, data?: UpdateStackCommandOutput) => void
|
|
2597
|
-
): void;
|
|
2598
|
-
public updateStack(
|
|
2599
|
-
args: UpdateStackCommandInput,
|
|
2600
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateStackCommandOutput) => void),
|
|
2601
|
-
cb?: (err: any, data?: UpdateStackCommandOutput) => void
|
|
2602
|
-
): Promise<UpdateStackCommandOutput> | void {
|
|
2603
|
-
const command = new UpdateStackCommand(args);
|
|
2604
|
-
if (typeof optionsOrCb === "function") {
|
|
2605
|
-
this.send(command, optionsOrCb);
|
|
2606
|
-
} else if (typeof cb === "function") {
|
|
2607
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2608
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2609
|
-
} else {
|
|
2610
|
-
return this.send(command, optionsOrCb);
|
|
2611
|
-
}
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
/**
|
|
2615
|
-
* <p>Updates the parameter values for stack instances for the specified accounts, within
|
|
2616
|
-
* the specified Regions. A stack instance refers to a stack in a specific account and Region. </p>
|
|
2617
|
-
* <p>You can only update stack instances in Regions and accounts where they already exist;
|
|
2618
|
-
* to create additional stack instances, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStackInstances.html">CreateStackInstances</a>. </p>
|
|
2619
|
-
* <p>During stack set updates, any parameters overridden for a stack instance are not
|
|
2620
|
-
* updated, but retain their overridden value.</p>
|
|
2621
|
-
* <p>You can only update the parameter <i>values</i> that are specified in
|
|
2622
|
-
* the stack set; to add or delete a parameter itself, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update the stack set template. If you add a parameter to a
|
|
2623
|
-
* template, before you can override the parameter value specified in the stack set you must
|
|
2624
|
-
* first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to update all stack instances with the updated template and
|
|
2625
|
-
* parameter value specified in the stack set. Once a stack instance has been updated with the
|
|
2626
|
-
* new parameter, you can then override the parameter value using
|
|
2627
|
-
* <code>UpdateStackInstances</code>.</p>
|
|
2628
|
-
*/
|
|
2629
|
-
public updateStackInstances(
|
|
2630
|
-
args: UpdateStackInstancesCommandInput,
|
|
2631
|
-
options?: __HttpHandlerOptions
|
|
2632
|
-
): Promise<UpdateStackInstancesCommandOutput>;
|
|
2633
|
-
public updateStackInstances(
|
|
2634
|
-
args: UpdateStackInstancesCommandInput,
|
|
2635
|
-
cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void
|
|
2636
|
-
): void;
|
|
2637
|
-
public updateStackInstances(
|
|
2638
|
-
args: UpdateStackInstancesCommandInput,
|
|
2639
|
-
options: __HttpHandlerOptions,
|
|
2640
|
-
cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void
|
|
2641
|
-
): void;
|
|
2642
|
-
public updateStackInstances(
|
|
2643
|
-
args: UpdateStackInstancesCommandInput,
|
|
2644
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateStackInstancesCommandOutput) => void),
|
|
2645
|
-
cb?: (err: any, data?: UpdateStackInstancesCommandOutput) => void
|
|
2646
|
-
): Promise<UpdateStackInstancesCommandOutput> | void {
|
|
2647
|
-
const command = new UpdateStackInstancesCommand(args);
|
|
2648
|
-
if (typeof optionsOrCb === "function") {
|
|
2649
|
-
this.send(command, optionsOrCb);
|
|
2650
|
-
} else if (typeof cb === "function") {
|
|
2651
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2652
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2653
|
-
} else {
|
|
2654
|
-
return this.send(command, optionsOrCb);
|
|
2655
|
-
}
|
|
2656
|
-
}
|
|
2657
|
-
|
|
2658
|
-
/**
|
|
2659
|
-
* <p>Updates the stack set, and associated stack instances in the specified accounts and
|
|
2660
|
-
* Regions.</p>
|
|
2661
|
-
* <p>Even if the stack set operation created by updating the stack set fails (completely
|
|
2662
|
-
* or partially, below or above a specified failure tolerance), the stack set is updated with
|
|
2663
|
-
* your changes. Subsequent <a>CreateStackInstances</a> calls on the specified
|
|
2664
|
-
* stack set use the updated stack set.</p>
|
|
2665
|
-
*/
|
|
2666
|
-
public updateStackSet(
|
|
2667
|
-
args: UpdateStackSetCommandInput,
|
|
2668
|
-
options?: __HttpHandlerOptions
|
|
2669
|
-
): Promise<UpdateStackSetCommandOutput>;
|
|
2670
|
-
public updateStackSet(
|
|
2671
|
-
args: UpdateStackSetCommandInput,
|
|
2672
|
-
cb: (err: any, data?: UpdateStackSetCommandOutput) => void
|
|
2673
|
-
): void;
|
|
2674
|
-
public updateStackSet(
|
|
2675
|
-
args: UpdateStackSetCommandInput,
|
|
2676
|
-
options: __HttpHandlerOptions,
|
|
2677
|
-
cb: (err: any, data?: UpdateStackSetCommandOutput) => void
|
|
2678
|
-
): void;
|
|
2679
|
-
public updateStackSet(
|
|
2680
|
-
args: UpdateStackSetCommandInput,
|
|
2681
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateStackSetCommandOutput) => void),
|
|
2682
|
-
cb?: (err: any, data?: UpdateStackSetCommandOutput) => void
|
|
2683
|
-
): Promise<UpdateStackSetCommandOutput> | void {
|
|
2684
|
-
const command = new UpdateStackSetCommand(args);
|
|
2685
|
-
if (typeof optionsOrCb === "function") {
|
|
2686
|
-
this.send(command, optionsOrCb);
|
|
2687
|
-
} else if (typeof cb === "function") {
|
|
2688
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2689
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2690
|
-
} else {
|
|
2691
|
-
return this.send(command, optionsOrCb);
|
|
2692
|
-
}
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
|
-
/**
|
|
2696
|
-
* <p>Updates termination protection for the specified stack. If a user attempts to delete
|
|
2697
|
-
* a stack with termination protection enabled, the operation fails and the stack remains
|
|
2698
|
-
* unchanged. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html">Protecting a
|
|
2699
|
-
* Stack From Being Deleted</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
2700
|
-
* <p>For <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">nested
|
|
2701
|
-
* stacks</a>, termination protection is set on the root stack and cannot be changed
|
|
2702
|
-
* directly on the nested stack.</p>
|
|
2703
|
-
*/
|
|
2704
|
-
public updateTerminationProtection(
|
|
2705
|
-
args: UpdateTerminationProtectionCommandInput,
|
|
2706
|
-
options?: __HttpHandlerOptions
|
|
2707
|
-
): Promise<UpdateTerminationProtectionCommandOutput>;
|
|
2708
|
-
public updateTerminationProtection(
|
|
2709
|
-
args: UpdateTerminationProtectionCommandInput,
|
|
2710
|
-
cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void
|
|
2711
|
-
): void;
|
|
2712
|
-
public updateTerminationProtection(
|
|
2713
|
-
args: UpdateTerminationProtectionCommandInput,
|
|
2714
|
-
options: __HttpHandlerOptions,
|
|
2715
|
-
cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void
|
|
2716
|
-
): void;
|
|
2717
|
-
public updateTerminationProtection(
|
|
2718
|
-
args: UpdateTerminationProtectionCommandInput,
|
|
2719
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateTerminationProtectionCommandOutput) => void),
|
|
2720
|
-
cb?: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void
|
|
2721
|
-
): Promise<UpdateTerminationProtectionCommandOutput> | void {
|
|
2722
|
-
const command = new UpdateTerminationProtectionCommand(args);
|
|
2723
|
-
if (typeof optionsOrCb === "function") {
|
|
2724
|
-
this.send(command, optionsOrCb);
|
|
2725
|
-
} else if (typeof cb === "function") {
|
|
2726
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2727
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2728
|
-
} else {
|
|
2729
|
-
return this.send(command, optionsOrCb);
|
|
2730
|
-
}
|
|
2731
|
-
}
|
|
2732
|
-
|
|
2733
|
-
/**
|
|
2734
|
-
* <p>Validates a specified template. CloudFormation first checks if the template is
|
|
2735
|
-
* valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both
|
|
2736
|
-
* these checks fail, CloudFormation returns a template validation error.</p>
|
|
2737
|
-
*/
|
|
2738
|
-
public validateTemplate(
|
|
2739
|
-
args: ValidateTemplateCommandInput,
|
|
2740
|
-
options?: __HttpHandlerOptions
|
|
2741
|
-
): Promise<ValidateTemplateCommandOutput>;
|
|
2742
|
-
public validateTemplate(
|
|
2743
|
-
args: ValidateTemplateCommandInput,
|
|
2744
|
-
cb: (err: any, data?: ValidateTemplateCommandOutput) => void
|
|
2745
|
-
): void;
|
|
2746
|
-
public validateTemplate(
|
|
2747
|
-
args: ValidateTemplateCommandInput,
|
|
2748
|
-
options: __HttpHandlerOptions,
|
|
2749
|
-
cb: (err: any, data?: ValidateTemplateCommandOutput) => void
|
|
2750
|
-
): void;
|
|
2751
|
-
public validateTemplate(
|
|
2752
|
-
args: ValidateTemplateCommandInput,
|
|
2753
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ValidateTemplateCommandOutput) => void),
|
|
2754
|
-
cb?: (err: any, data?: ValidateTemplateCommandOutput) => void
|
|
2755
|
-
): Promise<ValidateTemplateCommandOutput> | void {
|
|
2756
|
-
const command = new ValidateTemplateCommand(args);
|
|
2757
|
-
if (typeof optionsOrCb === "function") {
|
|
2758
|
-
this.send(command, optionsOrCb);
|
|
2759
|
-
} else if (typeof cb === "function") {
|
|
2760
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2761
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2762
|
-
} else {
|
|
2763
|
-
return this.send(command, optionsOrCb);
|
|
2764
|
-
}
|
|
2765
|
-
}
|
|
2766
|
-
}
|