@aws-sdk/client-auto-scaling 3.414.0 → 3.421.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 (132) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AttachInstancesCommand.js +5 -0
  3. package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +5 -0
  4. package/dist-cjs/commands/AttachLoadBalancersCommand.js +5 -0
  5. package/dist-cjs/commands/AttachTrafficSourcesCommand.js +5 -0
  6. package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +5 -0
  7. package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +5 -0
  8. package/dist-cjs/commands/CancelInstanceRefreshCommand.js +5 -0
  9. package/dist-cjs/commands/CompleteLifecycleActionCommand.js +5 -0
  10. package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +5 -0
  11. package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +5 -0
  12. package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteLifecycleHookCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +5 -0
  17. package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteScheduledActionCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteTagsCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteWarmPoolCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +5 -0
  34. package/dist-cjs/commands/DescribePoliciesCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +5 -0
  38. package/dist-cjs/commands/DescribeTagsCommand.js +5 -0
  39. package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +5 -0
  40. package/dist-cjs/commands/DescribeTrafficSourcesCommand.js +5 -0
  41. package/dist-cjs/commands/DescribeWarmPoolCommand.js +5 -0
  42. package/dist-cjs/commands/DetachInstancesCommand.js +5 -0
  43. package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +5 -0
  44. package/dist-cjs/commands/DetachLoadBalancersCommand.js +5 -0
  45. package/dist-cjs/commands/DetachTrafficSourcesCommand.js +5 -0
  46. package/dist-cjs/commands/DisableMetricsCollectionCommand.js +5 -0
  47. package/dist-cjs/commands/EnableMetricsCollectionCommand.js +5 -0
  48. package/dist-cjs/commands/EnterStandbyCommand.js +5 -0
  49. package/dist-cjs/commands/ExecutePolicyCommand.js +5 -0
  50. package/dist-cjs/commands/ExitStandbyCommand.js +5 -0
  51. package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +5 -0
  52. package/dist-cjs/commands/PutLifecycleHookCommand.js +5 -0
  53. package/dist-cjs/commands/PutNotificationConfigurationCommand.js +5 -0
  54. package/dist-cjs/commands/PutScalingPolicyCommand.js +5 -0
  55. package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +5 -0
  56. package/dist-cjs/commands/PutWarmPoolCommand.js +5 -0
  57. package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +5 -0
  58. package/dist-cjs/commands/ResumeProcessesCommand.js +5 -0
  59. package/dist-cjs/commands/RollbackInstanceRefreshCommand.js +5 -0
  60. package/dist-cjs/commands/SetDesiredCapacityCommand.js +5 -0
  61. package/dist-cjs/commands/SetInstanceHealthCommand.js +5 -0
  62. package/dist-cjs/commands/SetInstanceProtectionCommand.js +5 -0
  63. package/dist-cjs/commands/StartInstanceRefreshCommand.js +5 -0
  64. package/dist-cjs/commands/SuspendProcessesCommand.js +5 -0
  65. package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +5 -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/package.json +32 -32
package/README.md CHANGED
@@ -27,16 +27,16 @@ using your favorite package manager:
27
27
 
28
28
  The AWS SDK is modulized by clients and commands.
29
29
  To send a request, you only need to import the `AutoScalingClient` and
30
- the commands you need, for example `AttachInstancesCommand`:
30
+ the commands you need, for example `DescribePoliciesCommand`:
31
31
 
32
32
  ```js
33
33
  // ES5 example
34
- const { AutoScalingClient, AttachInstancesCommand } = require("@aws-sdk/client-auto-scaling");
34
+ const { AutoScalingClient, DescribePoliciesCommand } = require("@aws-sdk/client-auto-scaling");
35
35
  ```
36
36
 
37
37
  ```ts
38
38
  // ES6+ example
39
- import { AutoScalingClient, AttachInstancesCommand } from "@aws-sdk/client-auto-scaling";
39
+ import { AutoScalingClient, DescribePoliciesCommand } from "@aws-sdk/client-auto-scaling";
40
40
  ```
