@aws-sdk/client-elasticache 3.1077.0 → 3.1079.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 (233) hide show
  1. package/dist-cjs/index.js +83 -753
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
  4. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -14
  5. package/dist-es/commands/BatchApplyUpdateActionCommand.js +2 -14
  6. package/dist-es/commands/BatchStopUpdateActionCommand.js +2 -14
  7. package/dist-es/commands/CompleteMigrationCommand.js +2 -14
  8. package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +2 -14
  9. package/dist-es/commands/CopySnapshotCommand.js +2 -14
  10. package/dist-es/commands/CreateCacheClusterCommand.js +2 -14
  11. package/dist-es/commands/CreateCacheParameterGroupCommand.js +2 -14
  12. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +2 -14
  13. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +2 -14
  14. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +2 -14
  15. package/dist-es/commands/CreateReplicationGroupCommand.js +2 -14
  16. package/dist-es/commands/CreateServerlessCacheCommand.js +2 -14
  17. package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +2 -14
  18. package/dist-es/commands/CreateSnapshotCommand.js +2 -14
  19. package/dist-es/commands/CreateUserCommand.js +2 -14
  20. package/dist-es/commands/CreateUserGroupCommand.js +2 -14
  21. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
  22. package/dist-es/commands/DecreaseReplicaCountCommand.js +2 -14
  23. package/dist-es/commands/DeleteCacheClusterCommand.js +2 -14
  24. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -14
  25. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -14
  26. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -14
  27. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +2 -14
  28. package/dist-es/commands/DeleteReplicationGroupCommand.js +2 -14
  29. package/dist-es/commands/DeleteServerlessCacheCommand.js +2 -14
  30. package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +2 -14
  31. package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
  32. package/dist-es/commands/DeleteUserCommand.js +2 -14
  33. package/dist-es/commands/DeleteUserGroupCommand.js +2 -14
  34. package/dist-es/commands/DescribeCacheClustersCommand.js +2 -14
  35. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +2 -14
  36. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +2 -14
  37. package/dist-es/commands/DescribeCacheParametersCommand.js +2 -14
  38. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +2 -14
  39. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +2 -14
  40. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +2 -14
  41. package/dist-es/commands/DescribeEventsCommand.js +2 -14
  42. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +2 -14
  43. package/dist-es/commands/DescribeReplicationGroupsCommand.js +2 -14
  44. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +2 -14
  45. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -14
  46. package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +2 -14
  47. package/dist-es/commands/DescribeServerlessCachesCommand.js +2 -14
  48. package/dist-es/commands/DescribeServiceUpdatesCommand.js +2 -14
  49. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
  50. package/dist-es/commands/DescribeUpdateActionsCommand.js +2 -14
  51. package/dist-es/commands/DescribeUserGroupsCommand.js +2 -14
  52. package/dist-es/commands/DescribeUsersCommand.js +2 -14
  53. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +2 -14
  54. package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +2 -14
  55. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +2 -14
  56. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
  57. package/dist-es/commands/IncreaseReplicaCountCommand.js +2 -14
  58. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +2 -14
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  60. package/dist-es/commands/ModifyCacheClusterCommand.js +2 -14
  61. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +2 -14
  62. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +2 -14
  63. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +2 -14
  64. package/dist-es/commands/ModifyReplicationGroupCommand.js +2 -14
  65. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -14
  66. package/dist-es/commands/ModifyServerlessCacheCommand.js +2 -14
  67. package/dist-es/commands/ModifyUserCommand.js +2 -14
  68. package/dist-es/commands/ModifyUserGroupCommand.js +2 -14
  69. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -14
  70. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -14
  71. package/dist-es/commands/RebootCacheClusterCommand.js +2 -14
  72. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
  73. package/dist-es/commands/ResetCacheParameterGroupCommand.js +2 -14
  74. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -14
  75. package/dist-es/commands/StartMigrationCommand.js +2 -14
  76. package/dist-es/commands/TestFailoverCommand.js +2 -14
  77. package/dist-es/commands/TestMigrationCommand.js +2 -14
  78. package/dist-es/index.js +1 -0
  79. package/dist-types/commandBuilder.d.ts +18 -0
  80. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -8
  82. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -8
  83. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -8
  84. package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -8
  85. package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +3 -8
  86. package/dist-types/commands/CopySnapshotCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateCacheClusterCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateServerlessCacheCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  97. package/dist-types/commands/CreateUserGroupCommand.d.ts +3 -8
  98. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
  99. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -8
  105. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -8
  108. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
  109. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  110. package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -8
  114. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -8
  118. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  119. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -8
  120. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -8
  121. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +3 -8
  122. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -8
  123. package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +3 -8
  124. package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +3 -8
  125. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +3 -8
  126. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
  127. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +3 -8
  128. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +3 -8
  129. package/dist-types/commands/DescribeUsersCommand.d.ts +3 -8
  130. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -8
  131. package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -8
  132. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -8
  133. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
  134. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -8
  135. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -8
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  137. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +3 -8
  138. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -8
  139. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -8
  140. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -8
  141. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -8
  142. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -8
  143. package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +3 -8
  144. package/dist-types/commands/ModifyUserCommand.d.ts +3 -8
  145. package/dist-types/commands/ModifyUserGroupCommand.d.ts +3 -8
  146. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -8
  147. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -8
  148. package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -8
  149. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
  150. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -8
  151. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -8
  152. package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
  153. package/dist-types/commands/TestFailoverCommand.d.ts +3 -8
  154. package/dist-types/commands/TestMigrationCommand.d.ts +3 -8
  155. package/dist-types/index.d.ts +1 -0
  156. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  157. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CopyServerlessCacheSnapshotCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CreateServerlessCacheCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreateServerlessCacheSnapshotCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DeleteServerlessCacheCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DeleteServerlessCacheSnapshotCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DescribeServerlessCachesCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ExportServerlessCacheSnapshotCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/ModifyServerlessCacheCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/index.d.ts +1 -0
  233. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -3899,904 +3900,233 @@ class ElastiCacheClient extends Client {
3899
3900
  }
3900
3901
  }
3901
3902
 
