@aws-sdk/client-auto-scaling 3.131.0 → 3.141.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 (148) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +3 -6
  3. package/dist-cjs/commands/AttachInstancesCommand.js +1 -1
  4. package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
  5. package/dist-cjs/commands/AttachLoadBalancersCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +2 -2
  7. package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
  8. package/dist-cjs/commands/CancelInstanceRefreshCommand.js +2 -2
  9. package/dist-cjs/commands/CompleteLifecycleActionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +1 -1
  11. package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +1 -1
  12. package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteLifecycleHookCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +1 -1
  17. package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteWarmPoolCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -1
  22. package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +1 -1
  23. package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -1
  26. package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +1 -1
  29. package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +1 -1
  33. package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +2 -2
  34. package/dist-cjs/commands/DescribePoliciesCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +1 -1
  37. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +1 -1
  40. package/dist-cjs/commands/DescribeWarmPoolCommand.js +2 -2
  41. package/dist-cjs/commands/DetachInstancesCommand.js +2 -2
  42. package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
  43. package/dist-cjs/commands/DetachLoadBalancersCommand.js +2 -2
  44. package/dist-cjs/commands/DisableMetricsCollectionCommand.js +1 -1
  45. package/dist-cjs/commands/EnableMetricsCollectionCommand.js +1 -1
  46. package/dist-cjs/commands/EnterStandbyCommand.js +2 -2
  47. package/dist-cjs/commands/ExecutePolicyCommand.js +1 -1
  48. package/dist-cjs/commands/ExitStandbyCommand.js +2 -2
  49. package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +2 -2
  50. package/dist-cjs/commands/PutLifecycleHookCommand.js +2 -2
  51. package/dist-cjs/commands/PutNotificationConfigurationCommand.js +1 -1
  52. package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
  53. package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +1 -1
  54. package/dist-cjs/commands/PutWarmPoolCommand.js +2 -2
  55. package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
  56. package/dist-cjs/commands/ResumeProcessesCommand.js +1 -1
  57. package/dist-cjs/commands/SetDesiredCapacityCommand.js +1 -1
  58. package/dist-cjs/commands/SetInstanceHealthCommand.js +1 -1
  59. package/dist-cjs/commands/SetInstanceProtectionCommand.js +2 -2
  60. package/dist-cjs/commands/StartInstanceRefreshCommand.js +2 -2
  61. package/dist-cjs/commands/SuspendProcessesCommand.js +1 -1
  62. package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +1 -1
  64. package/dist-cjs/models/models_0.js +652 -976
  65. package/dist-es/commands/AttachInstancesCommand.js +2 -2
  66. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
  67. package/dist-es/commands/AttachLoadBalancersCommand.js +3 -3
  68. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -3
  69. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
  70. package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -3
  71. package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -3
  72. package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
  73. package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
  74. package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
  75. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
  76. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
  77. package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -3
  78. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
  79. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  80. package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
  81. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  82. package/dist-es/commands/DeleteWarmPoolCommand.js +3 -3
  83. package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
  84. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
  85. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -3
  86. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -3
  87. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
  88. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -3
  89. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -3
  90. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
  91. package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -3
  92. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
  93. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
  94. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
  95. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -3
  96. package/dist-es/commands/DescribePoliciesCommand.js +3 -3
  97. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
  98. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
  99. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
  100. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  101. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
  102. package/dist-es/commands/DescribeWarmPoolCommand.js +3 -3
  103. package/dist-es/commands/DetachInstancesCommand.js +3 -3
  104. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
  105. package/dist-es/commands/DetachLoadBalancersCommand.js +3 -3
  106. package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
  107. package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
  108. package/dist-es/commands/EnterStandbyCommand.js +3 -3
  109. package/dist-es/commands/ExecutePolicyCommand.js +2 -2
  110. package/dist-es/commands/ExitStandbyCommand.js +3 -3
  111. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -3
  112. package/dist-es/commands/PutLifecycleHookCommand.js +3 -3
  113. package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
  114. package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
  115. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
  116. package/dist-es/commands/PutWarmPoolCommand.js +3 -3
  117. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
  118. package/dist-es/commands/ResumeProcessesCommand.js +2 -2
  119. package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
  120. package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
  121. package/dist-es/commands/SetInstanceProtectionCommand.js +3 -3
  122. package/dist-es/commands/StartInstanceRefreshCommand.js +3 -3
  123. package/dist-es/commands/SuspendProcessesCommand.js +2 -2
  124. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
  125. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
  126. package/dist-es/models/models_0.js +162 -648
  127. package/dist-types/AutoScaling.d.ts +61 -51
  128. package/dist-types/AutoScalingClient.d.ts +6 -5
  129. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -7
  130. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +7 -8
  131. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +3 -3
  132. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -2
  133. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -2
  135. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +5 -5
  136. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -5
  137. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -2
  138. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +3 -3
  140. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +4 -0
  141. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
  142. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
  143. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +5 -1
  144. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
  145. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +3 -3
  146. package/dist-types/models/models_0.d.ts +902 -1192
  147. package/dist-types/ts3.4/models/models_0.d.ts +324 -648
  148. 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 { AttachInstancesQuery } from "../models/models_0";
