@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
@@ -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_DescribeCacheEngineVersionsCommand, se_DescribeCacheEngineVersionsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeCacheEngineVersionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeCacheEngineVersionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeCacheEngineVersions",
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_DescribeCacheParameterGroupsCommand, se_DescribeCacheParameterGroupsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeCacheParameterGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeCacheParameterGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeCacheParameterGroups",
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_DescribeCacheParametersCommand, se_DescribeCacheParametersCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeCacheParametersCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeCacheParametersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeCacheParameters",
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_DescribeCacheSecurityGroupsCommand, se_DescribeCacheSecurityGroupsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeCacheSecurityGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeCacheSecurityGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeCacheSecurityGroups",
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_DescribeCacheSubnetGroupsCommand, se_DescribeCacheSubnetGroupsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeCacheSubnetGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeCacheSubnetGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeCacheSubnetGroups",
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_DescribeEngineDefaultParametersCommand, se_DescribeEngineDefaultParametersCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeEngineDefaultParametersCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeEngineDefaultParametersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeEngineDefaultParameters",
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_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeEventsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeEventsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeEvents",
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_DescribeGlobalReplicationGroupsCommand, se_DescribeGlobalReplicationGroupsCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeGlobalReplicationGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeGlobalReplicationGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeGlobalReplicationGroups",
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_DescribeReplicationGroupsCommand, se_DescribeReplicationGroupsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeReplicationGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeReplicationGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeReplicationGroups",
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_DescribeReservedCacheNodesCommand, se_DescribeReservedCacheNodesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeReservedCacheNodesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeReservedCacheNodesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeReservedCacheNodes",
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_DescribeReservedCacheNodesOfferingsCommand, se_DescribeReservedCacheNodesOfferingsCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeReservedCacheNodesOfferingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeReservedCacheNodesOfferingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeReservedCacheNodesOfferings",
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_DescribeServiceUpdatesCommand, se_DescribeServiceUpdatesCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeServiceUpdatesCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeServiceUpdatesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeServiceUpdates",
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_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeSnapshotsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeSnapshotsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeSnapshots",
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_DescribeUpdateActionsCommand, se_DescribeUpdateActionsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeUpdateActionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeUpdateActionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeUpdateActions",
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_DescribeUserGroupsCommand, se_DescribeUserGroupsCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeUserGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeUserGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeUserGroups",
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_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DescribeUsersCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeUsersCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DescribeUsers",
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_DisassociateGlobalReplicationGroupCommand, se_DisassociateGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class DisassociateGlobalReplicationGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateGlobalReplicationGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "DisassociateGlobalReplicationGroup",
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_FailoverGlobalReplicationGroupCommand, se_FailoverGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class FailoverGlobalReplicationGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class FailoverGlobalReplicationGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "FailoverGlobalReplicationGroup",
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_IncreaseNodeGroupsInGlobalReplicationGroupCommand, se_IncreaseNodeGroupsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "IncreaseNodeGroupsInGlobalReplicationGroup",
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_IncreaseReplicaCountCommand, se_IncreaseReplicaCountCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class IncreaseReplicaCountCommand extends $Command {
@@ -29,6 +30,10 @@ export class IncreaseReplicaCountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "IncreaseReplicaCount",
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_ListAllowedNodeTypeModificationsCommand, se_ListAllowedNodeTypeModificationsCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListAllowedNodeTypeModificationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAllowedNodeTypeModificationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ListAllowedNodeTypeModifications",
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ListTagsForResource",
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_ModifyCacheClusterCommand, se_ModifyCacheClusterCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ModifyCacheClusterCommand extends $Command {
@@ -29,6 +30,10 @@ export class ModifyCacheClusterCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ModifyCacheCluster",
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_ModifyCacheParameterGroupCommand, se_ModifyCacheParameterGroupCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ModifyCacheParameterGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class ModifyCacheParameterGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ModifyCacheParameterGroup",
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_ModifyCacheSubnetGroupCommand, se_ModifyCacheSubnetGroupCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ModifyCacheSubnetGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class ModifyCacheSubnetGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ModifyCacheSubnetGroup",
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_ModifyGlobalReplicationGroupCommand, se_ModifyGlobalReplicationGroupCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ModifyGlobalReplicationGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class ModifyGlobalReplicationGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ModifyGlobalReplicationGroup",
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_ModifyReplicationGroupCommand, se_ModifyReplicationGroupCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ModifyReplicationGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class ModifyReplicationGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ModifyReplicationGroup",
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_ModifyReplicationGroupShardConfigurationCommand, se_ModifyReplicationGroupShardConfigurationCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ModifyReplicationGroupShardConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class ModifyReplicationGroupShardConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ModifyReplicationGroupShardConfiguration",
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_ModifyUserCommand, se_ModifyUserCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ModifyUserCommand extends $Command {
@@ -29,6 +30,10 @@ export class ModifyUserCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ModifyUser",
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_ModifyUserGroupCommand, se_ModifyUserGroupCommand } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class ModifyUserGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class ModifyUserGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "ModifyUserGroup",
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_PurchaseReservedCacheNodesOfferingCommand, se_PurchaseReservedCacheNodesOfferingCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class PurchaseReservedCacheNodesOfferingCommand extends $Command {
@@ -29,6 +30,10 @@ export class PurchaseReservedCacheNodesOfferingCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "PurchaseReservedCacheNodesOffering",
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_RebalanceSlotsInGlobalReplicationGroupCommand, se_RebalanceSlotsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
5
6
  export { $Command };
6
7
  export class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonElastiCacheV9",
35
+ operation: "RebalanceSlotsInGlobalReplicationGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);