@aws-sdk/client-auto-scaling 3.649.0 → 3.650.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 (69) hide show
  1. package/dist-cjs/index.js +65 -195
  2. package/dist-es/commands/AttachInstancesCommand.js +1 -3
  3. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +1 -3
  4. package/dist-es/commands/AttachLoadBalancersCommand.js +1 -3
  5. package/dist-es/commands/AttachTrafficSourcesCommand.js +1 -3
  6. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +1 -3
  7. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +1 -3
  8. package/dist-es/commands/CancelInstanceRefreshCommand.js +1 -3
  9. package/dist-es/commands/CompleteLifecycleActionCommand.js +1 -3
  10. package/dist-es/commands/CreateAutoScalingGroupCommand.js +1 -3
  11. package/dist-es/commands/CreateLaunchConfigurationCommand.js +1 -3
  12. package/dist-es/commands/CreateOrUpdateTagsCommand.js +1 -3
  13. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +1 -3
  14. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +1 -3
  15. package/dist-es/commands/DeleteLifecycleHookCommand.js +1 -3
  16. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +1 -3
  17. package/dist-es/commands/DeletePolicyCommand.js +1 -3
  18. package/dist-es/commands/DeleteScheduledActionCommand.js +1 -3
  19. package/dist-es/commands/DeleteTagsCommand.js +1 -3
  20. package/dist-es/commands/DeleteWarmPoolCommand.js +1 -3
  21. package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
  22. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +1 -3
  23. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +1 -3
  24. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +1 -3
  25. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -3
  26. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +1 -3
  27. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +1 -3
  28. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +1 -3
  29. package/dist-es/commands/DescribeLifecycleHooksCommand.js +1 -3
  30. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +1 -3
  31. package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -3
  32. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +1 -3
  33. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +1 -3
  34. package/dist-es/commands/DescribePoliciesCommand.js +1 -3
  35. package/dist-es/commands/DescribeScalingActivitiesCommand.js +1 -3
  36. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +1 -3
  37. package/dist-es/commands/DescribeScheduledActionsCommand.js +1 -3
  38. package/dist-es/commands/DescribeTagsCommand.js +1 -3
  39. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +1 -3
  40. package/dist-es/commands/DescribeTrafficSourcesCommand.js +1 -3
  41. package/dist-es/commands/DescribeWarmPoolCommand.js +1 -3
  42. package/dist-es/commands/DetachInstancesCommand.js +1 -3
  43. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +1 -3
  44. package/dist-es/commands/DetachLoadBalancersCommand.js +1 -3
  45. package/dist-es/commands/DetachTrafficSourcesCommand.js +1 -3
  46. package/dist-es/commands/DisableMetricsCollectionCommand.js +1 -3
  47. package/dist-es/commands/EnableMetricsCollectionCommand.js +1 -3
  48. package/dist-es/commands/EnterStandbyCommand.js +1 -3
  49. package/dist-es/commands/ExecutePolicyCommand.js +1 -3
  50. package/dist-es/commands/ExitStandbyCommand.js +1 -3
  51. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +1 -3
  52. package/dist-es/commands/PutLifecycleHookCommand.js +1 -3
  53. package/dist-es/commands/PutNotificationConfigurationCommand.js +1 -3
  54. package/dist-es/commands/PutScalingPolicyCommand.js +1 -3
  55. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +1 -3
  56. package/dist-es/commands/PutWarmPoolCommand.js +1 -3
  57. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +1 -3
  58. package/dist-es/commands/ResumeProcessesCommand.js +1 -3
  59. package/dist-es/commands/RollbackInstanceRefreshCommand.js +1 -3
  60. package/dist-es/commands/SetDesiredCapacityCommand.js +1 -3
  61. package/dist-es/commands/SetInstanceHealthCommand.js +1 -3
  62. package/dist-es/commands/SetInstanceProtectionCommand.js +1 -3
  63. package/dist-es/commands/StartInstanceRefreshCommand.js +1 -3
  64. package/dist-es/commands/SuspendProcessesCommand.js +1 -3
  65. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +1 -3
  66. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +1 -3
  67. package/dist-es/endpoint/endpointResolver.js +7 -3
  68. package/package.json +4 -4
  69. package/dist-types/tsdoc-metadata.json +0 -11
@@ -6,9 +6,7 @@ import { de_AttachInstancesCommand, se_AttachInstancesCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class AttachInstancesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AttachLoadBalancerTargetGroupsCommand, se_AttachLoadBalancerTargetGr
6
6
  export { $Command };
7
7
  export class AttachLoadBalancerTargetGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AttachLoadBalancersCommand, se_AttachLoadBalancersCommand } from "..
6
6
  export { $Command };
7
7
  export class AttachLoadBalancersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AttachTrafficSourcesCommand, se_AttachTrafficSourcesCommand } from "
6
6
  export { $Command };
7
7
  export class AttachTrafficSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDeleteScheduledActionCommand, se_BatchDeleteScheduledActionComm
6
6
  export { $Command };
7
7
  export class BatchDeleteScheduledActionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchPutScheduledUpdateGroupActionCommand, se_BatchPutScheduledUpdat
6
6
  export { $Command };
7
7
  export class BatchPutScheduledUpdateGroupActionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelInstanceRefreshCommand, se_CancelInstanceRefreshCommand } from
6
6
  export { $Command };
7
7
  export class CancelInstanceRefreshCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CompleteLifecycleActionCommand, se_CompleteLifecycleActionCommand }
6
6
  export { $Command };
7
7
  export class CompleteLifecycleActionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateAutoScalingGroupCommand, se_CreateAutoScalingGroupCommand } fr
