@aws-sdk/client-elasticache 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/dist-cjs/index.js +86 -755
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
  4. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -14
  5. package/dist-es/commands/BatchApplyUpdateActionCommand.js +2 -14
  6. package/dist-es/commands/BatchStopUpdateActionCommand.js +2 -14
  7. package/dist-es/commands/CompleteMigrationCommand.js +2 -14
  8. package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +2 -14
  9. package/dist-es/commands/CopySnapshotCommand.js +2 -14
  10. package/dist-es/commands/CreateCacheClusterCommand.js +2 -14
  11. package/dist-es/commands/CreateCacheParameterGroupCommand.js +2 -14
  12. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +2 -14
  13. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +2 -14
  14. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +2 -14
  15. package/dist-es/commands/CreateReplicationGroupCommand.js +2 -14
  16. package/dist-es/commands/CreateServerlessCacheCommand.js +2 -14
  17. package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +2 -14
  18. package/dist-es/commands/CreateSnapshotCommand.js +2 -14
  19. package/dist-es/commands/CreateUserCommand.js +2 -14
  20. package/dist-es/commands/CreateUserGroupCommand.js +2 -14
  21. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
  22. package/dist-es/commands/DecreaseReplicaCountCommand.js +2 -14
  23. package/dist-es/commands/DeleteCacheClusterCommand.js +2 -14
  24. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -14
  25. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -14
  26. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -14
  27. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +2 -14
  28. package/dist-es/commands/DeleteReplicationGroupCommand.js +2 -14
  29. package/dist-es/commands/DeleteServerlessCacheCommand.js +2 -14
  30. package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +2 -14
  31. package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
  32. package/dist-es/commands/DeleteUserCommand.js +2 -14
  33. package/dist-es/commands/DeleteUserGroupCommand.js +2 -14
  34. package/dist-es/commands/DescribeCacheClustersCommand.js +2 -14
  35. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +2 -14
  36. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +2 -14
  37. package/dist-es/commands/DescribeCacheParametersCommand.js +2 -14
  38. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +2 -14
  39. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +2 -14
  40. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +2 -14
  41. package/dist-es/commands/DescribeEventsCommand.js +2 -14
  42. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +2 -14
  43. package/dist-es/commands/DescribeReplicationGroupsCommand.js +2 -14
  44. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +2 -14
  45. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -14
  46. package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +2 -14
  47. package/dist-es/commands/DescribeServerlessCachesCommand.js +2 -14
  48. package/dist-es/commands/DescribeServiceUpdatesCommand.js +2 -14
  49. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
  50. package/dist-es/commands/DescribeUpdateActionsCommand.js +2 -14
  51. package/dist-es/commands/DescribeUserGroupsCommand.js +2 -14
  52. package/dist-es/commands/DescribeUsersCommand.js +2 -14
  53. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +2 -14
  54. package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +2 -14
  55. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +2 -14
  56. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
  57. package/dist-es/commands/IncreaseReplicaCountCommand.js +2 -14
  58. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +2 -14
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  60. package/dist-es/commands/ModifyCacheClusterCommand.js +2 -14
  61. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +2 -14
  62. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +2 -14
  63. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +2 -14
  64. package/dist-es/commands/ModifyReplicationGroupCommand.js +2 -14
  65. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -14
  66. package/dist-es/commands/ModifyServerlessCacheCommand.js +2 -14
  67. package/dist-es/commands/ModifyUserCommand.js +2 -14
  68. package/dist-es/commands/ModifyUserGroupCommand.js +2 -14
  69. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -14
  70. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -14
  71. package/dist-es/commands/RebootCacheClusterCommand.js +2 -14
  72. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
  73. package/dist-es/commands/ResetCacheParameterGroupCommand.js +2 -14
  74. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -14
  75. package/dist-es/commands/StartMigrationCommand.js +2 -14
  76. package/dist-es/commands/TestFailoverCommand.js +2 -14
  77. package/dist-es/commands/TestMigrationCommand.js +2 -14
  78. package/dist-es/index.js +1 -0
  79. package/dist-es/runtimeConfig.browser.js +0 -2
  80. package/dist-es/runtimeConfig.js +1 -2
  81. package/dist-es/runtimeConfig.native.js +0 -2
  82. package/dist-es/runtimeConfig.shared.js +2 -0
  83. package/dist-types/commandBuilder.d.ts +18 -0
  84. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -8
  86. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -8
  87. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -8
  88. package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -8
  89. package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +3 -8
  90. package/dist-types/commands/CopySnapshotCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateCacheClusterCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -8
  97. package/dist-types/commands/CreateServerlessCacheCommand.d.ts +3 -8
  98. package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -8
  99. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
  100. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  101. package/dist-types/commands/CreateUserGroupCommand.d.ts +3 -8
  102. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
  103. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +3 -8
  105. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -8
  108. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -8
  109. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -8
  110. package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +3 -8
  111. package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -8
  112. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
  113. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  114. package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -8
  118. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -8
  119. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -8
  120. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -8
  121. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -8
  122. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  123. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -8
  124. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -8
  125. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +3 -8
  126. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -8
  127. package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +3 -8
  128. package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +3 -8
  129. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +3 -8
  130. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
  131. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +3 -8
  132. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +3 -8
  133. package/dist-types/commands/DescribeUsersCommand.d.ts +3 -8
  134. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -8
  135. package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -8
  136. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -8
  137. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
  138. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -8
  139. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -8
  140. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  141. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +3 -8
  142. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -8
  143. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -8
  144. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -8
  145. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -8
  146. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -8
  147. package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +3 -8
  148. package/dist-types/commands/ModifyUserCommand.d.ts +3 -8
  149. package/dist-types/commands/ModifyUserGroupCommand.d.ts +3 -8
  150. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -8
  151. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -8
  152. package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -8
  153. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
  154. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -8
  155. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -8
  156. package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
  157. package/dist-types/commands/TestFailoverCommand.d.ts +3 -8
  158. package/dist-types/commands/TestMigrationCommand.d.ts +3 -8
  159. package/dist-types/index.d.ts +1 -0
  160. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  161. package/dist-types/runtimeConfig.d.ts +1 -1
  162. package/dist-types/runtimeConfig.native.d.ts +1 -1
  163. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  164. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  165. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CopyServerlessCacheSnapshotCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/CreateServerlessCacheCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/CreateServerlessCacheSnapshotCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DeleteServerlessCacheCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DeleteServerlessCacheSnapshotCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/DescribeServerlessCachesCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ExportServerlessCacheSnapshotCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/ModifyServerlessCacheCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/index.d.ts +1 -0
  241. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  242. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  243. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  244. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  245. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultElastiCacheHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -3777,6 +3779,7 @@ const getRuntimeConfig$1 = (config) => {
3777
3779
  serviceTarget: "AmazonElastiCacheV9",
3778
3780
  },
3779
3781
  serviceId: config?.serviceId ?? "ElastiCache",
3782
+ sha256: config?.sha256 ?? Sha256,
3780
3783
  urlParser: config?.urlParser ?? parseUrl,
