@aws-sdk/client-elasticache 3.1045.0 → 3.1047.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
package/dist-cjs/index.js CHANGED
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
- var utilWaiter = require('@smithy/util-waiter');
20
18
  var errors = require('./models/errors');
21
19
  var ElastiCacheServiceException = require('./models/ElastiCacheServiceException');
22
20
 
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
74
72
  };
75
73
 
76
74
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
77
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
78
76
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
79
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
80
78
  };
81
79
 
82
- class ElastiCacheClient extends smithyClient.Client {
80
+ class ElastiCacheClient extends client.Client {
83
81
  config;
84
82
  constructor(...[configuration]) {
85
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -87,17 +85,17 @@ class ElastiCacheClient extends smithyClient.Client {
87
85
  this.initConfig = _config_0;
88
86
  const _config_1 = resolveClientEndpointParameters(_config_0);
89
87
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
90
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
91
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
88
+ const _config_3 = retry.resolveRetryConfig(_config_2);
89
+ const _config_4 = config.resolveRegionConfig(_config_3);
92
90
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
93
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
91
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
94
92
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
95
93
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
96
94
  this.config = _config_8;
97
95
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
98
96
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
99
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
100
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
97
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
98
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
101
99
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
102
100
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
103
101
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -114,11 +112,11 @@ class ElastiCacheClient extends smithyClient.Client {
114
112
  }
115
113
  }
116
114
 
117
- class AddTagsToResourceCommand extends smithyClient.Command
115
+ class AddTagsToResourceCommand extends client.Command
118
116
  .classBuilder()
119
117
  .ep(commonParams)
120
118
  .m(function (Command, cs, config, o) {
121
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
122
120
  })
123
121
  .s("AmazonElastiCacheV9", "AddTagsToResource", {})
124
122
  .n("ElastiCacheClient", "AddTagsToResourceCommand")
@@ -126,11 +124,11 @@ class AddTagsToResourceCommand extends smithyClient.Command
126
124
  .build() {
127
125
  }
128
126
 
129
- class AuthorizeCacheSecurityGroupIngressCommand extends smithyClient.Command
127
+ class AuthorizeCacheSecurityGroupIngressCommand extends client.Command
130
128
  .classBuilder()
131
129
  .ep(commonParams)
132
130
  .m(function (Command, cs, config, o) {
133
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
134
132
  })
135
133
  .s("AmazonElastiCacheV9", "AuthorizeCacheSecurityGroupIngress", {})
136
134
  .n("ElastiCacheClient", "AuthorizeCacheSecurityGroupIngressCommand")
@@ -138,11 +136,11 @@ class AuthorizeCacheSecurityGroupIngressCommand extends smithyClient.Command
138
136
  .build() {
139
137
  }
140
138
 
141
- class BatchApplyUpdateActionCommand extends smithyClient.Command
139
+ class BatchApplyUpdateActionCommand extends client.Command
142
140
  .classBuilder()
143
141
  .ep(commonParams)
144
142
  .m(function (Command, cs, config, o) {
145
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
146
144
  })
147
145
  .s("AmazonElastiCacheV9", "BatchApplyUpdateAction", {})
148
146
  .n("ElastiCacheClient", "BatchApplyUpdateActionCommand")
@@ -150,11 +148,11 @@ class BatchApplyUpdateActionCommand extends smithyClient.Command
150
148
  .build() {
151
149
  }
152
150
 
153
- class BatchStopUpdateActionCommand extends smithyClient.Command
151
+ class BatchStopUpdateActionCommand extends client.Command
154
152
  .classBuilder()
155
153
  .ep(commonParams)
156
154
  .m(function (Command, cs, config, o) {
157
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
158
156
  })
159
157
  .s("AmazonElastiCacheV9", "BatchStopUpdateAction", {})
160
158
  .n("ElastiCacheClient", "BatchStopUpdateActionCommand")
@@ -162,11 +160,11 @@ class BatchStopUpdateActionCommand extends smithyClient.Command
162
160
  .build() {
163
161
  }
164
162
 
165
- class CompleteMigrationCommand extends smithyClient.Command
163
+ class CompleteMigrationCommand extends client.Command
166
164
  .classBuilder()
167
165
  .ep(commonParams)
168
166
  .m(function (Command, cs, config, o) {
169
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
170
168
  })
171
169
  .s("AmazonElastiCacheV9", "CompleteMigration", {})
172
170
  .n("ElastiCacheClient", "CompleteMigrationCommand")
@@ -174,11 +172,11 @@ class CompleteMigrationCommand extends smithyClient.Command
174
172
  .build() {
175
173
  }
176
174
 
177
- class CopyServerlessCacheSnapshotCommand extends smithyClient.Command
175
+ class CopyServerlessCacheSnapshotCommand extends client.Command
178
176
  .classBuilder()
179
177
  .ep(commonParams)
180
178
  .m(function (Command, cs, config, o) {
181
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
182
180
  })
183
181
  .s("AmazonElastiCacheV9", "CopyServerlessCacheSnapshot", {})
184
182
  .n("ElastiCacheClient", "CopyServerlessCacheSnapshotCommand")
@@ -186,11 +184,11 @@ class CopyServerlessCacheSnapshotCommand extends smithyClient.Command
186
184
  .build() {
187
185
  }
188
186
 
189
- class CopySnapshotCommand extends smithyClient.Command
187
+ class CopySnapshotCommand extends client.Command
190
188
  .classBuilder()
191
189
  .ep(commonParams)
192
190
  .m(function (Command, cs, config, o) {
193
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
194
192
  })
195
193
  .s("AmazonElastiCacheV9", "CopySnapshot", {})
196
194
  .n("ElastiCacheClient", "CopySnapshotCommand")
@@ -198,11 +196,11 @@ class CopySnapshotCommand extends smithyClient.Command
198
196
  .build() {
199
197
  }
200
198
 
201
- class CreateCacheClusterCommand extends smithyClient.Command
199
+ class CreateCacheClusterCommand extends client.Command
202
200
  .classBuilder()
203
201
  .ep(commonParams)
204
202
  .m(function (Command, cs, config, o) {
205
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
206
204
  })
207
205
  .s("AmazonElastiCacheV9", "CreateCacheCluster", {})
208
206
  .n("ElastiCacheClient", "CreateCacheClusterCommand")
@@ -210,11 +208,11 @@ class CreateCacheClusterCommand extends smithyClient.Command
210
208
  .build() {
211
209
  }
212
210
 
213
- class CreateCacheParameterGroupCommand extends smithyClient.Command
211
+ class CreateCacheParameterGroupCommand extends client.Command
214
212
  .classBuilder()
215
213
  .ep(commonParams)
216
214
  .m(function (Command, cs, config, o) {
217
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
218
216
  })
219
217
  .s("AmazonElastiCacheV9", "CreateCacheParameterGroup", {})
220
218
  .n("ElastiCacheClient", "CreateCacheParameterGroupCommand")
@@ -222,11 +220,11 @@ class CreateCacheParameterGroupCommand extends smithyClient.Command
222
220
  .build() {
223
221
  }
224
222
 
225
- class CreateCacheSecurityGroupCommand extends smithyClient.Command
223
+ class CreateCacheSecurityGroupCommand extends client.Command
226
224
  .classBuilder()
227
225
  .ep(commonParams)
228
226
  .m(function (Command, cs, config, o) {
229
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
230
228
  })
231
229
  .s("AmazonElastiCacheV9", "CreateCacheSecurityGroup", {})
232
230
  .n("ElastiCacheClient", "CreateCacheSecurityGroupCommand")
@@ -234,11 +232,11 @@ class CreateCacheSecurityGroupCommand extends smithyClient.Command
234
232
  .build() {
235
233
  }
236
234
 
237
- class CreateCacheSubnetGroupCommand extends smithyClient.Command
235
+ class CreateCacheSubnetGroupCommand extends client.Command
238
236
  .classBuilder()
239
237
  .ep(commonParams)
240
238
  .m(function (Command, cs, config, o) {
241
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
242
240
  })
243
241
  .s("AmazonElastiCacheV9", "CreateCacheSubnetGroup", {})
244
242
  .n("ElastiCacheClient", "CreateCacheSubnetGroupCommand")
@@ -246,11 +244,11 @@ class CreateCacheSubnetGroupCommand extends smithyClient.Command
246
244
  .build() {
247
245
  }
248
246
 
249
- class CreateGlobalReplicationGroupCommand extends smithyClient.Command
247
+ class CreateGlobalReplicationGroupCommand extends client.Command
250
248
  .classBuilder()
251
249
  .ep(commonParams)
252
250
  .m(function (Command, cs, config, o) {
253
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
254
252
  })
255
253
  .s("AmazonElastiCacheV9", "CreateGlobalReplicationGroup", {})
256
254
  .n("ElastiCacheClient", "CreateGlobalReplicationGroupCommand")
@@ -258,11 +256,11 @@ class CreateGlobalReplicationGroupCommand extends smithyClient.Command
258
256
  .build() {
259
257
  }
260
258
 
261
- class CreateReplicationGroupCommand extends smithyClient.Command
259
+ class CreateReplicationGroupCommand extends client.Command
262
260
  .classBuilder()
263
261
  .ep(commonParams)
264
262
  .m(function (Command, cs, config, o) {
265
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
266
264
  })
267
265
  .s("AmazonElastiCacheV9", "CreateReplicationGroup", {})
268
266
  .n("ElastiCacheClient", "CreateReplicationGroupCommand")
@@ -270,11 +268,11 @@ class CreateReplicationGroupCommand extends smithyClient.Command
270
268
  .build() {
271
269
  }
272
270
 
273
- class CreateServerlessCacheCommand extends smithyClient.Command
271
+ class CreateServerlessCacheCommand extends client.Command
274
272
  .classBuilder()
275
273
  .ep(commonParams)
276
274
  .m(function (Command, cs, config, o) {
277
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
278
276
  })
279
277
  .s("AmazonElastiCacheV9", "CreateServerlessCache", {})
280
278
  .n("ElastiCacheClient", "CreateServerlessCacheCommand")
@@ -282,11 +280,11 @@ class CreateServerlessCacheCommand extends smithyClient.Command
282
280
  .build() {
283
281
  }
284
282
 
285
- class CreateServerlessCacheSnapshotCommand extends smithyClient.Command
283
+ class CreateServerlessCacheSnapshotCommand extends client.Command
286
284
  .classBuilder()
287
285
  .ep(commonParams)
288
286
  .m(function (Command, cs, config, o) {
289
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
290
288
  })
291
289
  .s("AmazonElastiCacheV9", "CreateServerlessCacheSnapshot", {})
292
290
  .n("ElastiCacheClient", "CreateServerlessCacheSnapshotCommand")
@@ -294,11 +292,11 @@ class CreateServerlessCacheSnapshotCommand extends smithyClient.Command
294
292
  .build() {
295
293
  }
296
294
 
297
- class CreateSnapshotCommand extends smithyClient.Command
295
+ class CreateSnapshotCommand extends client.Command
298
296
  .classBuilder()
299
297
  .ep(commonParams)
300
298
  .m(function (Command, cs, config, o) {
301
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
299
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
302
300
  })
303
301
  .s("AmazonElastiCacheV9", "CreateSnapshot", {})
304
302
  .n("ElastiCacheClient", "CreateSnapshotCommand")
@@ -306,11 +304,11 @@ class CreateSnapshotCommand extends smithyClient.Command
306
304
  .build() {
307
305
  }
308
306
 
309
- class CreateUserCommand extends smithyClient.Command
307
+ class CreateUserCommand extends client.Command
310
308
  .classBuilder()
311
309
  .ep(commonParams)
312
310
  .m(function (Command, cs, config, o) {
313
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
311
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
314
312
  })
315
313
  .s("AmazonElastiCacheV9", "CreateUser", {})
316
314
  .n("ElastiCacheClient", "CreateUserCommand")
@@ -318,11 +316,11 @@ class CreateUserCommand extends smithyClient.Command
318
316
  .build() {
319
317
  }
320
318
 
321
- class CreateUserGroupCommand extends smithyClient.Command
319
+ class CreateUserGroupCommand extends client.Command
322
320
  .classBuilder()
323
321
  .ep(commonParams)
324
322
  .m(function (Command, cs, config, o) {
325
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
323
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
326
324
  })
327
325
  .s("AmazonElastiCacheV9", "CreateUserGroup", {})
328
326
  .n("ElastiCacheClient", "CreateUserGroupCommand")
@@ -330,11 +328,11 @@ class CreateUserGroupCommand extends smithyClient.Command
330
328
  .build() {
331
329
  }
332
330
 
333
- class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends smithyClient.Command
331
+ class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends client.Command
334
332
  .classBuilder()
335
333
  .ep(commonParams)
336
334
  .m(function (Command, cs, config, o) {
337
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
335
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
338
336
  })
339
337
  .s("AmazonElastiCacheV9", "DecreaseNodeGroupsInGlobalReplicationGroup", {})
340
338
  .n("ElastiCacheClient", "DecreaseNodeGroupsInGlobalReplicationGroupCommand")
@@ -342,11 +340,11 @@ class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends smithyClient.Com
342
340
  .build() {
343
341
  }
344
342
 
345
- class DecreaseReplicaCountCommand extends smithyClient.Command
343
+ class DecreaseReplicaCountCommand extends client.Command
346
344
  .classBuilder()
347
345
  .ep(commonParams)
348
346
  .m(function (Command, cs, config, o) {
349
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
347
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
350
348
  })
351
349
  .s("AmazonElastiCacheV9", "DecreaseReplicaCount", {})
352
350
  .n("ElastiCacheClient", "DecreaseReplicaCountCommand")
@@ -354,11 +352,11 @@ class DecreaseReplicaCountCommand extends smithyClient.Command
354
352
  .build() {
355
353
  }
356
354
 
357
- class DeleteCacheClusterCommand extends smithyClient.Command
355
+ class DeleteCacheClusterCommand extends client.Command
358
356
  .classBuilder()
359
357
  .ep(commonParams)
360
358
  .m(function (Command, cs, config, o) {
361
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
359
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
362
360
  })
363
361
  .s("AmazonElastiCacheV9", "DeleteCacheCluster", {})
364
362
  .n("ElastiCacheClient", "DeleteCacheClusterCommand")
@@ -366,11 +364,11 @@ class DeleteCacheClusterCommand extends smithyClient.Command
366
364
  .build() {
367
365
  }
368
366
 
369
- class DeleteCacheParameterGroupCommand extends smithyClient.Command
367
+ class DeleteCacheParameterGroupCommand extends client.Command
370
368
  .classBuilder()
371
369
  .ep(commonParams)
372
370
  .m(function (Command, cs, config, o) {
373
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
371
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
374
372
  })
375
373
  .s("AmazonElastiCacheV9", "DeleteCacheParameterGroup", {})
376
374
  .n("ElastiCacheClient", "DeleteCacheParameterGroupCommand")
@@ -378,11 +376,11 @@ class DeleteCacheParameterGroupCommand extends smithyClient.Command
378
376
  .build() {
379
377
  }
380
378
 
381
- class DeleteCacheSecurityGroupCommand extends smithyClient.Command
379
+ class DeleteCacheSecurityGroupCommand extends client.Command
382
380
  .classBuilder()
383
381
  .ep(commonParams)
384
382
  .m(function (Command, cs, config, o) {
385
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
383
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
386
384
  })
387
385
  .s("AmazonElastiCacheV9", "DeleteCacheSecurityGroup", {})
388
386
  .n("ElastiCacheClient", "DeleteCacheSecurityGroupCommand")
@@ -390,11 +388,11 @@ class DeleteCacheSecurityGroupCommand extends smithyClient.Command
390
388
  .build() {
391
389
  }
392
390
 
393
- class DeleteCacheSubnetGroupCommand extends smithyClient.Command
391
+ class DeleteCacheSubnetGroupCommand extends client.Command
394
392
  .classBuilder()
395
393
  .ep(commonParams)
396
394
  .m(function (Command, cs, config, o) {
397
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
395
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
398
396
  })
399
397
  .s("AmazonElastiCacheV9", "DeleteCacheSubnetGroup", {})
400
398
  .n("ElastiCacheClient", "DeleteCacheSubnetGroupCommand")
@@ -402,11 +400,11 @@ class DeleteCacheSubnetGroupCommand extends smithyClient.Command
402
400
  .build() {
403
401
  }
404
402
 
405
- class DeleteGlobalReplicationGroupCommand extends smithyClient.Command
403
+ class DeleteGlobalReplicationGroupCommand extends client.Command
406
404
  .classBuilder()
407
405
  .ep(commonParams)
408
406
  .m(function (Command, cs, config, o) {
409
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
407
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
410
408
  })
411
409
  .s("AmazonElastiCacheV9", "DeleteGlobalReplicationGroup", {})
412
410
  .n("ElastiCacheClient", "DeleteGlobalReplicationGroupCommand")
@@ -414,11 +412,11 @@ class DeleteGlobalReplicationGroupCommand extends smithyClient.Command
414
412
  .build() {
415
413
  }
416
414
 
417
- class DeleteReplicationGroupCommand extends smithyClient.Command
415
+ class DeleteReplicationGroupCommand extends client.Command
418
416
  .classBuilder()
419
417
  .ep(commonParams)
420
418
  .m(function (Command, cs, config, o) {
421
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
419
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
422
420
  })
423
421
  .s("AmazonElastiCacheV9", "DeleteReplicationGroup", {})
424
422
  .n("ElastiCacheClient", "DeleteReplicationGroupCommand")
@@ -426,11 +424,11 @@ class DeleteReplicationGroupCommand extends smithyClient.Command
426
424
  .build() {
427
425
  }
428
426
 
429
- class DeleteServerlessCacheCommand extends smithyClient.Command
427
+ class DeleteServerlessCacheCommand extends client.Command
430
428
  .classBuilder()
431
429
  .ep(commonParams)
432
430
  .m(function (Command, cs, config, o) {
433
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
431
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
434
432
  })
435
433
  .s("AmazonElastiCacheV9", "DeleteServerlessCache", {})
436
434
  .n("ElastiCacheClient", "DeleteServerlessCacheCommand")
@@ -438,11 +436,11 @@ class DeleteServerlessCacheCommand extends smithyClient.Command
438
436
  .build() {
439
437
  }
440
438
 
441
- class DeleteServerlessCacheSnapshotCommand extends smithyClient.Command
439
+ class DeleteServerlessCacheSnapshotCommand extends client.Command
442
440
  .classBuilder()
443
441
  .ep(commonParams)
444
442
  .m(function (Command, cs, config, o) {
445
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
443
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
446
444
  })
447
445
  .s("AmazonElastiCacheV9", "DeleteServerlessCacheSnapshot", {})
448
446
  .n("ElastiCacheClient", "DeleteServerlessCacheSnapshotCommand")
@@ -450,11 +448,11 @@ class DeleteServerlessCacheSnapshotCommand extends smithyClient.Command
450
448
  .build() {
451
449
  }
452
450
 
453
- class DeleteSnapshotCommand extends smithyClient.Command
451
+ class DeleteSnapshotCommand extends client.Command
454
452
  .classBuilder()
455
453
  .ep(commonParams)
456
454
  .m(function (Command, cs, config, o) {
457
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
455
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
458
456
  })
459
457
  .s("AmazonElastiCacheV9", "DeleteSnapshot", {})
460
458
  .n("ElastiCacheClient", "DeleteSnapshotCommand")
@@ -462,11 +460,11 @@ class DeleteSnapshotCommand extends smithyClient.Command
462
460
  .build() {
463
461
  }
464
462
 
465
- class DeleteUserCommand extends smithyClient.Command
463
+ class DeleteUserCommand extends client.Command
466
464
  .classBuilder()
467
465
  .ep(commonParams)
468
466
  .m(function (Command, cs, config, o) {
469
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
467
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
470
468
  })
471
469
  .s("AmazonElastiCacheV9", "DeleteUser", {})
472
470
  .n("ElastiCacheClient", "DeleteUserCommand")
@@ -474,11 +472,11 @@ class DeleteUserCommand extends smithyClient.Command
474
472
  .build() {
475
473
  }
476
474
 
477
- class DeleteUserGroupCommand extends smithyClient.Command
475
+ class DeleteUserGroupCommand extends client.Command
478
476
  .classBuilder()
479
477
  .ep(commonParams)
480
478
  .m(function (Command, cs, config, o) {
481
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
479
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
482
480
  })
483
481
  .s("AmazonElastiCacheV9", "DeleteUserGroup", {})
484
482
  .n("ElastiCacheClient", "DeleteUserGroupCommand")
@@ -486,11 +484,11 @@ class DeleteUserGroupCommand extends smithyClient.Command
486
484
  .build() {
487
485
  }
488
486
 
489
- class DescribeCacheClustersCommand extends smithyClient.Command
487
+ class DescribeCacheClustersCommand extends client.Command
490
488
  .classBuilder()
491
489
  .ep(commonParams)
492
490
  .m(function (Command, cs, config, o) {
493
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
491
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
494
492
  })
495
493
  .s("AmazonElastiCacheV9", "DescribeCacheClusters", {})
496
494
  .n("ElastiCacheClient", "DescribeCacheClustersCommand")
@@ -498,11 +496,11 @@ class DescribeCacheClustersCommand extends smithyClient.Command
498
496
  .build() {
499
497
  }
500
498
 
501
- class DescribeCacheEngineVersionsCommand extends smithyClient.Command
499
+ class DescribeCacheEngineVersionsCommand extends client.Command
502
500
  .classBuilder()
503
501
  .ep(commonParams)
504
502
  .m(function (Command, cs, config, o) {
505
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
503
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
506
504
  })
507
505
  .s("AmazonElastiCacheV9", "DescribeCacheEngineVersions", {})
508
506
  .n("ElastiCacheClient", "DescribeCacheEngineVersionsCommand")
@@ -510,11 +508,11 @@ class DescribeCacheEngineVersionsCommand extends smithyClient.Command
510
508
  .build() {
511
509
  }
512
510
 
513
- class DescribeCacheParameterGroupsCommand extends smithyClient.Command
511
+ class DescribeCacheParameterGroupsCommand extends client.Command
514
512
  .classBuilder()
515
513
  .ep(commonParams)
516
514
  .m(function (Command, cs, config, o) {
517
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
515
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
518
516
  })
519
517
  .s("AmazonElastiCacheV9", "DescribeCacheParameterGroups", {})
520
518
  .n("ElastiCacheClient", "DescribeCacheParameterGroupsCommand")
@@ -522,11 +520,11 @@ class DescribeCacheParameterGroupsCommand extends smithyClient.Command
522
520
  .build() {
523
521
  }
524
522
 
525
- class DescribeCacheParametersCommand extends smithyClient.Command
523
+ class DescribeCacheParametersCommand extends client.Command
526
524
  .classBuilder()
527
525
  .ep(commonParams)
528
526
  .m(function (Command, cs, config, o) {
529
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
527
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
530
528
  })
531
529
  .s("AmazonElastiCacheV9", "DescribeCacheParameters", {})
532
530
  .n("ElastiCacheClient", "DescribeCacheParametersCommand")
@@ -534,11 +532,11 @@ class DescribeCacheParametersCommand extends smithyClient.Command
534
532
  .build() {
535
533
  }
536
534
 
537
- class DescribeCacheSecurityGroupsCommand extends smithyClient.Command
535
+ class DescribeCacheSecurityGroupsCommand extends client.Command
538
536
  .classBuilder()
539
537
  .ep(commonParams)
540
538
  .m(function (Command, cs, config, o) {
541
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
542
540
  })
543
541
  .s("AmazonElastiCacheV9", "DescribeCacheSecurityGroups", {})
544
542
  .n("ElastiCacheClient", "DescribeCacheSecurityGroupsCommand")
@@ -546,11 +544,11 @@ class DescribeCacheSecurityGroupsCommand extends smithyClient.Command
546
544
  .build() {
547
545
  }
548
546
 
549
- class DescribeCacheSubnetGroupsCommand extends smithyClient.Command
547
+ class DescribeCacheSubnetGroupsCommand extends client.Command
550
548
  .classBuilder()
551
549
  .ep(commonParams)
552
550
  .m(function (Command, cs, config, o) {
553
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
554
552
  })
555
553
  .s("AmazonElastiCacheV9", "DescribeCacheSubnetGroups", {})
556
554
  .n("ElastiCacheClient", "DescribeCacheSubnetGroupsCommand")
@@ -558,11 +556,11 @@ class DescribeCacheSubnetGroupsCommand extends smithyClient.Command
558
556
  .build() {
559
557
  }
560
558
 
561
- class DescribeEngineDefaultParametersCommand extends smithyClient.Command
559
+ class DescribeEngineDefaultParametersCommand extends client.Command
562
560
  .classBuilder()
563
561
  .ep(commonParams)
564
562
  .m(function (Command, cs, config, o) {
565
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
563
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
566
564
  })
567
565
  .s("AmazonElastiCacheV9", "DescribeEngineDefaultParameters", {})
568
566
  .n("ElastiCacheClient", "DescribeEngineDefaultParametersCommand")
@@ -570,11 +568,11 @@ class DescribeEngineDefaultParametersCommand extends smithyClient.Command
570
568
  .build() {
571
569
  }
572
570
 
573
- class DescribeEventsCommand extends smithyClient.Command
571
+ class DescribeEventsCommand extends client.Command
574
572
  .classBuilder()
575
573
  .ep(commonParams)
576
574
  .m(function (Command, cs, config, o) {
577
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
575
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
578
576
  })
579
577
  .s("AmazonElastiCacheV9", "DescribeEvents", {})
580
578
  .n("ElastiCacheClient", "DescribeEventsCommand")
@@ -582,11 +580,11 @@ class DescribeEventsCommand extends smithyClient.Command
582
580
  .build() {
583
581
  }
584
582
 
585
- class DescribeGlobalReplicationGroupsCommand extends smithyClient.Command
583
+ class DescribeGlobalReplicationGroupsCommand extends client.Command
586
584
  .classBuilder()
587
585
  .ep(commonParams)
588
586
  .m(function (Command, cs, config, o) {
589
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
587
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
590
588
  })
591
589
  .s("AmazonElastiCacheV9", "DescribeGlobalReplicationGroups", {})
592
590
  .n("ElastiCacheClient", "DescribeGlobalReplicationGroupsCommand")
@@ -594,11 +592,11 @@ class DescribeGlobalReplicationGroupsCommand extends smithyClient.Command
594
592
  .build() {
595
593
  }
596
594
 
597
- class DescribeReplicationGroupsCommand extends smithyClient.Command
595
+ class DescribeReplicationGroupsCommand extends client.Command
598
596
  .classBuilder()
599
597
  .ep(commonParams)
600
598
  .m(function (Command, cs, config, o) {
601
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
599
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
602
600
  })
603
601
  .s("AmazonElastiCacheV9", "DescribeReplicationGroups", {})
604
602
  .n("ElastiCacheClient", "DescribeReplicationGroupsCommand")
@@ -606,11 +604,11 @@ class DescribeReplicationGroupsCommand extends smithyClient.Command
606
604
  .build() {
607
605
  }
608
606
 
609
- class DescribeReservedCacheNodesCommand extends smithyClient.Command
607
+ class DescribeReservedCacheNodesCommand extends client.Command
610
608
  .classBuilder()
611
609
  .ep(commonParams)
612
610
  .m(function (Command, cs, config, o) {
613
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
611
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
614
612
  })
615
613
  .s("AmazonElastiCacheV9", "DescribeReservedCacheNodes", {})
616
614
  .n("ElastiCacheClient", "DescribeReservedCacheNodesCommand")
@@ -618,11 +616,11 @@ class DescribeReservedCacheNodesCommand extends smithyClient.Command
618
616
  .build() {
619
617
  }
620
618
 
621
- class DescribeReservedCacheNodesOfferingsCommand extends smithyClient.Command
619
+ class DescribeReservedCacheNodesOfferingsCommand extends client.Command
622
620
  .classBuilder()
623
621
  .ep(commonParams)
624
622
  .m(function (Command, cs, config, o) {
625
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
623
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
626
624
  })
627
625
  .s("AmazonElastiCacheV9", "DescribeReservedCacheNodesOfferings", {})
628
626
  .n("ElastiCacheClient", "DescribeReservedCacheNodesOfferingsCommand")
@@ -630,11 +628,11 @@ class DescribeReservedCacheNodesOfferingsCommand extends smithyClient.Command
630
628
  .build() {
631
629
  }
632
630
 
633
- class DescribeServerlessCachesCommand extends smithyClient.Command
631
+ class DescribeServerlessCachesCommand extends client.Command
634
632
  .classBuilder()
635
633
  .ep(commonParams)
636
634
  .m(function (Command, cs, config, o) {
637
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
635
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
638
636
  })
639
637
  .s("AmazonElastiCacheV9", "DescribeServerlessCaches", {})
640
638
  .n("ElastiCacheClient", "DescribeServerlessCachesCommand")
@@ -642,11 +640,11 @@ class DescribeServerlessCachesCommand extends smithyClient.Command
642
640
  .build() {
643
641
  }
644
642
 
645
- class DescribeServerlessCacheSnapshotsCommand extends smithyClient.Command
643
+ class DescribeServerlessCacheSnapshotsCommand extends client.Command
646
644
  .classBuilder()
647
645
  .ep(commonParams)
648
646
  .m(function (Command, cs, config, o) {
649
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
647
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
650
648
  })
651
649
  .s("AmazonElastiCacheV9", "DescribeServerlessCacheSnapshots", {})
652
650
  .n("ElastiCacheClient", "DescribeServerlessCacheSnapshotsCommand")
@@ -654,11 +652,11 @@ class DescribeServerlessCacheSnapshotsCommand extends smithyClient.Command
654
652
  .build() {
655
653
  }
656
654
 
657
- class DescribeServiceUpdatesCommand extends smithyClient.Command
655
+ class DescribeServiceUpdatesCommand extends client.Command
658
656
  .classBuilder()
659
657
  .ep(commonParams)
660
658
  .m(function (Command, cs, config, o) {
661
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
659
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
662
660
  })
663
661
  .s("AmazonElastiCacheV9", "DescribeServiceUpdates", {})
664
662
  .n("ElastiCacheClient", "DescribeServiceUpdatesCommand")
@@ -666,11 +664,11 @@ class DescribeServiceUpdatesCommand extends smithyClient.Command
666
664
  .build() {
667
665
  }
668
666
 
669
- class DescribeSnapshotsCommand extends smithyClient.Command
667
+ class DescribeSnapshotsCommand extends client.Command
670
668
  .classBuilder()
671
669
  .ep(commonParams)
672
670
  .m(function (Command, cs, config, o) {
673
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
671
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
674
672
  })
675
673
  .s("AmazonElastiCacheV9", "DescribeSnapshots", {})
676
674
  .n("ElastiCacheClient", "DescribeSnapshotsCommand")
@@ -678,11 +676,11 @@ class DescribeSnapshotsCommand extends smithyClient.Command
678
676
  .build() {
679
677
  }
680
678
 
681
- class DescribeUpdateActionsCommand extends smithyClient.Command
679
+ class DescribeUpdateActionsCommand extends client.Command
682
680
  .classBuilder()
683
681
  .ep(commonParams)
684
682
  .m(function (Command, cs, config, o) {
685
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
683
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
686
684
  })
687
685
  .s("AmazonElastiCacheV9", "DescribeUpdateActions", {})
688
686
  .n("ElastiCacheClient", "DescribeUpdateActionsCommand")
@@ -690,11 +688,11 @@ class DescribeUpdateActionsCommand extends smithyClient.Command
690
688
  .build() {
691
689
  }
692
690
 
693
- class DescribeUserGroupsCommand extends smithyClient.Command
691
+ class DescribeUserGroupsCommand extends client.Command
694
692
  .classBuilder()
695
693
  .ep(commonParams)
696
694
  .m(function (Command, cs, config, o) {
697
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
695
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
698
696
  })
699
697
  .s("AmazonElastiCacheV9", "DescribeUserGroups", {})
700
698
  .n("ElastiCacheClient", "DescribeUserGroupsCommand")
@@ -702,11 +700,11 @@ class DescribeUserGroupsCommand extends smithyClient.Command
702
700
  .build() {
703
701
  }
704
702
 
705
- class DescribeUsersCommand extends smithyClient.Command
703
+ class DescribeUsersCommand extends client.Command
706
704
  .classBuilder()
707
705
  .ep(commonParams)
708
706
  .m(function (Command, cs, config, o) {
709
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
707
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
710
708
  })
711
709
  .s("AmazonElastiCacheV9", "DescribeUsers", {})
712
710
  .n("ElastiCacheClient", "DescribeUsersCommand")
@@ -714,11 +712,11 @@ class DescribeUsersCommand extends smithyClient.Command
714
712
  .build() {
715
713
  }
716
714
 
717
- class DisassociateGlobalReplicationGroupCommand extends smithyClient.Command
715
+ class DisassociateGlobalReplicationGroupCommand extends client.Command
718
716
  .classBuilder()
719
717
  .ep(commonParams)
720
718
  .m(function (Command, cs, config, o) {
721
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
719
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
722
720
  })
723
721
  .s("AmazonElastiCacheV9", "DisassociateGlobalReplicationGroup", {})
724
722
  .n("ElastiCacheClient", "DisassociateGlobalReplicationGroupCommand")
@@ -726,11 +724,11 @@ class DisassociateGlobalReplicationGroupCommand extends smithyClient.Command
726
724
  .build() {
727
725
  }
728
726
 
729
- class ExportServerlessCacheSnapshotCommand extends smithyClient.Command
727
+ class ExportServerlessCacheSnapshotCommand extends client.Command
730
728
  .classBuilder()
731
729
  .ep(commonParams)
732
730
  .m(function (Command, cs, config, o) {
733
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
731
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
734
732
  })
735
733
  .s("AmazonElastiCacheV9", "ExportServerlessCacheSnapshot", {})
736
734
  .n("ElastiCacheClient", "ExportServerlessCacheSnapshotCommand")
@@ -738,11 +736,11 @@ class ExportServerlessCacheSnapshotCommand extends smithyClient.Command
738
736
  .build() {
739
737
  }
740
738
 
741
- class FailoverGlobalReplicationGroupCommand extends smithyClient.Command
739
+ class FailoverGlobalReplicationGroupCommand extends client.Command
742
740
  .classBuilder()
743
741
  .ep(commonParams)
744
742
  .m(function (Command, cs, config, o) {
745
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
743
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
746
744
  })
747
745
  .s("AmazonElastiCacheV9", "FailoverGlobalReplicationGroup", {})
748
746
  .n("ElastiCacheClient", "FailoverGlobalReplicationGroupCommand")
@@ -750,11 +748,11 @@ class FailoverGlobalReplicationGroupCommand extends smithyClient.Command
750
748
  .build() {
751
749
  }
752
750
 
753
- class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends smithyClient.Command
751
+ class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends client.Command
754
752
  .classBuilder()
755
753
  .ep(commonParams)
756
754
  .m(function (Command, cs, config, o) {
757
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
755
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
758
756
  })
759
757
  .s("AmazonElastiCacheV9", "IncreaseNodeGroupsInGlobalReplicationGroup", {})
760
758
  .n("ElastiCacheClient", "IncreaseNodeGroupsInGlobalReplicationGroupCommand")
@@ -762,11 +760,11 @@ class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends smithyClient.Com
762
760
  .build() {
763
761
  }
764
762
 
765
- class IncreaseReplicaCountCommand extends smithyClient.Command
763
+ class IncreaseReplicaCountCommand extends client.Command
766
764
  .classBuilder()
767
765
  .ep(commonParams)
768
766
  .m(function (Command, cs, config, o) {
769
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
767
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
770
768
  })
771
769
  .s("AmazonElastiCacheV9", "IncreaseReplicaCount", {})
772
770
  .n("ElastiCacheClient", "IncreaseReplicaCountCommand")
@@ -774,11 +772,11 @@ class IncreaseReplicaCountCommand extends smithyClient.Command
774
772
  .build() {
775
773
  }
776
774
 
777
- class ListAllowedNodeTypeModificationsCommand extends smithyClient.Command
775
+ class ListAllowedNodeTypeModificationsCommand extends client.Command
778
776
  .classBuilder()
779
777
  .ep(commonParams)
780
778
  .m(function (Command, cs, config, o) {
781
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
779
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
782
780
  })
783
781
  .s("AmazonElastiCacheV9", "ListAllowedNodeTypeModifications", {})
784
782
  .n("ElastiCacheClient", "ListAllowedNodeTypeModificationsCommand")
@@ -786,11 +784,11 @@ class ListAllowedNodeTypeModificationsCommand extends smithyClient.Command
786
784
  .build() {
787
785
  }
788
786
 
789
- class ListTagsForResourceCommand extends smithyClient.Command
787
+ class ListTagsForResourceCommand extends client.Command
790
788
  .classBuilder()
791
789
  .ep(commonParams)
792
790
  .m(function (Command, cs, config, o) {
793
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
791
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
794
792
  })
795
793
  .s("AmazonElastiCacheV9", "ListTagsForResource", {})
796
794
  .n("ElastiCacheClient", "ListTagsForResourceCommand")
@@ -798,11 +796,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
798
796
  .build() {
799
797
  }
800
798
 
801
- class ModifyCacheClusterCommand extends smithyClient.Command
799
+ class ModifyCacheClusterCommand extends client.Command
802
800
  .classBuilder()
803
801
  .ep(commonParams)
804
802
  .m(function (Command, cs, config, o) {
805
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
803
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
806
804
  })
807
805
  .s("AmazonElastiCacheV9", "ModifyCacheCluster", {})
808
806
  .n("ElastiCacheClient", "ModifyCacheClusterCommand")
@@ -810,11 +808,11 @@ class ModifyCacheClusterCommand extends smithyClient.Command
810
808
  .build() {
811
809
  }
812
810
 
813
- class ModifyCacheParameterGroupCommand extends smithyClient.Command
811
+ class ModifyCacheParameterGroupCommand extends client.Command
814
812
  .classBuilder()
815
813
  .ep(commonParams)
816
814
  .m(function (Command, cs, config, o) {
817
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
818
816
  })
819
817
  .s("AmazonElastiCacheV9", "ModifyCacheParameterGroup", {})
820
818
  .n("ElastiCacheClient", "ModifyCacheParameterGroupCommand")
@@ -822,11 +820,11 @@ class ModifyCacheParameterGroupCommand extends smithyClient.Command
822
820
  .build() {
823
821
  }
824
822
 
825
- class ModifyCacheSubnetGroupCommand extends smithyClient.Command
823
+ class ModifyCacheSubnetGroupCommand extends client.Command
826
824
  .classBuilder()
827
825
  .ep(commonParams)
828
826
  .m(function (Command, cs, config, o) {
829
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
827
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
830
828
  })
831
829
  .s("AmazonElastiCacheV9", "ModifyCacheSubnetGroup", {})
832
830
  .n("ElastiCacheClient", "ModifyCacheSubnetGroupCommand")
@@ -834,11 +832,11 @@ class ModifyCacheSubnetGroupCommand extends smithyClient.Command
834
832
  .build() {
835
833
  }
836
834
 
837
- class ModifyGlobalReplicationGroupCommand extends smithyClient.Command
835
+ class ModifyGlobalReplicationGroupCommand extends client.Command
838
836
  .classBuilder()
839
837
  .ep(commonParams)
840
838
  .m(function (Command, cs, config, o) {
841
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
839
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
842
840
  })
843
841
  .s("AmazonElastiCacheV9", "ModifyGlobalReplicationGroup", {})
844
842
  .n("ElastiCacheClient", "ModifyGlobalReplicationGroupCommand")
@@ -846,11 +844,11 @@ class ModifyGlobalReplicationGroupCommand extends smithyClient.Command
846
844
  .build() {
847
845
  }
848
846
 
849
- class ModifyReplicationGroupCommand extends smithyClient.Command
847
+ class ModifyReplicationGroupCommand extends client.Command
850
848
  .classBuilder()
851
849
  .ep(commonParams)
852
850
  .m(function (Command, cs, config, o) {
853
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
851
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
854
852
  })
855
853
  .s("AmazonElastiCacheV9", "ModifyReplicationGroup", {})
856
854
  .n("ElastiCacheClient", "ModifyReplicationGroupCommand")
@@ -858,11 +856,11 @@ class ModifyReplicationGroupCommand extends smithyClient.Command
858
856
  .build() {
859
857
  }
860
858
 
861
- class ModifyReplicationGroupShardConfigurationCommand extends smithyClient.Command
859
+ class ModifyReplicationGroupShardConfigurationCommand extends client.Command
862
860
  .classBuilder()
863
861
  .ep(commonParams)
864
862
  .m(function (Command, cs, config, o) {
865
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
863
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
866
864
  })
867
865
  .s("AmazonElastiCacheV9", "ModifyReplicationGroupShardConfiguration", {})
868
866
  .n("ElastiCacheClient", "ModifyReplicationGroupShardConfigurationCommand")
@@ -870,11 +868,11 @@ class ModifyReplicationGroupShardConfigurationCommand extends smithyClient.Comma
870
868
  .build() {
871
869
  }
872
870
 
873
- class ModifyServerlessCacheCommand extends smithyClient.Command
871
+ class ModifyServerlessCacheCommand extends client.Command
874
872
  .classBuilder()
875
873
  .ep(commonParams)
876
874
  .m(function (Command, cs, config, o) {
877
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
875
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
878
876
  })
879
877
  .s("AmazonElastiCacheV9", "ModifyServerlessCache", {})
880
878
  .n("ElastiCacheClient", "ModifyServerlessCacheCommand")
@@ -882,11 +880,11 @@ class ModifyServerlessCacheCommand extends smithyClient.Command
882
880
  .build() {
883
881
  }
884
882
 
885
- class ModifyUserCommand extends smithyClient.Command
883
+ class ModifyUserCommand extends client.Command
886
884
  .classBuilder()
887
885
  .ep(commonParams)
888
886
  .m(function (Command, cs, config, o) {
889
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
887
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
890
888
  })
891
889
  .s("AmazonElastiCacheV9", "ModifyUser", {})
892
890
  .n("ElastiCacheClient", "ModifyUserCommand")
@@ -894,11 +892,11 @@ class ModifyUserCommand extends smithyClient.Command
894
892
  .build() {
895
893
  }
896
894
 
897
- class ModifyUserGroupCommand extends smithyClient.Command
895
+ class ModifyUserGroupCommand extends client.Command
898
896
  .classBuilder()
899
897
  .ep(commonParams)
900
898
  .m(function (Command, cs, config, o) {
901
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
899
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
902
900
  })
903
901
  .s("AmazonElastiCacheV9", "ModifyUserGroup", {})
904
902
  .n("ElastiCacheClient", "ModifyUserGroupCommand")
@@ -906,11 +904,11 @@ class ModifyUserGroupCommand extends smithyClient.Command
906
904
  .build() {
907
905
  }
908
906
 
909
- class PurchaseReservedCacheNodesOfferingCommand extends smithyClient.Command
907
+ class PurchaseReservedCacheNodesOfferingCommand extends client.Command
910
908
  .classBuilder()
911
909
  .ep(commonParams)
912
910
  .m(function (Command, cs, config, o) {
913
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
911
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
914
912
  })
915
913
  .s("AmazonElastiCacheV9", "PurchaseReservedCacheNodesOffering", {})
916
914
  .n("ElastiCacheClient", "PurchaseReservedCacheNodesOfferingCommand")
@@ -918,11 +916,11 @@ class PurchaseReservedCacheNodesOfferingCommand extends smithyClient.Command
918
916
  .build() {
919
917
  }
920
918
 
921
- class RebalanceSlotsInGlobalReplicationGroupCommand extends smithyClient.Command
919
+ class RebalanceSlotsInGlobalReplicationGroupCommand extends client.Command
922
920
  .classBuilder()
923
921
  .ep(commonParams)
924
922
  .m(function (Command, cs, config, o) {
925
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
923
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
926
924
  })
927
925
  .s("AmazonElastiCacheV9", "RebalanceSlotsInGlobalReplicationGroup", {})
928
926
  .n("ElastiCacheClient", "RebalanceSlotsInGlobalReplicationGroupCommand")
@@ -930,11 +928,11 @@ class RebalanceSlotsInGlobalReplicationGroupCommand extends smithyClient.Command
930
928
  .build() {
931
929
  }
932
930
 
933
- class RebootCacheClusterCommand extends smithyClient.Command
931
+ class RebootCacheClusterCommand extends client.Command
934
932
  .classBuilder()
935
933
  .ep(commonParams)
936
934
  .m(function (Command, cs, config, o) {
937
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
938
936
  })
939
937
  .s("AmazonElastiCacheV9", "RebootCacheCluster", {})
940
938
  .n("ElastiCacheClient", "RebootCacheClusterCommand")
@@ -942,11 +940,11 @@ class RebootCacheClusterCommand extends smithyClient.Command
942
940
  .build() {
943
941
  }
944
942
 
945
- class RemoveTagsFromResourceCommand extends smithyClient.Command
943
+ class RemoveTagsFromResourceCommand extends client.Command
946
944
  .classBuilder()
947
945
  .ep(commonParams)
948
946
  .m(function (Command, cs, config, o) {
949
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
947
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
950
948
  })
951
949
  .s("AmazonElastiCacheV9", "RemoveTagsFromResource", {})
952
950
  .n("ElastiCacheClient", "RemoveTagsFromResourceCommand")
@@ -954,11 +952,11 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
954
952
  .build() {
955
953
  }
956
954
 
957
- class ResetCacheParameterGroupCommand extends smithyClient.Command
955
+ class ResetCacheParameterGroupCommand extends client.Command
958
956
  .classBuilder()
959
957
  .ep(commonParams)
960
958
  .m(function (Command, cs, config, o) {
961
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
959
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
962
960
  })
963
961
  .s("AmazonElastiCacheV9", "ResetCacheParameterGroup", {})
964
962
  .n("ElastiCacheClient", "ResetCacheParameterGroupCommand")
@@ -966,11 +964,11 @@ class ResetCacheParameterGroupCommand extends smithyClient.Command
966
964
  .build() {
967
965
  }
968
966
 
969
- class RevokeCacheSecurityGroupIngressCommand extends smithyClient.Command
967
+ class RevokeCacheSecurityGroupIngressCommand extends client.Command
970
968
  .classBuilder()
971
969
  .ep(commonParams)
972
970
  .m(function (Command, cs, config, o) {
973
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
971
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
974
972
  })
975
973
  .s("AmazonElastiCacheV9", "RevokeCacheSecurityGroupIngress", {})
976
974
  .n("ElastiCacheClient", "RevokeCacheSecurityGroupIngressCommand")
@@ -978,11 +976,11 @@ class RevokeCacheSecurityGroupIngressCommand extends smithyClient.Command
978
976
  .build() {
979
977
  }
980
978
 
981
- class StartMigrationCommand extends smithyClient.Command
979
+ class StartMigrationCommand extends client.Command
982
980
  .classBuilder()
983
981
  .ep(commonParams)
984
982
  .m(function (Command, cs, config, o) {
985
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
983
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
986
984
  })
987
985
  .s("AmazonElastiCacheV9", "StartMigration", {})
988
986
  .n("ElastiCacheClient", "StartMigrationCommand")
@@ -990,11 +988,11 @@ class StartMigrationCommand extends smithyClient.Command
990
988
  .build() {
991
989
  }
992
990
 
993
- class TestFailoverCommand extends smithyClient.Command
991
+ class TestFailoverCommand extends client.Command
994
992
  .classBuilder()
995
993
  .ep(commonParams)
996
994
  .m(function (Command, cs, config, o) {
997
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
998
996
  })
999
997
  .s("AmazonElastiCacheV9", "TestFailover", {})
1000
998
  .n("ElastiCacheClient", "TestFailoverCommand")
@@ -1002,11 +1000,11 @@ class TestFailoverCommand extends smithyClient.Command
1002
1000
  .build() {
1003
1001
  }
1004
1002
 
1005
- class TestMigrationCommand extends smithyClient.Command
1003
+ class TestMigrationCommand extends client.Command
1006
1004
  .classBuilder()
1007
1005
  .ep(commonParams)
1008
1006
  .m(function (Command, cs, config, o) {
1009
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1010
1008
  })
1011
1009
  .s("AmazonElastiCacheV9", "TestMigration", {})
1012
1010
  .n("ElastiCacheClient", "TestMigrationCommand")
@@ -1052,10 +1050,10 @@ const paginateDescribeUserGroups = core.createPaginator(ElastiCacheClient, Descr
1052
1050
 
1053
1051
  const paginateDescribeUsers = core.createPaginator(ElastiCacheClient, DescribeUsersCommand, "Marker", "Marker", "MaxRecords");
1054
1052
 
1055
- const checkState$3 = async (client, input) => {
1053
+ const checkState$3 = async (client$1, input) => {
1056
1054
  let reason;
1057
1055
  try {
1058
- let result = await client.send(new DescribeCacheClustersCommand(input));
1056
+ let result = await client$1.send(new DescribeCacheClustersCommand(input));
1059
1057
  reason = result;
1060
1058
  try {
1061
1059
  const returnComparator = () => {
@@ -1070,7 +1068,7 @@ const checkState$3 = async (client, input) => {
1070
1068
  allStringEq_5 = allStringEq_5 && (element_4 == "available");
1071
1069
  }
1072
1070
  if (allStringEq_5) {
1073
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1071
+ return { state: client.WaiterState.SUCCESS, reason };
1074
1072
  }
1075
1073
  }
1076
1074
  catch (e) { }
@@ -1084,7 +1082,7 @@ const checkState$3 = async (client, input) => {
1084
1082
  };
1085
1083
  for (let anyStringEq_4 of returnComparator()) {
1086
1084
  if (anyStringEq_4 == "deleted") {
1087
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1085
+ return { state: client.WaiterState.FAILURE, reason };
1088
1086
  }
1089
1087
  }
1090
1088
  }
@@ -1099,7 +1097,7 @@ const checkState$3 = async (client, input) => {
1099
1097
  };
1100
1098
  for (let anyStringEq_4 of returnComparator()) {
1101
1099
  if (anyStringEq_4 == "deleting") {
1102
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1100
+ return { state: client.WaiterState.FAILURE, reason };
1103
1101
  }
1104
1102
  }
1105
1103
  }
@@ -1114,7 +1112,7 @@ const checkState$3 = async (client, input) => {
1114
1112
  };
1115
1113
  for (let anyStringEq_4 of returnComparator()) {
1116
1114
  if (anyStringEq_4 == "incompatible-network") {
1117
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1115
+ return { state: client.WaiterState.FAILURE, reason };
1118
1116
  }
1119
1117
  }
1120
1118
  }
@@ -1129,7 +1127,7 @@ const checkState$3 = async (client, input) => {
1129
1127
  };
1130
1128
  for (let anyStringEq_4 of returnComparator()) {
1131
1129
  if (anyStringEq_4 == "restore-failed") {
1132
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1130
+ return { state: client.WaiterState.FAILURE, reason };
1133
1131
  }
1134
1132
  }
1135
1133
  }
@@ -1138,22 +1136,22 @@ const checkState$3 = async (client, input) => {
1138
1136
  catch (exception) {
1139
1137
  reason = exception;
1140
1138
  }
1141
- return { state: utilWaiter.WaiterState.RETRY, reason };
1139
+ return { state: client.WaiterState.RETRY, reason };
1142
1140
  };
1143
1141
  const waitForCacheClusterAvailable = async (params, input) => {
1144
1142
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
1145
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1143
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1146
1144
  };
1147
1145
  const waitUntilCacheClusterAvailable = async (params, input) => {
1148
1146
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
1149
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1150
- return utilWaiter.checkExceptions(result);
1147
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1148
+ return client.checkExceptions(result);
1151
1149
  };
1152
1150
 
1153
- const checkState$2 = async (client, input) => {
1151
+ const checkState$2 = async (client$1, input) => {
1154
1152
  let reason;
1155
1153
  try {
1156
- let result = await client.send(new DescribeCacheClustersCommand(input));
1154
+ let result = await client$1.send(new DescribeCacheClustersCommand(input));
1157
1155
  reason = result;
1158
1156
  try {
1159
1157
  const returnComparator = () => {
@@ -1168,7 +1166,7 @@ const checkState$2 = async (client, input) => {
1168
1166
  allStringEq_5 = allStringEq_5 && (element_4 == "deleted");
1169
1167
  }
1170
1168
  if (allStringEq_5) {
1171
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1169
+ return { state: client.WaiterState.SUCCESS, reason };
1172
1170
  }
1173
1171
  }
1174
1172
  catch (e) { }
@@ -1182,7 +1180,7 @@ const checkState$2 = async (client, input) => {
1182
1180
  };
1183
1181
  for (let anyStringEq_4 of returnComparator()) {
1184
1182
  if (anyStringEq_4 == "available") {
1185
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1183
+ return { state: client.WaiterState.FAILURE, reason };
1186
1184
  }
1187
1185
  }
1188
1186
  }
@@ -1197,7 +1195,7 @@ const checkState$2 = async (client, input) => {
1197
1195
  };
1198
1196
  for (let anyStringEq_4 of returnComparator()) {
1199
1197
  if (anyStringEq_4 == "creating") {
1200
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1198
+ return { state: client.WaiterState.FAILURE, reason };
1201
1199
  }
1202
1200
  }
1203
1201
  }
@@ -1212,7 +1210,7 @@ const checkState$2 = async (client, input) => {
1212
1210
  };
1213
1211
  for (let anyStringEq_4 of returnComparator()) {
1214
1212
  if (anyStringEq_4 == "incompatible-network") {
1215
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1213
+ return { state: client.WaiterState.FAILURE, reason };
1216
1214
  }
1217
1215
  }
1218
1216
  }
@@ -1227,7 +1225,7 @@ const checkState$2 = async (client, input) => {
1227
1225
  };
1228
1226
  for (let anyStringEq_4 of returnComparator()) {
1229
1227
  if (anyStringEq_4 == "modifying") {
1230
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1228
+ return { state: client.WaiterState.FAILURE, reason };
1231
1229
  }
1232
1230
  }
1233
1231
  }
@@ -1242,7 +1240,7 @@ const checkState$2 = async (client, input) => {
1242
1240
  };
1243
1241
  for (let anyStringEq_4 of returnComparator()) {
1244
1242
  if (anyStringEq_4 == "restore-failed") {
1245
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1243
+ return { state: client.WaiterState.FAILURE, reason };
1246
1244
  }
1247
1245
  }
1248
1246
  }
@@ -1257,7 +1255,7 @@ const checkState$2 = async (client, input) => {
1257
1255
  };
1258
1256
  for (let anyStringEq_4 of returnComparator()) {
1259
1257
  if (anyStringEq_4 == "snapshotting") {
1260
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1258
+ return { state: client.WaiterState.FAILURE, reason };
1261
1259
  }
1262
1260
  }
1263
1261
  }
@@ -1266,25 +1264,25 @@ const checkState$2 = async (client, input) => {
1266
1264
  catch (exception) {
1267
1265
  reason = exception;
1268
1266
  if (exception.name === "CacheClusterNotFoundFault") {
1269
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1267
+ return { state: client.WaiterState.SUCCESS, reason };
1270
1268
  }
1271
1269
  }
1272
- return { state: utilWaiter.WaiterState.RETRY, reason };
1270
+ return { state: client.WaiterState.RETRY, reason };
1273
1271
  };
1274
1272
  const waitForCacheClusterDeleted = async (params, input) => {
1275
1273
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
1276
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1274
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1277
1275
  };
1278
1276
  const waitUntilCacheClusterDeleted = async (params, input) => {
1279
1277
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
1280
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1281
- return utilWaiter.checkExceptions(result);
1278
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1279
+ return client.checkExceptions(result);
1282
1280
  };
1283
1281
 
1284
- const checkState$1 = async (client, input) => {
1282
+ const checkState$1 = async (client$1, input) => {
1285
1283
  let reason;
1286
1284
  try {
1287
- let result = await client.send(new DescribeReplicationGroupsCommand(input));
1285
+ let result = await client$1.send(new DescribeReplicationGroupsCommand(input));
1288
1286
  reason = result;
1289
1287
  try {
1290
1288
  const returnComparator = () => {
@@ -1299,7 +1297,7 @@ const checkState$1 = async (client, input) => {
1299
1297
  allStringEq_5 = allStringEq_5 && (element_4 == "available");
1300
1298
  }
1301
1299
  if (allStringEq_5) {
1302
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1300
+ return { state: client.WaiterState.SUCCESS, reason };
1303
1301
  }
1304
1302
  }
1305
1303
  catch (e) { }
@@ -1313,7 +1311,7 @@ const checkState$1 = async (client, input) => {
1313
1311
  };
1314
1312
  for (let anyStringEq_4 of returnComparator()) {
1315
1313
  if (anyStringEq_4 == "deleted") {
1316
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1314
+ return { state: client.WaiterState.FAILURE, reason };
1317
1315
  }
1318
1316
  }
1319
1317
  }
@@ -1322,22 +1320,22 @@ const checkState$1 = async (client, input) => {
1322
1320
  catch (exception) {
1323
1321
  reason = exception;
1324
1322
  }
1325
- return { state: utilWaiter.WaiterState.RETRY, reason };
1323
+ return { state: client.WaiterState.RETRY, reason };
1326
1324
  };
1327
1325
  const waitForReplicationGroupAvailable = async (params, input) => {
1328
1326
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
1329
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1327
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1330
1328
  };
1331
1329
  const waitUntilReplicationGroupAvailable = async (params, input) => {
1332
1330
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
1333
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1334
- return utilWaiter.checkExceptions(result);
1331
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1332
+ return client.checkExceptions(result);
1335
1333
  };
1336
1334
 
1337
- const checkState = async (client, input) => {
1335
+ const checkState = async (client$1, input) => {
1338
1336
  let reason;
1339
1337
  try {
1340
- let result = await client.send(new DescribeReplicationGroupsCommand(input));
1338
+ let result = await client$1.send(new DescribeReplicationGroupsCommand(input));
1341
1339
  reason = result;
1342
1340
  try {
1343
1341
  const returnComparator = () => {
@@ -1352,7 +1350,7 @@ const checkState = async (client, input) => {
1352
1350
  allStringEq_5 = allStringEq_5 && (element_4 == "deleted");
1353
1351
  }
1354
1352
  if (allStringEq_5) {
1355
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1353
+ return { state: client.WaiterState.SUCCESS, reason };
1356
1354
  }
1357
1355
  }
1358
1356
  catch (e) { }
@@ -1366,7 +1364,7 @@ const checkState = async (client, input) => {
1366
1364
  };
1367
1365
  for (let anyStringEq_4 of returnComparator()) {
1368
1366
  if (anyStringEq_4 == "available") {
1369
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1367
+ return { state: client.WaiterState.FAILURE, reason };
1370
1368
  }
1371
1369
  }
1372
1370
  }
@@ -1375,19 +1373,19 @@ const checkState = async (client, input) => {
1375
1373
  catch (exception) {
1376
1374
  reason = exception;
1377
1375
  if (exception.name === "ReplicationGroupNotFoundFault") {
1378
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1376
+ return { state: client.WaiterState.SUCCESS, reason };
1379
1377
  }
1380
1378
  }
1381
- return { state: utilWaiter.WaiterState.RETRY, reason };
1379
+ return { state: client.WaiterState.RETRY, reason };
1382
1380
  };
1383
1381
  const waitForReplicationGroupDeleted = async (params, input) => {
1384
1382
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
1385
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1383
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1386
1384
  };
1387
1385
  const waitUntilReplicationGroupDeleted = async (params, input) => {
1388
1386
  const serviceDefaults = { minDelay: 15, maxDelay: 120 };
1389
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1390
- return utilWaiter.checkExceptions(result);
1387
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1388
+ return client.checkExceptions(result);
1391
1389
  };
1392
1390
 
1393
1391
  const commands = {
@@ -1496,7 +1494,7 @@ const waiters = {
1496
1494
  };
1497
1495
  class ElastiCache extends ElastiCacheClient {
1498
1496
  }
1499
- smithyClient.createAggregatedClient(commands, ElastiCache, { paginators, waiters });
1497
+ client.createAggregatedClient(commands, ElastiCache, { paginators, waiters });
1500
1498
 
1501
1499
  const UpdateActionStatus = {
1502
1500
  COMPLETE: "complete",
@@ -1641,8 +1639,8 @@ const AuthTokenUpdateStrategyType = {
1641
1639
  SET: "SET",
1642
1640
  };
1643
1641
 
1644
- exports.$Command = smithyClient.Command;
1645
- exports.__Client = smithyClient.Client;
1642
+ exports.$Command = client.Command;
1643
+ exports.__Client = client.Client;
1646
1644
  exports.ElastiCacheServiceException = ElastiCacheServiceException.ElastiCacheServiceException;
1647
1645
  exports.AZMode = AZMode;
1648
1646
  exports.AddTagsToResourceCommand = AddTagsToResourceCommand;