@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.
Files changed (86) hide show
  1. package/dist-cjs/index.js +2300 -7680
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/AutoScalingClient.js +2 -0
  4. package/dist-es/commands/AttachInstancesCommand.js +3 -9
  5. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -9
  6. package/dist-es/commands/AttachLoadBalancersCommand.js +3 -9
  7. package/dist-es/commands/AttachTrafficSourcesCommand.js +3 -9
  8. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -9
  9. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -9
  10. package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -9
  11. package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -9
  12. package/dist-es/commands/CreateAutoScalingGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateLaunchConfigurationCommand.js +3 -9
  14. package/dist-es/commands/CreateOrUpdateTagsCommand.js +3 -9
  15. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +3 -9
  16. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +3 -9
  17. package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -9
  18. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  20. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  21. package/dist-es/commands/DeleteTagsCommand.js +3 -9
  22. package/dist-es/commands/DeleteWarmPoolCommand.js +3 -9
  23. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  24. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +3 -9
  25. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -9
  26. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -9
  27. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +3 -9
  28. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -9
  29. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -9
  30. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +3 -9
  31. package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -9
  32. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -9
  33. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
  34. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +3 -9
  35. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -9
  36. package/dist-es/commands/DescribePoliciesCommand.js +3 -9
  37. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -9
  38. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +3 -9
  39. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -9
  40. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  41. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +3 -9
  42. package/dist-es/commands/DescribeTrafficSourcesCommand.js +3 -9
  43. package/dist-es/commands/DescribeWarmPoolCommand.js +3 -9
  44. package/dist-es/commands/DetachInstancesCommand.js +3 -9
  45. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -9
  46. package/dist-es/commands/DetachLoadBalancersCommand.js +3 -9
  47. package/dist-es/commands/DetachTrafficSourcesCommand.js +3 -9
  48. package/dist-es/commands/DisableMetricsCollectionCommand.js +3 -9
  49. package/dist-es/commands/EnableMetricsCollectionCommand.js +3 -9
  50. package/dist-es/commands/EnterStandbyCommand.js +3 -9
  51. package/dist-es/commands/ExecutePolicyCommand.js +3 -9
  52. package/dist-es/commands/ExitStandbyCommand.js +3 -9
  53. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -9
  54. package/dist-es/commands/PutLifecycleHookCommand.js +3 -9
  55. package/dist-es/commands/PutNotificationConfigurationCommand.js +3 -9
  56. package/dist-es/commands/PutScalingPolicyCommand.js +3 -9
  57. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +3 -9
  58. package/dist-es/commands/PutWarmPoolCommand.js +3 -9
  59. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -9
  60. package/dist-es/commands/ResumeProcessesCommand.js +3 -9
  61. package/dist-es/commands/RollbackInstanceRefreshCommand.js +3 -9
  62. package/dist-es/commands/SetDesiredCapacityCommand.js +3 -9
  63. package/dist-es/commands/SetInstanceHealthCommand.js +3 -9
  64. package/dist-es/commands/SetInstanceProtectionCommand.js +3 -9
  65. package/dist-es/commands/StartInstanceRefreshCommand.js +3 -9
  66. package/dist-es/commands/SuspendProcessesCommand.js +3 -9
  67. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -9
  68. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +3 -9
  69. package/dist-es/runtimeConfig.shared.js +7 -0
  70. package/dist-es/schemas/schemas_0.js +2304 -0
  71. package/dist-types/AutoScalingClient.d.ts +10 -1
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +332 -0
  77. package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +337 -0
  83. package/package.json +34 -34
  84. package/dist-es/protocols/Aws_query.js +0 -7332
  85. package/dist-types/protocols/Aws_query.d.ts +0 -587
  86. 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 { de_AttachInstancesCommand, se_AttachInstancesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_AttachLoadBalancerTargetGroupsCommand, se_AttachLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_AttachLoadBalancersCommand, se_AttachLoadBalancersCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_AttachTrafficSourcesCommand, se_AttachTrafficSourcesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_BatchDeleteScheduledActionCommand, se_BatchDeleteScheduledActionCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_BatchPutScheduledUpdateGroupActionCommand, se_BatchPutScheduledUpdateGroupActionCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_CancelInstanceRefreshCommand, se_CancelInstanceRefreshCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_CompleteLifecycleActionCommand, se_CompleteLifecycleActionCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_CreateAutoScalingGroupCommand, se_CreateAutoScalingGroupCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_CreateLaunchConfigurationCommand, se_CreateLaunchConfigurationCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_CreateOrUpdateTagsCommand, se_CreateOrUpdateTagsCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DeleteAutoScalingGroupCommand, se_DeleteAutoScalingGroupCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DeleteLaunchConfigurationCommand, se_DeleteLaunchConfigurationCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DeleteLifecycleHookCommand, se_DeleteLifecycleHookCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DeleteNotificationConfigurationCommand, se_DeleteNotificationConfigurationCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DeleteWarmPoolCommand, se_DeleteWarmPoolCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeAdjustmentTypesCommand, se_DescribeAdjustmentTypesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeAutoScalingGroupsCommand, se_DescribeAutoScalingGroupsCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
19
- .ser(se_DescribeAutoScalingGroupsCommand)
20
- .de(de_DescribeAutoScalingGroupsCommand)
14
+ .sc(DescribeAutoScalingGroups)
21
15
  .build() {
22
16
  }