@aws-sdk/client-elasticache 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 (134) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AddTagsToResourceCommand.js +5 -0
  3. package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +5 -0
  4. package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +5 -0
  5. package/dist-cjs/commands/BatchStopUpdateActionCommand.js +5 -0
  6. package/dist-cjs/commands/CompleteMigrationCommand.js +5 -0
  7. package/dist-cjs/commands/CopySnapshotCommand.js +5 -0
  8. package/dist-cjs/commands/CreateCacheClusterCommand.js +5 -0
  9. package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +5 -0
  10. package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +5 -0
  11. package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +5 -0
  12. package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +5 -0
  13. package/dist-cjs/commands/CreateReplicationGroupCommand.js +5 -0
  14. package/dist-cjs/commands/CreateSnapshotCommand.js +5 -0
  15. package/dist-cjs/commands/CreateUserCommand.js +5 -0
  16. package/dist-cjs/commands/CreateUserGroupCommand.js +5 -0
  17. package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +5 -0
  18. package/dist-cjs/commands/DecreaseReplicaCountCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteCacheClusterCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteReplicationGroupCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteSnapshotCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteUserCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteUserGroupCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeCacheClustersCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeCacheParametersCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeEventsCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +5 -0
  38. package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +5 -0
  39. package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +5 -0
  40. package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +5 -0
  41. package/dist-cjs/commands/DescribeSnapshotsCommand.js +5 -0
  42. package/dist-cjs/commands/DescribeUpdateActionsCommand.js +5 -0
  43. package/dist-cjs/commands/DescribeUserGroupsCommand.js +5 -0
  44. package/dist-cjs/commands/DescribeUsersCommand.js +5 -0
  45. package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +5 -0
  46. package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +5 -0
  47. package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +5 -0
  48. package/dist-cjs/commands/IncreaseReplicaCountCommand.js +5 -0
  49. package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +5 -0
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  51. package/dist-cjs/commands/ModifyCacheClusterCommand.js +5 -0
  52. package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +5 -0
  53. package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +5 -0
  54. package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +5 -0
  55. package/dist-cjs/commands/ModifyReplicationGroupCommand.js +5 -0
  56. package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +5 -0
  57. package/dist-cjs/commands/ModifyUserCommand.js +5 -0
  58. package/dist-cjs/commands/ModifyUserGroupCommand.js +5 -0
  59. package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +5 -0
  60. package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +5 -0
  61. package/dist-cjs/commands/RebootCacheClusterCommand.js +5 -0
  62. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +5 -0
  63. package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +5 -0
  64. package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +5 -0
  65. package/dist-cjs/commands/StartMigrationCommand.js +5 -0
  66. package/dist-cjs/commands/TestFailoverCommand.js +5 -0
  67. package/dist-cjs/commands/TestMigrationCommand.js +5 -0
  68. package/dist-es/commands/AddTagsToResourceCommand.js +5 -0
  69. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +5 -0
  70. package/dist-es/commands/BatchApplyUpdateActionCommand.js +5 -0
  71. package/dist-es/commands/BatchStopUpdateActionCommand.js +5 -0
  72. package/dist-es/commands/CompleteMigrationCommand.js +5 -0
  73. package/dist-es/commands/CopySnapshotCommand.js +5 -0
  74. package/dist-es/commands/CreateCacheClusterCommand.js +5 -0
  75. package/dist-es/commands/CreateCacheParameterGroupCommand.js +5 -0
  76. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +5 -0
  77. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +5 -0
  78. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +5 -0
  79. package/dist-es/commands/CreateReplicationGroupCommand.js +5 -0
  80. package/dist-es/commands/CreateSnapshotCommand.js +5 -0
  81. package/dist-es/commands/CreateUserCommand.js +5 -0
  82. package/dist-es/commands/CreateUserGroupCommand.js +5 -0
  83. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +5 -0
  84. package/dist-es/commands/DecreaseReplicaCountCommand.js +5 -0
  85. package/dist-es/commands/DeleteCacheClusterCommand.js +5 -0
  86. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +5 -0
  87. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +5 -0
  88. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +5 -0
  89. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +5 -0
  90. package/dist-es/commands/DeleteReplicationGroupCommand.js +5 -0
  91. package/dist-es/commands/DeleteSnapshotCommand.js +5 -0
  92. package/dist-es/commands/DeleteUserCommand.js +5 -0
  93. package/dist-es/commands/DeleteUserGroupCommand.js +5 -0
  94. package/dist-es/commands/DescribeCacheClustersCommand.js +5 -0
  95. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +5 -0
  96. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +5 -0
  97. package/dist-es/commands/DescribeCacheParametersCommand.js +5 -0
  98. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +5 -0
  99. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +5 -0
  100. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +5 -0
  101. package/dist-es/commands/DescribeEventsCommand.js +5 -0
  102. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +5 -0
  103. package/dist-es/commands/DescribeReplicationGroupsCommand.js +5 -0
  104. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +5 -0
  105. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +5 -0
  106. package/dist-es/commands/DescribeServiceUpdatesCommand.js +5 -0
  107. package/dist-es/commands/DescribeSnapshotsCommand.js +5 -0
  108. package/dist-es/commands/DescribeUpdateActionsCommand.js +5 -0
  109. package/dist-es/commands/DescribeUserGroupsCommand.js +5 -0
  110. package/dist-es/commands/DescribeUsersCommand.js +5 -0
  111. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +5 -0
  112. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +5 -0
  113. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +5 -0
  114. package/dist-es/commands/IncreaseReplicaCountCommand.js +5 -0
  115. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +5 -0
  116. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  117. package/dist-es/commands/ModifyCacheClusterCommand.js +5 -0
  118. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +5 -0
  119. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +5 -0
  120. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +5 -0
  121. package/dist-es/commands/ModifyReplicationGroupCommand.js +5 -0
  122. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +5 -0
  123. package/dist-es/commands/ModifyUserCommand.js +5 -0
  124. package/dist-es/commands/ModifyUserGroupCommand.js +5 -0
  125. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +5 -0
  126. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +5 -0
  127. package/dist-es/commands/RebootCacheClusterCommand.js +5 -0
  128. package/dist-es/commands/RemoveTagsFromResourceCommand.js +5 -0
  129. package/dist-es/commands/ResetCacheParameterGroupCommand.js +5 -0
  130. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +5 -0
  131. package/dist-es/commands/StartMigrationCommand.js +5 -0
  132. package/dist-es/commands/TestFailoverCommand.js +5 -0
  133. package/dist-es/commands/TestMigrationCommand.js +5 -0
  134. package/package.json +32 -32
