@aws-sdk/client-elasticache 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/dist-cjs/index.js +83 -753
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
  4. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -14
  5. package/dist-es/commands/BatchApplyUpdateActionCommand.js +2 -14
  6. package/dist-es/commands/BatchStopUpdateActionCommand.js +2 -14
  7. package/dist-es/commands/CompleteMigrationCommand.js +2 -14
  8. package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +2 -14
  9. package/dist-es/commands/CopySnapshotCommand.js +2 -14
  10. package/dist-es/commands/CreateCacheClusterCommand.js +2 -14
  11. package/dist-es/commands/CreateCacheParameterGroupCommand.js +2 -14
  12. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +2 -14
  13. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +2 -14
  14. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +2 -14
  15. package/dist-es/commands/CreateReplicationGroupCommand.js +2 -14
  16. package/dist-es/commands/CreateServerlessCacheCommand.js +2 -14
  17. package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +2 -14
  18. package/dist-es/commands/CreateSnapshotCommand.js +2 -14
  19. package/dist-es/commands/CreateUserCommand.js +2 -14
  20. package/dist-es/commands/CreateUserGroupCommand.js +2 -14
  21. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
  22. package/dist-es/commands/DecreaseReplicaCountCommand.js +2 -14
  23. package/dist-es/commands/DeleteCacheClusterCommand.js +2 -14
  24. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -14
  25. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -14
  26. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -14
  27. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +2 -14
  28. package/dist-es/commands/DeleteReplicationGroupCommand.js +2 -14
  29. package/dist-es/commands/DeleteServerlessCacheCommand.js +2 -14
  30. package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +2 -14
  31. package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
  32. package/dist-es/commands/DeleteUserCommand.js +2 -14
  33. package/dist-es/commands/DeleteUserGroupCommand.js +2 -14
  34. package/dist-es/commands/DescribeCacheClustersCommand.js +2 -14
  35. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +2 -14
  36. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +2 -14
  37. package/dist-es/commands/DescribeCacheParametersCommand.js +2 -14
  38. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +2 -14
  39. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +2 -14
  40. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +2 -14
  41. package/dist-es/commands/DescribeEventsCommand.js +2 -14
  42. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +2 -14
  43. package/dist-es/commands/DescribeReplicationGroupsCommand.js +2 -14
  44. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +2 -14
  45. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -14
  46. package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +2 -14
  47. package/dist-es/commands/DescribeServerlessCachesCommand.js +2 -14
  48. package/dist-es/commands/DescribeServiceUpdatesCommand.js +2 -14
  49. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
  50. package/dist-es/commands/DescribeUpdateActionsCommand.js +2 -14
  51. package/dist-es/commands/DescribeUserGroupsCommand.js +2 -14
  52. package/dist-es/commands/DescribeUsersCommand.js +2 -14
  53. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +2 -14
  54. package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +2 -14
  55. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +2 -14
  56. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
  57. package/dist-es/commands/IncreaseReplicaCountCommand.js +2 -14
  58. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +2 -14
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  60. package/dist-es/commands/ModifyCacheClusterCommand.js +2 -14
  61. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +2 -14
  62. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +2 -14
  63. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +2 -14
  64. package/dist-es/commands/ModifyReplicationGroupCommand.js +2 -14
  65. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -14
  66. package/dist-es/commands/ModifyServerlessCacheCommand.js +2 -14
  67. package/dist-es/commands/ModifyUserCommand.js +2 -14
  68. package/dist-es/commands/ModifyUserGroupCommand.js +2 -14
  69. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -14
  70. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -14
  71. package/dist-es/commands/RebootCacheClusterCommand.js +2 -14
  72. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
  73. package/dist-es/commands/ResetCacheParameterGroupCommand.js +2 -14
  74. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -14
  75. package/dist-es/commands/StartMigrationCommand.js +2 -14
  76. package/dist-es/commands/TestFailoverCommand.js +2 -14
  77. package/dist-es/commands/TestMigrationCommand.js +2 -14
  78. package/dist-es/index.js +1 -0
  79. package/dist-types/commandBuilder.d.ts +18 -0
  80. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -8
  82. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -8
  83. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -8
  84. package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -8
  85. package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +3 -8
  86. package/dist-types/commands/CopySnapshotCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateCacheClusterCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateServerlessCacheCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  97. package/dist-types/commands/CreateUserGroupCommand.d.ts +3 -8
  98. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
  99. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -8
  105. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -8
  108. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
  109. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  110. package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -8
  114. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -8
  118. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  119. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -8
  120. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -8
  121. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +3 -8
  122. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -8
  123. package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +3 -8
  124. package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +3 -8
  125. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +3 -8
  126. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
  127. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +3 -8
  128. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +3 -8
  129. package/dist-types/commands/DescribeUsersCommand.d.ts +3 -8
  130. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -8
  131. package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -8
  132. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -8
  133. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
  134. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -8
  135. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -8
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  137. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +3 -8
  138. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -8
  139. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -8
  140. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -8
  141. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -8
  142. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -8
  143. package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +3 -8
  144. package/dist-types/commands/ModifyUserCommand.d.ts +3 -8
  145. package/dist-types/commands/ModifyUserGroupCommand.d.ts +3 -8
  146. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -8
  147. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -8
  148. package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -8
  149. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
  150. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -8
  151. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -8
  152. package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
  153. package/dist-types/commands/TestFailoverCommand.d.ts +3 -8
  154. package/dist-types/commands/TestMigrationCommand.d.ts +3 -8
  155. package/dist-types/index.d.ts +1 -0
  156. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  157. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CopyServerlessCacheSnapshotCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CreateServerlessCacheCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreateServerlessCacheSnapshotCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DeleteServerlessCacheCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DeleteServerlessCacheSnapshotCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DescribeServerlessCachesCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ExportServerlessCacheSnapshotCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/ModifyServerlessCacheCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/index.d.ts +1 -0
  233. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { FailoverGlobalReplicationGroupMessage, FailoverGlobalReplicationGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface FailoverGlobalReplicationGroupCommandInput extends FailoverGlob
22
19
  export interface FailoverGlobalReplicationGroupCommandOutput extends FailoverGlobalReplicationGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const FailoverGlobalReplicationGroupCommand_base: {
25
- new (input: FailoverGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: FailoverGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: FailoverGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: FailoverGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used to failover the primary region to a secondary region. The secondary region will
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { IncreaseNodeGroupsInGlobalReplicationGroupMessage, IncreaseNodeGroupsInGlobalReplicationGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandInput extends
22
19
  export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends IncreaseNodeGroupsInGlobalReplicationGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const IncreaseNodeGroupsInGlobalReplicationGroupCommand_base: {
25
- new (input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Increase the number of node groups in the Global datastore</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { IncreaseReplicaCountMessage, IncreaseReplicaCountResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface IncreaseReplicaCountCommandInput extends IncreaseReplicaCountMe
22
19
  export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountResult, __MetadataBearer {
23
20
  }
24
21
  declare const IncreaseReplicaCountCommand_base: {
25
- new (input: IncreaseReplicaCountCommandInput): import("@smithy/core/client").CommandImpl<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: IncreaseReplicaCountCommandInput): import("@smithy/core/client").CommandImpl<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: IncreaseReplicaCountCommandInput): import("@smithy/core/client").CommandImpl<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: IncreaseReplicaCountCommandInput): import("@smithy/core/client").CommandImpl<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Dynamically increases the number of replicas in a Valkey or Redis OSS (cluster mode disabled)
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { AllowedNodeTypeModificationsMessage, ListAllowedNodeTypeModificationsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAllowedNodeTypeModificationsCommandInput extends ListAllowe
22
19
  export interface ListAllowedNodeTypeModificationsCommandOutput extends AllowedNodeTypeModificationsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ListAllowedNodeTypeModificationsCommand_base: {
25
- new (input: ListAllowedNodeTypeModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAllowedNodeTypeModificationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAllowedNodeTypeModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAllowedNodeTypeModificationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all available node types that you can scale with your cluster's replication
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceMess
22
19
  export interface ListTagsForResourceCommandOutput extends TagListMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all tags currently on a named resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ModifyCacheClusterMessage, ModifyCacheClusterResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyCacheClusterCommandInput extends ModifyCacheClusterMessag
22
19
  export interface ModifyCacheClusterCommandOutput extends ModifyCacheClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyCacheClusterCommand_base: {
25
- new (input: ModifyCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the settings for a cluster. You can use this operation to change one or more
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { CacheParameterGroupNameMessage, ModifyCacheParameterGroupMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyCacheParameterGroupCommandInput extends ModifyCacheParame
22
19
  export interface ModifyCacheParameterGroupCommandOutput extends CacheParameterGroupNameMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyCacheParameterGroupCommand_base: {
25
- new (input: ModifyCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the parameters of a cache parameter group. You can modify up to 20 parameters
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ModifyCacheSubnetGroupMessage, ModifyCacheSubnetGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyCacheSubnetGroupCommandInput extends ModifyCacheSubnetGro
22
19
  export interface ModifyCacheSubnetGroupCommandOutput extends ModifyCacheSubnetGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyCacheSubnetGroupCommand_base: {
25
- new (input: ModifyCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies an existing cache subnet group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ModifyGlobalReplicationGroupMessage, ModifyGlobalReplicationGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyGlobalReplicationGroupCommandInput extends ModifyGlobalRe
22
19
  export interface ModifyGlobalReplicationGroupCommandOutput extends ModifyGlobalReplicationGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyGlobalReplicationGroupCommand_base: {
25
- new (input: ModifyGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the settings for a Global datastore.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ModifyReplicationGroupMessage, ModifyReplicationGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyReplicationGroupCommandInput extends ModifyReplicationGro
22
19
  export interface ModifyReplicationGroupCommandOutput extends ModifyReplicationGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyReplicationGroupCommand_base: {
25
- new (input: ModifyReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the settings for a replication group. This is limited to Valkey and Redis OSS 7 and above.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ModifyReplicationGroupShardConfigurationMessage, ModifyReplicationGroupShardConfigurationResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyReplicationGroupShardConfigurationCommandInput extends Mo
22
19
  export interface ModifyReplicationGroupShardConfigurationCommandOutput extends ModifyReplicationGroupShardConfigurationResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyReplicationGroupShardConfigurationCommand_base: {
25
- new (input: ModifyReplicationGroupShardConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyReplicationGroupShardConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyReplicationGroupShardConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyReplicationGroupShardConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies a replication group's shards (node groups) by allowing you to add shards,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ModifyServerlessCacheRequest, ModifyServerlessCacheResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyServerlessCacheCommandInput extends ModifyServerlessCache
22
19
  export interface ModifyServerlessCacheCommandOutput extends ModifyServerlessCacheResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyServerlessCacheCommand_base: {
25
- new (input: ModifyServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<ModifyServerlessCacheCommandInput, ModifyServerlessCacheCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<ModifyServerlessCacheCommandInput, ModifyServerlessCacheCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<ModifyServerlessCacheCommandInput, ModifyServerlessCacheCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyServerlessCacheCommandInput): import("@smithy/core/client").CommandImpl<ModifyServerlessCacheCommandInput, ModifyServerlessCacheCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This API modifies the attributes of a serverless cache.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ModifyUserMessage, User } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyUserCommandInput extends ModifyUserMessage {
22
19
  export interface ModifyUserCommandOutput extends User, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyUserCommand_base: {
25
- new (input: ModifyUserCommandInput): import("@smithy/core/client").CommandImpl<ModifyUserCommandInput, ModifyUserCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyUserCommandInput): import("@smithy/core/client").CommandImpl<ModifyUserCommandInput, ModifyUserCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyUserCommandInput): import("@smithy/core/client").CommandImpl<ModifyUserCommandInput, ModifyUserCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyUserCommandInput): import("@smithy/core/client").CommandImpl<ModifyUserCommandInput, ModifyUserCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Changes user password(s) and/or access string.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { ModifyUserGroupMessage, UserGroup } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyUserGroupCommandInput extends ModifyUserGroupMessage {
22
19
  export interface ModifyUserGroupCommandOutput extends UserGroup, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyUserGroupCommand_base: {
25
- new (input: ModifyUserGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyUserGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyUserGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyUserGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Changes the list of users that belong to the user group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { PurchaseReservedCacheNodesOfferingMessage, PurchaseReservedCacheNodesOfferingResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PurchaseReservedCacheNodesOfferingCommandInput extends Purchase
22
19
  export interface PurchaseReservedCacheNodesOfferingCommandOutput extends PurchaseReservedCacheNodesOfferingResult, __MetadataBearer {
23
20
  }
24
21
  declare const PurchaseReservedCacheNodesOfferingCommand_base: {
25
- new (input: PurchaseReservedCacheNodesOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PurchaseReservedCacheNodesOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PurchaseReservedCacheNodesOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PurchaseReservedCacheNodesOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { RebalanceSlotsInGlobalReplicationGroupMessage, RebalanceSlotsInGlobalReplicationGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RebalanceSlotsInGlobalReplicationGroupCommandInput extends Reba
22
19
  export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput extends RebalanceSlotsInGlobalReplicationGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const RebalanceSlotsInGlobalReplicationGroupCommand_base: {
25
- new (input: RebalanceSlotsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RebalanceSlotsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RebalanceSlotsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RebalanceSlotsInGlobalReplicationGroupCommandInput): import("@smithy/core/client").CommandImpl<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Redistribute slots to ensure uniform distribution across existing shards in the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { RebootCacheClusterMessage, RebootCacheClusterResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RebootCacheClusterCommandInput extends RebootCacheClusterMessag
22
19
  export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const RebootCacheClusterCommand_base: {
25
- new (input: RebootCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RebootCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RebootCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RebootCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Reboots some, or all, of the cache nodes within a provisioned cluster. This operation
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { RemoveTagsFromResourceMessage, TagListMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResour
22
19
  export interface RemoveTagsFromResourceCommandOutput extends TagListMessage, __MetadataBearer {
23
20
  }
24
21
  declare const RemoveTagsFromResourceCommand_base: {
25
- new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the tags identified by the <code>TagKeys</code> list from the named resource.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { CacheParameterGroupNameMessage, ResetCacheParameterGroupMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResetCacheParameterGroupCommandInput extends ResetCacheParamete
22
19
  export interface ResetCacheParameterGroupCommandOutput extends CacheParameterGroupNameMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ResetCacheParameterGroupCommand_base: {
25
- new (input: ResetCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResetCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ResetCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the parameters of a cache parameter group to the engine or system default
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { RevokeCacheSecurityGroupIngressMessage, RevokeCacheSecurityGroupIngressResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RevokeCacheSecurityGroupIngressCommandInput extends RevokeCache
22
19
  export interface RevokeCacheSecurityGroupIngressCommandOutput extends RevokeCacheSecurityGroupIngressResult, __MetadataBearer {
23
20
  }
24
21
  declare const RevokeCacheSecurityGroupIngressCommand_base: {
25
- new (input: RevokeCacheSecurityGroupIngressCommandInput): import("@smithy/core/client").CommandImpl<RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeCacheSecurityGroupIngressCommandInput): import("@smithy/core/client").CommandImpl<RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RevokeCacheSecurityGroupIngressCommandInput): import("@smithy/core/client").CommandImpl<RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RevokeCacheSecurityGroupIngressCommandInput): import("@smithy/core/client").CommandImpl<RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Revokes ingress from a cache security group. Use this operation to disallow access
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
4
2
  import type { StartMigrationMessage, StartMigrationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartMigrationCommandInput extends StartMigrationMessage {
22
19
  export interface StartMigrationCommandOutput extends StartMigrationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartMigrationCommand_base: {
25
- new (input: StartMigrationCommandInput): import("@smithy/core/client").CommandImpl<StartMigrationCommandInput, StartMigrationCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMigrationCommandInput): import("@smithy/core/client").CommandImpl<StartMigrationCommandInput, StartMigrationCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartMigrationCommandInput): import("@smithy/core/client").CommandImpl<StartMigrationCommandInput, StartMigrationCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartMigrationCommandInput): import("@smithy/core/client").CommandImpl<StartMigrationCommandInput, StartMigrationCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Start the migration of data.</p>