@aws-sdk/client-auto-scaling 3.929.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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ??
|
|
30
|
+
new protocols_1.AwsQueryProtocol({
|
|
31
|
+
defaultNamespace: "com.amazonaws.autoscaling",
|
|
32
|
+
xmlNamespace: "http://autoscaling.amazonaws.com/doc/2011-01-01/",
|
|
33
|
+
version: "2011-01-01",
|
|
34
|
+
}),
|
|
28
35
|
serviceId: config?.serviceId ?? "Auto Scaling",
|
|
29
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class AutoScalingClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -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 { AttachInstances } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AttachInstancesCommand 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", "AttachInstances", {})
|
|
17
13
|
.n("AutoScalingClient", "AttachInstancesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AttachInstancesCommand)
|
|
20
|
-
.de(de_AttachInstancesCommand)
|
|
14
|
+
.sc(AttachInstances)
|
|
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 { AttachLoadBalancerTargetGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AttachLoadBalancerTargetGroupsCommand 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", "AttachLoadBalancerTargetGroups", {})
|
|
17
13
|
.n("AutoScalingClient", "AttachLoadBalancerTargetGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AttachLoadBalancerTargetGroupsCommand)
|
|
20
|
-
.de(de_AttachLoadBalancerTargetGroupsCommand)
|
|
14
|
+
.sc(AttachLoadBalancerTargetGroups)
|
|
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 { AttachLoadBalancers } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AttachLoadBalancersCommand 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", "AttachLoadBalancers", {})
|
|
17
13
|
.n("AutoScalingClient", "AttachLoadBalancersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AttachLoadBalancersCommand)
|
|
20
|
-
.de(de_AttachLoadBalancersCommand)
|
|
14
|
+
.sc(AttachLoadBalancers)
|
|
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 { AttachTrafficSources } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AttachTrafficSourcesCommand 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", "AttachTrafficSources", {})
|
|
17
13
|
.n("AutoScalingClient", "AttachTrafficSourcesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AttachTrafficSourcesCommand)
|
|
20
|
-
.de(de_AttachTrafficSourcesCommand)
|
|
14
|
+
.sc(AttachTrafficSources)
|
|
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 { BatchDeleteScheduledAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchDeleteScheduledActionCommand 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", "BatchDeleteScheduledAction", {})
|
|
17
13
|
.n("AutoScalingClient", "BatchDeleteScheduledActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchDeleteScheduledActionCommand)
|
|
20
|
-
.de(de_BatchDeleteScheduledActionCommand)
|
|
14
|
+
.sc(BatchDeleteScheduledAction)
|
|
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 { BatchPutScheduledUpdateGroupAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchPutScheduledUpdateGroupActionCommand 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", "BatchPutScheduledUpdateGroupAction", {})
|
|
17
13
|
.n("AutoScalingClient", "BatchPutScheduledUpdateGroupActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchPutScheduledUpdateGroupActionCommand)
|
|
20
|
-
.de(de_BatchPutScheduledUpdateGroupActionCommand)
|
|
14
|
+
.sc(BatchPutScheduledUpdateGroupAction)
|
|
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 { CancelInstanceRefresh } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CancelInstanceRefreshCommand 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", "CancelInstanceRefresh", {})
|
|
17
13
|
.n("AutoScalingClient", "CancelInstanceRefreshCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CancelInstanceRefreshCommand)
|
|
20
|
-
.de(de_CancelInstanceRefreshCommand)
|
|
14
|
+
.sc(CancelInstanceRefresh)
|
|
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 { CompleteLifecycleAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CompleteLifecycleActionCommand 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", "CompleteLifecycleAction", {})
|
|
17
13
|
.n("AutoScalingClient", "CompleteLifecycleActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CompleteLifecycleActionCommand)
|
|
20
|
-
.de(de_CompleteLifecycleActionCommand)
|
|
14
|
+
.sc(CompleteLifecycleAction)
|
|
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 { CreateAutoScalingGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateAutoScalingGroupCommand 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", "CreateAutoScalingGroup", {})
|
|
17
13
|
.n("AutoScalingClient", "CreateAutoScalingGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateAutoScalingGroupCommand)
|
|
20
|
-
.de(de_CreateAutoScalingGroupCommand)
|
|
14
|
+
.sc(CreateAutoScalingGroup)
|
|
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 { CreateLaunchConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateLaunchConfigurationCommand 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", "CreateLaunchConfiguration", {})
|
|
17
13
|
.n("AutoScalingClient", "CreateLaunchConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateLaunchConfigurationCommand)
|
|
20
|
-
.de(de_CreateLaunchConfigurationCommand)
|
|
14
|
+
.sc(CreateLaunchConfiguration)
|
|
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 { CreateOrUpdateTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateOrUpdateTagsCommand 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", "CreateOrUpdateTags", {})
|
|
17
13
|
.n("AutoScalingClient", "CreateOrUpdateTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateOrUpdateTagsCommand)
|
|
20
|
-
.de(de_CreateOrUpdateTagsCommand)
|
|
14
|
+
.sc(CreateOrUpdateTags)
|
|
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 { DeleteAutoScalingGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAutoScalingGroupCommand 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", "DeleteAutoScalingGroup", {})
|
|
17
13
|
.n("AutoScalingClient", "DeleteAutoScalingGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAutoScalingGroupCommand)
|
|
20
|
-
.de(de_DeleteAutoScalingGroupCommand)
|
|
14
|
+
.sc(DeleteAutoScalingGroup)
|
|
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 { DeleteLaunchConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLaunchConfigurationCommand 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", "DeleteLaunchConfiguration", {})
|
|
17
13
|
.n("AutoScalingClient", "DeleteLaunchConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLaunchConfigurationCommand)
|
|
20
|
-
.de(de_DeleteLaunchConfigurationCommand)
|
|
14
|
+
.sc(DeleteLaunchConfiguration)
|
|
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 { DeleteLifecycleHook } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLifecycleHookCommand 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", "DeleteLifecycleHook", {})
|
|
17
13
|
.n("AutoScalingClient", "DeleteLifecycleHookCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLifecycleHookCommand)
|
|
20
|
-
.de(de_DeleteLifecycleHookCommand)
|
|
14
|
+
.sc(DeleteLifecycleHook)
|
|
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 { DeleteNotificationConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteNotificationConfigurationCommand 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", "DeleteNotificationConfiguration", {})
|
|
17
13
|
.n("AutoScalingClient", "DeleteNotificationConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteNotificationConfigurationCommand)
|
|
20
|
-
.de(de_DeleteNotificationConfigurationCommand)
|
|
14
|
+
.sc(DeleteNotificationConfiguration)
|
|
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 { DeletePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeletePolicyCommand 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", "DeletePolicy", {})
|
|
17
13
|
.n("AutoScalingClient", "DeletePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeletePolicyCommand)
|
|
20
|
-
.de(de_DeletePolicyCommand)
|
|
14
|
+
.sc(DeletePolicy)
|
|
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 { DeleteScheduledAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteScheduledActionCommand 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", "DeleteScheduledAction", {})
|
|
17
13
|
.n("AutoScalingClient", "DeleteScheduledActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteScheduledActionCommand)
|
|
20
|
-
.de(de_DeleteScheduledActionCommand)
|
|
14
|
+
.sc(DeleteScheduledAction)
|
|
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 { DeleteTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteTagsCommand 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", "DeleteTags", {})
|
|
17
13
|
.n("AutoScalingClient", "DeleteTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteTagsCommand)
|
|
20
|
-
.de(de_DeleteTagsCommand)
|
|
14
|
+
.sc(DeleteTags)
|
|
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 { DeleteWarmPool } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteWarmPoolCommand 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", "DeleteWarmPool", {})
|
|
17
13
|
.n("AutoScalingClient", "DeleteWarmPoolCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteWarmPoolCommand)
|
|
20
|
-
.de(de_DeleteWarmPoolCommand)
|
|
14
|
+
.sc(DeleteWarmPool)
|
|
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 { DescribeAccountLimits } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAccountLimitsCommand 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", "DescribeAccountLimits", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeAccountLimitsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAccountLimitsCommand)
|
|
20
|
-
.de(de_DescribeAccountLimitsCommand)
|
|
14
|
+
.sc(DescribeAccountLimits)
|
|
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 { DescribeAdjustmentTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAdjustmentTypesCommand 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", "DescribeAdjustmentTypes", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeAdjustmentTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAdjustmentTypesCommand)
|
|
20
|
-
.de(de_DescribeAdjustmentTypesCommand)
|
|
14
|
+
.sc(DescribeAdjustmentTypes)
|
|
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 { DescribeAutoScalingGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAutoScalingGroupsCommand 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", "DescribeAutoScalingGroups", {})
|
|
17
13
|
.n("AutoScalingClient", "DescribeAutoScalingGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAutoScalingGroupsCommand)
|
|
20
|
-
.de(de_DescribeAutoScalingGroupsCommand)
|
|
14
|
+
.sc(DescribeAutoScalingGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|