@aws-sdk/client-cloudformation 3.296.0 → 3.298.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 (225) hide show
  1. package/dist-cjs/commands/ActivateTypeCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +2 -3
  3. package/dist-cjs/commands/CancelUpdateStackCommand.js +2 -3
  4. package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +2 -3
  5. package/dist-cjs/commands/CreateChangeSetCommand.js +2 -3
  6. package/dist-cjs/commands/CreateStackCommand.js +2 -3
  7. package/dist-cjs/commands/CreateStackInstancesCommand.js +2 -3
  8. package/dist-cjs/commands/CreateStackSetCommand.js +2 -3
  9. package/dist-cjs/commands/DeactivateTypeCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteChangeSetCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteStackCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteStackInstancesCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteStackSetCommand.js +2 -3
  14. package/dist-cjs/commands/DeregisterTypeCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeChangeSetCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +2 -3
  18. package/dist-cjs/commands/DescribePublisherCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeStackEventsCommand.js +2 -3
  21. package/dist-cjs/commands/DescribeStackInstanceCommand.js +2 -3
  22. package/dist-cjs/commands/DescribeStackResourceCommand.js +2 -3
  23. package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +2 -3
  24. package/dist-cjs/commands/DescribeStackResourcesCommand.js +2 -3
  25. package/dist-cjs/commands/DescribeStackSetCommand.js +2 -3
  26. package/dist-cjs/commands/DescribeStackSetOperationCommand.js +2 -3
  27. package/dist-cjs/commands/DescribeStacksCommand.js +2 -3
  28. package/dist-cjs/commands/DescribeTypeCommand.js +2 -3
  29. package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +2 -3
  30. package/dist-cjs/commands/DetectStackDriftCommand.js +2 -3
  31. package/dist-cjs/commands/DetectStackResourceDriftCommand.js +2 -3
  32. package/dist-cjs/commands/DetectStackSetDriftCommand.js +2 -3
  33. package/dist-cjs/commands/EstimateTemplateCostCommand.js +2 -3
  34. package/dist-cjs/commands/ExecuteChangeSetCommand.js +2 -3
  35. package/dist-cjs/commands/GetStackPolicyCommand.js +2 -3
  36. package/dist-cjs/commands/GetTemplateCommand.js +2 -3
  37. package/dist-cjs/commands/GetTemplateSummaryCommand.js +2 -3
  38. package/dist-cjs/commands/ImportStacksToStackSetCommand.js +2 -3
  39. package/dist-cjs/commands/ListChangeSetsCommand.js +2 -3
  40. package/dist-cjs/commands/ListExportsCommand.js +2 -3
  41. package/dist-cjs/commands/ListImportsCommand.js +2 -3
  42. package/dist-cjs/commands/ListStackInstancesCommand.js +2 -3
  43. package/dist-cjs/commands/ListStackResourcesCommand.js +2 -3
  44. package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +2 -3
  45. package/dist-cjs/commands/ListStackSetOperationsCommand.js +2 -3
  46. package/dist-cjs/commands/ListStackSetsCommand.js +2 -3
  47. package/dist-cjs/commands/ListStacksCommand.js +2 -3
  48. package/dist-cjs/commands/ListTypeRegistrationsCommand.js +2 -3
  49. package/dist-cjs/commands/ListTypeVersionsCommand.js +2 -3
  50. package/dist-cjs/commands/ListTypesCommand.js +2 -3
  51. package/dist-cjs/commands/PublishTypeCommand.js +2 -3
  52. package/dist-cjs/commands/RecordHandlerProgressCommand.js +2 -3
  53. package/dist-cjs/commands/RegisterPublisherCommand.js +2 -3
  54. package/dist-cjs/commands/RegisterTypeCommand.js +2 -3
  55. package/dist-cjs/commands/RollbackStackCommand.js +2 -3
  56. package/dist-cjs/commands/SetStackPolicyCommand.js +2 -3
  57. package/dist-cjs/commands/SetTypeConfigurationCommand.js +2 -3
  58. package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +2 -3
  59. package/dist-cjs/commands/SignalResourceCommand.js +2 -3
  60. package/dist-cjs/commands/StopStackSetOperationCommand.js +2 -3
  61. package/dist-cjs/commands/TestTypeCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateStackCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateStackInstancesCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateStackSetCommand.js +2 -3
  65. package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +2 -3
  66. package/dist-cjs/commands/ValidateTemplateCommand.js +2 -3
  67. package/dist-cjs/models/models_0.js +1 -753
  68. package/dist-cjs/protocols/Aws_query.js +130 -755
  69. package/dist-es/commands/ActivateTypeCommand.js +2 -3
  70. package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +2 -3
  71. package/dist-es/commands/CancelUpdateStackCommand.js +2 -3
  72. package/dist-es/commands/ContinueUpdateRollbackCommand.js +2 -3
  73. package/dist-es/commands/CreateChangeSetCommand.js +2 -3
  74. package/dist-es/commands/CreateStackCommand.js +2 -3
  75. package/dist-es/commands/CreateStackInstancesCommand.js +2 -3
  76. package/dist-es/commands/CreateStackSetCommand.js +2 -3
  77. package/dist-es/commands/DeactivateTypeCommand.js +2 -3
  78. package/dist-es/commands/DeleteChangeSetCommand.js +2 -3
  79. package/dist-es/commands/DeleteStackCommand.js +2 -3
  80. package/dist-es/commands/DeleteStackInstancesCommand.js +2 -3
  81. package/dist-es/commands/DeleteStackSetCommand.js +2 -3
  82. package/dist-es/commands/DeregisterTypeCommand.js +2 -3
  83. package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -3
  84. package/dist-es/commands/DescribeChangeSetCommand.js +2 -3
  85. package/dist-es/commands/DescribeChangeSetHooksCommand.js +2 -3
  86. package/dist-es/commands/DescribePublisherCommand.js +2 -3
  87. package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +2 -3
  88. package/dist-es/commands/DescribeStackEventsCommand.js +2 -3
  89. package/dist-es/commands/DescribeStackInstanceCommand.js +2 -3
  90. package/dist-es/commands/DescribeStackResourceCommand.js +2 -3
  91. package/dist-es/commands/DescribeStackResourceDriftsCommand.js +2 -3
  92. package/dist-es/commands/DescribeStackResourcesCommand.js +2 -3
  93. package/dist-es/commands/DescribeStackSetCommand.js +2 -3
  94. package/dist-es/commands/DescribeStackSetOperationCommand.js +2 -3
  95. package/dist-es/commands/DescribeStacksCommand.js +2 -3
  96. package/dist-es/commands/DescribeTypeCommand.js +2 -3
  97. package/dist-es/commands/DescribeTypeRegistrationCommand.js +2 -3
  98. package/dist-es/commands/DetectStackDriftCommand.js +2 -3
  99. package/dist-es/commands/DetectStackResourceDriftCommand.js +2 -3
  100. package/dist-es/commands/DetectStackSetDriftCommand.js +2 -3
  101. package/dist-es/commands/EstimateTemplateCostCommand.js +2 -3
  102. package/dist-es/commands/ExecuteChangeSetCommand.js +2 -3
  103. package/dist-es/commands/GetStackPolicyCommand.js +2 -3
  104. package/dist-es/commands/GetTemplateCommand.js +2 -3
  105. package/dist-es/commands/GetTemplateSummaryCommand.js +2 -3
  106. package/dist-es/commands/ImportStacksToStackSetCommand.js +2 -3
  107. package/dist-es/commands/ListChangeSetsCommand.js +2 -3
  108. package/dist-es/commands/ListExportsCommand.js +2 -3
  109. package/dist-es/commands/ListImportsCommand.js +2 -3
  110. package/dist-es/commands/ListStackInstancesCommand.js +2 -3
  111. package/dist-es/commands/ListStackResourcesCommand.js +2 -3
  112. package/dist-es/commands/ListStackSetOperationResultsCommand.js +2 -3
  113. package/dist-es/commands/ListStackSetOperationsCommand.js +2 -3
  114. package/dist-es/commands/ListStackSetsCommand.js +2 -3
  115. package/dist-es/commands/ListStacksCommand.js +2 -3
  116. package/dist-es/commands/ListTypeRegistrationsCommand.js +2 -3
  117. package/dist-es/commands/ListTypeVersionsCommand.js +2 -3
  118. package/dist-es/commands/ListTypesCommand.js +2 -3
  119. package/dist-es/commands/PublishTypeCommand.js +2 -3
  120. package/dist-es/commands/RecordHandlerProgressCommand.js +2 -3
  121. package/dist-es/commands/RegisterPublisherCommand.js +2 -3
  122. package/dist-es/commands/RegisterTypeCommand.js +2 -3
  123. package/dist-es/commands/RollbackStackCommand.js +2 -3
  124. package/dist-es/commands/SetStackPolicyCommand.js +2 -3
  125. package/dist-es/commands/SetTypeConfigurationCommand.js +2 -3
  126. package/dist-es/commands/SetTypeDefaultVersionCommand.js +2 -3
  127. package/dist-es/commands/SignalResourceCommand.js +2 -3
  128. package/dist-es/commands/StopStackSetOperationCommand.js +2 -3
  129. package/dist-es/commands/TestTypeCommand.js +2 -3
  130. package/dist-es/commands/UpdateStackCommand.js +2 -3
  131. package/dist-es/commands/UpdateStackInstancesCommand.js +2 -3
  132. package/dist-es/commands/UpdateStackSetCommand.js +2 -3
  133. package/dist-es/commands/UpdateTerminationProtectionCommand.js +2 -3
  134. package/dist-es/commands/ValidateTemplateCommand.js +2 -3
  135. package/dist-es/models/models_0.js +0 -561
  136. package/dist-es/protocols/Aws_query.js +130 -755
  137. package/dist-types/CloudFormation.d.ts +67 -0
  138. package/dist-types/CloudFormationClient.d.ts +24 -4
  139. package/dist-types/commands/ActivateTypeCommand.d.ts +16 -0
  140. package/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -0
  141. package/dist-types/commands/CancelUpdateStackCommand.d.ts +16 -0
  142. package/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -0
  143. package/dist-types/commands/CreateChangeSetCommand.d.ts +16 -0
  144. package/dist-types/commands/CreateStackCommand.d.ts +16 -0
  145. package/dist-types/commands/CreateStackInstancesCommand.d.ts +16 -0
  146. package/dist-types/commands/CreateStackSetCommand.d.ts +16 -0
  147. package/dist-types/commands/DeactivateTypeCommand.d.ts +16 -0
  148. package/dist-types/commands/DeleteChangeSetCommand.d.ts +16 -0
  149. package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
  150. package/dist-types/commands/DeleteStackInstancesCommand.d.ts +16 -0
  151. package/dist-types/commands/DeleteStackSetCommand.d.ts +16 -0
  152. package/dist-types/commands/DeregisterTypeCommand.d.ts +16 -0
  153. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  154. package/dist-types/commands/DescribeChangeSetCommand.d.ts +16 -0
  155. package/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +16 -0
  156. package/dist-types/commands/DescribePublisherCommand.d.ts +16 -0
  157. package/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +16 -0
  158. package/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -0
  159. package/dist-types/commands/DescribeStackInstanceCommand.d.ts +16 -0
  160. package/dist-types/commands/DescribeStackResourceCommand.d.ts +16 -0
  161. package/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +16 -0
  162. package/dist-types/commands/DescribeStackResourcesCommand.d.ts +16 -0
  163. package/dist-types/commands/DescribeStackSetCommand.d.ts +16 -0
  164. package/dist-types/commands/DescribeStackSetOperationCommand.d.ts +16 -0
  165. package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
  166. package/dist-types/commands/DescribeTypeCommand.d.ts +16 -0
  167. package/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +16 -0
  168. package/dist-types/commands/DetectStackDriftCommand.d.ts +16 -0
  169. package/dist-types/commands/DetectStackResourceDriftCommand.d.ts +16 -0
  170. package/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -0
  171. package/dist-types/commands/EstimateTemplateCostCommand.d.ts +16 -0
  172. package/dist-types/commands/ExecuteChangeSetCommand.d.ts +16 -0
  173. package/dist-types/commands/GetStackPolicyCommand.d.ts +16 -0
  174. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  175. package/dist-types/commands/GetTemplateSummaryCommand.d.ts +16 -0
  176. package/dist-types/commands/ImportStacksToStackSetCommand.d.ts +16 -0
  177. package/dist-types/commands/ListChangeSetsCommand.d.ts +16 -0
  178. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  180. package/dist-types/commands/ListStackInstancesCommand.d.ts +16 -0
  181. package/dist-types/commands/ListStackResourcesCommand.d.ts +16 -0
  182. package/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +16 -0
  183. package/dist-types/commands/ListStackSetOperationsCommand.d.ts +16 -0
  184. package/dist-types/commands/ListStackSetsCommand.d.ts +16 -0
  185. package/dist-types/commands/ListStacksCommand.d.ts +16 -0
  186. package/dist-types/commands/ListTypeRegistrationsCommand.d.ts +16 -0
  187. package/dist-types/commands/ListTypeVersionsCommand.d.ts +16 -0
  188. package/dist-types/commands/ListTypesCommand.d.ts +16 -0
  189. package/dist-types/commands/PublishTypeCommand.d.ts +16 -0
  190. package/dist-types/commands/RecordHandlerProgressCommand.d.ts +16 -0
  191. package/dist-types/commands/RegisterPublisherCommand.d.ts +16 -0
  192. package/dist-types/commands/RegisterTypeCommand.d.ts +16 -0
  193. package/dist-types/commands/RollbackStackCommand.d.ts +16 -0
  194. package/dist-types/commands/SetStackPolicyCommand.d.ts +16 -0
  195. package/dist-types/commands/SetTypeConfigurationCommand.d.ts +16 -0
  196. package/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +16 -0
  197. package/dist-types/commands/SignalResourceCommand.d.ts +16 -0
  198. package/dist-types/commands/StopStackSetOperationCommand.d.ts +16 -0
  199. package/dist-types/commands/TestTypeCommand.d.ts +16 -0
  200. package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
  201. package/dist-types/commands/UpdateStackInstancesCommand.d.ts +16 -0
  202. package/dist-types/commands/UpdateStackSetCommand.d.ts +16 -0
  203. package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +16 -0
  204. package/dist-types/commands/ValidateTemplateCommand.d.ts +16 -0
  205. package/dist-types/models/CloudFormationServiceException.d.ts +2 -0
  206. package/dist-types/models/models_0.d.ts +543 -755
  207. package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +3 -0
  208. package/dist-types/pagination/DescribeStackEventsPaginator.d.ts +3 -0
  209. package/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +3 -0
  210. package/dist-types/pagination/DescribeStacksPaginator.d.ts +3 -0
  211. package/dist-types/pagination/Interfaces.d.ts +3 -0
  212. package/dist-types/pagination/ListChangeSetsPaginator.d.ts +3 -0
  213. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  214. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  215. package/dist-types/pagination/ListStackInstancesPaginator.d.ts +3 -0
  216. package/dist-types/pagination/ListStackResourcesPaginator.d.ts +3 -0
  217. package/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +3 -0
  218. package/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +3 -0
  219. package/dist-types/pagination/ListStackSetsPaginator.d.ts +3 -0
  220. package/dist-types/pagination/ListStacksPaginator.d.ts +3 -0
  221. package/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +3 -0
  222. package/dist-types/pagination/ListTypeVersionsPaginator.d.ts +3 -0
  223. package/dist-types/pagination/ListTypesPaginator.d.ts +3 -0
  224. package/dist-types/ts3.4/models/models_0.d.ts +0 -535
  225. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DetectStackSetDriftInputFilterSensitiveLog, DetectStackSetDriftOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryDetectStackSetDriftCommand, serializeAws_queryDetectStackSetDriftCommand, } from "../protocols/Aws_query";
