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