package/README.md CHANGED
@@ -33,16 +33,16 @@ using your favorite package manager:
33
33
 
34
34
  The AWS SDK is modulized by clients and commands.
35
35
  To send a request, you only need to import the `ElastiCacheClient` and
36
- the commands you need, for example `AddTagsToResourceCommand`:
36
+ the commands you need, for example `ListTagsForResourceCommand`:
37
37
 
38
38
  ```js
39
39
  // ES5 example
40
- const { ElastiCacheClient, AddTagsToResourceCommand } = require("@aws-sdk/client-elasticache");
40
+ const { ElastiCacheClient, ListTagsForResourceCommand } = require("@aws-sdk/client-elasticache");
41
41
  ```
42
42
 
43
43
  ```ts
44
44
  // ES6+ example
45
- import { ElastiCacheClient, AddTagsToResourceCommand } from "@aws-sdk/client-elasticache";
45
+ import { ElastiCacheClient, ListTagsForResourceCommand } from "@aws-sdk/client-elasticache";
46
46
  ```
47
47
 
48
48
  ### Usage
@@ -61,7 +61,7 @@ const client = new ElastiCacheClient({ region: "REGION" });
61
61
  const params = {
62
62
  /** input parameters */
63
63
  };
64
- const command = new AddTagsToResourceCommand(params);
64
+ const command = new ListTagsForResourceCommand(params);
65
65
  ```
66
66
 
67
67
  #### Async/await
@@ -140,7 +140,7 @@ const client = new AWS.ElastiCache({ region: "REGION" });
140
140
 
141
141
  // async/await.
142
142
  try {
143
- const data = await client.addTagsToResource(params);
143
+ const data = await client.listTagsForResource(params);
144
144
  // process data.
145
145
  } catch (error) {
146
146
  // error handling.
@@ -148,7 +148,7 @@ try {
148
148
 
149
149
  // Promises.
150
150
  client
151
- .addTagsToResource(params)
151
+ .listTagsForResource(params)
152
152
  .then((data) => {
153
153
  // process data.
154
154
  })
@@ -157,7 +157,7 @@ client
157
157
  });
158
158
 
159
159
  // callbacks.
160
- client.addTagsToResource(params, (err, data) => {
160
+ client.listTagsForResource(params, (err, data) => {
161
161
  // process err and data.
162
162
  });
163
163
  ```