6
5
  export class DetectStackSetDriftCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DetectStackSetDriftCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DetectStackSetDriftInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: DetectStackSetDriftOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { EstimateTemplateCostInputFilterSensitiveLog, EstimateTemplateCostOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryEstimateTemplateCostCommand, serializeAws_queryEstimateTemplateCostCommand, } from "../protocols/Aws_query";
6
5
  export class EstimateTemplateCostCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class EstimateTemplateCostCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: EstimateTemplateCostInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: EstimateTemplateCostOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ExecuteChangeSetInputFilterSensitiveLog, ExecuteChangeSetOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryExecuteChangeSetCommand, serializeAws_queryExecuteChangeSetCommand, } from "../protocols/Aws_query";
6
5
  export class ExecuteChangeSetCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ExecuteChangeSetCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ExecuteChangeSetInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ExecuteChangeSetOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetStackPolicyInputFilterSensitiveLog, GetStackPolicyOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryGetStackPolicyCommand, serializeAws_queryGetStackPolicyCommand, } from "../protocols/Aws_query";
6
5
  export class GetStackPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetStackPolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetStackPolicyInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetStackPolicyOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetTemplateInputFilterSensitiveLog, GetTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryGetTemplateCommand, serializeAws_queryGetTemplateCommand } from "../protocols/Aws_query";
