@aws-sdk/client-cloudformation 3.33.0 → 3.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/CloudFormation.js +982 -0
- package/dist-cjs/CloudFormationClient.js +35 -0
- package/dist-cjs/commands/ActivateTypeCommand.js +36 -0
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/CancelUpdateStackCommand.js +36 -0
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +36 -0
- package/dist-cjs/commands/CreateChangeSetCommand.js +36 -0
- package/dist-cjs/commands/CreateStackCommand.js +36 -0
- package/dist-cjs/commands/CreateStackInstancesCommand.js +36 -0
- package/dist-cjs/commands/CreateStackSetCommand.js +36 -0
- package/dist-cjs/commands/DeactivateTypeCommand.js +36 -0
- package/dist-cjs/commands/DeleteChangeSetCommand.js +36 -0
- package/dist-cjs/commands/DeleteStackCommand.js +36 -0
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +36 -0
- package/dist-cjs/commands/DeleteStackSetCommand.js +36 -0
- package/dist-cjs/commands/DeregisterTypeCommand.js +36 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +36 -0
- package/dist-cjs/commands/DescribeChangeSetCommand.js +36 -0
- package/dist-cjs/commands/DescribePublisherCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackEventsCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackResourceCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackSetCommand.js +36 -0
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +36 -0
- package/dist-cjs/commands/DescribeStacksCommand.js +36 -0
- package/dist-cjs/commands/DescribeTypeCommand.js +36 -0
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +36 -0
- package/dist-cjs/commands/DetectStackDriftCommand.js +36 -0
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +36 -0
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +36 -0
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +36 -0
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +36 -0
- package/dist-cjs/commands/GetStackPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +36 -0
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +36 -0
- package/dist-cjs/commands/ListChangeSetsCommand.js +36 -0
- package/dist-cjs/commands/ListExportsCommand.js +36 -0
- package/dist-cjs/commands/ListImportsCommand.js +36 -0
- package/dist-cjs/commands/ListStackInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListStackResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +36 -0
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +36 -0
- package/dist-cjs/commands/ListStackSetsCommand.js +36 -0
- package/dist-cjs/commands/ListStacksCommand.js +36 -0
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +36 -0
- package/dist-cjs/commands/ListTypeVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListTypesCommand.js +36 -0
- package/dist-cjs/commands/PublishTypeCommand.js +36 -0
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +36 -0
- package/dist-cjs/commands/RegisterPublisherCommand.js +36 -0
- package/dist-cjs/commands/RegisterTypeCommand.js +36 -0
- package/dist-cjs/commands/RollbackStackCommand.js +36 -0
- package/dist-cjs/commands/SetStackPolicyCommand.js +36 -0
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +36 -0
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +36 -0
- package/dist-cjs/commands/SignalResourceCommand.js +36 -0
- package/dist-cjs/commands/StopStackSetOperationCommand.js +36 -0
- package/dist-cjs/commands/TestTypeCommand.js +36 -0
- package/dist-cjs/commands/UpdateStackCommand.js +36 -0
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +36 -0
- package/dist-cjs/commands/UpdateStackSetCommand.js +36 -0
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +36 -0
- package/dist-cjs/commands/ValidateTemplateCommand.js +36 -0
- package/dist-cjs/endpoints.js +85 -0
- package/dist-cjs/index.js +96 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1468 -0
- package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +34 -0
- package/dist-cjs/pagination/DescribeStackEventsPaginator.js +34 -0
- package/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeStacksPaginator.js +34 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListChangeSetsPaginator.js +34 -0
- package/dist-cjs/pagination/ListExportsPaginator.js +34 -0
- package/dist-cjs/pagination/ListImportsPaginator.js +34 -0
- package/dist-cjs/pagination/ListStackInstancesPaginator.js +35 -0
- package/dist-cjs/pagination/ListStackResourcesPaginator.js +34 -0
- package/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +35 -0
- package/dist-cjs/pagination/ListStackSetOperationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListStackSetsPaginator.js +35 -0
- package/dist-cjs/pagination/ListStacksPaginator.js +34 -0
- package/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTypeVersionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTypesPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_query.js +9427 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-cjs/waiters/waitForChangeSetCreateComplete.js +48 -0
- package/dist-cjs/waiters/waitForStackCreateComplete.js +122 -0
- package/dist-cjs/waiters/waitForStackDeleteComplete.js +137 -0
- package/dist-cjs/waiters/waitForStackExists.js +31 -0
- package/dist-cjs/waiters/waitForStackImportComplete.js +122 -0
- package/dist-cjs/waiters/waitForStackRollbackComplete.js +92 -0
- package/dist-cjs/waiters/waitForStackUpdateComplete.js +92 -0
- package/dist-cjs/waiters/waitForTypeRegistrationComplete.js +45 -0
- package/dist-es/CloudFormation.js +985 -0
- package/dist-es/CloudFormationClient.js +37 -0
- package/dist-es/commands/ActivateTypeCommand.js +39 -0
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +39 -0
- package/dist-es/commands/CancelUpdateStackCommand.js +39 -0
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +39 -0
- package/dist-es/commands/CreateChangeSetCommand.js +39 -0
- package/dist-es/commands/CreateStackCommand.js +39 -0
- package/dist-es/commands/CreateStackInstancesCommand.js +39 -0
- package/dist-es/commands/CreateStackSetCommand.js +39 -0
- package/dist-es/commands/DeactivateTypeCommand.js +39 -0
- package/dist-es/commands/DeleteChangeSetCommand.js +39 -0
- package/dist-es/commands/DeleteStackCommand.js +39 -0
- package/dist-es/commands/DeleteStackInstancesCommand.js +39 -0
- package/dist-es/commands/DeleteStackSetCommand.js +39 -0
- package/dist-es/commands/DeregisterTypeCommand.js +39 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +39 -0
- package/dist-es/commands/DescribeChangeSetCommand.js +39 -0
- package/dist-es/commands/DescribePublisherCommand.js +39 -0
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +39 -0
- package/dist-es/commands/DescribeStackEventsCommand.js +39 -0
- package/dist-es/commands/DescribeStackInstanceCommand.js +39 -0
- package/dist-es/commands/DescribeStackResourceCommand.js +39 -0
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +39 -0
- package/dist-es/commands/DescribeStackResourcesCommand.js +39 -0
- package/dist-es/commands/DescribeStackSetCommand.js +39 -0
- package/dist-es/commands/DescribeStackSetOperationCommand.js +39 -0
- package/dist-es/commands/DescribeStacksCommand.js +39 -0
- package/dist-es/commands/DescribeTypeCommand.js +39 -0
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +39 -0
- package/dist-es/commands/DetectStackDriftCommand.js +39 -0
- package/dist-es/commands/DetectStackResourceDriftCommand.js +39 -0
- package/dist-es/commands/DetectStackSetDriftCommand.js +39 -0
- package/dist-es/commands/EstimateTemplateCostCommand.js +39 -0
- package/dist-es/commands/ExecuteChangeSetCommand.js +39 -0
- package/dist-es/commands/GetStackPolicyCommand.js +39 -0
- package/dist-es/commands/GetTemplateCommand.js +39 -0
- package/dist-es/commands/GetTemplateSummaryCommand.js +39 -0
- package/dist-es/commands/ImportStacksToStackSetCommand.js +39 -0
- package/dist-es/commands/ListChangeSetsCommand.js +39 -0
- package/dist-es/commands/ListExportsCommand.js +39 -0
- package/dist-es/commands/ListImportsCommand.js +39 -0
- package/dist-es/commands/ListStackInstancesCommand.js +39 -0
- package/dist-es/commands/ListStackResourcesCommand.js +39 -0
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +39 -0
- package/dist-es/commands/ListStackSetOperationsCommand.js +39 -0
- package/dist-es/commands/ListStackSetsCommand.js +39 -0
- package/dist-es/commands/ListStacksCommand.js +39 -0
- package/dist-es/commands/ListTypeRegistrationsCommand.js +39 -0
- package/dist-es/commands/ListTypeVersionsCommand.js +39 -0
- package/dist-es/commands/ListTypesCommand.js +39 -0
- package/dist-es/commands/PublishTypeCommand.js +39 -0
- package/dist-es/commands/RecordHandlerProgressCommand.js +39 -0
- package/dist-es/commands/RegisterPublisherCommand.js +39 -0
- package/dist-es/commands/RegisterTypeCommand.js +39 -0
- package/dist-es/commands/RollbackStackCommand.js +39 -0
- package/dist-es/commands/SetStackPolicyCommand.js +39 -0
- package/dist-es/commands/SetTypeConfigurationCommand.js +39 -0
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +39 -0
- package/dist-es/commands/SignalResourceCommand.js +39 -0
- package/dist-es/commands/StopStackSetOperationCommand.js +39 -0
- package/dist-es/commands/TestTypeCommand.js +39 -0
- package/dist-es/commands/UpdateStackCommand.js +39 -0
- package/dist-es/commands/UpdateStackInstancesCommand.js +39 -0
- package/dist-es/commands/UpdateStackSetCommand.js +39 -0
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +39 -0
- package/dist-es/commands/ValidateTemplateCommand.js +39 -0
- package/dist-es/endpoints.js +81 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1060 -0
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +73 -0
- package/dist-es/pagination/DescribeStackEventsPaginator.js +73 -0
- package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +74 -0
- package/dist-es/pagination/DescribeStacksPaginator.js +73 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListChangeSetsPaginator.js +73 -0
- package/dist-es/pagination/ListExportsPaginator.js +73 -0
- package/dist-es/pagination/ListImportsPaginator.js +73 -0
- package/dist-es/pagination/ListStackInstancesPaginator.js +74 -0
- package/dist-es/pagination/ListStackResourcesPaginator.js +73 -0
- package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +74 -0
- package/dist-es/pagination/ListStackSetOperationsPaginator.js +74 -0
- package/dist-es/pagination/ListStackSetsPaginator.js +74 -0
- package/dist-es/pagination/ListStacksPaginator.js +73 -0
- package/dist-es/pagination/ListTypeRegistrationsPaginator.js +74 -0
- package/dist-es/pagination/ListTypeVersionsPaginator.js +74 -0
- package/dist-es/pagination/ListTypesPaginator.js +74 -0
- package/dist-es/protocols/Aws_query.js +9982 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForChangeSetCreateComplete.js +63 -0
- package/dist-es/waiters/waitForStackCreateComplete.js +198 -0
- package/dist-es/waiters/waitForStackDeleteComplete.js +223 -0
- package/dist-es/waiters/waitForStackExists.js +45 -0
- package/dist-es/waiters/waitForStackImportComplete.js +198 -0
- package/dist-es/waiters/waitForStackRollbackComplete.js +148 -0
- package/dist-es/waiters/waitForStackUpdateComplete.js +148 -0
- package/dist-es/waiters/waitForTypeRegistrationComplete.js +60 -0
- package/dist-types/CloudFormation.d.ts +925 -0
- package/dist-types/CloudFormationClient.d.ts +213 -0
- package/dist-types/commands/ActivateTypeCommand.d.ts +41 -0
- package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +38 -0
- package/dist-types/commands/CancelUpdateStackCommand.d.ts +39 -0
- package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +45 -0
- package/dist-types/commands/CreateChangeSetCommand.d.ts +55 -0
- package/dist-types/commands/CreateStackCommand.d.ts +36 -0
- package/dist-types/commands/CreateStackInstancesCommand.d.ts +36 -0
- package/dist-types/commands/CreateStackSetCommand.d.ts +35 -0
- package/dist-types/commands/DeactivateTypeCommand.d.ts +40 -0
- package/dist-types/commands/DeleteChangeSetCommand.d.ts +42 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +37 -0
- package/dist-types/commands/DeleteStackInstancesCommand.d.ts +35 -0
- package/dist-types/commands/DeleteStackSetCommand.d.ts +36 -0
- package/dist-types/commands/DeregisterTypeCommand.d.ts +44 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeChangeSetCommand.d.ts +37 -0
- package/dist-types/commands/DescribePublisherCommand.d.ts +53 -0
- package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +47 -0
- package/dist-types/commands/DescribeStackEventsCommand.d.ts +40 -0
- package/dist-types/commands/DescribeStackInstanceCommand.d.ts +37 -0
- package/dist-types/commands/DescribeStackResourceCommand.d.ts +37 -0
- package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +44 -0
- package/dist-types/commands/DescribeStackResourcesCommand.d.ts +54 -0
- package/dist-types/commands/DescribeStackSetCommand.d.ts +35 -0
- package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +35 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +40 -0
- package/dist-types/commands/DescribeTypeCommand.d.ts +38 -0
- package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +45 -0
- package/dist-types/commands/DetectStackDriftCommand.d.ts +55 -0
- package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +46 -0
- package/dist-types/commands/DetectStackSetDriftCommand.d.ts +78 -0
- package/dist-types/commands/EstimateTemplateCostCommand.d.ts +37 -0
- package/dist-types/commands/ExecuteChangeSetCommand.d.ts +45 -0
- package/dist-types/commands/GetStackPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +41 -0
- package/dist-types/commands/GetTemplateSummaryCommand.d.ts +43 -0
- package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +42 -0
- package/dist-types/commands/ListChangeSetsCommand.d.ts +37 -0
- package/dist-types/commands/ListExportsCommand.d.ts +41 -0
- package/dist-types/commands/ListImportsCommand.d.ts +40 -0
- package/dist-types/commands/ListStackInstancesCommand.d.ts +37 -0
- package/dist-types/commands/ListStackResourcesCommand.d.ts +37 -0
- package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +35 -0
- package/dist-types/commands/ListStackSetOperationsCommand.d.ts +35 -0
- package/dist-types/commands/ListStackSetsCommand.d.ts +55 -0
- package/dist-types/commands/ListStacksCommand.d.ts +39 -0
- package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +35 -0
- package/dist-types/commands/ListTypeVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTypesCommand.d.ts +35 -0
- package/dist-types/commands/PublishTypeCommand.d.ts +40 -0
- package/dist-types/commands/RecordHandlerProgressCommand.d.ts +36 -0
- package/dist-types/commands/RegisterPublisherCommand.d.ts +41 -0
- package/dist-types/commands/RegisterTypeCommand.d.ts +62 -0
- package/dist-types/commands/RollbackStackCommand.d.ts +64 -0
- package/dist-types/commands/SetStackPolicyCommand.d.ts +35 -0
- package/dist-types/commands/SetTypeConfigurationCommand.d.ts +47 -0
- package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +36 -0
- package/dist-types/commands/SignalResourceCommand.d.ts +40 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +35 -0
- package/dist-types/commands/TestTypeCommand.d.ts +58 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +40 -0
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +47 -0
- package/dist-types/commands/UpdateStackSetCommand.d.ts +40 -0
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +41 -0
- package/dist-types/commands/ValidateTemplateCommand.d.ts +37 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeStacksPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListChangeSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListExportsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImportsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStackSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStacksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTypesPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_query.d.ts +197 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +330 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStacksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3123 -0
- package/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +197 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +7 -0
- package/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackDeleteComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackExists.d.ts +14 -0
- package/dist-types/waiters/waitForStackImportComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackRollbackComplete.d.ts +14 -0
- package/dist-types/waiters/waitForStackUpdateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +14 -0
- package/package.json +53 -50
- package/CloudFormation.ts +0 -2766
- package/CloudFormationClient.ts +0 -524
- package/commands/ActivateTypeCommand.ts +0 -97
- package/commands/BatchDescribeTypeConfigurationsCommand.ts +0 -105
- package/commands/CancelUpdateStackCommand.ts +0 -98
- package/commands/ContinueUpdateRollbackCommand.ts +0 -104
- package/commands/CreateChangeSetCommand.ts +0 -114
- package/commands/CreateStackCommand.ts +0 -92
- package/commands/CreateStackInstancesCommand.ts +0 -95
- package/commands/CreateStackSetCommand.ts +0 -94
- package/commands/DeactivateTypeCommand.ts +0 -99
- package/commands/DeleteChangeSetCommand.ts +0 -101
- package/commands/DeleteStackCommand.ts +0 -93
- package/commands/DeleteStackInstancesCommand.ts +0 -94
- package/commands/DeleteStackSetCommand.ts +0 -95
- package/commands/DeregisterTypeCommand.ts +0 -103
- package/commands/DescribeAccountLimitsCommand.ts +0 -97
- package/commands/DescribeChangeSetCommand.ts +0 -96
- package/commands/DescribePublisherCommand.ts +0 -112
- package/commands/DescribeStackDriftDetectionStatusCommand.ts +0 -114
- package/commands/DescribeStackEventsCommand.ts +0 -99
- package/commands/DescribeStackInstanceCommand.ts +0 -96
- package/commands/DescribeStackResourceCommand.ts +0 -96
- package/commands/DescribeStackResourceDriftsCommand.ts +0 -106
- package/commands/DescribeStackResourcesCommand.ts +0 -113
- package/commands/DescribeStackSetCommand.ts +0 -94
- package/commands/DescribeStackSetOperationCommand.ts +0 -97
- package/commands/DescribeStacksCommand.ts +0 -99
- package/commands/DescribeTypeCommand.ts +0 -94
- package/commands/DescribeTypeRegistrationCommand.ts +0 -104
- package/commands/DetectStackDriftCommand.ts +0 -114
- package/commands/DetectStackResourceDriftCommand.ts +0 -105
- package/commands/DetectStackSetDriftCommand.ts +0 -137
- package/commands/EstimateTemplateCostCommand.ts +0 -96
- package/commands/ExecuteChangeSetCommand.ts +0 -104
- package/commands/GetStackPolicyCommand.ts +0 -95
- package/commands/GetTemplateCommand.ts +0 -97
- package/commands/GetTemplateSummaryCommand.ts +0 -102
- package/commands/ImportStacksToStackSetCommand.ts +0 -101
- package/commands/ListChangeSetsCommand.ts +0 -96
- package/commands/ListExportsCommand.ts +0 -97
- package/commands/ListImportsCommand.ts +0 -96
- package/commands/ListStackInstancesCommand.ts +0 -96
- package/commands/ListStackResourcesCommand.ts +0 -96
- package/commands/ListStackSetOperationResultsCommand.ts +0 -99
- package/commands/ListStackSetOperationsCommand.ts +0 -94
- package/commands/ListStackSetsCommand.ts +0 -114
- package/commands/ListStacksCommand.ts +0 -95
- package/commands/ListTypeRegistrationsCommand.ts +0 -94
- package/commands/ListTypeVersionsCommand.ts +0 -94
- package/commands/ListTypesCommand.ts +0 -91
- package/commands/PublishTypeCommand.ts +0 -96
- package/commands/RecordHandlerProgressCommand.ts +0 -95
- package/commands/RegisterPublisherCommand.ts +0 -100
- package/commands/RegisterTypeCommand.ts +0 -118
- package/commands/RollbackStackCommand.ts +0 -123
- package/commands/SetStackPolicyCommand.ts +0 -94
- package/commands/SetTypeConfigurationCommand.ts +0 -106
- package/commands/SetTypeDefaultVersionCommand.ts +0 -95
- package/commands/SignalResourceCommand.ts +0 -99
- package/commands/StopStackSetOperationCommand.ts +0 -94
- package/commands/TestTypeCommand.ts +0 -114
- package/commands/UpdateStackCommand.ts +0 -96
- package/commands/UpdateStackInstancesCommand.ts +0 -106
- package/commands/UpdateStackSetCommand.ts +0 -99
- package/commands/UpdateTerminationProtectionCommand.ts +0 -103
- package/commands/ValidateTemplateCommand.ts +0 -96
- package/dist/cjs/CloudFormation.js +0 -1002
- package/dist/cjs/CloudFormation.js.map +0 -1
- package/dist/cjs/CloudFormationClient.js +0 -60
- package/dist/cjs/CloudFormationClient.js.map +0 -1
- package/dist/cjs/commands/ActivateTypeCommand.js +0 -67
- package/dist/cjs/commands/ActivateTypeCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDescribeTypeConfigurationsCommand.js +0 -64
- package/dist/cjs/commands/BatchDescribeTypeConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/CancelUpdateStackCommand.js +0 -65
- package/dist/cjs/commands/CancelUpdateStackCommand.js.map +0 -1
- package/dist/cjs/commands/ContinueUpdateRollbackCommand.js +0 -71
- package/dist/cjs/commands/ContinueUpdateRollbackCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChangeSetCommand.js +0 -81
- package/dist/cjs/commands/CreateChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStackCommand.js +0 -62
- package/dist/cjs/commands/CreateStackCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStackInstancesCommand.js +0 -62
- package/dist/cjs/commands/CreateStackInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStackSetCommand.js +0 -61
- package/dist/cjs/commands/CreateStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivateTypeCommand.js +0 -66
- package/dist/cjs/commands/DeactivateTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChangeSetCommand.js +0 -68
- package/dist/cjs/commands/DeleteChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStackCommand.js +0 -63
- package/dist/cjs/commands/DeleteStackCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStackInstancesCommand.js +0 -61
- package/dist/cjs/commands/DeleteStackInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStackSetCommand.js +0 -62
- package/dist/cjs/commands/DeleteStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterTypeCommand.js +0 -70
- package/dist/cjs/commands/DeregisterTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js +0 -64
- package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChangeSetCommand.js +0 -63
- package/dist/cjs/commands/DescribeChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePublisherCommand.js +0 -79
- package/dist/cjs/commands/DescribePublisherCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackDriftDetectionStatusCommand.js +0 -73
- package/dist/cjs/commands/DescribeStackDriftDetectionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackEventsCommand.js +0 -66
- package/dist/cjs/commands/DescribeStackEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackInstanceCommand.js +0 -63
- package/dist/cjs/commands/DescribeStackInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackResourceCommand.js +0 -63
- package/dist/cjs/commands/DescribeStackResourceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js +0 -70
- package/dist/cjs/commands/DescribeStackResourceDriftsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackResourcesCommand.js +0 -80
- package/dist/cjs/commands/DescribeStackResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackSetCommand.js +0 -61
- package/dist/cjs/commands/DescribeStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStackSetOperationCommand.js +0 -61
- package/dist/cjs/commands/DescribeStackSetOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStacksCommand.js +0 -66
- package/dist/cjs/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTypeCommand.js +0 -64
- package/dist/cjs/commands/DescribeTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTypeRegistrationCommand.js +0 -71
- package/dist/cjs/commands/DescribeTypeRegistrationCommand.js.map +0 -1
- package/dist/cjs/commands/DetectStackDriftCommand.js +0 -81
- package/dist/cjs/commands/DetectStackDriftCommand.js.map +0 -1
- package/dist/cjs/commands/DetectStackResourceDriftCommand.js +0 -72
- package/dist/cjs/commands/DetectStackResourceDriftCommand.js.map +0 -1
- package/dist/cjs/commands/DetectStackSetDriftCommand.js +0 -104
- package/dist/cjs/commands/DetectStackSetDriftCommand.js.map +0 -1
- package/dist/cjs/commands/EstimateTemplateCostCommand.js +0 -63
- package/dist/cjs/commands/EstimateTemplateCostCommand.js.map +0 -1
- package/dist/cjs/commands/ExecuteChangeSetCommand.js +0 -71
- package/dist/cjs/commands/ExecuteChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetStackPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetStackPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetTemplateCommand.js +0 -67
- package/dist/cjs/commands/GetTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/GetTemplateSummaryCommand.js +0 -69
- package/dist/cjs/commands/GetTemplateSummaryCommand.js.map +0 -1
- package/dist/cjs/commands/ImportStacksToStackSetCommand.js +0 -68
- package/dist/cjs/commands/ImportStacksToStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/ListChangeSetsCommand.js +0 -63
- package/dist/cjs/commands/ListChangeSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListExportsCommand.js +0 -67
- package/dist/cjs/commands/ListExportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListImportsCommand.js +0 -66
- package/dist/cjs/commands/ListImportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackInstancesCommand.js +0 -63
- package/dist/cjs/commands/ListStackInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackResourcesCommand.js +0 -63
- package/dist/cjs/commands/ListStackResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackSetOperationResultsCommand.js +0 -61
- package/dist/cjs/commands/ListStackSetOperationResultsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackSetOperationsCommand.js +0 -61
- package/dist/cjs/commands/ListStackSetOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStackSetsCommand.js +0 -81
- package/dist/cjs/commands/ListStackSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStacksCommand.js +0 -65
- package/dist/cjs/commands/ListStacksCommand.js.map +0 -1
- package/dist/cjs/commands/ListTypeRegistrationsCommand.js +0 -61
- package/dist/cjs/commands/ListTypeRegistrationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTypeVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListTypeVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTypesCommand.js +0 -61
- package/dist/cjs/commands/ListTypesCommand.js.map +0 -1
- package/dist/cjs/commands/PublishTypeCommand.js +0 -66
- package/dist/cjs/commands/PublishTypeCommand.js.map +0 -1
- package/dist/cjs/commands/RecordHandlerProgressCommand.js +0 -62
- package/dist/cjs/commands/RecordHandlerProgressCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterPublisherCommand.js +0 -67
- package/dist/cjs/commands/RegisterPublisherCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterTypeCommand.js +0 -88
- package/dist/cjs/commands/RegisterTypeCommand.js.map +0 -1
- package/dist/cjs/commands/RollbackStackCommand.js +0 -90
- package/dist/cjs/commands/RollbackStackCommand.js.map +0 -1
- package/dist/cjs/commands/SetStackPolicyCommand.js +0 -61
- package/dist/cjs/commands/SetStackPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/SetTypeConfigurationCommand.js +0 -73
- package/dist/cjs/commands/SetTypeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/SetTypeDefaultVersionCommand.js +0 -62
- package/dist/cjs/commands/SetTypeDefaultVersionCommand.js.map +0 -1
- package/dist/cjs/commands/SignalResourceCommand.js +0 -66
- package/dist/cjs/commands/SignalResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StopStackSetOperationCommand.js +0 -61
- package/dist/cjs/commands/StopStackSetOperationCommand.js.map +0 -1
- package/dist/cjs/commands/TestTypeCommand.js +0 -84
- package/dist/cjs/commands/TestTypeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStackCommand.js +0 -66
- package/dist/cjs/commands/UpdateStackCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStackInstancesCommand.js +0 -73
- package/dist/cjs/commands/UpdateStackInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStackSetCommand.js +0 -66
- package/dist/cjs/commands/UpdateStackSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTerminationProtectionCommand.js +0 -67
- package/dist/cjs/commands/UpdateTerminationProtectionCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateTemplateCommand.js +0 -63
- package/dist/cjs/commands/ValidateTemplateCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -86
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -97
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2072
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -96
- package/dist/cjs/pagination/DescribeAccountLimitsPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeAccountLimitsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeStackEventsPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeStackEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeStackResourceDriftsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeStackResourceDriftsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeStacksPaginator.js +0 -45
- package/dist/cjs/pagination/DescribeStacksPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListChangeSetsPaginator.js +0 -45
- package/dist/cjs/pagination/ListChangeSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListExportsPaginator.js +0 -45
- package/dist/cjs/pagination/ListExportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListImportsPaginator.js +0 -45
- package/dist/cjs/pagination/ListImportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/ListStackInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackResourcesPaginator.js +0 -45
- package/dist/cjs/pagination/ListStackResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackSetOperationResultsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStackSetOperationResultsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackSetOperationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStackSetOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStackSetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStackSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStacksPaginator.js +0 -45
- package/dist/cjs/pagination/ListStacksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTypeRegistrationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTypeRegistrationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTypeVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTypeVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTypesPaginator.js +0 -46
- package/dist/cjs/pagination/ListTypesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_query.js +0 -9430
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForChangeSetCreateComplete.js +0 -58
- package/dist/cjs/waiters/waitForChangeSetCreateComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackCreateComplete.js +0 -132
- package/dist/cjs/waiters/waitForStackCreateComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackDeleteComplete.js +0 -147
- package/dist/cjs/waiters/waitForStackDeleteComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackExists.js +0 -41
- package/dist/cjs/waiters/waitForStackExists.js.map +0 -1
- package/dist/cjs/waiters/waitForStackImportComplete.js +0 -132
- package/dist/cjs/waiters/waitForStackImportComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackRollbackComplete.js +0 -102
- package/dist/cjs/waiters/waitForStackRollbackComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForStackUpdateComplete.js +0 -102
- package/dist/cjs/waiters/waitForStackUpdateComplete.js.map +0 -1
- package/dist/cjs/waiters/waitForTypeRegistrationComplete.js +0 -55
- package/dist/cjs/waiters/waitForTypeRegistrationComplete.js.map +0 -1
- package/dist/es/CloudFormation.js +0 -1005
- package/dist/es/CloudFormation.js.map +0 -1
- package/dist/es/CloudFormationClient.js +0 -62
- package/dist/es/CloudFormationClient.js.map +0 -1
- package/dist/es/commands/ActivateTypeCommand.js +0 -71
- package/dist/es/commands/ActivateTypeCommand.js.map +0 -1
- package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js +0 -68
- package/dist/es/commands/BatchDescribeTypeConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/CancelUpdateStackCommand.js +0 -69
- package/dist/es/commands/CancelUpdateStackCommand.js.map +0 -1
- package/dist/es/commands/ContinueUpdateRollbackCommand.js +0 -75
- package/dist/es/commands/ContinueUpdateRollbackCommand.js.map +0 -1
- package/dist/es/commands/CreateChangeSetCommand.js +0 -85
- package/dist/es/commands/CreateChangeSetCommand.js.map +0 -1
- package/dist/es/commands/CreateStackCommand.js +0 -66
- package/dist/es/commands/CreateStackCommand.js.map +0 -1
- package/dist/es/commands/CreateStackInstancesCommand.js +0 -66
- package/dist/es/commands/CreateStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/CreateStackSetCommand.js +0 -65
- package/dist/es/commands/CreateStackSetCommand.js.map +0 -1
- package/dist/es/commands/DeactivateTypeCommand.js +0 -70
- package/dist/es/commands/DeactivateTypeCommand.js.map +0 -1
- package/dist/es/commands/DeleteChangeSetCommand.js +0 -72
- package/dist/es/commands/DeleteChangeSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackCommand.js +0 -67
- package/dist/es/commands/DeleteStackCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackInstancesCommand.js +0 -65
- package/dist/es/commands/DeleteStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackSetCommand.js +0 -66
- package/dist/es/commands/DeleteStackSetCommand.js.map +0 -1
- package/dist/es/commands/DeregisterTypeCommand.js +0 -74
- package/dist/es/commands/DeregisterTypeCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountLimitsCommand.js +0 -68
- package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeChangeSetCommand.js +0 -67
- package/dist/es/commands/DescribeChangeSetCommand.js.map +0 -1
- package/dist/es/commands/DescribePublisherCommand.js +0 -83
- package/dist/es/commands/DescribePublisherCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js +0 -77
- package/dist/es/commands/DescribeStackDriftDetectionStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackEventsCommand.js +0 -70
- package/dist/es/commands/DescribeStackEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackInstanceCommand.js +0 -67
- package/dist/es/commands/DescribeStackInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourceCommand.js +0 -67
- package/dist/es/commands/DescribeStackResourceCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourceDriftsCommand.js +0 -74
- package/dist/es/commands/DescribeStackResourceDriftsCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackResourcesCommand.js +0 -84
- package/dist/es/commands/DescribeStackResourcesCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackSetCommand.js +0 -65
- package/dist/es/commands/DescribeStackSetCommand.js.map +0 -1
- package/dist/es/commands/DescribeStackSetOperationCommand.js +0 -65
- package/dist/es/commands/DescribeStackSetOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeStacksCommand.js +0 -70
- package/dist/es/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/es/commands/DescribeTypeCommand.js +0 -68
- package/dist/es/commands/DescribeTypeCommand.js.map +0 -1
- package/dist/es/commands/DescribeTypeRegistrationCommand.js +0 -75
- package/dist/es/commands/DescribeTypeRegistrationCommand.js.map +0 -1
- package/dist/es/commands/DetectStackDriftCommand.js +0 -85
- package/dist/es/commands/DetectStackDriftCommand.js.map +0 -1
- package/dist/es/commands/DetectStackResourceDriftCommand.js +0 -76
- package/dist/es/commands/DetectStackResourceDriftCommand.js.map +0 -1
- package/dist/es/commands/DetectStackSetDriftCommand.js +0 -108
- package/dist/es/commands/DetectStackSetDriftCommand.js.map +0 -1
- package/dist/es/commands/EstimateTemplateCostCommand.js +0 -67
- package/dist/es/commands/EstimateTemplateCostCommand.js.map +0 -1
- package/dist/es/commands/ExecuteChangeSetCommand.js +0 -75
- package/dist/es/commands/ExecuteChangeSetCommand.js.map +0 -1
- package/dist/es/commands/GetStackPolicyCommand.js +0 -66
- package/dist/es/commands/GetStackPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetTemplateCommand.js +0 -71
- package/dist/es/commands/GetTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetTemplateSummaryCommand.js +0 -73
- package/dist/es/commands/GetTemplateSummaryCommand.js.map +0 -1
- package/dist/es/commands/ImportStacksToStackSetCommand.js +0 -72
- package/dist/es/commands/ImportStacksToStackSetCommand.js.map +0 -1
- package/dist/es/commands/ListChangeSetsCommand.js +0 -67
- package/dist/es/commands/ListChangeSetsCommand.js.map +0 -1
- package/dist/es/commands/ListExportsCommand.js +0 -71
- package/dist/es/commands/ListExportsCommand.js.map +0 -1
- package/dist/es/commands/ListImportsCommand.js +0 -70
- package/dist/es/commands/ListImportsCommand.js.map +0 -1
- package/dist/es/commands/ListStackInstancesCommand.js +0 -67
- package/dist/es/commands/ListStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListStackResourcesCommand.js +0 -67
- package/dist/es/commands/ListStackResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetOperationResultsCommand.js +0 -65
- package/dist/es/commands/ListStackSetOperationResultsCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetOperationsCommand.js +0 -65
- package/dist/es/commands/ListStackSetOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListStackSetsCommand.js +0 -85
- package/dist/es/commands/ListStackSetsCommand.js.map +0 -1
- package/dist/es/commands/ListStacksCommand.js +0 -69
- package/dist/es/commands/ListStacksCommand.js.map +0 -1
- package/dist/es/commands/ListTypeRegistrationsCommand.js +0 -65
- package/dist/es/commands/ListTypeRegistrationsCommand.js.map +0 -1
- package/dist/es/commands/ListTypeVersionsCommand.js +0 -65
- package/dist/es/commands/ListTypeVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListTypesCommand.js +0 -65
- package/dist/es/commands/ListTypesCommand.js.map +0 -1
- package/dist/es/commands/PublishTypeCommand.js +0 -70
- package/dist/es/commands/PublishTypeCommand.js.map +0 -1
- package/dist/es/commands/RecordHandlerProgressCommand.js +0 -66
- package/dist/es/commands/RecordHandlerProgressCommand.js.map +0 -1
- package/dist/es/commands/RegisterPublisherCommand.js +0 -71
- package/dist/es/commands/RegisterPublisherCommand.js.map +0 -1
- package/dist/es/commands/RegisterTypeCommand.js +0 -92
- package/dist/es/commands/RegisterTypeCommand.js.map +0 -1
- package/dist/es/commands/RollbackStackCommand.js +0 -94
- package/dist/es/commands/RollbackStackCommand.js.map +0 -1
- package/dist/es/commands/SetStackPolicyCommand.js +0 -65
- package/dist/es/commands/SetStackPolicyCommand.js.map +0 -1
- package/dist/es/commands/SetTypeConfigurationCommand.js +0 -77
- package/dist/es/commands/SetTypeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SetTypeDefaultVersionCommand.js +0 -66
- package/dist/es/commands/SetTypeDefaultVersionCommand.js.map +0 -1
- package/dist/es/commands/SignalResourceCommand.js +0 -70
- package/dist/es/commands/SignalResourceCommand.js.map +0 -1
- package/dist/es/commands/StopStackSetOperationCommand.js +0 -65
- package/dist/es/commands/StopStackSetOperationCommand.js.map +0 -1
- package/dist/es/commands/TestTypeCommand.js +0 -88
- package/dist/es/commands/TestTypeCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackCommand.js +0 -70
- package/dist/es/commands/UpdateStackCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackInstancesCommand.js +0 -77
- package/dist/es/commands/UpdateStackInstancesCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackSetCommand.js +0 -70
- package/dist/es/commands/UpdateStackSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateTerminationProtectionCommand.js +0 -71
- package/dist/es/commands/UpdateTerminationProtectionCommand.js.map +0 -1
- package/dist/es/commands/ValidateTemplateCommand.js +0 -67
- package/dist/es/commands/ValidateTemplateCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -82
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -94
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1664
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -96
- package/dist/es/pagination/DescribeAccountLimitsPaginator.js +0 -86
- package/dist/es/pagination/DescribeAccountLimitsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStackEventsPaginator.js +0 -86
- package/dist/es/pagination/DescribeStackEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js +0 -87
- package/dist/es/pagination/DescribeStackResourceDriftsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeStacksPaginator.js +0 -86
- package/dist/es/pagination/DescribeStacksPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListChangeSetsPaginator.js +0 -86
- package/dist/es/pagination/ListChangeSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListExportsPaginator.js +0 -86
- package/dist/es/pagination/ListExportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListImportsPaginator.js +0 -86
- package/dist/es/pagination/ListImportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackInstancesPaginator.js +0 -87
- package/dist/es/pagination/ListStackInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackResourcesPaginator.js +0 -86
- package/dist/es/pagination/ListStackResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetOperationResultsPaginator.js +0 -87
- package/dist/es/pagination/ListStackSetOperationResultsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetOperationsPaginator.js +0 -87
- package/dist/es/pagination/ListStackSetOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStackSetsPaginator.js +0 -87
- package/dist/es/pagination/ListStackSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStacksPaginator.js +0 -86
- package/dist/es/pagination/ListStacksPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypeRegistrationsPaginator.js +0 -87
- package/dist/es/pagination/ListTypeRegistrationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypeVersionsPaginator.js +0 -87
- package/dist/es/pagination/ListTypeVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTypesPaginator.js +0 -87
- package/dist/es/pagination/ListTypesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_query.js +0 -9985
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForChangeSetCreateComplete.js +0 -73
- package/dist/es/waiters/waitForChangeSetCreateComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackCreateComplete.js +0 -208
- package/dist/es/waiters/waitForStackCreateComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackDeleteComplete.js +0 -233
- package/dist/es/waiters/waitForStackDeleteComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackExists.js +0 -55
- package/dist/es/waiters/waitForStackExists.js.map +0 -1
- package/dist/es/waiters/waitForStackImportComplete.js +0 -208
- package/dist/es/waiters/waitForStackImportComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackRollbackComplete.js +0 -158
- package/dist/es/waiters/waitForStackRollbackComplete.js.map +0 -1
- package/dist/es/waiters/waitForStackUpdateComplete.js +0 -158
- package/dist/es/waiters/waitForStackUpdateComplete.js.map +0 -1
- package/dist/es/waiters/waitForTypeRegistrationComplete.js +0 -70
- package/dist/es/waiters/waitForTypeRegistrationComplete.js.map +0 -1
- package/dist/types/CloudFormation.d.ts +0 -925
- package/dist/types/CloudFormationClient.d.ts +0 -213
- package/dist/types/commands/ActivateTypeCommand.d.ts +0 -41
- package/dist/types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +0 -38
- package/dist/types/commands/CancelUpdateStackCommand.d.ts +0 -39
- package/dist/types/commands/ContinueUpdateRollbackCommand.d.ts +0 -45
- package/dist/types/commands/CreateChangeSetCommand.d.ts +0 -55
- package/dist/types/commands/CreateStackCommand.d.ts +0 -36
- package/dist/types/commands/CreateStackInstancesCommand.d.ts +0 -36
- package/dist/types/commands/CreateStackSetCommand.d.ts +0 -35
- package/dist/types/commands/DeactivateTypeCommand.d.ts +0 -40
- package/dist/types/commands/DeleteChangeSetCommand.d.ts +0 -42
- package/dist/types/commands/DeleteStackCommand.d.ts +0 -37
- package/dist/types/commands/DeleteStackInstancesCommand.d.ts +0 -35
- package/dist/types/commands/DeleteStackSetCommand.d.ts +0 -36
- package/dist/types/commands/DeregisterTypeCommand.d.ts +0 -44
- package/dist/types/commands/DescribeAccountLimitsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeChangeSetCommand.d.ts +0 -37
- package/dist/types/commands/DescribePublisherCommand.d.ts +0 -53
- package/dist/types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +0 -47
- package/dist/types/commands/DescribeStackEventsCommand.d.ts +0 -40
- package/dist/types/commands/DescribeStackInstanceCommand.d.ts +0 -37
- package/dist/types/commands/DescribeStackResourceCommand.d.ts +0 -37
- package/dist/types/commands/DescribeStackResourceDriftsCommand.d.ts +0 -44
- package/dist/types/commands/DescribeStackResourcesCommand.d.ts +0 -54
- package/dist/types/commands/DescribeStackSetCommand.d.ts +0 -35
- package/dist/types/commands/DescribeStackSetOperationCommand.d.ts +0 -35
- package/dist/types/commands/DescribeStacksCommand.d.ts +0 -40
- package/dist/types/commands/DescribeTypeCommand.d.ts +0 -38
- package/dist/types/commands/DescribeTypeRegistrationCommand.d.ts +0 -45
- package/dist/types/commands/DetectStackDriftCommand.d.ts +0 -55
- package/dist/types/commands/DetectStackResourceDriftCommand.d.ts +0 -46
- package/dist/types/commands/DetectStackSetDriftCommand.d.ts +0 -78
- package/dist/types/commands/EstimateTemplateCostCommand.d.ts +0 -37
- package/dist/types/commands/ExecuteChangeSetCommand.d.ts +0 -45
- package/dist/types/commands/GetStackPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetTemplateCommand.d.ts +0 -41
- package/dist/types/commands/GetTemplateSummaryCommand.d.ts +0 -43
- package/dist/types/commands/ImportStacksToStackSetCommand.d.ts +0 -42
- package/dist/types/commands/ListChangeSetsCommand.d.ts +0 -37
- package/dist/types/commands/ListExportsCommand.d.ts +0 -41
- package/dist/types/commands/ListImportsCommand.d.ts +0 -40
- package/dist/types/commands/ListStackInstancesCommand.d.ts +0 -37
- package/dist/types/commands/ListStackResourcesCommand.d.ts +0 -37
- package/dist/types/commands/ListStackSetOperationResultsCommand.d.ts +0 -35
- package/dist/types/commands/ListStackSetOperationsCommand.d.ts +0 -35
- package/dist/types/commands/ListStackSetsCommand.d.ts +0 -55
- package/dist/types/commands/ListStacksCommand.d.ts +0 -39
- package/dist/types/commands/ListTypeRegistrationsCommand.d.ts +0 -35
- package/dist/types/commands/ListTypeVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTypesCommand.d.ts +0 -35
- package/dist/types/commands/PublishTypeCommand.d.ts +0 -40
- package/dist/types/commands/RecordHandlerProgressCommand.d.ts +0 -36
- package/dist/types/commands/RegisterPublisherCommand.d.ts +0 -41
- package/dist/types/commands/RegisterTypeCommand.d.ts +0 -62
- package/dist/types/commands/RollbackStackCommand.d.ts +0 -64
- package/dist/types/commands/SetStackPolicyCommand.d.ts +0 -35
- package/dist/types/commands/SetTypeConfigurationCommand.d.ts +0 -47
- package/dist/types/commands/SetTypeDefaultVersionCommand.d.ts +0 -36
- package/dist/types/commands/SignalResourceCommand.d.ts +0 -40
- package/dist/types/commands/StopStackSetOperationCommand.d.ts +0 -35
- package/dist/types/commands/TestTypeCommand.d.ts +0 -58
- package/dist/types/commands/UpdateStackCommand.d.ts +0 -40
- package/dist/types/commands/UpdateStackInstancesCommand.d.ts +0 -47
- package/dist/types/commands/UpdateStackSetCommand.d.ts +0 -40
- package/dist/types/commands/UpdateTerminationProtectionCommand.d.ts +0 -41
- package/dist/types/commands/ValidateTemplateCommand.d.ts +0 -37
- package/dist/types/pagination/DescribeAccountLimitsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeStackEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeStackResourceDriftsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeStacksPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListChangeSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListExportsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListImportsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackResourcesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackSetOperationResultsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackSetOperationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStackSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStacksPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTypeRegistrationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTypeVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTypesPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_query.d.ts +0 -197
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/CloudFormation.d.ts +0 -925
- package/dist/types/ts3.4/CloudFormationClient.d.ts +0 -213
- package/dist/types/ts3.4/commands/ActivateTypeCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CancelUpdateStackCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateChangeSetCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateStackCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStackInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStackSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeactivateTypeCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeleteChangeSetCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DeleteStackCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteStackSetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeregisterTypeCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeChangeSetCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribePublisherCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/DescribeStackEventsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeStackResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeStackSetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeStacksCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeTypeCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DetectStackDriftCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +0 -78
- package/dist/types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/GetStackPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetTemplateCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListChangeSetsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListExportsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListImportsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListStackInstancesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListStackResourcesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListStackSetsCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/ListStacksCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTypeVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTypesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PublishTypeCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RegisterPublisherCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/RegisterTypeCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/RollbackStackCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/SetStackPolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SignalResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/StopStackSetOperationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestTypeCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/UpdateStackCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UpdateStackSetCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ValidateTemplateCommand.d.ts +0 -37
- package/dist/types/ts3.4/models/models_0.d.ts +0 -8620
- package/dist/types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeStacksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListExportsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListImportsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStackSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStacksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTypesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -197
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/dist/types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackCreateComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackExists.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackImportComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +0 -14
- package/dist/types/waiters/waitForChangeSetCreateComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackCreateComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackDeleteComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackExists.d.ts +0 -14
- package/dist/types/waiters/waitForStackImportComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackRollbackComplete.d.ts +0 -14
- package/dist/types/waiters/waitForStackUpdateComplete.d.ts +0 -14
- package/dist/types/waiters/waitForTypeRegistrationComplete.d.ts +0 -14
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -10035
- package/pagination/DescribeAccountLimitsPaginator.ts +0 -57
- package/pagination/DescribeStackEventsPaginator.ts +0 -57
- package/pagination/DescribeStackResourceDriftsPaginator.ts +0 -58
- package/pagination/DescribeStacksPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListChangeSetsPaginator.ts +0 -57
- package/pagination/ListExportsPaginator.ts +0 -53
- package/pagination/ListImportsPaginator.ts +0 -53
- package/pagination/ListStackInstancesPaginator.ts +0 -58
- package/pagination/ListStackResourcesPaginator.ts +0 -57
- package/pagination/ListStackSetOperationResultsPaginator.ts +0 -58
- package/pagination/ListStackSetOperationsPaginator.ts +0 -58
- package/pagination/ListStackSetsPaginator.ts +0 -58
- package/pagination/ListStacksPaginator.ts +0 -53
- package/pagination/ListTypeRegistrationsPaginator.ts +0 -58
- package/pagination/ListTypeVersionsPaginator.ts +0 -58
- package/pagination/ListTypesPaginator.ts +0 -54
- package/protocols/Aws_query.ts +0 -11285
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForChangeSetCreateComplete.ts +0 -60
- package/waiters/waitForStackCreateComplete.ts +0 -127
- package/waiters/waitForStackDeleteComplete.ts +0 -141
- package/waiters/waitForStackExists.ts +0 -42
- package/waiters/waitForStackImportComplete.ts +0 -127
- package/waiters/waitForStackRollbackComplete.ts +0 -99
- package/waiters/waitForStackUpdateComplete.ts +0 -99
- package/waiters/waitForTypeRegistrationComplete.ts +0 -60
|
@@ -0,0 +1,1060 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
export var AccountGateResult;
|
|
3
|
+
(function (AccountGateResult) {
|
|
4
|
+
AccountGateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(AccountGateResult || (AccountGateResult = {}));
|
|
6
|
+
export var AccountLimit;
|
|
7
|
+
(function (AccountLimit) {
|
|
8
|
+
AccountLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(AccountLimit || (AccountLimit = {}));
|
|
10
|
+
export var LoggingConfig;
|
|
11
|
+
(function (LoggingConfig) {
|
|
12
|
+
LoggingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(LoggingConfig || (LoggingConfig = {}));
|
|
14
|
+
export var ThirdPartyType;
|
|
15
|
+
(function (ThirdPartyType) {
|
|
16
|
+
ThirdPartyType["MODULE"] = "MODULE";
|
|
17
|
+
ThirdPartyType["RESOURCE"] = "RESOURCE";
|
|
18
|
+
})(ThirdPartyType || (ThirdPartyType = {}));
|
|
19
|
+
export var VersionBump;
|
|
20
|
+
(function (VersionBump) {
|
|
21
|
+
VersionBump["MAJOR"] = "MAJOR";
|
|
22
|
+
VersionBump["MINOR"] = "MINOR";
|
|
23
|
+
})(VersionBump || (VersionBump = {}));
|
|
24
|
+
export var ActivateTypeInput;
|
|
25
|
+
(function (ActivateTypeInput) {
|
|
26
|
+
ActivateTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
+
})(ActivateTypeInput || (ActivateTypeInput = {}));
|
|
28
|
+
export var ActivateTypeOutput;
|
|
29
|
+
(function (ActivateTypeOutput) {
|
|
30
|
+
ActivateTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
+
})(ActivateTypeOutput || (ActivateTypeOutput = {}));
|
|
32
|
+
export var CFNRegistryException;
|
|
33
|
+
(function (CFNRegistryException) {
|
|
34
|
+
CFNRegistryException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
+
})(CFNRegistryException || (CFNRegistryException = {}));
|
|
36
|
+
export var TypeNotFoundException;
|
|
37
|
+
(function (TypeNotFoundException) {
|
|
38
|
+
TypeNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
})(TypeNotFoundException || (TypeNotFoundException = {}));
|
|
40
|
+
export var AlreadyExistsException;
|
|
41
|
+
(function (AlreadyExistsException) {
|
|
42
|
+
AlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
})(AlreadyExistsException || (AlreadyExistsException = {}));
|
|
44
|
+
export var AutoDeployment;
|
|
45
|
+
(function (AutoDeployment) {
|
|
46
|
+
AutoDeployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
+
})(AutoDeployment || (AutoDeployment = {}));
|
|
48
|
+
export var TypeConfigurationIdentifier;
|
|
49
|
+
(function (TypeConfigurationIdentifier) {
|
|
50
|
+
TypeConfigurationIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
+
})(TypeConfigurationIdentifier || (TypeConfigurationIdentifier = {}));
|
|
52
|
+
export var BatchDescribeTypeConfigurationsInput;
|
|
53
|
+
(function (BatchDescribeTypeConfigurationsInput) {
|
|
54
|
+
BatchDescribeTypeConfigurationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
+
})(BatchDescribeTypeConfigurationsInput || (BatchDescribeTypeConfigurationsInput = {}));
|
|
56
|
+
export var BatchDescribeTypeConfigurationsError;
|
|
57
|
+
(function (BatchDescribeTypeConfigurationsError) {
|
|
58
|
+
BatchDescribeTypeConfigurationsError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
+
})(BatchDescribeTypeConfigurationsError || (BatchDescribeTypeConfigurationsError = {}));
|
|
60
|
+
export var TypeConfigurationDetails;
|
|
61
|
+
(function (TypeConfigurationDetails) {
|
|
62
|
+
TypeConfigurationDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
+
})(TypeConfigurationDetails || (TypeConfigurationDetails = {}));
|
|
64
|
+
export var BatchDescribeTypeConfigurationsOutput;
|
|
65
|
+
(function (BatchDescribeTypeConfigurationsOutput) {
|
|
66
|
+
BatchDescribeTypeConfigurationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
+
})(BatchDescribeTypeConfigurationsOutput || (BatchDescribeTypeConfigurationsOutput = {}));
|
|
68
|
+
export var TypeConfigurationNotFoundException;
|
|
69
|
+
(function (TypeConfigurationNotFoundException) {
|
|
70
|
+
TypeConfigurationNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
+
})(TypeConfigurationNotFoundException || (TypeConfigurationNotFoundException = {}));
|
|
72
|
+
export var CallAs;
|
|
73
|
+
(function (CallAs) {
|
|
74
|
+
CallAs["DELEGATED_ADMIN"] = "DELEGATED_ADMIN";
|
|
75
|
+
CallAs["SELF"] = "SELF";
|
|
76
|
+
})(CallAs || (CallAs = {}));
|
|
77
|
+
export var CancelUpdateStackInput;
|
|
78
|
+
(function (CancelUpdateStackInput) {
|
|
79
|
+
CancelUpdateStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
})(CancelUpdateStackInput || (CancelUpdateStackInput = {}));
|
|
81
|
+
export var TokenAlreadyExistsException;
|
|
82
|
+
(function (TokenAlreadyExistsException) {
|
|
83
|
+
TokenAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
})(TokenAlreadyExistsException || (TokenAlreadyExistsException = {}));
|
|
85
|
+
export var Capability;
|
|
86
|
+
(function (Capability) {
|
|
87
|
+
Capability["CAPABILITY_AUTO_EXPAND"] = "CAPABILITY_AUTO_EXPAND";
|
|
88
|
+
Capability["CAPABILITY_IAM"] = "CAPABILITY_IAM";
|
|
89
|
+
Capability["CAPABILITY_NAMED_IAM"] = "CAPABILITY_NAMED_IAM";
|
|
90
|
+
})(Capability || (Capability = {}));
|
|
91
|
+
export var Category;
|
|
92
|
+
(function (Category) {
|
|
93
|
+
Category["ACTIVATED"] = "ACTIVATED";
|
|
94
|
+
Category["AWS_TYPES"] = "AWS_TYPES";
|
|
95
|
+
Category["REGISTERED"] = "REGISTERED";
|
|
96
|
+
Category["THIRD_PARTY"] = "THIRD_PARTY";
|
|
97
|
+
})(Category || (Category = {}));
|
|
98
|
+
export var ChangeAction;
|
|
99
|
+
(function (ChangeAction) {
|
|
100
|
+
ChangeAction["Add"] = "Add";
|
|
101
|
+
ChangeAction["Dynamic"] = "Dynamic";
|
|
102
|
+
ChangeAction["Import"] = "Import";
|
|
103
|
+
ChangeAction["Modify"] = "Modify";
|
|
104
|
+
ChangeAction["Remove"] = "Remove";
|
|
105
|
+
})(ChangeAction || (ChangeAction = {}));
|
|
106
|
+
export var ChangeSource;
|
|
107
|
+
(function (ChangeSource) {
|
|
108
|
+
ChangeSource["Automatic"] = "Automatic";
|
|
109
|
+
ChangeSource["DirectModification"] = "DirectModification";
|
|
110
|
+
ChangeSource["ParameterReference"] = "ParameterReference";
|
|
111
|
+
ChangeSource["ResourceAttribute"] = "ResourceAttribute";
|
|
112
|
+
ChangeSource["ResourceReference"] = "ResourceReference";
|
|
113
|
+
})(ChangeSource || (ChangeSource = {}));
|
|
114
|
+
export var EvaluationType;
|
|
115
|
+
(function (EvaluationType) {
|
|
116
|
+
EvaluationType["Dynamic"] = "Dynamic";
|
|
117
|
+
EvaluationType["Static"] = "Static";
|
|
118
|
+
})(EvaluationType || (EvaluationType = {}));
|
|
119
|
+
export var ResourceAttribute;
|
|
120
|
+
(function (ResourceAttribute) {
|
|
121
|
+
ResourceAttribute["CreationPolicy"] = "CreationPolicy";
|
|
122
|
+
ResourceAttribute["DeletionPolicy"] = "DeletionPolicy";
|
|
123
|
+
ResourceAttribute["Metadata"] = "Metadata";
|
|
124
|
+
ResourceAttribute["Properties"] = "Properties";
|
|
125
|
+
ResourceAttribute["Tags"] = "Tags";
|
|
126
|
+
ResourceAttribute["UpdatePolicy"] = "UpdatePolicy";
|
|
127
|
+
})(ResourceAttribute || (ResourceAttribute = {}));
|
|
128
|
+
export var RequiresRecreation;
|
|
129
|
+
(function (RequiresRecreation) {
|
|
130
|
+
RequiresRecreation["Always"] = "Always";
|
|
131
|
+
RequiresRecreation["Conditionally"] = "Conditionally";
|
|
132
|
+
RequiresRecreation["Never"] = "Never";
|
|
133
|
+
})(RequiresRecreation || (RequiresRecreation = {}));
|
|
134
|
+
export var ResourceTargetDefinition;
|
|
135
|
+
(function (ResourceTargetDefinition) {
|
|
136
|
+
ResourceTargetDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
})(ResourceTargetDefinition || (ResourceTargetDefinition = {}));
|
|
138
|
+
export var ResourceChangeDetail;
|
|
139
|
+
(function (ResourceChangeDetail) {
|
|
140
|
+
ResourceChangeDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
})(ResourceChangeDetail || (ResourceChangeDetail = {}));
|
|
142
|
+
export var ModuleInfo;
|
|
143
|
+
(function (ModuleInfo) {
|
|
144
|
+
ModuleInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
})(ModuleInfo || (ModuleInfo = {}));
|
|
146
|
+
export var Replacement;
|
|
147
|
+
(function (Replacement) {
|
|
148
|
+
Replacement["Conditional"] = "Conditional";
|
|
149
|
+
Replacement["False"] = "False";
|
|
150
|
+
Replacement["True"] = "True";
|
|
151
|
+
})(Replacement || (Replacement = {}));
|
|
152
|
+
export var ResourceChange;
|
|
153
|
+
(function (ResourceChange) {
|
|
154
|
+
ResourceChange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
})(ResourceChange || (ResourceChange = {}));
|
|
156
|
+
export var ChangeType;
|
|
157
|
+
(function (ChangeType) {
|
|
158
|
+
ChangeType["Resource"] = "Resource";
|
|
159
|
+
})(ChangeType || (ChangeType = {}));
|
|
160
|
+
export var Change;
|
|
161
|
+
(function (Change) {
|
|
162
|
+
Change.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
})(Change || (Change = {}));
|
|
164
|
+
export var ChangeSetNotFoundException;
|
|
165
|
+
(function (ChangeSetNotFoundException) {
|
|
166
|
+
ChangeSetNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
})(ChangeSetNotFoundException || (ChangeSetNotFoundException = {}));
|
|
168
|
+
export var ChangeSetStatus;
|
|
169
|
+
(function (ChangeSetStatus) {
|
|
170
|
+
ChangeSetStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
171
|
+
ChangeSetStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
|
|
172
|
+
ChangeSetStatus["CREATE_PENDING"] = "CREATE_PENDING";
|
|
173
|
+
ChangeSetStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
|
|
174
|
+
ChangeSetStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
175
|
+
ChangeSetStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
176
|
+
ChangeSetStatus["DELETE_PENDING"] = "DELETE_PENDING";
|
|
177
|
+
ChangeSetStatus["FAILED"] = "FAILED";
|
|
178
|
+
})(ChangeSetStatus || (ChangeSetStatus = {}));
|
|
179
|
+
export var ExecutionStatus;
|
|
180
|
+
(function (ExecutionStatus) {
|
|
181
|
+
ExecutionStatus["AVAILABLE"] = "AVAILABLE";
|
|
182
|
+
ExecutionStatus["EXECUTE_COMPLETE"] = "EXECUTE_COMPLETE";
|
|
183
|
+
ExecutionStatus["EXECUTE_FAILED"] = "EXECUTE_FAILED";
|
|
184
|
+
ExecutionStatus["EXECUTE_IN_PROGRESS"] = "EXECUTE_IN_PROGRESS";
|
|
185
|
+
ExecutionStatus["OBSOLETE"] = "OBSOLETE";
|
|
186
|
+
ExecutionStatus["UNAVAILABLE"] = "UNAVAILABLE";
|
|
187
|
+
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
188
|
+
export var ChangeSetSummary;
|
|
189
|
+
(function (ChangeSetSummary) {
|
|
190
|
+
ChangeSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
})(ChangeSetSummary || (ChangeSetSummary = {}));
|
|
192
|
+
export var ChangeSetType;
|
|
193
|
+
(function (ChangeSetType) {
|
|
194
|
+
ChangeSetType["CREATE"] = "CREATE";
|
|
195
|
+
ChangeSetType["IMPORT"] = "IMPORT";
|
|
196
|
+
ChangeSetType["UPDATE"] = "UPDATE";
|
|
197
|
+
})(ChangeSetType || (ChangeSetType = {}));
|
|
198
|
+
export var ContinueUpdateRollbackInput;
|
|
199
|
+
(function (ContinueUpdateRollbackInput) {
|
|
200
|
+
ContinueUpdateRollbackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
})(ContinueUpdateRollbackInput || (ContinueUpdateRollbackInput = {}));
|
|
202
|
+
export var ContinueUpdateRollbackOutput;
|
|
203
|
+
(function (ContinueUpdateRollbackOutput) {
|
|
204
|
+
ContinueUpdateRollbackOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
})(ContinueUpdateRollbackOutput || (ContinueUpdateRollbackOutput = {}));
|
|
206
|
+
export var Parameter;
|
|
207
|
+
(function (Parameter) {
|
|
208
|
+
Parameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
})(Parameter || (Parameter = {}));
|
|
210
|
+
export var ResourceToImport;
|
|
211
|
+
(function (ResourceToImport) {
|
|
212
|
+
ResourceToImport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
})(ResourceToImport || (ResourceToImport = {}));
|
|
214
|
+
export var RollbackTrigger;
|
|
215
|
+
(function (RollbackTrigger) {
|
|
216
|
+
RollbackTrigger.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
})(RollbackTrigger || (RollbackTrigger = {}));
|
|
218
|
+
export var RollbackConfiguration;
|
|
219
|
+
(function (RollbackConfiguration) {
|
|
220
|
+
RollbackConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
})(RollbackConfiguration || (RollbackConfiguration = {}));
|
|
222
|
+
export var Tag;
|
|
223
|
+
(function (Tag) {
|
|
224
|
+
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
})(Tag || (Tag = {}));
|
|
226
|
+
export var CreateChangeSetInput;
|
|
227
|
+
(function (CreateChangeSetInput) {
|
|
228
|
+
CreateChangeSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
})(CreateChangeSetInput || (CreateChangeSetInput = {}));
|
|
230
|
+
export var CreateChangeSetOutput;
|
|
231
|
+
(function (CreateChangeSetOutput) {
|
|
232
|
+
CreateChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
})(CreateChangeSetOutput || (CreateChangeSetOutput = {}));
|
|
234
|
+
export var InsufficientCapabilitiesException;
|
|
235
|
+
(function (InsufficientCapabilitiesException) {
|
|
236
|
+
InsufficientCapabilitiesException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
})(InsufficientCapabilitiesException || (InsufficientCapabilitiesException = {}));
|
|
238
|
+
export var LimitExceededException;
|
|
239
|
+
(function (LimitExceededException) {
|
|
240
|
+
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
})(LimitExceededException || (LimitExceededException = {}));
|
|
242
|
+
export var OnFailure;
|
|
243
|
+
(function (OnFailure) {
|
|
244
|
+
OnFailure["DELETE"] = "DELETE";
|
|
245
|
+
OnFailure["DO_NOTHING"] = "DO_NOTHING";
|
|
246
|
+
OnFailure["ROLLBACK"] = "ROLLBACK";
|
|
247
|
+
})(OnFailure || (OnFailure = {}));
|
|
248
|
+
export var CreateStackInput;
|
|
249
|
+
(function (CreateStackInput) {
|
|
250
|
+
CreateStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
})(CreateStackInput || (CreateStackInput = {}));
|
|
252
|
+
export var CreateStackOutput;
|
|
253
|
+
(function (CreateStackOutput) {
|
|
254
|
+
CreateStackOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
})(CreateStackOutput || (CreateStackOutput = {}));
|
|
256
|
+
export var DeploymentTargets;
|
|
257
|
+
(function (DeploymentTargets) {
|
|
258
|
+
DeploymentTargets.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
})(DeploymentTargets || (DeploymentTargets = {}));
|
|
260
|
+
export var RegionConcurrencyType;
|
|
261
|
+
(function (RegionConcurrencyType) {
|
|
262
|
+
RegionConcurrencyType["PARALLEL"] = "PARALLEL";
|
|
263
|
+
RegionConcurrencyType["SEQUENTIAL"] = "SEQUENTIAL";
|
|
264
|
+
})(RegionConcurrencyType || (RegionConcurrencyType = {}));
|
|
265
|
+
export var StackSetOperationPreferences;
|
|
266
|
+
(function (StackSetOperationPreferences) {
|
|
267
|
+
StackSetOperationPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
})(StackSetOperationPreferences || (StackSetOperationPreferences = {}));
|
|
269
|
+
export var CreateStackInstancesInput;
|
|
270
|
+
(function (CreateStackInstancesInput) {
|
|
271
|
+
CreateStackInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
})(CreateStackInstancesInput || (CreateStackInstancesInput = {}));
|
|
273
|
+
export var CreateStackInstancesOutput;
|
|
274
|
+
(function (CreateStackInstancesOutput) {
|
|
275
|
+
CreateStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
})(CreateStackInstancesOutput || (CreateStackInstancesOutput = {}));
|
|
277
|
+
export var InvalidOperationException;
|
|
278
|
+
(function (InvalidOperationException) {
|
|
279
|
+
InvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
})(InvalidOperationException || (InvalidOperationException = {}));
|
|
281
|
+
export var OperationIdAlreadyExistsException;
|
|
282
|
+
(function (OperationIdAlreadyExistsException) {
|
|
283
|
+
OperationIdAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
})(OperationIdAlreadyExistsException || (OperationIdAlreadyExistsException = {}));
|
|
285
|
+
export var OperationInProgressException;
|
|
286
|
+
(function (OperationInProgressException) {
|
|
287
|
+
OperationInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
})(OperationInProgressException || (OperationInProgressException = {}));
|
|
289
|
+
export var StackSetNotFoundException;
|
|
290
|
+
(function (StackSetNotFoundException) {
|
|
291
|
+
StackSetNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
})(StackSetNotFoundException || (StackSetNotFoundException = {}));
|
|
293
|
+
export var StaleRequestException;
|
|
294
|
+
(function (StaleRequestException) {
|
|
295
|
+
StaleRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
})(StaleRequestException || (StaleRequestException = {}));
|
|
297
|
+
export var CreatedButModifiedException;
|
|
298
|
+
(function (CreatedButModifiedException) {
|
|
299
|
+
CreatedButModifiedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
})(CreatedButModifiedException || (CreatedButModifiedException = {}));
|
|
301
|
+
export var CreateStackSetInput;
|
|
302
|
+
(function (CreateStackSetInput) {
|
|
303
|
+
CreateStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
})(CreateStackSetInput || (CreateStackSetInput = {}));
|
|
305
|
+
export var CreateStackSetOutput;
|
|
306
|
+
(function (CreateStackSetOutput) {
|
|
307
|
+
CreateStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
})(CreateStackSetOutput || (CreateStackSetOutput = {}));
|
|
309
|
+
export var NameAlreadyExistsException;
|
|
310
|
+
(function (NameAlreadyExistsException) {
|
|
311
|
+
NameAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
})(NameAlreadyExistsException || (NameAlreadyExistsException = {}));
|
|
313
|
+
export var DeactivateTypeInput;
|
|
314
|
+
(function (DeactivateTypeInput) {
|
|
315
|
+
DeactivateTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
})(DeactivateTypeInput || (DeactivateTypeInput = {}));
|
|
317
|
+
export var DeactivateTypeOutput;
|
|
318
|
+
(function (DeactivateTypeOutput) {
|
|
319
|
+
DeactivateTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
})(DeactivateTypeOutput || (DeactivateTypeOutput = {}));
|
|
321
|
+
export var DeleteChangeSetInput;
|
|
322
|
+
(function (DeleteChangeSetInput) {
|
|
323
|
+
DeleteChangeSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
})(DeleteChangeSetInput || (DeleteChangeSetInput = {}));
|
|
325
|
+
export var DeleteChangeSetOutput;
|
|
326
|
+
(function (DeleteChangeSetOutput) {
|
|
327
|
+
DeleteChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
})(DeleteChangeSetOutput || (DeleteChangeSetOutput = {}));
|
|
329
|
+
export var InvalidChangeSetStatusException;
|
|
330
|
+
(function (InvalidChangeSetStatusException) {
|
|
331
|
+
InvalidChangeSetStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
})(InvalidChangeSetStatusException || (InvalidChangeSetStatusException = {}));
|
|
333
|
+
export var DeleteStackInput;
|
|
334
|
+
(function (DeleteStackInput) {
|
|
335
|
+
DeleteStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
})(DeleteStackInput || (DeleteStackInput = {}));
|
|
337
|
+
export var DeleteStackInstancesInput;
|
|
338
|
+
(function (DeleteStackInstancesInput) {
|
|
339
|
+
DeleteStackInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
})(DeleteStackInstancesInput || (DeleteStackInstancesInput = {}));
|
|
341
|
+
export var DeleteStackInstancesOutput;
|
|
342
|
+
(function (DeleteStackInstancesOutput) {
|
|
343
|
+
DeleteStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
})(DeleteStackInstancesOutput || (DeleteStackInstancesOutput = {}));
|
|
345
|
+
export var DeleteStackSetInput;
|
|
346
|
+
(function (DeleteStackSetInput) {
|
|
347
|
+
DeleteStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
})(DeleteStackSetInput || (DeleteStackSetInput = {}));
|
|
349
|
+
export var DeleteStackSetOutput;
|
|
350
|
+
(function (DeleteStackSetOutput) {
|
|
351
|
+
DeleteStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
})(DeleteStackSetOutput || (DeleteStackSetOutput = {}));
|
|
353
|
+
export var StackSetNotEmptyException;
|
|
354
|
+
(function (StackSetNotEmptyException) {
|
|
355
|
+
StackSetNotEmptyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
})(StackSetNotEmptyException || (StackSetNotEmptyException = {}));
|
|
357
|
+
export var DeregisterTypeInput;
|
|
358
|
+
(function (DeregisterTypeInput) {
|
|
359
|
+
DeregisterTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
})(DeregisterTypeInput || (DeregisterTypeInput = {}));
|
|
361
|
+
export var DeregisterTypeOutput;
|
|
362
|
+
(function (DeregisterTypeOutput) {
|
|
363
|
+
DeregisterTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
})(DeregisterTypeOutput || (DeregisterTypeOutput = {}));
|
|
365
|
+
export var DescribeAccountLimitsInput;
|
|
366
|
+
(function (DescribeAccountLimitsInput) {
|
|
367
|
+
DescribeAccountLimitsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
})(DescribeAccountLimitsInput || (DescribeAccountLimitsInput = {}));
|
|
369
|
+
export var DescribeAccountLimitsOutput;
|
|
370
|
+
(function (DescribeAccountLimitsOutput) {
|
|
371
|
+
DescribeAccountLimitsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
})(DescribeAccountLimitsOutput || (DescribeAccountLimitsOutput = {}));
|
|
373
|
+
export var DescribeChangeSetInput;
|
|
374
|
+
(function (DescribeChangeSetInput) {
|
|
375
|
+
DescribeChangeSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
})(DescribeChangeSetInput || (DescribeChangeSetInput = {}));
|
|
377
|
+
export var DescribeChangeSetOutput;
|
|
378
|
+
(function (DescribeChangeSetOutput) {
|
|
379
|
+
DescribeChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
})(DescribeChangeSetOutput || (DescribeChangeSetOutput = {}));
|
|
381
|
+
export var DescribePublisherInput;
|
|
382
|
+
(function (DescribePublisherInput) {
|
|
383
|
+
DescribePublisherInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
})(DescribePublisherInput || (DescribePublisherInput = {}));
|
|
385
|
+
export var IdentityProvider;
|
|
386
|
+
(function (IdentityProvider) {
|
|
387
|
+
IdentityProvider["AWS_Marketplace"] = "AWS_Marketplace";
|
|
388
|
+
IdentityProvider["Bitbucket"] = "Bitbucket";
|
|
389
|
+
IdentityProvider["GitHub"] = "GitHub";
|
|
390
|
+
})(IdentityProvider || (IdentityProvider = {}));
|
|
391
|
+
export var PublisherStatus;
|
|
392
|
+
(function (PublisherStatus) {
|
|
393
|
+
PublisherStatus["UNVERIFIED"] = "UNVERIFIED";
|
|
394
|
+
PublisherStatus["VERIFIED"] = "VERIFIED";
|
|
395
|
+
})(PublisherStatus || (PublisherStatus = {}));
|
|
396
|
+
export var DescribePublisherOutput;
|
|
397
|
+
(function (DescribePublisherOutput) {
|
|
398
|
+
DescribePublisherOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
})(DescribePublisherOutput || (DescribePublisherOutput = {}));
|
|
400
|
+
export var DescribeStackDriftDetectionStatusInput;
|
|
401
|
+
(function (DescribeStackDriftDetectionStatusInput) {
|
|
402
|
+
DescribeStackDriftDetectionStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
})(DescribeStackDriftDetectionStatusInput || (DescribeStackDriftDetectionStatusInput = {}));
|
|
404
|
+
export var StackDriftDetectionStatus;
|
|
405
|
+
(function (StackDriftDetectionStatus) {
|
|
406
|
+
StackDriftDetectionStatus["DETECTION_COMPLETE"] = "DETECTION_COMPLETE";
|
|
407
|
+
StackDriftDetectionStatus["DETECTION_FAILED"] = "DETECTION_FAILED";
|
|
408
|
+
StackDriftDetectionStatus["DETECTION_IN_PROGRESS"] = "DETECTION_IN_PROGRESS";
|
|
409
|
+
})(StackDriftDetectionStatus || (StackDriftDetectionStatus = {}));
|
|
410
|
+
export var StackDriftStatus;
|
|
411
|
+
(function (StackDriftStatus) {
|
|
412
|
+
StackDriftStatus["DRIFTED"] = "DRIFTED";
|
|
413
|
+
StackDriftStatus["IN_SYNC"] = "IN_SYNC";
|
|
414
|
+
StackDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
|
|
415
|
+
StackDriftStatus["UNKNOWN"] = "UNKNOWN";
|
|
416
|
+
})(StackDriftStatus || (StackDriftStatus = {}));
|
|
417
|
+
export var DescribeStackDriftDetectionStatusOutput;
|
|
418
|
+
(function (DescribeStackDriftDetectionStatusOutput) {
|
|
419
|
+
DescribeStackDriftDetectionStatusOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
})(DescribeStackDriftDetectionStatusOutput || (DescribeStackDriftDetectionStatusOutput = {}));
|
|
421
|
+
export var DescribeStackEventsInput;
|
|
422
|
+
(function (DescribeStackEventsInput) {
|
|
423
|
+
DescribeStackEventsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
})(DescribeStackEventsInput || (DescribeStackEventsInput = {}));
|
|
425
|
+
export var ResourceStatus;
|
|
426
|
+
(function (ResourceStatus) {
|
|
427
|
+
ResourceStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
428
|
+
ResourceStatus["CREATE_FAILED"] = "CREATE_FAILED";
|
|
429
|
+
ResourceStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
|
|
430
|
+
ResourceStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
|
|
431
|
+
ResourceStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
432
|
+
ResourceStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
433
|
+
ResourceStatus["DELETE_SKIPPED"] = "DELETE_SKIPPED";
|
|
434
|
+
ResourceStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
|
|
435
|
+
ResourceStatus["IMPORT_FAILED"] = "IMPORT_FAILED";
|
|
436
|
+
ResourceStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
|
|
437
|
+
ResourceStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
|
|
438
|
+
ResourceStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
|
|
439
|
+
ResourceStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
440
|
+
ResourceStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
|
|
441
|
+
ResourceStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
|
|
442
|
+
ResourceStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
|
|
443
|
+
ResourceStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
|
|
444
|
+
ResourceStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
445
|
+
ResourceStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
446
|
+
ResourceStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
|
|
447
|
+
ResourceStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
|
|
448
|
+
ResourceStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
449
|
+
})(ResourceStatus || (ResourceStatus = {}));
|
|
450
|
+
export var StackEvent;
|
|
451
|
+
(function (StackEvent) {
|
|
452
|
+
StackEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
})(StackEvent || (StackEvent = {}));
|
|
454
|
+
export var DescribeStackEventsOutput;
|
|
455
|
+
(function (DescribeStackEventsOutput) {
|
|
456
|
+
DescribeStackEventsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
})(DescribeStackEventsOutput || (DescribeStackEventsOutput = {}));
|
|
458
|
+
export var DescribeStackInstanceInput;
|
|
459
|
+
(function (DescribeStackInstanceInput) {
|
|
460
|
+
DescribeStackInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
})(DescribeStackInstanceInput || (DescribeStackInstanceInput = {}));
|
|
462
|
+
export var StackInstanceComprehensiveStatus;
|
|
463
|
+
(function (StackInstanceComprehensiveStatus) {
|
|
464
|
+
StackInstanceComprehensiveStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
})(StackInstanceComprehensiveStatus || (StackInstanceComprehensiveStatus = {}));
|
|
466
|
+
export var StackInstance;
|
|
467
|
+
(function (StackInstance) {
|
|
468
|
+
StackInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
})(StackInstance || (StackInstance = {}));
|
|
470
|
+
export var DescribeStackInstanceOutput;
|
|
471
|
+
(function (DescribeStackInstanceOutput) {
|
|
472
|
+
DescribeStackInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
})(DescribeStackInstanceOutput || (DescribeStackInstanceOutput = {}));
|
|
474
|
+
export var StackInstanceNotFoundException;
|
|
475
|
+
(function (StackInstanceNotFoundException) {
|
|
476
|
+
StackInstanceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
})(StackInstanceNotFoundException || (StackInstanceNotFoundException = {}));
|
|
478
|
+
export var DescribeStackResourceInput;
|
|
479
|
+
(function (DescribeStackResourceInput) {
|
|
480
|
+
DescribeStackResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
})(DescribeStackResourceInput || (DescribeStackResourceInput = {}));
|
|
482
|
+
export var StackResourceDriftStatus;
|
|
483
|
+
(function (StackResourceDriftStatus) {
|
|
484
|
+
StackResourceDriftStatus["DELETED"] = "DELETED";
|
|
485
|
+
StackResourceDriftStatus["IN_SYNC"] = "IN_SYNC";
|
|
486
|
+
StackResourceDriftStatus["MODIFIED"] = "MODIFIED";
|
|
487
|
+
StackResourceDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
|
|
488
|
+
})(StackResourceDriftStatus || (StackResourceDriftStatus = {}));
|
|
489
|
+
export var StackResourceDriftInformation;
|
|
490
|
+
(function (StackResourceDriftInformation) {
|
|
491
|
+
StackResourceDriftInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
})(StackResourceDriftInformation || (StackResourceDriftInformation = {}));
|
|
493
|
+
export var StackResourceDetail;
|
|
494
|
+
(function (StackResourceDetail) {
|
|
495
|
+
StackResourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
})(StackResourceDetail || (StackResourceDetail = {}));
|
|
497
|
+
export var DescribeStackResourceOutput;
|
|
498
|
+
(function (DescribeStackResourceOutput) {
|
|
499
|
+
DescribeStackResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
})(DescribeStackResourceOutput || (DescribeStackResourceOutput = {}));
|
|
501
|
+
export var DescribeStackResourceDriftsInput;
|
|
502
|
+
(function (DescribeStackResourceDriftsInput) {
|
|
503
|
+
DescribeStackResourceDriftsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
})(DescribeStackResourceDriftsInput || (DescribeStackResourceDriftsInput = {}));
|
|
505
|
+
export var PhysicalResourceIdContextKeyValuePair;
|
|
506
|
+
(function (PhysicalResourceIdContextKeyValuePair) {
|
|
507
|
+
PhysicalResourceIdContextKeyValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
})(PhysicalResourceIdContextKeyValuePair || (PhysicalResourceIdContextKeyValuePair = {}));
|
|
509
|
+
export var DifferenceType;
|
|
510
|
+
(function (DifferenceType) {
|
|
511
|
+
DifferenceType["ADD"] = "ADD";
|
|
512
|
+
DifferenceType["NOT_EQUAL"] = "NOT_EQUAL";
|
|
513
|
+
DifferenceType["REMOVE"] = "REMOVE";
|
|
514
|
+
})(DifferenceType || (DifferenceType = {}));
|
|
515
|
+
export var PropertyDifference;
|
|
516
|
+
(function (PropertyDifference) {
|
|
517
|
+
PropertyDifference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
})(PropertyDifference || (PropertyDifference = {}));
|
|
519
|
+
export var StackResourceDrift;
|
|
520
|
+
(function (StackResourceDrift) {
|
|
521
|
+
StackResourceDrift.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
})(StackResourceDrift || (StackResourceDrift = {}));
|
|
523
|
+
export var DescribeStackResourceDriftsOutput;
|
|
524
|
+
(function (DescribeStackResourceDriftsOutput) {
|
|
525
|
+
DescribeStackResourceDriftsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
})(DescribeStackResourceDriftsOutput || (DescribeStackResourceDriftsOutput = {}));
|
|
527
|
+
export var DescribeStackResourcesInput;
|
|
528
|
+
(function (DescribeStackResourcesInput) {
|
|
529
|
+
DescribeStackResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
})(DescribeStackResourcesInput || (DescribeStackResourcesInput = {}));
|
|
531
|
+
export var StackResource;
|
|
532
|
+
(function (StackResource) {
|
|
533
|
+
StackResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
})(StackResource || (StackResource = {}));
|
|
535
|
+
export var DescribeStackResourcesOutput;
|
|
536
|
+
(function (DescribeStackResourcesOutput) {
|
|
537
|
+
DescribeStackResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
})(DescribeStackResourcesOutput || (DescribeStackResourcesOutput = {}));
|
|
539
|
+
export var DescribeStacksInput;
|
|
540
|
+
(function (DescribeStacksInput) {
|
|
541
|
+
DescribeStacksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
})(DescribeStacksInput || (DescribeStacksInput = {}));
|
|
543
|
+
export var StackDriftInformation;
|
|
544
|
+
(function (StackDriftInformation) {
|
|
545
|
+
StackDriftInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
})(StackDriftInformation || (StackDriftInformation = {}));
|
|
547
|
+
export var Output;
|
|
548
|
+
(function (Output) {
|
|
549
|
+
Output.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
})(Output || (Output = {}));
|
|
551
|
+
export var StackStatus;
|
|
552
|
+
(function (StackStatus) {
|
|
553
|
+
StackStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
554
|
+
StackStatus["CREATE_FAILED"] = "CREATE_FAILED";
|
|
555
|
+
StackStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
|
|
556
|
+
StackStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
|
|
557
|
+
StackStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
558
|
+
StackStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
559
|
+
StackStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
|
|
560
|
+
StackStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
|
|
561
|
+
StackStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
|
|
562
|
+
StackStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
|
|
563
|
+
StackStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
564
|
+
StackStatus["REVIEW_IN_PROGRESS"] = "REVIEW_IN_PROGRESS";
|
|
565
|
+
StackStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
|
|
566
|
+
StackStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
|
|
567
|
+
StackStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
|
|
568
|
+
StackStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
|
|
569
|
+
StackStatus["UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
|
|
570
|
+
StackStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
571
|
+
StackStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
572
|
+
StackStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
|
|
573
|
+
StackStatus["UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
|
|
574
|
+
StackStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
|
|
575
|
+
StackStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
576
|
+
})(StackStatus || (StackStatus = {}));
|
|
577
|
+
export var Stack;
|
|
578
|
+
(function (Stack) {
|
|
579
|
+
Stack.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
})(Stack || (Stack = {}));
|
|
581
|
+
export var DescribeStacksOutput;
|
|
582
|
+
(function (DescribeStacksOutput) {
|
|
583
|
+
DescribeStacksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
})(DescribeStacksOutput || (DescribeStacksOutput = {}));
|
|
585
|
+
export var DescribeStackSetInput;
|
|
586
|
+
(function (DescribeStackSetInput) {
|
|
587
|
+
DescribeStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
})(DescribeStackSetInput || (DescribeStackSetInput = {}));
|
|
589
|
+
export var StackSetDriftDetectionStatus;
|
|
590
|
+
(function (StackSetDriftDetectionStatus) {
|
|
591
|
+
StackSetDriftDetectionStatus["COMPLETED"] = "COMPLETED";
|
|
592
|
+
StackSetDriftDetectionStatus["FAILED"] = "FAILED";
|
|
593
|
+
StackSetDriftDetectionStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
594
|
+
StackSetDriftDetectionStatus["PARTIAL_SUCCESS"] = "PARTIAL_SUCCESS";
|
|
595
|
+
StackSetDriftDetectionStatus["STOPPED"] = "STOPPED";
|
|
596
|
+
})(StackSetDriftDetectionStatus || (StackSetDriftDetectionStatus = {}));
|
|
597
|
+
export var StackSetDriftStatus;
|
|
598
|
+
(function (StackSetDriftStatus) {
|
|
599
|
+
StackSetDriftStatus["DRIFTED"] = "DRIFTED";
|
|
600
|
+
StackSetDriftStatus["IN_SYNC"] = "IN_SYNC";
|
|
601
|
+
StackSetDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
|
|
602
|
+
})(StackSetDriftStatus || (StackSetDriftStatus = {}));
|
|
603
|
+
export var StackSetDriftDetectionDetails;
|
|
604
|
+
(function (StackSetDriftDetectionDetails) {
|
|
605
|
+
StackSetDriftDetectionDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
})(StackSetDriftDetectionDetails || (StackSetDriftDetectionDetails = {}));
|
|
607
|
+
export var StackSet;
|
|
608
|
+
(function (StackSet) {
|
|
609
|
+
StackSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
})(StackSet || (StackSet = {}));
|
|
611
|
+
export var DescribeStackSetOutput;
|
|
612
|
+
(function (DescribeStackSetOutput) {
|
|
613
|
+
DescribeStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
})(DescribeStackSetOutput || (DescribeStackSetOutput = {}));
|
|
615
|
+
export var DescribeStackSetOperationInput;
|
|
616
|
+
(function (DescribeStackSetOperationInput) {
|
|
617
|
+
DescribeStackSetOperationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
})(DescribeStackSetOperationInput || (DescribeStackSetOperationInput = {}));
|
|
619
|
+
export var StackSetOperation;
|
|
620
|
+
(function (StackSetOperation) {
|
|
621
|
+
StackSetOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
})(StackSetOperation || (StackSetOperation = {}));
|
|
623
|
+
export var DescribeStackSetOperationOutput;
|
|
624
|
+
(function (DescribeStackSetOperationOutput) {
|
|
625
|
+
DescribeStackSetOperationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
})(DescribeStackSetOperationOutput || (DescribeStackSetOperationOutput = {}));
|
|
627
|
+
export var OperationNotFoundException;
|
|
628
|
+
(function (OperationNotFoundException) {
|
|
629
|
+
OperationNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
})(OperationNotFoundException || (OperationNotFoundException = {}));
|
|
631
|
+
export var DescribeTypeInput;
|
|
632
|
+
(function (DescribeTypeInput) {
|
|
633
|
+
DescribeTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
})(DescribeTypeInput || (DescribeTypeInput = {}));
|
|
635
|
+
export var RequiredActivatedType;
|
|
636
|
+
(function (RequiredActivatedType) {
|
|
637
|
+
RequiredActivatedType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
})(RequiredActivatedType || (RequiredActivatedType = {}));
|
|
639
|
+
export var TypeTestsStatus;
|
|
640
|
+
(function (TypeTestsStatus) {
|
|
641
|
+
TypeTestsStatus["FAILED"] = "FAILED";
|
|
642
|
+
TypeTestsStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
643
|
+
TypeTestsStatus["NOT_TESTED"] = "NOT_TESTED";
|
|
644
|
+
TypeTestsStatus["PASSED"] = "PASSED";
|
|
645
|
+
})(TypeTestsStatus || (TypeTestsStatus = {}));
|
|
646
|
+
export var DescribeTypeOutput;
|
|
647
|
+
(function (DescribeTypeOutput) {
|
|
648
|
+
DescribeTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
})(DescribeTypeOutput || (DescribeTypeOutput = {}));
|
|
650
|
+
export var DescribeTypeRegistrationInput;
|
|
651
|
+
(function (DescribeTypeRegistrationInput) {
|
|
652
|
+
DescribeTypeRegistrationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
})(DescribeTypeRegistrationInput || (DescribeTypeRegistrationInput = {}));
|
|
654
|
+
export var DescribeTypeRegistrationOutput;
|
|
655
|
+
(function (DescribeTypeRegistrationOutput) {
|
|
656
|
+
DescribeTypeRegistrationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
})(DescribeTypeRegistrationOutput || (DescribeTypeRegistrationOutput = {}));
|
|
658
|
+
export var DetectStackDriftInput;
|
|
659
|
+
(function (DetectStackDriftInput) {
|
|
660
|
+
DetectStackDriftInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
})(DetectStackDriftInput || (DetectStackDriftInput = {}));
|
|
662
|
+
export var DetectStackDriftOutput;
|
|
663
|
+
(function (DetectStackDriftOutput) {
|
|
664
|
+
DetectStackDriftOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
})(DetectStackDriftOutput || (DetectStackDriftOutput = {}));
|
|
666
|
+
export var DetectStackResourceDriftInput;
|
|
667
|
+
(function (DetectStackResourceDriftInput) {
|
|
668
|
+
DetectStackResourceDriftInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
})(DetectStackResourceDriftInput || (DetectStackResourceDriftInput = {}));
|
|
670
|
+
export var DetectStackResourceDriftOutput;
|
|
671
|
+
(function (DetectStackResourceDriftOutput) {
|
|
672
|
+
DetectStackResourceDriftOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
})(DetectStackResourceDriftOutput || (DetectStackResourceDriftOutput = {}));
|
|
674
|
+
export var DetectStackSetDriftInput;
|
|
675
|
+
(function (DetectStackSetDriftInput) {
|
|
676
|
+
DetectStackSetDriftInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
})(DetectStackSetDriftInput || (DetectStackSetDriftInput = {}));
|
|
678
|
+
export var DetectStackSetDriftOutput;
|
|
679
|
+
(function (DetectStackSetDriftOutput) {
|
|
680
|
+
DetectStackSetDriftOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
})(DetectStackSetDriftOutput || (DetectStackSetDriftOutput = {}));
|
|
682
|
+
export var EstimateTemplateCostInput;
|
|
683
|
+
(function (EstimateTemplateCostInput) {
|
|
684
|
+
EstimateTemplateCostInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
})(EstimateTemplateCostInput || (EstimateTemplateCostInput = {}));
|
|
686
|
+
export var EstimateTemplateCostOutput;
|
|
687
|
+
(function (EstimateTemplateCostOutput) {
|
|
688
|
+
EstimateTemplateCostOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
+
})(EstimateTemplateCostOutput || (EstimateTemplateCostOutput = {}));
|
|
690
|
+
export var ExecuteChangeSetInput;
|
|
691
|
+
(function (ExecuteChangeSetInput) {
|
|
692
|
+
ExecuteChangeSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
+
})(ExecuteChangeSetInput || (ExecuteChangeSetInput = {}));
|
|
694
|
+
export var ExecuteChangeSetOutput;
|
|
695
|
+
(function (ExecuteChangeSetOutput) {
|
|
696
|
+
ExecuteChangeSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
+
})(ExecuteChangeSetOutput || (ExecuteChangeSetOutput = {}));
|
|
698
|
+
export var GetStackPolicyInput;
|
|
699
|
+
(function (GetStackPolicyInput) {
|
|
700
|
+
GetStackPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
+
})(GetStackPolicyInput || (GetStackPolicyInput = {}));
|
|
702
|
+
export var GetStackPolicyOutput;
|
|
703
|
+
(function (GetStackPolicyOutput) {
|
|
704
|
+
GetStackPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
+
})(GetStackPolicyOutput || (GetStackPolicyOutput = {}));
|
|
706
|
+
export var TemplateStage;
|
|
707
|
+
(function (TemplateStage) {
|
|
708
|
+
TemplateStage["Original"] = "Original";
|
|
709
|
+
TemplateStage["Processed"] = "Processed";
|
|
710
|
+
})(TemplateStage || (TemplateStage = {}));
|
|
711
|
+
export var GetTemplateInput;
|
|
712
|
+
(function (GetTemplateInput) {
|
|
713
|
+
GetTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
})(GetTemplateInput || (GetTemplateInput = {}));
|
|
715
|
+
export var GetTemplateOutput;
|
|
716
|
+
(function (GetTemplateOutput) {
|
|
717
|
+
GetTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
})(GetTemplateOutput || (GetTemplateOutput = {}));
|
|
719
|
+
export var GetTemplateSummaryInput;
|
|
720
|
+
(function (GetTemplateSummaryInput) {
|
|
721
|
+
GetTemplateSummaryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
})(GetTemplateSummaryInput || (GetTemplateSummaryInput = {}));
|
|
723
|
+
export var ParameterConstraints;
|
|
724
|
+
(function (ParameterConstraints) {
|
|
725
|
+
ParameterConstraints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
})(ParameterConstraints || (ParameterConstraints = {}));
|
|
727
|
+
export var ParameterDeclaration;
|
|
728
|
+
(function (ParameterDeclaration) {
|
|
729
|
+
ParameterDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
})(ParameterDeclaration || (ParameterDeclaration = {}));
|
|
731
|
+
export var ResourceIdentifierSummary;
|
|
732
|
+
(function (ResourceIdentifierSummary) {
|
|
733
|
+
ResourceIdentifierSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
})(ResourceIdentifierSummary || (ResourceIdentifierSummary = {}));
|
|
735
|
+
export var GetTemplateSummaryOutput;
|
|
736
|
+
(function (GetTemplateSummaryOutput) {
|
|
737
|
+
GetTemplateSummaryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
})(GetTemplateSummaryOutput || (GetTemplateSummaryOutput = {}));
|
|
739
|
+
export var ImportStacksToStackSetInput;
|
|
740
|
+
(function (ImportStacksToStackSetInput) {
|
|
741
|
+
ImportStacksToStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
})(ImportStacksToStackSetInput || (ImportStacksToStackSetInput = {}));
|
|
743
|
+
export var ImportStacksToStackSetOutput;
|
|
744
|
+
(function (ImportStacksToStackSetOutput) {
|
|
745
|
+
ImportStacksToStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
})(ImportStacksToStackSetOutput || (ImportStacksToStackSetOutput = {}));
|
|
747
|
+
export var StackNotFoundException;
|
|
748
|
+
(function (StackNotFoundException) {
|
|
749
|
+
StackNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
})(StackNotFoundException || (StackNotFoundException = {}));
|
|
751
|
+
export var ListChangeSetsInput;
|
|
752
|
+
(function (ListChangeSetsInput) {
|
|
753
|
+
ListChangeSetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
})(ListChangeSetsInput || (ListChangeSetsInput = {}));
|
|
755
|
+
export var ListChangeSetsOutput;
|
|
756
|
+
(function (ListChangeSetsOutput) {
|
|
757
|
+
ListChangeSetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
})(ListChangeSetsOutput || (ListChangeSetsOutput = {}));
|
|
759
|
+
export var ListExportsInput;
|
|
760
|
+
(function (ListExportsInput) {
|
|
761
|
+
ListExportsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
})(ListExportsInput || (ListExportsInput = {}));
|
|
763
|
+
export var Export;
|
|
764
|
+
(function (Export) {
|
|
765
|
+
Export.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
})(Export || (Export = {}));
|
|
767
|
+
export var ListExportsOutput;
|
|
768
|
+
(function (ListExportsOutput) {
|
|
769
|
+
ListExportsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
})(ListExportsOutput || (ListExportsOutput = {}));
|
|
771
|
+
export var ListImportsInput;
|
|
772
|
+
(function (ListImportsInput) {
|
|
773
|
+
ListImportsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
})(ListImportsInput || (ListImportsInput = {}));
|
|
775
|
+
export var ListImportsOutput;
|
|
776
|
+
(function (ListImportsOutput) {
|
|
777
|
+
ListImportsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
})(ListImportsOutput || (ListImportsOutput = {}));
|
|
779
|
+
export var StackInstanceFilter;
|
|
780
|
+
(function (StackInstanceFilter) {
|
|
781
|
+
StackInstanceFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
})(StackInstanceFilter || (StackInstanceFilter = {}));
|
|
783
|
+
export var ListStackInstancesInput;
|
|
784
|
+
(function (ListStackInstancesInput) {
|
|
785
|
+
ListStackInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
})(ListStackInstancesInput || (ListStackInstancesInput = {}));
|
|
787
|
+
export var StackInstanceSummary;
|
|
788
|
+
(function (StackInstanceSummary) {
|
|
789
|
+
StackInstanceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
})(StackInstanceSummary || (StackInstanceSummary = {}));
|
|
791
|
+
export var ListStackInstancesOutput;
|
|
792
|
+
(function (ListStackInstancesOutput) {
|
|
793
|
+
ListStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
})(ListStackInstancesOutput || (ListStackInstancesOutput = {}));
|
|
795
|
+
export var ListStackResourcesInput;
|
|
796
|
+
(function (ListStackResourcesInput) {
|
|
797
|
+
ListStackResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
})(ListStackResourcesInput || (ListStackResourcesInput = {}));
|
|
799
|
+
export var StackResourceDriftInformationSummary;
|
|
800
|
+
(function (StackResourceDriftInformationSummary) {
|
|
801
|
+
StackResourceDriftInformationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
})(StackResourceDriftInformationSummary || (StackResourceDriftInformationSummary = {}));
|
|
803
|
+
export var StackResourceSummary;
|
|
804
|
+
(function (StackResourceSummary) {
|
|
805
|
+
StackResourceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
})(StackResourceSummary || (StackResourceSummary = {}));
|
|
807
|
+
export var ListStackResourcesOutput;
|
|
808
|
+
(function (ListStackResourcesOutput) {
|
|
809
|
+
ListStackResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
})(ListStackResourcesOutput || (ListStackResourcesOutput = {}));
|
|
811
|
+
export var ListStacksInput;
|
|
812
|
+
(function (ListStacksInput) {
|
|
813
|
+
ListStacksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
})(ListStacksInput || (ListStacksInput = {}));
|
|
815
|
+
export var StackDriftInformationSummary;
|
|
816
|
+
(function (StackDriftInformationSummary) {
|
|
817
|
+
StackDriftInformationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
})(StackDriftInformationSummary || (StackDriftInformationSummary = {}));
|
|
819
|
+
export var StackSummary;
|
|
820
|
+
(function (StackSummary) {
|
|
821
|
+
StackSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
})(StackSummary || (StackSummary = {}));
|
|
823
|
+
export var ListStacksOutput;
|
|
824
|
+
(function (ListStacksOutput) {
|
|
825
|
+
ListStacksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
})(ListStacksOutput || (ListStacksOutput = {}));
|
|
827
|
+
export var ListStackSetOperationResultsInput;
|
|
828
|
+
(function (ListStackSetOperationResultsInput) {
|
|
829
|
+
ListStackSetOperationResultsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
})(ListStackSetOperationResultsInput || (ListStackSetOperationResultsInput = {}));
|
|
831
|
+
export var StackSetOperationResultSummary;
|
|
832
|
+
(function (StackSetOperationResultSummary) {
|
|
833
|
+
StackSetOperationResultSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
})(StackSetOperationResultSummary || (StackSetOperationResultSummary = {}));
|
|
835
|
+
export var ListStackSetOperationResultsOutput;
|
|
836
|
+
(function (ListStackSetOperationResultsOutput) {
|
|
837
|
+
ListStackSetOperationResultsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
})(ListStackSetOperationResultsOutput || (ListStackSetOperationResultsOutput = {}));
|
|
839
|
+
export var ListStackSetOperationsInput;
|
|
840
|
+
(function (ListStackSetOperationsInput) {
|
|
841
|
+
ListStackSetOperationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
})(ListStackSetOperationsInput || (ListStackSetOperationsInput = {}));
|
|
843
|
+
export var StackSetOperationSummary;
|
|
844
|
+
(function (StackSetOperationSummary) {
|
|
845
|
+
StackSetOperationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
})(StackSetOperationSummary || (StackSetOperationSummary = {}));
|
|
847
|
+
export var ListStackSetOperationsOutput;
|
|
848
|
+
(function (ListStackSetOperationsOutput) {
|
|
849
|
+
ListStackSetOperationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
})(ListStackSetOperationsOutput || (ListStackSetOperationsOutput = {}));
|
|
851
|
+
export var ListStackSetsInput;
|
|
852
|
+
(function (ListStackSetsInput) {
|
|
853
|
+
ListStackSetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
})(ListStackSetsInput || (ListStackSetsInput = {}));
|
|
855
|
+
export var StackSetSummary;
|
|
856
|
+
(function (StackSetSummary) {
|
|
857
|
+
StackSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
})(StackSetSummary || (StackSetSummary = {}));
|
|
859
|
+
export var ListStackSetsOutput;
|
|
860
|
+
(function (ListStackSetsOutput) {
|
|
861
|
+
ListStackSetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
})(ListStackSetsOutput || (ListStackSetsOutput = {}));
|
|
863
|
+
export var ListTypeRegistrationsInput;
|
|
864
|
+
(function (ListTypeRegistrationsInput) {
|
|
865
|
+
ListTypeRegistrationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
})(ListTypeRegistrationsInput || (ListTypeRegistrationsInput = {}));
|
|
867
|
+
export var ListTypeRegistrationsOutput;
|
|
868
|
+
(function (ListTypeRegistrationsOutput) {
|
|
869
|
+
ListTypeRegistrationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
})(ListTypeRegistrationsOutput || (ListTypeRegistrationsOutput = {}));
|
|
871
|
+
export var TypeFilters;
|
|
872
|
+
(function (TypeFilters) {
|
|
873
|
+
TypeFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
+
})(TypeFilters || (TypeFilters = {}));
|
|
875
|
+
export var ListTypesInput;
|
|
876
|
+
(function (ListTypesInput) {
|
|
877
|
+
ListTypesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
+
})(ListTypesInput || (ListTypesInput = {}));
|
|
879
|
+
export var TypeSummary;
|
|
880
|
+
(function (TypeSummary) {
|
|
881
|
+
TypeSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
+
})(TypeSummary || (TypeSummary = {}));
|
|
883
|
+
export var ListTypesOutput;
|
|
884
|
+
(function (ListTypesOutput) {
|
|
885
|
+
ListTypesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
+
})(ListTypesOutput || (ListTypesOutput = {}));
|
|
887
|
+
export var ListTypeVersionsInput;
|
|
888
|
+
(function (ListTypeVersionsInput) {
|
|
889
|
+
ListTypeVersionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
+
})(ListTypeVersionsInput || (ListTypeVersionsInput = {}));
|
|
891
|
+
export var TypeVersionSummary;
|
|
892
|
+
(function (TypeVersionSummary) {
|
|
893
|
+
TypeVersionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
+
})(TypeVersionSummary || (TypeVersionSummary = {}));
|
|
895
|
+
export var ListTypeVersionsOutput;
|
|
896
|
+
(function (ListTypeVersionsOutput) {
|
|
897
|
+
ListTypeVersionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
+
})(ListTypeVersionsOutput || (ListTypeVersionsOutput = {}));
|
|
899
|
+
export var PublishTypeInput;
|
|
900
|
+
(function (PublishTypeInput) {
|
|
901
|
+
PublishTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
+
})(PublishTypeInput || (PublishTypeInput = {}));
|
|
903
|
+
export var PublishTypeOutput;
|
|
904
|
+
(function (PublishTypeOutput) {
|
|
905
|
+
PublishTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
+
})(PublishTypeOutput || (PublishTypeOutput = {}));
|
|
907
|
+
export var InvalidStateTransitionException;
|
|
908
|
+
(function (InvalidStateTransitionException) {
|
|
909
|
+
InvalidStateTransitionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
+
})(InvalidStateTransitionException || (InvalidStateTransitionException = {}));
|
|
911
|
+
export var OperationStatusCheckFailedException;
|
|
912
|
+
(function (OperationStatusCheckFailedException) {
|
|
913
|
+
OperationStatusCheckFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
+
})(OperationStatusCheckFailedException || (OperationStatusCheckFailedException = {}));
|
|
915
|
+
export var OperationStatus;
|
|
916
|
+
(function (OperationStatus) {
|
|
917
|
+
OperationStatus["FAILED"] = "FAILED";
|
|
918
|
+
OperationStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
919
|
+
OperationStatus["PENDING"] = "PENDING";
|
|
920
|
+
OperationStatus["SUCCESS"] = "SUCCESS";
|
|
921
|
+
})(OperationStatus || (OperationStatus = {}));
|
|
922
|
+
export var HandlerErrorCode;
|
|
923
|
+
(function (HandlerErrorCode) {
|
|
924
|
+
HandlerErrorCode["AccessDenied"] = "AccessDenied";
|
|
925
|
+
HandlerErrorCode["AlreadyExists"] = "AlreadyExists";
|
|
926
|
+
HandlerErrorCode["GeneralServiceException"] = "GeneralServiceException";
|
|
927
|
+
HandlerErrorCode["InternalFailure"] = "InternalFailure";
|
|
928
|
+
HandlerErrorCode["InvalidCredentials"] = "InvalidCredentials";
|
|
929
|
+
HandlerErrorCode["InvalidRequest"] = "InvalidRequest";
|
|
930
|
+
HandlerErrorCode["InvalidTypeConfiguration"] = "InvalidTypeConfiguration";
|
|
931
|
+
HandlerErrorCode["NetworkFailure"] = "NetworkFailure";
|
|
932
|
+
HandlerErrorCode["NotFound"] = "NotFound";
|
|
933
|
+
HandlerErrorCode["NotUpdatable"] = "NotUpdatable";
|
|
934
|
+
HandlerErrorCode["ResourceConflict"] = "ResourceConflict";
|
|
935
|
+
HandlerErrorCode["ServiceInternalError"] = "ServiceInternalError";
|
|
936
|
+
HandlerErrorCode["ServiceLimitExceeded"] = "ServiceLimitExceeded";
|
|
937
|
+
HandlerErrorCode["ServiceTimeout"] = "NotStabilized";
|
|
938
|
+
HandlerErrorCode["Throttling"] = "Throttling";
|
|
939
|
+
})(HandlerErrorCode || (HandlerErrorCode = {}));
|
|
940
|
+
export var RecordHandlerProgressInput;
|
|
941
|
+
(function (RecordHandlerProgressInput) {
|
|
942
|
+
RecordHandlerProgressInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
|
+
})(RecordHandlerProgressInput || (RecordHandlerProgressInput = {}));
|
|
944
|
+
export var RecordHandlerProgressOutput;
|
|
945
|
+
(function (RecordHandlerProgressOutput) {
|
|
946
|
+
RecordHandlerProgressOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
947
|
+
})(RecordHandlerProgressOutput || (RecordHandlerProgressOutput = {}));
|
|
948
|
+
export var RegisterPublisherInput;
|
|
949
|
+
(function (RegisterPublisherInput) {
|
|
950
|
+
RegisterPublisherInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
|
+
})(RegisterPublisherInput || (RegisterPublisherInput = {}));
|
|
952
|
+
export var RegisterPublisherOutput;
|
|
953
|
+
(function (RegisterPublisherOutput) {
|
|
954
|
+
RegisterPublisherOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
|
+
})(RegisterPublisherOutput || (RegisterPublisherOutput = {}));
|
|
956
|
+
export var RegisterTypeInput;
|
|
957
|
+
(function (RegisterTypeInput) {
|
|
958
|
+
RegisterTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
959
|
+
})(RegisterTypeInput || (RegisterTypeInput = {}));
|
|
960
|
+
export var RegisterTypeOutput;
|
|
961
|
+
(function (RegisterTypeOutput) {
|
|
962
|
+
RegisterTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
963
|
+
})(RegisterTypeOutput || (RegisterTypeOutput = {}));
|
|
964
|
+
export var RollbackStackInput;
|
|
965
|
+
(function (RollbackStackInput) {
|
|
966
|
+
RollbackStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
+
})(RollbackStackInput || (RollbackStackInput = {}));
|
|
968
|
+
export var RollbackStackOutput;
|
|
969
|
+
(function (RollbackStackOutput) {
|
|
970
|
+
RollbackStackOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
|
+
})(RollbackStackOutput || (RollbackStackOutput = {}));
|
|
972
|
+
export var SetStackPolicyInput;
|
|
973
|
+
(function (SetStackPolicyInput) {
|
|
974
|
+
SetStackPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
975
|
+
})(SetStackPolicyInput || (SetStackPolicyInput = {}));
|
|
976
|
+
export var SetTypeConfigurationInput;
|
|
977
|
+
(function (SetTypeConfigurationInput) {
|
|
978
|
+
SetTypeConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
+
})(SetTypeConfigurationInput || (SetTypeConfigurationInput = {}));
|
|
980
|
+
export var SetTypeConfigurationOutput;
|
|
981
|
+
(function (SetTypeConfigurationOutput) {
|
|
982
|
+
SetTypeConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
+
})(SetTypeConfigurationOutput || (SetTypeConfigurationOutput = {}));
|
|
984
|
+
export var SetTypeDefaultVersionInput;
|
|
985
|
+
(function (SetTypeDefaultVersionInput) {
|
|
986
|
+
SetTypeDefaultVersionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
|
+
})(SetTypeDefaultVersionInput || (SetTypeDefaultVersionInput = {}));
|
|
988
|
+
export var SetTypeDefaultVersionOutput;
|
|
989
|
+
(function (SetTypeDefaultVersionOutput) {
|
|
990
|
+
SetTypeDefaultVersionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
+
})(SetTypeDefaultVersionOutput || (SetTypeDefaultVersionOutput = {}));
|
|
992
|
+
export var ResourceSignalStatus;
|
|
993
|
+
(function (ResourceSignalStatus) {
|
|
994
|
+
ResourceSignalStatus["FAILURE"] = "FAILURE";
|
|
995
|
+
ResourceSignalStatus["SUCCESS"] = "SUCCESS";
|
|
996
|
+
})(ResourceSignalStatus || (ResourceSignalStatus = {}));
|
|
997
|
+
export var SignalResourceInput;
|
|
998
|
+
(function (SignalResourceInput) {
|
|
999
|
+
SignalResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1000
|
+
})(SignalResourceInput || (SignalResourceInput = {}));
|
|
1001
|
+
export var StopStackSetOperationInput;
|
|
1002
|
+
(function (StopStackSetOperationInput) {
|
|
1003
|
+
StopStackSetOperationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1004
|
+
})(StopStackSetOperationInput || (StopStackSetOperationInput = {}));
|
|
1005
|
+
export var StopStackSetOperationOutput;
|
|
1006
|
+
(function (StopStackSetOperationOutput) {
|
|
1007
|
+
StopStackSetOperationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1008
|
+
})(StopStackSetOperationOutput || (StopStackSetOperationOutput = {}));
|
|
1009
|
+
export var TestTypeInput;
|
|
1010
|
+
(function (TestTypeInput) {
|
|
1011
|
+
TestTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1012
|
+
})(TestTypeInput || (TestTypeInput = {}));
|
|
1013
|
+
export var TestTypeOutput;
|
|
1014
|
+
(function (TestTypeOutput) {
|
|
1015
|
+
TestTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1016
|
+
})(TestTypeOutput || (TestTypeOutput = {}));
|
|
1017
|
+
export var UpdateStackInput;
|
|
1018
|
+
(function (UpdateStackInput) {
|
|
1019
|
+
UpdateStackInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1020
|
+
})(UpdateStackInput || (UpdateStackInput = {}));
|
|
1021
|
+
export var UpdateStackOutput;
|
|
1022
|
+
(function (UpdateStackOutput) {
|
|
1023
|
+
UpdateStackOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1024
|
+
})(UpdateStackOutput || (UpdateStackOutput = {}));
|
|
1025
|
+
export var UpdateStackInstancesInput;
|
|
1026
|
+
(function (UpdateStackInstancesInput) {
|
|
1027
|
+
UpdateStackInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1028
|
+
})(UpdateStackInstancesInput || (UpdateStackInstancesInput = {}));
|
|
1029
|
+
export var UpdateStackInstancesOutput;
|
|
1030
|
+
(function (UpdateStackInstancesOutput) {
|
|
1031
|
+
UpdateStackInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1032
|
+
})(UpdateStackInstancesOutput || (UpdateStackInstancesOutput = {}));
|
|
1033
|
+
export var UpdateStackSetInput;
|
|
1034
|
+
(function (UpdateStackSetInput) {
|
|
1035
|
+
UpdateStackSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1036
|
+
})(UpdateStackSetInput || (UpdateStackSetInput = {}));
|
|
1037
|
+
export var UpdateStackSetOutput;
|
|
1038
|
+
(function (UpdateStackSetOutput) {
|
|
1039
|
+
UpdateStackSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1040
|
+
})(UpdateStackSetOutput || (UpdateStackSetOutput = {}));
|
|
1041
|
+
export var UpdateTerminationProtectionInput;
|
|
1042
|
+
(function (UpdateTerminationProtectionInput) {
|
|
1043
|
+
UpdateTerminationProtectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1044
|
+
})(UpdateTerminationProtectionInput || (UpdateTerminationProtectionInput = {}));
|
|
1045
|
+
export var UpdateTerminationProtectionOutput;
|
|
1046
|
+
(function (UpdateTerminationProtectionOutput) {
|
|
1047
|
+
UpdateTerminationProtectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1048
|
+
})(UpdateTerminationProtectionOutput || (UpdateTerminationProtectionOutput = {}));
|
|
1049
|
+
export var ValidateTemplateInput;
|
|
1050
|
+
(function (ValidateTemplateInput) {
|
|
1051
|
+
ValidateTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1052
|
+
})(ValidateTemplateInput || (ValidateTemplateInput = {}));
|
|
1053
|
+
export var TemplateParameter;
|
|
1054
|
+
(function (TemplateParameter) {
|
|
1055
|
+
TemplateParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1056
|
+
})(TemplateParameter || (TemplateParameter = {}));
|
|
1057
|
+
export var ValidateTemplateOutput;
|
|
1058
|
+
(function (ValidateTemplateOutput) {
|
|
1059
|
+
ValidateTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1060
|
+
})(ValidateTemplateOutput || (ValidateTemplateOutput = {}));
|