@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
|
@@ -1,1005 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { CloudFormationClient } from "./CloudFormationClient";
|
|
3
|
-
import { ActivateTypeCommand, } from "./commands/ActivateTypeCommand";
|
|
4
|
-
import { BatchDescribeTypeConfigurationsCommand, } from "./commands/BatchDescribeTypeConfigurationsCommand";
|
|
5
|
-
import { CancelUpdateStackCommand, } from "./commands/CancelUpdateStackCommand";
|
|
6
|
-
import { ContinueUpdateRollbackCommand, } from "./commands/ContinueUpdateRollbackCommand";
|
|
7
|
-
import { CreateChangeSetCommand, } from "./commands/CreateChangeSetCommand";
|
|
8
|
-
import { CreateStackCommand } from "./commands/CreateStackCommand";
|
|
9
|
-
import { CreateStackInstancesCommand, } from "./commands/CreateStackInstancesCommand";
|
|
10
|
-
import { CreateStackSetCommand, } from "./commands/CreateStackSetCommand";
|
|
11
|
-
import { DeactivateTypeCommand, } from "./commands/DeactivateTypeCommand";
|
|
12
|
-
import { DeleteChangeSetCommand, } from "./commands/DeleteChangeSetCommand";
|
|
13
|
-
import { DeleteStackCommand } from "./commands/DeleteStackCommand";
|
|
14
|
-
import { DeleteStackInstancesCommand, } from "./commands/DeleteStackInstancesCommand";
|
|
15
|
-
import { DeleteStackSetCommand, } from "./commands/DeleteStackSetCommand";
|
|
16
|
-
import { DeregisterTypeCommand, } from "./commands/DeregisterTypeCommand";
|
|
17
|
-
import { DescribeAccountLimitsCommand, } from "./commands/DescribeAccountLimitsCommand";
|
|
18
|
-
import { DescribeChangeSetCommand, } from "./commands/DescribeChangeSetCommand";
|
|
19
|
-
import { DescribePublisherCommand, } from "./commands/DescribePublisherCommand";
|
|
20
|
-
import { DescribeStackDriftDetectionStatusCommand, } from "./commands/DescribeStackDriftDetectionStatusCommand";
|
|
21
|
-
import { DescribeStackEventsCommand, } from "./commands/DescribeStackEventsCommand";
|
|
22
|
-
import { DescribeStackInstanceCommand, } from "./commands/DescribeStackInstanceCommand";
|
|
23
|
-
import { DescribeStackResourceCommand, } from "./commands/DescribeStackResourceCommand";
|
|
24
|
-
import { DescribeStackResourceDriftsCommand, } from "./commands/DescribeStackResourceDriftsCommand";
|
|
25
|
-
import { DescribeStackResourcesCommand, } from "./commands/DescribeStackResourcesCommand";
|
|
26
|
-
import { DescribeStackSetCommand, } from "./commands/DescribeStackSetCommand";
|
|
27
|
-
import { DescribeStackSetOperationCommand, } from "./commands/DescribeStackSetOperationCommand";
|
|
28
|
-
import { DescribeStacksCommand, } from "./commands/DescribeStacksCommand";
|
|
29
|
-
import { DescribeTypeCommand, } from "./commands/DescribeTypeCommand";
|
|
30
|
-
import { DescribeTypeRegistrationCommand, } from "./commands/DescribeTypeRegistrationCommand";
|
|
31
|
-
import { DetectStackDriftCommand, } from "./commands/DetectStackDriftCommand";
|
|
32
|
-
import { DetectStackResourceDriftCommand, } from "./commands/DetectStackResourceDriftCommand";
|
|
33
|
-
import { DetectStackSetDriftCommand, } from "./commands/DetectStackSetDriftCommand";
|
|
34
|
-
import { EstimateTemplateCostCommand, } from "./commands/EstimateTemplateCostCommand";
|
|
35
|
-
import { ExecuteChangeSetCommand, } from "./commands/ExecuteChangeSetCommand";
|
|
36
|
-
import { GetStackPolicyCommand, } from "./commands/GetStackPolicyCommand";
|
|
37
|
-
import { GetTemplateCommand } from "./commands/GetTemplateCommand";
|
|
38
|
-
import { GetTemplateSummaryCommand, } from "./commands/GetTemplateSummaryCommand";
|
|
39
|
-
import { ImportStacksToStackSetCommand, } from "./commands/ImportStacksToStackSetCommand";
|
|
40
|
-
import { ListChangeSetsCommand, } from "./commands/ListChangeSetsCommand";
|
|
41
|
-
import { ListExportsCommand } from "./commands/ListExportsCommand";
|
|
42
|
-
import { ListImportsCommand } from "./commands/ListImportsCommand";
|
|
43
|
-
import { ListStackInstancesCommand, } from "./commands/ListStackInstancesCommand";
|
|
44
|
-
import { ListStackResourcesCommand, } from "./commands/ListStackResourcesCommand";
|
|
45
|
-
import { ListStackSetOperationResultsCommand, } from "./commands/ListStackSetOperationResultsCommand";
|
|
46
|
-
import { ListStackSetOperationsCommand, } from "./commands/ListStackSetOperationsCommand";
|
|
47
|
-
import { ListStackSetsCommand, } from "./commands/ListStackSetsCommand";
|
|
48
|
-
import { ListStacksCommand } from "./commands/ListStacksCommand";
|
|
49
|
-
import { ListTypeRegistrationsCommand, } from "./commands/ListTypeRegistrationsCommand";
|
|
50
|
-
import { ListTypeVersionsCommand, } from "./commands/ListTypeVersionsCommand";
|
|
51
|
-
import { ListTypesCommand } from "./commands/ListTypesCommand";
|
|
52
|
-
import { PublishTypeCommand } from "./commands/PublishTypeCommand";
|
|
53
|
-
import { RecordHandlerProgressCommand, } from "./commands/RecordHandlerProgressCommand";
|
|
54
|
-
import { RegisterPublisherCommand, } from "./commands/RegisterPublisherCommand";
|
|
55
|
-
import { RegisterTypeCommand, } from "./commands/RegisterTypeCommand";
|
|
56
|
-
import { RollbackStackCommand, } from "./commands/RollbackStackCommand";
|
|
57
|
-
import { SetStackPolicyCommand, } from "./commands/SetStackPolicyCommand";
|
|
58
|
-
import { SetTypeConfigurationCommand, } from "./commands/SetTypeConfigurationCommand";
|
|
59
|
-
import { SetTypeDefaultVersionCommand, } from "./commands/SetTypeDefaultVersionCommand";
|
|
60
|
-
import { SignalResourceCommand, } from "./commands/SignalResourceCommand";
|
|
61
|
-
import { StopStackSetOperationCommand, } from "./commands/StopStackSetOperationCommand";
|
|
62
|
-
import { TestTypeCommand } from "./commands/TestTypeCommand";
|
|
63
|
-
import { UpdateStackCommand } from "./commands/UpdateStackCommand";
|
|
64
|
-
import { UpdateStackInstancesCommand, } from "./commands/UpdateStackInstancesCommand";
|
|
65
|
-
import { UpdateStackSetCommand, } from "./commands/UpdateStackSetCommand";
|
|
66
|
-
import { UpdateTerminationProtectionCommand, } from "./commands/UpdateTerminationProtectionCommand";
|
|
67
|
-
import { ValidateTemplateCommand, } from "./commands/ValidateTemplateCommand";
|
|
68
|
-
/**
|
|
69
|
-
* <fullname>AWS CloudFormation</fullname>
|
|
70
|
-
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments
|
|
71
|
-
* predictably and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such
|
|
72
|
-
* as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification
|
|
73
|
-
* Service, Elastic Load Balancing, and Auto Scaling to build highly-reliable, highly
|
|
74
|
-
* scalable, cost-effective applications without creating or configuring the underlying Amazon Web Services
|
|
75
|
-
* infrastructure.</p>
|
|
76
|
-
* <p>With CloudFormation, you declare all of your resources and dependencies in a
|
|
77
|
-
* template file. The template defines a collection of resources as a single unit called a
|
|
78
|
-
* stack. CloudFormation creates and deletes all member resources of the stack together
|
|
79
|
-
* and manages all dependencies between the resources for you.</p>
|
|
80
|
-
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation Product Page</a>.</p>
|
|
81
|
-
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional
|
|
82
|
-
* technical information about a specific Amazon Web Services product, you can find the product's technical
|
|
83
|
-
* documentation at <a href="https://docs.aws.amazon.com/">
|
|
84
|
-
* <code>docs.aws.amazon.com</code>
|
|
85
|
-
* </a>.</p>
|
|
86
|
-
*/
|
|
87
|
-
var CloudFormation = /** @class */ (function (_super) {
|
|
88
|
-
__extends(CloudFormation, _super);
|
|
89
|
-
function CloudFormation() {
|
|
90
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
91
|
-
}
|
|
92
|
-
CloudFormation.prototype.activateType = function (args, optionsOrCb, cb) {
|
|
93
|
-
var command = new ActivateTypeCommand(args);
|
|
94
|
-
if (typeof optionsOrCb === "function") {
|
|
95
|
-
this.send(command, optionsOrCb);
|
|
96
|
-
}
|
|
97
|
-
else if (typeof cb === "function") {
|
|
98
|
-
if (typeof optionsOrCb !== "object")
|
|
99
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
100
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
101
|
-
}
|
|
102
|
-
else {
|
|
103
|
-
return this.send(command, optionsOrCb);
|
|
104
|
-
}
|
|
105
|
-
};
|
|
106
|
-
CloudFormation.prototype.batchDescribeTypeConfigurations = function (args, optionsOrCb, cb) {
|
|
107
|
-
var command = new BatchDescribeTypeConfigurationsCommand(args);
|
|
108
|
-
if (typeof optionsOrCb === "function") {
|
|
109
|
-
this.send(command, optionsOrCb);
|
|
110
|
-
}
|
|
111
|
-
else if (typeof cb === "function") {
|
|
112
|
-
if (typeof optionsOrCb !== "object")
|
|
113
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
114
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
115
|
-
}
|
|
116
|
-
else {
|
|
117
|
-
return this.send(command, optionsOrCb);
|
|
118
|
-
}
|
|
119
|
-
};
|
|
120
|
-
CloudFormation.prototype.cancelUpdateStack = function (args, optionsOrCb, cb) {
|
|
121
|
-
var command = new CancelUpdateStackCommand(args);
|
|
122
|
-
if (typeof optionsOrCb === "function") {
|
|
123
|
-
this.send(command, optionsOrCb);
|
|
124
|
-
}
|
|
125
|
-
else if (typeof cb === "function") {
|
|
126
|
-
if (typeof optionsOrCb !== "object")
|
|
127
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
128
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
129
|
-
}
|
|
130
|
-
else {
|
|
131
|
-
return this.send(command, optionsOrCb);
|
|
132
|
-
}
|
|
133
|
-
};
|
|
134
|
-
CloudFormation.prototype.continueUpdateRollback = function (args, optionsOrCb, cb) {
|
|
135
|
-
var command = new ContinueUpdateRollbackCommand(args);
|
|
136
|
-
if (typeof optionsOrCb === "function") {
|
|
137
|
-
this.send(command, optionsOrCb);
|
|
138
|
-
}
|
|
139
|
-
else if (typeof cb === "function") {
|
|
140
|
-
if (typeof optionsOrCb !== "object")
|
|
141
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
142
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
143
|
-
}
|
|
144
|
-
else {
|
|
145
|
-
return this.send(command, optionsOrCb);
|
|
146
|
-
}
|
|
147
|
-
};
|
|
148
|
-
CloudFormation.prototype.createChangeSet = function (args, optionsOrCb, cb) {
|
|
149
|
-
var command = new CreateChangeSetCommand(args);
|
|
150
|
-
if (typeof optionsOrCb === "function") {
|
|
151
|
-
this.send(command, optionsOrCb);
|
|
152
|
-
}
|
|
153
|
-
else if (typeof cb === "function") {
|
|
154
|
-
if (typeof optionsOrCb !== "object")
|
|
155
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
156
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
157
|
-
}
|
|
158
|
-
else {
|
|
159
|
-
return this.send(command, optionsOrCb);
|
|
160
|
-
}
|
|
161
|
-
};
|
|
162
|
-
CloudFormation.prototype.createStack = function (args, optionsOrCb, cb) {
|
|
163
|
-
var command = new CreateStackCommand(args);
|
|
164
|
-
if (typeof optionsOrCb === "function") {
|
|
165
|
-
this.send(command, optionsOrCb);
|
|
166
|
-
}
|
|
167
|
-
else if (typeof cb === "function") {
|
|
168
|
-
if (typeof optionsOrCb !== "object")
|
|
169
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
170
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
171
|
-
}
|
|
172
|
-
else {
|
|
173
|
-
return this.send(command, optionsOrCb);
|
|
174
|
-
}
|
|
175
|
-
};
|
|
176
|
-
CloudFormation.prototype.createStackInstances = function (args, optionsOrCb, cb) {
|
|
177
|
-
var command = new CreateStackInstancesCommand(args);
|
|
178
|
-
if (typeof optionsOrCb === "function") {
|
|
179
|
-
this.send(command, optionsOrCb);
|
|
180
|
-
}
|
|
181
|
-
else if (typeof cb === "function") {
|
|
182
|
-
if (typeof optionsOrCb !== "object")
|
|
183
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
184
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
185
|
-
}
|
|
186
|
-
else {
|
|
187
|
-
return this.send(command, optionsOrCb);
|
|
188
|
-
}
|
|
189
|
-
};
|
|
190
|
-
CloudFormation.prototype.createStackSet = function (args, optionsOrCb, cb) {
|
|
191
|
-
var command = new CreateStackSetCommand(args);
|
|
192
|
-
if (typeof optionsOrCb === "function") {
|
|
193
|
-
this.send(command, optionsOrCb);
|
|
194
|
-
}
|
|
195
|
-
else if (typeof cb === "function") {
|
|
196
|
-
if (typeof optionsOrCb !== "object")
|
|
197
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
198
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
199
|
-
}
|
|
200
|
-
else {
|
|
201
|
-
return this.send(command, optionsOrCb);
|
|
202
|
-
}
|
|
203
|
-
};
|
|
204
|
-
CloudFormation.prototype.deactivateType = function (args, optionsOrCb, cb) {
|
|
205
|
-
var command = new DeactivateTypeCommand(args);
|
|
206
|
-
if (typeof optionsOrCb === "function") {
|
|
207
|
-
this.send(command, optionsOrCb);
|
|
208
|
-
}
|
|
209
|
-
else if (typeof cb === "function") {
|
|
210
|
-
if (typeof optionsOrCb !== "object")
|
|
211
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
212
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
213
|
-
}
|
|
214
|
-
else {
|
|
215
|
-
return this.send(command, optionsOrCb);
|
|
216
|
-
}
|
|
217
|
-
};
|
|
218
|
-
CloudFormation.prototype.deleteChangeSet = function (args, optionsOrCb, cb) {
|
|
219
|
-
var command = new DeleteChangeSetCommand(args);
|
|
220
|
-
if (typeof optionsOrCb === "function") {
|
|
221
|
-
this.send(command, optionsOrCb);
|
|
222
|
-
}
|
|
223
|
-
else if (typeof cb === "function") {
|
|
224
|
-
if (typeof optionsOrCb !== "object")
|
|
225
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
226
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
227
|
-
}
|
|
228
|
-
else {
|
|
229
|
-
return this.send(command, optionsOrCb);
|
|
230
|
-
}
|
|
231
|
-
};
|
|
232
|
-
CloudFormation.prototype.deleteStack = function (args, optionsOrCb, cb) {
|
|
233
|
-
var command = new DeleteStackCommand(args);
|
|
234
|
-
if (typeof optionsOrCb === "function") {
|
|
235
|
-
this.send(command, optionsOrCb);
|
|
236
|
-
}
|
|
237
|
-
else if (typeof cb === "function") {
|
|
238
|
-
if (typeof optionsOrCb !== "object")
|
|
239
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
240
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
241
|
-
}
|
|
242
|
-
else {
|
|
243
|
-
return this.send(command, optionsOrCb);
|
|
244
|
-
}
|
|
245
|
-
};
|
|
246
|
-
CloudFormation.prototype.deleteStackInstances = function (args, optionsOrCb, cb) {
|
|
247
|
-
var command = new DeleteStackInstancesCommand(args);
|
|
248
|
-
if (typeof optionsOrCb === "function") {
|
|
249
|
-
this.send(command, optionsOrCb);
|
|
250
|
-
}
|
|
251
|
-
else if (typeof cb === "function") {
|
|
252
|
-
if (typeof optionsOrCb !== "object")
|
|
253
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
254
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
255
|
-
}
|
|
256
|
-
else {
|
|
257
|
-
return this.send(command, optionsOrCb);
|
|
258
|
-
}
|
|
259
|
-
};
|
|
260
|
-
CloudFormation.prototype.deleteStackSet = function (args, optionsOrCb, cb) {
|
|
261
|
-
var command = new DeleteStackSetCommand(args);
|
|
262
|
-
if (typeof optionsOrCb === "function") {
|
|
263
|
-
this.send(command, optionsOrCb);
|
|
264
|
-
}
|
|
265
|
-
else if (typeof cb === "function") {
|
|
266
|
-
if (typeof optionsOrCb !== "object")
|
|
267
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
268
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
269
|
-
}
|
|
270
|
-
else {
|
|
271
|
-
return this.send(command, optionsOrCb);
|
|
272
|
-
}
|
|
273
|
-
};
|
|
274
|
-
CloudFormation.prototype.deregisterType = function (args, optionsOrCb, cb) {
|
|
275
|
-
var command = new DeregisterTypeCommand(args);
|
|
276
|
-
if (typeof optionsOrCb === "function") {
|
|
277
|
-
this.send(command, optionsOrCb);
|
|
278
|
-
}
|
|
279
|
-
else if (typeof cb === "function") {
|
|
280
|
-
if (typeof optionsOrCb !== "object")
|
|
281
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
282
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
283
|
-
}
|
|
284
|
-
else {
|
|
285
|
-
return this.send(command, optionsOrCb);
|
|
286
|
-
}
|
|
287
|
-
};
|
|
288
|
-
CloudFormation.prototype.describeAccountLimits = function (args, optionsOrCb, cb) {
|
|
289
|
-
var command = new DescribeAccountLimitsCommand(args);
|
|
290
|
-
if (typeof optionsOrCb === "function") {
|
|
291
|
-
this.send(command, optionsOrCb);
|
|
292
|
-
}
|
|
293
|
-
else if (typeof cb === "function") {
|
|
294
|
-
if (typeof optionsOrCb !== "object")
|
|
295
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
296
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
297
|
-
}
|
|
298
|
-
else {
|
|
299
|
-
return this.send(command, optionsOrCb);
|
|
300
|
-
}
|
|
301
|
-
};
|
|
302
|
-
CloudFormation.prototype.describeChangeSet = function (args, optionsOrCb, cb) {
|
|
303
|
-
var command = new DescribeChangeSetCommand(args);
|
|
304
|
-
if (typeof optionsOrCb === "function") {
|
|
305
|
-
this.send(command, optionsOrCb);
|
|
306
|
-
}
|
|
307
|
-
else if (typeof cb === "function") {
|
|
308
|
-
if (typeof optionsOrCb !== "object")
|
|
309
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
310
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
311
|
-
}
|
|
312
|
-
else {
|
|
313
|
-
return this.send(command, optionsOrCb);
|
|
314
|
-
}
|
|
315
|
-
};
|
|
316
|
-
CloudFormation.prototype.describePublisher = function (args, optionsOrCb, cb) {
|
|
317
|
-
var command = new DescribePublisherCommand(args);
|
|
318
|
-
if (typeof optionsOrCb === "function") {
|
|
319
|
-
this.send(command, optionsOrCb);
|
|
320
|
-
}
|
|
321
|
-
else if (typeof cb === "function") {
|
|
322
|
-
if (typeof optionsOrCb !== "object")
|
|
323
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
324
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
325
|
-
}
|
|
326
|
-
else {
|
|
327
|
-
return this.send(command, optionsOrCb);
|
|
328
|
-
}
|
|
329
|
-
};
|
|
330
|
-
CloudFormation.prototype.describeStackDriftDetectionStatus = function (args, optionsOrCb, cb) {
|
|
331
|
-
var command = new DescribeStackDriftDetectionStatusCommand(args);
|
|
332
|
-
if (typeof optionsOrCb === "function") {
|
|
333
|
-
this.send(command, optionsOrCb);
|
|
334
|
-
}
|
|
335
|
-
else if (typeof cb === "function") {
|
|
336
|
-
if (typeof optionsOrCb !== "object")
|
|
337
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
338
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
339
|
-
}
|
|
340
|
-
else {
|
|
341
|
-
return this.send(command, optionsOrCb);
|
|
342
|
-
}
|
|
343
|
-
};
|
|
344
|
-
CloudFormation.prototype.describeStackEvents = function (args, optionsOrCb, cb) {
|
|
345
|
-
var command = new DescribeStackEventsCommand(args);
|
|
346
|
-
if (typeof optionsOrCb === "function") {
|
|
347
|
-
this.send(command, optionsOrCb);
|
|
348
|
-
}
|
|
349
|
-
else if (typeof cb === "function") {
|
|
350
|
-
if (typeof optionsOrCb !== "object")
|
|
351
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
352
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
353
|
-
}
|
|
354
|
-
else {
|
|
355
|
-
return this.send(command, optionsOrCb);
|
|
356
|
-
}
|
|
357
|
-
};
|
|
358
|
-
CloudFormation.prototype.describeStackInstance = function (args, optionsOrCb, cb) {
|
|
359
|
-
var command = new DescribeStackInstanceCommand(args);
|
|
360
|
-
if (typeof optionsOrCb === "function") {
|
|
361
|
-
this.send(command, optionsOrCb);
|
|
362
|
-
}
|
|
363
|
-
else if (typeof cb === "function") {
|
|
364
|
-
if (typeof optionsOrCb !== "object")
|
|
365
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
366
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
367
|
-
}
|
|
368
|
-
else {
|
|
369
|
-
return this.send(command, optionsOrCb);
|
|
370
|
-
}
|
|
371
|
-
};
|
|
372
|
-
CloudFormation.prototype.describeStackResource = function (args, optionsOrCb, cb) {
|
|
373
|
-
var command = new DescribeStackResourceCommand(args);
|
|
374
|
-
if (typeof optionsOrCb === "function") {
|
|
375
|
-
this.send(command, optionsOrCb);
|
|
376
|
-
}
|
|
377
|
-
else if (typeof cb === "function") {
|
|
378
|
-
if (typeof optionsOrCb !== "object")
|
|
379
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
380
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
381
|
-
}
|
|
382
|
-
else {
|
|
383
|
-
return this.send(command, optionsOrCb);
|
|
384
|
-
}
|
|
385
|
-
};
|
|
386
|
-
CloudFormation.prototype.describeStackResourceDrifts = function (args, optionsOrCb, cb) {
|
|
387
|
-
var command = new DescribeStackResourceDriftsCommand(args);
|
|
388
|
-
if (typeof optionsOrCb === "function") {
|
|
389
|
-
this.send(command, optionsOrCb);
|
|
390
|
-
}
|
|
391
|
-
else if (typeof cb === "function") {
|
|
392
|
-
if (typeof optionsOrCb !== "object")
|
|
393
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
394
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
395
|
-
}
|
|
396
|
-
else {
|
|
397
|
-
return this.send(command, optionsOrCb);
|
|
398
|
-
}
|
|
399
|
-
};
|
|
400
|
-
CloudFormation.prototype.describeStackResources = function (args, optionsOrCb, cb) {
|
|
401
|
-
var command = new DescribeStackResourcesCommand(args);
|
|
402
|
-
if (typeof optionsOrCb === "function") {
|
|
403
|
-
this.send(command, optionsOrCb);
|
|
404
|
-
}
|
|
405
|
-
else if (typeof cb === "function") {
|
|
406
|
-
if (typeof optionsOrCb !== "object")
|
|
407
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
408
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
409
|
-
}
|
|
410
|
-
else {
|
|
411
|
-
return this.send(command, optionsOrCb);
|
|
412
|
-
}
|
|
413
|
-
};
|
|
414
|
-
CloudFormation.prototype.describeStacks = function (args, optionsOrCb, cb) {
|
|
415
|
-
var command = new DescribeStacksCommand(args);
|
|
416
|
-
if (typeof optionsOrCb === "function") {
|
|
417
|
-
this.send(command, optionsOrCb);
|
|
418
|
-
}
|
|
419
|
-
else if (typeof cb === "function") {
|
|
420
|
-
if (typeof optionsOrCb !== "object")
|
|
421
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
422
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
423
|
-
}
|
|
424
|
-
else {
|
|
425
|
-
return this.send(command, optionsOrCb);
|
|
426
|
-
}
|
|
427
|
-
};
|
|
428
|
-
CloudFormation.prototype.describeStackSet = function (args, optionsOrCb, cb) {
|
|
429
|
-
var command = new DescribeStackSetCommand(args);
|
|
430
|
-
if (typeof optionsOrCb === "function") {
|
|
431
|
-
this.send(command, optionsOrCb);
|
|
432
|
-
}
|
|
433
|
-
else if (typeof cb === "function") {
|
|
434
|
-
if (typeof optionsOrCb !== "object")
|
|
435
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
436
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
437
|
-
}
|
|
438
|
-
else {
|
|
439
|
-
return this.send(command, optionsOrCb);
|
|
440
|
-
}
|
|
441
|
-
};
|
|
442
|
-
CloudFormation.prototype.describeStackSetOperation = function (args, optionsOrCb, cb) {
|
|
443
|
-
var command = new DescribeStackSetOperationCommand(args);
|
|
444
|
-
if (typeof optionsOrCb === "function") {
|
|
445
|
-
this.send(command, optionsOrCb);
|
|
446
|
-
}
|
|
447
|
-
else if (typeof cb === "function") {
|
|
448
|
-
if (typeof optionsOrCb !== "object")
|
|
449
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
450
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
451
|
-
}
|
|
452
|
-
else {
|
|
453
|
-
return this.send(command, optionsOrCb);
|
|
454
|
-
}
|
|
455
|
-
};
|
|
456
|
-
CloudFormation.prototype.describeType = function (args, optionsOrCb, cb) {
|
|
457
|
-
var command = new DescribeTypeCommand(args);
|
|
458
|
-
if (typeof optionsOrCb === "function") {
|
|
459
|
-
this.send(command, optionsOrCb);
|
|
460
|
-
}
|
|
461
|
-
else if (typeof cb === "function") {
|
|
462
|
-
if (typeof optionsOrCb !== "object")
|
|
463
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
464
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
465
|
-
}
|
|
466
|
-
else {
|
|
467
|
-
return this.send(command, optionsOrCb);
|
|
468
|
-
}
|
|
469
|
-
};
|
|
470
|
-
CloudFormation.prototype.describeTypeRegistration = function (args, optionsOrCb, cb) {
|
|
471
|
-
var command = new DescribeTypeRegistrationCommand(args);
|
|
472
|
-
if (typeof optionsOrCb === "function") {
|
|
473
|
-
this.send(command, optionsOrCb);
|
|
474
|
-
}
|
|
475
|
-
else if (typeof cb === "function") {
|
|
476
|
-
if (typeof optionsOrCb !== "object")
|
|
477
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
478
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
479
|
-
}
|
|
480
|
-
else {
|
|
481
|
-
return this.send(command, optionsOrCb);
|
|
482
|
-
}
|
|
483
|
-
};
|
|
484
|
-
CloudFormation.prototype.detectStackDrift = function (args, optionsOrCb, cb) {
|
|
485
|
-
var command = new DetectStackDriftCommand(args);
|
|
486
|
-
if (typeof optionsOrCb === "function") {
|
|
487
|
-
this.send(command, optionsOrCb);
|
|
488
|
-
}
|
|
489
|
-
else if (typeof cb === "function") {
|
|
490
|
-
if (typeof optionsOrCb !== "object")
|
|
491
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
492
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
493
|
-
}
|
|
494
|
-
else {
|
|
495
|
-
return this.send(command, optionsOrCb);
|
|
496
|
-
}
|
|
497
|
-
};
|
|
498
|
-
CloudFormation.prototype.detectStackResourceDrift = function (args, optionsOrCb, cb) {
|
|
499
|
-
var command = new DetectStackResourceDriftCommand(args);
|
|
500
|
-
if (typeof optionsOrCb === "function") {
|
|
501
|
-
this.send(command, optionsOrCb);
|
|
502
|
-
}
|
|
503
|
-
else if (typeof cb === "function") {
|
|
504
|
-
if (typeof optionsOrCb !== "object")
|
|
505
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
506
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
507
|
-
}
|
|
508
|
-
else {
|
|
509
|
-
return this.send(command, optionsOrCb);
|
|
510
|
-
}
|
|
511
|
-
};
|
|
512
|
-
CloudFormation.prototype.detectStackSetDrift = function (args, optionsOrCb, cb) {
|
|
513
|
-
var command = new DetectStackSetDriftCommand(args);
|
|
514
|
-
if (typeof optionsOrCb === "function") {
|
|
515
|
-
this.send(command, optionsOrCb);
|
|
516
|
-
}
|
|
517
|
-
else if (typeof cb === "function") {
|
|
518
|
-
if (typeof optionsOrCb !== "object")
|
|
519
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
520
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
521
|
-
}
|
|
522
|
-
else {
|
|
523
|
-
return this.send(command, optionsOrCb);
|
|
524
|
-
}
|
|
525
|
-
};
|
|
526
|
-
CloudFormation.prototype.estimateTemplateCost = function (args, optionsOrCb, cb) {
|
|
527
|
-
var command = new EstimateTemplateCostCommand(args);
|
|
528
|
-
if (typeof optionsOrCb === "function") {
|
|
529
|
-
this.send(command, optionsOrCb);
|
|
530
|
-
}
|
|
531
|
-
else if (typeof cb === "function") {
|
|
532
|
-
if (typeof optionsOrCb !== "object")
|
|
533
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
534
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
535
|
-
}
|
|
536
|
-
else {
|
|
537
|
-
return this.send(command, optionsOrCb);
|
|
538
|
-
}
|
|
539
|
-
};
|
|
540
|
-
CloudFormation.prototype.executeChangeSet = function (args, optionsOrCb, cb) {
|
|
541
|
-
var command = new ExecuteChangeSetCommand(args);
|
|
542
|
-
if (typeof optionsOrCb === "function") {
|
|
543
|
-
this.send(command, optionsOrCb);
|
|
544
|
-
}
|
|
545
|
-
else if (typeof cb === "function") {
|
|
546
|
-
if (typeof optionsOrCb !== "object")
|
|
547
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
548
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
549
|
-
}
|
|
550
|
-
else {
|
|
551
|
-
return this.send(command, optionsOrCb);
|
|
552
|
-
}
|
|
553
|
-
};
|
|
554
|
-
CloudFormation.prototype.getStackPolicy = function (args, optionsOrCb, cb) {
|
|
555
|
-
var command = new GetStackPolicyCommand(args);
|
|
556
|
-
if (typeof optionsOrCb === "function") {
|
|
557
|
-
this.send(command, optionsOrCb);
|
|
558
|
-
}
|
|
559
|
-
else if (typeof cb === "function") {
|
|
560
|
-
if (typeof optionsOrCb !== "object")
|
|
561
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
562
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
563
|
-
}
|
|
564
|
-
else {
|
|
565
|
-
return this.send(command, optionsOrCb);
|
|
566
|
-
}
|
|
567
|
-
};
|
|
568
|
-
CloudFormation.prototype.getTemplate = function (args, optionsOrCb, cb) {
|
|
569
|
-
var command = new GetTemplateCommand(args);
|
|
570
|
-
if (typeof optionsOrCb === "function") {
|
|
571
|
-
this.send(command, optionsOrCb);
|
|
572
|
-
}
|
|
573
|
-
else if (typeof cb === "function") {
|
|
574
|
-
if (typeof optionsOrCb !== "object")
|
|
575
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
576
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
577
|
-
}
|
|
578
|
-
else {
|
|
579
|
-
return this.send(command, optionsOrCb);
|
|
580
|
-
}
|
|
581
|
-
};
|
|
582
|
-
CloudFormation.prototype.getTemplateSummary = function (args, optionsOrCb, cb) {
|
|
583
|
-
var command = new GetTemplateSummaryCommand(args);
|
|
584
|
-
if (typeof optionsOrCb === "function") {
|
|
585
|
-
this.send(command, optionsOrCb);
|
|
586
|
-
}
|
|
587
|
-
else if (typeof cb === "function") {
|
|
588
|
-
if (typeof optionsOrCb !== "object")
|
|
589
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
590
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
591
|
-
}
|
|
592
|
-
else {
|
|
593
|
-
return this.send(command, optionsOrCb);
|
|
594
|
-
}
|
|
595
|
-
};
|
|
596
|
-
CloudFormation.prototype.importStacksToStackSet = function (args, optionsOrCb, cb) {
|
|
597
|
-
var command = new ImportStacksToStackSetCommand(args);
|
|
598
|
-
if (typeof optionsOrCb === "function") {
|
|
599
|
-
this.send(command, optionsOrCb);
|
|
600
|
-
}
|
|
601
|
-
else if (typeof cb === "function") {
|
|
602
|
-
if (typeof optionsOrCb !== "object")
|
|
603
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
604
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
605
|
-
}
|
|
606
|
-
else {
|
|
607
|
-
return this.send(command, optionsOrCb);
|
|
608
|
-
}
|
|
609
|
-
};
|
|
610
|
-
CloudFormation.prototype.listChangeSets = function (args, optionsOrCb, cb) {
|
|
611
|
-
var command = new ListChangeSetsCommand(args);
|
|
612
|
-
if (typeof optionsOrCb === "function") {
|
|
613
|
-
this.send(command, optionsOrCb);
|
|
614
|
-
}
|
|
615
|
-
else if (typeof cb === "function") {
|
|
616
|
-
if (typeof optionsOrCb !== "object")
|
|
617
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
618
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
619
|
-
}
|
|
620
|
-
else {
|
|
621
|
-
return this.send(command, optionsOrCb);
|
|
622
|
-
}
|
|
623
|
-
};
|
|
624
|
-
CloudFormation.prototype.listExports = function (args, optionsOrCb, cb) {
|
|
625
|
-
var command = new ListExportsCommand(args);
|
|
626
|
-
if (typeof optionsOrCb === "function") {
|
|
627
|
-
this.send(command, optionsOrCb);
|
|
628
|
-
}
|
|
629
|
-
else if (typeof cb === "function") {
|
|
630
|
-
if (typeof optionsOrCb !== "object")
|
|
631
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
632
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
633
|
-
}
|
|
634
|
-
else {
|
|
635
|
-
return this.send(command, optionsOrCb);
|
|
636
|
-
}
|
|
637
|
-
};
|
|
638
|
-
CloudFormation.prototype.listImports = function (args, optionsOrCb, cb) {
|
|
639
|
-
var command = new ListImportsCommand(args);
|
|
640
|
-
if (typeof optionsOrCb === "function") {
|
|
641
|
-
this.send(command, optionsOrCb);
|
|
642
|
-
}
|
|
643
|
-
else if (typeof cb === "function") {
|
|
644
|
-
if (typeof optionsOrCb !== "object")
|
|
645
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
646
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
647
|
-
}
|
|
648
|
-
else {
|
|
649
|
-
return this.send(command, optionsOrCb);
|
|
650
|
-
}
|
|
651
|
-
};
|
|
652
|
-
CloudFormation.prototype.listStackInstances = function (args, optionsOrCb, cb) {
|
|
653
|
-
var command = new ListStackInstancesCommand(args);
|
|
654
|
-
if (typeof optionsOrCb === "function") {
|
|
655
|
-
this.send(command, optionsOrCb);
|
|
656
|
-
}
|
|
657
|
-
else if (typeof cb === "function") {
|
|
658
|
-
if (typeof optionsOrCb !== "object")
|
|
659
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
660
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
661
|
-
}
|
|
662
|
-
else {
|
|
663
|
-
return this.send(command, optionsOrCb);
|
|
664
|
-
}
|
|
665
|
-
};
|
|
666
|
-
CloudFormation.prototype.listStackResources = function (args, optionsOrCb, cb) {
|
|
667
|
-
var command = new ListStackResourcesCommand(args);
|
|
668
|
-
if (typeof optionsOrCb === "function") {
|
|
669
|
-
this.send(command, optionsOrCb);
|
|
670
|
-
}
|
|
671
|
-
else if (typeof cb === "function") {
|
|
672
|
-
if (typeof optionsOrCb !== "object")
|
|
673
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
674
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
675
|
-
}
|
|
676
|
-
else {
|
|
677
|
-
return this.send(command, optionsOrCb);
|
|
678
|
-
}
|
|
679
|
-
};
|
|
680
|
-
CloudFormation.prototype.listStacks = function (args, optionsOrCb, cb) {
|
|
681
|
-
var command = new ListStacksCommand(args);
|
|
682
|
-
if (typeof optionsOrCb === "function") {
|
|
683
|
-
this.send(command, optionsOrCb);
|
|
684
|
-
}
|
|
685
|
-
else if (typeof cb === "function") {
|
|
686
|
-
if (typeof optionsOrCb !== "object")
|
|
687
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
688
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
689
|
-
}
|
|
690
|
-
else {
|
|
691
|
-
return this.send(command, optionsOrCb);
|
|
692
|
-
}
|
|
693
|
-
};
|
|
694
|
-
CloudFormation.prototype.listStackSetOperationResults = function (args, optionsOrCb, cb) {
|
|
695
|
-
var command = new ListStackSetOperationResultsCommand(args);
|
|
696
|
-
if (typeof optionsOrCb === "function") {
|
|
697
|
-
this.send(command, optionsOrCb);
|
|
698
|
-
}
|
|
699
|
-
else if (typeof cb === "function") {
|
|
700
|
-
if (typeof optionsOrCb !== "object")
|
|
701
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
702
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
703
|
-
}
|
|
704
|
-
else {
|
|
705
|
-
return this.send(command, optionsOrCb);
|
|
706
|
-
}
|
|
707
|
-
};
|
|
708
|
-
CloudFormation.prototype.listStackSetOperations = function (args, optionsOrCb, cb) {
|
|
709
|
-
var command = new ListStackSetOperationsCommand(args);
|
|
710
|
-
if (typeof optionsOrCb === "function") {
|
|
711
|
-
this.send(command, optionsOrCb);
|
|
712
|
-
}
|
|
713
|
-
else if (typeof cb === "function") {
|
|
714
|
-
if (typeof optionsOrCb !== "object")
|
|
715
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
716
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
717
|
-
}
|
|
718
|
-
else {
|
|
719
|
-
return this.send(command, optionsOrCb);
|
|
720
|
-
}
|
|
721
|
-
};
|
|
722
|
-
CloudFormation.prototype.listStackSets = function (args, optionsOrCb, cb) {
|
|
723
|
-
var command = new ListStackSetsCommand(args);
|
|
724
|
-
if (typeof optionsOrCb === "function") {
|
|
725
|
-
this.send(command, optionsOrCb);
|
|
726
|
-
}
|
|
727
|
-
else if (typeof cb === "function") {
|
|
728
|
-
if (typeof optionsOrCb !== "object")
|
|
729
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
730
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
731
|
-
}
|
|
732
|
-
else {
|
|
733
|
-
return this.send(command, optionsOrCb);
|
|
734
|
-
}
|
|
735
|
-
};
|
|
736
|
-
CloudFormation.prototype.listTypeRegistrations = function (args, optionsOrCb, cb) {
|
|
737
|
-
var command = new ListTypeRegistrationsCommand(args);
|
|
738
|
-
if (typeof optionsOrCb === "function") {
|
|
739
|
-
this.send(command, optionsOrCb);
|
|
740
|
-
}
|
|
741
|
-
else if (typeof cb === "function") {
|
|
742
|
-
if (typeof optionsOrCb !== "object")
|
|
743
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
744
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
745
|
-
}
|
|
746
|
-
else {
|
|
747
|
-
return this.send(command, optionsOrCb);
|
|
748
|
-
}
|
|
749
|
-
};
|
|
750
|
-
CloudFormation.prototype.listTypes = function (args, optionsOrCb, cb) {
|
|
751
|
-
var command = new ListTypesCommand(args);
|
|
752
|
-
if (typeof optionsOrCb === "function") {
|
|
753
|
-
this.send(command, optionsOrCb);
|
|
754
|
-
}
|
|
755
|
-
else if (typeof cb === "function") {
|
|
756
|
-
if (typeof optionsOrCb !== "object")
|
|
757
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
758
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
759
|
-
}
|
|
760
|
-
else {
|
|
761
|
-
return this.send(command, optionsOrCb);
|
|
762
|
-
}
|
|
763
|
-
};
|
|
764
|
-
CloudFormation.prototype.listTypeVersions = function (args, optionsOrCb, cb) {
|
|
765
|
-
var command = new ListTypeVersionsCommand(args);
|
|
766
|
-
if (typeof optionsOrCb === "function") {
|
|
767
|
-
this.send(command, optionsOrCb);
|
|
768
|
-
}
|
|
769
|
-
else if (typeof cb === "function") {
|
|
770
|
-
if (typeof optionsOrCb !== "object")
|
|
771
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
772
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
773
|
-
}
|
|
774
|
-
else {
|
|
775
|
-
return this.send(command, optionsOrCb);
|
|
776
|
-
}
|
|
777
|
-
};
|
|
778
|
-
CloudFormation.prototype.publishType = function (args, optionsOrCb, cb) {
|
|
779
|
-
var command = new PublishTypeCommand(args);
|
|
780
|
-
if (typeof optionsOrCb === "function") {
|
|
781
|
-
this.send(command, optionsOrCb);
|
|
782
|
-
}
|
|
783
|
-
else if (typeof cb === "function") {
|
|
784
|
-
if (typeof optionsOrCb !== "object")
|
|
785
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
786
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
787
|
-
}
|
|
788
|
-
else {
|
|
789
|
-
return this.send(command, optionsOrCb);
|
|
790
|
-
}
|
|
791
|
-
};
|
|
792
|
-
CloudFormation.prototype.recordHandlerProgress = function (args, optionsOrCb, cb) {
|
|
793
|
-
var command = new RecordHandlerProgressCommand(args);
|
|
794
|
-
if (typeof optionsOrCb === "function") {
|
|
795
|
-
this.send(command, optionsOrCb);
|
|
796
|
-
}
|
|
797
|
-
else if (typeof cb === "function") {
|
|
798
|
-
if (typeof optionsOrCb !== "object")
|
|
799
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
800
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
801
|
-
}
|
|
802
|
-
else {
|
|
803
|
-
return this.send(command, optionsOrCb);
|
|
804
|
-
}
|
|
805
|
-
};
|
|
806
|
-
CloudFormation.prototype.registerPublisher = function (args, optionsOrCb, cb) {
|
|
807
|
-
var command = new RegisterPublisherCommand(args);
|
|
808
|
-
if (typeof optionsOrCb === "function") {
|
|
809
|
-
this.send(command, optionsOrCb);
|
|
810
|
-
}
|
|
811
|
-
else if (typeof cb === "function") {
|
|
812
|
-
if (typeof optionsOrCb !== "object")
|
|
813
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
814
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
815
|
-
}
|
|
816
|
-
else {
|
|
817
|
-
return this.send(command, optionsOrCb);
|
|
818
|
-
}
|
|
819
|
-
};
|
|
820
|
-
CloudFormation.prototype.registerType = function (args, optionsOrCb, cb) {
|
|
821
|
-
var command = new RegisterTypeCommand(args);
|
|
822
|
-
if (typeof optionsOrCb === "function") {
|
|
823
|
-
this.send(command, optionsOrCb);
|
|
824
|
-
}
|
|
825
|
-
else if (typeof cb === "function") {
|
|
826
|
-
if (typeof optionsOrCb !== "object")
|
|
827
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
828
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
829
|
-
}
|
|
830
|
-
else {
|
|
831
|
-
return this.send(command, optionsOrCb);
|
|
832
|
-
}
|
|
833
|
-
};
|
|
834
|
-
CloudFormation.prototype.rollbackStack = function (args, optionsOrCb, cb) {
|
|
835
|
-
var command = new RollbackStackCommand(args);
|
|
836
|
-
if (typeof optionsOrCb === "function") {
|
|
837
|
-
this.send(command, optionsOrCb);
|
|
838
|
-
}
|
|
839
|
-
else if (typeof cb === "function") {
|
|
840
|
-
if (typeof optionsOrCb !== "object")
|
|
841
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
842
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
843
|
-
}
|
|
844
|
-
else {
|
|
845
|
-
return this.send(command, optionsOrCb);
|
|
846
|
-
}
|
|
847
|
-
};
|
|
848
|
-
CloudFormation.prototype.setStackPolicy = function (args, optionsOrCb, cb) {
|
|
849
|
-
var command = new SetStackPolicyCommand(args);
|
|
850
|
-
if (typeof optionsOrCb === "function") {
|
|
851
|
-
this.send(command, optionsOrCb);
|
|
852
|
-
}
|
|
853
|
-
else if (typeof cb === "function") {
|
|
854
|
-
if (typeof optionsOrCb !== "object")
|
|
855
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
856
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
857
|
-
}
|
|
858
|
-
else {
|
|
859
|
-
return this.send(command, optionsOrCb);
|
|
860
|
-
}
|
|
861
|
-
};
|
|
862
|
-
CloudFormation.prototype.setTypeConfiguration = function (args, optionsOrCb, cb) {
|
|
863
|
-
var command = new SetTypeConfigurationCommand(args);
|
|
864
|
-
if (typeof optionsOrCb === "function") {
|
|
865
|
-
this.send(command, optionsOrCb);
|
|
866
|
-
}
|
|
867
|
-
else if (typeof cb === "function") {
|
|
868
|
-
if (typeof optionsOrCb !== "object")
|
|
869
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
870
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
871
|
-
}
|
|
872
|
-
else {
|
|
873
|
-
return this.send(command, optionsOrCb);
|
|
874
|
-
}
|
|
875
|
-
};
|
|
876
|
-
CloudFormation.prototype.setTypeDefaultVersion = function (args, optionsOrCb, cb) {
|
|
877
|
-
var command = new SetTypeDefaultVersionCommand(args);
|
|
878
|
-
if (typeof optionsOrCb === "function") {
|
|
879
|
-
this.send(command, optionsOrCb);
|
|
880
|
-
}
|
|
881
|
-
else if (typeof cb === "function") {
|
|
882
|
-
if (typeof optionsOrCb !== "object")
|
|
883
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
884
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
885
|
-
}
|
|
886
|
-
else {
|
|
887
|
-
return this.send(command, optionsOrCb);
|
|
888
|
-
}
|
|
889
|
-
};
|
|
890
|
-
CloudFormation.prototype.signalResource = function (args, optionsOrCb, cb) {
|
|
891
|
-
var command = new SignalResourceCommand(args);
|
|
892
|
-
if (typeof optionsOrCb === "function") {
|
|
893
|
-
this.send(command, optionsOrCb);
|
|
894
|
-
}
|
|
895
|
-
else if (typeof cb === "function") {
|
|
896
|
-
if (typeof optionsOrCb !== "object")
|
|
897
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
898
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
899
|
-
}
|
|
900
|
-
else {
|
|
901
|
-
return this.send(command, optionsOrCb);
|
|
902
|
-
}
|
|
903
|
-
};
|
|
904
|
-
CloudFormation.prototype.stopStackSetOperation = function (args, optionsOrCb, cb) {
|
|
905
|
-
var command = new StopStackSetOperationCommand(args);
|
|
906
|
-
if (typeof optionsOrCb === "function") {
|
|
907
|
-
this.send(command, optionsOrCb);
|
|
908
|
-
}
|
|
909
|
-
else if (typeof cb === "function") {
|
|
910
|
-
if (typeof optionsOrCb !== "object")
|
|
911
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
912
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
913
|
-
}
|
|
914
|
-
else {
|
|
915
|
-
return this.send(command, optionsOrCb);
|
|
916
|
-
}
|
|
917
|
-
};
|
|
918
|
-
CloudFormation.prototype.testType = function (args, optionsOrCb, cb) {
|
|
919
|
-
var command = new TestTypeCommand(args);
|
|
920
|
-
if (typeof optionsOrCb === "function") {
|
|
921
|
-
this.send(command, optionsOrCb);
|
|
922
|
-
}
|
|
923
|
-
else if (typeof cb === "function") {
|
|
924
|
-
if (typeof optionsOrCb !== "object")
|
|
925
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
926
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
927
|
-
}
|
|
928
|
-
else {
|
|
929
|
-
return this.send(command, optionsOrCb);
|
|
930
|
-
}
|
|
931
|
-
};
|
|
932
|
-
CloudFormation.prototype.updateStack = function (args, optionsOrCb, cb) {
|
|
933
|
-
var command = new UpdateStackCommand(args);
|
|
934
|
-
if (typeof optionsOrCb === "function") {
|
|
935
|
-
this.send(command, optionsOrCb);
|
|
936
|
-
}
|
|
937
|
-
else if (typeof cb === "function") {
|
|
938
|
-
if (typeof optionsOrCb !== "object")
|
|
939
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
940
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
941
|
-
}
|
|
942
|
-
else {
|
|
943
|
-
return this.send(command, optionsOrCb);
|
|
944
|
-
}
|
|
945
|
-
};
|
|
946
|
-
CloudFormation.prototype.updateStackInstances = function (args, optionsOrCb, cb) {
|
|
947
|
-
var command = new UpdateStackInstancesCommand(args);
|
|
948
|
-
if (typeof optionsOrCb === "function") {
|
|
949
|
-
this.send(command, optionsOrCb);
|
|
950
|
-
}
|
|
951
|
-
else if (typeof cb === "function") {
|
|
952
|
-
if (typeof optionsOrCb !== "object")
|
|
953
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
954
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
955
|
-
}
|
|
956
|
-
else {
|
|
957
|
-
return this.send(command, optionsOrCb);
|
|
958
|
-
}
|
|
959
|
-
};
|
|
960
|
-
CloudFormation.prototype.updateStackSet = function (args, optionsOrCb, cb) {
|
|
961
|
-
var command = new UpdateStackSetCommand(args);
|
|
962
|
-
if (typeof optionsOrCb === "function") {
|
|
963
|
-
this.send(command, optionsOrCb);
|
|
964
|
-
}
|
|
965
|
-
else if (typeof cb === "function") {
|
|
966
|
-
if (typeof optionsOrCb !== "object")
|
|
967
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
968
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
969
|
-
}
|
|
970
|
-
else {
|
|
971
|
-
return this.send(command, optionsOrCb);
|
|
972
|
-
}
|
|
973
|
-
};
|
|
974
|
-
CloudFormation.prototype.updateTerminationProtection = function (args, optionsOrCb, cb) {
|
|
975
|
-
var command = new UpdateTerminationProtectionCommand(args);
|
|
976
|
-
if (typeof optionsOrCb === "function") {
|
|
977
|
-
this.send(command, optionsOrCb);
|
|
978
|
-
}
|
|
979
|
-
else if (typeof cb === "function") {
|
|
980
|
-
if (typeof optionsOrCb !== "object")
|
|
981
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
982
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
983
|
-
}
|
|
984
|
-
else {
|
|
985
|
-
return this.send(command, optionsOrCb);
|
|
986
|
-
}
|
|
987
|
-
};
|
|
988
|
-
CloudFormation.prototype.validateTemplate = function (args, optionsOrCb, cb) {
|
|
989
|
-
var command = new ValidateTemplateCommand(args);
|
|
990
|
-
if (typeof optionsOrCb === "function") {
|
|
991
|
-
this.send(command, optionsOrCb);
|
|
992
|
-
}
|
|
993
|
-
else if (typeof cb === "function") {
|
|
994
|
-
if (typeof optionsOrCb !== "object")
|
|
995
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
996
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
997
|
-
}
|
|
998
|
-
else {
|
|
999
|
-
return this.send(command, optionsOrCb);
|
|
1000
|
-
}
|
|
1001
|
-
};
|
|
1002
|
-
return CloudFormation;
|
|
1003
|
-
}(CloudFormationClient));
|
|
1004
|
-
export { CloudFormation };
|
|
1005
|
-
//# sourceMappingURL=CloudFormation.js.map
|