@aws-sdk/client-elasticache 3.1077.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 (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
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AmazonElastiCacheV9", "ElastiCacheClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -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 { AddTagsToResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddTagsToResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "AddTagsToResource", {})
13
- .n("ElastiCacheClient", "AddTagsToResourceCommand")
14
- .sc(AddTagsToResource$)
15
- .build() {
3
+ export class AddTagsToResourceCommand extends command(_ep0, _mw0, "AddTagsToResource", AddTagsToResource$) {
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 { AuthorizeCacheSecurityGroupIngress$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AuthorizeCacheSecurityGroupIngressCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "AuthorizeCacheSecurityGroupIngress", {})
13
- .n("ElastiCacheClient", "AuthorizeCacheSecurityGroupIngressCommand")
14
- .sc(AuthorizeCacheSecurityGroupIngress$)
15
- .build() {
3
+ export class AuthorizeCacheSecurityGroupIngressCommand extends command(_ep0, _mw0, "AuthorizeCacheSecurityGroupIngress", AuthorizeCacheSecurityGroupIngress$) {
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 { BatchApplyUpdateAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchApplyUpdateActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "BatchApplyUpdateAction", {})
13
- .n("ElastiCacheClient", "BatchApplyUpdateActionCommand")
14
- .sc(BatchApplyUpdateAction$)
15
- .build() {
3
+ export class BatchApplyUpdateActionCommand extends command(_ep0, _mw0, "BatchApplyUpdateAction", BatchApplyUpdateAction$) {
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 { BatchStopUpdateAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchStopUpdateActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "BatchStopUpdateAction", {})
13
- .n("ElastiCacheClient", "BatchStopUpdateActionCommand")
14
- .sc(BatchStopUpdateAction$)
15
- .build() {
3
+ export class BatchStopUpdateActionCommand extends command(_ep0, _mw0, "BatchStopUpdateAction", BatchStopUpdateAction$) {
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 { CompleteMigration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CompleteMigrationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CompleteMigration", {})
13
- .n("ElastiCacheClient", "CompleteMigrationCommand")
14
- .sc(CompleteMigration$)
15
- .build() {
3
+ export class CompleteMigrationCommand extends command(_ep0, _mw0, "CompleteMigration", CompleteMigration$) {
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 { CopyServerlessCacheSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CopyServerlessCacheSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CopyServerlessCacheSnapshot", {})
13
- .n("ElastiCacheClient", "CopyServerlessCacheSnapshotCommand")
14
- .sc(CopyServerlessCacheSnapshot$)
15
- .build() {
3
+ export class CopyServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "CopyServerlessCacheSnapshot", CopyServerlessCacheSnapshot$) {
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 { CopySnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CopySnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CopySnapshot", {})
13
- .n("ElastiCacheClient", "CopySnapshotCommand")
14
- .sc(CopySnapshot$)
15
- .build() {
3
+ export class CopySnapshotCommand extends command(_ep0, _mw0, "CopySnapshot", CopySnapshot$) {
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 { CreateCacheCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCacheClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateCacheCluster", {})
13
- .n("ElastiCacheClient", "CreateCacheClusterCommand")
14
- .sc(CreateCacheCluster$)
15
- .build() {
3
+ export class CreateCacheClusterCommand extends command(_ep0, _mw0, "CreateCacheCluster", CreateCacheCluster$) {
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 { CreateCacheParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCacheParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateCacheParameterGroup", {})
13
- .n("ElastiCacheClient", "CreateCacheParameterGroupCommand")
14
- .sc(CreateCacheParameterGroup$)
15
- .build() {
3
+ export class CreateCacheParameterGroupCommand extends command(_ep0, _mw0, "CreateCacheParameterGroup", CreateCacheParameterGroup$) {
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 { CreateCacheSecurityGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCacheSecurityGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateCacheSecurityGroup", {})
13
- .n("ElastiCacheClient", "CreateCacheSecurityGroupCommand")
14
- .sc(CreateCacheSecurityGroup$)
15
- .build() {
3
+ export class CreateCacheSecurityGroupCommand extends command(_ep0, _mw0, "CreateCacheSecurityGroup", CreateCacheSecurityGroup$) {
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 { CreateCacheSubnetGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCacheSubnetGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateCacheSubnetGroup", {})
13
- .n("ElastiCacheClient", "CreateCacheSubnetGroupCommand")
14
- .sc(CreateCacheSubnetGroup$)
15
- .build() {
3
+ export class CreateCacheSubnetGroupCommand extends command(_ep0, _mw0, "CreateCacheSubnetGroup", CreateCacheSubnetGroup$) {
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 { CreateGlobalReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateGlobalReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateGlobalReplicationGroup", {})
13
- .n("ElastiCacheClient", "CreateGlobalReplicationGroupCommand")
14
- .sc(CreateGlobalReplicationGroup$)
15
- .build() {
3
+ export class CreateGlobalReplicationGroupCommand extends command(_ep0, _mw0, "CreateGlobalReplicationGroup", CreateGlobalReplicationGroup$) {
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 { CreateReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateReplicationGroup", {})
13
- .n("ElastiCacheClient", "CreateReplicationGroupCommand")
14
- .sc(CreateReplicationGroup$)
15
- .build() {
3
+ export class CreateReplicationGroupCommand extends command(_ep0, _mw0, "CreateReplicationGroup", CreateReplicationGroup$) {
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 { CreateServerlessCache$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateServerlessCacheCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateServerlessCache", {})
13
- .n("ElastiCacheClient", "CreateServerlessCacheCommand")
14
- .sc(CreateServerlessCache$)
15
- .build() {
3
+ export class CreateServerlessCacheCommand extends command(_ep0, _mw0, "CreateServerlessCache", CreateServerlessCache$) {
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 { CreateServerlessCacheSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateServerlessCacheSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateServerlessCacheSnapshot", {})
13
- .n("ElastiCacheClient", "CreateServerlessCacheSnapshotCommand")
14
- .sc(CreateServerlessCacheSnapshot$)
15
- .build() {
3
+ export class CreateServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "CreateServerlessCacheSnapshot", CreateServerlessCacheSnapshot$) {
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 { CreateSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateSnapshot", {})
13
- .n("ElastiCacheClient", "CreateSnapshotCommand")
14
- .sc(CreateSnapshot$)
15
- .build() {
3
+ export class CreateSnapshotCommand extends command(_ep0, _mw0, "CreateSnapshot", CreateSnapshot$) {
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 { CreateUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateUser", {})
13
- .n("ElastiCacheClient", "CreateUserCommand")
14
- .sc(CreateUser$)
15
- .build() {
3
+ export class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
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 { CreateUserGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateUserGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "CreateUserGroup", {})
13
- .n("ElastiCacheClient", "CreateUserGroupCommand")
14
- .sc(CreateUserGroup$)
15
- .build() {
3
+ export class CreateUserGroupCommand extends command(_ep0, _mw0, "CreateUserGroup", CreateUserGroup$) {
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 { DecreaseNodeGroupsInGlobalReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DecreaseNodeGroupsInGlobalReplicationGroup", {})
13
- .n("ElastiCacheClient", "DecreaseNodeGroupsInGlobalReplicationGroupCommand")
14
- .sc(DecreaseNodeGroupsInGlobalReplicationGroup$)
15
- .build() {
3
+ export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DecreaseNodeGroupsInGlobalReplicationGroup", DecreaseNodeGroupsInGlobalReplicationGroup$) {
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 { DecreaseReplicaCount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DecreaseReplicaCountCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DecreaseReplicaCount", {})
13
- .n("ElastiCacheClient", "DecreaseReplicaCountCommand")
14
- .sc(DecreaseReplicaCount$)
15
- .build() {
3
+ export class DecreaseReplicaCountCommand extends command(_ep0, _mw0, "DecreaseReplicaCount", DecreaseReplicaCount$) {
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 { DeleteCacheCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCacheClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteCacheCluster", {})
13
- .n("ElastiCacheClient", "DeleteCacheClusterCommand")
14
- .sc(DeleteCacheCluster$)
15
- .build() {
3
+ export class DeleteCacheClusterCommand extends command(_ep0, _mw0, "DeleteCacheCluster", DeleteCacheCluster$) {
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 { DeleteCacheParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCacheParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteCacheParameterGroup", {})
13
- .n("ElastiCacheClient", "DeleteCacheParameterGroupCommand")
14
- .sc(DeleteCacheParameterGroup$)
15
- .build() {
3
+ export class DeleteCacheParameterGroupCommand extends command(_ep0, _mw0, "DeleteCacheParameterGroup", DeleteCacheParameterGroup$) {
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 { DeleteCacheSecurityGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCacheSecurityGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteCacheSecurityGroup", {})
13
- .n("ElastiCacheClient", "DeleteCacheSecurityGroupCommand")
14
- .sc(DeleteCacheSecurityGroup$)
15
- .build() {
3
+ export class DeleteCacheSecurityGroupCommand extends command(_ep0, _mw0, "DeleteCacheSecurityGroup", DeleteCacheSecurityGroup$) {
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 { DeleteCacheSubnetGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCacheSubnetGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteCacheSubnetGroup", {})
13
- .n("ElastiCacheClient", "DeleteCacheSubnetGroupCommand")
14
- .sc(DeleteCacheSubnetGroup$)
15
- .build() {
3
+ export class DeleteCacheSubnetGroupCommand extends command(_ep0, _mw0, "DeleteCacheSubnetGroup", DeleteCacheSubnetGroup$) {
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 { DeleteGlobalReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGlobalReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteGlobalReplicationGroup", {})
13
- .n("ElastiCacheClient", "DeleteGlobalReplicationGroupCommand")
14
- .sc(DeleteGlobalReplicationGroup$)
15
- .build() {
3
+ export class DeleteGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DeleteGlobalReplicationGroup", DeleteGlobalReplicationGroup$) {
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 { DeleteReplicationGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteReplicationGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteReplicationGroup", {})
13
- .n("ElastiCacheClient", "DeleteReplicationGroupCommand")
14
- .sc(DeleteReplicationGroup$)
15
- .build() {
3
+ export class DeleteReplicationGroupCommand extends command(_ep0, _mw0, "DeleteReplicationGroup", DeleteReplicationGroup$) {
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 { DeleteServerlessCache$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteServerlessCacheCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteServerlessCache", {})
13
- .n("ElastiCacheClient", "DeleteServerlessCacheCommand")
14
- .sc(DeleteServerlessCache$)
15
- .build() {
3
+ export class DeleteServerlessCacheCommand extends command(_ep0, _mw0, "DeleteServerlessCache", DeleteServerlessCache$) {
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 { DeleteServerlessCacheSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteServerlessCacheSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteServerlessCacheSnapshot", {})
13
- .n("ElastiCacheClient", "DeleteServerlessCacheSnapshotCommand")
14
- .sc(DeleteServerlessCacheSnapshot$)
15
- .build() {
3
+ export class DeleteServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "DeleteServerlessCacheSnapshot", DeleteServerlessCacheSnapshot$) {
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 { DeleteSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteSnapshot", {})
13
- .n("ElastiCacheClient", "DeleteSnapshotCommand")
14
- .sc(DeleteSnapshot$)
15
- .build() {
3
+ export class DeleteSnapshotCommand extends command(_ep0, _mw0, "DeleteSnapshot", DeleteSnapshot$) {
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 { DeleteUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteUser", {})
13
- .n("ElastiCacheClient", "DeleteUserCommand")
14
- .sc(DeleteUser$)
15
- .build() {
3
+ export class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
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 { DeleteUserGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteUserGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElastiCacheV9", "DeleteUserGroup", {})
13
- .n("ElastiCacheClient", "DeleteUserGroupCommand")
14
- .sc(DeleteUserGroup$)
15
- .build() {
3
+ export class DeleteUserGroupCommand extends command(_ep0, _mw0, "DeleteUserGroup", DeleteUserGroup$) {
16
4
  }