6
6
  export { $Command };
7
7
  export class CreateAutoScalingGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateLaunchConfigurationCommand, se_CreateLaunchConfigurationComman
6
6
  export { $Command };
7
7
  export class CreateLaunchConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateOrUpdateTagsCommand, se_CreateOrUpdateTagsCommand } from "../p
6
6
  export { $Command };
7
7
  export class CreateOrUpdateTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAutoScalingGroupCommand, se_DeleteAutoScalingGroupCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteAutoScalingGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteLaunchConfigurationCommand, se_DeleteLaunchConfigurationComman
6
6
  export { $Command };
7
7
  export class DeleteLaunchConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteLifecycleHookCommand, se_DeleteLifecycleHookCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteLifecycleHookCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteNotificationConfigurationCommand, se_DeleteNotificationConfigu
6
6
  export { $Command };
7
7
  export class DeleteNotificationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeletePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from
6
6
  export { $Command };
7
7
  export class DeleteScheduledActionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_que
6
6
  export { $Command };
7
7
  export class DeleteTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteWarmPoolCommand, se_DeleteWarmPoolCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteWarmPoolCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from
6
6
  export { $Command };
7
7
  export class DescribeAccountLimitsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAdjustmentTypesCommand, se_DescribeAdjustmentTypesCommand }
6
6
  export { $Command };
7
7
  export class DescribeAdjustmentTypesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAutoScalingGroupsCommand, se_DescribeAutoScalingGroupsComman
6
6
  export { $Command };
7
7
  export class DescribeAutoScalingGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAutoScalingInstancesCommand, se_DescribeAutoScalingInstances
6
6
  export { $Command };
7
7
  export class DescribeAutoScalingInstancesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAutoScalingNotificationTypesCommand, se_DescribeAutoScalingN
6
6
  export { $Command };
7
7
  export class DescribeAutoScalingNotificationTypesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeInstanceRefreshesCommand, se_DescribeInstanceRefreshesComman
6
6
  export { $Command };
7
7
  export class DescribeInstanceRefreshesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLaunchConfigurationsCommand, se_DescribeLaunchConfigurations
6
6
  export { $Command };
7
7
  export class DescribeLaunchConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLifecycleHookTypesCommand, se_DescribeLifecycleHookTypesComm
6
6
  export { $Command };
7
7
  export class DescribeLifecycleHookTypesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLifecycleHooksCommand, se_DescribeLifecycleHooksCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeLifecycleHooksCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLoadBalancerTargetGroupsCommand, se_DescribeLoadBalancerTarg
6
6
  export { $Command };
7
7
  export class DescribeLoadBalancerTargetGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from
6
6
  export { $Command };
7
7
  export class DescribeLoadBalancersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeMetricCollectionTypesCommand, se_DescribeMetricCollectionTyp
6
6
  export { $Command };
7
7
  export class DescribeMetricCollectionTypesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeNotificationConfigurationsCommand, se_DescribeNotificationCo
6
6
  export { $Command };
7
7
  export class DescribeNotificationConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribePoliciesCommand, se_DescribePoliciesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribePoliciesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeScalingActivitiesCommand, se_DescribeScalingActivitiesComman
6
6
  export { $Command };
7
7
  export class DescribeScalingActivitiesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeScalingProcessTypesCommand, se_DescribeScalingProcessTypesCo
6
6
  export { $Command };
7
7
  export class DescribeScalingProcessTypesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand
6
6
  export { $Command };
7
7
  export class DescribeScheduledActionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribeTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTerminationPolicyTypesCommand, se_DescribeTerminationPolicyT
6
6
  export { $Command };
7
7
  export class DescribeTerminationPolicyTypesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTrafficSourcesCommand, se_DescribeTrafficSourcesCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeTrafficSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeWarmPoolCommand, se_DescribeWarmPoolCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeWarmPoolCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DetachInstancesCommand, se_DetachInstancesCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DetachInstancesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DetachLoadBalancerTargetGroupsCommand, se_DetachLoadBalancerTargetGr
6
6
  export { $Command };
7
7
  export class DetachLoadBalancerTargetGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DetachLoadBalancersCommand, se_DetachLoadBalancersCommand } from "..
6
6
  export { $Command };
7
7
  export class DetachLoadBalancersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DetachTrafficSourcesCommand, se_DetachTrafficSourcesCommand } from "
6
6
  export { $Command };
7
7
  export class DetachTrafficSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisableMetricsCollectionCommand, se_DisableMetricsCollectionCommand
6
6
  export { $Command };
7
7
  export class DisableMetricsCollectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_EnableMetricsCollectionCommand, se_EnableMetricsCollectionCommand }
6
6
  export { $Command };
7
7
  export class EnableMetricsCollectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_EnterStandbyCommand, se_EnterStandbyCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class EnterStandbyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExecutePolicyCommand, se_ExecutePolicyCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ExecutePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExitStandbyCommand, se_ExitStandbyCommand } from "../protocols/Aws_q
6
6
  export { $Command };
7
7
  export class ExitStandbyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetPredictiveScalingForecastCommand, se_GetPredictiveScalingForecast
6
6
  export { $Command };
7
7
  export class GetPredictiveScalingForecastCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutLifecycleHookCommand, se_PutLifecycleHookCommand } from "../proto
6
6
  export { $Command };
7
7
  export class PutLifecycleHookCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutNotificationConfigurationCommand, se_PutNotificationConfiguration
6
6
  export { $Command };
7
7
  export class PutNotificationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutScalingPolicyCommand, se_PutScalingPolicyCommand } from "../proto
6
6
  export { $Command };
7
7
  export class PutScalingPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),