41
41
 
42
42
  ### Usage
@@ -55,7 +55,7 @@ const client = new AutoScalingClient({ region: "REGION" });
55
55
  const params = {
56
56
  /** input parameters */
57
57
  };
58
- const command = new AttachInstancesCommand(params);
58
+ const command = new DescribePoliciesCommand(params);
59
59
  ```
60
60
 
61
61
  #### Async/await
@@ -134,7 +134,7 @@ const client = new AWS.AutoScaling({ region: "REGION" });
134
134
 
135
135
  // async/await.
136
136
  try {
137
- const data = await client.attachInstances(params);
137
+ const data = await client.describePolicies(params);
138
138
  // process data.
139
139
  } catch (error) {
140
140
  // error handling.
@@ -142,7 +142,7 @@ try {
142
142
 
143
143
  // Promises.
144
144
  client
145
- .attachInstances(params)
145
+ .describePolicies(params)
146
146
  .then((data) => {
147
147
  // process data.
148
148
  })
@@ -151,7 +151,7 @@ client
151
151
  });
152
152
 
153
153
  // callbacks.
154
- client.attachInstances(params, (err, data) => {
154
+ client.describePolicies(params, (err, data) => {
155
155
  // process err and data.
156
156
  });
157
157
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AttachInstancesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AttachInstancesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "AttachInstances",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AttachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AttachLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "AttachLoadBalancerTargetGroups",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AttachLoadBalancersCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AttachLoadBalancersCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "AttachLoadBalancers",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AttachTrafficSourcesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AttachTrafficSourcesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "AttachTrafficSources",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class BatchDeleteScheduledActionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchDeleteScheduledActionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "BatchDeleteScheduledAction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class BatchPutScheduledUpdateGroupActionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchPutScheduledUpdateGroupActionCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "BatchPutScheduledUpdateGroupAction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CancelInstanceRefreshCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CancelInstanceRefreshCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "CancelInstanceRefresh",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CompleteLifecycleActionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CompleteLifecycleActionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "CompleteLifecycleAction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateAutoScalingGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateAutoScalingGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "CreateAutoScalingGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateLaunchConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateLaunchConfigurationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "CreateLaunchConfiguration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateOrUpdateTagsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateOrUpdateTagsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "CreateOrUpdateTags",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteAutoScalingGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAutoScalingGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DeleteAutoScalingGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteLaunchConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLaunchConfigurationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DeleteLaunchConfiguration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteLifecycleHookCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLifecycleHookCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DeleteLifecycleHook",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteNotificationConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteNotificationConfigurationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DeleteNotificationConfiguration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeletePolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeletePolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DeletePolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteScheduledActionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteScheduledActionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DeleteScheduledAction",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteTagsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteTagsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DeleteTags",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteWarmPoolCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteWarmPoolCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DeleteWarmPool",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeAccountLimitsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAccountLimitsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeAccountLimits",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeAdjustmentTypesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAdjustmentTypesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeAdjustmentTypes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeAutoScalingGroupsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAutoScalingGroupsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeAutoScalingGroups",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeAutoScalingInstancesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAutoScalingInstancesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeAutoScalingInstances",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeAutoScalingNotificationTypesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAutoScalingNotificationTypesCommand extends smithy_client_1.Comman
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeAutoScalingNotificationTypes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeInstanceRefreshesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeInstanceRefreshesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeInstanceRefreshes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeLaunchConfigurationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLaunchConfigurationsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeLaunchConfigurations",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeLifecycleHookTypesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLifecycleHookTypesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeLifecycleHookTypes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeLifecycleHooksCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLifecycleHooksCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeLifecycleHooks",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DescribeLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeLoadBalancerTargetGroupsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AutoScaling_2011_01_01",
38
+ operation: "DescribeLoadBalancerTargetGroups",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);