6
5
  export class GetTemplateCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetTemplateCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetTemplateInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetTemplateOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetTemplateSummaryInputFilterSensitiveLog, GetTemplateSummaryOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryGetTemplateSummaryCommand, serializeAws_queryGetTemplateSummaryCommand, } from "../protocols/Aws_query";
6
5
  export class GetTemplateSummaryCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetTemplateSummaryCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetTemplateSummaryInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetTemplateSummaryOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ImportStacksToStackSetInputFilterSensitiveLog, ImportStacksToStackSetOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryImportStacksToStackSetCommand, serializeAws_queryImportStacksToStackSetCommand, } from "../protocols/Aws_query";
6
5
  export class ImportStacksToStackSetCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ImportStacksToStackSetCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ImportStacksToStackSetInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ImportStacksToStackSetOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListChangeSetsInputFilterSensitiveLog, ListChangeSetsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListChangeSetsCommand, serializeAws_queryListChangeSetsCommand, } from "../protocols/Aws_query";
6
5
  export class ListChangeSetsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListChangeSetsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListChangeSetsInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListChangeSetsOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListExportsInputFilterSensitiveLog, ListExportsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListExportsCommand, serializeAws_queryListExportsCommand } from "../protocols/Aws_query";
6
5
  export class ListExportsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListExportsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListExportsInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListExportsOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListImportsInputFilterSensitiveLog, ListImportsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListImportsCommand, serializeAws_queryListImportsCommand } from "../protocols/Aws_query";
