@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,1468 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LimitExceededException = exports.InsufficientCapabilitiesException = exports.CreateChangeSetOutput = exports.CreateChangeSetInput = exports.Tag = exports.RollbackConfiguration = exports.RollbackTrigger = exports.ResourceToImport = exports.Parameter = exports.ContinueUpdateRollbackOutput = exports.ContinueUpdateRollbackInput = exports.ChangeSetType = exports.ChangeSetSummary = exports.ExecutionStatus = exports.ChangeSetStatus = exports.ChangeSetNotFoundException = exports.Change = exports.ChangeType = exports.ResourceChange = exports.Replacement = exports.ModuleInfo = exports.ResourceChangeDetail = exports.ResourceTargetDefinition = exports.RequiresRecreation = exports.ResourceAttribute = exports.EvaluationType = exports.ChangeSource = exports.ChangeAction = exports.Category = exports.Capability = exports.TokenAlreadyExistsException = exports.CancelUpdateStackInput = exports.CallAs = exports.TypeConfigurationNotFoundException = exports.BatchDescribeTypeConfigurationsOutput = exports.TypeConfigurationDetails = exports.BatchDescribeTypeConfigurationsError = exports.BatchDescribeTypeConfigurationsInput = exports.TypeConfigurationIdentifier = exports.AutoDeployment = exports.AlreadyExistsException = exports.TypeNotFoundException = exports.CFNRegistryException = exports.ActivateTypeOutput = exports.ActivateTypeInput = exports.VersionBump = exports.ThirdPartyType = exports.LoggingConfig = exports.AccountLimit = exports.AccountGateResult = void 0;
|
|
4
|
+
exports.DescribeStackInstanceOutput = exports.StackInstance = exports.StackInstanceComprehensiveStatus = exports.DescribeStackInstanceInput = exports.DescribeStackEventsOutput = exports.StackEvent = exports.ResourceStatus = exports.DescribeStackEventsInput = exports.DescribeStackDriftDetectionStatusOutput = exports.StackDriftStatus = exports.StackDriftDetectionStatus = exports.DescribeStackDriftDetectionStatusInput = exports.DescribePublisherOutput = exports.PublisherStatus = exports.IdentityProvider = exports.DescribePublisherInput = exports.DescribeChangeSetOutput = exports.DescribeChangeSetInput = exports.DescribeAccountLimitsOutput = exports.DescribeAccountLimitsInput = exports.DeregisterTypeOutput = exports.DeregisterTypeInput = exports.StackSetNotEmptyException = exports.DeleteStackSetOutput = exports.DeleteStackSetInput = exports.DeleteStackInstancesOutput = exports.DeleteStackInstancesInput = exports.DeleteStackInput = exports.InvalidChangeSetStatusException = exports.DeleteChangeSetOutput = exports.DeleteChangeSetInput = exports.DeactivateTypeOutput = exports.DeactivateTypeInput = exports.NameAlreadyExistsException = exports.CreateStackSetOutput = exports.CreateStackSetInput = exports.CreatedButModifiedException = exports.StaleRequestException = exports.StackSetNotFoundException = exports.OperationInProgressException = exports.OperationIdAlreadyExistsException = exports.InvalidOperationException = exports.CreateStackInstancesOutput = exports.CreateStackInstancesInput = exports.StackSetOperationPreferences = exports.RegionConcurrencyType = exports.DeploymentTargets = exports.CreateStackOutput = exports.CreateStackInput = exports.OnFailure = void 0;
|
|
5
|
+
exports.TemplateStage = exports.GetStackPolicyOutput = exports.GetStackPolicyInput = exports.ExecuteChangeSetOutput = exports.ExecuteChangeSetInput = exports.EstimateTemplateCostOutput = exports.EstimateTemplateCostInput = exports.DetectStackSetDriftOutput = exports.DetectStackSetDriftInput = exports.DetectStackResourceDriftOutput = exports.DetectStackResourceDriftInput = exports.DetectStackDriftOutput = exports.DetectStackDriftInput = exports.DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationInput = exports.DescribeTypeOutput = exports.TypeTestsStatus = exports.RequiredActivatedType = exports.DescribeTypeInput = exports.OperationNotFoundException = exports.DescribeStackSetOperationOutput = exports.StackSetOperation = exports.DescribeStackSetOperationInput = exports.DescribeStackSetOutput = exports.StackSet = exports.StackSetDriftDetectionDetails = exports.StackSetDriftStatus = exports.StackSetDriftDetectionStatus = exports.DescribeStackSetInput = exports.DescribeStacksOutput = exports.Stack = exports.StackStatus = exports.Output = exports.StackDriftInformation = exports.DescribeStacksInput = exports.DescribeStackResourcesOutput = exports.StackResource = exports.DescribeStackResourcesInput = exports.DescribeStackResourceDriftsOutput = exports.StackResourceDrift = exports.PropertyDifference = exports.DifferenceType = exports.PhysicalResourceIdContextKeyValuePair = exports.DescribeStackResourceDriftsInput = exports.DescribeStackResourceOutput = exports.StackResourceDetail = exports.StackResourceDriftInformation = exports.StackResourceDriftStatus = exports.DescribeStackResourceInput = exports.StackInstanceNotFoundException = void 0;
|
|
6
|
+
exports.InvalidStateTransitionException = exports.PublishTypeOutput = exports.PublishTypeInput = exports.ListTypeVersionsOutput = exports.TypeVersionSummary = exports.ListTypeVersionsInput = exports.ListTypesOutput = exports.TypeSummary = exports.ListTypesInput = exports.TypeFilters = exports.ListTypeRegistrationsOutput = exports.ListTypeRegistrationsInput = exports.ListStackSetsOutput = exports.StackSetSummary = exports.ListStackSetsInput = exports.ListStackSetOperationsOutput = exports.StackSetOperationSummary = exports.ListStackSetOperationsInput = exports.ListStackSetOperationResultsOutput = exports.StackSetOperationResultSummary = exports.ListStackSetOperationResultsInput = exports.ListStacksOutput = exports.StackSummary = exports.StackDriftInformationSummary = exports.ListStacksInput = exports.ListStackResourcesOutput = exports.StackResourceSummary = exports.StackResourceDriftInformationSummary = exports.ListStackResourcesInput = exports.ListStackInstancesOutput = exports.StackInstanceSummary = exports.ListStackInstancesInput = exports.StackInstanceFilter = exports.ListImportsOutput = exports.ListImportsInput = exports.ListExportsOutput = exports.Export = exports.ListExportsInput = exports.ListChangeSetsOutput = exports.ListChangeSetsInput = exports.StackNotFoundException = exports.ImportStacksToStackSetOutput = exports.ImportStacksToStackSetInput = exports.GetTemplateSummaryOutput = exports.ResourceIdentifierSummary = exports.ParameterDeclaration = exports.ParameterConstraints = exports.GetTemplateSummaryInput = exports.GetTemplateOutput = exports.GetTemplateInput = void 0;
|
|
7
|
+
exports.ValidateTemplateOutput = exports.TemplateParameter = exports.ValidateTemplateInput = exports.UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionInput = exports.UpdateStackSetOutput = exports.UpdateStackSetInput = exports.UpdateStackInstancesOutput = exports.UpdateStackInstancesInput = exports.UpdateStackOutput = exports.UpdateStackInput = exports.TestTypeOutput = exports.TestTypeInput = exports.StopStackSetOperationOutput = exports.StopStackSetOperationInput = exports.SignalResourceInput = exports.ResourceSignalStatus = exports.SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionInput = exports.SetTypeConfigurationOutput = exports.SetTypeConfigurationInput = exports.SetStackPolicyInput = exports.RollbackStackOutput = exports.RollbackStackInput = exports.RegisterTypeOutput = exports.RegisterTypeInput = exports.RegisterPublisherOutput = exports.RegisterPublisherInput = exports.RecordHandlerProgressOutput = exports.RecordHandlerProgressInput = exports.HandlerErrorCode = exports.OperationStatus = exports.OperationStatusCheckFailedException = void 0;
|
|
8
|
+
var AccountGateResult;
|
|
9
|
+
(function (AccountGateResult) {
|
|
10
|
+
AccountGateResult.filterSensitiveLog = (obj) => ({
|
|
11
|
+
...obj,
|
|
12
|
+
});
|
|
13
|
+
})(AccountGateResult = exports.AccountGateResult || (exports.AccountGateResult = {}));
|
|
14
|
+
var AccountLimit;
|
|
15
|
+
(function (AccountLimit) {
|
|
16
|
+
AccountLimit.filterSensitiveLog = (obj) => ({
|
|
17
|
+
...obj,
|
|
18
|
+
});
|
|
19
|
+
})(AccountLimit = exports.AccountLimit || (exports.AccountLimit = {}));
|
|
20
|
+
var LoggingConfig;
|
|
21
|
+
(function (LoggingConfig) {
|
|
22
|
+
LoggingConfig.filterSensitiveLog = (obj) => ({
|
|
23
|
+
...obj,
|
|
24
|
+
});
|
|
25
|
+
})(LoggingConfig = exports.LoggingConfig || (exports.LoggingConfig = {}));
|
|
26
|
+
var ThirdPartyType;
|
|
27
|
+
(function (ThirdPartyType) {
|
|
28
|
+
ThirdPartyType["MODULE"] = "MODULE";
|
|
29
|
+
ThirdPartyType["RESOURCE"] = "RESOURCE";
|
|
30
|
+
})(ThirdPartyType = exports.ThirdPartyType || (exports.ThirdPartyType = {}));
|
|
31
|
+
var VersionBump;
|
|
32
|
+
(function (VersionBump) {
|
|
33
|
+
VersionBump["MAJOR"] = "MAJOR";
|
|
34
|
+
VersionBump["MINOR"] = "MINOR";
|
|
35
|
+
})(VersionBump = exports.VersionBump || (exports.VersionBump = {}));
|
|
36
|
+
var ActivateTypeInput;
|
|
37
|
+
(function (ActivateTypeInput) {
|
|
38
|
+
ActivateTypeInput.filterSensitiveLog = (obj) => ({
|
|
39
|
+
...obj,
|
|
40
|
+
});
|
|
41
|
+
})(ActivateTypeInput = exports.ActivateTypeInput || (exports.ActivateTypeInput = {}));
|
|
42
|
+
var ActivateTypeOutput;
|
|
43
|
+
(function (ActivateTypeOutput) {
|
|
44
|
+
ActivateTypeOutput.filterSensitiveLog = (obj) => ({
|
|
45
|
+
...obj,
|
|
46
|
+
});
|
|
47
|
+
})(ActivateTypeOutput = exports.ActivateTypeOutput || (exports.ActivateTypeOutput = {}));
|
|
48
|
+
var CFNRegistryException;
|
|
49
|
+
(function (CFNRegistryException) {
|
|
50
|
+
CFNRegistryException.filterSensitiveLog = (obj) => ({
|
|
51
|
+
...obj,
|
|
52
|
+
});
|
|
53
|
+
})(CFNRegistryException = exports.CFNRegistryException || (exports.CFNRegistryException = {}));
|
|
54
|
+
var TypeNotFoundException;
|
|
55
|
+
(function (TypeNotFoundException) {
|
|
56
|
+
TypeNotFoundException.filterSensitiveLog = (obj) => ({
|
|
57
|
+
...obj,
|
|
58
|
+
});
|
|
59
|
+
})(TypeNotFoundException = exports.TypeNotFoundException || (exports.TypeNotFoundException = {}));
|
|
60
|
+
var AlreadyExistsException;
|
|
61
|
+
(function (AlreadyExistsException) {
|
|
62
|
+
AlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
63
|
+
...obj,
|
|
64
|
+
});
|
|
65
|
+
})(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
|
|
66
|
+
var AutoDeployment;
|
|
67
|
+
(function (AutoDeployment) {
|
|
68
|
+
AutoDeployment.filterSensitiveLog = (obj) => ({
|
|
69
|
+
...obj,
|
|
70
|
+
});
|
|
71
|
+
})(AutoDeployment = exports.AutoDeployment || (exports.AutoDeployment = {}));
|
|
72
|
+
var TypeConfigurationIdentifier;
|
|
73
|
+
(function (TypeConfigurationIdentifier) {
|
|
74
|
+
TypeConfigurationIdentifier.filterSensitiveLog = (obj) => ({
|
|
75
|
+
...obj,
|
|
76
|
+
});
|
|
77
|
+
})(TypeConfigurationIdentifier = exports.TypeConfigurationIdentifier || (exports.TypeConfigurationIdentifier = {}));
|
|
78
|
+
var BatchDescribeTypeConfigurationsInput;
|
|
79
|
+
(function (BatchDescribeTypeConfigurationsInput) {
|
|
80
|
+
BatchDescribeTypeConfigurationsInput.filterSensitiveLog = (obj) => ({
|
|
81
|
+
...obj,
|
|
82
|
+
});
|
|
83
|
+
})(BatchDescribeTypeConfigurationsInput = exports.BatchDescribeTypeConfigurationsInput || (exports.BatchDescribeTypeConfigurationsInput = {}));
|
|
84
|
+
var BatchDescribeTypeConfigurationsError;
|
|
85
|
+
(function (BatchDescribeTypeConfigurationsError) {
|
|
86
|
+
BatchDescribeTypeConfigurationsError.filterSensitiveLog = (obj) => ({
|
|
87
|
+
...obj,
|
|
88
|
+
});
|
|
89
|
+
})(BatchDescribeTypeConfigurationsError = exports.BatchDescribeTypeConfigurationsError || (exports.BatchDescribeTypeConfigurationsError = {}));
|
|
90
|
+
var TypeConfigurationDetails;
|
|
91
|
+
(function (TypeConfigurationDetails) {
|
|
92
|
+
TypeConfigurationDetails.filterSensitiveLog = (obj) => ({
|
|
93
|
+
...obj,
|
|
94
|
+
});
|
|
95
|
+
})(TypeConfigurationDetails = exports.TypeConfigurationDetails || (exports.TypeConfigurationDetails = {}));
|
|
96
|
+
var BatchDescribeTypeConfigurationsOutput;
|
|
97
|
+
(function (BatchDescribeTypeConfigurationsOutput) {
|
|
98
|
+
BatchDescribeTypeConfigurationsOutput.filterSensitiveLog = (obj) => ({
|
|
99
|
+
...obj,
|
|
100
|
+
});
|
|
101
|
+
})(BatchDescribeTypeConfigurationsOutput = exports.BatchDescribeTypeConfigurationsOutput || (exports.BatchDescribeTypeConfigurationsOutput = {}));
|
|
102
|
+
var TypeConfigurationNotFoundException;
|
|
103
|
+
(function (TypeConfigurationNotFoundException) {
|
|
104
|
+
TypeConfigurationNotFoundException.filterSensitiveLog = (obj) => ({
|
|
105
|
+
...obj,
|
|
106
|
+
});
|
|
107
|
+
})(TypeConfigurationNotFoundException = exports.TypeConfigurationNotFoundException || (exports.TypeConfigurationNotFoundException = {}));
|
|
108
|
+
var CallAs;
|
|
109
|
+
(function (CallAs) {
|
|
110
|
+
CallAs["DELEGATED_ADMIN"] = "DELEGATED_ADMIN";
|
|
111
|
+
CallAs["SELF"] = "SELF";
|
|
112
|
+
})(CallAs = exports.CallAs || (exports.CallAs = {}));
|
|
113
|
+
var CancelUpdateStackInput;
|
|
114
|
+
(function (CancelUpdateStackInput) {
|
|
115
|
+
CancelUpdateStackInput.filterSensitiveLog = (obj) => ({
|
|
116
|
+
...obj,
|
|
117
|
+
});
|
|
118
|
+
})(CancelUpdateStackInput = exports.CancelUpdateStackInput || (exports.CancelUpdateStackInput = {}));
|
|
119
|
+
var TokenAlreadyExistsException;
|
|
120
|
+
(function (TokenAlreadyExistsException) {
|
|
121
|
+
TokenAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
122
|
+
...obj,
|
|
123
|
+
});
|
|
124
|
+
})(TokenAlreadyExistsException = exports.TokenAlreadyExistsException || (exports.TokenAlreadyExistsException = {}));
|
|
125
|
+
var Capability;
|
|
126
|
+
(function (Capability) {
|
|
127
|
+
Capability["CAPABILITY_AUTO_EXPAND"] = "CAPABILITY_AUTO_EXPAND";
|
|
128
|
+
Capability["CAPABILITY_IAM"] = "CAPABILITY_IAM";
|
|
129
|
+
Capability["CAPABILITY_NAMED_IAM"] = "CAPABILITY_NAMED_IAM";
|
|
130
|
+
})(Capability = exports.Capability || (exports.Capability = {}));
|
|
131
|
+
var Category;
|
|
132
|
+
(function (Category) {
|
|
133
|
+
Category["ACTIVATED"] = "ACTIVATED";
|
|
134
|
+
Category["AWS_TYPES"] = "AWS_TYPES";
|
|
135
|
+
Category["REGISTERED"] = "REGISTERED";
|
|
136
|
+
Category["THIRD_PARTY"] = "THIRD_PARTY";
|
|
137
|
+
})(Category = exports.Category || (exports.Category = {}));
|
|
138
|
+
var ChangeAction;
|
|
139
|
+
(function (ChangeAction) {
|
|
140
|
+
ChangeAction["Add"] = "Add";
|
|
141
|
+
ChangeAction["Dynamic"] = "Dynamic";
|
|
142
|
+
ChangeAction["Import"] = "Import";
|
|
143
|
+
ChangeAction["Modify"] = "Modify";
|
|
144
|
+
ChangeAction["Remove"] = "Remove";
|
|
145
|
+
})(ChangeAction = exports.ChangeAction || (exports.ChangeAction = {}));
|
|
146
|
+
var ChangeSource;
|
|
147
|
+
(function (ChangeSource) {
|
|
148
|
+
ChangeSource["Automatic"] = "Automatic";
|
|
149
|
+
ChangeSource["DirectModification"] = "DirectModification";
|
|
150
|
+
ChangeSource["ParameterReference"] = "ParameterReference";
|
|
151
|
+
ChangeSource["ResourceAttribute"] = "ResourceAttribute";
|
|
152
|
+
ChangeSource["ResourceReference"] = "ResourceReference";
|
|
153
|
+
})(ChangeSource = exports.ChangeSource || (exports.ChangeSource = {}));
|
|
154
|
+
var EvaluationType;
|
|
155
|
+
(function (EvaluationType) {
|
|
156
|
+
EvaluationType["Dynamic"] = "Dynamic";
|
|
157
|
+
EvaluationType["Static"] = "Static";
|
|
158
|
+
})(EvaluationType = exports.EvaluationType || (exports.EvaluationType = {}));
|
|
159
|
+
var ResourceAttribute;
|
|
160
|
+
(function (ResourceAttribute) {
|
|
161
|
+
ResourceAttribute["CreationPolicy"] = "CreationPolicy";
|
|
162
|
+
ResourceAttribute["DeletionPolicy"] = "DeletionPolicy";
|
|
163
|
+
ResourceAttribute["Metadata"] = "Metadata";
|
|
164
|
+
ResourceAttribute["Properties"] = "Properties";
|
|
165
|
+
ResourceAttribute["Tags"] = "Tags";
|
|
166
|
+
ResourceAttribute["UpdatePolicy"] = "UpdatePolicy";
|
|
167
|
+
})(ResourceAttribute = exports.ResourceAttribute || (exports.ResourceAttribute = {}));
|
|
168
|
+
var RequiresRecreation;
|
|
169
|
+
(function (RequiresRecreation) {
|
|
170
|
+
RequiresRecreation["Always"] = "Always";
|
|
171
|
+
RequiresRecreation["Conditionally"] = "Conditionally";
|
|
172
|
+
RequiresRecreation["Never"] = "Never";
|
|
173
|
+
})(RequiresRecreation = exports.RequiresRecreation || (exports.RequiresRecreation = {}));
|
|
174
|
+
var ResourceTargetDefinition;
|
|
175
|
+
(function (ResourceTargetDefinition) {
|
|
176
|
+
ResourceTargetDefinition.filterSensitiveLog = (obj) => ({
|
|
177
|
+
...obj,
|
|
178
|
+
});
|
|
179
|
+
})(ResourceTargetDefinition = exports.ResourceTargetDefinition || (exports.ResourceTargetDefinition = {}));
|
|
180
|
+
var ResourceChangeDetail;
|
|
181
|
+
(function (ResourceChangeDetail) {
|
|
182
|
+
ResourceChangeDetail.filterSensitiveLog = (obj) => ({
|
|
183
|
+
...obj,
|
|
184
|
+
});
|
|
185
|
+
})(ResourceChangeDetail = exports.ResourceChangeDetail || (exports.ResourceChangeDetail = {}));
|
|
186
|
+
var ModuleInfo;
|
|
187
|
+
(function (ModuleInfo) {
|
|
188
|
+
ModuleInfo.filterSensitiveLog = (obj) => ({
|
|
189
|
+
...obj,
|
|
190
|
+
});
|
|
191
|
+
})(ModuleInfo = exports.ModuleInfo || (exports.ModuleInfo = {}));
|
|
192
|
+
var Replacement;
|
|
193
|
+
(function (Replacement) {
|
|
194
|
+
Replacement["Conditional"] = "Conditional";
|
|
195
|
+
Replacement["False"] = "False";
|
|
196
|
+
Replacement["True"] = "True";
|
|
197
|
+
})(Replacement = exports.Replacement || (exports.Replacement = {}));
|
|
198
|
+
var ResourceChange;
|
|
199
|
+
(function (ResourceChange) {
|
|
200
|
+
ResourceChange.filterSensitiveLog = (obj) => ({
|
|
201
|
+
...obj,
|
|
202
|
+
});
|
|
203
|
+
})(ResourceChange = exports.ResourceChange || (exports.ResourceChange = {}));
|
|
204
|
+
var ChangeType;
|
|
205
|
+
(function (ChangeType) {
|
|
206
|
+
ChangeType["Resource"] = "Resource";
|
|
207
|
+
})(ChangeType = exports.ChangeType || (exports.ChangeType = {}));
|
|
208
|
+
var Change;
|
|
209
|
+
(function (Change) {
|
|
210
|
+
Change.filterSensitiveLog = (obj) => ({
|
|
211
|
+
...obj,
|
|
212
|
+
});
|
|
213
|
+
})(Change = exports.Change || (exports.Change = {}));
|
|
214
|
+
var ChangeSetNotFoundException;
|
|
215
|
+
(function (ChangeSetNotFoundException) {
|
|
216
|
+
ChangeSetNotFoundException.filterSensitiveLog = (obj) => ({
|
|
217
|
+
...obj,
|
|
218
|
+
});
|
|
219
|
+
})(ChangeSetNotFoundException = exports.ChangeSetNotFoundException || (exports.ChangeSetNotFoundException = {}));
|
|
220
|
+
var ChangeSetStatus;
|
|
221
|
+
(function (ChangeSetStatus) {
|
|
222
|
+
ChangeSetStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
223
|
+
ChangeSetStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
|
|
224
|
+
ChangeSetStatus["CREATE_PENDING"] = "CREATE_PENDING";
|
|
225
|
+
ChangeSetStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
|
|
226
|
+
ChangeSetStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
227
|
+
ChangeSetStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
228
|
+
ChangeSetStatus["DELETE_PENDING"] = "DELETE_PENDING";
|
|
229
|
+
ChangeSetStatus["FAILED"] = "FAILED";
|
|
230
|
+
})(ChangeSetStatus = exports.ChangeSetStatus || (exports.ChangeSetStatus = {}));
|
|
231
|
+
var ExecutionStatus;
|
|
232
|
+
(function (ExecutionStatus) {
|
|
233
|
+
ExecutionStatus["AVAILABLE"] = "AVAILABLE";
|
|
234
|
+
ExecutionStatus["EXECUTE_COMPLETE"] = "EXECUTE_COMPLETE";
|
|
235
|
+
ExecutionStatus["EXECUTE_FAILED"] = "EXECUTE_FAILED";
|
|
236
|
+
ExecutionStatus["EXECUTE_IN_PROGRESS"] = "EXECUTE_IN_PROGRESS";
|
|
237
|
+
ExecutionStatus["OBSOLETE"] = "OBSOLETE";
|
|
238
|
+
ExecutionStatus["UNAVAILABLE"] = "UNAVAILABLE";
|
|
239
|
+
})(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
|
|
240
|
+
var ChangeSetSummary;
|
|
241
|
+
(function (ChangeSetSummary) {
|
|
242
|
+
ChangeSetSummary.filterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
});
|
|
245
|
+
})(ChangeSetSummary = exports.ChangeSetSummary || (exports.ChangeSetSummary = {}));
|
|
246
|
+
var ChangeSetType;
|
|
247
|
+
(function (ChangeSetType) {
|
|
248
|
+
ChangeSetType["CREATE"] = "CREATE";
|
|
249
|
+
ChangeSetType["IMPORT"] = "IMPORT";
|
|
250
|
+
ChangeSetType["UPDATE"] = "UPDATE";
|
|
251
|
+
})(ChangeSetType = exports.ChangeSetType || (exports.ChangeSetType = {}));
|
|
252
|
+
var ContinueUpdateRollbackInput;
|
|
253
|
+
(function (ContinueUpdateRollbackInput) {
|
|
254
|
+
ContinueUpdateRollbackInput.filterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
})(ContinueUpdateRollbackInput = exports.ContinueUpdateRollbackInput || (exports.ContinueUpdateRollbackInput = {}));
|
|
258
|
+
var ContinueUpdateRollbackOutput;
|
|
259
|
+
(function (ContinueUpdateRollbackOutput) {
|
|
260
|
+
ContinueUpdateRollbackOutput.filterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
})(ContinueUpdateRollbackOutput = exports.ContinueUpdateRollbackOutput || (exports.ContinueUpdateRollbackOutput = {}));
|
|
264
|
+
var Parameter;
|
|
265
|
+
(function (Parameter) {
|
|
266
|
+
Parameter.filterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
})(Parameter = exports.Parameter || (exports.Parameter = {}));
|
|
270
|
+
var ResourceToImport;
|
|
271
|
+
(function (ResourceToImport) {
|
|
272
|
+
ResourceToImport.filterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
})(ResourceToImport = exports.ResourceToImport || (exports.ResourceToImport = {}));
|
|
276
|
+
var RollbackTrigger;
|
|
277
|
+
(function (RollbackTrigger) {
|
|
278
|
+
RollbackTrigger.filterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
})(RollbackTrigger = exports.RollbackTrigger || (exports.RollbackTrigger = {}));
|
|
282
|
+
var RollbackConfiguration;
|
|
283
|
+
(function (RollbackConfiguration) {
|
|
284
|
+
RollbackConfiguration.filterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
});
|
|
287
|
+
})(RollbackConfiguration = exports.RollbackConfiguration || (exports.RollbackConfiguration = {}));
|
|
288
|
+
var Tag;
|
|
289
|
+
(function (Tag) {
|
|
290
|
+
Tag.filterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
294
|
+
var CreateChangeSetInput;
|
|
295
|
+
(function (CreateChangeSetInput) {
|
|
296
|
+
CreateChangeSetInput.filterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
});
|
|
299
|
+
})(CreateChangeSetInput = exports.CreateChangeSetInput || (exports.CreateChangeSetInput = {}));
|
|
300
|
+
var CreateChangeSetOutput;
|
|
301
|
+
(function (CreateChangeSetOutput) {
|
|
302
|
+
CreateChangeSetOutput.filterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
})(CreateChangeSetOutput = exports.CreateChangeSetOutput || (exports.CreateChangeSetOutput = {}));
|
|
306
|
+
var InsufficientCapabilitiesException;
|
|
307
|
+
(function (InsufficientCapabilitiesException) {
|
|
308
|
+
InsufficientCapabilitiesException.filterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
});
|
|
311
|
+
})(InsufficientCapabilitiesException = exports.InsufficientCapabilitiesException || (exports.InsufficientCapabilitiesException = {}));
|
|
312
|
+
var LimitExceededException;
|
|
313
|
+
(function (LimitExceededException) {
|
|
314
|
+
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
318
|
+
var OnFailure;
|
|
319
|
+
(function (OnFailure) {
|
|
320
|
+
OnFailure["DELETE"] = "DELETE";
|
|
321
|
+
OnFailure["DO_NOTHING"] = "DO_NOTHING";
|
|
322
|
+
OnFailure["ROLLBACK"] = "ROLLBACK";
|
|
323
|
+
})(OnFailure = exports.OnFailure || (exports.OnFailure = {}));
|
|
324
|
+
var CreateStackInput;
|
|
325
|
+
(function (CreateStackInput) {
|
|
326
|
+
CreateStackInput.filterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
})(CreateStackInput = exports.CreateStackInput || (exports.CreateStackInput = {}));
|
|
330
|
+
var CreateStackOutput;
|
|
331
|
+
(function (CreateStackOutput) {
|
|
332
|
+
CreateStackOutput.filterSensitiveLog = (obj) => ({
|
|
333
|
+
...obj,
|
|
334
|
+
});
|
|
335
|
+
})(CreateStackOutput = exports.CreateStackOutput || (exports.CreateStackOutput = {}));
|
|
336
|
+
var DeploymentTargets;
|
|
337
|
+
(function (DeploymentTargets) {
|
|
338
|
+
DeploymentTargets.filterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
})(DeploymentTargets = exports.DeploymentTargets || (exports.DeploymentTargets = {}));
|
|
342
|
+
var RegionConcurrencyType;
|
|
343
|
+
(function (RegionConcurrencyType) {
|
|
344
|
+
RegionConcurrencyType["PARALLEL"] = "PARALLEL";
|
|
345
|
+
RegionConcurrencyType["SEQUENTIAL"] = "SEQUENTIAL";
|
|
346
|
+
})(RegionConcurrencyType = exports.RegionConcurrencyType || (exports.RegionConcurrencyType = {}));
|
|
347
|
+
var StackSetOperationPreferences;
|
|
348
|
+
(function (StackSetOperationPreferences) {
|
|
349
|
+
StackSetOperationPreferences.filterSensitiveLog = (obj) => ({
|
|
350
|
+
...obj,
|
|
351
|
+
});
|
|
352
|
+
})(StackSetOperationPreferences = exports.StackSetOperationPreferences || (exports.StackSetOperationPreferences = {}));
|
|
353
|
+
var CreateStackInstancesInput;
|
|
354
|
+
(function (CreateStackInstancesInput) {
|
|
355
|
+
CreateStackInstancesInput.filterSensitiveLog = (obj) => ({
|
|
356
|
+
...obj,
|
|
357
|
+
});
|
|
358
|
+
})(CreateStackInstancesInput = exports.CreateStackInstancesInput || (exports.CreateStackInstancesInput = {}));
|
|
359
|
+
var CreateStackInstancesOutput;
|
|
360
|
+
(function (CreateStackInstancesOutput) {
|
|
361
|
+
CreateStackInstancesOutput.filterSensitiveLog = (obj) => ({
|
|
362
|
+
...obj,
|
|
363
|
+
});
|
|
364
|
+
})(CreateStackInstancesOutput = exports.CreateStackInstancesOutput || (exports.CreateStackInstancesOutput = {}));
|
|
365
|
+
var InvalidOperationException;
|
|
366
|
+
(function (InvalidOperationException) {
|
|
367
|
+
InvalidOperationException.filterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
});
|
|
370
|
+
})(InvalidOperationException = exports.InvalidOperationException || (exports.InvalidOperationException = {}));
|
|
371
|
+
var OperationIdAlreadyExistsException;
|
|
372
|
+
(function (OperationIdAlreadyExistsException) {
|
|
373
|
+
OperationIdAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
374
|
+
...obj,
|
|
375
|
+
});
|
|
376
|
+
})(OperationIdAlreadyExistsException = exports.OperationIdAlreadyExistsException || (exports.OperationIdAlreadyExistsException = {}));
|
|
377
|
+
var OperationInProgressException;
|
|
378
|
+
(function (OperationInProgressException) {
|
|
379
|
+
OperationInProgressException.filterSensitiveLog = (obj) => ({
|
|
380
|
+
...obj,
|
|
381
|
+
});
|
|
382
|
+
})(OperationInProgressException = exports.OperationInProgressException || (exports.OperationInProgressException = {}));
|
|
383
|
+
var StackSetNotFoundException;
|
|
384
|
+
(function (StackSetNotFoundException) {
|
|
385
|
+
StackSetNotFoundException.filterSensitiveLog = (obj) => ({
|
|
386
|
+
...obj,
|
|
387
|
+
});
|
|
388
|
+
})(StackSetNotFoundException = exports.StackSetNotFoundException || (exports.StackSetNotFoundException = {}));
|
|
389
|
+
var StaleRequestException;
|
|
390
|
+
(function (StaleRequestException) {
|
|
391
|
+
StaleRequestException.filterSensitiveLog = (obj) => ({
|
|
392
|
+
...obj,
|
|
393
|
+
});
|
|
394
|
+
})(StaleRequestException = exports.StaleRequestException || (exports.StaleRequestException = {}));
|
|
395
|
+
var CreatedButModifiedException;
|
|
396
|
+
(function (CreatedButModifiedException) {
|
|
397
|
+
CreatedButModifiedException.filterSensitiveLog = (obj) => ({
|
|
398
|
+
...obj,
|
|
399
|
+
});
|
|
400
|
+
})(CreatedButModifiedException = exports.CreatedButModifiedException || (exports.CreatedButModifiedException = {}));
|
|
401
|
+
var CreateStackSetInput;
|
|
402
|
+
(function (CreateStackSetInput) {
|
|
403
|
+
CreateStackSetInput.filterSensitiveLog = (obj) => ({
|
|
404
|
+
...obj,
|
|
405
|
+
});
|
|
406
|
+
})(CreateStackSetInput = exports.CreateStackSetInput || (exports.CreateStackSetInput = {}));
|
|
407
|
+
var CreateStackSetOutput;
|
|
408
|
+
(function (CreateStackSetOutput) {
|
|
409
|
+
CreateStackSetOutput.filterSensitiveLog = (obj) => ({
|
|
410
|
+
...obj,
|
|
411
|
+
});
|
|
412
|
+
})(CreateStackSetOutput = exports.CreateStackSetOutput || (exports.CreateStackSetOutput = {}));
|
|
413
|
+
var NameAlreadyExistsException;
|
|
414
|
+
(function (NameAlreadyExistsException) {
|
|
415
|
+
NameAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
})(NameAlreadyExistsException = exports.NameAlreadyExistsException || (exports.NameAlreadyExistsException = {}));
|
|
419
|
+
var DeactivateTypeInput;
|
|
420
|
+
(function (DeactivateTypeInput) {
|
|
421
|
+
DeactivateTypeInput.filterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
})(DeactivateTypeInput = exports.DeactivateTypeInput || (exports.DeactivateTypeInput = {}));
|
|
425
|
+
var DeactivateTypeOutput;
|
|
426
|
+
(function (DeactivateTypeOutput) {
|
|
427
|
+
DeactivateTypeOutput.filterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
})(DeactivateTypeOutput = exports.DeactivateTypeOutput || (exports.DeactivateTypeOutput = {}));
|
|
431
|
+
var DeleteChangeSetInput;
|
|
432
|
+
(function (DeleteChangeSetInput) {
|
|
433
|
+
DeleteChangeSetInput.filterSensitiveLog = (obj) => ({
|
|
434
|
+
...obj,
|
|
435
|
+
});
|
|
436
|
+
})(DeleteChangeSetInput = exports.DeleteChangeSetInput || (exports.DeleteChangeSetInput = {}));
|
|
437
|
+
var DeleteChangeSetOutput;
|
|
438
|
+
(function (DeleteChangeSetOutput) {
|
|
439
|
+
DeleteChangeSetOutput.filterSensitiveLog = (obj) => ({
|
|
440
|
+
...obj,
|
|
441
|
+
});
|
|
442
|
+
})(DeleteChangeSetOutput = exports.DeleteChangeSetOutput || (exports.DeleteChangeSetOutput = {}));
|
|
443
|
+
var InvalidChangeSetStatusException;
|
|
444
|
+
(function (InvalidChangeSetStatusException) {
|
|
445
|
+
InvalidChangeSetStatusException.filterSensitiveLog = (obj) => ({
|
|
446
|
+
...obj,
|
|
447
|
+
});
|
|
448
|
+
})(InvalidChangeSetStatusException = exports.InvalidChangeSetStatusException || (exports.InvalidChangeSetStatusException = {}));
|
|
449
|
+
var DeleteStackInput;
|
|
450
|
+
(function (DeleteStackInput) {
|
|
451
|
+
DeleteStackInput.filterSensitiveLog = (obj) => ({
|
|
452
|
+
...obj,
|
|
453
|
+
});
|
|
454
|
+
})(DeleteStackInput = exports.DeleteStackInput || (exports.DeleteStackInput = {}));
|
|
455
|
+
var DeleteStackInstancesInput;
|
|
456
|
+
(function (DeleteStackInstancesInput) {
|
|
457
|
+
DeleteStackInstancesInput.filterSensitiveLog = (obj) => ({
|
|
458
|
+
...obj,
|
|
459
|
+
});
|
|
460
|
+
})(DeleteStackInstancesInput = exports.DeleteStackInstancesInput || (exports.DeleteStackInstancesInput = {}));
|
|
461
|
+
var DeleteStackInstancesOutput;
|
|
462
|
+
(function (DeleteStackInstancesOutput) {
|
|
463
|
+
DeleteStackInstancesOutput.filterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
});
|
|
466
|
+
})(DeleteStackInstancesOutput = exports.DeleteStackInstancesOutput || (exports.DeleteStackInstancesOutput = {}));
|
|
467
|
+
var DeleteStackSetInput;
|
|
468
|
+
(function (DeleteStackSetInput) {
|
|
469
|
+
DeleteStackSetInput.filterSensitiveLog = (obj) => ({
|
|
470
|
+
...obj,
|
|
471
|
+
});
|
|
472
|
+
})(DeleteStackSetInput = exports.DeleteStackSetInput || (exports.DeleteStackSetInput = {}));
|
|
473
|
+
var DeleteStackSetOutput;
|
|
474
|
+
(function (DeleteStackSetOutput) {
|
|
475
|
+
DeleteStackSetOutput.filterSensitiveLog = (obj) => ({
|
|
476
|
+
...obj,
|
|
477
|
+
});
|
|
478
|
+
})(DeleteStackSetOutput = exports.DeleteStackSetOutput || (exports.DeleteStackSetOutput = {}));
|
|
479
|
+
var StackSetNotEmptyException;
|
|
480
|
+
(function (StackSetNotEmptyException) {
|
|
481
|
+
StackSetNotEmptyException.filterSensitiveLog = (obj) => ({
|
|
482
|
+
...obj,
|
|
483
|
+
});
|
|
484
|
+
})(StackSetNotEmptyException = exports.StackSetNotEmptyException || (exports.StackSetNotEmptyException = {}));
|
|
485
|
+
var DeregisterTypeInput;
|
|
486
|
+
(function (DeregisterTypeInput) {
|
|
487
|
+
DeregisterTypeInput.filterSensitiveLog = (obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
});
|
|
490
|
+
})(DeregisterTypeInput = exports.DeregisterTypeInput || (exports.DeregisterTypeInput = {}));
|
|
491
|
+
var DeregisterTypeOutput;
|
|
492
|
+
(function (DeregisterTypeOutput) {
|
|
493
|
+
DeregisterTypeOutput.filterSensitiveLog = (obj) => ({
|
|
494
|
+
...obj,
|
|
495
|
+
});
|
|
496
|
+
})(DeregisterTypeOutput = exports.DeregisterTypeOutput || (exports.DeregisterTypeOutput = {}));
|
|
497
|
+
var DescribeAccountLimitsInput;
|
|
498
|
+
(function (DescribeAccountLimitsInput) {
|
|
499
|
+
DescribeAccountLimitsInput.filterSensitiveLog = (obj) => ({
|
|
500
|
+
...obj,
|
|
501
|
+
});
|
|
502
|
+
})(DescribeAccountLimitsInput = exports.DescribeAccountLimitsInput || (exports.DescribeAccountLimitsInput = {}));
|
|
503
|
+
var DescribeAccountLimitsOutput;
|
|
504
|
+
(function (DescribeAccountLimitsOutput) {
|
|
505
|
+
DescribeAccountLimitsOutput.filterSensitiveLog = (obj) => ({
|
|
506
|
+
...obj,
|
|
507
|
+
});
|
|
508
|
+
})(DescribeAccountLimitsOutput = exports.DescribeAccountLimitsOutput || (exports.DescribeAccountLimitsOutput = {}));
|
|
509
|
+
var DescribeChangeSetInput;
|
|
510
|
+
(function (DescribeChangeSetInput) {
|
|
511
|
+
DescribeChangeSetInput.filterSensitiveLog = (obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
});
|
|
514
|
+
})(DescribeChangeSetInput = exports.DescribeChangeSetInput || (exports.DescribeChangeSetInput = {}));
|
|
515
|
+
var DescribeChangeSetOutput;
|
|
516
|
+
(function (DescribeChangeSetOutput) {
|
|
517
|
+
DescribeChangeSetOutput.filterSensitiveLog = (obj) => ({
|
|
518
|
+
...obj,
|
|
519
|
+
});
|
|
520
|
+
})(DescribeChangeSetOutput = exports.DescribeChangeSetOutput || (exports.DescribeChangeSetOutput = {}));
|
|
521
|
+
var DescribePublisherInput;
|
|
522
|
+
(function (DescribePublisherInput) {
|
|
523
|
+
DescribePublisherInput.filterSensitiveLog = (obj) => ({
|
|
524
|
+
...obj,
|
|
525
|
+
});
|
|
526
|
+
})(DescribePublisherInput = exports.DescribePublisherInput || (exports.DescribePublisherInput = {}));
|
|
527
|
+
var IdentityProvider;
|
|
528
|
+
(function (IdentityProvider) {
|
|
529
|
+
IdentityProvider["AWS_Marketplace"] = "AWS_Marketplace";
|
|
530
|
+
IdentityProvider["Bitbucket"] = "Bitbucket";
|
|
531
|
+
IdentityProvider["GitHub"] = "GitHub";
|
|
532
|
+
})(IdentityProvider = exports.IdentityProvider || (exports.IdentityProvider = {}));
|
|
533
|
+
var PublisherStatus;
|
|
534
|
+
(function (PublisherStatus) {
|
|
535
|
+
PublisherStatus["UNVERIFIED"] = "UNVERIFIED";
|
|
536
|
+
PublisherStatus["VERIFIED"] = "VERIFIED";
|
|
537
|
+
})(PublisherStatus = exports.PublisherStatus || (exports.PublisherStatus = {}));
|
|
538
|
+
var DescribePublisherOutput;
|
|
539
|
+
(function (DescribePublisherOutput) {
|
|
540
|
+
DescribePublisherOutput.filterSensitiveLog = (obj) => ({
|
|
541
|
+
...obj,
|
|
542
|
+
});
|
|
543
|
+
})(DescribePublisherOutput = exports.DescribePublisherOutput || (exports.DescribePublisherOutput = {}));
|
|
544
|
+
var DescribeStackDriftDetectionStatusInput;
|
|
545
|
+
(function (DescribeStackDriftDetectionStatusInput) {
|
|
546
|
+
DescribeStackDriftDetectionStatusInput.filterSensitiveLog = (obj) => ({
|
|
547
|
+
...obj,
|
|
548
|
+
});
|
|
549
|
+
})(DescribeStackDriftDetectionStatusInput = exports.DescribeStackDriftDetectionStatusInput || (exports.DescribeStackDriftDetectionStatusInput = {}));
|
|
550
|
+
var StackDriftDetectionStatus;
|
|
551
|
+
(function (StackDriftDetectionStatus) {
|
|
552
|
+
StackDriftDetectionStatus["DETECTION_COMPLETE"] = "DETECTION_COMPLETE";
|
|
553
|
+
StackDriftDetectionStatus["DETECTION_FAILED"] = "DETECTION_FAILED";
|
|
554
|
+
StackDriftDetectionStatus["DETECTION_IN_PROGRESS"] = "DETECTION_IN_PROGRESS";
|
|
555
|
+
})(StackDriftDetectionStatus = exports.StackDriftDetectionStatus || (exports.StackDriftDetectionStatus = {}));
|
|
556
|
+
var StackDriftStatus;
|
|
557
|
+
(function (StackDriftStatus) {
|
|
558
|
+
StackDriftStatus["DRIFTED"] = "DRIFTED";
|
|
559
|
+
StackDriftStatus["IN_SYNC"] = "IN_SYNC";
|
|
560
|
+
StackDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
|
|
561
|
+
StackDriftStatus["UNKNOWN"] = "UNKNOWN";
|
|
562
|
+
})(StackDriftStatus = exports.StackDriftStatus || (exports.StackDriftStatus = {}));
|
|
563
|
+
var DescribeStackDriftDetectionStatusOutput;
|
|
564
|
+
(function (DescribeStackDriftDetectionStatusOutput) {
|
|
565
|
+
DescribeStackDriftDetectionStatusOutput.filterSensitiveLog = (obj) => ({
|
|
566
|
+
...obj,
|
|
567
|
+
});
|
|
568
|
+
})(DescribeStackDriftDetectionStatusOutput = exports.DescribeStackDriftDetectionStatusOutput || (exports.DescribeStackDriftDetectionStatusOutput = {}));
|
|
569
|
+
var DescribeStackEventsInput;
|
|
570
|
+
(function (DescribeStackEventsInput) {
|
|
571
|
+
DescribeStackEventsInput.filterSensitiveLog = (obj) => ({
|
|
572
|
+
...obj,
|
|
573
|
+
});
|
|
574
|
+
})(DescribeStackEventsInput = exports.DescribeStackEventsInput || (exports.DescribeStackEventsInput = {}));
|
|
575
|
+
var ResourceStatus;
|
|
576
|
+
(function (ResourceStatus) {
|
|
577
|
+
ResourceStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
578
|
+
ResourceStatus["CREATE_FAILED"] = "CREATE_FAILED";
|
|
579
|
+
ResourceStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
|
|
580
|
+
ResourceStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
|
|
581
|
+
ResourceStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
582
|
+
ResourceStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
583
|
+
ResourceStatus["DELETE_SKIPPED"] = "DELETE_SKIPPED";
|
|
584
|
+
ResourceStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
|
|
585
|
+
ResourceStatus["IMPORT_FAILED"] = "IMPORT_FAILED";
|
|
586
|
+
ResourceStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
|
|
587
|
+
ResourceStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
|
|
588
|
+
ResourceStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
|
|
589
|
+
ResourceStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
590
|
+
ResourceStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
|
|
591
|
+
ResourceStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
|
|
592
|
+
ResourceStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
|
|
593
|
+
ResourceStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
|
|
594
|
+
ResourceStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
595
|
+
ResourceStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
596
|
+
ResourceStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
|
|
597
|
+
ResourceStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
|
|
598
|
+
ResourceStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
599
|
+
})(ResourceStatus = exports.ResourceStatus || (exports.ResourceStatus = {}));
|
|
600
|
+
var StackEvent;
|
|
601
|
+
(function (StackEvent) {
|
|
602
|
+
StackEvent.filterSensitiveLog = (obj) => ({
|
|
603
|
+
...obj,
|
|
604
|
+
});
|
|
605
|
+
})(StackEvent = exports.StackEvent || (exports.StackEvent = {}));
|
|
606
|
+
var DescribeStackEventsOutput;
|
|
607
|
+
(function (DescribeStackEventsOutput) {
|
|
608
|
+
DescribeStackEventsOutput.filterSensitiveLog = (obj) => ({
|
|
609
|
+
...obj,
|
|
610
|
+
});
|
|
611
|
+
})(DescribeStackEventsOutput = exports.DescribeStackEventsOutput || (exports.DescribeStackEventsOutput = {}));
|
|
612
|
+
var DescribeStackInstanceInput;
|
|
613
|
+
(function (DescribeStackInstanceInput) {
|
|
614
|
+
DescribeStackInstanceInput.filterSensitiveLog = (obj) => ({
|
|
615
|
+
...obj,
|
|
616
|
+
});
|
|
617
|
+
})(DescribeStackInstanceInput = exports.DescribeStackInstanceInput || (exports.DescribeStackInstanceInput = {}));
|
|
618
|
+
var StackInstanceComprehensiveStatus;
|
|
619
|
+
(function (StackInstanceComprehensiveStatus) {
|
|
620
|
+
StackInstanceComprehensiveStatus.filterSensitiveLog = (obj) => ({
|
|
621
|
+
...obj,
|
|
622
|
+
});
|
|
623
|
+
})(StackInstanceComprehensiveStatus = exports.StackInstanceComprehensiveStatus || (exports.StackInstanceComprehensiveStatus = {}));
|
|
624
|
+
var StackInstance;
|
|
625
|
+
(function (StackInstance) {
|
|
626
|
+
StackInstance.filterSensitiveLog = (obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
});
|
|
629
|
+
})(StackInstance = exports.StackInstance || (exports.StackInstance = {}));
|
|
630
|
+
var DescribeStackInstanceOutput;
|
|
631
|
+
(function (DescribeStackInstanceOutput) {
|
|
632
|
+
DescribeStackInstanceOutput.filterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
});
|
|
635
|
+
})(DescribeStackInstanceOutput = exports.DescribeStackInstanceOutput || (exports.DescribeStackInstanceOutput = {}));
|
|
636
|
+
var StackInstanceNotFoundException;
|
|
637
|
+
(function (StackInstanceNotFoundException) {
|
|
638
|
+
StackInstanceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
})(StackInstanceNotFoundException = exports.StackInstanceNotFoundException || (exports.StackInstanceNotFoundException = {}));
|
|
642
|
+
var DescribeStackResourceInput;
|
|
643
|
+
(function (DescribeStackResourceInput) {
|
|
644
|
+
DescribeStackResourceInput.filterSensitiveLog = (obj) => ({
|
|
645
|
+
...obj,
|
|
646
|
+
});
|
|
647
|
+
})(DescribeStackResourceInput = exports.DescribeStackResourceInput || (exports.DescribeStackResourceInput = {}));
|
|
648
|
+
var StackResourceDriftStatus;
|
|
649
|
+
(function (StackResourceDriftStatus) {
|
|
650
|
+
StackResourceDriftStatus["DELETED"] = "DELETED";
|
|
651
|
+
StackResourceDriftStatus["IN_SYNC"] = "IN_SYNC";
|
|
652
|
+
StackResourceDriftStatus["MODIFIED"] = "MODIFIED";
|
|
653
|
+
StackResourceDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
|
|
654
|
+
})(StackResourceDriftStatus = exports.StackResourceDriftStatus || (exports.StackResourceDriftStatus = {}));
|
|
655
|
+
var StackResourceDriftInformation;
|
|
656
|
+
(function (StackResourceDriftInformation) {
|
|
657
|
+
StackResourceDriftInformation.filterSensitiveLog = (obj) => ({
|
|
658
|
+
...obj,
|
|
659
|
+
});
|
|
660
|
+
})(StackResourceDriftInformation = exports.StackResourceDriftInformation || (exports.StackResourceDriftInformation = {}));
|
|
661
|
+
var StackResourceDetail;
|
|
662
|
+
(function (StackResourceDetail) {
|
|
663
|
+
StackResourceDetail.filterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
})(StackResourceDetail = exports.StackResourceDetail || (exports.StackResourceDetail = {}));
|
|
667
|
+
var DescribeStackResourceOutput;
|
|
668
|
+
(function (DescribeStackResourceOutput) {
|
|
669
|
+
DescribeStackResourceOutput.filterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
})(DescribeStackResourceOutput = exports.DescribeStackResourceOutput || (exports.DescribeStackResourceOutput = {}));
|
|
673
|
+
var DescribeStackResourceDriftsInput;
|
|
674
|
+
(function (DescribeStackResourceDriftsInput) {
|
|
675
|
+
DescribeStackResourceDriftsInput.filterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
})(DescribeStackResourceDriftsInput = exports.DescribeStackResourceDriftsInput || (exports.DescribeStackResourceDriftsInput = {}));
|
|
679
|
+
var PhysicalResourceIdContextKeyValuePair;
|
|
680
|
+
(function (PhysicalResourceIdContextKeyValuePair) {
|
|
681
|
+
PhysicalResourceIdContextKeyValuePair.filterSensitiveLog = (obj) => ({
|
|
682
|
+
...obj,
|
|
683
|
+
});
|
|
684
|
+
})(PhysicalResourceIdContextKeyValuePair = exports.PhysicalResourceIdContextKeyValuePair || (exports.PhysicalResourceIdContextKeyValuePair = {}));
|
|
685
|
+
var DifferenceType;
|
|
686
|
+
(function (DifferenceType) {
|
|
687
|
+
DifferenceType["ADD"] = "ADD";
|
|
688
|
+
DifferenceType["NOT_EQUAL"] = "NOT_EQUAL";
|
|
689
|
+
DifferenceType["REMOVE"] = "REMOVE";
|
|
690
|
+
})(DifferenceType = exports.DifferenceType || (exports.DifferenceType = {}));
|
|
691
|
+
var PropertyDifference;
|
|
692
|
+
(function (PropertyDifference) {
|
|
693
|
+
PropertyDifference.filterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
});
|
|
696
|
+
})(PropertyDifference = exports.PropertyDifference || (exports.PropertyDifference = {}));
|
|
697
|
+
var StackResourceDrift;
|
|
698
|
+
(function (StackResourceDrift) {
|
|
699
|
+
StackResourceDrift.filterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
});
|
|
702
|
+
})(StackResourceDrift = exports.StackResourceDrift || (exports.StackResourceDrift = {}));
|
|
703
|
+
var DescribeStackResourceDriftsOutput;
|
|
704
|
+
(function (DescribeStackResourceDriftsOutput) {
|
|
705
|
+
DescribeStackResourceDriftsOutput.filterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
});
|
|
708
|
+
})(DescribeStackResourceDriftsOutput = exports.DescribeStackResourceDriftsOutput || (exports.DescribeStackResourceDriftsOutput = {}));
|
|
709
|
+
var DescribeStackResourcesInput;
|
|
710
|
+
(function (DescribeStackResourcesInput) {
|
|
711
|
+
DescribeStackResourcesInput.filterSensitiveLog = (obj) => ({
|
|
712
|
+
...obj,
|
|
713
|
+
});
|
|
714
|
+
})(DescribeStackResourcesInput = exports.DescribeStackResourcesInput || (exports.DescribeStackResourcesInput = {}));
|
|
715
|
+
var StackResource;
|
|
716
|
+
(function (StackResource) {
|
|
717
|
+
StackResource.filterSensitiveLog = (obj) => ({
|
|
718
|
+
...obj,
|
|
719
|
+
});
|
|
720
|
+
})(StackResource = exports.StackResource || (exports.StackResource = {}));
|
|
721
|
+
var DescribeStackResourcesOutput;
|
|
722
|
+
(function (DescribeStackResourcesOutput) {
|
|
723
|
+
DescribeStackResourcesOutput.filterSensitiveLog = (obj) => ({
|
|
724
|
+
...obj,
|
|
725
|
+
});
|
|
726
|
+
})(DescribeStackResourcesOutput = exports.DescribeStackResourcesOutput || (exports.DescribeStackResourcesOutput = {}));
|
|
727
|
+
var DescribeStacksInput;
|
|
728
|
+
(function (DescribeStacksInput) {
|
|
729
|
+
DescribeStacksInput.filterSensitiveLog = (obj) => ({
|
|
730
|
+
...obj,
|
|
731
|
+
});
|
|
732
|
+
})(DescribeStacksInput = exports.DescribeStacksInput || (exports.DescribeStacksInput = {}));
|
|
733
|
+
var StackDriftInformation;
|
|
734
|
+
(function (StackDriftInformation) {
|
|
735
|
+
StackDriftInformation.filterSensitiveLog = (obj) => ({
|
|
736
|
+
...obj,
|
|
737
|
+
});
|
|
738
|
+
})(StackDriftInformation = exports.StackDriftInformation || (exports.StackDriftInformation = {}));
|
|
739
|
+
var Output;
|
|
740
|
+
(function (Output) {
|
|
741
|
+
Output.filterSensitiveLog = (obj) => ({
|
|
742
|
+
...obj,
|
|
743
|
+
});
|
|
744
|
+
})(Output = exports.Output || (exports.Output = {}));
|
|
745
|
+
var StackStatus;
|
|
746
|
+
(function (StackStatus) {
|
|
747
|
+
StackStatus["CREATE_COMPLETE"] = "CREATE_COMPLETE";
|
|
748
|
+
StackStatus["CREATE_FAILED"] = "CREATE_FAILED";
|
|
749
|
+
StackStatus["CREATE_IN_PROGRESS"] = "CREATE_IN_PROGRESS";
|
|
750
|
+
StackStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE";
|
|
751
|
+
StackStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
752
|
+
StackStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
753
|
+
StackStatus["IMPORT_COMPLETE"] = "IMPORT_COMPLETE";
|
|
754
|
+
StackStatus["IMPORT_IN_PROGRESS"] = "IMPORT_IN_PROGRESS";
|
|
755
|
+
StackStatus["IMPORT_ROLLBACK_COMPLETE"] = "IMPORT_ROLLBACK_COMPLETE";
|
|
756
|
+
StackStatus["IMPORT_ROLLBACK_FAILED"] = "IMPORT_ROLLBACK_FAILED";
|
|
757
|
+
StackStatus["IMPORT_ROLLBACK_IN_PROGRESS"] = "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
758
|
+
StackStatus["REVIEW_IN_PROGRESS"] = "REVIEW_IN_PROGRESS";
|
|
759
|
+
StackStatus["ROLLBACK_COMPLETE"] = "ROLLBACK_COMPLETE";
|
|
760
|
+
StackStatus["ROLLBACK_FAILED"] = "ROLLBACK_FAILED";
|
|
761
|
+
StackStatus["ROLLBACK_IN_PROGRESS"] = "ROLLBACK_IN_PROGRESS";
|
|
762
|
+
StackStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
|
|
763
|
+
StackStatus["UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
|
|
764
|
+
StackStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
765
|
+
StackStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
766
|
+
StackStatus["UPDATE_ROLLBACK_COMPLETE"] = "UPDATE_ROLLBACK_COMPLETE";
|
|
767
|
+
StackStatus["UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"] = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
|
|
768
|
+
StackStatus["UPDATE_ROLLBACK_FAILED"] = "UPDATE_ROLLBACK_FAILED";
|
|
769
|
+
StackStatus["UPDATE_ROLLBACK_IN_PROGRESS"] = "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
770
|
+
})(StackStatus = exports.StackStatus || (exports.StackStatus = {}));
|
|
771
|
+
var Stack;
|
|
772
|
+
(function (Stack) {
|
|
773
|
+
Stack.filterSensitiveLog = (obj) => ({
|
|
774
|
+
...obj,
|
|
775
|
+
});
|
|
776
|
+
})(Stack = exports.Stack || (exports.Stack = {}));
|
|
777
|
+
var DescribeStacksOutput;
|
|
778
|
+
(function (DescribeStacksOutput) {
|
|
779
|
+
DescribeStacksOutput.filterSensitiveLog = (obj) => ({
|
|
780
|
+
...obj,
|
|
781
|
+
});
|
|
782
|
+
})(DescribeStacksOutput = exports.DescribeStacksOutput || (exports.DescribeStacksOutput = {}));
|
|
783
|
+
var DescribeStackSetInput;
|
|
784
|
+
(function (DescribeStackSetInput) {
|
|
785
|
+
DescribeStackSetInput.filterSensitiveLog = (obj) => ({
|
|
786
|
+
...obj,
|
|
787
|
+
});
|
|
788
|
+
})(DescribeStackSetInput = exports.DescribeStackSetInput || (exports.DescribeStackSetInput = {}));
|
|
789
|
+
var StackSetDriftDetectionStatus;
|
|
790
|
+
(function (StackSetDriftDetectionStatus) {
|
|
791
|
+
StackSetDriftDetectionStatus["COMPLETED"] = "COMPLETED";
|
|
792
|
+
StackSetDriftDetectionStatus["FAILED"] = "FAILED";
|
|
793
|
+
StackSetDriftDetectionStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
794
|
+
StackSetDriftDetectionStatus["PARTIAL_SUCCESS"] = "PARTIAL_SUCCESS";
|
|
795
|
+
StackSetDriftDetectionStatus["STOPPED"] = "STOPPED";
|
|
796
|
+
})(StackSetDriftDetectionStatus = exports.StackSetDriftDetectionStatus || (exports.StackSetDriftDetectionStatus = {}));
|
|
797
|
+
var StackSetDriftStatus;
|
|
798
|
+
(function (StackSetDriftStatus) {
|
|
799
|
+
StackSetDriftStatus["DRIFTED"] = "DRIFTED";
|
|
800
|
+
StackSetDriftStatus["IN_SYNC"] = "IN_SYNC";
|
|
801
|
+
StackSetDriftStatus["NOT_CHECKED"] = "NOT_CHECKED";
|
|
802
|
+
})(StackSetDriftStatus = exports.StackSetDriftStatus || (exports.StackSetDriftStatus = {}));
|
|
803
|
+
var StackSetDriftDetectionDetails;
|
|
804
|
+
(function (StackSetDriftDetectionDetails) {
|
|
805
|
+
StackSetDriftDetectionDetails.filterSensitiveLog = (obj) => ({
|
|
806
|
+
...obj,
|
|
807
|
+
});
|
|
808
|
+
})(StackSetDriftDetectionDetails = exports.StackSetDriftDetectionDetails || (exports.StackSetDriftDetectionDetails = {}));
|
|
809
|
+
var StackSet;
|
|
810
|
+
(function (StackSet) {
|
|
811
|
+
StackSet.filterSensitiveLog = (obj) => ({
|
|
812
|
+
...obj,
|
|
813
|
+
});
|
|
814
|
+
})(StackSet = exports.StackSet || (exports.StackSet = {}));
|
|
815
|
+
var DescribeStackSetOutput;
|
|
816
|
+
(function (DescribeStackSetOutput) {
|
|
817
|
+
DescribeStackSetOutput.filterSensitiveLog = (obj) => ({
|
|
818
|
+
...obj,
|
|
819
|
+
});
|
|
820
|
+
})(DescribeStackSetOutput = exports.DescribeStackSetOutput || (exports.DescribeStackSetOutput = {}));
|
|
821
|
+
var DescribeStackSetOperationInput;
|
|
822
|
+
(function (DescribeStackSetOperationInput) {
|
|
823
|
+
DescribeStackSetOperationInput.filterSensitiveLog = (obj) => ({
|
|
824
|
+
...obj,
|
|
825
|
+
});
|
|
826
|
+
})(DescribeStackSetOperationInput = exports.DescribeStackSetOperationInput || (exports.DescribeStackSetOperationInput = {}));
|
|
827
|
+
var StackSetOperation;
|
|
828
|
+
(function (StackSetOperation) {
|
|
829
|
+
StackSetOperation.filterSensitiveLog = (obj) => ({
|
|
830
|
+
...obj,
|
|
831
|
+
});
|
|
832
|
+
})(StackSetOperation = exports.StackSetOperation || (exports.StackSetOperation = {}));
|
|
833
|
+
var DescribeStackSetOperationOutput;
|
|
834
|
+
(function (DescribeStackSetOperationOutput) {
|
|
835
|
+
DescribeStackSetOperationOutput.filterSensitiveLog = (obj) => ({
|
|
836
|
+
...obj,
|
|
837
|
+
});
|
|
838
|
+
})(DescribeStackSetOperationOutput = exports.DescribeStackSetOperationOutput || (exports.DescribeStackSetOperationOutput = {}));
|
|
839
|
+
var OperationNotFoundException;
|
|
840
|
+
(function (OperationNotFoundException) {
|
|
841
|
+
OperationNotFoundException.filterSensitiveLog = (obj) => ({
|
|
842
|
+
...obj,
|
|
843
|
+
});
|
|
844
|
+
})(OperationNotFoundException = exports.OperationNotFoundException || (exports.OperationNotFoundException = {}));
|
|
845
|
+
var DescribeTypeInput;
|
|
846
|
+
(function (DescribeTypeInput) {
|
|
847
|
+
DescribeTypeInput.filterSensitiveLog = (obj) => ({
|
|
848
|
+
...obj,
|
|
849
|
+
});
|
|
850
|
+
})(DescribeTypeInput = exports.DescribeTypeInput || (exports.DescribeTypeInput = {}));
|
|
851
|
+
var RequiredActivatedType;
|
|
852
|
+
(function (RequiredActivatedType) {
|
|
853
|
+
RequiredActivatedType.filterSensitiveLog = (obj) => ({
|
|
854
|
+
...obj,
|
|
855
|
+
});
|
|
856
|
+
})(RequiredActivatedType = exports.RequiredActivatedType || (exports.RequiredActivatedType = {}));
|
|
857
|
+
var TypeTestsStatus;
|
|
858
|
+
(function (TypeTestsStatus) {
|
|
859
|
+
TypeTestsStatus["FAILED"] = "FAILED";
|
|
860
|
+
TypeTestsStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
861
|
+
TypeTestsStatus["NOT_TESTED"] = "NOT_TESTED";
|
|
862
|
+
TypeTestsStatus["PASSED"] = "PASSED";
|
|
863
|
+
})(TypeTestsStatus = exports.TypeTestsStatus || (exports.TypeTestsStatus = {}));
|
|
864
|
+
var DescribeTypeOutput;
|
|
865
|
+
(function (DescribeTypeOutput) {
|
|
866
|
+
DescribeTypeOutput.filterSensitiveLog = (obj) => ({
|
|
867
|
+
...obj,
|
|
868
|
+
});
|
|
869
|
+
})(DescribeTypeOutput = exports.DescribeTypeOutput || (exports.DescribeTypeOutput = {}));
|
|
870
|
+
var DescribeTypeRegistrationInput;
|
|
871
|
+
(function (DescribeTypeRegistrationInput) {
|
|
872
|
+
DescribeTypeRegistrationInput.filterSensitiveLog = (obj) => ({
|
|
873
|
+
...obj,
|
|
874
|
+
});
|
|
875
|
+
})(DescribeTypeRegistrationInput = exports.DescribeTypeRegistrationInput || (exports.DescribeTypeRegistrationInput = {}));
|
|
876
|
+
var DescribeTypeRegistrationOutput;
|
|
877
|
+
(function (DescribeTypeRegistrationOutput) {
|
|
878
|
+
DescribeTypeRegistrationOutput.filterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
});
|
|
881
|
+
})(DescribeTypeRegistrationOutput = exports.DescribeTypeRegistrationOutput || (exports.DescribeTypeRegistrationOutput = {}));
|
|
882
|
+
var DetectStackDriftInput;
|
|
883
|
+
(function (DetectStackDriftInput) {
|
|
884
|
+
DetectStackDriftInput.filterSensitiveLog = (obj) => ({
|
|
885
|
+
...obj,
|
|
886
|
+
});
|
|
887
|
+
})(DetectStackDriftInput = exports.DetectStackDriftInput || (exports.DetectStackDriftInput = {}));
|
|
888
|
+
var DetectStackDriftOutput;
|
|
889
|
+
(function (DetectStackDriftOutput) {
|
|
890
|
+
DetectStackDriftOutput.filterSensitiveLog = (obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
});
|
|
893
|
+
})(DetectStackDriftOutput = exports.DetectStackDriftOutput || (exports.DetectStackDriftOutput = {}));
|
|
894
|
+
var DetectStackResourceDriftInput;
|
|
895
|
+
(function (DetectStackResourceDriftInput) {
|
|
896
|
+
DetectStackResourceDriftInput.filterSensitiveLog = (obj) => ({
|
|
897
|
+
...obj,
|
|
898
|
+
});
|
|
899
|
+
})(DetectStackResourceDriftInput = exports.DetectStackResourceDriftInput || (exports.DetectStackResourceDriftInput = {}));
|
|
900
|
+
var DetectStackResourceDriftOutput;
|
|
901
|
+
(function (DetectStackResourceDriftOutput) {
|
|
902
|
+
DetectStackResourceDriftOutput.filterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
});
|
|
905
|
+
})(DetectStackResourceDriftOutput = exports.DetectStackResourceDriftOutput || (exports.DetectStackResourceDriftOutput = {}));
|
|
906
|
+
var DetectStackSetDriftInput;
|
|
907
|
+
(function (DetectStackSetDriftInput) {
|
|
908
|
+
DetectStackSetDriftInput.filterSensitiveLog = (obj) => ({
|
|
909
|
+
...obj,
|
|
910
|
+
});
|
|
911
|
+
})(DetectStackSetDriftInput = exports.DetectStackSetDriftInput || (exports.DetectStackSetDriftInput = {}));
|
|
912
|
+
var DetectStackSetDriftOutput;
|
|
913
|
+
(function (DetectStackSetDriftOutput) {
|
|
914
|
+
DetectStackSetDriftOutput.filterSensitiveLog = (obj) => ({
|
|
915
|
+
...obj,
|
|
916
|
+
});
|
|
917
|
+
})(DetectStackSetDriftOutput = exports.DetectStackSetDriftOutput || (exports.DetectStackSetDriftOutput = {}));
|
|
918
|
+
var EstimateTemplateCostInput;
|
|
919
|
+
(function (EstimateTemplateCostInput) {
|
|
920
|
+
EstimateTemplateCostInput.filterSensitiveLog = (obj) => ({
|
|
921
|
+
...obj,
|
|
922
|
+
});
|
|
923
|
+
})(EstimateTemplateCostInput = exports.EstimateTemplateCostInput || (exports.EstimateTemplateCostInput = {}));
|
|
924
|
+
var EstimateTemplateCostOutput;
|
|
925
|
+
(function (EstimateTemplateCostOutput) {
|
|
926
|
+
EstimateTemplateCostOutput.filterSensitiveLog = (obj) => ({
|
|
927
|
+
...obj,
|
|
928
|
+
});
|
|
929
|
+
})(EstimateTemplateCostOutput = exports.EstimateTemplateCostOutput || (exports.EstimateTemplateCostOutput = {}));
|
|
930
|
+
var ExecuteChangeSetInput;
|
|
931
|
+
(function (ExecuteChangeSetInput) {
|
|
932
|
+
ExecuteChangeSetInput.filterSensitiveLog = (obj) => ({
|
|
933
|
+
...obj,
|
|
934
|
+
});
|
|
935
|
+
})(ExecuteChangeSetInput = exports.ExecuteChangeSetInput || (exports.ExecuteChangeSetInput = {}));
|
|
936
|
+
var ExecuteChangeSetOutput;
|
|
937
|
+
(function (ExecuteChangeSetOutput) {
|
|
938
|
+
ExecuteChangeSetOutput.filterSensitiveLog = (obj) => ({
|
|
939
|
+
...obj,
|
|
940
|
+
});
|
|
941
|
+
})(ExecuteChangeSetOutput = exports.ExecuteChangeSetOutput || (exports.ExecuteChangeSetOutput = {}));
|
|
942
|
+
var GetStackPolicyInput;
|
|
943
|
+
(function (GetStackPolicyInput) {
|
|
944
|
+
GetStackPolicyInput.filterSensitiveLog = (obj) => ({
|
|
945
|
+
...obj,
|
|
946
|
+
});
|
|
947
|
+
})(GetStackPolicyInput = exports.GetStackPolicyInput || (exports.GetStackPolicyInput = {}));
|
|
948
|
+
var GetStackPolicyOutput;
|
|
949
|
+
(function (GetStackPolicyOutput) {
|
|
950
|
+
GetStackPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
951
|
+
...obj,
|
|
952
|
+
});
|
|
953
|
+
})(GetStackPolicyOutput = exports.GetStackPolicyOutput || (exports.GetStackPolicyOutput = {}));
|
|
954
|
+
var TemplateStage;
|
|
955
|
+
(function (TemplateStage) {
|
|
956
|
+
TemplateStage["Original"] = "Original";
|
|
957
|
+
TemplateStage["Processed"] = "Processed";
|
|
958
|
+
})(TemplateStage = exports.TemplateStage || (exports.TemplateStage = {}));
|
|
959
|
+
var GetTemplateInput;
|
|
960
|
+
(function (GetTemplateInput) {
|
|
961
|
+
GetTemplateInput.filterSensitiveLog = (obj) => ({
|
|
962
|
+
...obj,
|
|
963
|
+
});
|
|
964
|
+
})(GetTemplateInput = exports.GetTemplateInput || (exports.GetTemplateInput = {}));
|
|
965
|
+
var GetTemplateOutput;
|
|
966
|
+
(function (GetTemplateOutput) {
|
|
967
|
+
GetTemplateOutput.filterSensitiveLog = (obj) => ({
|
|
968
|
+
...obj,
|
|
969
|
+
});
|
|
970
|
+
})(GetTemplateOutput = exports.GetTemplateOutput || (exports.GetTemplateOutput = {}));
|
|
971
|
+
var GetTemplateSummaryInput;
|
|
972
|
+
(function (GetTemplateSummaryInput) {
|
|
973
|
+
GetTemplateSummaryInput.filterSensitiveLog = (obj) => ({
|
|
974
|
+
...obj,
|
|
975
|
+
});
|
|
976
|
+
})(GetTemplateSummaryInput = exports.GetTemplateSummaryInput || (exports.GetTemplateSummaryInput = {}));
|
|
977
|
+
var ParameterConstraints;
|
|
978
|
+
(function (ParameterConstraints) {
|
|
979
|
+
ParameterConstraints.filterSensitiveLog = (obj) => ({
|
|
980
|
+
...obj,
|
|
981
|
+
});
|
|
982
|
+
})(ParameterConstraints = exports.ParameterConstraints || (exports.ParameterConstraints = {}));
|
|
983
|
+
var ParameterDeclaration;
|
|
984
|
+
(function (ParameterDeclaration) {
|
|
985
|
+
ParameterDeclaration.filterSensitiveLog = (obj) => ({
|
|
986
|
+
...obj,
|
|
987
|
+
});
|
|
988
|
+
})(ParameterDeclaration = exports.ParameterDeclaration || (exports.ParameterDeclaration = {}));
|
|
989
|
+
var ResourceIdentifierSummary;
|
|
990
|
+
(function (ResourceIdentifierSummary) {
|
|
991
|
+
ResourceIdentifierSummary.filterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
});
|
|
994
|
+
})(ResourceIdentifierSummary = exports.ResourceIdentifierSummary || (exports.ResourceIdentifierSummary = {}));
|
|
995
|
+
var GetTemplateSummaryOutput;
|
|
996
|
+
(function (GetTemplateSummaryOutput) {
|
|
997
|
+
GetTemplateSummaryOutput.filterSensitiveLog = (obj) => ({
|
|
998
|
+
...obj,
|
|
999
|
+
});
|
|
1000
|
+
})(GetTemplateSummaryOutput = exports.GetTemplateSummaryOutput || (exports.GetTemplateSummaryOutput = {}));
|
|
1001
|
+
var ImportStacksToStackSetInput;
|
|
1002
|
+
(function (ImportStacksToStackSetInput) {
|
|
1003
|
+
ImportStacksToStackSetInput.filterSensitiveLog = (obj) => ({
|
|
1004
|
+
...obj,
|
|
1005
|
+
});
|
|
1006
|
+
})(ImportStacksToStackSetInput = exports.ImportStacksToStackSetInput || (exports.ImportStacksToStackSetInput = {}));
|
|
1007
|
+
var ImportStacksToStackSetOutput;
|
|
1008
|
+
(function (ImportStacksToStackSetOutput) {
|
|
1009
|
+
ImportStacksToStackSetOutput.filterSensitiveLog = (obj) => ({
|
|
1010
|
+
...obj,
|
|
1011
|
+
});
|
|
1012
|
+
})(ImportStacksToStackSetOutput = exports.ImportStacksToStackSetOutput || (exports.ImportStacksToStackSetOutput = {}));
|
|
1013
|
+
var StackNotFoundException;
|
|
1014
|
+
(function (StackNotFoundException) {
|
|
1015
|
+
StackNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1016
|
+
...obj,
|
|
1017
|
+
});
|
|
1018
|
+
})(StackNotFoundException = exports.StackNotFoundException || (exports.StackNotFoundException = {}));
|
|
1019
|
+
var ListChangeSetsInput;
|
|
1020
|
+
(function (ListChangeSetsInput) {
|
|
1021
|
+
ListChangeSetsInput.filterSensitiveLog = (obj) => ({
|
|
1022
|
+
...obj,
|
|
1023
|
+
});
|
|
1024
|
+
})(ListChangeSetsInput = exports.ListChangeSetsInput || (exports.ListChangeSetsInput = {}));
|
|
1025
|
+
var ListChangeSetsOutput;
|
|
1026
|
+
(function (ListChangeSetsOutput) {
|
|
1027
|
+
ListChangeSetsOutput.filterSensitiveLog = (obj) => ({
|
|
1028
|
+
...obj,
|
|
1029
|
+
});
|
|
1030
|
+
})(ListChangeSetsOutput = exports.ListChangeSetsOutput || (exports.ListChangeSetsOutput = {}));
|
|
1031
|
+
var ListExportsInput;
|
|
1032
|
+
(function (ListExportsInput) {
|
|
1033
|
+
ListExportsInput.filterSensitiveLog = (obj) => ({
|
|
1034
|
+
...obj,
|
|
1035
|
+
});
|
|
1036
|
+
})(ListExportsInput = exports.ListExportsInput || (exports.ListExportsInput = {}));
|
|
1037
|
+
var Export;
|
|
1038
|
+
(function (Export) {
|
|
1039
|
+
Export.filterSensitiveLog = (obj) => ({
|
|
1040
|
+
...obj,
|
|
1041
|
+
});
|
|
1042
|
+
})(Export = exports.Export || (exports.Export = {}));
|
|
1043
|
+
var ListExportsOutput;
|
|
1044
|
+
(function (ListExportsOutput) {
|
|
1045
|
+
ListExportsOutput.filterSensitiveLog = (obj) => ({
|
|
1046
|
+
...obj,
|
|
1047
|
+
});
|
|
1048
|
+
})(ListExportsOutput = exports.ListExportsOutput || (exports.ListExportsOutput = {}));
|
|
1049
|
+
var ListImportsInput;
|
|
1050
|
+
(function (ListImportsInput) {
|
|
1051
|
+
ListImportsInput.filterSensitiveLog = (obj) => ({
|
|
1052
|
+
...obj,
|
|
1053
|
+
});
|
|
1054
|
+
})(ListImportsInput = exports.ListImportsInput || (exports.ListImportsInput = {}));
|
|
1055
|
+
var ListImportsOutput;
|
|
1056
|
+
(function (ListImportsOutput) {
|
|
1057
|
+
ListImportsOutput.filterSensitiveLog = (obj) => ({
|
|
1058
|
+
...obj,
|
|
1059
|
+
});
|
|
1060
|
+
})(ListImportsOutput = exports.ListImportsOutput || (exports.ListImportsOutput = {}));
|
|
1061
|
+
var StackInstanceFilter;
|
|
1062
|
+
(function (StackInstanceFilter) {
|
|
1063
|
+
StackInstanceFilter.filterSensitiveLog = (obj) => ({
|
|
1064
|
+
...obj,
|
|
1065
|
+
});
|
|
1066
|
+
})(StackInstanceFilter = exports.StackInstanceFilter || (exports.StackInstanceFilter = {}));
|
|
1067
|
+
var ListStackInstancesInput;
|
|
1068
|
+
(function (ListStackInstancesInput) {
|
|
1069
|
+
ListStackInstancesInput.filterSensitiveLog = (obj) => ({
|
|
1070
|
+
...obj,
|
|
1071
|
+
});
|
|
1072
|
+
})(ListStackInstancesInput = exports.ListStackInstancesInput || (exports.ListStackInstancesInput = {}));
|
|
1073
|
+
var StackInstanceSummary;
|
|
1074
|
+
(function (StackInstanceSummary) {
|
|
1075
|
+
StackInstanceSummary.filterSensitiveLog = (obj) => ({
|
|
1076
|
+
...obj,
|
|
1077
|
+
});
|
|
1078
|
+
})(StackInstanceSummary = exports.StackInstanceSummary || (exports.StackInstanceSummary = {}));
|
|
1079
|
+
var ListStackInstancesOutput;
|
|
1080
|
+
(function (ListStackInstancesOutput) {
|
|
1081
|
+
ListStackInstancesOutput.filterSensitiveLog = (obj) => ({
|
|
1082
|
+
...obj,
|
|
1083
|
+
});
|
|
1084
|
+
})(ListStackInstancesOutput = exports.ListStackInstancesOutput || (exports.ListStackInstancesOutput = {}));
|
|
1085
|
+
var ListStackResourcesInput;
|
|
1086
|
+
(function (ListStackResourcesInput) {
|
|
1087
|
+
ListStackResourcesInput.filterSensitiveLog = (obj) => ({
|
|
1088
|
+
...obj,
|
|
1089
|
+
});
|
|
1090
|
+
})(ListStackResourcesInput = exports.ListStackResourcesInput || (exports.ListStackResourcesInput = {}));
|
|
1091
|
+
var StackResourceDriftInformationSummary;
|
|
1092
|
+
(function (StackResourceDriftInformationSummary) {
|
|
1093
|
+
StackResourceDriftInformationSummary.filterSensitiveLog = (obj) => ({
|
|
1094
|
+
...obj,
|
|
1095
|
+
});
|
|
1096
|
+
})(StackResourceDriftInformationSummary = exports.StackResourceDriftInformationSummary || (exports.StackResourceDriftInformationSummary = {}));
|
|
1097
|
+
var StackResourceSummary;
|
|
1098
|
+
(function (StackResourceSummary) {
|
|
1099
|
+
StackResourceSummary.filterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
});
|
|
1102
|
+
})(StackResourceSummary = exports.StackResourceSummary || (exports.StackResourceSummary = {}));
|
|
1103
|
+
var ListStackResourcesOutput;
|
|
1104
|
+
(function (ListStackResourcesOutput) {
|
|
1105
|
+
ListStackResourcesOutput.filterSensitiveLog = (obj) => ({
|
|
1106
|
+
...obj,
|
|
1107
|
+
});
|
|
1108
|
+
})(ListStackResourcesOutput = exports.ListStackResourcesOutput || (exports.ListStackResourcesOutput = {}));
|
|
1109
|
+
var ListStacksInput;
|
|
1110
|
+
(function (ListStacksInput) {
|
|
1111
|
+
ListStacksInput.filterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
});
|
|
1114
|
+
})(ListStacksInput = exports.ListStacksInput || (exports.ListStacksInput = {}));
|
|
1115
|
+
var StackDriftInformationSummary;
|
|
1116
|
+
(function (StackDriftInformationSummary) {
|
|
1117
|
+
StackDriftInformationSummary.filterSensitiveLog = (obj) => ({
|
|
1118
|
+
...obj,
|
|
1119
|
+
});
|
|
1120
|
+
})(StackDriftInformationSummary = exports.StackDriftInformationSummary || (exports.StackDriftInformationSummary = {}));
|
|
1121
|
+
var StackSummary;
|
|
1122
|
+
(function (StackSummary) {
|
|
1123
|
+
StackSummary.filterSensitiveLog = (obj) => ({
|
|
1124
|
+
...obj,
|
|
1125
|
+
});
|
|
1126
|
+
})(StackSummary = exports.StackSummary || (exports.StackSummary = {}));
|
|
1127
|
+
var ListStacksOutput;
|
|
1128
|
+
(function (ListStacksOutput) {
|
|
1129
|
+
ListStacksOutput.filterSensitiveLog = (obj) => ({
|
|
1130
|
+
...obj,
|
|
1131
|
+
});
|
|
1132
|
+
})(ListStacksOutput = exports.ListStacksOutput || (exports.ListStacksOutput = {}));
|
|
1133
|
+
var ListStackSetOperationResultsInput;
|
|
1134
|
+
(function (ListStackSetOperationResultsInput) {
|
|
1135
|
+
ListStackSetOperationResultsInput.filterSensitiveLog = (obj) => ({
|
|
1136
|
+
...obj,
|
|
1137
|
+
});
|
|
1138
|
+
})(ListStackSetOperationResultsInput = exports.ListStackSetOperationResultsInput || (exports.ListStackSetOperationResultsInput = {}));
|
|
1139
|
+
var StackSetOperationResultSummary;
|
|
1140
|
+
(function (StackSetOperationResultSummary) {
|
|
1141
|
+
StackSetOperationResultSummary.filterSensitiveLog = (obj) => ({
|
|
1142
|
+
...obj,
|
|
1143
|
+
});
|
|
1144
|
+
})(StackSetOperationResultSummary = exports.StackSetOperationResultSummary || (exports.StackSetOperationResultSummary = {}));
|
|
1145
|
+
var ListStackSetOperationResultsOutput;
|
|
1146
|
+
(function (ListStackSetOperationResultsOutput) {
|
|
1147
|
+
ListStackSetOperationResultsOutput.filterSensitiveLog = (obj) => ({
|
|
1148
|
+
...obj,
|
|
1149
|
+
});
|
|
1150
|
+
})(ListStackSetOperationResultsOutput = exports.ListStackSetOperationResultsOutput || (exports.ListStackSetOperationResultsOutput = {}));
|
|
1151
|
+
var ListStackSetOperationsInput;
|
|
1152
|
+
(function (ListStackSetOperationsInput) {
|
|
1153
|
+
ListStackSetOperationsInput.filterSensitiveLog = (obj) => ({
|
|
1154
|
+
...obj,
|
|
1155
|
+
});
|
|
1156
|
+
})(ListStackSetOperationsInput = exports.ListStackSetOperationsInput || (exports.ListStackSetOperationsInput = {}));
|
|
1157
|
+
var StackSetOperationSummary;
|
|
1158
|
+
(function (StackSetOperationSummary) {
|
|
1159
|
+
StackSetOperationSummary.filterSensitiveLog = (obj) => ({
|
|
1160
|
+
...obj,
|
|
1161
|
+
});
|
|
1162
|
+
})(StackSetOperationSummary = exports.StackSetOperationSummary || (exports.StackSetOperationSummary = {}));
|
|
1163
|
+
var ListStackSetOperationsOutput;
|
|
1164
|
+
(function (ListStackSetOperationsOutput) {
|
|
1165
|
+
ListStackSetOperationsOutput.filterSensitiveLog = (obj) => ({
|
|
1166
|
+
...obj,
|
|
1167
|
+
});
|
|
1168
|
+
})(ListStackSetOperationsOutput = exports.ListStackSetOperationsOutput || (exports.ListStackSetOperationsOutput = {}));
|
|
1169
|
+
var ListStackSetsInput;
|
|
1170
|
+
(function (ListStackSetsInput) {
|
|
1171
|
+
ListStackSetsInput.filterSensitiveLog = (obj) => ({
|
|
1172
|
+
...obj,
|
|
1173
|
+
});
|
|
1174
|
+
})(ListStackSetsInput = exports.ListStackSetsInput || (exports.ListStackSetsInput = {}));
|
|
1175
|
+
var StackSetSummary;
|
|
1176
|
+
(function (StackSetSummary) {
|
|
1177
|
+
StackSetSummary.filterSensitiveLog = (obj) => ({
|
|
1178
|
+
...obj,
|
|
1179
|
+
});
|
|
1180
|
+
})(StackSetSummary = exports.StackSetSummary || (exports.StackSetSummary = {}));
|
|
1181
|
+
var ListStackSetsOutput;
|
|
1182
|
+
(function (ListStackSetsOutput) {
|
|
1183
|
+
ListStackSetsOutput.filterSensitiveLog = (obj) => ({
|
|
1184
|
+
...obj,
|
|
1185
|
+
});
|
|
1186
|
+
})(ListStackSetsOutput = exports.ListStackSetsOutput || (exports.ListStackSetsOutput = {}));
|
|
1187
|
+
var ListTypeRegistrationsInput;
|
|
1188
|
+
(function (ListTypeRegistrationsInput) {
|
|
1189
|
+
ListTypeRegistrationsInput.filterSensitiveLog = (obj) => ({
|
|
1190
|
+
...obj,
|
|
1191
|
+
});
|
|
1192
|
+
})(ListTypeRegistrationsInput = exports.ListTypeRegistrationsInput || (exports.ListTypeRegistrationsInput = {}));
|
|
1193
|
+
var ListTypeRegistrationsOutput;
|
|
1194
|
+
(function (ListTypeRegistrationsOutput) {
|
|
1195
|
+
ListTypeRegistrationsOutput.filterSensitiveLog = (obj) => ({
|
|
1196
|
+
...obj,
|
|
1197
|
+
});
|
|
1198
|
+
})(ListTypeRegistrationsOutput = exports.ListTypeRegistrationsOutput || (exports.ListTypeRegistrationsOutput = {}));
|
|
1199
|
+
var TypeFilters;
|
|
1200
|
+
(function (TypeFilters) {
|
|
1201
|
+
TypeFilters.filterSensitiveLog = (obj) => ({
|
|
1202
|
+
...obj,
|
|
1203
|
+
});
|
|
1204
|
+
})(TypeFilters = exports.TypeFilters || (exports.TypeFilters = {}));
|
|
1205
|
+
var ListTypesInput;
|
|
1206
|
+
(function (ListTypesInput) {
|
|
1207
|
+
ListTypesInput.filterSensitiveLog = (obj) => ({
|
|
1208
|
+
...obj,
|
|
1209
|
+
});
|
|
1210
|
+
})(ListTypesInput = exports.ListTypesInput || (exports.ListTypesInput = {}));
|
|
1211
|
+
var TypeSummary;
|
|
1212
|
+
(function (TypeSummary) {
|
|
1213
|
+
TypeSummary.filterSensitiveLog = (obj) => ({
|
|
1214
|
+
...obj,
|
|
1215
|
+
});
|
|
1216
|
+
})(TypeSummary = exports.TypeSummary || (exports.TypeSummary = {}));
|
|
1217
|
+
var ListTypesOutput;
|
|
1218
|
+
(function (ListTypesOutput) {
|
|
1219
|
+
ListTypesOutput.filterSensitiveLog = (obj) => ({
|
|
1220
|
+
...obj,
|
|
1221
|
+
});
|
|
1222
|
+
})(ListTypesOutput = exports.ListTypesOutput || (exports.ListTypesOutput = {}));
|
|
1223
|
+
var ListTypeVersionsInput;
|
|
1224
|
+
(function (ListTypeVersionsInput) {
|
|
1225
|
+
ListTypeVersionsInput.filterSensitiveLog = (obj) => ({
|
|
1226
|
+
...obj,
|
|
1227
|
+
});
|
|
1228
|
+
})(ListTypeVersionsInput = exports.ListTypeVersionsInput || (exports.ListTypeVersionsInput = {}));
|
|
1229
|
+
var TypeVersionSummary;
|
|
1230
|
+
(function (TypeVersionSummary) {
|
|
1231
|
+
TypeVersionSummary.filterSensitiveLog = (obj) => ({
|
|
1232
|
+
...obj,
|
|
1233
|
+
});
|
|
1234
|
+
})(TypeVersionSummary = exports.TypeVersionSummary || (exports.TypeVersionSummary = {}));
|
|
1235
|
+
var ListTypeVersionsOutput;
|
|
1236
|
+
(function (ListTypeVersionsOutput) {
|
|
1237
|
+
ListTypeVersionsOutput.filterSensitiveLog = (obj) => ({
|
|
1238
|
+
...obj,
|
|
1239
|
+
});
|
|
1240
|
+
})(ListTypeVersionsOutput = exports.ListTypeVersionsOutput || (exports.ListTypeVersionsOutput = {}));
|
|
1241
|
+
var PublishTypeInput;
|
|
1242
|
+
(function (PublishTypeInput) {
|
|
1243
|
+
PublishTypeInput.filterSensitiveLog = (obj) => ({
|
|
1244
|
+
...obj,
|
|
1245
|
+
});
|
|
1246
|
+
})(PublishTypeInput = exports.PublishTypeInput || (exports.PublishTypeInput = {}));
|
|
1247
|
+
var PublishTypeOutput;
|
|
1248
|
+
(function (PublishTypeOutput) {
|
|
1249
|
+
PublishTypeOutput.filterSensitiveLog = (obj) => ({
|
|
1250
|
+
...obj,
|
|
1251
|
+
});
|
|
1252
|
+
})(PublishTypeOutput = exports.PublishTypeOutput || (exports.PublishTypeOutput = {}));
|
|
1253
|
+
var InvalidStateTransitionException;
|
|
1254
|
+
(function (InvalidStateTransitionException) {
|
|
1255
|
+
InvalidStateTransitionException.filterSensitiveLog = (obj) => ({
|
|
1256
|
+
...obj,
|
|
1257
|
+
});
|
|
1258
|
+
})(InvalidStateTransitionException = exports.InvalidStateTransitionException || (exports.InvalidStateTransitionException = {}));
|
|
1259
|
+
var OperationStatusCheckFailedException;
|
|
1260
|
+
(function (OperationStatusCheckFailedException) {
|
|
1261
|
+
OperationStatusCheckFailedException.filterSensitiveLog = (obj) => ({
|
|
1262
|
+
...obj,
|
|
1263
|
+
});
|
|
1264
|
+
})(OperationStatusCheckFailedException = exports.OperationStatusCheckFailedException || (exports.OperationStatusCheckFailedException = {}));
|
|
1265
|
+
var OperationStatus;
|
|
1266
|
+
(function (OperationStatus) {
|
|
1267
|
+
OperationStatus["FAILED"] = "FAILED";
|
|
1268
|
+
OperationStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
1269
|
+
OperationStatus["PENDING"] = "PENDING";
|
|
1270
|
+
OperationStatus["SUCCESS"] = "SUCCESS";
|
|
1271
|
+
})(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
|
|
1272
|
+
var HandlerErrorCode;
|
|
1273
|
+
(function (HandlerErrorCode) {
|
|
1274
|
+
HandlerErrorCode["AccessDenied"] = "AccessDenied";
|
|
1275
|
+
HandlerErrorCode["AlreadyExists"] = "AlreadyExists";
|
|
1276
|
+
HandlerErrorCode["GeneralServiceException"] = "GeneralServiceException";
|
|
1277
|
+
HandlerErrorCode["InternalFailure"] = "InternalFailure";
|
|
1278
|
+
HandlerErrorCode["InvalidCredentials"] = "InvalidCredentials";
|
|
1279
|
+
HandlerErrorCode["InvalidRequest"] = "InvalidRequest";
|
|
1280
|
+
HandlerErrorCode["InvalidTypeConfiguration"] = "InvalidTypeConfiguration";
|
|
1281
|
+
HandlerErrorCode["NetworkFailure"] = "NetworkFailure";
|
|
1282
|
+
HandlerErrorCode["NotFound"] = "NotFound";
|
|
1283
|
+
HandlerErrorCode["NotUpdatable"] = "NotUpdatable";
|
|
1284
|
+
HandlerErrorCode["ResourceConflict"] = "ResourceConflict";
|
|
1285
|
+
HandlerErrorCode["ServiceInternalError"] = "ServiceInternalError";
|
|
1286
|
+
HandlerErrorCode["ServiceLimitExceeded"] = "ServiceLimitExceeded";
|
|
1287
|
+
HandlerErrorCode["ServiceTimeout"] = "NotStabilized";
|
|
1288
|
+
HandlerErrorCode["Throttling"] = "Throttling";
|
|
1289
|
+
})(HandlerErrorCode = exports.HandlerErrorCode || (exports.HandlerErrorCode = {}));
|
|
1290
|
+
var RecordHandlerProgressInput;
|
|
1291
|
+
(function (RecordHandlerProgressInput) {
|
|
1292
|
+
RecordHandlerProgressInput.filterSensitiveLog = (obj) => ({
|
|
1293
|
+
...obj,
|
|
1294
|
+
});
|
|
1295
|
+
})(RecordHandlerProgressInput = exports.RecordHandlerProgressInput || (exports.RecordHandlerProgressInput = {}));
|
|
1296
|
+
var RecordHandlerProgressOutput;
|
|
1297
|
+
(function (RecordHandlerProgressOutput) {
|
|
1298
|
+
RecordHandlerProgressOutput.filterSensitiveLog = (obj) => ({
|
|
1299
|
+
...obj,
|
|
1300
|
+
});
|
|
1301
|
+
})(RecordHandlerProgressOutput = exports.RecordHandlerProgressOutput || (exports.RecordHandlerProgressOutput = {}));
|
|
1302
|
+
var RegisterPublisherInput;
|
|
1303
|
+
(function (RegisterPublisherInput) {
|
|
1304
|
+
RegisterPublisherInput.filterSensitiveLog = (obj) => ({
|
|
1305
|
+
...obj,
|
|
1306
|
+
});
|
|
1307
|
+
})(RegisterPublisherInput = exports.RegisterPublisherInput || (exports.RegisterPublisherInput = {}));
|
|
1308
|
+
var RegisterPublisherOutput;
|
|
1309
|
+
(function (RegisterPublisherOutput) {
|
|
1310
|
+
RegisterPublisherOutput.filterSensitiveLog = (obj) => ({
|
|
1311
|
+
...obj,
|
|
1312
|
+
});
|
|
1313
|
+
})(RegisterPublisherOutput = exports.RegisterPublisherOutput || (exports.RegisterPublisherOutput = {}));
|
|
1314
|
+
var RegisterTypeInput;
|
|
1315
|
+
(function (RegisterTypeInput) {
|
|
1316
|
+
RegisterTypeInput.filterSensitiveLog = (obj) => ({
|
|
1317
|
+
...obj,
|
|
1318
|
+
});
|
|
1319
|
+
})(RegisterTypeInput = exports.RegisterTypeInput || (exports.RegisterTypeInput = {}));
|
|
1320
|
+
var RegisterTypeOutput;
|
|
1321
|
+
(function (RegisterTypeOutput) {
|
|
1322
|
+
RegisterTypeOutput.filterSensitiveLog = (obj) => ({
|
|
1323
|
+
...obj,
|
|
1324
|
+
});
|
|
1325
|
+
})(RegisterTypeOutput = exports.RegisterTypeOutput || (exports.RegisterTypeOutput = {}));
|
|
1326
|
+
var RollbackStackInput;
|
|
1327
|
+
(function (RollbackStackInput) {
|
|
1328
|
+
RollbackStackInput.filterSensitiveLog = (obj) => ({
|
|
1329
|
+
...obj,
|
|
1330
|
+
});
|
|
1331
|
+
})(RollbackStackInput = exports.RollbackStackInput || (exports.RollbackStackInput = {}));
|
|
1332
|
+
var RollbackStackOutput;
|
|
1333
|
+
(function (RollbackStackOutput) {
|
|
1334
|
+
RollbackStackOutput.filterSensitiveLog = (obj) => ({
|
|
1335
|
+
...obj,
|
|
1336
|
+
});
|
|
1337
|
+
})(RollbackStackOutput = exports.RollbackStackOutput || (exports.RollbackStackOutput = {}));
|
|
1338
|
+
var SetStackPolicyInput;
|
|
1339
|
+
(function (SetStackPolicyInput) {
|
|
1340
|
+
SetStackPolicyInput.filterSensitiveLog = (obj) => ({
|
|
1341
|
+
...obj,
|
|
1342
|
+
});
|
|
1343
|
+
})(SetStackPolicyInput = exports.SetStackPolicyInput || (exports.SetStackPolicyInput = {}));
|
|
1344
|
+
var SetTypeConfigurationInput;
|
|
1345
|
+
(function (SetTypeConfigurationInput) {
|
|
1346
|
+
SetTypeConfigurationInput.filterSensitiveLog = (obj) => ({
|
|
1347
|
+
...obj,
|
|
1348
|
+
});
|
|
1349
|
+
})(SetTypeConfigurationInput = exports.SetTypeConfigurationInput || (exports.SetTypeConfigurationInput = {}));
|
|
1350
|
+
var SetTypeConfigurationOutput;
|
|
1351
|
+
(function (SetTypeConfigurationOutput) {
|
|
1352
|
+
SetTypeConfigurationOutput.filterSensitiveLog = (obj) => ({
|
|
1353
|
+
...obj,
|
|
1354
|
+
});
|
|
1355
|
+
})(SetTypeConfigurationOutput = exports.SetTypeConfigurationOutput || (exports.SetTypeConfigurationOutput = {}));
|
|
1356
|
+
var SetTypeDefaultVersionInput;
|
|
1357
|
+
(function (SetTypeDefaultVersionInput) {
|
|
1358
|
+
SetTypeDefaultVersionInput.filterSensitiveLog = (obj) => ({
|
|
1359
|
+
...obj,
|
|
1360
|
+
});
|
|
1361
|
+
})(SetTypeDefaultVersionInput = exports.SetTypeDefaultVersionInput || (exports.SetTypeDefaultVersionInput = {}));
|
|
1362
|
+
var SetTypeDefaultVersionOutput;
|
|
1363
|
+
(function (SetTypeDefaultVersionOutput) {
|
|
1364
|
+
SetTypeDefaultVersionOutput.filterSensitiveLog = (obj) => ({
|
|
1365
|
+
...obj,
|
|
1366
|
+
});
|
|
1367
|
+
})(SetTypeDefaultVersionOutput = exports.SetTypeDefaultVersionOutput || (exports.SetTypeDefaultVersionOutput = {}));
|
|
1368
|
+
var ResourceSignalStatus;
|
|
1369
|
+
(function (ResourceSignalStatus) {
|
|
1370
|
+
ResourceSignalStatus["FAILURE"] = "FAILURE";
|
|
1371
|
+
ResourceSignalStatus["SUCCESS"] = "SUCCESS";
|
|
1372
|
+
})(ResourceSignalStatus = exports.ResourceSignalStatus || (exports.ResourceSignalStatus = {}));
|
|
1373
|
+
var SignalResourceInput;
|
|
1374
|
+
(function (SignalResourceInput) {
|
|
1375
|
+
SignalResourceInput.filterSensitiveLog = (obj) => ({
|
|
1376
|
+
...obj,
|
|
1377
|
+
});
|
|
1378
|
+
})(SignalResourceInput = exports.SignalResourceInput || (exports.SignalResourceInput = {}));
|
|
1379
|
+
var StopStackSetOperationInput;
|
|
1380
|
+
(function (StopStackSetOperationInput) {
|
|
1381
|
+
StopStackSetOperationInput.filterSensitiveLog = (obj) => ({
|
|
1382
|
+
...obj,
|
|
1383
|
+
});
|
|
1384
|
+
})(StopStackSetOperationInput = exports.StopStackSetOperationInput || (exports.StopStackSetOperationInput = {}));
|
|
1385
|
+
var StopStackSetOperationOutput;
|
|
1386
|
+
(function (StopStackSetOperationOutput) {
|
|
1387
|
+
StopStackSetOperationOutput.filterSensitiveLog = (obj) => ({
|
|
1388
|
+
...obj,
|
|
1389
|
+
});
|
|
1390
|
+
})(StopStackSetOperationOutput = exports.StopStackSetOperationOutput || (exports.StopStackSetOperationOutput = {}));
|
|
1391
|
+
var TestTypeInput;
|
|
1392
|
+
(function (TestTypeInput) {
|
|
1393
|
+
TestTypeInput.filterSensitiveLog = (obj) => ({
|
|
1394
|
+
...obj,
|
|
1395
|
+
});
|
|
1396
|
+
})(TestTypeInput = exports.TestTypeInput || (exports.TestTypeInput = {}));
|
|
1397
|
+
var TestTypeOutput;
|
|
1398
|
+
(function (TestTypeOutput) {
|
|
1399
|
+
TestTypeOutput.filterSensitiveLog = (obj) => ({
|
|
1400
|
+
...obj,
|
|
1401
|
+
});
|
|
1402
|
+
})(TestTypeOutput = exports.TestTypeOutput || (exports.TestTypeOutput = {}));
|
|
1403
|
+
var UpdateStackInput;
|
|
1404
|
+
(function (UpdateStackInput) {
|
|
1405
|
+
UpdateStackInput.filterSensitiveLog = (obj) => ({
|
|
1406
|
+
...obj,
|
|
1407
|
+
});
|
|
1408
|
+
})(UpdateStackInput = exports.UpdateStackInput || (exports.UpdateStackInput = {}));
|
|
1409
|
+
var UpdateStackOutput;
|
|
1410
|
+
(function (UpdateStackOutput) {
|
|
1411
|
+
UpdateStackOutput.filterSensitiveLog = (obj) => ({
|
|
1412
|
+
...obj,
|
|
1413
|
+
});
|
|
1414
|
+
})(UpdateStackOutput = exports.UpdateStackOutput || (exports.UpdateStackOutput = {}));
|
|
1415
|
+
var UpdateStackInstancesInput;
|
|
1416
|
+
(function (UpdateStackInstancesInput) {
|
|
1417
|
+
UpdateStackInstancesInput.filterSensitiveLog = (obj) => ({
|
|
1418
|
+
...obj,
|
|
1419
|
+
});
|
|
1420
|
+
})(UpdateStackInstancesInput = exports.UpdateStackInstancesInput || (exports.UpdateStackInstancesInput = {}));
|
|
1421
|
+
var UpdateStackInstancesOutput;
|
|
1422
|
+
(function (UpdateStackInstancesOutput) {
|
|
1423
|
+
UpdateStackInstancesOutput.filterSensitiveLog = (obj) => ({
|
|
1424
|
+
...obj,
|
|
1425
|
+
});
|
|
1426
|
+
})(UpdateStackInstancesOutput = exports.UpdateStackInstancesOutput || (exports.UpdateStackInstancesOutput = {}));
|
|
1427
|
+
var UpdateStackSetInput;
|
|
1428
|
+
(function (UpdateStackSetInput) {
|
|
1429
|
+
UpdateStackSetInput.filterSensitiveLog = (obj) => ({
|
|
1430
|
+
...obj,
|
|
1431
|
+
});
|
|
1432
|
+
})(UpdateStackSetInput = exports.UpdateStackSetInput || (exports.UpdateStackSetInput = {}));
|
|
1433
|
+
var UpdateStackSetOutput;
|
|
1434
|
+
(function (UpdateStackSetOutput) {
|
|
1435
|
+
UpdateStackSetOutput.filterSensitiveLog = (obj) => ({
|
|
1436
|
+
...obj,
|
|
1437
|
+
});
|
|
1438
|
+
})(UpdateStackSetOutput = exports.UpdateStackSetOutput || (exports.UpdateStackSetOutput = {}));
|
|
1439
|
+
var UpdateTerminationProtectionInput;
|
|
1440
|
+
(function (UpdateTerminationProtectionInput) {
|
|
1441
|
+
UpdateTerminationProtectionInput.filterSensitiveLog = (obj) => ({
|
|
1442
|
+
...obj,
|
|
1443
|
+
});
|
|
1444
|
+
})(UpdateTerminationProtectionInput = exports.UpdateTerminationProtectionInput || (exports.UpdateTerminationProtectionInput = {}));
|
|
1445
|
+
var UpdateTerminationProtectionOutput;
|
|
1446
|
+
(function (UpdateTerminationProtectionOutput) {
|
|
1447
|
+
UpdateTerminationProtectionOutput.filterSensitiveLog = (obj) => ({
|
|
1448
|
+
...obj,
|
|
1449
|
+
});
|
|
1450
|
+
})(UpdateTerminationProtectionOutput = exports.UpdateTerminationProtectionOutput || (exports.UpdateTerminationProtectionOutput = {}));
|
|
1451
|
+
var ValidateTemplateInput;
|
|
1452
|
+
(function (ValidateTemplateInput) {
|
|
1453
|
+
ValidateTemplateInput.filterSensitiveLog = (obj) => ({
|
|
1454
|
+
...obj,
|
|
1455
|
+
});
|
|
1456
|
+
})(ValidateTemplateInput = exports.ValidateTemplateInput || (exports.ValidateTemplateInput = {}));
|
|
1457
|
+
var TemplateParameter;
|
|
1458
|
+
(function (TemplateParameter) {
|
|
1459
|
+
TemplateParameter.filterSensitiveLog = (obj) => ({
|
|
1460
|
+
...obj,
|
|
1461
|
+
});
|
|
1462
|
+
})(TemplateParameter = exports.TemplateParameter || (exports.TemplateParameter = {}));
|
|
1463
|
+
var ValidateTemplateOutput;
|
|
1464
|
+
(function (ValidateTemplateOutput) {
|
|
1465
|
+
ValidateTemplateOutput.filterSensitiveLog = (obj) => ({
|
|
1466
|
+
...obj,
|
|
1467
|
+
});
|
|
1468
|
+
})(ValidateTemplateOutput = exports.ValidateTemplateOutput || (exports.ValidateTemplateOutput = {}));
|