@aws-sdk/client-elasticache 3.1076.0 → 3.1078.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 (245) hide show
  1. package/dist-cjs/index.js +86 -755
  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-es/runtimeConfig.browser.js +0 -2
  80. package/dist-es/runtimeConfig.js +1 -2
  81. package/dist-es/runtimeConfig.native.js +0 -2
  82. package/dist-es/runtimeConfig.shared.js +2 -0
  83. package/dist-types/commandBuilder.d.ts +18 -0
  84. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -8
  86. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -8
  87. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -8
  88. package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -8
  89. package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +3 -8
  90. package/dist-types/commands/CopySnapshotCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateCacheClusterCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -8
  97. package/dist-types/commands/CreateServerlessCacheCommand.d.ts +3 -8
  98. package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -8
  99. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
  100. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  101. package/dist-types/commands/CreateUserGroupCommand.d.ts +3 -8
  102. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
  103. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +3 -8
  105. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -8
  108. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -8
  109. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -8
  110. package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +3 -8
  111. package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -8
  112. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
  113. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  114. package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -8
  118. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -8
  119. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -8
  120. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -8
  121. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -8
  122. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  123. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -8
  124. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -8
  125. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +3 -8
  126. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -8
  127. package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +3 -8
  128. package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +3 -8
  129. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +3 -8
  130. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
  131. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +3 -8
  132. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +3 -8
  133. package/dist-types/commands/DescribeUsersCommand.d.ts +3 -8
  134. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -8
  135. package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -8
  136. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -8
  137. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
  138. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -8
  139. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -8
  140. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  141. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +3 -8
  142. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -8
  143. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -8
  144. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -8
  145. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -8
  146. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -8
  147. package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +3 -8
  148. package/dist-types/commands/ModifyUserCommand.d.ts +3 -8
  149. package/dist-types/commands/ModifyUserGroupCommand.d.ts +3 -8
  150. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -8
  151. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -8
  152. package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -8
  153. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
  154. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -8
  155. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -8
  156. package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
  157. package/dist-types/commands/TestFailoverCommand.d.ts +3 -8
  158. package/dist-types/commands/TestMigrationCommand.d.ts +3 -8
  159. package/dist-types/index.d.ts +1 -0
  160. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  161. package/dist-types/runtimeConfig.d.ts +1 -1
  162. package/dist-types/runtimeConfig.native.d.ts +1 -1
  163. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  164. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  165. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CopyServerlessCacheSnapshotCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/CreateServerlessCacheCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/CreateServerlessCacheSnapshotCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DeleteServerlessCacheCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DeleteServerlessCacheSnapshotCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/DescribeServerlessCachesCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ExportServerlessCacheSnapshotCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/ModifyServerlessCacheCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/index.d.ts +1 -0
  241. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  242. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  243. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  244. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  245. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCacheClusters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCacheClustersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeCacheClusters", {})
