@aws-sdk/client-auto-scaling 3.54.1 → 3.55.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 +8 -0
- package/dist-cjs/AutoScalingClient.js +13 -13
- package/dist-cjs/commands/AttachInstancesCommand.js +3 -3
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +3 -3
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +3 -3
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +3 -3
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +3 -3
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +3 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/DescribePoliciesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/DetachInstancesCommand.js +3 -3
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +3 -3
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +3 -3
- package/dist-cjs/commands/EnterStandbyCommand.js +3 -3
- package/dist-cjs/commands/ExecutePolicyCommand.js +3 -3
- package/dist-cjs/commands/ExitStandbyCommand.js +3 -3
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +3 -3
- package/dist-cjs/commands/PutLifecycleHookCommand.js +3 -3
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-cjs/commands/PutWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
- package/dist-cjs/commands/ResumeProcessesCommand.js +3 -3
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +3 -3
- package/dist-cjs/commands/SetInstanceHealthCommand.js +3 -3
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +3 -3
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +3 -3
- package/dist-cjs/commands/SuspendProcessesCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +411 -411
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForGroupExists.js +3 -3
- package/dist-cjs/waiters/waitForGroupInService.js +3 -3
- package/dist-cjs/waiters/waitForGroupNotExists.js +3 -3
- package/dist-es/AutoScaling.js +61 -61
- package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +4 -4
- package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +4 -4
- package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +4 -4
- package/dist-es/pagination/DescribePoliciesPaginator.js +4 -4
- package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +4 -4
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeTagsPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +131 -131
- package/dist-es/waiters/waitForGroupInService.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
|
|
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
class AutoScalingClient extends smithy_client_1.Client {
|
|
14
14
|
constructor(configuration) {
|
|
15
|
-
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
-
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
-
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
-
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
-
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
-
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
-
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
15
|
+
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
|
|
16
|
+
const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
|
|
17
|
+
const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
|
|
18
|
+
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
|
19
|
+
const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
|
|
20
|
+
const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
|
|
21
|
+
const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
|
|
22
22
|
super(_config_6);
|
|
23
23
|
this.config = _config_6;
|
|
24
|
-
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
25
|
-
this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
|
|
26
|
-
this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
|
|
27
|
-
this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
|
|
28
|
-
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
29
|
-
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
24
|
+
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
25
|
+
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
26
|
+
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
27
|
+
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
28
|
+
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
29
|
+
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
30
30
|
}
|
|
31
31
|
destroy() {
|
|
32
32
|
super.destroy();
|
|
@@ -11,7 +11,7 @@ class AttachInstancesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class AttachInstancesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryAttachInstancesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryAttachInstancesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryAttachInstancesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryAttachInstancesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.AttachInstancesCommand = AttachInstancesCommand;
|
|
@@ -11,7 +11,7 @@ class AttachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class AttachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryAttachLoadBalancerTargetGroupsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryAttachLoadBalancerTargetGroupsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryAttachLoadBalancerTargetGroupsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryAttachLoadBalancerTargetGroupsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.AttachLoadBalancerTargetGroupsCommand = AttachLoadBalancerTargetGroupsCommand;
|
|
@@ -11,7 +11,7 @@ class AttachLoadBalancersCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class AttachLoadBalancersCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryAttachLoadBalancersCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryAttachLoadBalancersCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryAttachLoadBalancersCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryAttachLoadBalancersCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.AttachLoadBalancersCommand = AttachLoadBalancersCommand;
|
|
@@ -11,7 +11,7 @@ class BatchDeleteScheduledActionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class BatchDeleteScheduledActionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryBatchDeleteScheduledActionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryBatchDeleteScheduledActionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryBatchDeleteScheduledActionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryBatchDeleteScheduledActionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.BatchDeleteScheduledActionCommand = BatchDeleteScheduledActionCommand;
|
|
@@ -11,7 +11,7 @@ class BatchPutScheduledUpdateGroupActionCommand extends smithy_client_1.Command
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class BatchPutScheduledUpdateGroupActionCommand extends smithy_client_1.Command
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryBatchPutScheduledUpdateGroupActionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryBatchPutScheduledUpdateGroupActionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryBatchPutScheduledUpdateGroupActionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryBatchPutScheduledUpdateGroupActionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.BatchPutScheduledUpdateGroupActionCommand = BatchPutScheduledUpdateGroupActionCommand;
|
|
@@ -11,7 +11,7 @@ class CancelInstanceRefreshCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class CancelInstanceRefreshCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCancelInstanceRefreshCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCancelInstanceRefreshCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCancelInstanceRefreshCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCancelInstanceRefreshCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CancelInstanceRefreshCommand = CancelInstanceRefreshCommand;
|
|
@@ -11,7 +11,7 @@ class CompleteLifecycleActionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class CompleteLifecycleActionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCompleteLifecycleActionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCompleteLifecycleActionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCompleteLifecycleActionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCompleteLifecycleActionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CompleteLifecycleActionCommand = CompleteLifecycleActionCommand;
|
|
@@ -11,7 +11,7 @@ class CreateAutoScalingGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class CreateAutoScalingGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCreateAutoScalingGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCreateAutoScalingGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCreateAutoScalingGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCreateAutoScalingGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateAutoScalingGroupCommand = CreateAutoScalingGroupCommand;
|
|
@@ -11,7 +11,7 @@ class CreateLaunchConfigurationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class CreateLaunchConfigurationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCreateLaunchConfigurationCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCreateLaunchConfigurationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCreateLaunchConfigurationCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCreateLaunchConfigurationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateLaunchConfigurationCommand = CreateLaunchConfigurationCommand;
|
|
@@ -11,7 +11,7 @@ class CreateOrUpdateTagsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class CreateOrUpdateTagsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryCreateOrUpdateTagsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryCreateOrUpdateTagsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryCreateOrUpdateTagsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryCreateOrUpdateTagsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.CreateOrUpdateTagsCommand = CreateOrUpdateTagsCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteAutoScalingGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DeleteAutoScalingGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteAutoScalingGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteAutoScalingGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteAutoScalingGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteAutoScalingGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteAutoScalingGroupCommand = DeleteAutoScalingGroupCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteLaunchConfigurationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DeleteLaunchConfigurationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteLaunchConfigurationCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteLaunchConfigurationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteLaunchConfigurationCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteLaunchConfigurationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteLaunchConfigurationCommand = DeleteLaunchConfigurationCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteLifecycleHookCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DeleteLifecycleHookCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteLifecycleHookCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteLifecycleHookCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteLifecycleHookCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteLifecycleHookCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteLifecycleHookCommand = DeleteLifecycleHookCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteNotificationConfigurationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DeleteNotificationConfigurationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteNotificationConfigurationCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteNotificationConfigurationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteNotificationConfigurationCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteNotificationConfigurationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteNotificationConfigurationCommand = DeleteNotificationConfigurationCommand;
|
|
@@ -11,7 +11,7 @@ class DeletePolicyCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DeletePolicyCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeletePolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeletePolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeletePolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeletePolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteScheduledActionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DeleteScheduledActionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteScheduledActionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteScheduledActionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteScheduledActionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteScheduledActionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteScheduledActionCommand = DeleteScheduledActionCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteTagsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DeleteTagsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteTagsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteTagsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteTagsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteTagsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteTagsCommand = DeleteTagsCommand;
|
|
@@ -11,7 +11,7 @@ class DeleteWarmPoolCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DeleteWarmPoolCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDeleteWarmPoolCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDeleteWarmPoolCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDeleteWarmPoolCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDeleteWarmPoolCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DeleteWarmPoolCommand = DeleteWarmPoolCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeAccountLimitsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DescribeAccountLimitsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeAccountLimitsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeAccountLimitsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeAccountLimitsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeAccountLimitsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeAdjustmentTypesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DescribeAdjustmentTypesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeAdjustmentTypesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeAdjustmentTypesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeAdjustmentTypesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeAdjustmentTypesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeAdjustmentTypesCommand = DescribeAdjustmentTypesCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeAutoScalingGroupsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DescribeAutoScalingGroupsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeAutoScalingGroupsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeAutoScalingGroupsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeAutoScalingGroupsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeAutoScalingGroupsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeAutoScalingGroupsCommand = DescribeAutoScalingGroupsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeAutoScalingInstancesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DescribeAutoScalingInstancesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeAutoScalingInstancesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeAutoScalingInstancesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeAutoScalingInstancesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeAutoScalingInstancesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeAutoScalingInstancesCommand = DescribeAutoScalingInstancesCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeAutoScalingNotificationTypesCommand extends smithy_client_1.Comman
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DescribeAutoScalingNotificationTypesCommand extends smithy_client_1.Comman
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeAutoScalingNotificationTypesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeAutoScalingNotificationTypesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeAutoScalingNotificationTypesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeAutoScalingNotificationTypesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeAutoScalingNotificationTypesCommand = DescribeAutoScalingNotificationTypesCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeInstanceRefreshesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DescribeInstanceRefreshesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeInstanceRefreshesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeInstanceRefreshesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeInstanceRefreshesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeInstanceRefreshesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeInstanceRefreshesCommand = DescribeInstanceRefreshesCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeLaunchConfigurationsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "AutoScalingClient";
|
|
@@ -27,10 +27,10 @@ class DescribeLaunchConfigurationsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeLaunchConfigurationsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeLaunchConfigurationsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeLaunchConfigurationsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeLaunchConfigurationsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeLaunchConfigurationsCommand = DescribeLaunchConfigurationsCommand;
|