@@ -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 AddTagsToResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddTagsToResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "AddTagsToResource",
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 AuthorizeCacheSecurityGroupIngressCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AuthorizeCacheSecurityGroupIngressCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "AuthorizeCacheSecurityGroupIngress",
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 BatchApplyUpdateActionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchApplyUpdateActionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "BatchApplyUpdateAction",
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 BatchStopUpdateActionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchStopUpdateActionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "BatchStopUpdateAction",
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 CompleteMigrationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CompleteMigrationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CompleteMigration",
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 CopySnapshotCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CopySnapshotCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CopySnapshot",
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 CreateCacheClusterCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCacheClusterCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateCacheCluster",
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 CreateCacheParameterGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCacheParameterGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateCacheParameterGroup",
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 CreateCacheSecurityGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCacheSecurityGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateCacheSecurityGroup",
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 CreateCacheSubnetGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCacheSubnetGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateCacheSubnetGroup",
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 CreateGlobalReplicationGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateGlobalReplicationGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateGlobalReplicationGroup",
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 CreateReplicationGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateReplicationGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateReplicationGroup",
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 CreateSnapshotCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateSnapshotCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateSnapshot",
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 CreateUserCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateUserCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateUser",
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 CreateUserGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateUserGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "CreateUserGroup",
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 DecreaseNodeGroupsInGlobalReplicationGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends smithy_client_1.
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DecreaseNodeGroupsInGlobalReplicationGroup",
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 DecreaseReplicaCountCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DecreaseReplicaCountCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DecreaseReplicaCount",
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 DeleteCacheClusterCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCacheClusterCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteCacheCluster",
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 DeleteCacheParameterGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCacheParameterGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteCacheParameterGroup",
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 DeleteCacheSecurityGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCacheSecurityGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteCacheSecurityGroup",
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 DeleteCacheSubnetGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCacheSubnetGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteCacheSubnetGroup",
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 DeleteGlobalReplicationGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteGlobalReplicationGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteGlobalReplicationGroup",
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 DeleteReplicationGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteReplicationGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteReplicationGroup",
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 DeleteSnapshotCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteSnapshotCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteSnapshot",
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 DeleteUserCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteUserCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteUser",
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 DeleteUserGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteUserGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DeleteUserGroup",
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 DescribeCacheClustersCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeCacheClustersCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DescribeCacheClusters",
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 DescribeCacheEngineVersionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeCacheEngineVersionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DescribeCacheEngineVersions",
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 DescribeCacheParameterGroupsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeCacheParameterGroupsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElastiCacheV9",
38
+ operation: "DescribeCacheParameterGroups",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);