6
5
  export class ListImportsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListImportsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListImportsInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListImportsOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStackInstancesInputFilterSensitiveLog, ListStackInstancesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListStackInstancesCommand, serializeAws_queryListStackInstancesCommand, } from "../protocols/Aws_query";
6
5
  export class ListStackInstancesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStackInstancesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStackInstancesInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStackInstancesOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStackResourcesInputFilterSensitiveLog, ListStackResourcesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListStackResourcesCommand, serializeAws_queryListStackResourcesCommand, } from "../protocols/Aws_query";
6
5
  export class ListStackResourcesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStackResourcesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStackResourcesInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStackResourcesOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStackSetOperationResultsInputFilterSensitiveLog, ListStackSetOperationResultsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListStackSetOperationResultsCommand, serializeAws_queryListStackSetOperationResultsCommand, } from "../protocols/Aws_query";
6
5
  export class ListStackSetOperationResultsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStackSetOperationResultsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStackSetOperationResultsInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStackSetOperationResultsOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStackSetOperationsInputFilterSensitiveLog, ListStackSetOperationsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListStackSetOperationsCommand, serializeAws_queryListStackSetOperationsCommand, } from "../protocols/Aws_query";
6
5
  export class ListStackSetOperationsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStackSetOperationsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStackSetOperationsInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStackSetOperationsOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStackSetsInputFilterSensitiveLog, ListStackSetsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListStackSetsCommand, serializeAws_queryListStackSetsCommand, } from "../protocols/Aws_query";