3781
3784
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3782
3785
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -3810,7 +3813,6 @@ const getRuntimeConfig = (config) => {
3810
3813
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3811
3814
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3812
3815
  }, config),
3813
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
3814
3816
  streamCollector: config?.streamCollector ?? streamCollector,
3815
3817
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3816
3818
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -3898,904 +3900,233 @@ class ElastiCacheClient extends Client {
3898
3900
  }
3899
3901
  }
3900
3902
 
3901
- class AddTagsToResourceCommand extends Command
3902
- .classBuilder()
3903
- .ep(commonParams)
3904
- .m(function (Command, cs, config, o) {
3905
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3906
- })
3907
- .s("AmazonElastiCacheV9", "AddTagsToResource", {})
3908
- .n("ElastiCacheClient", "AddTagsToResourceCommand")
3909
- .sc(AddTagsToResource$)
3910
- .build() {
3903
+ const command = makeBuilder(commonParams, "AmazonElastiCacheV9", "ElastiCacheClient", getEndpointPlugin);
3904
+ const _ep0 = {};
3905
+ const _mw0 = (Command, cs, config, o) => [];
3906
+
3907
+ class AddTagsToResourceCommand extends command(_ep0, _mw0, "AddTagsToResource", AddTagsToResource$) {
3911
3908
  }
3912
3909
 
3913
- class AuthorizeCacheSecurityGroupIngressCommand extends Command
3914
- .classBuilder()
3915
- .ep(commonParams)
3916
- .m(function (Command, cs, config, o) {
3917
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3918
- })
3919
- .s("AmazonElastiCacheV9", "AuthorizeCacheSecurityGroupIngress", {})
3920
- .n("ElastiCacheClient", "AuthorizeCacheSecurityGroupIngressCommand")
3921
- .sc(AuthorizeCacheSecurityGroupIngress$)
3922
- .build() {
3910
+ class AuthorizeCacheSecurityGroupIngressCommand extends command(_ep0, _mw0, "AuthorizeCacheSecurityGroupIngress", AuthorizeCacheSecurityGroupIngress$) {
3923
3911
  }
3924
3912
 
3925
- class BatchApplyUpdateActionCommand extends Command
3926
- .classBuilder()
3927
- .ep(commonParams)
3928
- .m(function (Command, cs, config, o) {
3929
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3930
- })
3931
- .s("AmazonElastiCacheV9", "BatchApplyUpdateAction", {})
3932
- .n("ElastiCacheClient", "BatchApplyUpdateActionCommand")
3933
- .sc(BatchApplyUpdateAction$)
3934
- .build() {
3913
+ class BatchApplyUpdateActionCommand extends command(_ep0, _mw0, "BatchApplyUpdateAction", BatchApplyUpdateAction$) {
3935
3914
  }
3936
3915
 
3937
- class BatchStopUpdateActionCommand extends Command
3938
- .classBuilder()
3939
- .ep(commonParams)
3940
- .m(function (Command, cs, config, o) {
3941
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3942
- })
3943
- .s("AmazonElastiCacheV9", "BatchStopUpdateAction", {})
3944
- .n("ElastiCacheClient", "BatchStopUpdateActionCommand")
3945
- .sc(BatchStopUpdateAction$)
3946
- .build() {
3916
+ class BatchStopUpdateActionCommand extends command(_ep0, _mw0, "BatchStopUpdateAction", BatchStopUpdateAction$) {
3947
3917
  }
3948
3918
 
3949
- class CompleteMigrationCommand extends Command
3950
- .classBuilder()
3951
- .ep(commonParams)
3952
- .m(function (Command, cs, config, o) {
3953
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3954
- })
3955
- .s("AmazonElastiCacheV9", "CompleteMigration", {})
3956
- .n("ElastiCacheClient", "CompleteMigrationCommand")
3957
- .sc(CompleteMigration$)
3958
- .build() {
3919
+ class CompleteMigrationCommand extends command(_ep0, _mw0, "CompleteMigration", CompleteMigration$) {
3959
3920
  }
3960
3921
 
3961
- class CopyServerlessCacheSnapshotCommand extends Command
3962
- .classBuilder()
3963
- .ep(commonParams)
3964
- .m(function (Command, cs, config, o) {
3965
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3966
- })
3967
- .s("AmazonElastiCacheV9", "CopyServerlessCacheSnapshot", {})
3968
- .n("ElastiCacheClient", "CopyServerlessCacheSnapshotCommand")
3969
- .sc(CopyServerlessCacheSnapshot$)
3970
- .build() {
3922
+ class CopyServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "CopyServerlessCacheSnapshot", CopyServerlessCacheSnapshot$) {
3971
3923
  }
3972
3924
 
3973
- class CopySnapshotCommand extends Command
3974
- .classBuilder()
3975
- .ep(commonParams)
3976
- .m(function (Command, cs, config, o) {
3977
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3978
- })
3979
- .s("AmazonElastiCacheV9", "CopySnapshot", {})
3980
- .n("ElastiCacheClient", "CopySnapshotCommand")
3981
- .sc(CopySnapshot$)
3982
- .build() {
3925
+ class CopySnapshotCommand extends command(_ep0, _mw0, "CopySnapshot", CopySnapshot$) {
3983
3926
  }
3984
3927
 
3985
- class CreateCacheClusterCommand extends Command
3986
- .classBuilder()
3987
- .ep(commonParams)
3988
- .m(function (Command, cs, config, o) {
3989
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3990
- })
3991
- .s("AmazonElastiCacheV9", "CreateCacheCluster", {})
3992
- .n("ElastiCacheClient", "CreateCacheClusterCommand")
3993
- .sc(CreateCacheCluster$)
3994
- .build() {
3928
+ class CreateCacheClusterCommand extends command(_ep0, _mw0, "CreateCacheCluster", CreateCacheCluster$) {
3995
3929
  }
3996
3930
 
3997
- class CreateCacheParameterGroupCommand extends Command
3998
- .classBuilder()
3999
- .ep(commonParams)
4000
- .m(function (Command, cs, config, o) {
4001
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4002
- })
4003
- .s("AmazonElastiCacheV9", "CreateCacheParameterGroup", {})
4004
- .n("ElastiCacheClient", "CreateCacheParameterGroupCommand")
4005
- .sc(CreateCacheParameterGroup$)
4006
- .build() {
3931
+ class CreateCacheParameterGroupCommand extends command(_ep0, _mw0, "CreateCacheParameterGroup", CreateCacheParameterGroup$) {
4007
3932
  }
4008
3933
 
4009
- class CreateCacheSecurityGroupCommand extends Command
4010
- .classBuilder()
4011
- .ep(commonParams)
4012
- .m(function (Command, cs, config, o) {
4013
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4014
- })
4015
- .s("AmazonElastiCacheV9", "CreateCacheSecurityGroup", {})
4016
- .n("ElastiCacheClient", "CreateCacheSecurityGroupCommand")
4017
- .sc(CreateCacheSecurityGroup$)
4018
- .build() {
3934
+ class CreateCacheSecurityGroupCommand extends command(_ep0, _mw0, "CreateCacheSecurityGroup", CreateCacheSecurityGroup$) {
4019
3935
  }
4020
3936
 
4021
- class CreateCacheSubnetGroupCommand extends Command
4022
- .classBuilder()
4023
- .ep(commonParams)
4024
- .m(function (Command, cs, config, o) {
4025
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4026
- })
4027
- .s("AmazonElastiCacheV9", "CreateCacheSubnetGroup", {})
4028
- .n("ElastiCacheClient", "CreateCacheSubnetGroupCommand")
4029
- .sc(CreateCacheSubnetGroup$)
4030
- .build() {
3937
+ class CreateCacheSubnetGroupCommand extends command(_ep0, _mw0, "CreateCacheSubnetGroup", CreateCacheSubnetGroup$) {
4031
3938
  }
4032
3939
 
4033
- class CreateGlobalReplicationGroupCommand extends Command
4034
- .classBuilder()
4035
- .ep(commonParams)
4036
- .m(function (Command, cs, config, o) {
4037
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4038
- })
4039
- .s("AmazonElastiCacheV9", "CreateGlobalReplicationGroup", {})
4040
- .n("ElastiCacheClient", "CreateGlobalReplicationGroupCommand")
4041
- .sc(CreateGlobalReplicationGroup$)
4042
- .build() {
3940
+ class CreateGlobalReplicationGroupCommand extends command(_ep0, _mw0, "CreateGlobalReplicationGroup", CreateGlobalReplicationGroup$) {
4043
3941
  }
4044
3942
 
4045
- class CreateReplicationGroupCommand extends Command
4046
- .classBuilder()
4047
- .ep(commonParams)
4048
- .m(function (Command, cs, config, o) {
4049
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4050
- })
4051
- .s("AmazonElastiCacheV9", "CreateReplicationGroup", {})
4052
- .n("ElastiCacheClient", "CreateReplicationGroupCommand")
4053
- .sc(CreateReplicationGroup$)
4054
- .build() {
3943
+ class CreateReplicationGroupCommand extends command(_ep0, _mw0, "CreateReplicationGroup", CreateReplicationGroup$) {
4055
3944
  }
4056
3945
 
4057
- class CreateServerlessCacheCommand extends Command
4058
- .classBuilder()
4059
- .ep(commonParams)
4060
- .m(function (Command, cs, config, o) {
4061
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4062
- })
4063
- .s("AmazonElastiCacheV9", "CreateServerlessCache", {})
4064
- .n("ElastiCacheClient", "CreateServerlessCacheCommand")
4065
- .sc(CreateServerlessCache$)
4066
- .build() {
3946
+ class CreateServerlessCacheCommand extends command(_ep0, _mw0, "CreateServerlessCache", CreateServerlessCache$) {
4067
3947
  }
4068
3948
 
4069
- class CreateServerlessCacheSnapshotCommand extends Command
4070
- .classBuilder()
4071
- .ep(commonParams)
4072
- .m(function (Command, cs, config, o) {
4073
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4074
- })
4075
- .s("AmazonElastiCacheV9", "CreateServerlessCacheSnapshot", {})
4076
- .n("ElastiCacheClient", "CreateServerlessCacheSnapshotCommand")
4077
- .sc(CreateServerlessCacheSnapshot$)
4078
- .build() {
3949
+ class CreateServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "CreateServerlessCacheSnapshot", CreateServerlessCacheSnapshot$) {
4079
3950
  }
4080
3951
 
4081
- class CreateSnapshotCommand extends Command
4082
- .classBuilder()
4083
- .ep(commonParams)
4084
- .m(function (Command, cs, config, o) {
4085
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4086
- })
4087
- .s("AmazonElastiCacheV9", "CreateSnapshot", {})
4088
- .n("ElastiCacheClient", "CreateSnapshotCommand")
4089
- .sc(CreateSnapshot$)
4090
- .build() {
3952
+ class CreateSnapshotCommand extends command(_ep0, _mw0, "CreateSnapshot", CreateSnapshot$) {
4091
3953
  }
4092
3954
 
4093
- class CreateUserCommand extends Command
4094
- .classBuilder()
4095
- .ep(commonParams)
4096
- .m(function (Command, cs, config, o) {
4097
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4098
- })
4099
- .s("AmazonElastiCacheV9", "CreateUser", {})
4100
- .n("ElastiCacheClient", "CreateUserCommand")
4101
- .sc(CreateUser$)
4102
- .build() {
3955
+ class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
4103
3956
  }
4104
3957
 
4105
- class CreateUserGroupCommand extends Command
4106
- .classBuilder()
4107
- .ep(commonParams)
4108
- .m(function (Command, cs, config, o) {
4109
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4110
- })
4111
- .s("AmazonElastiCacheV9", "CreateUserGroup", {})
4112
- .n("ElastiCacheClient", "CreateUserGroupCommand")
4113
- .sc(CreateUserGroup$)
4114
- .build() {
3958
+ class CreateUserGroupCommand extends command(_ep0, _mw0, "CreateUserGroup", CreateUserGroup$) {
4115
3959
  }
4116
3960
 
4117
- class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends Command
4118
- .classBuilder()
4119
- .ep(commonParams)
4120
- .m(function (Command, cs, config, o) {
4121
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4122
- })
4123
- .s("AmazonElastiCacheV9", "DecreaseNodeGroupsInGlobalReplicationGroup", {})
4124
- .n("ElastiCacheClient", "DecreaseNodeGroupsInGlobalReplicationGroupCommand")
4125
- .sc(DecreaseNodeGroupsInGlobalReplicationGroup$)
4126
- .build() {
3961
+ class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DecreaseNodeGroupsInGlobalReplicationGroup", DecreaseNodeGroupsInGlobalReplicationGroup$) {
4127
3962
  }
4128
3963
 
4129
- class DecreaseReplicaCountCommand extends Command
4130
- .classBuilder()
4131
- .ep(commonParams)
4132
- .m(function (Command, cs, config, o) {
4133
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4134
- })
4135
- .s("AmazonElastiCacheV9", "DecreaseReplicaCount", {})
4136
- .n("ElastiCacheClient", "DecreaseReplicaCountCommand")
4137
- .sc(DecreaseReplicaCount$)
4138
- .build() {
3964
+ class DecreaseReplicaCountCommand extends command(_ep0, _mw0, "DecreaseReplicaCount", DecreaseReplicaCount$) {
4139
3965
  }
4140
3966
 
4141
- class DeleteCacheClusterCommand extends Command
4142
- .classBuilder()
4143
- .ep(commonParams)
4144
- .m(function (Command, cs, config, o) {
4145
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4146
- })
4147
- .s("AmazonElastiCacheV9", "DeleteCacheCluster", {})
4148
- .n("ElastiCacheClient", "DeleteCacheClusterCommand")
4149
- .sc(DeleteCacheCluster$)
4150
- .build() {
3967
+ class DeleteCacheClusterCommand extends command(_ep0, _mw0, "DeleteCacheCluster", DeleteCacheCluster$) {
4151
3968
  }
4152
3969
 
4153
- class DeleteCacheParameterGroupCommand extends Command
4154
- .classBuilder()
4155
- .ep(commonParams)
4156
- .m(function (Command, cs, config, o) {
4157
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4158
- })
4159
- .s("AmazonElastiCacheV9", "DeleteCacheParameterGroup", {})
4160
- .n("ElastiCacheClient", "DeleteCacheParameterGroupCommand")
4161
- .sc(DeleteCacheParameterGroup$)
4162
- .build() {
3970
+ class DeleteCacheParameterGroupCommand extends command(_ep0, _mw0, "DeleteCacheParameterGroup", DeleteCacheParameterGroup$) {
4163
3971
  }
4164
3972
 
4165
- class DeleteCacheSecurityGroupCommand extends Command
4166
- .classBuilder()
4167
- .ep(commonParams)
4168
- .m(function (Command, cs, config, o) {
4169
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4170
- })
4171
- .s("AmazonElastiCacheV9", "DeleteCacheSecurityGroup", {})
4172
- .n("ElastiCacheClient", "DeleteCacheSecurityGroupCommand")
4173
- .sc(DeleteCacheSecurityGroup$)
4174
- .build() {
3973
+ class DeleteCacheSecurityGroupCommand extends command(_ep0, _mw0, "DeleteCacheSecurityGroup", DeleteCacheSecurityGroup$) {
4175
3974
  }
4176
3975
 
4177
- class DeleteCacheSubnetGroupCommand extends Command
4178
- .classBuilder()
4179
- .ep(commonParams)
4180
- .m(function (Command, cs, config, o) {
4181
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4182
- })
4183
- .s("AmazonElastiCacheV9", "DeleteCacheSubnetGroup", {})
4184
- .n("ElastiCacheClient", "DeleteCacheSubnetGroupCommand")
4185
- .sc(DeleteCacheSubnetGroup$)
4186
- .build() {
3976
+ class DeleteCacheSubnetGroupCommand extends command(_ep0, _mw0, "DeleteCacheSubnetGroup", DeleteCacheSubnetGroup$) {
4187
3977
  }
4188
3978
 
4189
- class DeleteGlobalReplicationGroupCommand extends Command
4190
- .classBuilder()
4191
- .ep(commonParams)
4192
- .m(function (Command, cs, config, o) {
4193
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4194
- })
4195
- .s("AmazonElastiCacheV9", "DeleteGlobalReplicationGroup", {})
4196
- .n("ElastiCacheClient", "DeleteGlobalReplicationGroupCommand")
4197
- .sc(DeleteGlobalReplicationGroup$)
4198
- .build() {
3979
+ class DeleteGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DeleteGlobalReplicationGroup", DeleteGlobalReplicationGroup$) {
4199
3980
  }
4200
3981
 
4201
- class DeleteReplicationGroupCommand extends Command
4202
- .classBuilder()
4203
- .ep(commonParams)
4204
- .m(function (Command, cs, config, o) {
4205
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4206
- })
4207
- .s("AmazonElastiCacheV9", "DeleteReplicationGroup", {})
4208
- .n("ElastiCacheClient", "DeleteReplicationGroupCommand")
4209
- .sc(DeleteReplicationGroup$)
4210
- .build() {
3982
+ class DeleteReplicationGroupCommand extends command(_ep0, _mw0, "DeleteReplicationGroup", DeleteReplicationGroup$) {
4211
3983
  }
4212
3984
 
4213
- class DeleteServerlessCacheCommand extends Command
4214
- .classBuilder()
4215
- .ep(commonParams)
4216
- .m(function (Command, cs, config, o) {
4217
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4218
- })
4219
- .s("AmazonElastiCacheV9", "DeleteServerlessCache", {})
4220
- .n("ElastiCacheClient", "DeleteServerlessCacheCommand")
4221
- .sc(DeleteServerlessCache$)
4222
- .build() {
3985
+ class DeleteServerlessCacheCommand extends command(_ep0, _mw0, "DeleteServerlessCache", DeleteServerlessCache$) {
4223
3986
  }
4224
3987
 
4225
- class DeleteServerlessCacheSnapshotCommand extends Command
4226
- .classBuilder()
4227
- .ep(commonParams)
4228
- .m(function (Command, cs, config, o) {
4229
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4230
- })
4231
- .s("AmazonElastiCacheV9", "DeleteServerlessCacheSnapshot", {})
4232
- .n("ElastiCacheClient", "DeleteServerlessCacheSnapshotCommand")
4233
- .sc(DeleteServerlessCacheSnapshot$)
4234
- .build() {
3988
+ class DeleteServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "DeleteServerlessCacheSnapshot", DeleteServerlessCacheSnapshot$) {
4235
3989
  }
4236
3990
 
4237
- class DeleteSnapshotCommand extends Command
4238
- .classBuilder()
4239
- .ep(commonParams)
4240
- .m(function (Command, cs, config, o) {
4241
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4242
- })
4243
- .s("AmazonElastiCacheV9", "DeleteSnapshot", {})
4244
- .n("ElastiCacheClient", "DeleteSnapshotCommand")
4245
- .sc(DeleteSnapshot$)
4246
- .build() {
3991
+ class DeleteSnapshotCommand extends command(_ep0, _mw0, "DeleteSnapshot", DeleteSnapshot$) {
4247
3992
  }
4248
3993
 
4249
- class DeleteUserCommand extends Command
4250
- .classBuilder()
4251
- .ep(commonParams)
4252
- .m(function (Command, cs, config, o) {
4253
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4254
- })
4255
- .s("AmazonElastiCacheV9", "DeleteUser", {})
4256
- .n("ElastiCacheClient", "DeleteUserCommand")
4257
- .sc(DeleteUser$)
4258
- .build() {
3994
+ class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
4259
3995
  }
4260
3996
 
4261
- class DeleteUserGroupCommand extends Command
4262
- .classBuilder()
4263
- .ep(commonParams)
4264
- .m(function (Command, cs, config, o) {
4265
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4266
- })
4267
- .s("AmazonElastiCacheV9", "DeleteUserGroup", {})
4268
- .n("ElastiCacheClient", "DeleteUserGroupCommand")
4269
- .sc(DeleteUserGroup$)
4270
- .build() {
3997
+ class DeleteUserGroupCommand extends command(_ep0, _mw0, "DeleteUserGroup", DeleteUserGroup$) {
4271
3998
  }
4272
3999
 
4273
- class DescribeCacheClustersCommand extends Command
4274
- .classBuilder()
4275
- .ep(commonParams)
4276
- .m(function (Command, cs, config, o) {
4277
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4278
- })
4279
- .s("AmazonElastiCacheV9", "DescribeCacheClusters", {})
4280
- .n("ElastiCacheClient", "DescribeCacheClustersCommand")
4281
- .sc(DescribeCacheClusters$)
4282
- .build() {
4000
+ class DescribeCacheClustersCommand extends command(_ep0, _mw0, "DescribeCacheClusters", DescribeCacheClusters$) {
4283
4001
  }
4284
4002
 
4285
- class DescribeCacheEngineVersionsCommand extends Command
4286
- .classBuilder()
4287
- .ep(commonParams)
4288
- .m(function (Command, cs, config, o) {
4289
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4290
- })
4291
- .s("AmazonElastiCacheV9", "DescribeCacheEngineVersions", {})
4292
- .n("ElastiCacheClient", "DescribeCacheEngineVersionsCommand")
4293
- .sc(DescribeCacheEngineVersions$)
4294
- .build() {
4003
+ class DescribeCacheEngineVersionsCommand extends command(_ep0, _mw0, "DescribeCacheEngineVersions", DescribeCacheEngineVersions$) {
4295
4004
  }
4296
4005
 
4297
- class DescribeCacheParameterGroupsCommand extends Command
4298
- .classBuilder()
4299
- .ep(commonParams)
4300
- .m(function (Command, cs, config, o) {
4301
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4302
- })
4303
- .s("AmazonElastiCacheV9", "DescribeCacheParameterGroups", {})
4304
- .n("ElastiCacheClient", "DescribeCacheParameterGroupsCommand")
4305
- .sc(DescribeCacheParameterGroups$)
4306
- .build() {
4006
+ class DescribeCacheParameterGroupsCommand extends command(_ep0, _mw0, "DescribeCacheParameterGroups", DescribeCacheParameterGroups$) {
4307
4007
  }
4308
4008
 
4309
- class DescribeCacheParametersCommand extends Command
4310
- .classBuilder()
4311
- .ep(commonParams)
4312
- .m(function (Command, cs, config, o) {
4313
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4314
- })
4315
- .s("AmazonElastiCacheV9", "DescribeCacheParameters", {})
4316
- .n("ElastiCacheClient", "DescribeCacheParametersCommand")
4317
- .sc(DescribeCacheParameters$)
4318
- .build() {
4009
+ class DescribeCacheParametersCommand extends command(_ep0, _mw0, "DescribeCacheParameters", DescribeCacheParameters$) {
4319
4010
  }
4320
4011
 
4321
- class DescribeCacheSecurityGroupsCommand extends Command
4322
- .classBuilder()
4323
- .ep(commonParams)
4324
- .m(function (Command, cs, config, o) {
4325
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4326
- })
4327
- .s("AmazonElastiCacheV9", "DescribeCacheSecurityGroups", {})
4328
- .n("ElastiCacheClient", "DescribeCacheSecurityGroupsCommand")
4329
- .sc(DescribeCacheSecurityGroups$)
4330
- .build() {
4012
+ class DescribeCacheSecurityGroupsCommand extends command(_ep0, _mw0, "DescribeCacheSecurityGroups", DescribeCacheSecurityGroups$) {
4331
4013
  }
4332
4014
 
4333
- class DescribeCacheSubnetGroupsCommand extends Command
4334
- .classBuilder()
4335
- .ep(commonParams)
4336
- .m(function (Command, cs, config, o) {
4337
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4338
- })
4339
- .s("AmazonElastiCacheV9", "DescribeCacheSubnetGroups", {})
4340
- .n("ElastiCacheClient", "DescribeCacheSubnetGroupsCommand")
4341
- .sc(DescribeCacheSubnetGroups$)
4342
- .build() {
4015
+ class DescribeCacheSubnetGroupsCommand extends command(_ep0, _mw0, "DescribeCacheSubnetGroups", DescribeCacheSubnetGroups$) {
4343
4016
  }
4344
4017
 
4345
- class DescribeEngineDefaultParametersCommand extends Command
4346
- .classBuilder()
4347
- .ep(commonParams)
4348
- .m(function (Command, cs, config, o) {
4349
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4350
- })
4351
- .s("AmazonElastiCacheV9", "DescribeEngineDefaultParameters", {})
4352
- .n("ElastiCacheClient", "DescribeEngineDefaultParametersCommand")
4353
- .sc(DescribeEngineDefaultParameters$)
4354
- .build() {
4018
+ class DescribeEngineDefaultParametersCommand extends command(_ep0, _mw0, "DescribeEngineDefaultParameters", DescribeEngineDefaultParameters$) {
4355
4019
  }
4356
4020
 
4357
- class DescribeEventsCommand extends Command
4358
- .classBuilder()
4359
- .ep(commonParams)
4360
- .m(function (Command, cs, config, o) {
4361
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4362
- })
4363
- .s("AmazonElastiCacheV9", "DescribeEvents", {})
4364
- .n("ElastiCacheClient", "DescribeEventsCommand")
4365
- .sc(DescribeEvents$)
4366
- .build() {
4021
+ class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
4367
4022
  }
4368
4023
 
4369
- class DescribeGlobalReplicationGroupsCommand extends Command
4370
- .classBuilder()
4371
- .ep(commonParams)
4372
- .m(function (Command, cs, config, o) {
4373
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4374
- })
4375
- .s("AmazonElastiCacheV9", "DescribeGlobalReplicationGroups", {})
4376
- .n("ElastiCacheClient", "DescribeGlobalReplicationGroupsCommand")
4377
- .sc(DescribeGlobalReplicationGroups$)
4378
- .build() {
4024
+ class DescribeGlobalReplicationGroupsCommand extends command(_ep0, _mw0, "DescribeGlobalReplicationGroups", DescribeGlobalReplicationGroups$) {
4379
4025
  }
4380
4026
 
4381
- class DescribeReplicationGroupsCommand extends Command
4382
- .classBuilder()
4383
- .ep(commonParams)
4384
- .m(function (Command, cs, config, o) {
4385
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4386
- })
4387
- .s("AmazonElastiCacheV9", "DescribeReplicationGroups", {})
4388
- .n("ElastiCacheClient", "DescribeReplicationGroupsCommand")
4389
- .sc(DescribeReplicationGroups$)
4390
- .build() {
4027
+ class DescribeReplicationGroupsCommand extends command(_ep0, _mw0, "DescribeReplicationGroups", DescribeReplicationGroups$) {
4391
4028
  }
4392
4029
 
4393
- class DescribeReservedCacheNodesCommand extends Command
4394
- .classBuilder()
4395
- .ep(commonParams)
4396
- .m(function (Command, cs, config, o) {
4397
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4398
- })
4399
- .s("AmazonElastiCacheV9", "DescribeReservedCacheNodes", {})
4400
- .n("ElastiCacheClient", "DescribeReservedCacheNodesCommand")
4401
- .sc(DescribeReservedCacheNodes$)
4402
- .build() {
4030
+ class DescribeReservedCacheNodesCommand extends command(_ep0, _mw0, "DescribeReservedCacheNodes", DescribeReservedCacheNodes$) {
4403
4031
  }
4404
4032
 
4405
- class DescribeReservedCacheNodesOfferingsCommand extends Command
4406
- .classBuilder()
4407
- .ep(commonParams)
4408
- .m(function (Command, cs, config, o) {
4409
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4410
- })
4411
- .s("AmazonElastiCacheV9", "DescribeReservedCacheNodesOfferings", {})
4412
- .n("ElastiCacheClient", "DescribeReservedCacheNodesOfferingsCommand")
4413
- .sc(DescribeReservedCacheNodesOfferings$)
4414
- .build() {
4033
+ class DescribeReservedCacheNodesOfferingsCommand extends command(_ep0, _mw0, "DescribeReservedCacheNodesOfferings", DescribeReservedCacheNodesOfferings$) {
4415
4034
  }
4416
4035
 
4417
- class DescribeServerlessCachesCommand extends Command
4418
- .classBuilder()
4419
- .ep(commonParams)
4420
- .m(function (Command, cs, config, o) {
4421
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4422
- })
4423
- .s("AmazonElastiCacheV9", "DescribeServerlessCaches", {})
4424
- .n("ElastiCacheClient", "DescribeServerlessCachesCommand")
4425
- .sc(DescribeServerlessCaches$)
4426
- .build() {
4036
+ class DescribeServerlessCachesCommand extends command(_ep0, _mw0, "DescribeServerlessCaches", DescribeServerlessCaches$) {
4427
4037
  }
4428
4038
 
4429
- class DescribeServerlessCacheSnapshotsCommand extends Command
4430
- .classBuilder()
4431
- .ep(commonParams)
4432
- .m(function (Command, cs, config, o) {
4433
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4434
- })
4435
- .s("AmazonElastiCacheV9", "DescribeServerlessCacheSnapshots", {})
4436
- .n("ElastiCacheClient", "DescribeServerlessCacheSnapshotsCommand")
4437
- .sc(DescribeServerlessCacheSnapshots$)
4438
- .build() {
4039
+ class DescribeServerlessCacheSnapshotsCommand extends command(_ep0, _mw0, "DescribeServerlessCacheSnapshots", DescribeServerlessCacheSnapshots$) {
4439
4040
  }
4440
4041
 
4441
- class DescribeServiceUpdatesCommand extends Command
4442
- .classBuilder()
4443
- .ep(commonParams)
4444
- .m(function (Command, cs, config, o) {
4445
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4446
- })
4447
- .s("AmazonElastiCacheV9", "DescribeServiceUpdates", {})
4448
- .n("ElastiCacheClient", "DescribeServiceUpdatesCommand")
4449
- .sc(DescribeServiceUpdates$)
4450
- .build() {
4042
+ class DescribeServiceUpdatesCommand extends command(_ep0, _mw0, "DescribeServiceUpdates", DescribeServiceUpdates$) {
4451
4043
  }
4452
4044
 
4453
- class DescribeSnapshotsCommand extends Command
4454
- .classBuilder()
4455
- .ep(commonParams)
4456
- .m(function (Command, cs, config, o) {
4457
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4458
- })
4459
- .s("AmazonElastiCacheV9", "DescribeSnapshots", {})
4460
- .n("ElastiCacheClient", "DescribeSnapshotsCommand")
4461
- .sc(DescribeSnapshots$)
4462
- .build() {
4045
+ class DescribeSnapshotsCommand extends command(_ep0, _mw0, "DescribeSnapshots", DescribeSnapshots$) {
4463
4046
  }
4464
4047
 
4465
- class DescribeUpdateActionsCommand extends Command
4466
- .classBuilder()
4467
- .ep(commonParams)
4468
- .m(function (Command, cs, config, o) {
4469
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4470
- })
4471
- .s("AmazonElastiCacheV9", "DescribeUpdateActions", {})
4472
- .n("ElastiCacheClient", "DescribeUpdateActionsCommand")
4473
- .sc(DescribeUpdateActions$)
4474
- .build() {
4048
+ class DescribeUpdateActionsCommand extends command(_ep0, _mw0, "DescribeUpdateActions", DescribeUpdateActions$) {
4475
4049
  }
4476
4050
 
4477
- class DescribeUserGroupsCommand extends Command
4478
- .classBuilder()
4479
- .ep(commonParams)
4480
- .m(function (Command, cs, config, o) {
4481
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4482
- })
4483
- .s("AmazonElastiCacheV9", "DescribeUserGroups", {})
4484
- .n("ElastiCacheClient", "DescribeUserGroupsCommand")
4485
- .sc(DescribeUserGroups$)
4486
- .build() {
4051
+ class DescribeUserGroupsCommand extends command(_ep0, _mw0, "DescribeUserGroups", DescribeUserGroups$) {
4487
4052
  }
4488
4053
 
4489
- class DescribeUsersCommand extends Command
4490
- .classBuilder()
4491
- .ep(commonParams)
4492
- .m(function (Command, cs, config, o) {
4493
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4494
- })
4495
- .s("AmazonElastiCacheV9", "DescribeUsers", {})
4496
- .n("ElastiCacheClient", "DescribeUsersCommand")
4497
- .sc(DescribeUsers$)
4498
- .build() {
4054
+ class DescribeUsersCommand extends command(_ep0, _mw0, "DescribeUsers", DescribeUsers$) {
4499
4055
  }
4500
4056
 
4501
- class DisassociateGlobalReplicationGroupCommand extends Command
4502
- .classBuilder()
4503
- .ep(commonParams)
4504
- .m(function (Command, cs, config, o) {
4505
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4506
- })
4507
- .s("AmazonElastiCacheV9", "DisassociateGlobalReplicationGroup", {})
4508
- .n("ElastiCacheClient", "DisassociateGlobalReplicationGroupCommand")
4509
- .sc(DisassociateGlobalReplicationGroup$)
4510
- .build() {
4057
+ class DisassociateGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DisassociateGlobalReplicationGroup", DisassociateGlobalReplicationGroup$) {
4511
4058
  }
4512
4059
 
4513
- class ExportServerlessCacheSnapshotCommand extends Command
4514
- .classBuilder()
4515
- .ep(commonParams)
4516
- .m(function (Command, cs, config, o) {
4517
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4518
- })
4519
- .s("AmazonElastiCacheV9", "ExportServerlessCacheSnapshot", {})
4520
- .n("ElastiCacheClient", "ExportServerlessCacheSnapshotCommand")
4521
- .sc(ExportServerlessCacheSnapshot$)
4522
- .build() {
4060
+ class ExportServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "ExportServerlessCacheSnapshot", ExportServerlessCacheSnapshot$) {
4523
4061
  }
4524
4062
 
4525
- class FailoverGlobalReplicationGroupCommand extends Command
4526
- .classBuilder()
4527
- .ep(commonParams)
4528
- .m(function (Command, cs, config, o) {
4529
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4530
- })
4531
- .s("AmazonElastiCacheV9", "FailoverGlobalReplicationGroup", {})
4532
- .n("ElastiCacheClient", "FailoverGlobalReplicationGroupCommand")
4533
- .sc(FailoverGlobalReplicationGroup$)
4534
- .build() {
4063
+ class FailoverGlobalReplicationGroupCommand extends command(_ep0, _mw0, "FailoverGlobalReplicationGroup", FailoverGlobalReplicationGroup$) {
4535
4064
  }
4536
4065
 
4537
- class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends Command
4538
- .classBuilder()
4539
- .ep(commonParams)
4540
- .m(function (Command, cs, config, o) {
4541
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4542
- })
4543
- .s("AmazonElastiCacheV9", "IncreaseNodeGroupsInGlobalReplicationGroup", {})
4544
- .n("ElastiCacheClient", "IncreaseNodeGroupsInGlobalReplicationGroupCommand")
4545
- .sc(IncreaseNodeGroupsInGlobalReplicationGroup$)
4546
- .build() {
4066
+ class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "IncreaseNodeGroupsInGlobalReplicationGroup", IncreaseNodeGroupsInGlobalReplicationGroup$) {
4547
4067
  }
4548
4068
 
4549
- class IncreaseReplicaCountCommand extends Command
4550
- .classBuilder()
4551
- .ep(commonParams)
4552
- .m(function (Command, cs, config, o) {
4553
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4554
- })
4555
- .s("AmazonElastiCacheV9", "IncreaseReplicaCount", {})
4556
- .n("ElastiCacheClient", "IncreaseReplicaCountCommand")
4557
- .sc(IncreaseReplicaCount$)
4558
- .build() {
4069
+ class IncreaseReplicaCountCommand extends command(_ep0, _mw0, "IncreaseReplicaCount", IncreaseReplicaCount$) {
4559
4070
  }
4560
4071
 
4561
- class ListAllowedNodeTypeModificationsCommand extends Command
4562
- .classBuilder()
4563
- .ep(commonParams)
4564
- .m(function (Command, cs, config, o) {
4565
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4566
- })
4567
- .s("AmazonElastiCacheV9", "ListAllowedNodeTypeModifications", {})
4568
- .n("ElastiCacheClient", "ListAllowedNodeTypeModificationsCommand")
4569
- .sc(ListAllowedNodeTypeModifications$)
4570
- .build() {
4072
+ class ListAllowedNodeTypeModificationsCommand extends command(_ep0, _mw0, "ListAllowedNodeTypeModifications", ListAllowedNodeTypeModifications$) {
4571
4073
  }
4572
4074
 
4573
- class ListTagsForResourceCommand extends Command
4574
- .classBuilder()
4575
- .ep(commonParams)
4576
- .m(function (Command, cs, config, o) {
4577
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4578
- })
4579
- .s("AmazonElastiCacheV9", "ListTagsForResource", {})
4580
- .n("ElastiCacheClient", "ListTagsForResourceCommand")
4581
- .sc(ListTagsForResource$)
4582
- .build() {
4075
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
4583
4076
  }
4584
4077
 
4585
- class ModifyCacheClusterCommand extends Command
4586
- .classBuilder()
4587
- .ep(commonParams)
4588
- .m(function (Command, cs, config, o) {
4589
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4590
- })
4591
- .s("AmazonElastiCacheV9", "ModifyCacheCluster", {})
4592
- .n("ElastiCacheClient", "ModifyCacheClusterCommand")
4593
- .sc(ModifyCacheCluster$)
4594
- .build() {
4078
+ class ModifyCacheClusterCommand extends command(_ep0, _mw0, "ModifyCacheCluster", ModifyCacheCluster$) {
4595
4079
  }
4596
4080
 
4597
- class ModifyCacheParameterGroupCommand extends Command
4598
- .classBuilder()
4599
- .ep(commonParams)
4600
- .m(function (Command, cs, config, o) {
4601
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4602
- })
4603
- .s("AmazonElastiCacheV9", "ModifyCacheParameterGroup", {})
4604
- .n("ElastiCacheClient", "ModifyCacheParameterGroupCommand")
4605
- .sc(ModifyCacheParameterGroup$)
4606
- .build() {
4081
+ class ModifyCacheParameterGroupCommand extends command(_ep0, _mw0, "ModifyCacheParameterGroup", ModifyCacheParameterGroup$) {
4607
4082
  }
4608
4083
 
4609
- class ModifyCacheSubnetGroupCommand extends Command
4610
- .classBuilder()
4611
- .ep(commonParams)
4612
- .m(function (Command, cs, config, o) {
4613
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4614
- })
4615
- .s("AmazonElastiCacheV9", "ModifyCacheSubnetGroup", {})
4616
- .n("ElastiCacheClient", "ModifyCacheSubnetGroupCommand")
4617
- .sc(ModifyCacheSubnetGroup$)
4618
- .build() {
4084
+ class ModifyCacheSubnetGroupCommand extends command(_ep0, _mw0, "ModifyCacheSubnetGroup", ModifyCacheSubnetGroup$) {
4619
4085
  }
4620
4086
 
4621
- class ModifyGlobalReplicationGroupCommand extends Command
4622
- .classBuilder()
4623
- .ep(commonParams)
4624
- .m(function (Command, cs, config, o) {
4625
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4626
- })
4627
- .s("AmazonElastiCacheV9", "ModifyGlobalReplicationGroup", {})
4628
- .n("ElastiCacheClient", "ModifyGlobalReplicationGroupCommand")
4629
- .sc(ModifyGlobalReplicationGroup$)
4630
- .build() {
4087
+ class ModifyGlobalReplicationGroupCommand extends command(_ep0, _mw0, "ModifyGlobalReplicationGroup", ModifyGlobalReplicationGroup$) {
4631
4088
  }
4632
4089
 
4633
- class ModifyReplicationGroupCommand extends Command
4634
- .classBuilder()
4635
- .ep(commonParams)
4636
- .m(function (Command, cs, config, o) {
4637
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4638
- })
4639
- .s("AmazonElastiCacheV9", "ModifyReplicationGroup", {})
4640
- .n("ElastiCacheClient", "ModifyReplicationGroupCommand")
4641
- .sc(ModifyReplicationGroup$)
4642
- .build() {
4090
+ class ModifyReplicationGroupCommand extends command(_ep0, _mw0, "ModifyReplicationGroup", ModifyReplicationGroup$) {
4643
4091
  }
4644
4092
 
4645
- class ModifyReplicationGroupShardConfigurationCommand extends Command
4646
- .classBuilder()
4647
- .ep(commonParams)
4648
- .m(function (Command, cs, config, o) {
4649
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4650
- })
4651
- .s("AmazonElastiCacheV9", "ModifyReplicationGroupShardConfiguration", {})
4652
- .n("ElastiCacheClient", "ModifyReplicationGroupShardConfigurationCommand")
4653
- .sc(ModifyReplicationGroupShardConfiguration$)
4654
- .build() {
4093
+ class ModifyReplicationGroupShardConfigurationCommand extends command(_ep0, _mw0, "ModifyReplicationGroupShardConfiguration", ModifyReplicationGroupShardConfiguration$) {
4655
4094
  }
4656
4095
 
4657
- class ModifyServerlessCacheCommand extends Command
4658
- .classBuilder()
4659
- .ep(commonParams)
4660
- .m(function (Command, cs, config, o) {
4661
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4662
- })
4663
- .s("AmazonElastiCacheV9", "ModifyServerlessCache", {})
4664
- .n("ElastiCacheClient", "ModifyServerlessCacheCommand")
4665
- .sc(ModifyServerlessCache$)
4666
- .build() {
4096
+ class ModifyServerlessCacheCommand extends command(_ep0, _mw0, "ModifyServerlessCache", ModifyServerlessCache$) {
4667
4097
  }
4668
4098
 
4669
- class ModifyUserCommand extends Command
4670
- .classBuilder()
4671
- .ep(commonParams)
4672
- .m(function (Command, cs, config, o) {
4673
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4674
- })
4675
- .s("AmazonElastiCacheV9", "ModifyUser", {})
4676
- .n("ElastiCacheClient", "ModifyUserCommand")
4677
- .sc(ModifyUser$)
4678
- .build() {
4099
+ class ModifyUserCommand extends command(_ep0, _mw0, "ModifyUser", ModifyUser$) {
4679
4100
  }
4680
4101
 
4681
- class ModifyUserGroupCommand extends Command
4682
- .classBuilder()
4683
- .ep(commonParams)
4684
- .m(function (Command, cs, config, o) {
4685
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4686
- })
4687
- .s("AmazonElastiCacheV9", "ModifyUserGroup", {})
4688
- .n("ElastiCacheClient", "ModifyUserGroupCommand")
4689
- .sc(ModifyUserGroup$)
4690
- .build() {
4102
+ class ModifyUserGroupCommand extends command(_ep0, _mw0, "ModifyUserGroup", ModifyUserGroup$) {
4691
4103
  }
4692
4104
 
4693
- class PurchaseReservedCacheNodesOfferingCommand extends Command
4694
- .classBuilder()
4695
- .ep(commonParams)
4696
- .m(function (Command, cs, config, o) {
4697
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4698
- })
4699
- .s("AmazonElastiCacheV9", "PurchaseReservedCacheNodesOffering", {})
4700
- .n("ElastiCacheClient", "PurchaseReservedCacheNodesOfferingCommand")
4701
- .sc(PurchaseReservedCacheNodesOffering$)
4702
- .build() {
4105
+ class PurchaseReservedCacheNodesOfferingCommand extends command(_ep0, _mw0, "PurchaseReservedCacheNodesOffering", PurchaseReservedCacheNodesOffering$) {
4703
4106
  }
4704
4107
 
4705
- class RebalanceSlotsInGlobalReplicationGroupCommand extends Command
4706
- .classBuilder()
4707
- .ep(commonParams)
4708
- .m(function (Command, cs, config, o) {
4709
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4710
- })
4711
- .s("AmazonElastiCacheV9", "RebalanceSlotsInGlobalReplicationGroup", {})
4712
- .n("ElastiCacheClient", "RebalanceSlotsInGlobalReplicationGroupCommand")
4713
- .sc(RebalanceSlotsInGlobalReplicationGroup$)
4714
- .build() {
4108
+ class RebalanceSlotsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "RebalanceSlotsInGlobalReplicationGroup", RebalanceSlotsInGlobalReplicationGroup$) {
4715
4109
  }
4716
4110
 
4717
- class RebootCacheClusterCommand extends Command
4718
- .classBuilder()
4719
- .ep(commonParams)
4720
- .m(function (Command, cs, config, o) {
4721
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4722
- })
4723
- .s("AmazonElastiCacheV9", "RebootCacheCluster", {})
4724
- .n("ElastiCacheClient", "RebootCacheClusterCommand")
4725
- .sc(RebootCacheCluster$)
4726
- .build() {
4111
+ class RebootCacheClusterCommand extends command(_ep0, _mw0, "RebootCacheCluster", RebootCacheCluster$) {
4727
4112
  }
4728
4113
 
4729
- class RemoveTagsFromResourceCommand extends Command
4730
- .classBuilder()
4731
- .ep(commonParams)
4732
- .m(function (Command, cs, config, o) {
4733
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4734
- })
4735
- .s("AmazonElastiCacheV9", "RemoveTagsFromResource", {})
4736
- .n("ElastiCacheClient", "RemoveTagsFromResourceCommand")
4737
- .sc(RemoveTagsFromResource$)
4738
- .build() {
4114
+ class RemoveTagsFromResourceCommand extends command(_ep0, _mw0, "RemoveTagsFromResource", RemoveTagsFromResource$) {
4739
4115
  }
4740
4116
 
4741
- class ResetCacheParameterGroupCommand extends Command
4742
- .classBuilder()
4743
- .ep(commonParams)
4744
- .m(function (Command, cs, config, o) {
4745
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4746
- })
4747
- .s("AmazonElastiCacheV9", "ResetCacheParameterGroup", {})
4748
- .n("ElastiCacheClient", "ResetCacheParameterGroupCommand")
4749
- .sc(ResetCacheParameterGroup$)
4750
- .build() {
4117
+ class ResetCacheParameterGroupCommand extends command(_ep0, _mw0, "ResetCacheParameterGroup", ResetCacheParameterGroup$) {
4751
4118
  }
4752
4119
 
4753
- class RevokeCacheSecurityGroupIngressCommand extends Command
4754
- .classBuilder()
4755
- .ep(commonParams)
4756
- .m(function (Command, cs, config, o) {
4757
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4758
- })
4759
- .s("AmazonElastiCacheV9", "RevokeCacheSecurityGroupIngress", {})
4760
- .n("ElastiCacheClient", "RevokeCacheSecurityGroupIngressCommand")
4761
- .sc(RevokeCacheSecurityGroupIngress$)
4762
- .build() {
4120
+ class RevokeCacheSecurityGroupIngressCommand extends command(_ep0, _mw0, "RevokeCacheSecurityGroupIngress", RevokeCacheSecurityGroupIngress$) {
4763
4121
  }
4764
4122
 
4765
- class StartMigrationCommand extends Command
4766
- .classBuilder()
4767
- .ep(commonParams)
4768
- .m(function (Command, cs, config, o) {
4769
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4770
- })
4771
- .s("AmazonElastiCacheV9", "StartMigration", {})
4772
- .n("ElastiCacheClient", "StartMigrationCommand")
4773
- .sc(StartMigration$)
4774
- .build() {
4123
+ class StartMigrationCommand extends command(_ep0, _mw0, "StartMigration", StartMigration$) {
4775
4124
  }
4776
4125
 
4777
- class TestFailoverCommand extends Command
4778
- .classBuilder()
4779
- .ep(commonParams)
4780
- .m(function (Command, cs, config, o) {
4781
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4782
- })
4783
- .s("AmazonElastiCacheV9", "TestFailover", {})
4784
- .n("ElastiCacheClient", "TestFailoverCommand")
4785
- .sc(TestFailover$)
4786
- .build() {
4126
+ class TestFailoverCommand extends command(_ep0, _mw0, "TestFailover", TestFailover$) {
4787
4127
  }
4788
4128
 
4789
- class TestMigrationCommand extends Command
4790
- .classBuilder()
4791
- .ep(commonParams)
4792
- .m(function (Command, cs, config, o) {
4793
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4794
- })
4795
- .s("AmazonElastiCacheV9", "TestMigration", {})
4796
- .n("ElastiCacheClient", "TestMigrationCommand")
4797
- .sc(TestMigration$)
4798
- .build() {
4129
+ class TestMigrationCommand extends command(_ep0, _mw0, "TestMigration", TestMigration$) {
4799
4130
  }
4800
4131
 
4801
4132
  const paginateDescribeCacheClusters = createPaginator(ElastiCacheClient, DescribeCacheClustersCommand, "Marker", "Marker", "MaxRecords");