@aws-sdk/client-elasticache 3.169.0 → 3.170.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 (104) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ElastiCache.d.ts +1222 -330
  3. package/dist-types/ts3.4/ElastiCacheClient.d.ts +519 -138
  4. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +7 -7
  72. package/dist-types/ts3.4/models/ElastiCacheServiceException.d.ts +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +3289 -2920
  75. package/dist-types/ts3.4/pagination/DescribeCacheClustersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/DescribeCacheEngineVersionsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeCacheParameterGroupsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeCacheParametersPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/DescribeReplicationGroupsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/DescribeServiceUpdatesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/DescribeUpdateActionsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/DescribeUserGroupsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  93. package/dist-types/ts3.4/pagination/index.d.ts +18 -18
  94. package/dist-types/ts3.4/protocols/Aws_query.d.ts +785 -197
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  100. package/dist-types/ts3.4/waiters/waitForCacheClusterAvailable.d.ts +13 -7
  101. package/dist-types/ts3.4/waiters/waitForCacheClusterDeleted.d.ts +13 -7
  102. package/dist-types/ts3.4/waiters/waitForReplicationGroupAvailable.d.ts +13 -7
  103. package/dist-types/ts3.4/waiters/waitForReplicationGroupDeleted.d.ts +13 -7
  104. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-elasticache
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-elasticache