@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
@@ -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_DescribeAutoScalingInstancesCommand, se_DescribeAutoScalingInstancesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeAutoScalingNotificationTypesCommand, se_DescribeAutoScalingNotificationTypesCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeInstanceRefreshesCommand, se_DescribeInstanceRefreshesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeLaunchConfigurationsCommand, se_DescribeLaunchConfigurationsCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeLifecycleHookTypesCommand, se_DescribeLifecycleHookTypesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeLifecycleHooksCommand, se_DescribeLifecycleHooksCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeLoadBalancerTargetGroupsCommand, se_DescribeLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeMetricCollectionTypesCommand, se_DescribeMetricCollectionTypesCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeNotificationConfigurationsCommand, se_DescribeNotificationConfigurationsCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribePoliciesCommand, se_DescribePoliciesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeScalingActivitiesCommand, se_DescribeScalingActivitiesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeScalingProcessTypesCommand, se_DescribeScalingProcessTypesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeTerminationPolicyTypesCommand, se_DescribeTerminationPolicyTypesCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeTrafficSourcesCommand, se_DescribeTrafficSourcesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DescribeWarmPoolCommand, se_DescribeWarmPoolCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DetachInstancesCommand, se_DetachInstancesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DetachLoadBalancerTargetGroupsCommand, se_DetachLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DetachLoadBalancersCommand, se_DetachLoadBalancersCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DetachTrafficSourcesCommand, se_DetachTrafficSourcesCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
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 { de_DisableMetricsCollectionCommand, se_DisableMetricsCollectionCommand } from "../protocols/Aws_query";
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
- .f(void 0, void 0)
19
- .ser(se_DisableMetricsCollectionCommand)
20
- .de(de_DisableMetricsCollectionCommand)
14
+ .sc(DisableMetricsCollection)
21
15
  .build() {
22
16
  }