3902
- class AddTagsToResourceCommand extends Command
3903
- .classBuilder()
3904
- .ep(commonParams)
3905
- .m(function (Command, cs, config, o) {
3906
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3907
- })
3908
- .s("AmazonElastiCacheV9", "AddTagsToResource", {})
3909
- .n("ElastiCacheClient", "AddTagsToResourceCommand")
3910
- .sc(AddTagsToResource$)
3911
- .build() {
3903
+ const command = makeBuilder(commonParams, "AmazonElastiCacheV9", "ElastiCacheClient", getEndpointPlugin);
3904
+ const _ep0 = {};
3905
+ const _mw0 = (Command, cs, config, o) => [];
3906
+
3907
+ class AddTagsToResourceCommand extends command(_ep0, _mw0, "AddTagsToResource", AddTagsToResource$) {
3912
3908
  }
3913
3909
 
3914
- class AuthorizeCacheSecurityGroupIngressCommand extends Command
3915
- .classBuilder()
3916
- .ep(commonParams)
3917
- .m(function (Command, cs, config, o) {
3918
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3919
- })
3920
- .s("AmazonElastiCacheV9", "AuthorizeCacheSecurityGroupIngress", {})
3921
- .n("ElastiCacheClient", "AuthorizeCacheSecurityGroupIngressCommand")
3922
- .sc(AuthorizeCacheSecurityGroupIngress$)
3923
- .build() {
3910
+ class AuthorizeCacheSecurityGroupIngressCommand extends command(_ep0, _mw0, "AuthorizeCacheSecurityGroupIngress", AuthorizeCacheSecurityGroupIngress$) {
3924
3911
  }
3925
3912
 
3926
- class BatchApplyUpdateActionCommand extends Command
3927
- .classBuilder()
3928
- .ep(commonParams)
3929
- .m(function (Command, cs, config, o) {
3930
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3931
- })
3932
- .s("AmazonElastiCacheV9", "BatchApplyUpdateAction", {})
3933
- .n("ElastiCacheClient", "BatchApplyUpdateActionCommand")
3934
- .sc(BatchApplyUpdateAction$)
3935
- .build() {
3913
+ class BatchApplyUpdateActionCommand extends command(_ep0, _mw0, "BatchApplyUpdateAction", BatchApplyUpdateAction$) {
3936
3914
  }
3937
3915
 
3938
- class BatchStopUpdateActionCommand extends Command
3939
- .classBuilder()
3940
- .ep(commonParams)
3941
- .m(function (Command, cs, config, o) {
3942
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3943
- })
3944
- .s("AmazonElastiCacheV9", "BatchStopUpdateAction", {})
3945
- .n("ElastiCacheClient", "BatchStopUpdateActionCommand")
3946
- .sc(BatchStopUpdateAction$)
3947
- .build() {
3916
+ class BatchStopUpdateActionCommand extends command(_ep0, _mw0, "BatchStopUpdateAction", BatchStopUpdateAction$) {
3948
3917
  }
3949
3918
 
3950
- class CompleteMigrationCommand extends Command
3951
- .classBuilder()
3952
- .ep(commonParams)
3953
- .m(function (Command, cs, config, o) {
3954
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3955
- })
3956
- .s("AmazonElastiCacheV9", "CompleteMigration", {})
3957
- .n("ElastiCacheClient", "CompleteMigrationCommand")
3958
- .sc(CompleteMigration$)
3959
- .build() {
3919
+ class CompleteMigrationCommand extends command(_ep0, _mw0, "CompleteMigration", CompleteMigration$) {
3960
3920
  }
3961
3921
 
3962
- class CopyServerlessCacheSnapshotCommand extends Command
3963
- .classBuilder()
3964
- .ep(commonParams)
3965
- .m(function (Command, cs, config, o) {
3966
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3967
- })
3968
- .s("AmazonElastiCacheV9", "CopyServerlessCacheSnapshot", {})
3969
- .n("ElastiCacheClient", "CopyServerlessCacheSnapshotCommand")
3970
- .sc(CopyServerlessCacheSnapshot$)
3971
- .build() {
3922
+ class CopyServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "CopyServerlessCacheSnapshot", CopyServerlessCacheSnapshot$) {
3972
3923
  }
3973
3924
 
3974
- class CopySnapshotCommand extends Command
3975
- .classBuilder()
3976
- .ep(commonParams)
3977
- .m(function (Command, cs, config, o) {
3978
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3979
- })
3980
- .s("AmazonElastiCacheV9", "CopySnapshot", {})
3981
- .n("ElastiCacheClient", "CopySnapshotCommand")
3982
- .sc(CopySnapshot$)
3983
- .build() {
3925
+ class CopySnapshotCommand extends command(_ep0, _mw0, "CopySnapshot", CopySnapshot$) {
3984
3926
  }
3985
3927
 
3986
- class CreateCacheClusterCommand extends Command
3987
- .classBuilder()
3988
- .ep(commonParams)
3989
- .m(function (Command, cs, config, o) {
3990
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3991
- })
3992
- .s("AmazonElastiCacheV9", "CreateCacheCluster", {})
3993
- .n("ElastiCacheClient", "CreateCacheClusterCommand")
3994
- .sc(CreateCacheCluster$)
3995
- .build() {
3928
+ class CreateCacheClusterCommand extends command(_ep0, _mw0, "CreateCacheCluster", CreateCacheCluster$) {
3996
3929
  }
3997
3930
 
3998
- class CreateCacheParameterGroupCommand extends Command
3999
- .classBuilder()
4000
- .ep(commonParams)
4001
- .m(function (Command, cs, config, o) {
4002
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4003
- })
4004
- .s("AmazonElastiCacheV9", "CreateCacheParameterGroup", {})
4005
- .n("ElastiCacheClient", "CreateCacheParameterGroupCommand")
4006
- .sc(CreateCacheParameterGroup$)
4007
- .build() {
3931
+ class CreateCacheParameterGroupCommand extends command(_ep0, _mw0, "CreateCacheParameterGroup", CreateCacheParameterGroup$) {
4008
3932
  }
4009
3933
 
4010
- class CreateCacheSecurityGroupCommand extends Command
4011
- .classBuilder()
4012
- .ep(commonParams)
4013
- .m(function (Command, cs, config, o) {
4014
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4015
- })
4016
- .s("AmazonElastiCacheV9", "CreateCacheSecurityGroup", {})
4017
- .n("ElastiCacheClient", "CreateCacheSecurityGroupCommand")
4018
- .sc(CreateCacheSecurityGroup$)
4019
- .build() {
3934
+ class CreateCacheSecurityGroupCommand extends command(_ep0, _mw0, "CreateCacheSecurityGroup", CreateCacheSecurityGroup$) {
4020
3935
  }
4021
3936
 
4022
- class CreateCacheSubnetGroupCommand extends Command
4023
- .classBuilder()
4024
- .ep(commonParams)
4025
- .m(function (Command, cs, config, o) {
4026
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4027
- })
4028
- .s("AmazonElastiCacheV9", "CreateCacheSubnetGroup", {})
4029
- .n("ElastiCacheClient", "CreateCacheSubnetGroupCommand")
4030
- .sc(CreateCacheSubnetGroup$)
4031
- .build() {
3937
+ class CreateCacheSubnetGroupCommand extends command(_ep0, _mw0, "CreateCacheSubnetGroup", CreateCacheSubnetGroup$) {
4032
3938
  }
4033
3939
 
4034
- class CreateGlobalReplicationGroupCommand extends Command
4035
- .classBuilder()
4036
- .ep(commonParams)
4037
- .m(function (Command, cs, config, o) {
4038
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4039
- })
4040
- .s("AmazonElastiCacheV9", "CreateGlobalReplicationGroup", {})
4041
- .n("ElastiCacheClient", "CreateGlobalReplicationGroupCommand")
4042
- .sc(CreateGlobalReplicationGroup$)
4043
- .build() {
3940
+ class CreateGlobalReplicationGroupCommand extends command(_ep0, _mw0, "CreateGlobalReplicationGroup", CreateGlobalReplicationGroup$) {
4044
3941
  }
4045
3942
 
4046
- class CreateReplicationGroupCommand extends Command
4047
- .classBuilder()
4048
- .ep(commonParams)
4049
- .m(function (Command, cs, config, o) {
4050
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4051
- })
4052
- .s("AmazonElastiCacheV9", "CreateReplicationGroup", {})
4053
- .n("ElastiCacheClient", "CreateReplicationGroupCommand")
4054
- .sc(CreateReplicationGroup$)
4055
- .build() {
3943
+ class CreateReplicationGroupCommand extends command(_ep0, _mw0, "CreateReplicationGroup", CreateReplicationGroup$) {
4056
3944
  }
4057
3945
 
4058
- class CreateServerlessCacheCommand extends Command
4059
- .classBuilder()
4060
- .ep(commonParams)
4061
- .m(function (Command, cs, config, o) {
4062
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4063
- })
4064
- .s("AmazonElastiCacheV9", "CreateServerlessCache", {})
4065
- .n("ElastiCacheClient", "CreateServerlessCacheCommand")
4066
- .sc(CreateServerlessCache$)
4067
- .build() {
3946
+ class CreateServerlessCacheCommand extends command(_ep0, _mw0, "CreateServerlessCache", CreateServerlessCache$) {
4068
3947
  }
4069
3948
 
4070
- class CreateServerlessCacheSnapshotCommand extends Command
4071
- .classBuilder()
4072
- .ep(commonParams)
4073
- .m(function (Command, cs, config, o) {
4074
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4075
- })
4076
- .s("AmazonElastiCacheV9", "CreateServerlessCacheSnapshot", {})
4077
- .n("ElastiCacheClient", "CreateServerlessCacheSnapshotCommand")
4078
- .sc(CreateServerlessCacheSnapshot$)
4079
- .build() {
3949
+ class CreateServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "CreateServerlessCacheSnapshot", CreateServerlessCacheSnapshot$) {
4080
3950
  }
4081
3951
 
4082
- class CreateSnapshotCommand extends Command
4083
- .classBuilder()
4084
- .ep(commonParams)
4085
- .m(function (Command, cs, config, o) {
4086
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4087
- })
4088
- .s("AmazonElastiCacheV9", "CreateSnapshot", {})
4089
- .n("ElastiCacheClient", "CreateSnapshotCommand")
4090
- .sc(CreateSnapshot$)
4091
- .build() {
3952
+ class CreateSnapshotCommand extends command(_ep0, _mw0, "CreateSnapshot", CreateSnapshot$) {
4092
3953
  }
4093
3954
 
4094
- class CreateUserCommand extends Command
4095
- .classBuilder()
4096
- .ep(commonParams)
4097
- .m(function (Command, cs, config, o) {
4098
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4099
- })
4100
- .s("AmazonElastiCacheV9", "CreateUser", {})
4101
- .n("ElastiCacheClient", "CreateUserCommand")
4102
- .sc(CreateUser$)
4103
- .build() {
3955
+ class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
4104
3956
  }
4105
3957
 
4106
- class CreateUserGroupCommand extends Command
4107
- .classBuilder()
4108
- .ep(commonParams)
4109
- .m(function (Command, cs, config, o) {
4110
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4111
- })
4112
- .s("AmazonElastiCacheV9", "CreateUserGroup", {})
4113
- .n("ElastiCacheClient", "CreateUserGroupCommand")
4114
- .sc(CreateUserGroup$)
4115
- .build() {
3958
+ class CreateUserGroupCommand extends command(_ep0, _mw0, "CreateUserGroup", CreateUserGroup$) {
4116
3959
  }
4117
3960
 
4118
- class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends Command
4119
- .classBuilder()
4120
- .ep(commonParams)
4121
- .m(function (Command, cs, config, o) {
4122
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4123
- })
4124
- .s("AmazonElastiCacheV9", "DecreaseNodeGroupsInGlobalReplicationGroup", {})
4125
- .n("ElastiCacheClient", "DecreaseNodeGroupsInGlobalReplicationGroupCommand")
4126
- .sc(DecreaseNodeGroupsInGlobalReplicationGroup$)
4127
- .build() {
3961
+ class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DecreaseNodeGroupsInGlobalReplicationGroup", DecreaseNodeGroupsInGlobalReplicationGroup$) {
4128
3962
  }
4129
3963
 
4130
- class DecreaseReplicaCountCommand extends Command
4131
- .classBuilder()
4132
- .ep(commonParams)
4133
- .m(function (Command, cs, config, o) {
4134
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4135
- })
4136
- .s("AmazonElastiCacheV9", "DecreaseReplicaCount", {})
4137
- .n("ElastiCacheClient", "DecreaseReplicaCountCommand")
4138
- .sc(DecreaseReplicaCount$)
4139
- .build() {
3964
+ class DecreaseReplicaCountCommand extends command(_ep0, _mw0, "DecreaseReplicaCount", DecreaseReplicaCount$) {
4140
3965
  }
4141
3966
 
4142
- class DeleteCacheClusterCommand extends Command
4143
- .classBuilder()
4144
- .ep(commonParams)
4145
- .m(function (Command, cs, config, o) {
4146
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4147
- })
4148
- .s("AmazonElastiCacheV9", "DeleteCacheCluster", {})
4149
- .n("ElastiCacheClient", "DeleteCacheClusterCommand")
4150
- .sc(DeleteCacheCluster$)
4151
- .build() {
3967
+ class DeleteCacheClusterCommand extends command(_ep0, _mw0, "DeleteCacheCluster", DeleteCacheCluster$) {
4152
3968
  }
4153
3969
 
4154
- class DeleteCacheParameterGroupCommand extends Command
4155
- .classBuilder()
4156
- .ep(commonParams)
4157
- .m(function (Command, cs, config, o) {
4158
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4159
- })
4160
- .s("AmazonElastiCacheV9", "DeleteCacheParameterGroup", {})
4161
- .n("ElastiCacheClient", "DeleteCacheParameterGroupCommand")
4162
- .sc(DeleteCacheParameterGroup$)
4163
- .build() {
3970
+ class DeleteCacheParameterGroupCommand extends command(_ep0, _mw0, "DeleteCacheParameterGroup", DeleteCacheParameterGroup$) {
4164
3971
  }
4165
3972
 
4166
- class DeleteCacheSecurityGroupCommand extends Command
4167
- .classBuilder()
4168
- .ep(commonParams)
4169
- .m(function (Command, cs, config, o) {
4170
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4171
- })
4172
- .s("AmazonElastiCacheV9", "DeleteCacheSecurityGroup", {})
4173
- .n("ElastiCacheClient", "DeleteCacheSecurityGroupCommand")
4174
- .sc(DeleteCacheSecurityGroup$)
4175
- .build() {
3973
+ class DeleteCacheSecurityGroupCommand extends command(_ep0, _mw0, "DeleteCacheSecurityGroup", DeleteCacheSecurityGroup$) {
4176
3974
  }
4177
3975
 
4178
- class DeleteCacheSubnetGroupCommand extends Command
4179
- .classBuilder()
4180
- .ep(commonParams)
4181
- .m(function (Command, cs, config, o) {
4182
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4183
- })
4184
- .s("AmazonElastiCacheV9", "DeleteCacheSubnetGroup", {})
4185
- .n("ElastiCacheClient", "DeleteCacheSubnetGroupCommand")
4186
- .sc(DeleteCacheSubnetGroup$)
4187
- .build() {
3976
+ class DeleteCacheSubnetGroupCommand extends command(_ep0, _mw0, "DeleteCacheSubnetGroup", DeleteCacheSubnetGroup$) {
4188
3977
  }
4189
3978
 
4190
- class DeleteGlobalReplicationGroupCommand extends Command
4191
- .classBuilder()
4192
- .ep(commonParams)
4193
- .m(function (Command, cs, config, o) {
4194
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4195
- })
4196
- .s("AmazonElastiCacheV9", "DeleteGlobalReplicationGroup", {})
4197
- .n("ElastiCacheClient", "DeleteGlobalReplicationGroupCommand")
4198
- .sc(DeleteGlobalReplicationGroup$)
4199
- .build() {
3979
+ class DeleteGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DeleteGlobalReplicationGroup", DeleteGlobalReplicationGroup$) {
4200
3980
  }
4201
3981
 
4202
- class DeleteReplicationGroupCommand extends Command
4203
- .classBuilder()
4204
- .ep(commonParams)
4205
- .m(function (Command, cs, config, o) {
4206
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4207
- })
4208
- .s("AmazonElastiCacheV9", "DeleteReplicationGroup", {})
4209
- .n("ElastiCacheClient", "DeleteReplicationGroupCommand")
4210
- .sc(DeleteReplicationGroup$)
4211
- .build() {
3982
+ class DeleteReplicationGroupCommand extends command(_ep0, _mw0, "DeleteReplicationGroup", DeleteReplicationGroup$) {
4212
3983
  }
4213
3984
 
4214
- class DeleteServerlessCacheCommand extends Command
4215
- .classBuilder()
4216
- .ep(commonParams)
4217
- .m(function (Command, cs, config, o) {
4218
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4219
- })
4220
- .s("AmazonElastiCacheV9", "DeleteServerlessCache", {})
4221
- .n("ElastiCacheClient", "DeleteServerlessCacheCommand")
4222
- .sc(DeleteServerlessCache$)
4223
- .build() {
3985
+ class DeleteServerlessCacheCommand extends command(_ep0, _mw0, "DeleteServerlessCache", DeleteServerlessCache$) {
4224
3986
  }
4225
3987
 
4226
- class DeleteServerlessCacheSnapshotCommand extends Command
4227
- .classBuilder()
4228
- .ep(commonParams)
4229
- .m(function (Command, cs, config, o) {
4230
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4231
- })
4232
- .s("AmazonElastiCacheV9", "DeleteServerlessCacheSnapshot", {})
4233
- .n("ElastiCacheClient", "DeleteServerlessCacheSnapshotCommand")
4234
- .sc(DeleteServerlessCacheSnapshot$)
4235
- .build() {
3988
+ class DeleteServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "DeleteServerlessCacheSnapshot", DeleteServerlessCacheSnapshot$) {
4236
3989
  }
4237
3990
 
4238
- class DeleteSnapshotCommand extends Command
4239
- .classBuilder()
4240
- .ep(commonParams)
4241
- .m(function (Command, cs, config, o) {
4242
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4243
- })
4244
- .s("AmazonElastiCacheV9", "DeleteSnapshot", {})
4245
- .n("ElastiCacheClient", "DeleteSnapshotCommand")
4246
- .sc(DeleteSnapshot$)
4247
- .build() {
3991
+ class DeleteSnapshotCommand extends command(_ep0, _mw0, "DeleteSnapshot", DeleteSnapshot$) {
4248
3992
  }
4249
3993
 
4250
- class DeleteUserCommand extends Command
4251
- .classBuilder()
4252
- .ep(commonParams)
4253
- .m(function (Command, cs, config, o) {
4254
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4255
- })
4256
- .s("AmazonElastiCacheV9", "DeleteUser", {})
4257
- .n("ElastiCacheClient", "DeleteUserCommand")
4258
- .sc(DeleteUser$)
4259
- .build() {
3994
+ class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
4260
3995
  }
4261
3996
 
4262
- class DeleteUserGroupCommand extends Command
4263
- .classBuilder()
4264
- .ep(commonParams)
4265
- .m(function (Command, cs, config, o) {
4266
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4267
- })
4268
- .s("AmazonElastiCacheV9", "DeleteUserGroup", {})
4269
- .n("ElastiCacheClient", "DeleteUserGroupCommand")
4270
- .sc(DeleteUserGroup$)
4271
- .build() {
3997
+ class DeleteUserGroupCommand extends command(_ep0, _mw0, "DeleteUserGroup", DeleteUserGroup$) {
4272
3998
  }
4273
3999
 
4274
- class DescribeCacheClustersCommand extends Command
4275
- .classBuilder()
4276
- .ep(commonParams)
4277
- .m(function (Command, cs, config, o) {
4278
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4279
- })
4280
- .s("AmazonElastiCacheV9", "DescribeCacheClusters", {})
4281
- .n("ElastiCacheClient", "DescribeCacheClustersCommand")
4282
- .sc(DescribeCacheClusters$)
4283
- .build() {
4000
+ class DescribeCacheClustersCommand extends command(_ep0, _mw0, "DescribeCacheClusters", DescribeCacheClusters$) {
4284
4001
  }
4285
4002
 
4286
- class DescribeCacheEngineVersionsCommand extends Command
4287
- .classBuilder()
4288
- .ep(commonParams)
4289
- .m(function (Command, cs, config, o) {
4290
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4291
- })
4292
- .s("AmazonElastiCacheV9", "DescribeCacheEngineVersions", {})
4293
- .n("ElastiCacheClient", "DescribeCacheEngineVersionsCommand")
4294
- .sc(DescribeCacheEngineVersions$)
4295
- .build() {
4003
+ class DescribeCacheEngineVersionsCommand extends command(_ep0, _mw0, "DescribeCacheEngineVersions", DescribeCacheEngineVersions$) {
4296
4004
  }
4297
4005
 
4298
- class DescribeCacheParameterGroupsCommand extends Command
4299
- .classBuilder()
4300
- .ep(commonParams)
4301
- .m(function (Command, cs, config, o) {
4302
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4303
- })
4304
- .s("AmazonElastiCacheV9", "DescribeCacheParameterGroups", {})
4305
- .n("ElastiCacheClient", "DescribeCacheParameterGroupsCommand")
4306
- .sc(DescribeCacheParameterGroups$)
4307
- .build() {
4006
+ class DescribeCacheParameterGroupsCommand extends command(_ep0, _mw0, "DescribeCacheParameterGroups", DescribeCacheParameterGroups$) {
4308
4007
  }
4309
4008
 
4310
- class DescribeCacheParametersCommand extends Command
4311
- .classBuilder()
4312
- .ep(commonParams)
4313
- .m(function (Command, cs, config, o) {
4314
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4315
- })
4316
- .s("AmazonElastiCacheV9", "DescribeCacheParameters", {})
4317
- .n("ElastiCacheClient", "DescribeCacheParametersCommand")
4318
- .sc(DescribeCacheParameters$)
4319
- .build() {
4009
+ class DescribeCacheParametersCommand extends command(_ep0, _mw0, "DescribeCacheParameters", DescribeCacheParameters$) {
4320
4010
  }
4321
4011
 
4322
- class DescribeCacheSecurityGroupsCommand extends Command
4323
- .classBuilder()
4324
- .ep(commonParams)
4325
- .m(function (Command, cs, config, o) {
4326
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4327
- })
4328
- .s("AmazonElastiCacheV9", "DescribeCacheSecurityGroups", {})
4329
- .n("ElastiCacheClient", "DescribeCacheSecurityGroupsCommand")
4330
- .sc(DescribeCacheSecurityGroups$)
4331
- .build() {
4012
+ class DescribeCacheSecurityGroupsCommand extends command(_ep0, _mw0, "DescribeCacheSecurityGroups", DescribeCacheSecurityGroups$) {
4332
4013
  }
4333
4014
 
4334
- class DescribeCacheSubnetGroupsCommand extends Command
4335
- .classBuilder()
4336
- .ep(commonParams)
4337
- .m(function (Command, cs, config, o) {
4338
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4339
- })
4340
- .s("AmazonElastiCacheV9", "DescribeCacheSubnetGroups", {})
4341
- .n("ElastiCacheClient", "DescribeCacheSubnetGroupsCommand")
4342
- .sc(DescribeCacheSubnetGroups$)
4343
- .build() {
4015
+ class DescribeCacheSubnetGroupsCommand extends command(_ep0, _mw0, "DescribeCacheSubnetGroups", DescribeCacheSubnetGroups$) {
4344
4016
  }
4345
4017
 
4346
- class DescribeEngineDefaultParametersCommand extends Command
4347
- .classBuilder()
4348
- .ep(commonParams)
4349
- .m(function (Command, cs, config, o) {
4350
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4351
- })
4352
- .s("AmazonElastiCacheV9", "DescribeEngineDefaultParameters", {})
4353
- .n("ElastiCacheClient", "DescribeEngineDefaultParametersCommand")
4354
- .sc(DescribeEngineDefaultParameters$)
4355
- .build() {
4018
+ class DescribeEngineDefaultParametersCommand extends command(_ep0, _mw0, "DescribeEngineDefaultParameters", DescribeEngineDefaultParameters$) {
4356
4019
  }
4357
4020
 
4358
- class DescribeEventsCommand extends Command
4359
- .classBuilder()
4360
- .ep(commonParams)
4361
- .m(function (Command, cs, config, o) {
4362
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4363
- })
4364
- .s("AmazonElastiCacheV9", "DescribeEvents", {})
4365
- .n("ElastiCacheClient", "DescribeEventsCommand")
4366
- .sc(DescribeEvents$)
4367
- .build() {
4021
+ class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
4368
4022
  }
4369
4023
 
4370
- class DescribeGlobalReplicationGroupsCommand extends Command
4371
- .classBuilder()
4372
- .ep(commonParams)
4373
- .m(function (Command, cs, config, o) {
4374
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4375
- })
4376
- .s("AmazonElastiCacheV9", "DescribeGlobalReplicationGroups", {})
4377
- .n("ElastiCacheClient", "DescribeGlobalReplicationGroupsCommand")
4378
- .sc(DescribeGlobalReplicationGroups$)
4379
- .build() {
4024
+ class DescribeGlobalReplicationGroupsCommand extends command(_ep0, _mw0, "DescribeGlobalReplicationGroups", DescribeGlobalReplicationGroups$) {
4380
4025
  }
4381
4026
 
4382
- class DescribeReplicationGroupsCommand extends Command
4383
- .classBuilder()
4384
- .ep(commonParams)
4385
- .m(function (Command, cs, config, o) {
4386
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4387
- })
4388
- .s("AmazonElastiCacheV9", "DescribeReplicationGroups", {})
4389
- .n("ElastiCacheClient", "DescribeReplicationGroupsCommand")
4390
- .sc(DescribeReplicationGroups$)
4391
- .build() {
4027
+ class DescribeReplicationGroupsCommand extends command(_ep0, _mw0, "DescribeReplicationGroups", DescribeReplicationGroups$) {
4392
4028
  }
4393
4029
 
4394
- class DescribeReservedCacheNodesCommand extends Command
4395
- .classBuilder()
4396
- .ep(commonParams)
4397
- .m(function (Command, cs, config, o) {
4398
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4399
- })
4400
- .s("AmazonElastiCacheV9", "DescribeReservedCacheNodes", {})
4401
- .n("ElastiCacheClient", "DescribeReservedCacheNodesCommand")
4402
- .sc(DescribeReservedCacheNodes$)
4403
- .build() {
4030
+ class DescribeReservedCacheNodesCommand extends command(_ep0, _mw0, "DescribeReservedCacheNodes", DescribeReservedCacheNodes$) {
4404
4031
  }
4405
4032
 
4406
- class DescribeReservedCacheNodesOfferingsCommand extends Command
4407
- .classBuilder()
4408
- .ep(commonParams)
4409
- .m(function (Command, cs, config, o) {
4410
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4411
- })
4412
- .s("AmazonElastiCacheV9", "DescribeReservedCacheNodesOfferings", {})
4413
- .n("ElastiCacheClient", "DescribeReservedCacheNodesOfferingsCommand")
4414
- .sc(DescribeReservedCacheNodesOfferings$)
4415
- .build() {
4033
+ class DescribeReservedCacheNodesOfferingsCommand extends command(_ep0, _mw0, "DescribeReservedCacheNodesOfferings", DescribeReservedCacheNodesOfferings$) {
4416
4034
  }
4417
4035
 
4418
- class DescribeServerlessCachesCommand extends Command
4419
- .classBuilder()
4420
- .ep(commonParams)
4421
- .m(function (Command, cs, config, o) {
4422
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4423
- })
4424
- .s("AmazonElastiCacheV9", "DescribeServerlessCaches", {})
4425
- .n("ElastiCacheClient", "DescribeServerlessCachesCommand")
4426
- .sc(DescribeServerlessCaches$)
4427
- .build() {
4036
+ class DescribeServerlessCachesCommand extends command(_ep0, _mw0, "DescribeServerlessCaches", DescribeServerlessCaches$) {
4428
4037
  }
4429
4038
 
4430
- class DescribeServerlessCacheSnapshotsCommand extends Command
4431
- .classBuilder()
4432
- .ep(commonParams)
4433
- .m(function (Command, cs, config, o) {
4434
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4435
- })
4436
- .s("AmazonElastiCacheV9", "DescribeServerlessCacheSnapshots", {})
4437
- .n("ElastiCacheClient", "DescribeServerlessCacheSnapshotsCommand")
4438
- .sc(DescribeServerlessCacheSnapshots$)
4439
- .build() {
4039
+ class DescribeServerlessCacheSnapshotsCommand extends command(_ep0, _mw0, "DescribeServerlessCacheSnapshots", DescribeServerlessCacheSnapshots$) {
4440
4040
  }
4441
4041
 
4442
- class DescribeServiceUpdatesCommand extends Command
4443
- .classBuilder()
4444
- .ep(commonParams)
4445
- .m(function (Command, cs, config, o) {
4446
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4447
- })
4448
- .s("AmazonElastiCacheV9", "DescribeServiceUpdates", {})
4449
- .n("ElastiCacheClient", "DescribeServiceUpdatesCommand")
4450
- .sc(DescribeServiceUpdates$)
4451
- .build() {
4042
+ class DescribeServiceUpdatesCommand extends command(_ep0, _mw0, "DescribeServiceUpdates", DescribeServiceUpdates$) {
4452
4043
  }
4453
4044
 
4454
- class DescribeSnapshotsCommand extends Command
4455
- .classBuilder()
4456
- .ep(commonParams)
4457
- .m(function (Command, cs, config, o) {
4458
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4459
- })
4460
- .s("AmazonElastiCacheV9", "DescribeSnapshots", {})
4461
- .n("ElastiCacheClient", "DescribeSnapshotsCommand")
4462
- .sc(DescribeSnapshots$)
4463
- .build() {
4045
+ class DescribeSnapshotsCommand extends command(_ep0, _mw0, "DescribeSnapshots", DescribeSnapshots$) {
4464
4046
  }
4465
4047
 
4466
- class DescribeUpdateActionsCommand extends Command
4467
- .classBuilder()
4468
- .ep(commonParams)
4469
- .m(function (Command, cs, config, o) {
4470
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4471
- })
4472
- .s("AmazonElastiCacheV9", "DescribeUpdateActions", {})
4473
- .n("ElastiCacheClient", "DescribeUpdateActionsCommand")
4474
- .sc(DescribeUpdateActions$)
4475
- .build() {
4048
+ class DescribeUpdateActionsCommand extends command(_ep0, _mw0, "DescribeUpdateActions", DescribeUpdateActions$) {
4476
4049
  }
4477
4050
 
4478
- class DescribeUserGroupsCommand extends Command
4479
- .classBuilder()
4480
- .ep(commonParams)
4481
- .m(function (Command, cs, config, o) {
4482
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4483
- })
4484
- .s("AmazonElastiCacheV9", "DescribeUserGroups", {})
4485
- .n("ElastiCacheClient", "DescribeUserGroupsCommand")
4486
- .sc(DescribeUserGroups$)
4487
- .build() {
4051
+ class DescribeUserGroupsCommand extends command(_ep0, _mw0, "DescribeUserGroups", DescribeUserGroups$) {
4488
4052
  }
4489
4053
 
4490
- class DescribeUsersCommand extends Command
4491
- .classBuilder()
4492
- .ep(commonParams)
4493
- .m(function (Command, cs, config, o) {
4494
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4495
- })
4496
- .s("AmazonElastiCacheV9", "DescribeUsers", {})
4497
- .n("ElastiCacheClient", "DescribeUsersCommand")
4498
- .sc(DescribeUsers$)
4499
- .build() {
4054
+ class DescribeUsersCommand extends command(_ep0, _mw0, "DescribeUsers", DescribeUsers$) {
4500
4055
  }
4501
4056
 
4502
- class DisassociateGlobalReplicationGroupCommand extends Command
4503
- .classBuilder()
4504
- .ep(commonParams)
4505
- .m(function (Command, cs, config, o) {
4506
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4507
- })
4508
- .s("AmazonElastiCacheV9", "DisassociateGlobalReplicationGroup", {})
4509
- .n("ElastiCacheClient", "DisassociateGlobalReplicationGroupCommand")
4510
- .sc(DisassociateGlobalReplicationGroup$)
4511
- .build() {
4057
+ class DisassociateGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DisassociateGlobalReplicationGroup", DisassociateGlobalReplicationGroup$) {
4512
4058
  }
4513
4059
 
4514
- class ExportServerlessCacheSnapshotCommand extends Command
4515
- .classBuilder()
4516
- .ep(commonParams)
4517
- .m(function (Command, cs, config, o) {
4518
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4519
- })
4520
- .s("AmazonElastiCacheV9", "ExportServerlessCacheSnapshot", {})
4521
- .n("ElastiCacheClient", "ExportServerlessCacheSnapshotCommand")
4522
- .sc(ExportServerlessCacheSnapshot$)
4523
- .build() {
4060
+ class ExportServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "ExportServerlessCacheSnapshot", ExportServerlessCacheSnapshot$) {
4524
4061
  }
4525
4062
 
4526
- class FailoverGlobalReplicationGroupCommand extends Command
4527
- .classBuilder()
4528
- .ep(commonParams)
4529
- .m(function (Command, cs, config, o) {
4530
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4531
- })
4532
- .s("AmazonElastiCacheV9", "FailoverGlobalReplicationGroup", {})
4533
- .n("ElastiCacheClient", "FailoverGlobalReplicationGroupCommand")
4534
- .sc(FailoverGlobalReplicationGroup$)
4535
- .build() {
4063
+ class FailoverGlobalReplicationGroupCommand extends command(_ep0, _mw0, "FailoverGlobalReplicationGroup", FailoverGlobalReplicationGroup$) {
4536
4064
  }
4537
4065
 
4538
- class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends Command
4539
- .classBuilder()
4540
- .ep(commonParams)
4541
- .m(function (Command, cs, config, o) {
4542
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4543
- })
4544
- .s("AmazonElastiCacheV9", "IncreaseNodeGroupsInGlobalReplicationGroup", {})
4545
- .n("ElastiCacheClient", "IncreaseNodeGroupsInGlobalReplicationGroupCommand")
4546
- .sc(IncreaseNodeGroupsInGlobalReplicationGroup$)
4547
- .build() {
4066
+ class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "IncreaseNodeGroupsInGlobalReplicationGroup", IncreaseNodeGroupsInGlobalReplicationGroup$) {
4548
4067
  }
4549
4068
 
4550
- class IncreaseReplicaCountCommand extends Command
4551
- .classBuilder()
4552
- .ep(commonParams)
4553
- .m(function (Command, cs, config, o) {
4554
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4555
- })
4556
- .s("AmazonElastiCacheV9", "IncreaseReplicaCount", {})
4557
- .n("ElastiCacheClient", "IncreaseReplicaCountCommand")
4558
- .sc(IncreaseReplicaCount$)
4559
- .build() {
4069
+ class IncreaseReplicaCountCommand extends command(_ep0, _mw0, "IncreaseReplicaCount", IncreaseReplicaCount$) {
4560
4070
  }
4561
4071
 
4562
- class ListAllowedNodeTypeModificationsCommand extends Command
4563
- .classBuilder()
4564
- .ep(commonParams)
4565
- .m(function (Command, cs, config, o) {
4566
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4567
- })
4568
- .s("AmazonElastiCacheV9", "ListAllowedNodeTypeModifications", {})
4569
- .n("ElastiCacheClient", "ListAllowedNodeTypeModificationsCommand")
4570
- .sc(ListAllowedNodeTypeModifications$)
4571
- .build() {
4072
+ class ListAllowedNodeTypeModificationsCommand extends command(_ep0, _mw0, "ListAllowedNodeTypeModifications", ListAllowedNodeTypeModifications$) {
4572
4073
  }
4573
4074
 
4574
- class ListTagsForResourceCommand extends Command
4575
- .classBuilder()
4576
- .ep(commonParams)
4577
- .m(function (Command, cs, config, o) {
4578
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4579
- })
4580
- .s("AmazonElastiCacheV9", "ListTagsForResource", {})
4581
- .n("ElastiCacheClient", "ListTagsForResourceCommand")
4582
- .sc(ListTagsForResource$)
4583
- .build() {
4075
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
4584
4076
  }
4585
4077
 
4586
- class ModifyCacheClusterCommand extends Command
4587
- .classBuilder()
4588
- .ep(commonParams)
4589
- .m(function (Command, cs, config, o) {
4590
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4591
- })
4592
- .s("AmazonElastiCacheV9", "ModifyCacheCluster", {})
4593
- .n("ElastiCacheClient", "ModifyCacheClusterCommand")
4594
- .sc(ModifyCacheCluster$)
4595
- .build() {
4078
+ class ModifyCacheClusterCommand extends command(_ep0, _mw0, "ModifyCacheCluster", ModifyCacheCluster$) {
4596
4079
  }
4597
4080
 
4598
- class ModifyCacheParameterGroupCommand extends Command
4599
- .classBuilder()
4600
- .ep(commonParams)
4601
- .m(function (Command, cs, config, o) {
4602
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4603
- })
4604
- .s("AmazonElastiCacheV9", "ModifyCacheParameterGroup", {})
4605
- .n("ElastiCacheClient", "ModifyCacheParameterGroupCommand")
4606
- .sc(ModifyCacheParameterGroup$)
4607
- .build() {
4081
+ class ModifyCacheParameterGroupCommand extends command(_ep0, _mw0, "ModifyCacheParameterGroup", ModifyCacheParameterGroup$) {
4608
4082
  }
4609
4083
 
4610
- class ModifyCacheSubnetGroupCommand extends Command
4611
- .classBuilder()
4612
- .ep(commonParams)
4613
- .m(function (Command, cs, config, o) {
4614
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4615
- })
4616
- .s("AmazonElastiCacheV9", "ModifyCacheSubnetGroup", {})
4617
- .n("ElastiCacheClient", "ModifyCacheSubnetGroupCommand")
4618
- .sc(ModifyCacheSubnetGroup$)
4619
- .build() {
4084
+ class ModifyCacheSubnetGroupCommand extends command(_ep0, _mw0, "ModifyCacheSubnetGroup", ModifyCacheSubnetGroup$) {
4620
4085
  }
4621
4086
 
4622
- class ModifyGlobalReplicationGroupCommand extends Command
4623
- .classBuilder()
4624
- .ep(commonParams)
4625
- .m(function (Command, cs, config, o) {
4626
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4627
- })
4628
- .s("AmazonElastiCacheV9", "ModifyGlobalReplicationGroup", {})
4629
- .n("ElastiCacheClient", "ModifyGlobalReplicationGroupCommand")
4630
- .sc(ModifyGlobalReplicationGroup$)
4631
- .build() {
4087
+ class ModifyGlobalReplicationGroupCommand extends command(_ep0, _mw0, "ModifyGlobalReplicationGroup", ModifyGlobalReplicationGroup$) {
4632
4088
  }
4633
4089
 
4634
- class ModifyReplicationGroupCommand extends Command
4635
- .classBuilder()
4636
- .ep(commonParams)
4637
- .m(function (Command, cs, config, o) {
4638
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4639
- })
4640
- .s("AmazonElastiCacheV9", "ModifyReplicationGroup", {})
4641
- .n("ElastiCacheClient", "ModifyReplicationGroupCommand")
4642
- .sc(ModifyReplicationGroup$)
4643
- .build() {
4090
+ class ModifyReplicationGroupCommand extends command(_ep0, _mw0, "ModifyReplicationGroup", ModifyReplicationGroup$) {
4644
4091
  }
4645
4092
 
4646
- class ModifyReplicationGroupShardConfigurationCommand extends Command
4647
- .classBuilder()
4648
- .ep(commonParams)
4649
- .m(function (Command, cs, config, o) {
4650
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4651
- })
4652
- .s("AmazonElastiCacheV9", "ModifyReplicationGroupShardConfiguration", {})
4653
- .n("ElastiCacheClient", "ModifyReplicationGroupShardConfigurationCommand")
4654
- .sc(ModifyReplicationGroupShardConfiguration$)
4655
- .build() {
4093
+ class ModifyReplicationGroupShardConfigurationCommand extends command(_ep0, _mw0, "ModifyReplicationGroupShardConfiguration", ModifyReplicationGroupShardConfiguration$) {
4656
4094
  }
4657
4095
 
4658
- class ModifyServerlessCacheCommand extends Command
4659
- .classBuilder()
4660
- .ep(commonParams)
4661
- .m(function (Command, cs, config, o) {
4662
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4663
- })
4664
- .s("AmazonElastiCacheV9", "ModifyServerlessCache", {})
4665
- .n("ElastiCacheClient", "ModifyServerlessCacheCommand")
4666
- .sc(ModifyServerlessCache$)
4667
- .build() {
4096
+ class ModifyServerlessCacheCommand extends command(_ep0, _mw0, "ModifyServerlessCache", ModifyServerlessCache$) {
4668
4097
  }
4669
4098
 
4670
- class ModifyUserCommand extends Command
4671
- .classBuilder()
4672
- .ep(commonParams)
4673
- .m(function (Command, cs, config, o) {
4674
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4675
- })
4676
- .s("AmazonElastiCacheV9", "ModifyUser", {})
4677
- .n("ElastiCacheClient", "ModifyUserCommand")
4678
- .sc(ModifyUser$)
4679
- .build() {
4099
+ class ModifyUserCommand extends command(_ep0, _mw0, "ModifyUser", ModifyUser$) {
4680
4100
  }
4681
4101
 
4682
- class ModifyUserGroupCommand extends Command
4683
- .classBuilder()
4684
- .ep(commonParams)
4685
- .m(function (Command, cs, config, o) {
4686
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4687
- })
4688
- .s("AmazonElastiCacheV9", "ModifyUserGroup", {})
4689
- .n("ElastiCacheClient", "ModifyUserGroupCommand")
4690
- .sc(ModifyUserGroup$)
4691
- .build() {
4102
+ class ModifyUserGroupCommand extends command(_ep0, _mw0, "ModifyUserGroup", ModifyUserGroup$) {
4692
4103
  }
4693
4104
 
4694
- class PurchaseReservedCacheNodesOfferingCommand extends Command
4695
- .classBuilder()
4696
- .ep(commonParams)
4697
- .m(function (Command, cs, config, o) {
4698
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4699
- })
4700
- .s("AmazonElastiCacheV9", "PurchaseReservedCacheNodesOffering", {})
4701
- .n("ElastiCacheClient", "PurchaseReservedCacheNodesOfferingCommand")
4702
- .sc(PurchaseReservedCacheNodesOffering$)
4703
- .build() {
4105
+ class PurchaseReservedCacheNodesOfferingCommand extends command(_ep0, _mw0, "PurchaseReservedCacheNodesOffering", PurchaseReservedCacheNodesOffering$) {
4704
4106
  }
4705
4107
 
4706
- class RebalanceSlotsInGlobalReplicationGroupCommand extends Command
4707
- .classBuilder()
4708
- .ep(commonParams)
4709
- .m(function (Command, cs, config, o) {
4710
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4711
- })
4712
- .s("AmazonElastiCacheV9", "RebalanceSlotsInGlobalReplicationGroup", {})
4713
- .n("ElastiCacheClient", "RebalanceSlotsInGlobalReplicationGroupCommand")
4714
- .sc(RebalanceSlotsInGlobalReplicationGroup$)
4715
- .build() {
4108
+ class RebalanceSlotsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "RebalanceSlotsInGlobalReplicationGroup", RebalanceSlotsInGlobalReplicationGroup$) {
4716
4109
  }
4717
4110
 
4718
- class RebootCacheClusterCommand extends Command
4719
- .classBuilder()
4720
- .ep(commonParams)
4721
- .m(function (Command, cs, config, o) {
4722
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4723
- })
4724
- .s("AmazonElastiCacheV9", "RebootCacheCluster", {})
4725
- .n("ElastiCacheClient", "RebootCacheClusterCommand")
4726
- .sc(RebootCacheCluster$)
4727
- .build() {
4111
+ class RebootCacheClusterCommand extends command(_ep0, _mw0, "RebootCacheCluster", RebootCacheCluster$) {
4728
4112
  }
4729
4113
 
4730
- class RemoveTagsFromResourceCommand extends Command
4731
- .classBuilder()
4732
- .ep(commonParams)
4733
- .m(function (Command, cs, config, o) {
4734
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4735
- })
4736
- .s("AmazonElastiCacheV9", "RemoveTagsFromResource", {})
4737
- .n("ElastiCacheClient", "RemoveTagsFromResourceCommand")
4738
- .sc(RemoveTagsFromResource$)
4739
- .build() {
4114
+ class RemoveTagsFromResourceCommand extends command(_ep0, _mw0, "RemoveTagsFromResource", RemoveTagsFromResource$) {
4740
4115
  }
4741
4116
 
4742
- class ResetCacheParameterGroupCommand extends Command
4743
- .classBuilder()
4744
- .ep(commonParams)
4745
- .m(function (Command, cs, config, o) {
4746
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4747
- })
4748
- .s("AmazonElastiCacheV9", "ResetCacheParameterGroup", {})
4749
- .n("ElastiCacheClient", "ResetCacheParameterGroupCommand")
4750
- .sc(ResetCacheParameterGroup$)
4751
- .build() {
4117
+ class ResetCacheParameterGroupCommand extends command(_ep0, _mw0, "ResetCacheParameterGroup", ResetCacheParameterGroup$) {
4752
4118
  }
4753
4119
 
4754
- class RevokeCacheSecurityGroupIngressCommand extends Command
4755
- .classBuilder()
4756
- .ep(commonParams)
4757
- .m(function (Command, cs, config, o) {
4758
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4759
- })
4760
- .s("AmazonElastiCacheV9", "RevokeCacheSecurityGroupIngress", {})
4761
- .n("ElastiCacheClient", "RevokeCacheSecurityGroupIngressCommand")
4762
- .sc(RevokeCacheSecurityGroupIngress$)
4763
- .build() {
4120
+ class RevokeCacheSecurityGroupIngressCommand extends command(_ep0, _mw0, "RevokeCacheSecurityGroupIngress", RevokeCacheSecurityGroupIngress$) {
4764
4121
  }
4765
4122
 
4766
- class StartMigrationCommand extends Command
4767
- .classBuilder()
4768
- .ep(commonParams)
4769
- .m(function (Command, cs, config, o) {
4770
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4771
- })
4772
- .s("AmazonElastiCacheV9", "StartMigration", {})
4773
- .n("ElastiCacheClient", "StartMigrationCommand")
4774
- .sc(StartMigration$)
4775
- .build() {
4123
+ class StartMigrationCommand extends command(_ep0, _mw0, "StartMigration", StartMigration$) {
4776
4124
  }
4777
4125
 
4778
- class TestFailoverCommand extends Command
4779
- .classBuilder()
4780
- .ep(commonParams)
4781
- .m(function (Command, cs, config, o) {
4782
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4783
- })
4784
- .s("AmazonElastiCacheV9", "TestFailover", {})
4785
- .n("ElastiCacheClient", "TestFailoverCommand")
4786
- .sc(TestFailover$)
4787
- .build() {
4126
+ class TestFailoverCommand extends command(_ep0, _mw0, "TestFailover", TestFailover$) {
4788
4127
  }
4789
4128
 
4790
- class TestMigrationCommand extends Command
4791
- .classBuilder()
4792
- .ep(commonParams)
4793
- .m(function (Command, cs, config, o) {
4794
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4795
- })
4796
- .s("AmazonElastiCacheV9", "TestMigration", {})
4797
- .n("ElastiCacheClient", "TestMigrationCommand")
4798
- .sc(TestMigration$)
4799
- .build() {
4129
+ class TestMigrationCommand extends command(_ep0, _mw0, "TestMigration", TestMigration$) {
4800
4130
  }
4801
4131
 
4802
4132
  const paginateDescribeCacheClusters = createPaginator(ElastiCacheClient, DescribeCacheClustersCommand, "Marker", "Marker", "MaxRecords");