@aws-sdk/client-auto-scaling 3.413.0 → 3.418.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/dist-cjs/commands/AttachInstancesCommand.js +5 -0
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +5 -0
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +5 -0
- package/dist-cjs/commands/AttachTrafficSourcesCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +5 -0
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +5 -0
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +5 -0
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +5 -0
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +5 -0
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +5 -0
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +5 -0
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +5 -0
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +5 -0
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +5 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +5 -0
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +5 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +5 -0
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +5 -0
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +5 -0
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +5 -0
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +5 -0
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +5 -0
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +5 -0
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +5 -0
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +5 -0
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +5 -0
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +5 -0
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +5 -0
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +5 -0
- package/dist-cjs/commands/DescribePoliciesCommand.js +5 -0
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +5 -0
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +5 -0
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +5 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +5 -0
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +5 -0
- package/dist-cjs/commands/DescribeTrafficSourcesCommand.js +5 -0
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +5 -0
- package/dist-cjs/commands/DetachInstancesCommand.js +5 -0
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +5 -0
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +5 -0
- package/dist-cjs/commands/DetachTrafficSourcesCommand.js +5 -0
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +5 -0
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +5 -0
- package/dist-cjs/commands/EnterStandbyCommand.js +5 -0
- package/dist-cjs/commands/ExecutePolicyCommand.js +5 -0
- package/dist-cjs/commands/ExitStandbyCommand.js +5 -0
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +5 -0
- package/dist-cjs/commands/PutLifecycleHookCommand.js +5 -0
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +5 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +5 -0
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +5 -0
- package/dist-cjs/commands/PutWarmPoolCommand.js +5 -0
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +5 -0
- package/dist-cjs/commands/ResumeProcessesCommand.js +5 -0
- package/dist-cjs/commands/RollbackInstanceRefreshCommand.js +5 -0
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +5 -0
- package/dist-cjs/commands/SetInstanceHealthCommand.js +5 -0
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +5 -0
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +5 -0
- package/dist-cjs/commands/SuspendProcessesCommand.js +5 -0
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +5 -0
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +5 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/commands/AttachInstancesCommand.js +5 -0
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +5 -0
- package/dist-es/commands/AttachLoadBalancersCommand.js +5 -0
- package/dist-es/commands/AttachTrafficSourcesCommand.js +5 -0
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +5 -0
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +5 -0
- package/dist-es/commands/CancelInstanceRefreshCommand.js +5 -0
- package/dist-es/commands/CompleteLifecycleActionCommand.js +5 -0
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +5 -0
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +5 -0
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +5 -0
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +5 -0
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +5 -0
- package/dist-es/commands/DeleteLifecycleHookCommand.js +5 -0
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +5 -0
- package/dist-es/commands/DeletePolicyCommand.js +5 -0
- package/dist-es/commands/DeleteScheduledActionCommand.js +5 -0
- package/dist-es/commands/DeleteTagsCommand.js +5 -0
- package/dist-es/commands/DeleteWarmPoolCommand.js +5 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +5 -0
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +5 -0
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +5 -0
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +5 -0
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +5 -0
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +5 -0
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +5 -0
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +5 -0
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +5 -0
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +5 -0
- package/dist-es/commands/DescribeLoadBalancersCommand.js +5 -0
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +5 -0
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +5 -0
- package/dist-es/commands/DescribePoliciesCommand.js +5 -0
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +5 -0
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +5 -0
- package/dist-es/commands/DescribeScheduledActionsCommand.js +5 -0
- package/dist-es/commands/DescribeTagsCommand.js +5 -0
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +5 -0
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +5 -0
- package/dist-es/commands/DescribeWarmPoolCommand.js +5 -0
- package/dist-es/commands/DetachInstancesCommand.js +5 -0
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +5 -0
- package/dist-es/commands/DetachLoadBalancersCommand.js +5 -0
- package/dist-es/commands/DetachTrafficSourcesCommand.js +5 -0
- package/dist-es/commands/DisableMetricsCollectionCommand.js +5 -0
- package/dist-es/commands/EnableMetricsCollectionCommand.js +5 -0
- package/dist-es/commands/EnterStandbyCommand.js +5 -0
- package/dist-es/commands/ExecutePolicyCommand.js +5 -0
- package/dist-es/commands/ExitStandbyCommand.js +5 -0
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +5 -0
- package/dist-es/commands/PutLifecycleHookCommand.js +5 -0
- package/dist-es/commands/PutNotificationConfigurationCommand.js +5 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +5 -0
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +5 -0
- package/dist-es/commands/PutWarmPoolCommand.js +5 -0
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +5 -0
- package/dist-es/commands/ResumeProcessesCommand.js +5 -0
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +5 -0
- package/dist-es/commands/SetDesiredCapacityCommand.js +5 -0
- package/dist-es/commands/SetInstanceHealthCommand.js +5 -0
- package/dist-es/commands/SetInstanceProtectionCommand.js +5 -0
- package/dist-es/commands/StartInstanceRefreshCommand.js +5 -0
- package/dist-es/commands/SuspendProcessesCommand.js +5 -0
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +5 -0
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +5 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/package.json +32 -31
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeMetricCollectionTypesCommand, se_DescribeMetricCollectionTypesCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeMetricCollectionTypesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeMetricCollectionTypesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeMetricCollectionTypes",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeNotificationConfigurationsCommand, se_DescribeNotificationConfigurationsCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeNotificationConfigurationsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeNotificationConfigurationsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeNotificationConfigurations",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribePoliciesCommand, se_DescribePoliciesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribePoliciesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribePoliciesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribePolicies",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeScalingActivitiesCommand, se_DescribeScalingActivitiesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeScalingActivitiesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeScalingActivitiesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeScalingActivities",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeScalingProcessTypesCommand, se_DescribeScalingProcessTypesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeScalingProcessTypesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeScalingProcessTypesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeScalingProcessTypes",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeScheduledActionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeScheduledActionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeScheduledActions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeTagsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeTagsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeTags",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeTerminationPolicyTypesCommand, se_DescribeTerminationPolicyTypesCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeTerminationPolicyTypesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeTerminationPolicyTypesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeTerminationPolicyTypes",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeTrafficSourcesCommand, se_DescribeTrafficSourcesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeTrafficSourcesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeTrafficSourcesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeTrafficSources",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeWarmPoolCommand, se_DescribeWarmPoolCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeWarmPoolCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeWarmPoolCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeWarmPool",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DetachInstancesCommand, se_DetachInstancesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DetachInstancesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DetachInstancesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DetachInstances",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DetachLoadBalancerTargetGroupsCommand, se_DetachLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DetachLoadBalancerTargetGroupsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DetachLoadBalancerTargetGroupsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DetachLoadBalancerTargetGroups",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DetachLoadBalancersCommand, se_DetachLoadBalancersCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DetachLoadBalancersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DetachLoadBalancersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DetachLoadBalancers",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DetachTrafficSourcesCommand, se_DetachTrafficSourcesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DetachTrafficSourcesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DetachTrafficSourcesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DetachTrafficSources",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DisableMetricsCollectionCommand, se_DisableMetricsCollectionCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisableMetricsCollectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisableMetricsCollectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DisableMetricsCollection",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_EnableMetricsCollectionCommand, se_EnableMetricsCollectionCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class EnableMetricsCollectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class EnableMetricsCollectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "EnableMetricsCollection",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_EnterStandbyCommand, se_EnterStandbyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class EnterStandbyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class EnterStandbyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "EnterStandby",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ExecutePolicyCommand, se_ExecutePolicyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ExecutePolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ExecutePolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "ExecutePolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ExitStandbyCommand, se_ExitStandbyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ExitStandbyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ExitStandbyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "ExitStandby",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPredictiveScalingForecastCommand, se_GetPredictiveScalingForecastCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPredictiveScalingForecastCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPredictiveScalingForecastCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "GetPredictiveScalingForecast",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutLifecycleHookCommand, se_PutLifecycleHookCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutLifecycleHookCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutLifecycleHookCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "PutLifecycleHook",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutNotificationConfigurationCommand, se_PutNotificationConfigurationCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutNotificationConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutNotificationConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "PutNotificationConfiguration",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutScalingPolicyCommand, se_PutScalingPolicyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutScalingPolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutScalingPolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "PutScalingPolicy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutScheduledUpdateGroupActionCommand, se_PutScheduledUpdateGroupActionCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutScheduledUpdateGroupActionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutScheduledUpdateGroupActionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "PutScheduledUpdateGroupAction",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutWarmPoolCommand, se_PutWarmPoolCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutWarmPoolCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutWarmPoolCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "PutWarmPool",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_RecordLifecycleActionHeartbeatCommand, se_RecordLifecycleActionHeartbeatCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class RecordLifecycleActionHeartbeatCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class RecordLifecycleActionHeartbeatCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "RecordLifecycleActionHeartbeat",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ResumeProcessesCommand, se_ResumeProcessesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ResumeProcessesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ResumeProcessesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "ResumeProcesses",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_RollbackInstanceRefreshCommand, se_RollbackInstanceRefreshCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class RollbackInstanceRefreshCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class RollbackInstanceRefreshCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "RollbackInstanceRefresh",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_SetDesiredCapacityCommand, se_SetDesiredCapacityCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class SetDesiredCapacityCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class SetDesiredCapacityCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "SetDesiredCapacity",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_SetInstanceHealthCommand, se_SetInstanceHealthCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class SetInstanceHealthCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class SetInstanceHealthCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "SetInstanceHealth",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_SetInstanceProtectionCommand, se_SetInstanceProtectionCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class SetInstanceProtectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class SetInstanceProtectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "SetInstanceProtection",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_StartInstanceRefreshCommand, se_StartInstanceRefreshCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class StartInstanceRefreshCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class StartInstanceRefreshCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "StartInstanceRefresh",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|