6
5
  export class ListStackSetsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStackSetsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStackSetsInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStackSetsOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStacksInputFilterSensitiveLog, ListStacksOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListStacksCommand, serializeAws_queryListStacksCommand } from "../protocols/Aws_query";
6
5
  export class ListStacksCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStacksCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStacksInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStacksOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTypeRegistrationsInputFilterSensitiveLog, ListTypeRegistrationsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListTypeRegistrationsCommand, serializeAws_queryListTypeRegistrationsCommand, } from "../protocols/Aws_query";
6
5
  export class ListTypeRegistrationsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTypeRegistrationsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTypeRegistrationsInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTypeRegistrationsOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTypeVersionsInputFilterSensitiveLog, ListTypeVersionsOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListTypeVersionsCommand, serializeAws_queryListTypeVersionsCommand, } from "../protocols/Aws_query";
6
5
  export class ListTypeVersionsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTypeVersionsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTypeVersionsInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTypeVersionsOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTypesInputFilterSensitiveLog, ListTypesOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryListTypesCommand, serializeAws_queryListTypesCommand } from "../protocols/Aws_query";
6
5
  export class ListTypesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTypesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTypesInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTypesOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PublishTypeInputFilterSensitiveLog, PublishTypeOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryPublishTypeCommand, serializeAws_queryPublishTypeCommand } from "../protocols/Aws_query";
