@aws-sdk/client-cloudformation 3.131.0 → 3.137.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/ActivateTypeCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +2 -2
  4. package/dist-cjs/commands/CancelUpdateStackCommand.js +1 -1
  5. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +2 -2
  6. package/dist-cjs/commands/CreateChangeSetCommand.js +2 -2
  7. package/dist-cjs/commands/CreateStackCommand.js +2 -2
  8. package/dist-cjs/commands/CreateStackInstancesCommand.js +2 -2
  9. package/dist-cjs/commands/CreateStackSetCommand.js +2 -2
  10. package/dist-cjs/commands/DeactivateTypeCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteChangeSetCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteStackCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteStackInstancesCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteStackSetCommand.js +2 -2
  15. package/dist-cjs/commands/DeregisterTypeCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeChangeSetCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +2 -2
  19. package/dist-cjs/commands/DescribePublisherCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeStackEventsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeStackInstanceCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeStackResourceCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeStackResourcesCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeStackSetCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeTypeCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +2 -2
  31. package/dist-cjs/commands/DetectStackDriftCommand.js +2 -2
  32. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +2 -2
  33. package/dist-cjs/commands/DetectStackSetDriftCommand.js +2 -2
  34. package/dist-cjs/commands/EstimateTemplateCostCommand.js +2 -2
  35. package/dist-cjs/commands/ExecuteChangeSetCommand.js +2 -2
  36. package/dist-cjs/commands/GetStackPolicyCommand.js +2 -2
  37. package/dist-cjs/commands/GetTemplateCommand.js +2 -2
  38. package/dist-cjs/commands/GetTemplateSummaryCommand.js +2 -2
  39. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +2 -2
  40. package/dist-cjs/commands/ListChangeSetsCommand.js +2 -2
  41. package/dist-cjs/commands/ListExportsCommand.js +2 -2
  42. package/dist-cjs/commands/ListImportsCommand.js +2 -2
  43. package/dist-cjs/commands/ListStackInstancesCommand.js +2 -2
  44. package/dist-cjs/commands/ListStackResourcesCommand.js +2 -2
  45. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +2 -2
  46. package/dist-cjs/commands/ListStackSetOperationsCommand.js +2 -2
  47. package/dist-cjs/commands/ListStackSetsCommand.js +2 -2
  48. package/dist-cjs/commands/ListStacksCommand.js +2 -2
  49. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +2 -2
  50. package/dist-cjs/commands/ListTypeVersionsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTypesCommand.js +2 -2
  52. package/dist-cjs/commands/PublishTypeCommand.js +2 -2
  53. package/dist-cjs/commands/RecordHandlerProgressCommand.js +2 -2
  54. package/dist-cjs/commands/RegisterPublisherCommand.js +2 -2
  55. package/dist-cjs/commands/RegisterTypeCommand.js +2 -2
  56. package/dist-cjs/commands/RollbackStackCommand.js +2 -2
  57. package/dist-cjs/commands/SetStackPolicyCommand.js +1 -1
  58. package/dist-cjs/commands/SetTypeConfigurationCommand.js +2 -2
  59. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +2 -2
  60. package/dist-cjs/commands/SignalResourceCommand.js +1 -1
  61. package/dist-cjs/commands/StopStackSetOperationCommand.js +2 -2
  62. package/dist-cjs/commands/TestTypeCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateStackCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateStackInstancesCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateStackSetCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +2 -2
  67. package/dist-cjs/commands/ValidateTemplateCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +745 -1115
  69. package/dist-es/commands/ActivateTypeCommand.js +3 -3
  70. package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -3
  71. package/dist-es/commands/CancelUpdateStackCommand.js +2 -2
  72. package/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -3
  73. package/dist-es/commands/CreateChangeSetCommand.js +3 -3
  74. package/dist-es/commands/CreateStackCommand.js +3 -3
  75. package/dist-es/commands/CreateStackInstancesCommand.js +3 -3
  76. package/dist-es/commands/CreateStackSetCommand.js +3 -3
  77. package/dist-es/commands/DeactivateTypeCommand.js +3 -3
  78. package/dist-es/commands/DeleteChangeSetCommand.js +3 -3
  79. package/dist-es/commands/DeleteStackCommand.js +2 -2
  80. package/dist-es/commands/DeleteStackInstancesCommand.js +3 -3
  81. package/dist-es/commands/DeleteStackSetCommand.js +3 -3
  82. package/dist-es/commands/DeregisterTypeCommand.js +3 -3
  83. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
  84. package/dist-es/commands/DescribeChangeSetCommand.js +3 -3
  85. package/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -3
  86. package/dist-es/commands/DescribePublisherCommand.js +3 -3
  87. package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -3
  88. package/dist-es/commands/DescribeStackEventsCommand.js +3 -3
  89. package/dist-es/commands/DescribeStackInstanceCommand.js +3 -3
  90. package/dist-es/commands/DescribeStackResourceCommand.js +3 -3
  91. package/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -3
  92. package/dist-es/commands/DescribeStackResourcesCommand.js +3 -3
  93. package/dist-es/commands/DescribeStackSetCommand.js +3 -3
  94. package/dist-es/commands/DescribeStackSetOperationCommand.js +3 -3
  95. package/dist-es/commands/DescribeStacksCommand.js +3 -3
  96. package/dist-es/commands/DescribeTypeCommand.js +3 -3
  97. package/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -3
  98. package/dist-es/commands/DetectStackDriftCommand.js +3 -3
  99. package/dist-es/commands/DetectStackResourceDriftCommand.js +3 -3
  100. package/dist-es/commands/DetectStackSetDriftCommand.js +3 -3
  101. package/dist-es/commands/EstimateTemplateCostCommand.js +3 -3
  102. package/dist-es/commands/ExecuteChangeSetCommand.js +3 -3
  103. package/dist-es/commands/GetStackPolicyCommand.js +3 -3
  104. package/dist-es/commands/GetTemplateCommand.js +3 -3
  105. package/dist-es/commands/GetTemplateSummaryCommand.js +3 -3
  106. package/dist-es/commands/ImportStacksToStackSetCommand.js +3 -3
  107. package/dist-es/commands/ListChangeSetsCommand.js +3 -3
  108. package/dist-es/commands/ListExportsCommand.js +3 -3
  109. package/dist-es/commands/ListImportsCommand.js +3 -3
  110. package/dist-es/commands/ListStackInstancesCommand.js +3 -3
  111. package/dist-es/commands/ListStackResourcesCommand.js +3 -3
  112. package/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -3
  113. package/dist-es/commands/ListStackSetOperationsCommand.js +3 -3
  114. package/dist-es/commands/ListStackSetsCommand.js +3 -3
  115. package/dist-es/commands/ListStacksCommand.js +3 -3
  116. package/dist-es/commands/ListTypeRegistrationsCommand.js +3 -3
  117. package/dist-es/commands/ListTypeVersionsCommand.js +3 -3
  118. package/dist-es/commands/ListTypesCommand.js +3 -3
  119. package/dist-es/commands/PublishTypeCommand.js +3 -3
  120. package/dist-es/commands/RecordHandlerProgressCommand.js +3 -3
  121. package/dist-es/commands/RegisterPublisherCommand.js +3 -3
  122. package/dist-es/commands/RegisterTypeCommand.js +3 -3
  123. package/dist-es/commands/RollbackStackCommand.js +3 -3
  124. package/dist-es/commands/SetStackPolicyCommand.js +2 -2
  125. package/dist-es/commands/SetTypeConfigurationCommand.js +3 -3
  126. package/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -3
  127. package/dist-es/commands/SignalResourceCommand.js +2 -2
  128. package/dist-es/commands/StopStackSetOperationCommand.js +3 -3
  129. package/dist-es/commands/TestTypeCommand.js +3 -3
  130. package/dist-es/commands/UpdateStackCommand.js +3 -3
  131. package/dist-es/commands/UpdateStackInstancesCommand.js +3 -3
  132. package/dist-es/commands/UpdateStackSetCommand.js +3 -3
  133. package/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -3
  134. package/dist-es/commands/ValidateTemplateCommand.js +3 -3
  135. package/dist-es/models/models_0.js +185 -740
  136. package/dist-types/models/models_0.d.ts +740 -1110
  137. package/dist-types/ts3.4/models/models_0.d.ts +370 -740
  138. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SignalResourceInput } from "../models/models_0";
