@aws-sdk/client-auto-scaling 3.928.0 → 3.930.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/index.js +2300 -7680
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/AutoScalingClient.js +2 -0
- package/dist-es/commands/AttachInstancesCommand.js +3 -9
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -9
- package/dist-es/commands/AttachLoadBalancersCommand.js +3 -9
- package/dist-es/commands/AttachTrafficSourcesCommand.js +3 -9
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -9
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -9
- package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -9
- package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -9
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +3 -9
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +3 -9
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +3 -9
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -9
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/DeletePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
- package/dist-es/commands/DeleteTagsCommand.js +3 -9
- package/dist-es/commands/DeleteWarmPoolCommand.js +3 -9
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +3 -9
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -9
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +3 -9
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -9
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -9
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +3 -9
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -9
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +3 -9
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -9
- package/dist-es/commands/DescribePoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -9
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +3 -9
- package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -9
- package/dist-es/commands/DescribeTagsCommand.js +3 -9
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +3 -9
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +3 -9
- package/dist-es/commands/DescribeWarmPoolCommand.js +3 -9
- package/dist-es/commands/DetachInstancesCommand.js +3 -9
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -9
- package/dist-es/commands/DetachLoadBalancersCommand.js +3 -9
- package/dist-es/commands/DetachTrafficSourcesCommand.js +3 -9
- package/dist-es/commands/DisableMetricsCollectionCommand.js +3 -9
- package/dist-es/commands/EnableMetricsCollectionCommand.js +3 -9
- package/dist-es/commands/EnterStandbyCommand.js +3 -9
- package/dist-es/commands/ExecutePolicyCommand.js +3 -9
- package/dist-es/commands/ExitStandbyCommand.js +3 -9
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -9
- package/dist-es/commands/PutLifecycleHookCommand.js +3 -9
- package/dist-es/commands/PutNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/PutScalingPolicyCommand.js +3 -9
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +3 -9
- package/dist-es/commands/PutWarmPoolCommand.js +3 -9
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -9
- package/dist-es/commands/ResumeProcessesCommand.js +3 -9
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +3 -9
- package/dist-es/commands/SetDesiredCapacityCommand.js +3 -9
- package/dist-es/commands/SetInstanceHealthCommand.js +3 -9
- package/dist-es/commands/SetInstanceProtectionCommand.js +3 -9
- package/dist-es/commands/StartInstanceRefreshCommand.js +3 -9
- package/dist-es/commands/SuspendProcessesCommand.js +3 -9
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -9
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2304 -0
- package/dist-types/AutoScalingClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +332 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +337 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_query.js +0 -7332
- package/dist-types/protocols/Aws_query.d.ts +0 -587
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -785
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeAutoScalingInstances } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAutoScalingInstancesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingInstances", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeAutoScalingInstancesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAutoScalingInstancesCommand)
|
|
20
|
-
.de(de_DescribeAutoScalingInstancesCommand)
|
|
14
|
+
.sc(DescribeAutoScalingInstances)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeAutoScalingNotificationTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAutoScalingNotificationTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingNotificationTypes", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeAutoScalingNotificationTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAutoScalingNotificationTypesCommand)
|
|
20
|
-
.de(de_DescribeAutoScalingNotificationTypesCommand)
|
|
14
|
+
.sc(DescribeAutoScalingNotificationTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeInstanceRefreshes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeInstanceRefreshesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeInstanceRefreshes", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeInstanceRefreshesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeInstanceRefreshesCommand)
|
|
20
|
-
.de(de_DescribeInstanceRefreshesCommand)
|
|
14
|
+
.sc(DescribeInstanceRefreshes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLaunchConfigurations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLaunchConfigurationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeLaunchConfigurations", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeLaunchConfigurationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLaunchConfigurationsCommand)
|
|
20
|
-
.de(de_DescribeLaunchConfigurationsCommand)
|
|
14
|
+
.sc(DescribeLaunchConfigurations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLifecycleHookTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLifecycleHookTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeLifecycleHookTypes", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeLifecycleHookTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLifecycleHookTypesCommand)
|
|
20
|
-
.de(de_DescribeLifecycleHookTypesCommand)
|
|
14
|
+
.sc(DescribeLifecycleHookTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLifecycleHooks } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLifecycleHooksCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeLifecycleHooks", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeLifecycleHooksCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLifecycleHooksCommand)
|
|
20
|
-
.de(de_DescribeLifecycleHooksCommand)
|
|
14
|
+
.sc(DescribeLifecycleHooks)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLoadBalancerTargetGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLoadBalancerTargetGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeLoadBalancerTargetGroups", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeLoadBalancerTargetGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLoadBalancerTargetGroupsCommand)
|
|
20
|
-
.de(de_DescribeLoadBalancerTargetGroupsCommand)
|
|
14
|
+
.sc(DescribeLoadBalancerTargetGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLoadBalancers } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLoadBalancersCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeLoadBalancers", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeLoadBalancersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLoadBalancersCommand)
|
|
20
|
-
.de(de_DescribeLoadBalancersCommand)
|
|
14
|
+
.sc(DescribeLoadBalancers)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeMetricCollectionTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeMetricCollectionTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeMetricCollectionTypes", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeMetricCollectionTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeMetricCollectionTypesCommand)
|
|
20
|
-
.de(de_DescribeMetricCollectionTypesCommand)
|
|
14
|
+
.sc(DescribeMetricCollectionTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeNotificationConfigurations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeNotificationConfigurationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeNotificationConfigurations", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeNotificationConfigurationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeNotificationConfigurationsCommand)
|
|
20
|
-
.de(de_DescribeNotificationConfigurationsCommand)
|
|
14
|
+
.sc(DescribeNotificationConfigurations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribePolicies } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribePoliciesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribePolicies", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribePoliciesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribePoliciesCommand)
|
|
20
|
-
.de(de_DescribePoliciesCommand)
|
|
14
|
+
.sc(DescribePolicies)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeScalingActivities } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeScalingActivitiesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeScalingActivities", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeScalingActivitiesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeScalingActivitiesCommand)
|
|
20
|
-
.de(de_DescribeScalingActivitiesCommand)
|
|
14
|
+
.sc(DescribeScalingActivities)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeScalingProcessTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeScalingProcessTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeScalingProcessTypes", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeScalingProcessTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeScalingProcessTypesCommand)
|
|
20
|
-
.de(de_DescribeScalingProcessTypesCommand)
|
|
14
|
+
.sc(DescribeScalingProcessTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeScheduledActions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeScheduledActionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeScheduledActions", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeScheduledActionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeScheduledActionsCommand)
|
|
20
|
-
.de(de_DescribeScheduledActionsCommand)
|
|
14
|
+
.sc(DescribeScheduledActions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeTags", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeTagsCommand)
|
|
20
|
-
.de(de_DescribeTagsCommand)
|
|
14
|
+
.sc(DescribeTags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTerminationPolicyTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTerminationPolicyTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeTerminationPolicyTypes", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeTerminationPolicyTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeTerminationPolicyTypesCommand)
|
|
20
|
-
.de(de_DescribeTerminationPolicyTypesCommand)
|
|
14
|
+
.sc(DescribeTerminationPolicyTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTrafficSources } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTrafficSourcesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeTrafficSources", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeTrafficSourcesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeTrafficSourcesCommand)
|
|
20
|
-
.de(de_DescribeTrafficSourcesCommand)
|
|
14
|
+
.sc(DescribeTrafficSources)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeWarmPool } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeWarmPoolCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DescribeWarmPool", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeWarmPoolCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeWarmPoolCommand)
|
|
20
|
-
.de(de_DescribeWarmPoolCommand)
|
|
14
|
+
.sc(DescribeWarmPool)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DetachInstances } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DetachInstancesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DetachInstances", {})
|
|
17
13
|
.n("AutoScalingClient", "DetachInstancesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DetachInstancesCommand)
|
|
20
|
-
.de(de_DetachInstancesCommand)
|
|
14
|
+
.sc(DetachInstances)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DetachLoadBalancerTargetGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DetachLoadBalancerTargetGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DetachLoadBalancerTargetGroups", {})
|
|
17
13
|
.n("AutoScalingClient", "DetachLoadBalancerTargetGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DetachLoadBalancerTargetGroupsCommand)
|
|
20
|
-
.de(de_DetachLoadBalancerTargetGroupsCommand)
|
|
14
|
+
.sc(DetachLoadBalancerTargetGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DetachLoadBalancers } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DetachLoadBalancersCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DetachLoadBalancers", {})
|
|
17
13
|
.n("AutoScalingClient", "DetachLoadBalancersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DetachLoadBalancersCommand)
|
|
20
|
-
.de(de_DetachLoadBalancersCommand)
|
|
14
|
+
.sc(DetachLoadBalancers)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DetachTrafficSources } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DetachTrafficSourcesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DetachTrafficSources", {})
|
|
17
13
|
.n("AutoScalingClient", "DetachTrafficSourcesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DetachTrafficSourcesCommand)
|
|
20
|
-
.de(de_DetachTrafficSourcesCommand)
|
|
14
|
+
.sc(DetachTrafficSources)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DisableMetricsCollection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisableMetricsCollectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AutoScaling_2011_01_01", "DisableMetricsCollection", {})
|
|
17
13
|
.n("AutoScalingClient", "DisableMetricsCollectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisableMetricsCollectionCommand)
|
|
20
|
-
.de(de_DisableMetricsCollectionCommand)
|
|
14
|
+
.sc(DisableMetricsCollection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|