13
- .n("ElastiCacheClient", "DescribeCacheClustersCommand")
14
- .sc(DescribeCacheClusters$)
15
- .build() {
3
+ export class DescribeCacheClustersCommand extends command(_ep0, _mw0, "DescribeCacheClusters", DescribeCacheClusters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCacheEngineVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCacheEngineVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeCacheEngineVersions", {})
13
- .n("ElastiCacheClient", "DescribeCacheEngineVersionsCommand")
14
- .sc(DescribeCacheEngineVersions$)
15
- .build() {
3
+ export class DescribeCacheEngineVersionsCommand extends command(_ep0, _mw0, "DescribeCacheEngineVersions", DescribeCacheEngineVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCacheParameterGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCacheParameterGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeCacheParameterGroups", {})
13
- .n("ElastiCacheClient", "DescribeCacheParameterGroupsCommand")
14
- .sc(DescribeCacheParameterGroups$)
15
- .build() {
3
+ export class DescribeCacheParameterGroupsCommand extends command(_ep0, _mw0, "DescribeCacheParameterGroups", DescribeCacheParameterGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCacheParameters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCacheParametersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeCacheParameters", {})
13
- .n("ElastiCacheClient", "DescribeCacheParametersCommand")
14
- .sc(DescribeCacheParameters$)
15
- .build() {
3
+ export class DescribeCacheParametersCommand extends command(_ep0, _mw0, "DescribeCacheParameters", DescribeCacheParameters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCacheSecurityGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCacheSecurityGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeCacheSecurityGroups", {})
13
- .n("ElastiCacheClient", "DescribeCacheSecurityGroupsCommand")
14
- .sc(DescribeCacheSecurityGroups$)
15
- .build() {
3
+ export class DescribeCacheSecurityGroupsCommand extends command(_ep0, _mw0, "DescribeCacheSecurityGroups", DescribeCacheSecurityGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCacheSubnetGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCacheSubnetGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeCacheSubnetGroups", {})
13
- .n("ElastiCacheClient", "DescribeCacheSubnetGroupsCommand")
14
- .sc(DescribeCacheSubnetGroups$)
15
- .build() {
3
+ export class DescribeCacheSubnetGroupsCommand extends command(_ep0, _mw0, "DescribeCacheSubnetGroups", DescribeCacheSubnetGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeEngineDefaultParameters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEngineDefaultParametersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeEngineDefaultParameters", {})
13
- .n("ElastiCacheClient", "DescribeEngineDefaultParametersCommand")
14
- .sc(DescribeEngineDefaultParameters$)
15
- .build() {
3
+ export class DescribeEngineDefaultParametersCommand extends command(_ep0, _mw0, "DescribeEngineDefaultParameters", DescribeEngineDefaultParameters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeEvents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEventsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeEvents", {})
13
- .n("ElastiCacheClient", "DescribeEventsCommand")
14
- .sc(DescribeEvents$)
15
- .build() {
3
+ export class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeGlobalReplicationGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeGlobalReplicationGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeGlobalReplicationGroups", {})
13
- .n("ElastiCacheClient", "DescribeGlobalReplicationGroupsCommand")
14
- .sc(DescribeGlobalReplicationGroups$)
15
- .build() {
3
+ export class DescribeGlobalReplicationGroupsCommand extends command(_ep0, _mw0, "DescribeGlobalReplicationGroups", DescribeGlobalReplicationGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeReplicationGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeReplicationGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeReplicationGroups", {})
13
- .n("ElastiCacheClient", "DescribeReplicationGroupsCommand")
14
- .sc(DescribeReplicationGroups$)
15
- .build() {
3
+ export class DescribeReplicationGroupsCommand extends command(_ep0, _mw0, "DescribeReplicationGroups", DescribeReplicationGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeReservedCacheNodes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeReservedCacheNodesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeReservedCacheNodes", {})
13
- .n("ElastiCacheClient", "DescribeReservedCacheNodesCommand")
14
- .sc(DescribeReservedCacheNodes$)
15
- .build() {
3
+ export class DescribeReservedCacheNodesCommand extends command(_ep0, _mw0, "DescribeReservedCacheNodes", DescribeReservedCacheNodes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeReservedCacheNodesOfferings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeReservedCacheNodesOfferingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeReservedCacheNodesOfferings", {})
13
- .n("ElastiCacheClient", "DescribeReservedCacheNodesOfferingsCommand")
14
- .sc(DescribeReservedCacheNodesOfferings$)
15
- .build() {
3
+ export class DescribeReservedCacheNodesOfferingsCommand extends command(_ep0, _mw0, "DescribeReservedCacheNodesOfferings", DescribeReservedCacheNodesOfferings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeServerlessCacheSnapshots$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeServerlessCacheSnapshotsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeServerlessCacheSnapshots", {})
13
- .n("ElastiCacheClient", "DescribeServerlessCacheSnapshotsCommand")
14
- .sc(DescribeServerlessCacheSnapshots$)
15
- .build() {
3
+ export class DescribeServerlessCacheSnapshotsCommand extends command(_ep0, _mw0, "DescribeServerlessCacheSnapshots", DescribeServerlessCacheSnapshots$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeServerlessCaches$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeServerlessCachesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeServerlessCaches", {})
13
- .n("ElastiCacheClient", "DescribeServerlessCachesCommand")
14
- .sc(DescribeServerlessCaches$)
15
- .build() {
3
+ export class DescribeServerlessCachesCommand extends command(_ep0, _mw0, "DescribeServerlessCaches", DescribeServerlessCaches$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeServiceUpdates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeServiceUpdatesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeServiceUpdates", {})
13
- .n("ElastiCacheClient", "DescribeServiceUpdatesCommand")
14
- .sc(DescribeServiceUpdates$)
15
- .build() {
3
+ export class DescribeServiceUpdatesCommand extends command(_ep0, _mw0, "DescribeServiceUpdates", DescribeServiceUpdates$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeSnapshots$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeSnapshotsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeSnapshots", {})
13
- .n("ElastiCacheClient", "DescribeSnapshotsCommand")
14
- .sc(DescribeSnapshots$)
15
- .build() {
3
+ export class DescribeSnapshotsCommand extends command(_ep0, _mw0, "DescribeSnapshots", DescribeSnapshots$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeUpdateActions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeUpdateActionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeUpdateActions", {})
13
- .n("ElastiCacheClient", "DescribeUpdateActionsCommand")
14
- .sc(DescribeUpdateActions$)
15
- .build() {
3
+ export class DescribeUpdateActionsCommand extends command(_ep0, _mw0, "DescribeUpdateActions", DescribeUpdateActions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeUserGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeUserGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeUserGroups", {})
13
- .n("ElastiCacheClient", "DescribeUserGroupsCommand")
14
- .sc(DescribeUserGroups$)
15
- .build() {
3
+ export class DescribeUserGroupsCommand extends command(_ep0, _mw0, "DescribeUserGroups", DescribeUserGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeUsers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeUsersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DescribeUsers", {})
13
- .n("ElastiCacheClient", "DescribeUsersCommand")
14
- .sc(DescribeUsers$)
15
- .build() {
3
+ export class DescribeUsersCommand extends command(_ep0, _mw0, "DescribeUsers", DescribeUsers$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DisassociateGlobalReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateGlobalReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DisassociateGlobalReplicationGroup", {})
13
- .n("ElastiCacheClient", "DisassociateGlobalReplicationGroupCommand")
14
- .sc(DisassociateGlobalReplicationGroup$)
15
- .build() {
3
+ export class DisassociateGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DisassociateGlobalReplicationGroup", DisassociateGlobalReplicationGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ExportServerlessCacheSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ExportServerlessCacheSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "ExportServerlessCacheSnapshot", {})
13
- .n("ElastiCacheClient", "ExportServerlessCacheSnapshotCommand")
14
- .sc(ExportServerlessCacheSnapshot$)
15
- .build() {
3
+ export class ExportServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "ExportServerlessCacheSnapshot", ExportServerlessCacheSnapshot$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { FailoverGlobalReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class FailoverGlobalReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "FailoverGlobalReplicationGroup", {})
13
- .n("ElastiCacheClient", "FailoverGlobalReplicationGroupCommand")
14
- .sc(FailoverGlobalReplicationGroup$)
15
- .build() {
3
+ export class FailoverGlobalReplicationGroupCommand extends command(_ep0, _mw0, "FailoverGlobalReplicationGroup", FailoverGlobalReplicationGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { IncreaseNodeGroupsInGlobalReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "IncreaseNodeGroupsInGlobalReplicationGroup", {})
13
- .n("ElastiCacheClient", "IncreaseNodeGroupsInGlobalReplicationGroupCommand")
14
- .sc(IncreaseNodeGroupsInGlobalReplicationGroup$)
15
- .build() {
3
+ export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "IncreaseNodeGroupsInGlobalReplicationGroup", IncreaseNodeGroupsInGlobalReplicationGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { IncreaseReplicaCount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class IncreaseReplicaCountCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "IncreaseReplicaCount", {})
13
- .n("ElastiCacheClient", "IncreaseReplicaCountCommand")
14
- .sc(IncreaseReplicaCount$)
15
- .build() {
3
+ export class IncreaseReplicaCountCommand extends command(_ep0, _mw0, "IncreaseReplicaCount", IncreaseReplicaCount$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAllowedNodeTypeModifications$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAllowedNodeTypeModificationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "ListAllowedNodeTypeModifications", {})
13
- .n("ElastiCacheClient", "ListAllowedNodeTypeModificationsCommand")
14
- .sc(ListAllowedNodeTypeModifications$)
15
- .build() {
3
+ export class ListAllowedNodeTypeModificationsCommand extends command(_ep0, _mw0, "ListAllowedNodeTypeModifications", ListAllowedNodeTypeModifications$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "ListTagsForResource", {})
13
- .n("ElastiCacheClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyCacheCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyCacheClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "ModifyCacheCluster", {})
13
- .n("ElastiCacheClient", "ModifyCacheClusterCommand")
14
- .sc(ModifyCacheCluster$)
15
- .build() {
3
+ export class ModifyCacheClusterCommand extends command(_ep0, _mw0, "ModifyCacheCluster", ModifyCacheCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyCacheParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyCacheParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "ModifyCacheParameterGroup", {})
13
- .n("ElastiCacheClient", "ModifyCacheParameterGroupCommand")
14
- .sc(ModifyCacheParameterGroup$)
15
- .build() {
3
+ export class ModifyCacheParameterGroupCommand extends command(_ep0, _mw0, "ModifyCacheParameterGroup", ModifyCacheParameterGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyCacheSubnetGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyCacheSubnetGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "ModifyCacheSubnetGroup", {})
13
- .n("ElastiCacheClient", "ModifyCacheSubnetGroupCommand")
14
- .sc(ModifyCacheSubnetGroup$)
15
- .build() {
3
+ export class ModifyCacheSubnetGroupCommand extends command(_ep0, _mw0, "ModifyCacheSubnetGroup", ModifyCacheSubnetGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyGlobalReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyGlobalReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "ModifyGlobalReplicationGroup", {})
13
- .n("ElastiCacheClient", "ModifyGlobalReplicationGroupCommand")
14
- .sc(ModifyGlobalReplicationGroup$)
15
- .build() {
3
+ export class ModifyGlobalReplicationGroupCommand extends command(_ep0, _mw0, "ModifyGlobalReplicationGroup", ModifyGlobalReplicationGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "ModifyReplicationGroup", {})
13
- .n("ElastiCacheClient", "ModifyReplicationGroupCommand")
14
- .sc(ModifyReplicationGroup$)
15
- .build() {
3
+ export class ModifyReplicationGroupCommand extends command(_ep0, _mw0, "ModifyReplicationGroup", ModifyReplicationGroup$) {
16
4
  }