@aws-sdk/client-elasticache 3.758.0 → 3.761.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.
|
@@ -3582,10 +3582,8 @@ export interface CreateCacheParameterGroupMessage {
|
|
|
3582
3582
|
/**
|
|
3583
3583
|
* <p>The name of the cache parameter group family that the cache parameter group can be
|
|
3584
3584
|
* used with.</p>
|
|
3585
|
-
* <p>Valid values are: <code>memcached1.4</code> | <code>memcached1.5</code> |
|
|
3586
|
-
*
|
|
3587
|
-
* <code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> |
|
|
3588
|
-
* <code>redis6.x</code> | <code>redis7</code>
|
|
3585
|
+
* <p>Valid values are: <code>valkey8</code> | <code>valkey7</code> | <code>memcached1.4</code> | <code>memcached1.5</code> | <code>memcached1.6</code> | <code>redis2.6</code> | <code>redis2.8</code> |
|
|
3586
|
+
* <code>redis3.2</code> | <code>redis4.0</code> | <code>redis5.0</code> | <code>redis6.x</code> | <code>redis7</code>
|
|
3589
3587
|
* </p>
|
|
3590
3588
|
* @public
|
|
3591
3589
|
*/
|
|
@@ -5732,7 +5730,7 @@ export interface DecreaseReplicaCountMessage {
|
|
|
5732
5730
|
NewReplicaCount?: number | undefined;
|
|
5733
5731
|
/**
|
|
5734
5732
|
* <p>A list of <code>ConfigureShard</code> objects that can be used to configure each
|
|
5735
|
-
* shard in a Valkey or Redis OSS
|
|
5733
|
+
* shard in a Valkey or Redis OSS replication group. The
|
|
5736
5734
|
* <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>,
|
|
5737
5735
|
* <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>
|
|
5738
5736
|
* @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticache",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.761.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elasticache",
|