@aws-sdk/client-auto-scaling 3.413.0 → 3.418.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 (135) hide show
  1. package/dist-cjs/commands/AttachInstancesCommand.js +5 -0
  2. package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +5 -0
  3. package/dist-cjs/commands/AttachLoadBalancersCommand.js +5 -0
  4. package/dist-cjs/commands/AttachTrafficSourcesCommand.js +5 -0
  5. package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +5 -0
  6. package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +5 -0
  7. package/dist-cjs/commands/CancelInstanceRefreshCommand.js +5 -0
  8. package/dist-cjs/commands/CompleteLifecycleActionCommand.js +5 -0
  9. package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +5 -0
  10. package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +5 -0
  11. package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteLifecycleHookCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +5 -0
  16. package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteScheduledActionCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteTagsCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteWarmPoolCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +5 -0
  33. package/dist-cjs/commands/DescribePoliciesCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeTagsCommand.js +5 -0
  38. package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +5 -0
  39. package/dist-cjs/commands/DescribeTrafficSourcesCommand.js +5 -0
  40. package/dist-cjs/commands/DescribeWarmPoolCommand.js +5 -0
  41. package/dist-cjs/commands/DetachInstancesCommand.js +5 -0
  42. package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +5 -0
  43. package/dist-cjs/commands/DetachLoadBalancersCommand.js +5 -0
  44. package/dist-cjs/commands/DetachTrafficSourcesCommand.js +5 -0
  45. package/dist-cjs/commands/DisableMetricsCollectionCommand.js +5 -0
  46. package/dist-cjs/commands/EnableMetricsCollectionCommand.js +5 -0
  47. package/dist-cjs/commands/EnterStandbyCommand.js +5 -0
  48. package/dist-cjs/commands/ExecutePolicyCommand.js +5 -0
  49. package/dist-cjs/commands/ExitStandbyCommand.js +5 -0
  50. package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +5 -0
  51. package/dist-cjs/commands/PutLifecycleHookCommand.js +5 -0
  52. package/dist-cjs/commands/PutNotificationConfigurationCommand.js +5 -0
  53. package/dist-cjs/commands/PutScalingPolicyCommand.js +5 -0
  54. package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +5 -0
  55. package/dist-cjs/commands/PutWarmPoolCommand.js +5 -0
  56. package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +5 -0
  57. package/dist-cjs/commands/ResumeProcessesCommand.js +5 -0
  58. package/dist-cjs/commands/RollbackInstanceRefreshCommand.js +5 -0
  59. package/dist-cjs/commands/SetDesiredCapacityCommand.js +5 -0
  60. package/dist-cjs/commands/SetInstanceHealthCommand.js +5 -0
  61. package/dist-cjs/commands/SetInstanceProtectionCommand.js +5 -0
  62. package/dist-cjs/commands/StartInstanceRefreshCommand.js +5 -0
  63. package/dist-cjs/commands/SuspendProcessesCommand.js +5 -0
  64. package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +5 -0
  66. package/dist-cjs/runtimeExtensions.js +3 -0
  67. package/dist-es/commands/AttachInstancesCommand.js +5 -0
  68. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +5 -0
  69. package/dist-es/commands/AttachLoadBalancersCommand.js +5 -0
  70. package/dist-es/commands/AttachTrafficSourcesCommand.js +5 -0
  71. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +5 -0
  72. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +5 -0
  73. package/dist-es/commands/CancelInstanceRefreshCommand.js +5 -0
  74. package/dist-es/commands/CompleteLifecycleActionCommand.js +5 -0
  75. package/dist-es/commands/CreateAutoScalingGroupCommand.js +5 -0
  76. package/dist-es/commands/CreateLaunchConfigurationCommand.js +5 -0
  77. package/dist-es/commands/CreateOrUpdateTagsCommand.js +5 -0
  78. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +5 -0
  79. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +5 -0
  80. package/dist-es/commands/DeleteLifecycleHookCommand.js +5 -0
  81. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +5 -0
  82. package/dist-es/commands/DeletePolicyCommand.js +5 -0
  83. package/dist-es/commands/DeleteScheduledActionCommand.js +5 -0
  84. package/dist-es/commands/DeleteTagsCommand.js +5 -0
  85. package/dist-es/commands/DeleteWarmPoolCommand.js +5 -0
  86. package/dist-es/commands/DescribeAccountLimitsCommand.js +5 -0
  87. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +5 -0
  88. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +5 -0
  89. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +5 -0
  90. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +5 -0
  91. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +5 -0
  92. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +5 -0
  93. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +5 -0
  94. package/dist-es/commands/DescribeLifecycleHooksCommand.js +5 -0
  95. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +5 -0
  96. package/dist-es/commands/DescribeLoadBalancersCommand.js +5 -0
  97. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +5 -0
  98. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +5 -0
  99. package/dist-es/commands/DescribePoliciesCommand.js +5 -0
  100. package/dist-es/commands/DescribeScalingActivitiesCommand.js +5 -0
  101. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +5 -0
  102. package/dist-es/commands/DescribeScheduledActionsCommand.js +5 -0
  103. package/dist-es/commands/DescribeTagsCommand.js +5 -0
  104. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +5 -0
  105. package/dist-es/commands/DescribeTrafficSourcesCommand.js +5 -0
  106. package/dist-es/commands/DescribeWarmPoolCommand.js +5 -0
  107. package/dist-es/commands/DetachInstancesCommand.js +5 -0
  108. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +5 -0
  109. package/dist-es/commands/DetachLoadBalancersCommand.js +5 -0
  110. package/dist-es/commands/DetachTrafficSourcesCommand.js +5 -0
  111. package/dist-es/commands/DisableMetricsCollectionCommand.js +5 -0
  112. package/dist-es/commands/EnableMetricsCollectionCommand.js +5 -0
  113. package/dist-es/commands/EnterStandbyCommand.js +5 -0
  114. package/dist-es/commands/ExecutePolicyCommand.js +5 -0
  115. package/dist-es/commands/ExitStandbyCommand.js +5 -0
  116. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +5 -0
  117. package/dist-es/commands/PutLifecycleHookCommand.js +5 -0
  118. package/dist-es/commands/PutNotificationConfigurationCommand.js +5 -0
  119. package/dist-es/commands/PutScalingPolicyCommand.js +5 -0
  120. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +5 -0
  121. package/dist-es/commands/PutWarmPoolCommand.js +5 -0
  122. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +5 -0
  123. package/dist-es/commands/ResumeProcessesCommand.js +5 -0
  124. package/dist-es/commands/RollbackInstanceRefreshCommand.js +5 -0
  125. package/dist-es/commands/SetDesiredCapacityCommand.js +5 -0
  126. package/dist-es/commands/SetInstanceHealthCommand.js +5 -0
  127. package/dist-es/commands/SetInstanceProtectionCommand.js +5 -0
  128. package/dist-es/commands/StartInstanceRefreshCommand.js +5 -0
  129. package/dist-es/commands/SuspendProcessesCommand.js +5 -0
  130. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +5 -0
  131. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +5 -0
  132. package/dist-es/runtimeExtensions.js +3 -0
  133. package/dist-types/extensionConfiguration.d.ts +2 -1
  134. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  135. package/package.json +32 -31
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeMetricCollectionTypesCommand, se_DescribeMetricCollectionTypesCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeMetricCollectionTypesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeMetricCollectionTypesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeMetricCollectionTypes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeNotificationConfigurationsCommand, se_DescribeNotificationConfigurationsCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeNotificationConfigurationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeNotificationConfigurationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeNotificationConfigurations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribePoliciesCommand, se_DescribePoliciesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribePoliciesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribePoliciesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribePolicies",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeScalingActivitiesCommand, se_DescribeScalingActivitiesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeScalingActivitiesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeScalingActivitiesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeScalingActivities",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeScalingProcessTypesCommand, se_DescribeScalingProcessTypesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeScalingProcessTypesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeScalingProcessTypesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeScalingProcessTypes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeScheduledActionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeScheduledActionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeScheduledActions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeTagsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeTagsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeTags",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeTerminationPolicyTypesCommand, se_DescribeTerminationPolicyTypesCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeTerminationPolicyTypesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeTerminationPolicyTypesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeTerminationPolicyTypes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeTrafficSourcesCommand, se_DescribeTrafficSourcesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeTrafficSourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeTrafficSourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeTrafficSources",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeWarmPoolCommand, se_DescribeWarmPoolCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeWarmPoolCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeWarmPoolCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DescribeWarmPool",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachInstancesCommand, se_DetachInstancesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DetachInstancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachInstancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DetachInstances",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachLoadBalancerTargetGroupsCommand, se_DetachLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DetachLoadBalancerTargetGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachLoadBalancerTargetGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DetachLoadBalancerTargetGroups",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachLoadBalancersCommand, se_DetachLoadBalancersCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DetachLoadBalancersCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachLoadBalancersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DetachLoadBalancers",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachTrafficSourcesCommand, se_DetachTrafficSourcesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DetachTrafficSourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachTrafficSourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DetachTrafficSources",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisableMetricsCollectionCommand, se_DisableMetricsCollectionCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DisableMetricsCollectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisableMetricsCollectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "DisableMetricsCollection",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_EnableMetricsCollectionCommand, se_EnableMetricsCollectionCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class EnableMetricsCollectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class EnableMetricsCollectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "EnableMetricsCollection",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_EnterStandbyCommand, se_EnterStandbyCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class EnterStandbyCommand extends $Command {
@@ -29,6 +30,10 @@ export class EnterStandbyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "EnterStandby",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ExecutePolicyCommand, se_ExecutePolicyCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ExecutePolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class ExecutePolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "ExecutePolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ExitStandbyCommand, se_ExitStandbyCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ExitStandbyCommand extends $Command {
@@ -29,6 +30,10 @@ export class ExitStandbyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "ExitStandby",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetPredictiveScalingForecastCommand, se_GetPredictiveScalingForecastCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class GetPredictiveScalingForecastCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetPredictiveScalingForecastCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "GetPredictiveScalingForecast",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutLifecycleHookCommand, se_PutLifecycleHookCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class PutLifecycleHookCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutLifecycleHookCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "PutLifecycleHook",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutNotificationConfigurationCommand, se_PutNotificationConfigurationCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class PutNotificationConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutNotificationConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "PutNotificationConfiguration",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutScalingPolicyCommand, se_PutScalingPolicyCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class PutScalingPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutScalingPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "PutScalingPolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutScheduledUpdateGroupActionCommand, se_PutScheduledUpdateGroupActionCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class PutScheduledUpdateGroupActionCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutScheduledUpdateGroupActionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "PutScheduledUpdateGroupAction",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutWarmPoolCommand, se_PutWarmPoolCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class PutWarmPoolCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutWarmPoolCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "PutWarmPool",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_RecordLifecycleActionHeartbeatCommand, se_RecordLifecycleActionHeartbeatCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class RecordLifecycleActionHeartbeatCommand extends $Command {
@@ -29,6 +30,10 @@ export class RecordLifecycleActionHeartbeatCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "RecordLifecycleActionHeartbeat",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ResumeProcessesCommand, se_ResumeProcessesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ResumeProcessesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ResumeProcessesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "ResumeProcesses",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_RollbackInstanceRefreshCommand, se_RollbackInstanceRefreshCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class RollbackInstanceRefreshCommand extends $Command {
@@ -29,6 +30,10 @@ export class RollbackInstanceRefreshCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "RollbackInstanceRefresh",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_SetDesiredCapacityCommand, se_SetDesiredCapacityCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class SetDesiredCapacityCommand extends $Command {
@@ -29,6 +30,10 @@ export class SetDesiredCapacityCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "SetDesiredCapacity",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_SetInstanceHealthCommand, se_SetInstanceHealthCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class SetInstanceHealthCommand extends $Command {
@@ -29,6 +30,10 @@ export class SetInstanceHealthCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "SetInstanceHealth",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_SetInstanceProtectionCommand, se_SetInstanceProtectionCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class SetInstanceProtectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class SetInstanceProtectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "SetInstanceProtection",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StartInstanceRefreshCommand, se_StartInstanceRefreshCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class StartInstanceRefreshCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartInstanceRefreshCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AutoScaling_2011_01_01",
35
+ operation: "StartInstanceRefresh",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);