6
5
  export class PublishTypeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PublishTypeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PublishTypeInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: PublishTypeOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RecordHandlerProgressInputFilterSensitiveLog, RecordHandlerProgressOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryRecordHandlerProgressCommand, serializeAws_queryRecordHandlerProgressCommand, } from "../protocols/Aws_query";
6
5
  export class RecordHandlerProgressCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RecordHandlerProgressCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RecordHandlerProgressInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: RecordHandlerProgressOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RegisterPublisherInputFilterSensitiveLog, RegisterPublisherOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryRegisterPublisherCommand, serializeAws_queryRegisterPublisherCommand, } from "../protocols/Aws_query";
6
5
  export class RegisterPublisherCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RegisterPublisherCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RegisterPublisherInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: RegisterPublisherOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RegisterTypeInputFilterSensitiveLog, RegisterTypeOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryRegisterTypeCommand, serializeAws_queryRegisterTypeCommand } from "../protocols/Aws_query";
6
5
  export class RegisterTypeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RegisterTypeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RegisterTypeInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: RegisterTypeOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RollbackStackInputFilterSensitiveLog, RollbackStackOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryRollbackStackCommand, serializeAws_queryRollbackStackCommand, } from "../protocols/Aws_query";
6
5
  export class RollbackStackCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class RollbackStackCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: RollbackStackInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: RollbackStackOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SetStackPolicyInputFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_querySetStackPolicyCommand, serializeAws_querySetStackPolicyCommand, } from "../protocols/Aws_query";
6
5
  export class SetStackPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SetStackPolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SetStackPolicyInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SetTypeConfigurationInputFilterSensitiveLog, SetTypeConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_querySetTypeConfigurationCommand, serializeAws_querySetTypeConfigurationCommand, } from "../protocols/Aws_query";
6
5
  export class SetTypeConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SetTypeConfigurationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SetTypeConfigurationInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: SetTypeConfigurationOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SetTypeDefaultVersionInputFilterSensitiveLog, SetTypeDefaultVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_querySetTypeDefaultVersionCommand, serializeAws_querySetTypeDefaultVersionCommand, } from "../protocols/Aws_query";
6
5
  export class SetTypeDefaultVersionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SetTypeDefaultVersionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SetTypeDefaultVersionInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: SetTypeDefaultVersionOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SignalResourceInputFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_querySignalResourceCommand, serializeAws_querySignalResourceCommand, } from "../protocols/Aws_query";
6
5
  export class SignalResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class SignalResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: SignalResourceInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopStackSetOperationInputFilterSensitiveLog, StopStackSetOperationOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryStopStackSetOperationCommand, serializeAws_queryStopStackSetOperationCommand, } from "../protocols/Aws_query";
6
5
  export class StopStackSetOperationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StopStackSetOperationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StopStackSetOperationInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: StopStackSetOperationOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TestTypeInputFilterSensitiveLog, TestTypeOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryTestTypeCommand, serializeAws_queryTestTypeCommand } from "../protocols/Aws_query";
6
5
  export class TestTypeCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TestTypeCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TestTypeInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: TestTypeOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateStackInputFilterSensitiveLog, UpdateStackOutputFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryUpdateStackCommand, serializeAws_queryUpdateStackCommand } from "../protocols/Aws_query";
6
5
  export class UpdateStackCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateStackCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateStackInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateStackOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);