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