@aws-sdk/client-elasticache 3.749.0 → 3.755.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.
@@ -27,7 +27,7 @@ declare const CreateUserCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 and onwards: Creates a user. For more information, see
30
+ * <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 to 7.1: Creates a user. For more information, see
31
31
  * <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,7 +27,7 @@ declare const CreateUserGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 onwards: Creates a user group. For more
30
+ * <p>For Valkey engine version 7.2 onwards and Redis OSS 6.0 to 7.1: Creates a user group. For more
31
31
  * information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>
32
32
  * </p>
33
33
  * @example
@@ -1291,14 +1291,14 @@ export interface ReplicationGroup {
1291
1291
  /**
1292
1292
  * <p>Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6
1293
1293
  * is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
1294
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
1294
+ * to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
1295
1295
  * @public
1296
1296
  */
1297
1297
  NetworkType?: NetworkType | undefined;
1298
1298
  /**
1299
1299
  * <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
1300
1300
  * <code>ipv6</code>. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
1301
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
1301
+ * to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
1302
1302
  * @public
1303
1303
  */
1304
1304
  IpDiscovery?: IpDiscovery | undefined;
@@ -2635,15 +2635,15 @@ export interface CreateCacheClusterMessage {
2635
2635
  TransitEncryptionEnabled?: boolean | undefined;
2636
2636
  /**
2637
2637
  * <p>Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6
2638
- * is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
2639
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>. </p>
2638
+ * is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1
2639
+ * and Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>. </p>
2640
2640
  * @public
2641
2641
  */
2642
2642
  NetworkType?: NetworkType | undefined;
2643
2643
  /**
2644
2644
  * <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
2645
2645
  * <code>ipv6</code>. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
2646
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
2646
+ * to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
2647
2647
  * @public
2648
2648
  */
2649
2649
  IpDiscovery?: IpDiscovery | undefined;
@@ -3465,14 +3465,14 @@ export interface CacheCluster {
3465
3465
  /**
3466
3466
  * <p>Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6
3467
3467
  * is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
3468
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3468
+ * 7.1 or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3469
3469
  * @public
3470
3470
  */
3471
3471
  NetworkType?: NetworkType | undefined;
3472
3472
  /**
3473
3473
  * <p>The network type associated with the cluster, either <code>ipv4</code> |
3474
3474
  * <code>ipv6</code>. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
3475
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3475
+ * to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3476
3476
  * @public
3477
3477
  */
3478
3478
  IpDiscovery?: IpDiscovery | undefined;
@@ -3856,7 +3856,7 @@ export interface Subnet {
3856
3856
  /**
3857
3857
  * <p>Either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6 is
3858
3858
  * supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
3859
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3859
+ * to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3860
3860
  * @public
3861
3861
  */
3862
3862
  SupportedNetworkTypes?: NetworkType[] | undefined;
@@ -3906,7 +3906,7 @@ export interface CacheSubnetGroup {
3906
3906
  /**
3907
3907
  * <p>Either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6 is
3908
3908
  * supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
3909
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3909
+ * to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3910
3910
  * @public
3911
3911
  */
3912
3912
  SupportedNetworkTypes?: NetworkType[] | undefined;
@@ -4477,7 +4477,7 @@ export interface CreateReplicationGroupMessage {
4477
4477
  CacheNodeType?: string | undefined;
4478
4478
  /**
4479
4479
  * <p>The name of the cache engine to be used for the clusters in this replication group.
4480
- * The value must be set to <code>Redis</code>.</p>
4480
+ * The value must be set to <code>valkey</code> or <code>redis</code>.</p>
4481
4481
  * @public
4482
4482
  */
4483
4483
  Engine?: string | undefined;
@@ -4713,10 +4713,9 @@ export interface CreateReplicationGroupMessage {
4713
4713
  * replication group. </p>
4714
4714
  * <p>
4715
4715
  * <b>Required:</b> Only available when creating a replication
4716
- * group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
4716
+ * group in an Amazon VPC using Valkey 7.2 and later, Redis OSS version <code>3.2.6</code>, or Redis OSS <code>4.x</code> and
4717
4717
  * later.</p>
4718
- * <p>Default: <code>false</code>
4719
- * </p>
4718
+ * <p>Default: <code>true</code> when using Valkey, <code>false</code> when using Redis OSS</p>
4720
4719
  * @public
4721
4720
  */
4722
4721
  AtRestEncryptionEnabled?: boolean | undefined;
@@ -4745,14 +4744,14 @@ export interface CreateReplicationGroupMessage {
4745
4744
  /**
4746
4745
  * <p>Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6
4747
4746
  * is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
4748
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
4747
+ * to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
4749
4748
  * @public
4750
4749
  */
4751
4750
  NetworkType?: NetworkType | undefined;
4752
4751
  /**
4753
4752
  * <p>The network type you choose when creating a replication group, either
4754
4753
  * <code>ipv4</code> | <code>ipv6</code>. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
4755
- * and above or Memcached engine version 1.6.6 and above on all instances built on
4754
+ * to 7.1 or Memcached engine version 1.6.6 and above on all instances built on
4756
4755
  * the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
4757
4756
  * @public
4758
4757
  */
@@ -5307,7 +5306,7 @@ export interface CreateUserMessage {
5307
5306
  */
5308
5307
  UserName: string | undefined;
5309
5308
  /**
5310
- * <p>The current supported value is Redis. </p>
5309
+ * <p>The options are valkey or redis. </p>
5311
5310
  * @public
5312
5311
  */
5313
5312
  Engine: string | undefined;
@@ -5399,7 +5398,7 @@ export interface User {
5399
5398
  */
5400
5399
  Status?: string | undefined;
5401
5400
  /**
5402
- * <p>The current supported value is Redis.</p>
5401
+ * <p>The options are valkey or redis.</p>
5403
5402
  * @public
5404
5403
  */
5405
5404
  Engine?: string | undefined;
@@ -5463,7 +5462,7 @@ export interface CreateUserGroupMessage {
5463
5462
  */
5464
5463
  UserGroupId: string | undefined;
5465
5464
  /**
5466
- * <p>The current supported value is Redis user. </p>
5465
+ * <p>Sets the engine listed in a user group. The options are valkey or redis.</p>
5467
5466
  * @public
5468
5467
  */
5469
5468
  Engine: string | undefined;
@@ -5523,7 +5522,7 @@ export interface UserGroup {
5523
5522
  */
5524
5523
  Status?: string | undefined;
5525
5524
  /**
5526
- * <p>The current supported value is Redis user. </p>
5525
+ * <p>The options are valkey or redis.</p>
5527
5526
  * @public
5528
5527
  */
5529
5528
  Engine?: string | undefined;
@@ -9378,7 +9377,7 @@ export interface ModifyCacheClusterMessage {
9378
9377
  /**
9379
9378
  * <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
9380
9379
  * <code>ipv6</code>. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
9381
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
9380
+ * to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
9382
9381
  * @public
9383
9382
  */
9384
9383
  IpDiscovery?: IpDiscovery | undefined;
@@ -9844,7 +9843,7 @@ export interface ModifyReplicationGroupMessage {
9844
9843
  /**
9845
9844
  * <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
9846
9845
  * <code>ipv6</code>. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
9847
- * and above or Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
9846
+ * to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
9848
9847
  * @public
9849
9848
  */
9850
9849
  IpDiscovery?: IpDiscovery | undefined;
@@ -10067,7 +10066,7 @@ export interface ModifyUserMessage {
10067
10066
  */
10068
10067
  AuthenticationMode?: AuthenticationMode | undefined;
10069
10068
  /**
10070
- * <p>The engine for a specific user. </p>
10069
+ * <p>Modifies the engine listed for a user. The options are valkey or redis.</p>
10071
10070
  * @public
10072
10071
  */
10073
10072
  Engine?: string | undefined;
@@ -10092,7 +10091,7 @@ export interface ModifyUserGroupMessage {
10092
10091
  */
10093
10092
  UserIdsToRemove?: string[] | undefined;
10094
10093
  /**
10095
- * <p>The engine for a user group. </p>
10094
+ * <p>Modifies the engine listed in a user group. The options are valkey or redis.</p>
10096
10095
  * @public
10097
10096
  */
10098
10097
  Engine?: string | undefined;
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.749.0",
4
+ "version": "3.755.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",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.749.0",
24
- "@aws-sdk/credential-provider-node": "3.749.0",
23
+ "@aws-sdk/core": "3.750.0",
24
+ "@aws-sdk/credential-provider-node": "3.750.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.749.0",
28
+ "@aws-sdk/middleware-user-agent": "3.750.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.749.0",
33
+ "@aws-sdk/util-user-agent-node": "3.750.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.3",
35
+ "@smithy/core": "^3.1.4",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.4",
41
- "@smithy/middleware-retry": "^4.0.5",
40
+ "@smithy/middleware-endpoint": "^4.0.5",
41
+ "@smithy/middleware-retry": "^4.0.6",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
45
  "@smithy/node-http-handler": "^4.0.2",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.4",
47
+ "@smithy/smithy-client": "^4.1.5",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.5",
54
- "@smithy/util-defaults-mode-node": "^4.0.5",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.6",
54
+ "@smithy/util-defaults-mode-node": "^4.0.6",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",