4
+ import { SignalResourceInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_querySignalResourceCommand, serializeAws_querySignalResourceCommand, } from "../protocols/Aws_query";
6
6
  var SignalResourceCommand = (function (_super) {
7
7
  __extends(SignalResourceCommand, _super);
@@ -20,7 +20,7 @@ var SignalResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SignalResourceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SignalResourceInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/models_0";
4
+ import { StopStackSetOperationInputFilterSensitiveLog, StopStackSetOperationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryStopStackSetOperationCommand, serializeAws_queryStopStackSetOperationCommand, } from "../protocols/Aws_query";
6
6
  var StopStackSetOperationCommand = (function (_super) {
7
7
  __extends(StopStackSetOperationCommand, _super);
@@ -20,8 +20,8 @@ var StopStackSetOperationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopStackSetOperationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopStackSetOperationOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopStackSetOperationInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopStackSetOperationOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TestTypeInput, TestTypeOutput } from "../models/models_0";
4
+ import { TestTypeInputFilterSensitiveLog, TestTypeOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryTestTypeCommand, serializeAws_queryTestTypeCommand } from "../protocols/Aws_query";
6
6
  var TestTypeCommand = (function (_super) {
7
7
  __extends(TestTypeCommand, _super);
@@ -20,8 +20,8 @@ var TestTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TestTypeInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: TestTypeOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TestTypeInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TestTypeOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateStackInput, UpdateStackOutput } from "../models/models_0";
4
+ import { UpdateStackInputFilterSensitiveLog, UpdateStackOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryUpdateStackCommand, serializeAws_queryUpdateStackCommand } from "../protocols/Aws_query";
6
6
  var UpdateStackCommand = (function (_super) {
7
7
  __extends(UpdateStackCommand, _super);
@@ -20,8 +20,8 @@ var UpdateStackCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateStackInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateStackOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateStackInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateStackOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/models_0";
4
+ import { UpdateStackInstancesInputFilterSensitiveLog, UpdateStackInstancesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryUpdateStackInstancesCommand, serializeAws_queryUpdateStackInstancesCommand, } from "../protocols/Aws_query";
6
6
  var UpdateStackInstancesCommand = (function (_super) {
7
7
  __extends(UpdateStackInstancesCommand, _super);
@@ -20,8 +20,8 @@ var UpdateStackInstancesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateStackInstancesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateStackInstancesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateStackInstancesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateStackInstancesOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0";
4
+ import { UpdateStackSetInputFilterSensitiveLog, UpdateStackSetOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryUpdateStackSetCommand, serializeAws_queryUpdateStackSetCommand, } from "../protocols/Aws_query";
6
6
  var UpdateStackSetCommand = (function (_super) {
7
7
  __extends(UpdateStackSetCommand, _super);
@@ -20,8 +20,8 @@ var UpdateStackSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateStackSetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateStackSetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateStackSetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateStackSetOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateTerminationProtectionInput, UpdateTerminationProtectionOutput } from "../models/models_0";
4
+ import { UpdateTerminationProtectionInputFilterSensitiveLog, UpdateTerminationProtectionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryUpdateTerminationProtectionCommand, serializeAws_queryUpdateTerminationProtectionCommand, } from "../protocols/Aws_query";
6
6
  var UpdateTerminationProtectionCommand = (function (_super) {
7
7
  __extends(UpdateTerminationProtectionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateTerminationProtectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateTerminationProtectionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateTerminationProtectionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateTerminationProtectionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateTerminationProtectionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ValidateTemplateInput, ValidateTemplateOutput } from "../models/models_0";
4
+ import { ValidateTemplateInputFilterSensitiveLog, ValidateTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryValidateTemplateCommand, serializeAws_queryValidateTemplateCommand, } from "../protocols/Aws_query";
6
6
  var ValidateTemplateCommand = (function (_super) {
7
7
  __extends(ValidateTemplateCommand, _super);
@@ -20,8 +20,8 @@ var ValidateTemplateCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ValidateTemplateInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ValidateTemplateOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ValidateTemplateInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ValidateTemplateOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {