@aws-sdk/client-elasticache 3.1045.0 → 3.1046.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 (274) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +208 -210
  5. package/dist-cjs/models/ElastiCacheServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ElastiCache.js +1 -1
  10. package/dist-es/ElastiCacheClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  13. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -2
  14. package/dist-es/commands/BatchApplyUpdateActionCommand.js +2 -2
  15. package/dist-es/commands/BatchStopUpdateActionCommand.js +2 -2
  16. package/dist-es/commands/CompleteMigrationCommand.js +2 -2
  17. package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +2 -2
  18. package/dist-es/commands/CopySnapshotCommand.js +2 -2
  19. package/dist-es/commands/CreateCacheClusterCommand.js +2 -2
  20. package/dist-es/commands/CreateCacheParameterGroupCommand.js +2 -2
  21. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +2 -2
  22. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +2 -2
  23. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +2 -2
  24. package/dist-es/commands/CreateReplicationGroupCommand.js +2 -2
  25. package/dist-es/commands/CreateServerlessCacheCommand.js +2 -2
  26. package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +2 -2
  27. package/dist-es/commands/CreateSnapshotCommand.js +2 -2
  28. package/dist-es/commands/CreateUserCommand.js +2 -2
  29. package/dist-es/commands/CreateUserGroupCommand.js +2 -2
  30. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
  31. package/dist-es/commands/DecreaseReplicaCountCommand.js +2 -2
  32. package/dist-es/commands/DeleteCacheClusterCommand.js +2 -2
  33. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -2
  34. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -2
  35. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -2
  36. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +2 -2
  37. package/dist-es/commands/DeleteReplicationGroupCommand.js +2 -2
  38. package/dist-es/commands/DeleteServerlessCacheCommand.js +2 -2
  39. package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +2 -2
  40. package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
  41. package/dist-es/commands/DeleteUserCommand.js +2 -2
  42. package/dist-es/commands/DeleteUserGroupCommand.js +2 -2
  43. package/dist-es/commands/DescribeCacheClustersCommand.js +2 -2
  44. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +2 -2
  45. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +2 -2
  46. package/dist-es/commands/DescribeCacheParametersCommand.js +2 -2
  47. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +2 -2
  48. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +2 -2
  49. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +2 -2
  50. package/dist-es/commands/DescribeEventsCommand.js +2 -2
  51. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +2 -2
  52. package/dist-es/commands/DescribeReplicationGroupsCommand.js +2 -2
  53. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +2 -2
  54. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -2
  55. package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +2 -2
  56. package/dist-es/commands/DescribeServerlessCachesCommand.js +2 -2
  57. package/dist-es/commands/DescribeServiceUpdatesCommand.js +2 -2
  58. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -2
  59. package/dist-es/commands/DescribeUpdateActionsCommand.js +2 -2
  60. package/dist-es/commands/DescribeUserGroupsCommand.js +2 -2
  61. package/dist-es/commands/DescribeUsersCommand.js +2 -2
  62. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +2 -2
  63. package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +2 -2
  64. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +2 -2
  65. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
  66. package/dist-es/commands/IncreaseReplicaCountCommand.js +2 -2
  67. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +2 -2
  68. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  69. package/dist-es/commands/ModifyCacheClusterCommand.js +2 -2
  70. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +2 -2
  71. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +2 -2
  72. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +2 -2
  73. package/dist-es/commands/ModifyReplicationGroupCommand.js +2 -2
  74. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -2
  75. package/dist-es/commands/ModifyServerlessCacheCommand.js +2 -2
  76. package/dist-es/commands/ModifyUserCommand.js +2 -2
  77. package/dist-es/commands/ModifyUserGroupCommand.js +2 -2
  78. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -2
  79. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -2
  80. package/dist-es/commands/RebootCacheClusterCommand.js +2 -2
  81. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  82. package/dist-es/commands/ResetCacheParameterGroupCommand.js +2 -2
  83. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -2
  84. package/dist-es/commands/StartMigrationCommand.js +2 -2
  85. package/dist-es/commands/TestFailoverCommand.js +2 -2
  86. package/dist-es/commands/TestMigrationCommand.js +2 -2
  87. package/dist-es/endpoint/bdd.js +1 -1
  88. package/dist-es/endpoint/endpointResolver.js +1 -1
  89. package/dist-es/models/ElastiCacheServiceException.js +1 -1
  90. package/dist-es/runtimeConfig.browser.js +4 -6
  91. package/dist-es/runtimeConfig.js +4 -8
  92. package/dist-es/runtimeConfig.shared.js +3 -4
  93. package/dist-es/runtimeExtensions.js +2 -2
  94. package/dist-es/waiters/waitForCacheClusterAvailable.js +1 -1
  95. package/dist-es/waiters/waitForCacheClusterDeleted.js +1 -1
  96. package/dist-es/waiters/waitForReplicationGroupAvailable.js +1 -1
  97. package/dist-es/waiters/waitForReplicationGroupDeleted.js +1 -1
  98. package/dist-types/ElastiCache.d.ts +1 -1
  99. package/dist-types/ElastiCacheClient.d.ts +5 -5
  100. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -4
  101. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +6 -4
  102. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +6 -4
  103. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +6 -4
  104. package/dist-types/commands/CompleteMigrationCommand.d.ts +6 -4
  105. package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +6 -4
  106. package/dist-types/commands/CopySnapshotCommand.d.ts +6 -4
  107. package/dist-types/commands/CreateCacheClusterCommand.d.ts +6 -4
  108. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +6 -4
  109. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +6 -4
  110. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +6 -4
  111. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +6 -4
  112. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +6 -4
  113. package/dist-types/commands/CreateServerlessCacheCommand.d.ts +6 -4
  114. package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +6 -4
  115. package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -4
  116. package/dist-types/commands/CreateUserCommand.d.ts +6 -4
  117. package/dist-types/commands/CreateUserGroupCommand.d.ts +6 -4
  118. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +6 -4
  119. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +6 -4
  120. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +6 -4
  121. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +6 -4
  122. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +6 -4
  123. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +6 -4
  124. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +6 -4
  125. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +6 -4
  126. package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +6 -4
  127. package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +6 -4
  128. package/dist-types/commands/DeleteSnapshotCommand.d.ts +6 -4
  129. package/dist-types/commands/DeleteUserCommand.d.ts +6 -4
  130. package/dist-types/commands/DeleteUserGroupCommand.d.ts +6 -4
  131. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +6 -4
  132. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +6 -4
  133. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +6 -4
  134. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +6 -4
  135. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +6 -4
  136. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +6 -4
  137. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +6 -4
  138. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -4
  139. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +6 -4
  140. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +6 -4
  141. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +6 -4
  142. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +6 -4
  143. package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +6 -4
  144. package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +6 -4
  145. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +6 -4
  146. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +6 -4
  147. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +6 -4
  148. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +6 -4
  149. package/dist-types/commands/DescribeUsersCommand.d.ts +6 -4
  150. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +6 -4
  151. package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +6 -4
  152. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +6 -4
  153. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +6 -4
  154. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +6 -4
  155. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +6 -4
  156. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  157. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +6 -4
  158. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +6 -4
  159. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +6 -4
  160. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +6 -4
  161. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +6 -4
  162. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +6 -4
  163. package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +6 -4
  164. package/dist-types/commands/ModifyUserCommand.d.ts +6 -4
  165. package/dist-types/commands/ModifyUserGroupCommand.d.ts +6 -4
  166. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +6 -4
  167. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +6 -4
  168. package/dist-types/commands/RebootCacheClusterCommand.d.ts +6 -4
  169. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
  170. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +6 -4
  171. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +6 -4
  172. package/dist-types/commands/StartMigrationCommand.d.ts +6 -4
  173. package/dist-types/commands/TestFailoverCommand.d.ts +6 -4
  174. package/dist-types/commands/TestMigrationCommand.d.ts +6 -4
  175. package/dist-types/endpoint/bdd.d.ts +1 -1
  176. package/dist-types/extensionConfiguration.d.ts +1 -1
  177. package/dist-types/models/ElastiCacheServiceException.d.ts +1 -1
  178. package/dist-types/models/errors.d.ts +1 -1
  179. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  180. package/dist-types/runtimeConfig.d.ts +2 -2
  181. package/dist-types/runtimeConfig.native.d.ts +2 -2
  182. package/dist-types/ts3.4/ElastiCache.d.ts +1 -1
  183. package/dist-types/ts3.4/ElastiCacheClient.d.ts +8 -14
  184. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +6 -4
  185. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +6 -4
  186. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +6 -4
  187. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +6 -4
  188. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +6 -4
  189. package/dist-types/ts3.4/commands/CopyServerlessCacheSnapshotCommand.d.ts +6 -4
  190. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +6 -4
  191. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +6 -4
  192. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +6 -4
  193. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +6 -4
  194. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +6 -4
  195. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +6 -4
  196. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +6 -4
  197. package/dist-types/ts3.4/commands/CreateServerlessCacheCommand.d.ts +6 -4
  198. package/dist-types/ts3.4/commands/CreateServerlessCacheSnapshotCommand.d.ts +6 -4
  199. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +6 -4
  200. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +6 -4
  201. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +6 -4
  202. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +6 -4
  203. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +6 -4
  204. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +6 -4
  205. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +6 -4
  206. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +6 -4
  207. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +6 -4
  208. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +6 -4
  209. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +6 -4
  210. package/dist-types/ts3.4/commands/DeleteServerlessCacheCommand.d.ts +6 -4
  211. package/dist-types/ts3.4/commands/DeleteServerlessCacheSnapshotCommand.d.ts +6 -4
  212. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +6 -4
  213. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +6 -4
  214. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +6 -4
  215. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +6 -4
  216. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +6 -4
  217. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +6 -4
  218. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +6 -4
  219. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +6 -4
  220. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +6 -4
  221. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +6 -4
  222. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +6 -4
  223. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +6 -4
  224. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +6 -4
  225. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +6 -4
  226. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +6 -4
  227. package/dist-types/ts3.4/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +6 -4
  228. package/dist-types/ts3.4/commands/DescribeServerlessCachesCommand.d.ts +6 -4
  229. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +6 -4
  230. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +6 -4
  231. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +6 -4
  232. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +6 -4
  234. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/ExportServerlessCacheSnapshotCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +6 -4
  242. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +6 -4
  243. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +6 -4
  244. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +6 -4
  245. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +6 -4
  246. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +6 -4
  247. package/dist-types/ts3.4/commands/ModifyServerlessCacheCommand.d.ts +6 -4
  248. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +6 -4
  249. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +6 -4
  250. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  260. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  261. package/dist-types/ts3.4/models/ElastiCacheServiceException.d.ts +1 -1
  262. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  263. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  264. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  265. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  266. package/dist-types/ts3.4/waiters/waitForCacheClusterAvailable.d.ts +1 -1
  267. package/dist-types/ts3.4/waiters/waitForCacheClusterDeleted.d.ts +1 -1
  268. package/dist-types/ts3.4/waiters/waitForReplicationGroupAvailable.d.ts +1 -1
  269. package/dist-types/ts3.4/waiters/waitForReplicationGroupDeleted.d.ts +1 -1
  270. package/dist-types/waiters/waitForCacheClusterAvailable.d.ts +1 -1
  271. package/dist-types/waiters/waitForCacheClusterDeleted.d.ts +1 -1
  272. package/dist-types/waiters/waitForReplicationGroupAvailable.d.ts +1 -1
  273. package/dist-types/waiters/waitForReplicationGroupDeleted.d.ts +1 -1
  274. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ModifyCacheParameterGroupCommandOutput
19
19
  declare const ModifyCacheParameterGroupCommand_base: {
20
20
  new (
21
21
  input: ModifyCacheParameterGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ModifyCacheParameterGroupCommandInput,
24
24
  ModifyCacheParameterGroupCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ModifyCacheParameterGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ModifyCacheParameterGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ModifyCacheParameterGroupCommandInput,
33
33
  ModifyCacheParameterGroupCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ModifyCacheParameterGroupCommand extends ModifyCacheParameterGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ModifyCacheSubnetGroupCommandOutput
19
19
  declare const ModifyCacheSubnetGroupCommand_base: {
20
20
  new (
21
21
  input: ModifyCacheSubnetGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ModifyCacheSubnetGroupCommandInput,
24
24
  ModifyCacheSubnetGroupCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ModifyCacheSubnetGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ModifyCacheSubnetGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ModifyCacheSubnetGroupCommandInput,
33
33
  ModifyCacheSubnetGroupCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ModifyCacheSubnetGroupCommand extends ModifyCacheSubnetGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ModifyGlobalReplicationGroupCommandOutput
19
19
  declare const ModifyGlobalReplicationGroupCommand_base: {
20
20
  new (
21
21
  input: ModifyGlobalReplicationGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ModifyGlobalReplicationGroupCommandInput,
24
24
  ModifyGlobalReplicationGroupCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ModifyGlobalReplicationGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ModifyGlobalReplicationGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ModifyGlobalReplicationGroupCommandInput,
33
33
  ModifyGlobalReplicationGroupCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ModifyGlobalReplicationGroupCommand extends ModifyGlobalReplicationGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ModifyReplicationGroupCommandOutput
19
19
  declare const ModifyReplicationGroupCommand_base: {
20
20
  new (
21
21
  input: ModifyReplicationGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ModifyReplicationGroupCommandInput,
24
24
  ModifyReplicationGroupCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ModifyReplicationGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ModifyReplicationGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ModifyReplicationGroupCommandInput,
33
33
  ModifyReplicationGroupCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ModifyReplicationGroupCommand extends ModifyReplicationGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ModifyReplicationGroupShardConfigurationCommandOutput
19
19
  declare const ModifyReplicationGroupShardConfigurationCommand_base: {
20
20
  new (
21
21
  input: ModifyReplicationGroupShardConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ModifyReplicationGroupShardConfigurationCommandInput,
24
24
  ModifyReplicationGroupShardConfigurationCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ModifyReplicationGroupShardConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ModifyReplicationGroupShardConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ModifyReplicationGroupShardConfigurationCommandInput,
33
33
  ModifyReplicationGroupShardConfigurationCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ModifyReplicationGroupShardConfigurationCommand extends ModifyReplicationGroupShardConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ModifyServerlessCacheCommandOutput
19
19
  declare const ModifyServerlessCacheCommand_base: {
20
20
  new (
21
21
  input: ModifyServerlessCacheCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ModifyServerlessCacheCommandInput,
24
24
  ModifyServerlessCacheCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ModifyServerlessCacheCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ModifyServerlessCacheCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ModifyServerlessCacheCommandInput,
33
33
  ModifyServerlessCacheCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ModifyServerlessCacheCommand extends ModifyServerlessCacheCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface ModifyUserCommandOutput extends User, __MetadataBearer {}
13
13
  declare const ModifyUserCommand_base: {
14
14
  new (
15
15
  input: ModifyUserCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  ModifyUserCommandInput,
18
18
  ModifyUserCommandOutput,
19
19
  ElastiCacheClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const ModifyUserCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: ModifyUserCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  ModifyUserCommandInput,
27
27
  ModifyUserCommandOutput,
28
28
  ElastiCacheClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class ModifyUserCommand extends ModifyUserCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ModifyUserGroupCommandOutput
15
15
  declare const ModifyUserGroupCommand_base: {
16
16
  new (
17
17
  input: ModifyUserGroupCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ModifyUserGroupCommandInput,
20
20
  ModifyUserGroupCommandOutput,
21
21
  ElastiCacheClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ModifyUserGroupCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: ModifyUserGroupCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ModifyUserGroupCommandInput,
29
29
  ModifyUserGroupCommandOutput,
30
30
  ElastiCacheClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ModifyUserGroupCommand extends ModifyUserGroupCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface PurchaseReservedCacheNodesOfferingCommandOutput
19
19
  declare const PurchaseReservedCacheNodesOfferingCommand_base: {
20
20
  new (
21
21
  input: PurchaseReservedCacheNodesOfferingCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  PurchaseReservedCacheNodesOfferingCommandInput,
24
24
  PurchaseReservedCacheNodesOfferingCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const PurchaseReservedCacheNodesOfferingCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: PurchaseReservedCacheNodesOfferingCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PurchaseReservedCacheNodesOfferingCommandInput,
33
33
  PurchaseReservedCacheNodesOfferingCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class PurchaseReservedCacheNodesOfferingCommand extends PurchaseReservedCacheNodesOfferingCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput
19
19
  declare const RebalanceSlotsInGlobalReplicationGroupCommand_base: {
20
20
  new (
21
21
  input: RebalanceSlotsInGlobalReplicationGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RebalanceSlotsInGlobalReplicationGroupCommandInput,
24
24
  RebalanceSlotsInGlobalReplicationGroupCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RebalanceSlotsInGlobalReplicationGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RebalanceSlotsInGlobalReplicationGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RebalanceSlotsInGlobalReplicationGroupCommandInput,
33
33
  RebalanceSlotsInGlobalReplicationGroupCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RebalanceSlotsInGlobalReplicationGroupCommand extends RebalanceSlotsInGlobalReplicationGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface RebootCacheClusterCommandOutput
19
19
  declare const RebootCacheClusterCommand_base: {
20
20
  new (
21
21
  input: RebootCacheClusterCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RebootCacheClusterCommandInput,
24
24
  RebootCacheClusterCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RebootCacheClusterCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RebootCacheClusterCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RebootCacheClusterCommandInput,
33
33
  RebootCacheClusterCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RebootCacheClusterCommand extends RebootCacheClusterCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface RemoveTagsFromResourceCommandOutput
19
19
  declare const RemoveTagsFromResourceCommand_base: {
20
20
  new (
21
21
  input: RemoveTagsFromResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RemoveTagsFromResourceCommandInput,
24
24
  RemoveTagsFromResourceCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RemoveTagsFromResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RemoveTagsFromResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RemoveTagsFromResourceCommandInput,
33
33
  RemoveTagsFromResourceCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ResetCacheParameterGroupCommandOutput
19
19
  declare const ResetCacheParameterGroupCommand_base: {
20
20
  new (
21
21
  input: ResetCacheParameterGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ResetCacheParameterGroupCommandInput,
24
24
  ResetCacheParameterGroupCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ResetCacheParameterGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ResetCacheParameterGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ResetCacheParameterGroupCommandInput,
33
33
  ResetCacheParameterGroupCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ResetCacheParameterGroupCommand extends ResetCacheParameterGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface RevokeCacheSecurityGroupIngressCommandOutput
19
19
  declare const RevokeCacheSecurityGroupIngressCommand_base: {
20
20
  new (
21
21
  input: RevokeCacheSecurityGroupIngressCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RevokeCacheSecurityGroupIngressCommandInput,
24
24
  RevokeCacheSecurityGroupIngressCommandOutput,
25
25
  ElastiCacheClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RevokeCacheSecurityGroupIngressCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RevokeCacheSecurityGroupIngressCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RevokeCacheSecurityGroupIngressCommandInput,
33
33
  RevokeCacheSecurityGroupIngressCommandOutput,
34
34
  ElastiCacheClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RevokeCacheSecurityGroupIngressCommand extends RevokeCacheSecurityGroupIngressCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface StartMigrationCommandOutput
18
18
  declare const StartMigrationCommand_base: {
19
19
  new (
20
20
  input: StartMigrationCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  StartMigrationCommandInput,
23
23
  StartMigrationCommandOutput,
24
24
  ElastiCacheClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const StartMigrationCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: StartMigrationCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  StartMigrationCommandInput,
32
32
  StartMigrationCommandOutput,
33
33
  ElastiCacheClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class StartMigrationCommand extends StartMigrationCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TestFailoverCommandOutput
15
15
  declare const TestFailoverCommand_base: {
16
16
  new (
17
17
  input: TestFailoverCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TestFailoverCommandInput,
20
20
  TestFailoverCommandOutput,
21
21
  ElastiCacheClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TestFailoverCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TestFailoverCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TestFailoverCommandInput,
29
29
  TestFailoverCommandOutput,
30
30
  ElastiCacheClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TestFailoverCommand extends TestFailoverCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ElastiCacheClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface TestMigrationCommandOutput
18
18
  declare const TestMigrationCommand_base: {
19
19
  new (
20
20
  input: TestMigrationCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  TestMigrationCommandInput,
23
23
  TestMigrationCommandOutput,
24
24
  ElastiCacheClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const TestMigrationCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: TestMigrationCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  TestMigrationCommandInput,
32
32
  TestMigrationCommandOutput,
33
33
  ElastiCacheClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class TestMigrationCommand extends TestMigrationCommand_base {
40
42
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface ElastiCacheExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class ElastiCacheServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { ElastiCacheServiceException as __BaseException } from "./ElastiCacheServiceException";
3
3
  export declare class CacheClusterNotFoundFault extends __BaseException {
4
4
  readonly name: "CacheClusterNotFoundFault";
@@ -3,7 +3,7 @@ import { ElastiCacheClientConfig } from "./ElastiCacheClient";
3
3
  export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
17
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
18
  region: string | import("@smithy/types").Provider<any>;
19
19
  requestHandler:
20
- | import("@smithy/protocol-http").HttpHandler<any>
20
+ | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
23
  sha256: import("@smithy/types").HashConstructor;
@@ -3,7 +3,7 @@ import { ElastiCacheClientConfig } from "./ElastiCacheClient";
3
3
  export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: ElastiCacheClientConfig) => {
19
19
  region: string | import("@smithy/types").Provider<string>;
20
20
  requestHandler:
21
21
  | RequestHandler
22
- | import("@smithy/protocol-http").HttpHandler<any>;
22
+ | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
24
  sha256: import("@smithy/types").HashConstructor;
25
25
  streamCollector: import("@smithy/types").StreamCollector;