4
+ import { AttachInstancesQueryFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryAttachInstancesCommand, serializeAws_queryAttachInstancesCommand, } from "../protocols/Aws_query";
6
6
  var AttachInstancesCommand = (function (_super) {
7
7
  __extends(AttachInstancesCommand, _super);
@@ -20,7 +20,7 @@ var AttachInstancesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AttachInstancesQuery.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AttachInstancesQueryFilterSensitiveLog,
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 { AttachLoadBalancerTargetGroupsResultType, AttachLoadBalancerTargetGroupsType } from "../models/models_0";
4
+ import { AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog, AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryAttachLoadBalancerTargetGroupsCommand, serializeAws_queryAttachLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
6
6
  var AttachLoadBalancerTargetGroupsCommand = (function (_super) {
7
7
  __extends(AttachLoadBalancerTargetGroupsCommand, _super);
@@ -20,8 +20,8 @@ var AttachLoadBalancerTargetGroupsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AttachLoadBalancerTargetGroupsType.filterSensitiveLog,
24
- outputFilterSensitiveLog: AttachLoadBalancerTargetGroupsResultType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog,
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 { AttachLoadBalancersResultType, AttachLoadBalancersType } from "../models/models_0";
4
+ import { AttachLoadBalancersResultTypeFilterSensitiveLog, AttachLoadBalancersTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryAttachLoadBalancersCommand, serializeAws_queryAttachLoadBalancersCommand, } from "../protocols/Aws_query";
6
6
  var AttachLoadBalancersCommand = (function (_super) {
7
7
  __extends(AttachLoadBalancersCommand, _super);
@@ -20,8 +20,8 @@ var AttachLoadBalancersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AttachLoadBalancersType.filterSensitiveLog,
24
- outputFilterSensitiveLog: AttachLoadBalancersResultType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AttachLoadBalancersTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AttachLoadBalancersResultTypeFilterSensitiveLog,
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 { BatchDeleteScheduledActionAnswer, BatchDeleteScheduledActionType } from "../models/models_0";
4
+ import { BatchDeleteScheduledActionAnswerFilterSensitiveLog, BatchDeleteScheduledActionTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryBatchDeleteScheduledActionCommand, serializeAws_queryBatchDeleteScheduledActionCommand, } from "../protocols/Aws_query";
6
6
  var BatchDeleteScheduledActionCommand = (function (_super) {
7
7
  __extends(BatchDeleteScheduledActionCommand, _super);
@@ -20,8 +20,8 @@ var BatchDeleteScheduledActionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: BatchDeleteScheduledActionType.filterSensitiveLog,
24
- outputFilterSensitiveLog: BatchDeleteScheduledActionAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: BatchDeleteScheduledActionTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: BatchDeleteScheduledActionAnswerFilterSensitiveLog,
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 { BatchPutScheduledUpdateGroupActionAnswer, BatchPutScheduledUpdateGroupActionType } from "../models/models_0";
4
+ import { BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog, BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryBatchPutScheduledUpdateGroupActionCommand, serializeAws_queryBatchPutScheduledUpdateGroupActionCommand, } from "../protocols/Aws_query";
6
6
  var BatchPutScheduledUpdateGroupActionCommand = (function (_super) {
7
7
  __extends(BatchPutScheduledUpdateGroupActionCommand, _super);
@@ -20,8 +20,8 @@ var BatchPutScheduledUpdateGroupActionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: BatchPutScheduledUpdateGroupActionType.filterSensitiveLog,
24
- outputFilterSensitiveLog: BatchPutScheduledUpdateGroupActionAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog,
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 { CancelInstanceRefreshAnswer, CancelInstanceRefreshType } from "../models/models_0";
4
+ import { CancelInstanceRefreshAnswerFilterSensitiveLog, CancelInstanceRefreshTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryCancelInstanceRefreshCommand, serializeAws_queryCancelInstanceRefreshCommand, } from "../protocols/Aws_query";
6
6
  var CancelInstanceRefreshCommand = (function (_super) {
7
7
  __extends(CancelInstanceRefreshCommand, _super);
@@ -20,8 +20,8 @@ var CancelInstanceRefreshCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CancelInstanceRefreshType.filterSensitiveLog,
24
- outputFilterSensitiveLog: CancelInstanceRefreshAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CancelInstanceRefreshTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CancelInstanceRefreshAnswerFilterSensitiveLog,
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 { CompleteLifecycleActionAnswer, CompleteLifecycleActionType } from "../models/models_0";
4
+ import { CompleteLifecycleActionAnswerFilterSensitiveLog, CompleteLifecycleActionTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryCompleteLifecycleActionCommand, serializeAws_queryCompleteLifecycleActionCommand, } from "../protocols/Aws_query";
6
6
  var CompleteLifecycleActionCommand = (function (_super) {
7
7
  __extends(CompleteLifecycleActionCommand, _super);
@@ -20,8 +20,8 @@ var CompleteLifecycleActionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CompleteLifecycleActionType.filterSensitiveLog,
24
- outputFilterSensitiveLog: CompleteLifecycleActionAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CompleteLifecycleActionTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CompleteLifecycleActionAnswerFilterSensitiveLog,
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 { CreateAutoScalingGroupType } from "../models/models_0";
4
+ import { CreateAutoScalingGroupTypeFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryCreateAutoScalingGroupCommand, serializeAws_queryCreateAutoScalingGroupCommand, } from "../protocols/Aws_query";
6
6
  var CreateAutoScalingGroupCommand = (function (_super) {
7
7
  __extends(CreateAutoScalingGroupCommand, _super);
@@ -20,7 +20,7 @@ var CreateAutoScalingGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateAutoScalingGroupType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateAutoScalingGroupTypeFilterSensitiveLog,
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 { CreateLaunchConfigurationType } from "../models/models_0";
4
+ import { CreateLaunchConfigurationTypeFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryCreateLaunchConfigurationCommand, serializeAws_queryCreateLaunchConfigurationCommand, } from "../protocols/Aws_query";
6
6
  var CreateLaunchConfigurationCommand = (function (_super) {
7
7
  __extends(CreateLaunchConfigurationCommand, _super);
@@ -20,7 +20,7 @@ var CreateLaunchConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateLaunchConfigurationType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateLaunchConfigurationTypeFilterSensitiveLog,
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 { CreateOrUpdateTagsType } from "../models/models_0";
4
+ import { CreateOrUpdateTagsTypeFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryCreateOrUpdateTagsCommand, serializeAws_queryCreateOrUpdateTagsCommand, } from "../protocols/Aws_query";
6
6
  var CreateOrUpdateTagsCommand = (function (_super) {
7
7
  __extends(CreateOrUpdateTagsCommand, _super);
@@ -20,7 +20,7 @@ var CreateOrUpdateTagsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateOrUpdateTagsType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateOrUpdateTagsTypeFilterSensitiveLog,
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 { DeleteAutoScalingGroupType } from "../models/models_0";
4
+ import { DeleteAutoScalingGroupTypeFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryDeleteAutoScalingGroupCommand, serializeAws_queryDeleteAutoScalingGroupCommand, } from "../protocols/Aws_query";
6
6
  var DeleteAutoScalingGroupCommand = (function (_super) {
7
7
  __extends(DeleteAutoScalingGroupCommand, _super);
@@ -20,7 +20,7 @@ var DeleteAutoScalingGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteAutoScalingGroupType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteAutoScalingGroupTypeFilterSensitiveLog,
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 { LaunchConfigurationNameType } from "../models/models_0";
4
+ import { LaunchConfigurationNameTypeFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryDeleteLaunchConfigurationCommand, serializeAws_queryDeleteLaunchConfigurationCommand, } from "../protocols/Aws_query";
6
6
  var DeleteLaunchConfigurationCommand = (function (_super) {
7
7
  __extends(DeleteLaunchConfigurationCommand, _super);
@@ -20,7 +20,7 @@ var DeleteLaunchConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: LaunchConfigurationNameType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: LaunchConfigurationNameTypeFilterSensitiveLog,
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 { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0";
4
+ import { DeleteLifecycleHookAnswerFilterSensitiveLog, DeleteLifecycleHookTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDeleteLifecycleHookCommand, serializeAws_queryDeleteLifecycleHookCommand, } from "../protocols/Aws_query";
6
6
  var DeleteLifecycleHookCommand = (function (_super) {
7
7
  __extends(DeleteLifecycleHookCommand, _super);
@@ -20,8 +20,8 @@ var DeleteLifecycleHookCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteLifecycleHookType.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteLifecycleHookAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteLifecycleHookTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteLifecycleHookAnswerFilterSensitiveLog,
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 { DeleteNotificationConfigurationType } from "../models/models_0";
4
+ import { DeleteNotificationConfigurationTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDeleteNotificationConfigurationCommand, serializeAws_queryDeleteNotificationConfigurationCommand, } from "../protocols/Aws_query";
6
6
  var DeleteNotificationConfigurationCommand = (function (_super) {
7
7
  __extends(DeleteNotificationConfigurationCommand, _super);
@@ -20,7 +20,7 @@ var DeleteNotificationConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteNotificationConfigurationType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteNotificationConfigurationTypeFilterSensitiveLog,
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 { DeletePolicyType } from "../models/models_0";
4
+ import { DeletePolicyTypeFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryDeletePolicyCommand, serializeAws_queryDeletePolicyCommand } from "../protocols/Aws_query";
6
6
  var DeletePolicyCommand = (function (_super) {
7
7
  __extends(DeletePolicyCommand, _super);
@@ -20,7 +20,7 @@ var DeletePolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeletePolicyType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeletePolicyTypeFilterSensitiveLog,
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 { DeleteScheduledActionType } from "../models/models_0";
4
+ import { DeleteScheduledActionTypeFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryDeleteScheduledActionCommand, serializeAws_queryDeleteScheduledActionCommand, } from "../protocols/Aws_query";
6
6
  var DeleteScheduledActionCommand = (function (_super) {
7
7
  __extends(DeleteScheduledActionCommand, _super);
@@ -20,7 +20,7 @@ var DeleteScheduledActionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteScheduledActionType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteScheduledActionTypeFilterSensitiveLog,
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 { DeleteTagsType } from "../models/models_0";
4
+ import { DeleteTagsTypeFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryDeleteTagsCommand, serializeAws_queryDeleteTagsCommand } from "../protocols/Aws_query";
6
6
  var DeleteTagsCommand = (function (_super) {
7
7
  __extends(DeleteTagsCommand, _super);
@@ -20,7 +20,7 @@ var DeleteTagsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteTagsType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteTagsTypeFilterSensitiveLog,
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 { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0";
4
+ import { DeleteWarmPoolAnswerFilterSensitiveLog, DeleteWarmPoolTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDeleteWarmPoolCommand, serializeAws_queryDeleteWarmPoolCommand, } from "../protocols/Aws_query";
6
6
  var DeleteWarmPoolCommand = (function (_super) {
7
7
  __extends(DeleteWarmPoolCommand, _super);
@@ -20,8 +20,8 @@ var DeleteWarmPoolCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteWarmPoolType.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteWarmPoolAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteWarmPoolTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteWarmPoolAnswerFilterSensitiveLog,
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 { DescribeAccountLimitsAnswer } from "../models/models_0";
4
+ import { DescribeAccountLimitsAnswerFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeAccountLimitsCommand, serializeAws_queryDescribeAccountLimitsCommand, } from "../protocols/Aws_query";
6
6
  var DescribeAccountLimitsCommand = (function (_super) {
7
7
  __extends(DescribeAccountLimitsCommand, _super);
@@ -21,7 +21,7 @@ var DescribeAccountLimitsCommand = (function (_super) {
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
23
  inputFilterSensitiveLog: function (input) { return input; },
24
- outputFilterSensitiveLog: DescribeAccountLimitsAnswer.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAccountLimitsAnswerFilterSensitiveLog,
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 { DescribeAdjustmentTypesAnswer } from "../models/models_0";
4
+ import { DescribeAdjustmentTypesAnswerFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeAdjustmentTypesCommand, serializeAws_queryDescribeAdjustmentTypesCommand, } from "../protocols/Aws_query";
6
6
  var DescribeAdjustmentTypesCommand = (function (_super) {
7
7
  __extends(DescribeAdjustmentTypesCommand, _super);
@@ -21,7 +21,7 @@ var DescribeAdjustmentTypesCommand = (function (_super) {
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
23
  inputFilterSensitiveLog: function (input) { return input; },
24
- outputFilterSensitiveLog: DescribeAdjustmentTypesAnswer.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAdjustmentTypesAnswerFilterSensitiveLog,
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 { AutoScalingGroupNamesType, AutoScalingGroupsType } from "../models/models_0";
4
+ import { AutoScalingGroupNamesTypeFilterSensitiveLog, AutoScalingGroupsTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeAutoScalingGroupsCommand, serializeAws_queryDescribeAutoScalingGroupsCommand, } from "../protocols/Aws_query";
6
6
  var DescribeAutoScalingGroupsCommand = (function (_super) {
7
7
  __extends(DescribeAutoScalingGroupsCommand, _super);
@@ -20,8 +20,8 @@ var DescribeAutoScalingGroupsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AutoScalingGroupNamesType.filterSensitiveLog,
24
- outputFilterSensitiveLog: AutoScalingGroupsType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AutoScalingGroupNamesTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AutoScalingGroupsTypeFilterSensitiveLog,
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 { AutoScalingInstancesType, DescribeAutoScalingInstancesType } from "../models/models_0";
4
+ import { AutoScalingInstancesTypeFilterSensitiveLog, DescribeAutoScalingInstancesTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeAutoScalingInstancesCommand, serializeAws_queryDescribeAutoScalingInstancesCommand, } from "../protocols/Aws_query";
6
6
  var DescribeAutoScalingInstancesCommand = (function (_super) {
7
7
  __extends(DescribeAutoScalingInstancesCommand, _super);
@@ -20,8 +20,8 @@ var DescribeAutoScalingInstancesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeAutoScalingInstancesType.filterSensitiveLog,
24
- outputFilterSensitiveLog: AutoScalingInstancesType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeAutoScalingInstancesTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AutoScalingInstancesTypeFilterSensitiveLog,
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 { DescribeAutoScalingNotificationTypesAnswer } from "../models/models_0";
4
+ import { DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeAutoScalingNotificationTypesCommand, serializeAws_queryDescribeAutoScalingNotificationTypesCommand, } from "../protocols/Aws_query";
6
6
  var DescribeAutoScalingNotificationTypesCommand = (function (_super) {
7
7
  __extends(DescribeAutoScalingNotificationTypesCommand, _super);
@@ -21,7 +21,7 @@ var DescribeAutoScalingNotificationTypesCommand = (function (_super) {
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
23
  inputFilterSensitiveLog: function (input) { return input; },
24
- outputFilterSensitiveLog: DescribeAutoScalingNotificationTypesAnswer.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog,
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 { DescribeInstanceRefreshesAnswer, DescribeInstanceRefreshesType } from "../models/models_0";
4
+ import { DescribeInstanceRefreshesAnswerFilterSensitiveLog, DescribeInstanceRefreshesTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeInstanceRefreshesCommand, serializeAws_queryDescribeInstanceRefreshesCommand, } from "../protocols/Aws_query";
6
6
  var DescribeInstanceRefreshesCommand = (function (_super) {
7
7
  __extends(DescribeInstanceRefreshesCommand, _super);
@@ -20,8 +20,8 @@ var DescribeInstanceRefreshesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeInstanceRefreshesType.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeInstanceRefreshesAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeInstanceRefreshesTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeInstanceRefreshesAnswerFilterSensitiveLog,
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 { LaunchConfigurationNamesType, LaunchConfigurationsType } from "../models/models_0";
4
+ import { LaunchConfigurationNamesTypeFilterSensitiveLog, LaunchConfigurationsTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeLaunchConfigurationsCommand, serializeAws_queryDescribeLaunchConfigurationsCommand, } from "../protocols/Aws_query";
6
6
  var DescribeLaunchConfigurationsCommand = (function (_super) {
7
7
  __extends(DescribeLaunchConfigurationsCommand, _super);
@@ -20,8 +20,8 @@ var DescribeLaunchConfigurationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: LaunchConfigurationNamesType.filterSensitiveLog,
24
- outputFilterSensitiveLog: LaunchConfigurationsType.filterSensitiveLog,
23
+ inputFilterSensitiveLog: LaunchConfigurationNamesTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: LaunchConfigurationsTypeFilterSensitiveLog,
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 { DescribeLifecycleHookTypesAnswer } from "../models/models_0";
4
+ import { DescribeLifecycleHookTypesAnswerFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeLifecycleHookTypesCommand, serializeAws_queryDescribeLifecycleHookTypesCommand, } from "../protocols/Aws_query";
6
6
  var DescribeLifecycleHookTypesCommand = (function (_super) {
7
7
  __extends(DescribeLifecycleHookTypesCommand, _super);
@@ -21,7 +21,7 @@ var DescribeLifecycleHookTypesCommand = (function (_super) {
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
23
  inputFilterSensitiveLog: function (input) { return input; },
24
- outputFilterSensitiveLog: DescribeLifecycleHookTypesAnswer.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeLifecycleHookTypesAnswerFilterSensitiveLog,
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 { DescribeLifecycleHooksAnswer, DescribeLifecycleHooksType } from "../models/models_0";
4
+ import { DescribeLifecycleHooksAnswerFilterSensitiveLog, DescribeLifecycleHooksTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeLifecycleHooksCommand, serializeAws_queryDescribeLifecycleHooksCommand, } from "../protocols/Aws_query";
6
6
  var DescribeLifecycleHooksCommand = (function (_super) {
7
7
  __extends(DescribeLifecycleHooksCommand, _super);
@@ -20,8 +20,8 @@ var DescribeLifecycleHooksCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeLifecycleHooksType.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeLifecycleHooksAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeLifecycleHooksTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeLifecycleHooksAnswerFilterSensitiveLog,
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 { DescribeLoadBalancerTargetGroupsRequest, DescribeLoadBalancerTargetGroupsResponse } from "../models/models_0";
4
+ import { DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog, DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeLoadBalancerTargetGroupsCommand, serializeAws_queryDescribeLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
6
6
  var DescribeLoadBalancerTargetGroupsCommand = (function (_super) {
7
7
  __extends(DescribeLoadBalancerTargetGroupsCommand, _super);
@@ -20,8 +20,8 @@ var DescribeLoadBalancerTargetGroupsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeLoadBalancerTargetGroupsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeLoadBalancerTargetGroupsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog,
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 { DescribeLoadBalancersRequest, DescribeLoadBalancersResponse } from "../models/models_0";
4
+ import { DescribeLoadBalancersRequestFilterSensitiveLog, DescribeLoadBalancersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeLoadBalancersCommand, serializeAws_queryDescribeLoadBalancersCommand, } from "../protocols/Aws_query";
6
6
  var DescribeLoadBalancersCommand = (function (_super) {
7
7
  __extends(DescribeLoadBalancersCommand, _super);
@@ -20,8 +20,8 @@ var DescribeLoadBalancersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeLoadBalancersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeLoadBalancersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeLoadBalancersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeLoadBalancersResponseFilterSensitiveLog,
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 { DescribeMetricCollectionTypesAnswer } from "../models/models_0";
4
+ import { DescribeMetricCollectionTypesAnswerFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeMetricCollectionTypesCommand, serializeAws_queryDescribeMetricCollectionTypesCommand, } from "../protocols/Aws_query";
6
6
  var DescribeMetricCollectionTypesCommand = (function (_super) {
7
7
  __extends(DescribeMetricCollectionTypesCommand, _super);
@@ -21,7 +21,7 @@ var DescribeMetricCollectionTypesCommand = (function (_super) {
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
23
  inputFilterSensitiveLog: function (input) { return input; },
24
- outputFilterSensitiveLog: DescribeMetricCollectionTypesAnswer.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeMetricCollectionTypesAnswerFilterSensitiveLog,
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 { DescribeNotificationConfigurationsAnswer, DescribeNotificationConfigurationsType } from "../models/models_0";
4
+ import { DescribeNotificationConfigurationsAnswerFilterSensitiveLog, DescribeNotificationConfigurationsTypeFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeNotificationConfigurationsCommand, serializeAws_queryDescribeNotificationConfigurationsCommand, } from "../protocols/Aws_query";
6
6
  var DescribeNotificationConfigurationsCommand = (function (_super) {
7
7
  __extends(DescribeNotificationConfigurationsCommand, _super);
@@ -20,8 +20,8 @@ var DescribeNotificationConfigurationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeNotificationConfigurationsType.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeNotificationConfigurationsAnswer.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeNotificationConfigurationsTypeFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeNotificationConfigurationsAnswerFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {