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