@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.
- package/CHANGELOG.md +30 -0
- package/README.md +3 -6
- package/dist-cjs/commands/AttachInstancesCommand.js +1 -1
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -1
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribePoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DetachInstancesCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnterStandbyCommand.js +2 -2
- package/dist-cjs/commands/ExecutePolicyCommand.js +1 -1
- package/dist-cjs/commands/ExitStandbyCommand.js +2 -2
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +1 -1
- package/dist-cjs/commands/PutWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
- package/dist-cjs/commands/ResumeProcessesCommand.js +1 -1
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceHealthCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +2 -2
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/SuspendProcessesCommand.js +1 -1
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/models/models_0.js +652 -976
- package/dist-es/commands/AttachInstancesCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/AttachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -3
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -3
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWarmPoolCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -3
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribePoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeWarmPoolCommand.js +3 -3
- package/dist-es/commands/DetachInstancesCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnterStandbyCommand.js +3 -3
- package/dist-es/commands/ExecutePolicyCommand.js +2 -2
- package/dist-es/commands/ExitStandbyCommand.js +3 -3
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -3
- package/dist-es/commands/PutLifecycleHookCommand.js +3 -3
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/PutWarmPoolCommand.js +3 -3
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
- package/dist-es/commands/ResumeProcessesCommand.js +2 -2
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
- package/dist-es/commands/SetInstanceProtectionCommand.js +3 -3
- package/dist-es/commands/StartInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/SuspendProcessesCommand.js +2 -2
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
- package/dist-es/models/models_0.js +162 -648
- package/dist-types/AutoScaling.d.ts +61 -51
- package/dist-types/AutoScalingClient.d.ts +6 -5
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -7
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +7 -8
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -5
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +3 -3
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +5 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +902 -1192
- package/dist-types/ts3.4/models/models_0.d.ts +324 -648
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [3.136.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.0...v3.136.1) (2022-07-25)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
|
package/README.md
CHANGED
|
@@ -11,12 +11,9 @@ AWS SDK for JavaScript AutoScaling Client for Node.js, Browser and React Native.
|
|
|
11
11
|
|
|
12
12
|
<fullname>Amazon EC2 Auto Scaling</fullname>
|
|
13
13
|
|
|
14
|
-
<p>Amazon EC2 Auto Scaling is designed to automatically launch
|
|
14
|
+
<p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
|
|
15
15
|
based on user-defined scaling policies, scheduled actions, and health checks.</p>
|
|
16
|
-
<p>For more information
|
|
17
|
-
permissions for calls to Amazon EC2 Auto Scaling, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/ec2-auto-scaling-api-permissions.html">Granting
|
|
18
|
-
IAM users required permissions for Amazon EC2 Auto Scaling resources</a> in the
|
|
19
|
-
<i>Amazon EC2 Auto Scaling API Reference</i>.</p>
|
|
16
|
+
<p>For more information, see the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/">Amazon EC2 Auto Scaling User Guide</a> and the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/Welcome.html">Amazon EC2 Auto Scaling API Reference</a>.</p>
|
|
20
17
|
|
|
21
18
|
## Installing
|
|
22
19
|
|
|
@@ -172,7 +169,7 @@ try {
|
|
|
172
169
|
const data = await client.send(command);
|
|
173
170
|
// process data.
|
|
174
171
|
} catch (error) {
|
|
175
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
172
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
176
173
|
console.log({ requestId, cfId, extendedRequestId });
|
|
177
174
|
/**
|
|
178
175
|
* The keys within exceptions are also parsed.
|
|
@@ -20,7 +20,7 @@ class AttachInstancesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.AttachInstancesQueryFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class AttachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class AttachLoadBalancersCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.AttachLoadBalancersTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.AttachLoadBalancersResultTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class BatchDeleteScheduledActionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.BatchDeleteScheduledActionTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.BatchDeleteScheduledActionAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class BatchPutScheduledUpdateGroupActionCommand extends smithy_client_1.Command
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class CancelInstanceRefreshCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CancelInstanceRefreshTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CancelInstanceRefreshAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class CompleteLifecycleActionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CompleteLifecycleActionTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CompleteLifecycleActionAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class CreateAutoScalingGroupCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateAutoScalingGroupTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class CreateLaunchConfigurationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateLaunchConfigurationTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class CreateOrUpdateTagsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateOrUpdateTagsTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class DeleteAutoScalingGroupCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteAutoScalingGroupTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class DeleteLaunchConfigurationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.LaunchConfigurationNameTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class DeleteLifecycleHookCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteLifecycleHookTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteLifecycleHookAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class DeleteNotificationConfigurationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteNotificationConfigurationTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class DeletePolicyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeletePolicyTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class DeleteScheduledActionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteScheduledActionTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class DeleteTagsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteTagsTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class DeleteWarmPoolCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteWarmPoolTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteWarmPoolAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -21,7 +21,7 @@ class DescribeAccountLimitsCommand extends smithy_client_1.Command {
|
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
23
|
inputFilterSensitiveLog: (input) => input,
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeAccountLimitsAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -21,7 +21,7 @@ class DescribeAdjustmentTypesCommand extends smithy_client_1.Command {
|
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
23
|
inputFilterSensitiveLog: (input) => input,
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeAdjustmentTypesAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeAutoScalingGroupsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.AutoScalingGroupNamesTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.AutoScalingGroupsTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeAutoScalingInstancesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeAutoScalingInstancesTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.AutoScalingInstancesTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -21,7 +21,7 @@ class DescribeAutoScalingNotificationTypesCommand extends smithy_client_1.Comman
|
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
23
|
inputFilterSensitiveLog: (input) => input,
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeInstanceRefreshesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeInstanceRefreshesTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeInstanceRefreshesAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeLaunchConfigurationsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.LaunchConfigurationNamesTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.LaunchConfigurationsTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -21,7 +21,7 @@ class DescribeLifecycleHookTypesCommand extends smithy_client_1.Command {
|
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
23
|
inputFilterSensitiveLog: (input) => input,
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeLifecycleHookTypesAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeLifecycleHooksCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeLifecycleHooksTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeLifecycleHooksAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeLoadBalancersCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeLoadBalancersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeLoadBalancersResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -21,7 +21,7 @@ class DescribeMetricCollectionTypesCommand extends smithy_client_1.Command {
|
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
23
|
inputFilterSensitiveLog: (input) => input,
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeMetricCollectionTypesAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeNotificationConfigurationsCommand extends smithy_client_1.Command
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeNotificationConfigurationsTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeNotificationConfigurationsAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribePoliciesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribePoliciesTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.PoliciesTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeScalingActivitiesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeScalingActivitiesTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ActivitiesTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -21,7 +21,7 @@ class DescribeScalingProcessTypesCommand extends smithy_client_1.Command {
|
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
23
|
inputFilterSensitiveLog: (input) => input,
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ProcessesTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeScheduledActionsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeScheduledActionsTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ScheduledActionsTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeTagsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeTagsTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagsTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -21,7 +21,7 @@ class DescribeTerminationPolicyTypesCommand extends smithy_client_1.Command {
|
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
23
|
inputFilterSensitiveLog: (input) => input,
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeTerminationPolicyTypesAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DescribeWarmPoolCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeWarmPoolTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeWarmPoolAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DetachInstancesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DetachInstancesQueryFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DetachInstancesAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DetachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DetachLoadBalancersCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DetachLoadBalancersTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DetachLoadBalancersResultTypeFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class DisableMetricsCollectionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DisableMetricsCollectionQueryFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,7 +20,7 @@ class EnableMetricsCollectionCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.EnableMetricsCollectionQueryFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class EnterStandbyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.EnterStandbyQueryFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.EnterStandbyAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,7 +20,7 @@ class ExecutePolicyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ExecutePolicyTypeFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: (output) => output,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
@@ -20,8 +20,8 @@ class ExitStandbyCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ExitStandbyQueryFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ExitStandbyAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetPredictiveScalingForecastCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetPredictiveScalingForecastTypeFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetPredictiveScalingForecastAnswerFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|