@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
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
10
|
class UpdateAutoScalingGroupCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateAutoScalingGroupCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AutoScaling_2011_01_01",
|
|
38
|
+
operation: "UpdateAutoScalingGroup",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
+
const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
|
|
4
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const asPartial = (t) => t;
|
|
7
8
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
8
9
|
const extensionConfiguration = {
|
|
10
|
+
...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
9
11
|
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
10
12
|
...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
11
13
|
};
|
|
12
14
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
13
15
|
return {
|
|
14
16
|
...runtimeConfig,
|
|
17
|
+
...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
15
18
|
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
16
19
|
...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
17
20
|
};
|
|
@@ -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_AttachInstancesCommand, se_AttachInstancesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class AttachInstancesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class AttachInstancesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "AttachInstances",
|
|
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_AttachLoadBalancerTargetGroupsCommand, se_AttachLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class AttachLoadBalancerTargetGroupsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class AttachLoadBalancerTargetGroupsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "AttachLoadBalancerTargetGroups",
|
|
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_AttachLoadBalancersCommand, se_AttachLoadBalancersCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class AttachLoadBalancersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class AttachLoadBalancersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "AttachLoadBalancers",
|
|
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_AttachTrafficSourcesCommand, se_AttachTrafficSourcesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class AttachTrafficSourcesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class AttachTrafficSourcesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "AttachTrafficSources",
|
|
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_BatchDeleteScheduledActionCommand, se_BatchDeleteScheduledActionCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class BatchDeleteScheduledActionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class BatchDeleteScheduledActionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "BatchDeleteScheduledAction",
|
|
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_BatchPutScheduledUpdateGroupActionCommand, se_BatchPutScheduledUpdateGroupActionCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class BatchPutScheduledUpdateGroupActionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class BatchPutScheduledUpdateGroupActionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "BatchPutScheduledUpdateGroupAction",
|
|
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_CancelInstanceRefreshCommand, se_CancelInstanceRefreshCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CancelInstanceRefreshCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CancelInstanceRefreshCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "CancelInstanceRefresh",
|
|
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_CompleteLifecycleActionCommand, se_CompleteLifecycleActionCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CompleteLifecycleActionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CompleteLifecycleActionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "CompleteLifecycleAction",
|
|
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_CreateAutoScalingGroupCommand, se_CreateAutoScalingGroupCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateAutoScalingGroupCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateAutoScalingGroupCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "CreateAutoScalingGroup",
|
|
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_CreateLaunchConfigurationCommand, se_CreateLaunchConfigurationCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateLaunchConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateLaunchConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "CreateLaunchConfiguration",
|
|
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_CreateOrUpdateTagsCommand, se_CreateOrUpdateTagsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateOrUpdateTagsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateOrUpdateTagsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "CreateOrUpdateTags",
|
|
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_DeleteAutoScalingGroupCommand, se_DeleteAutoScalingGroupCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteAutoScalingGroupCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteAutoScalingGroupCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DeleteAutoScalingGroup",
|
|
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_DeleteLaunchConfigurationCommand, se_DeleteLaunchConfigurationCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteLaunchConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteLaunchConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DeleteLaunchConfiguration",
|
|
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_DeleteLifecycleHookCommand, se_DeleteLifecycleHookCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteLifecycleHookCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteLifecycleHookCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DeleteLifecycleHook",
|
|
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_DeleteNotificationConfigurationCommand, se_DeleteNotificationConfigurationCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteNotificationConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteNotificationConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DeleteNotificationConfiguration",
|
|
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_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeletePolicyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeletePolicyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DeletePolicy",
|
|
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_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteScheduledActionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteScheduledActionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DeleteScheduledAction",
|
|
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_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteTagsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteTagsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DeleteTags",
|
|
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_DeleteWarmPoolCommand, se_DeleteWarmPoolCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteWarmPoolCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteWarmPoolCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DeleteWarmPool",
|
|
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_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeAccountLimitsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeAccountLimitsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeAccountLimits",
|
|
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_DescribeAdjustmentTypesCommand, se_DescribeAdjustmentTypesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeAdjustmentTypesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeAdjustmentTypesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeAdjustmentTypes",
|
|
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_DescribeAutoScalingGroupsCommand, se_DescribeAutoScalingGroupsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeAutoScalingGroupsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeAutoScalingGroupsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeAutoScalingGroups",
|
|
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_DescribeAutoScalingInstancesCommand, se_DescribeAutoScalingInstancesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeAutoScalingInstancesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeAutoScalingInstancesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeAutoScalingInstances",
|
|
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_DescribeAutoScalingNotificationTypesCommand, se_DescribeAutoScalingNotificationTypesCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeAutoScalingNotificationTypesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeAutoScalingNotificationTypesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeAutoScalingNotificationTypes",
|
|
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_DescribeInstanceRefreshesCommand, se_DescribeInstanceRefreshesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeInstanceRefreshesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeInstanceRefreshesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeInstanceRefreshes",
|
|
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_DescribeLaunchConfigurationsCommand, se_DescribeLaunchConfigurationsCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeLaunchConfigurationsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeLaunchConfigurationsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeLaunchConfigurations",
|
|
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_DescribeLifecycleHookTypesCommand, se_DescribeLifecycleHookTypesCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeLifecycleHookTypesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeLifecycleHookTypesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeLifecycleHookTypes",
|
|
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_DescribeLifecycleHooksCommand, se_DescribeLifecycleHooksCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeLifecycleHooksCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeLifecycleHooksCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeLifecycleHooks",
|
|
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_DescribeLoadBalancerTargetGroupsCommand, se_DescribeLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeLoadBalancerTargetGroupsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeLoadBalancerTargetGroupsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeLoadBalancerTargetGroups",
|
|
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_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from "../protocols/Aws_query";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeLoadBalancersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeLoadBalancersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AutoScaling_2011_01_01",
|
|
35
|
+
operation: "DescribeLoadBalancers",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|