@aws-sdk/client-auto-scaling 3.53.0 → 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 +27 -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 +2 -2
- 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/endpoints.js +1 -1
- 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/AutoScalingClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/AutoScalingClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -11,7 +11,7 @@ class PutWarmPoolCommand 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 PutWarmPoolCommand 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_queryPutWarmPoolCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryPutWarmPoolCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryPutWarmPoolCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryPutWarmPoolCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.PutWarmPoolCommand = PutWarmPoolCommand;
|
|
@@ -11,7 +11,7 @@ class RecordLifecycleActionHeartbeatCommand 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 RecordLifecycleActionHeartbeatCommand 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_queryRecordLifecycleActionHeartbeatCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRecordLifecycleActionHeartbeatCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRecordLifecycleActionHeartbeatCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRecordLifecycleActionHeartbeatCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RecordLifecycleActionHeartbeatCommand = RecordLifecycleActionHeartbeatCommand;
|
|
@@ -11,7 +11,7 @@ class ResumeProcessesCommand 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 ResumeProcessesCommand 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_queryResumeProcessesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryResumeProcessesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryResumeProcessesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryResumeProcessesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ResumeProcessesCommand = ResumeProcessesCommand;
|
|
@@ -11,7 +11,7 @@ class SetDesiredCapacityCommand 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 SetDesiredCapacityCommand 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_querySetDesiredCapacityCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySetDesiredCapacityCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySetDesiredCapacityCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySetDesiredCapacityCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SetDesiredCapacityCommand = SetDesiredCapacityCommand;
|
|
@@ -11,7 +11,7 @@ class SetInstanceHealthCommand 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 SetInstanceHealthCommand 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_querySetInstanceHealthCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySetInstanceHealthCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySetInstanceHealthCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySetInstanceHealthCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SetInstanceHealthCommand = SetInstanceHealthCommand;
|
|
@@ -11,7 +11,7 @@ class SetInstanceProtectionCommand 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 SetInstanceProtectionCommand 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_querySetInstanceProtectionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySetInstanceProtectionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySetInstanceProtectionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySetInstanceProtectionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SetInstanceProtectionCommand = SetInstanceProtectionCommand;
|
|
@@ -11,7 +11,7 @@ class StartInstanceRefreshCommand 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 StartInstanceRefreshCommand 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_queryStartInstanceRefreshCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryStartInstanceRefreshCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryStartInstanceRefreshCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryStartInstanceRefreshCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.StartInstanceRefreshCommand = StartInstanceRefreshCommand;
|
|
@@ -11,7 +11,7 @@ class SuspendProcessesCommand 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 SuspendProcessesCommand 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_querySuspendProcessesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySuspendProcessesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySuspendProcessesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySuspendProcessesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SuspendProcessesCommand = SuspendProcessesCommand;
|
|
@@ -11,7 +11,7 @@ class TerminateInstanceInAutoScalingGroupCommand 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 TerminateInstanceInAutoScalingGroupCommand 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_queryTerminateInstanceInAutoScalingGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryTerminateInstanceInAutoScalingGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryTerminateInstanceInAutoScalingGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryTerminateInstanceInAutoScalingGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.TerminateInstanceInAutoScalingGroupCommand = TerminateInstanceInAutoScalingGroupCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateAutoScalingGroupCommand 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 UpdateAutoScalingGroupCommand 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_queryUpdateAutoScalingGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryUpdateAutoScalingGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryUpdateAutoScalingGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryUpdateAutoScalingGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateAutoScalingGroupCommand = UpdateAutoScalingGroupCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -108,7 +108,7 @@ const partitionHash = {
|
|
|
108
108
|
tags: [],
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
hostname: "autoscaling
|
|
111
|
+
hostname: "autoscaling.{region}.amazonaws.com",
|
|
112
112
|
tags: ["fips"],
|
|
113
113
|
},
|
|
114
114
|
{
|
|
@@ -122,7 +122,7 @@ const partitionHash = {
|
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
};
|
|
125
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
125
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
126
126
|
...options,
|
|
127
127
|
signingService: "autoscaling",
|
|
128
128
|
regionHash,
|