@aws-sdk/client-elasticache 3.385.0 → 3.387.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 (79) hide show
  1. package/README.md +17 -9
  2. package/dist-cjs/ElastiCache.js +2 -0
  3. package/dist-cjs/ElastiCacheClient.js +2 -2
  4. package/dist-cjs/commands/TestMigrationCommand.js +46 -0
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/protocols/Aws_query.js +79 -2
  7. package/dist-es/ElastiCache.js +2 -0
  8. package/dist-es/ElastiCacheClient.js +2 -2
  9. package/dist-es/commands/TestMigrationCommand.js +42 -0
  10. package/dist-es/commands/index.js +1 -0
  11. package/dist-es/protocols/Aws_query.js +75 -0
  12. package/dist-types/ElastiCache.d.ts +16 -9
  13. package/dist-types/ElastiCacheClient.d.ts +14 -13
  14. package/dist-types/commands/AddTagsToResourceCommand.d.ts +23 -17
  15. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +8 -6
  16. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -1
  17. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -1
  18. package/dist-types/commands/CopySnapshotCommand.d.ts +54 -50
  19. package/dist-types/commands/CreateCacheClusterCommand.d.ts +19 -12
  20. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +16 -10
  21. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +10 -8
  22. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +15 -7
  23. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +10 -9
  24. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +45 -31
  25. package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -7
  26. package/dist-types/commands/CreateUserCommand.d.ts +5 -2
  27. package/dist-types/commands/CreateUserGroupCommand.d.ts +5 -2
  28. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +12 -9
  29. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +10 -9
  30. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +7 -5
  31. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +4 -2
  32. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +4 -2
  33. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +14 -7
  34. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +14 -10
  35. package/dist-types/commands/DeleteSnapshotCommand.d.ts +5 -4
  36. package/dist-types/commands/DeleteUserCommand.d.ts +3 -1
  37. package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -1
  38. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +13 -13
  39. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +1 -2
  40. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +4 -4
  41. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -3
  42. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +5 -5
  43. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +6 -5
  44. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +2 -2
  45. package/dist-types/commands/DescribeEventsCommand.d.ts +5 -6
  46. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -3
  48. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +2 -2
  49. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +1 -2
  50. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -2
  51. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -1
  52. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +2 -1
  53. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +12 -9
  54. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +6 -5
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -10
  56. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +12 -9
  57. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +6 -5
  58. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +8 -4
  59. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +14 -10
  60. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +8 -7
  61. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +8 -6
  62. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +2 -1
  63. package/dist-types/commands/RebootCacheClusterCommand.d.ts +11 -10
  64. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +13 -8
  65. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +8 -6
  66. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +6 -5
  67. package/dist-types/commands/TestFailoverCommand.d.ts +38 -21
  68. package/dist-types/commands/TestMigrationCommand.d.ts +210 -0
  69. package/dist-types/commands/index.d.ts +1 -0
  70. package/dist-types/index.d.ts +9 -9
  71. package/dist-types/models/models_0.d.ts +1496 -1152
  72. package/dist-types/protocols/Aws_query.d.ts +9 -0
  73. package/dist-types/ts3.4/ElastiCache.d.ts +17 -0
  74. package/dist-types/ts3.4/ElastiCacheClient.d.ts +12 -3
  75. package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +38 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +7 -0
  78. package/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  79. package/package.json +29 -29

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.