aws-sdk-elasticache 1.115.0 → 1.117.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +329 -281
- data/lib/aws-sdk-elasticache/client_api.rb +6 -0
- data/lib/aws-sdk-elasticache/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-elasticache/endpoints.rb +2 -823
- data/lib/aws-sdk-elasticache/plugins/endpoints.rb +1 -156
- data/lib/aws-sdk-elasticache/types.rb +446 -396
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/sig/client.rbs +6 -1
- data/sig/types.rbs +6 -0
- metadata +4 -4
@@ -55,17 +55,17 @@ module Aws::ElastiCache
|
|
55
55
|
# A string list, each element of which specifies a cache node type
|
56
56
|
# which you can use to scale your cluster or replication group.
|
57
57
|
#
|
58
|
-
# When scaling up a Redis OSS cluster or replication group
|
59
|
-
# `ModifyCacheCluster` or `ModifyReplicationGroup`, use a value
|
60
|
-
# this list for the `CacheNodeType` parameter.
|
58
|
+
# When scaling up a Valkey or Redis OSS cluster or replication group
|
59
|
+
# using `ModifyCacheCluster` or `ModifyReplicationGroup`, use a value
|
60
|
+
# from this list for the `CacheNodeType` parameter.
|
61
61
|
# @return [Array<String>]
|
62
62
|
#
|
63
63
|
# @!attribute [rw] scale_down_modifications
|
64
64
|
# A string list, each element of which specifies a cache node type
|
65
65
|
# which you can use to scale your cluster or replication group. When
|
66
|
-
# scaling down a Redis OSS cluster or replication group
|
67
|
-
# ModifyCacheCluster or ModifyReplicationGroup, use a value from
|
68
|
-
# list for the CacheNodeType parameter.
|
66
|
+
# scaling down a Valkey or Redis OSS cluster or replication group
|
67
|
+
# using ModifyCacheCluster or ModifyReplicationGroup, use a value from
|
68
|
+
# this list for the CacheNodeType parameter.
|
69
69
|
# @return [Array<String>]
|
70
70
|
#
|
71
71
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/AllowedNodeTypeModificationsMessage AWS API Documentation
|
@@ -360,14 +360,14 @@ module Aws::ElastiCache
|
|
360
360
|
# * All current generation instance types are created in Amazon VPC by
|
361
361
|
# default.
|
362
362
|
#
|
363
|
-
# * Redis OSS append-only files (AOF) are not supported for
|
364
|
-
# instances.
|
363
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for
|
364
|
+
# T1 or T2 instances.
|
365
365
|
#
|
366
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
367
|
-
# instances.
|
366
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
367
|
+
# supported on T1 instances.
|
368
368
|
#
|
369
|
-
# *
|
370
|
-
#
|
369
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
370
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
371
371
|
#
|
372
372
|
#
|
373
373
|
#
|
@@ -393,8 +393,8 @@ module Aws::ElastiCache
|
|
393
393
|
# @!attribute [rw] num_cache_nodes
|
394
394
|
# The number of cache nodes in the cluster.
|
395
395
|
#
|
396
|
-
# For clusters running Redis OSS, this value must be 1. For
|
397
|
-
# running Memcached, this value must be between 1 and 40.
|
396
|
+
# For clusters running Valkey or Redis OSS, this value must be 1. For
|
397
|
+
# clusters running Memcached, this value must be between 1 and 40.
|
398
398
|
# @return [Integer]
|
399
399
|
#
|
400
400
|
# @!attribute [rw] preferred_availability_zone
|
@@ -465,10 +465,10 @@ module Aws::ElastiCache
|
|
465
465
|
# @return [Array<Types::CacheNode>]
|
466
466
|
#
|
467
467
|
# @!attribute [rw] auto_minor_version_upgrade
|
468
|
-
# If you are running Redis OSS engine version 6.0 or later,
|
469
|
-
# parameter to yes if you want to opt-in to the next auto
|
470
|
-
# version upgrade campaign. This parameter is disabled for
|
471
|
-
# versions.
|
468
|
+
# If you are running Valkey or Redis OSS engine version 6.0 or later,
|
469
|
+
# set this parameter to yes if you want to opt-in to the next auto
|
470
|
+
# minor version upgrade campaign. This parameter is disabled for
|
471
|
+
# previous versions.
|
472
472
|
# @return [Boolean]
|
473
473
|
#
|
474
474
|
# @!attribute [rw] security_groups
|
@@ -499,7 +499,7 @@ module Aws::ElastiCache
|
|
499
499
|
#
|
500
500
|
# @!attribute [rw] auth_token_enabled
|
501
501
|
# A flag that enables using an `AuthToken` (password) when issuing
|
502
|
-
# Redis OSS commands.
|
502
|
+
# Valkey or Redis OSS commands.
|
503
503
|
#
|
504
504
|
# Default: `false`
|
505
505
|
# @return [Boolean]
|
@@ -546,9 +546,9 @@ module Aws::ElastiCache
|
|
546
546
|
#
|
547
547
|
# @!attribute [rw] network_type
|
548
548
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
549
|
-
# for workloads using Redis OSS engine version
|
550
|
-
# engine version 1.6.6
|
551
|
-
# system][1].
|
549
|
+
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
550
|
+
# 6.2 and above or Memcached engine version 1.6.6 and above on all
|
551
|
+
# instances built on the [Nitro system][1].
|
552
552
|
#
|
553
553
|
#
|
554
554
|
#
|
@@ -557,9 +557,9 @@ module Aws::ElastiCache
|
|
557
557
|
#
|
558
558
|
# @!attribute [rw] ip_discovery
|
559
559
|
# The network type associated with the cluster, either `ipv4` \|
|
560
|
-
# `ipv6`. IPv6 is supported for workloads using
|
561
|
-
# version 6.2
|
562
|
-
# instances built on the [Nitro system][1].
|
560
|
+
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
561
|
+
# Redis OSS engine version 6.2 and above or Memcached engine version
|
562
|
+
# 1.6.6 and above on all instances built on the [Nitro system][1].
|
563
563
|
#
|
564
564
|
#
|
565
565
|
#
|
@@ -704,7 +704,7 @@ module Aws::ElastiCache
|
|
704
704
|
|
705
705
|
# Represents an individual cache node within a cluster. Each cache node
|
706
706
|
# runs its own instance of the cluster's protocol-compliant caching
|
707
|
-
# software - either Memcached or Redis OSS.
|
707
|
+
# software - either Memcached, Valkey or Redis OSS.
|
708
708
|
#
|
709
709
|
# The following node types are supported by ElastiCache. Generally
|
710
710
|
# speaking, the current generation types provide more memory and
|
@@ -807,14 +807,14 @@ module Aws::ElastiCache
|
|
807
807
|
# * All current generation instance types are created in Amazon VPC by
|
808
808
|
# default.
|
809
809
|
#
|
810
|
-
# * Redis OSS append-only files (AOF) are not supported for T1
|
811
|
-
# instances.
|
810
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for T1
|
811
|
+
# or T2 instances.
|
812
812
|
#
|
813
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
814
|
-
# instances.
|
813
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
814
|
+
# supported on T1 instances.
|
815
815
|
#
|
816
|
-
# *
|
817
|
-
#
|
816
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
817
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
818
818
|
#
|
819
819
|
#
|
820
820
|
#
|
@@ -873,9 +873,9 @@ module Aws::ElastiCache
|
|
873
873
|
end
|
874
874
|
|
875
875
|
# A parameter that has a different value for each cache node type it is
|
876
|
-
# applied to. For example, in a Redis OSS cluster, a
|
877
|
-
# cache node type would have a larger `maxmemory` value
|
878
|
-
# `cache.m1.small` type.
|
876
|
+
# applied to. For example, in a Valkey or Redis OSS cluster, a
|
877
|
+
# `cache.m1.large` cache node type would have a larger `maxmemory` value
|
878
|
+
# than a `cache.m1.small` type.
|
879
879
|
#
|
880
880
|
# @!attribute [rw] parameter_name
|
881
881
|
# The name of the parameter.
|
@@ -1290,9 +1290,9 @@ module Aws::ElastiCache
|
|
1290
1290
|
#
|
1291
1291
|
# @!attribute [rw] supported_network_types
|
1292
1292
|
# Either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
1293
|
-
# workloads using Redis OSS engine version 6.2
|
1294
|
-
# engine version 1.6.6
|
1295
|
-
# system][1].
|
1293
|
+
# 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
|
1295
|
+
# instances built on the [Nitro system][1].
|
1296
1296
|
#
|
1297
1297
|
#
|
1298
1298
|
#
|
@@ -1429,8 +1429,8 @@ module Aws::ElastiCache
|
|
1429
1429
|
end
|
1430
1430
|
|
1431
1431
|
# @!attribute [rw] replication_group
|
1432
|
-
# Contains all of the attributes of a specific Redis OSS
|
1433
|
-
# group.
|
1432
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
1433
|
+
# replication group.
|
1434
1434
|
# @return [Types::ReplicationGroup]
|
1435
1435
|
#
|
1436
1436
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CompleteMigrationResponse AWS API Documentation
|
@@ -1446,10 +1446,11 @@ module Aws::ElastiCache
|
|
1446
1446
|
# members: NodeGroupId, NewReplicaCount, and PreferredAvailabilityZones.
|
1447
1447
|
#
|
1448
1448
|
# @!attribute [rw] node_group_id
|
1449
|
-
# The 4-digit id for the node group you are configuring. For
|
1450
|
-
# (cluster mode disabled) replication groups, the node group
|
1451
|
-
# always 0001. To find a Redis OSS (cluster mode
|
1452
|
-
# group's (shard's) id, see [Finding a Shard's
|
1449
|
+
# The 4-digit id for the node group you are configuring. For Valkey or
|
1450
|
+
# Redis OSS (cluster mode disabled) replication groups, the node group
|
1451
|
+
# id is always 0001. To find a Valkey or Redis OSS (cluster mode
|
1452
|
+
# enabled)'s node group's (shard's) id, see [Finding a Shard's
|
1453
|
+
# Id][1].
|
1453
1454
|
#
|
1454
1455
|
#
|
1455
1456
|
#
|
@@ -1459,19 +1460,19 @@ module Aws::ElastiCache
|
|
1459
1460
|
# @!attribute [rw] new_replica_count
|
1460
1461
|
# The number of replicas you want in this node group at the end of
|
1461
1462
|
# this operation. The maximum value for `NewReplicaCount` is 5. The
|
1462
|
-
# minimum value depends upon the type of Redis OSS
|
1463
|
-
# you are working with.
|
1463
|
+
# minimum value depends upon the type of Valkey or Redis OSS
|
1464
|
+
# replication group you are working with.
|
1464
1465
|
#
|
1465
1466
|
# The minimum number of replicas in a shard or replication group is:
|
1466
1467
|
#
|
1467
|
-
# * Redis OSS (cluster mode disabled)
|
1468
|
+
# * Valkey or Redis OSS (cluster mode disabled)
|
1468
1469
|
#
|
1469
1470
|
# * If Multi-AZ: 1
|
1470
1471
|
#
|
1471
1472
|
# * If Multi-AZ: 0
|
1472
1473
|
#
|
1473
|
-
# * Redis OSS (cluster mode enabled): 0 (though you will not
|
1474
|
-
# to failover to a replica if your primary node fails)
|
1474
|
+
# * Valkey or Redis OSS (cluster mode enabled): 0 (though you will not
|
1475
|
+
# be able to failover to a replica if your primary node fails)
|
1475
1476
|
# @return [Integer]
|
1476
1477
|
#
|
1477
1478
|
# @!attribute [rw] preferred_availability_zones
|
@@ -1479,8 +1480,8 @@ module Aws::ElastiCache
|
|
1479
1480
|
# availability zones the replication group's nodes are to be in. The
|
1480
1481
|
# nummber of `PreferredAvailabilityZone` values must equal the value
|
1481
1482
|
# of `NewReplicaCount` plus 1 to account for the primary node. If this
|
1482
|
-
# member of `ReplicaConfiguration` is omitted, ElastiCache
|
1483
|
-
#
|
1483
|
+
# member of `ReplicaConfiguration` is omitted, ElastiCache selects the
|
1484
|
+
# availability zone for each of the replicas.
|
1484
1485
|
# @return [Array<String>]
|
1485
1486
|
#
|
1486
1487
|
# @!attribute [rw] preferred_outpost_arns
|
@@ -1500,23 +1501,24 @@ module Aws::ElastiCache
|
|
1500
1501
|
|
1501
1502
|
# @!attribute [rw] source_serverless_cache_snapshot_name
|
1502
1503
|
# The identifier of the existing serverless cache’s snapshot to be
|
1503
|
-
# copied. Available for Redis OSS and Serverless Memcached
|
1504
|
+
# copied. Available for Valkey, Redis OSS and Serverless Memcached
|
1505
|
+
# only.
|
1504
1506
|
# @return [String]
|
1505
1507
|
#
|
1506
1508
|
# @!attribute [rw] target_serverless_cache_snapshot_name
|
1507
|
-
# The identifier for the snapshot to be created. Available for
|
1508
|
-
# OSS and Serverless Memcached only.
|
1509
|
+
# The identifier for the snapshot to be created. Available for Valkey,
|
1510
|
+
# Redis OSS and Serverless Memcached only.
|
1509
1511
|
# @return [String]
|
1510
1512
|
#
|
1511
1513
|
# @!attribute [rw] kms_key_id
|
1512
1514
|
# The identifier of the KMS key used to encrypt the target snapshot.
|
1513
|
-
# Available for Redis OSS and Serverless Memcached only.
|
1515
|
+
# Available for Valkey, Redis OSS and Serverless Memcached only.
|
1514
1516
|
# @return [String]
|
1515
1517
|
#
|
1516
1518
|
# @!attribute [rw] tags
|
1517
1519
|
# A list of tags to be added to the target snapshot resource. A tag is
|
1518
|
-
# a key-value pair. Available for Redis OSS and Serverless
|
1519
|
-
# only. Default: NULL
|
1520
|
+
# a key-value pair. Available for Valkey, Redis OSS and Serverless
|
1521
|
+
# Memcached only. Default: NULL
|
1520
1522
|
# @return [Array<Types::Tag>]
|
1521
1523
|
#
|
1522
1524
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopyServerlessCacheSnapshotRequest AWS API Documentation
|
@@ -1532,7 +1534,7 @@ module Aws::ElastiCache
|
|
1532
1534
|
|
1533
1535
|
# @!attribute [rw] serverless_cache_snapshot
|
1534
1536
|
# The response for the attempt to copy the serverless cache snapshot.
|
1535
|
-
# Available for Redis OSS and Serverless Memcached only.
|
1537
|
+
# Available for Valkey, Redis OSS and Serverless Memcached only.
|
1536
1538
|
# @return [Types::ServerlessCacheSnapshot]
|
1537
1539
|
#
|
1538
1540
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopyServerlessCacheSnapshotResponse AWS API Documentation
|
@@ -1597,8 +1599,8 @@ module Aws::ElastiCache
|
|
1597
1599
|
end
|
1598
1600
|
|
1599
1601
|
# @!attribute [rw] snapshot
|
1600
|
-
# Represents a copy of an entire Redis OSS cluster as of the
|
1601
|
-
# the snapshot was taken.
|
1602
|
+
# Represents a copy of an entire Valkey or Redis OSS cluster as of the
|
1603
|
+
# time when the snapshot was taken.
|
1602
1604
|
# @return [Types::Snapshot]
|
1603
1605
|
#
|
1604
1606
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopySnapshotResult AWS API Documentation
|
@@ -1689,8 +1691,8 @@ module Aws::ElastiCache
|
|
1689
1691
|
# @!attribute [rw] num_cache_nodes
|
1690
1692
|
# The initial number of cache nodes that the cluster has.
|
1691
1693
|
#
|
1692
|
-
# For clusters running Redis OSS, this value must be 1. For
|
1693
|
-
# running Memcached, this value must be between 1 and 40.
|
1694
|
+
# For clusters running Valkey or Redis OSS, this value must be 1. For
|
1695
|
+
# clusters running Memcached, this value must be between 1 and 40.
|
1694
1696
|
#
|
1695
1697
|
# If you need more than 40 nodes for your Memcached cluster, please
|
1696
1698
|
# fill out the ElastiCache Limit Increase Request form at
|
@@ -1806,14 +1808,14 @@ module Aws::ElastiCache
|
|
1806
1808
|
# * All current generation instance types are created in Amazon VPC by
|
1807
1809
|
# default.
|
1808
1810
|
#
|
1809
|
-
# * Redis OSS append-only files (AOF) are not supported for
|
1810
|
-
# instances.
|
1811
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for
|
1812
|
+
# T1 or T2 instances.
|
1811
1813
|
#
|
1812
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
1813
|
-
# instances.
|
1814
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
1815
|
+
# supported on T1 instances.
|
1814
1816
|
#
|
1815
|
-
# *
|
1816
|
-
#
|
1817
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
1818
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
1817
1819
|
#
|
1818
1820
|
#
|
1819
1821
|
#
|
@@ -1884,10 +1886,10 @@ module Aws::ElastiCache
|
|
1884
1886
|
#
|
1885
1887
|
# @!attribute [rw] snapshot_arns
|
1886
1888
|
# A single-element string list containing an Amazon Resource Name
|
1887
|
-
# (ARN) that uniquely identifies a Redis OSS RDB snapshot
|
1888
|
-
# in Amazon S3. The snapshot file is used to populate the
|
1889
|
-
# (shard). The Amazon S3 object name in the ARN cannot
|
1890
|
-
# commas.
|
1889
|
+
# (ARN) that uniquely identifies a Valkey or Redis OSS RDB snapshot
|
1890
|
+
# file stored in Amazon S3. The snapshot file is used to populate the
|
1891
|
+
# node group (shard). The Amazon S3 object name in the ARN cannot
|
1892
|
+
# contain any commas.
|
1891
1893
|
#
|
1892
1894
|
# <note markdown="1"> This parameter is only valid if the `Engine` parameter is `redis`.
|
1893
1895
|
#
|
@@ -1897,9 +1899,9 @@ module Aws::ElastiCache
|
|
1897
1899
|
# @return [Array<String>]
|
1898
1900
|
#
|
1899
1901
|
# @!attribute [rw] snapshot_name
|
1900
|
-
# The name of a Redis OSS snapshot from which to restore
|
1901
|
-
# new node group (shard). The snapshot status changes to
|
1902
|
-
# while the new node group (shard) is being created.
|
1902
|
+
# The name of a Valkey or Redis OSS snapshot from which to restore
|
1903
|
+
# data into the new node group (shard). The snapshot status changes to
|
1904
|
+
# `restoring` while the new node group (shard) is being created.
|
1903
1905
|
#
|
1904
1906
|
# <note markdown="1"> This parameter is only valid if the `Engine` parameter is `redis`.
|
1905
1907
|
#
|
@@ -1928,10 +1930,10 @@ module Aws::ElastiCache
|
|
1928
1930
|
# @return [String]
|
1929
1931
|
#
|
1930
1932
|
# @!attribute [rw] auto_minor_version_upgrade
|
1931
|
-
# If you are running
|
1932
|
-
#
|
1933
|
-
# version upgrade campaign. This parameter is disabled for
|
1934
|
-
# versions.
|
1933
|
+
# If you are running Valkey 7.2 and above or Redis OSS engine version
|
1934
|
+
# 6.0 and above, set this parameter to yes to opt-in to the next auto
|
1935
|
+
# minor version upgrade campaign. This parameter is disabled for
|
1936
|
+
# previous versions.
|
1935
1937
|
# @return [Boolean]
|
1936
1938
|
#
|
1937
1939
|
# @!attribute [rw] snapshot_retention_limit
|
@@ -2008,9 +2010,9 @@ module Aws::ElastiCache
|
|
2008
2010
|
#
|
2009
2011
|
# @!attribute [rw] network_type
|
2010
2012
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
2011
|
-
# for workloads using Redis OSS engine version
|
2012
|
-
# engine version 1.6.6
|
2013
|
-
# system][1].
|
2013
|
+
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
2014
|
+
# 6.2 and above or Memcached engine version 1.6.6 and above on all
|
2015
|
+
# instances built on the [Nitro system][1].
|
2014
2016
|
#
|
2015
2017
|
#
|
2016
2018
|
#
|
@@ -2019,9 +2021,10 @@ module Aws::ElastiCache
|
|
2019
2021
|
#
|
2020
2022
|
# @!attribute [rw] ip_discovery
|
2021
2023
|
# The network type you choose when modifying a cluster, either `ipv4`
|
2022
|
-
# \| `ipv6`. IPv6 is supported for workloads using
|
2023
|
-
# version 6.2
|
2024
|
-
# instances built on the [Nitro
|
2024
|
+
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
2025
|
+
# above, Redis OSS engine version 6.2 and above or Memcached engine
|
2026
|
+
# version 1.6.6 and above on all instances built on the [Nitro
|
2027
|
+
# system][1].
|
2025
2028
|
#
|
2026
2029
|
#
|
2027
2030
|
#
|
@@ -2324,8 +2327,8 @@ module Aws::ElastiCache
|
|
2324
2327
|
# Specifies whether a read-only replica is automatically promoted to
|
2325
2328
|
# read/write primary if the existing primary fails.
|
2326
2329
|
#
|
2327
|
-
# `AutomaticFailoverEnabled` must be enabled for Redis OSS
|
2328
|
-
# mode enabled) replication groups.
|
2330
|
+
# `AutomaticFailoverEnabled` must be enabled for Valkey or Redis OSS
|
2331
|
+
# (cluster mode enabled) replication groups.
|
2329
2332
|
#
|
2330
2333
|
# Default: false
|
2331
2334
|
# @return [Boolean]
|
@@ -2378,9 +2381,9 @@ module Aws::ElastiCache
|
|
2378
2381
|
#
|
2379
2382
|
# @!attribute [rw] num_node_groups
|
2380
2383
|
# An optional parameter that specifies the number of node groups
|
2381
|
-
# (shards) for this Redis OSS (cluster mode enabled)
|
2382
|
-
# group. For Redis OSS (cluster mode disabled)
|
2383
|
-
# parameter or set it to 1.
|
2384
|
+
# (shards) for this Valkey or Redis OSS (cluster mode enabled)
|
2385
|
+
# replication group. For Valkey or Redis OSS (cluster mode disabled)
|
2386
|
+
# either omit this parameter or set it to 1.
|
2384
2387
|
#
|
2385
2388
|
# Default: 1
|
2386
2389
|
# @return [Integer]
|
@@ -2396,13 +2399,14 @@ module Aws::ElastiCache
|
|
2396
2399
|
# `PrimaryAvailabilityZone`, `ReplicaAvailabilityZones`,
|
2397
2400
|
# `ReplicaCount`, and `Slots`.
|
2398
2401
|
#
|
2399
|
-
# If you're creating a Redis OSS (cluster mode disabled) or
|
2400
|
-
# OSS (cluster mode enabled) replication group, you
|
2401
|
-
# parameter to individually configure each node group
|
2402
|
-
# can omit this parameter. However, it is required
|
2403
|
-
# Redis OSS (cluster mode enabled) cluster
|
2404
|
-
# must configure each node group (shard) using
|
2405
|
-
# you must specify the slots for each node
|
2402
|
+
# If you're creating a Valkey or Redis OSS (cluster mode disabled) or
|
2403
|
+
# a Valkey or Redis OSS (cluster mode enabled) replication group, you
|
2404
|
+
# can use this parameter to individually configure each node group
|
2405
|
+
# (shard), or you can omit this parameter. However, it is required
|
2406
|
+
# when seeding a Valkey or Redis OSS (cluster mode enabled) cluster
|
2407
|
+
# from a S3 rdb file. You must configure each node group (shard) using
|
2408
|
+
# this parameter because you must specify the slots for each node
|
2409
|
+
# group.
|
2406
2410
|
# @return [Array<Types::NodeGroupConfiguration>]
|
2407
2411
|
#
|
2408
2412
|
# @!attribute [rw] cache_node_type
|
@@ -2510,14 +2514,14 @@ module Aws::ElastiCache
|
|
2510
2514
|
# * All current generation instance types are created in Amazon VPC by
|
2511
2515
|
# default.
|
2512
2516
|
#
|
2513
|
-
# * Redis OSS append-only files (AOF) are not supported for
|
2514
|
-
# instances.
|
2517
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for
|
2518
|
+
# T1 or T2 instances.
|
2515
2519
|
#
|
2516
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
2517
|
-
# instances.
|
2520
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
2521
|
+
# supported on T1 instances.
|
2518
2522
|
#
|
2519
|
-
# *
|
2520
|
-
#
|
2523
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
2524
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
2521
2525
|
#
|
2522
2526
|
#
|
2523
2527
|
#
|
@@ -2551,15 +2555,15 @@ module Aws::ElastiCache
|
|
2551
2555
|
# group. If this argument is omitted, the default cache parameter
|
2552
2556
|
# group for the specified engine is used.
|
2553
2557
|
#
|
2554
|
-
# If you are running Redis OSS version 3.2.4 or later, only
|
2555
|
-
# group (shard), and want to use a default parameter group,
|
2556
|
-
# recommend that you specify the parameter group by name.
|
2558
|
+
# If you are running Valkey or Redis OSS version 3.2.4 or later, only
|
2559
|
+
# one node group (shard), and want to use a default parameter group,
|
2560
|
+
# we recommend that you specify the parameter group by name.
|
2557
2561
|
#
|
2558
|
-
# * To create a Redis OSS (cluster mode disabled)
|
2559
|
-
# use `CacheParameterGroupName=default.redis3.2`.
|
2562
|
+
# * To create a Valkey or Redis OSS (cluster mode disabled)
|
2563
|
+
# replication group, use `CacheParameterGroupName=default.redis3.2`.
|
2560
2564
|
#
|
2561
|
-
# * To create a Redis OSS (cluster mode enabled) replication
|
2562
|
-
# use `CacheParameterGroupName=default.redis3.2.cluster.on`.
|
2565
|
+
# * To create a Valkey or Redis OSS (cluster mode enabled) replication
|
2566
|
+
# group, use `CacheParameterGroupName=default.redis3.2.cluster.on`.
|
2563
2567
|
# @return [String]
|
2564
2568
|
#
|
2565
2569
|
# @!attribute [rw] cache_subnet_group_name
|
@@ -2599,13 +2603,13 @@ module Aws::ElastiCache
|
|
2599
2603
|
#
|
2600
2604
|
# @!attribute [rw] snapshot_arns
|
2601
2605
|
# A list of Amazon Resource Names (ARN) that uniquely identify the
|
2602
|
-
# Redis OSS RDB snapshot files stored in Amazon S3. The
|
2603
|
-
# are used to populate the new replication group. The
|
2604
|
-
# name in the ARN cannot contain any commas. The new
|
2605
|
-
# will have the number of node groups (console:
|
2606
|
-
# the parameter *NumNodeGroups* or the number of
|
2607
|
-
# configured by *NodeGroupConfiguration* regardless of the
|
2608
|
-
# ARNs specified here.
|
2606
|
+
# Valkey or Redis OSS RDB snapshot files stored in Amazon S3. The
|
2607
|
+
# snapshot files are used to populate the new replication group. The
|
2608
|
+
# Amazon S3 object name in the ARN cannot contain any commas. The new
|
2609
|
+
# replication group will have the number of node groups (console:
|
2610
|
+
# shards) specified by the parameter *NumNodeGroups* or the number of
|
2611
|
+
# node groups configured by *NodeGroupConfiguration* regardless of the
|
2612
|
+
# number of ARNs specified here.
|
2609
2613
|
#
|
2610
2614
|
# Example of an Amazon S3 ARN: `arn:aws:s3:::my_bucket/snapshot1.rdb`
|
2611
2615
|
# @return [Array<String>]
|
@@ -2656,10 +2660,10 @@ module Aws::ElastiCache
|
|
2656
2660
|
# @return [String]
|
2657
2661
|
#
|
2658
2662
|
# @!attribute [rw] auto_minor_version_upgrade
|
2659
|
-
# If you are running
|
2660
|
-
#
|
2661
|
-
# version upgrade campaign. This parameter is disabled for
|
2662
|
-
# versions.
|
2663
|
+
# If you are running Valkey 7.2 and above or Redis OSS engine version
|
2664
|
+
# 6.0 and above, set this parameter to yes to opt-in to the next auto
|
2665
|
+
# minor version upgrade campaign. This parameter is disabled for
|
2666
|
+
# previous versions.
|
2663
2667
|
# @return [Boolean]
|
2664
2668
|
#
|
2665
2669
|
# @!attribute [rw] snapshot_retention_limit
|
@@ -2767,9 +2771,9 @@ module Aws::ElastiCache
|
|
2767
2771
|
#
|
2768
2772
|
# @!attribute [rw] network_type
|
2769
2773
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
2770
|
-
# for workloads using Redis OSS engine version
|
2771
|
-
# engine version 1.6.6
|
2772
|
-
# system][1].
|
2774
|
+
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
2775
|
+
# 6.2 and above or Memcached engine version 1.6.6 and above on all
|
2776
|
+
# instances built on the [Nitro system][1].
|
2773
2777
|
#
|
2774
2778
|
#
|
2775
2779
|
#
|
@@ -2778,9 +2782,10 @@ module Aws::ElastiCache
|
|
2778
2782
|
#
|
2779
2783
|
# @!attribute [rw] ip_discovery
|
2780
2784
|
# The network type you choose when creating a replication group,
|
2781
|
-
# either `ipv4` \| `ipv6`. IPv6 is supported for workloads using
|
2782
|
-
#
|
2783
|
-
# all instances built on
|
2785
|
+
# either `ipv4` \| `ipv6`. IPv6 is supported for workloads using
|
2786
|
+
# Valkey 7.2 and above, Redis OSS engine version 6.2 and above or
|
2787
|
+
# Memcached engine version 1.6.6 and above on all instances built on
|
2788
|
+
# the [Nitro system][1].
|
2784
2789
|
#
|
2785
2790
|
#
|
2786
2791
|
#
|
@@ -2794,9 +2799,9 @@ module Aws::ElastiCache
|
|
2794
2799
|
# When setting `TransitEncryptionEnabled` to `true`, you can set your
|
2795
2800
|
# `TransitEncryptionMode` to `preferred` in the same request, to allow
|
2796
2801
|
# both encrypted and unencrypted connections at the same time. Once
|
2797
|
-
# you migrate all your Redis OSS clients to use encrypted
|
2798
|
-
# you can modify the value to `required` to allow
|
2799
|
-
# connections only.
|
2802
|
+
# you migrate all your Valkey or Redis OSS clients to use encrypted
|
2803
|
+
# connections you can modify the value to `required` to allow
|
2804
|
+
# encrypted connections only.
|
2800
2805
|
#
|
2801
2806
|
# Setting `TransitEncryptionMode` to `required` is a two-step process
|
2802
2807
|
# that requires you to first set the `TransitEncryptionMode` to
|
@@ -2810,16 +2815,16 @@ module Aws::ElastiCache
|
|
2810
2815
|
# @!attribute [rw] cluster_mode
|
2811
2816
|
# Enabled or Disabled. To modify cluster mode from Disabled to
|
2812
2817
|
# Enabled, you must first set the cluster mode to Compatible.
|
2813
|
-
# Compatible mode allows your Redis OSS clients to connect
|
2814
|
-
# cluster mode enabled and cluster mode disabled. After you
|
2815
|
-
# all Redis OSS clients to use cluster mode enabled,
|
2816
|
-
# complete cluster mode configuration and set the cluster
|
2817
|
-
# Enabled.
|
2818
|
+
# Compatible mode allows your Valkey or Redis OSS clients to connect
|
2819
|
+
# using both cluster mode enabled and cluster mode disabled. After you
|
2820
|
+
# migrate all Valkey or Redis OSS clients to use cluster mode enabled,
|
2821
|
+
# you can then complete cluster mode configuration and set the cluster
|
2822
|
+
# mode to Enabled.
|
2818
2823
|
# @return [String]
|
2819
2824
|
#
|
2820
2825
|
# @!attribute [rw] serverless_cache_snapshot_name
|
2821
2826
|
# The name of the snapshot used to create a replication group.
|
2822
|
-
# Available for Redis OSS only.
|
2827
|
+
# Available for Valkey, Redis OSS only.
|
2823
2828
|
# @return [String]
|
2824
2829
|
#
|
2825
2830
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroupMessage AWS API Documentation
|
@@ -2869,8 +2874,8 @@ module Aws::ElastiCache
|
|
2869
2874
|
end
|
2870
2875
|
|
2871
2876
|
# @!attribute [rw] replication_group
|
2872
|
-
# Contains all of the attributes of a specific Redis OSS
|
2873
|
-
# group.
|
2877
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
2878
|
+
# replication group.
|
2874
2879
|
# @return [Types::ReplicationGroup]
|
2875
2880
|
#
|
2876
2881
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroupResult AWS API Documentation
|
@@ -2922,7 +2927,8 @@ module Aws::ElastiCache
|
|
2922
2927
|
#
|
2923
2928
|
# @!attribute [rw] snapshot_arns_to_restore
|
2924
2929
|
# The ARN(s) of the snapshot that the new serverless cache will be
|
2925
|
-
# created from. Available for Redis OSS and Serverless
|
2930
|
+
# created from. Available for Valkey, Redis OSS and Serverless
|
2931
|
+
# Memcached only.
|
2926
2932
|
# @return [Array<String>]
|
2927
2933
|
#
|
2928
2934
|
# @!attribute [rw] tags
|
@@ -2932,7 +2938,7 @@ module Aws::ElastiCache
|
|
2932
2938
|
#
|
2933
2939
|
# @!attribute [rw] user_group_id
|
2934
2940
|
# The identifier of the UserGroup to be associated with the serverless
|
2935
|
-
# cache. Available for Redis OSS only. Default is NULL.
|
2941
|
+
# cache. Available for Valkey and Redis OSS only. Default is NULL.
|
2936
2942
|
# @return [String]
|
2937
2943
|
#
|
2938
2944
|
# @!attribute [rw] subnet_ids
|
@@ -2945,14 +2951,14 @@ module Aws::ElastiCache
|
|
2945
2951
|
# The number of snapshots that will be retained for the serverless
|
2946
2952
|
# cache that is being created. As new snapshots beyond this limit are
|
2947
2953
|
# added, the oldest snapshots will be deleted on a rolling basis.
|
2948
|
-
# Available for Redis OSS and Serverless Memcached only.
|
2954
|
+
# Available for Valkey, Redis OSS and Serverless Memcached only.
|
2949
2955
|
# @return [Integer]
|
2950
2956
|
#
|
2951
2957
|
# @!attribute [rw] daily_snapshot_time
|
2952
2958
|
# The daily time that snapshots will be created from the new
|
2953
2959
|
# serverless cache. By default this number is populated with 0, i.e.
|
2954
2960
|
# no snapshots will be created on an automatic daily basis. Available
|
2955
|
-
# for Redis OSS and Serverless Memcached only.
|
2961
|
+
# for Valkey, Redis OSS and Serverless Memcached only.
|
2956
2962
|
# @return [String]
|
2957
2963
|
#
|
2958
2964
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateServerlessCacheRequest AWS API Documentation
|
@@ -2989,25 +2995,25 @@ module Aws::ElastiCache
|
|
2989
2995
|
|
2990
2996
|
# @!attribute [rw] serverless_cache_snapshot_name
|
2991
2997
|
# The name for the snapshot being created. Must be unique for the
|
2992
|
-
# customer account. Available for Redis OSS and Serverless
|
2993
|
-
# only. Must be between 1 and 255 characters.
|
2998
|
+
# customer account. Available for Valkey, Redis OSS and Serverless
|
2999
|
+
# Memcached only. Must be between 1 and 255 characters.
|
2994
3000
|
# @return [String]
|
2995
3001
|
#
|
2996
3002
|
# @!attribute [rw] serverless_cache_name
|
2997
3003
|
# The name of an existing serverless cache. The snapshot is created
|
2998
|
-
# from this cache. Available for Redis OSS and Serverless
|
2999
|
-
# only.
|
3004
|
+
# from this cache. Available for Valkey, Redis OSS and Serverless
|
3005
|
+
# Memcached only.
|
3000
3006
|
# @return [String]
|
3001
3007
|
#
|
3002
3008
|
# @!attribute [rw] kms_key_id
|
3003
3009
|
# The ID of the KMS key used to encrypt the snapshot. Available for
|
3004
|
-
# Redis OSS and Serverless Memcached only. Default: NULL
|
3010
|
+
# Valkey, Redis OSS and Serverless Memcached only. Default: NULL
|
3005
3011
|
# @return [String]
|
3006
3012
|
#
|
3007
3013
|
# @!attribute [rw] tags
|
3008
3014
|
# A list of tags to be added to the snapshot resource. A tag is a
|
3009
|
-
# key-value pair. Available for Redis OSS and Serverless
|
3010
|
-
# only.
|
3015
|
+
# key-value pair. Available for Valkey, Redis OSS and Serverless
|
3016
|
+
# Memcached only.
|
3011
3017
|
# @return [Array<Types::Tag>]
|
3012
3018
|
#
|
3013
3019
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateServerlessCacheSnapshotRequest AWS API Documentation
|
@@ -3023,8 +3029,8 @@ module Aws::ElastiCache
|
|
3023
3029
|
|
3024
3030
|
# @!attribute [rw] serverless_cache_snapshot
|
3025
3031
|
# The state of a serverless cache snapshot at a specific point in
|
3026
|
-
# time, to the millisecond. Available for Redis OSS and
|
3027
|
-
# Memcached only.
|
3032
|
+
# time, to the millisecond. Available for Valkey, Redis OSS and
|
3033
|
+
# Serverless Memcached only.
|
3028
3034
|
# @return [Types::ServerlessCacheSnapshot]
|
3029
3035
|
#
|
3030
3036
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateServerlessCacheSnapshotResponse AWS API Documentation
|
@@ -3074,8 +3080,8 @@ module Aws::ElastiCache
|
|
3074
3080
|
end
|
3075
3081
|
|
3076
3082
|
# @!attribute [rw] snapshot
|
3077
|
-
# Represents a copy of an entire Redis OSS cluster as of the
|
3078
|
-
# the snapshot was taken.
|
3083
|
+
# Represents a copy of an entire Valkey or Redis OSS cluster as of the
|
3084
|
+
# time when the snapshot was taken.
|
3079
3085
|
# @return [Types::Snapshot]
|
3080
3086
|
#
|
3081
3087
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshotResult AWS API Documentation
|
@@ -3101,7 +3107,7 @@ module Aws::ElastiCache
|
|
3101
3107
|
# @!attribute [rw] tags
|
3102
3108
|
# A list of tags to be added to this resource. A tag is a key-value
|
3103
3109
|
# pair. A tag key must be accompanied by a tag value, although null is
|
3104
|
-
# accepted. Available for Redis OSS only.
|
3110
|
+
# accepted. Available for Valkey and Redis OSS only.
|
3105
3111
|
# @return [Array<Types::Tag>]
|
3106
3112
|
#
|
3107
3113
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserGroupMessage AWS API Documentation
|
@@ -3221,18 +3227,18 @@ module Aws::ElastiCache
|
|
3221
3227
|
# If the value of NodeGroupCount is less than the current number of
|
3222
3228
|
# node groups (shards), then either NodeGroupsToRemove or
|
3223
3229
|
# NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list
|
3224
|
-
# of NodeGroupIds to remove from the cluster. ElastiCache
|
3225
|
-
#
|
3226
|
-
#
|
3230
|
+
# of NodeGroupIds to remove from the cluster. ElastiCache will attempt
|
3231
|
+
# to remove all node groups listed by GlobalNodeGroupsToRemove from
|
3232
|
+
# the cluster.
|
3227
3233
|
# @return [Array<String>]
|
3228
3234
|
#
|
3229
3235
|
# @!attribute [rw] global_node_groups_to_retain
|
3230
3236
|
# If the value of NodeGroupCount is less than the current number of
|
3231
3237
|
# node groups (shards), then either NodeGroupsToRemove or
|
3232
3238
|
# NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list
|
3233
|
-
# of NodeGroupIds to retain from the cluster. ElastiCache
|
3234
|
-
#
|
3235
|
-
#
|
3239
|
+
# of NodeGroupIds to retain from the cluster. ElastiCache will attempt
|
3240
|
+
# to retain all node groups listed by GlobalNodeGroupsToRetain from
|
3241
|
+
# the cluster.
|
3236
3242
|
# @return [Array<String>]
|
3237
3243
|
#
|
3238
3244
|
# @!attribute [rw] apply_immediately
|
@@ -3280,29 +3286,29 @@ module Aws::ElastiCache
|
|
3280
3286
|
#
|
3281
3287
|
# @!attribute [rw] new_replica_count
|
3282
3288
|
# The number of read replica nodes you want at the completion of this
|
3283
|
-
# operation. For Redis OSS (cluster mode disabled)
|
3284
|
-
# this is the number of replica nodes in the
|
3285
|
-
# Redis OSS (cluster mode enabled)
|
3286
|
-
# number of replica nodes in each of
|
3287
|
-
# groups.
|
3289
|
+
# operation. For Valkey or Redis OSS (cluster mode disabled)
|
3290
|
+
# replication groups, this is the number of replica nodes in the
|
3291
|
+
# replication group. For Valkey or Redis OSS (cluster mode enabled)
|
3292
|
+
# replication groups, this is the number of replica nodes in each of
|
3293
|
+
# the replication group's node groups.
|
3288
3294
|
#
|
3289
3295
|
# The minimum number of replicas in a shard or replication group is:
|
3290
3296
|
#
|
3291
|
-
# * Redis OSS (cluster mode disabled)
|
3297
|
+
# * Valkey or Redis OSS (cluster mode disabled)
|
3292
3298
|
#
|
3293
3299
|
# * If Multi-AZ is enabled: 1
|
3294
3300
|
#
|
3295
3301
|
# * If Multi-AZ is not enabled: 0
|
3296
3302
|
#
|
3297
|
-
# * Redis OSS (cluster mode enabled): 0 (though you will not
|
3298
|
-
# to failover to a replica if your primary node fails)
|
3303
|
+
# * Valkey or Redis OSS (cluster mode enabled): 0 (though you will not
|
3304
|
+
# be able to failover to a replica if your primary node fails)
|
3299
3305
|
# @return [Integer]
|
3300
3306
|
#
|
3301
3307
|
# @!attribute [rw] replica_configuration
|
3302
3308
|
# A list of `ConfigureShard` objects that can be used to configure
|
3303
|
-
# each shard in a Redis OSS (cluster mode enabled)
|
3304
|
-
# The `ConfigureShard` has three members:
|
3305
|
-
# `NodeGroupId`, and `PreferredAvailabilityZones`.
|
3309
|
+
# each shard in a Valkey or Redis OSS (cluster mode enabled)
|
3310
|
+
# replication group. The `ConfigureShard` has three members:
|
3311
|
+
# `NewReplicaCount`, `NodeGroupId`, and `PreferredAvailabilityZones`.
|
3306
3312
|
# @return [Array<Types::ConfigureShard>]
|
3307
3313
|
#
|
3308
3314
|
# @!attribute [rw] replicas_to_remove
|
@@ -3328,8 +3334,8 @@ module Aws::ElastiCache
|
|
3328
3334
|
end
|
3329
3335
|
|
3330
3336
|
# @!attribute [rw] replication_group
|
3331
|
-
# Contains all of the attributes of a specific Redis OSS
|
3332
|
-
# group.
|
3337
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
3338
|
+
# replication group.
|
3333
3339
|
# @return [Types::ReplicationGroup]
|
3334
3340
|
#
|
3335
3341
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseReplicaCountResult AWS API Documentation
|
@@ -3510,8 +3516,8 @@ module Aws::ElastiCache
|
|
3510
3516
|
end
|
3511
3517
|
|
3512
3518
|
# @!attribute [rw] replication_group
|
3513
|
-
# Contains all of the attributes of a specific Redis OSS
|
3514
|
-
# group.
|
3519
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
3520
|
+
# replication group.
|
3515
3521
|
# @return [Types::ReplicationGroup]
|
3516
3522
|
#
|
3517
3523
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroupResult AWS API Documentation
|
@@ -3528,8 +3534,8 @@ module Aws::ElastiCache
|
|
3528
3534
|
#
|
3529
3535
|
# @!attribute [rw] final_snapshot_name
|
3530
3536
|
# Name of the final snapshot to be taken before the serverless cache
|
3531
|
-
# is deleted. Available for Redis OSS and Serverless Memcached
|
3532
|
-
# Default: NULL, i.e. a final snapshot is not taken.
|
3537
|
+
# is deleted. Available for Valkey, Redis OSS and Serverless Memcached
|
3538
|
+
# only. Default: NULL, i.e. a final snapshot is not taken.
|
3533
3539
|
# @return [String]
|
3534
3540
|
#
|
3535
3541
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteServerlessCacheRequest AWS API Documentation
|
@@ -3555,8 +3561,8 @@ module Aws::ElastiCache
|
|
3555
3561
|
end
|
3556
3562
|
|
3557
3563
|
# @!attribute [rw] serverless_cache_snapshot_name
|
3558
|
-
# Idenfitier of the snapshot to be deleted. Available for
|
3559
|
-
# and Serverless Memcached only.
|
3564
|
+
# Idenfitier of the snapshot to be deleted. Available for Valkey,
|
3565
|
+
# Redis OSS and Serverless Memcached only.
|
3560
3566
|
# @return [String]
|
3561
3567
|
#
|
3562
3568
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteServerlessCacheSnapshotRequest AWS API Documentation
|
@@ -3568,8 +3574,8 @@ module Aws::ElastiCache
|
|
3568
3574
|
end
|
3569
3575
|
|
3570
3576
|
# @!attribute [rw] serverless_cache_snapshot
|
3571
|
-
# The snapshot to be deleted. Available for Redis OSS and
|
3572
|
-
# Memcached only.
|
3577
|
+
# The snapshot to be deleted. Available for Valkey, Redis OSS and
|
3578
|
+
# Serverless Memcached only.
|
3573
3579
|
# @return [Types::ServerlessCacheSnapshot]
|
3574
3580
|
#
|
3575
3581
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteServerlessCacheSnapshotResponse AWS API Documentation
|
@@ -3595,8 +3601,8 @@ module Aws::ElastiCache
|
|
3595
3601
|
end
|
3596
3602
|
|
3597
3603
|
# @!attribute [rw] snapshot
|
3598
|
-
# Represents a copy of an entire Redis OSS cluster as of the
|
3599
|
-
# the snapshot was taken.
|
3604
|
+
# Represents a copy of an entire Valkey or Redis OSS cluster as of the
|
3605
|
+
# time when the snapshot was taken.
|
3600
3606
|
# @return [Types::Snapshot]
|
3601
3607
|
#
|
3602
3608
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteSnapshotResult AWS API Documentation
|
@@ -3665,8 +3671,8 @@ module Aws::ElastiCache
|
|
3665
3671
|
# @!attribute [rw] show_cache_clusters_not_in_replication_groups
|
3666
3672
|
# An optional flag that can be included in the `DescribeCacheCluster`
|
3667
3673
|
# request to show only nodes (API/CLI: clusters) that are not members
|
3668
|
-
# of a replication group. In practice, this
|
3669
|
-
# node Redis OSS clusters.
|
3674
|
+
# of a replication group. In practice, this means Memcached and single
|
3675
|
+
# node Valkey or Redis OSS clusters.
|
3670
3676
|
# @return [Boolean]
|
3671
3677
|
#
|
3672
3678
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeCacheClustersMessage AWS API Documentation
|
@@ -3699,7 +3705,7 @@ module Aws::ElastiCache
|
|
3699
3705
|
#
|
3700
3706
|
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
3701
3707
|
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
3702
|
-
# `redis5.0` \| `redis6.x` \| `redis6.2` \| `redis7`
|
3708
|
+
# `redis5.0` \| `redis6.x` \| `redis6.2` \| `redis7` \| `valkey7`
|
3703
3709
|
#
|
3704
3710
|
# Constraints:
|
3705
3711
|
#
|
@@ -4213,14 +4219,14 @@ module Aws::ElastiCache
|
|
4213
4219
|
# * All current generation instance types are created in Amazon VPC by
|
4214
4220
|
# default.
|
4215
4221
|
#
|
4216
|
-
# * Redis OSS append-only files (AOF) are not supported for
|
4217
|
-
# instances.
|
4222
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for
|
4223
|
+
# T1 or T2 instances.
|
4218
4224
|
#
|
4219
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
4220
|
-
# instances.
|
4225
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
4226
|
+
# supported on T1 instances.
|
4221
4227
|
#
|
4222
|
-
# *
|
4223
|
-
#
|
4228
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
4229
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
4224
4230
|
#
|
4225
4231
|
#
|
4226
4232
|
#
|
@@ -4396,14 +4402,14 @@ module Aws::ElastiCache
|
|
4396
4402
|
# * All current generation instance types are created in Amazon VPC by
|
4397
4403
|
# default.
|
4398
4404
|
#
|
4399
|
-
# * Redis OSS append-only files (AOF) are not supported for
|
4400
|
-
# instances.
|
4405
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for
|
4406
|
+
# T1 or T2 instances.
|
4401
4407
|
#
|
4402
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
4403
|
-
# instances.
|
4408
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
4409
|
+
# supported on T1 instances.
|
4404
4410
|
#
|
4405
|
-
# *
|
4406
|
-
#
|
4411
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
4412
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
4407
4413
|
#
|
4408
4414
|
#
|
4409
4415
|
#
|
@@ -4466,34 +4472,35 @@ module Aws::ElastiCache
|
|
4466
4472
|
# @!attribute [rw] serverless_cache_name
|
4467
4473
|
# The identifier of serverless cache. If this parameter is specified,
|
4468
4474
|
# only snapshots associated with that specific serverless cache are
|
4469
|
-
# described. Available for Redis OSS and Serverless Memcached
|
4475
|
+
# described. Available for Valkey, Redis OSS and Serverless Memcached
|
4476
|
+
# only.
|
4470
4477
|
# @return [String]
|
4471
4478
|
#
|
4472
4479
|
# @!attribute [rw] serverless_cache_snapshot_name
|
4473
4480
|
# The identifier of the serverless cache’s snapshot. If this parameter
|
4474
|
-
# is specified, only this snapshot is described. Available for
|
4475
|
-
# OSS and Serverless Memcached only.
|
4481
|
+
# is specified, only this snapshot is described. Available for Valkey,
|
4482
|
+
# Redis OSS and Serverless Memcached only.
|
4476
4483
|
# @return [String]
|
4477
4484
|
#
|
4478
4485
|
# @!attribute [rw] snapshot_type
|
4479
|
-
# The type of snapshot that is being described. Available for
|
4480
|
-
# OSS and Serverless Memcached only.
|
4486
|
+
# The type of snapshot that is being described. Available for Valkey,
|
4487
|
+
# Redis OSS and Serverless Memcached only.
|
4481
4488
|
# @return [String]
|
4482
4489
|
#
|
4483
4490
|
# @!attribute [rw] next_token
|
4484
4491
|
# An optional marker returned from a prior request to support
|
4485
4492
|
# pagination of results from this operation. If this parameter is
|
4486
4493
|
# specified, the response includes only records beyond the marker, up
|
4487
|
-
# to the value specified by max-results. Available for Redis
|
4488
|
-
# Serverless Memcached only.
|
4494
|
+
# to the value specified by max-results. Available for Valkey, Redis
|
4495
|
+
# OSS and Serverless Memcached only.
|
4489
4496
|
# @return [String]
|
4490
4497
|
#
|
4491
4498
|
# @!attribute [rw] max_results
|
4492
4499
|
# The maximum number of records to include in the response. If more
|
4493
4500
|
# records exist than the specified max-results value, a market is
|
4494
4501
|
# included in the response so that remaining results can be retrieved.
|
4495
|
-
# Available for Redis OSS and Serverless Memcached only.The
|
4496
|
-
# 50. The Validation Constraints are a maximum of 50.
|
4502
|
+
# Available for Valkey, Redis OSS and Serverless Memcached only.The
|
4503
|
+
# default is 50. The Validation Constraints are a maximum of 50.
|
4497
4504
|
# @return [Integer]
|
4498
4505
|
#
|
4499
4506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeServerlessCacheSnapshotsRequest AWS API Documentation
|
@@ -4512,13 +4519,14 @@ module Aws::ElastiCache
|
|
4512
4519
|
# An optional marker returned from a prior request to support
|
4513
4520
|
# pagination of results from this operation. If this parameter is
|
4514
4521
|
# specified, the response includes only records beyond the marker, up
|
4515
|
-
# to the value specified by max-results. Available for Redis
|
4516
|
-
# Serverless Memcached only.
|
4522
|
+
# to the value specified by max-results. Available for Valkey, Redis
|
4523
|
+
# OSS and Serverless Memcached only.
|
4517
4524
|
# @return [String]
|
4518
4525
|
#
|
4519
4526
|
# @!attribute [rw] serverless_cache_snapshots
|
4520
4527
|
# The serverless caches snapshots associated with a given description
|
4521
|
-
# request. Available for Redis OSS and Serverless Memcached
|
4528
|
+
# request. Available for Valkey, Redis OSS and Serverless Memcached
|
4529
|
+
# only.
|
4522
4530
|
# @return [Array<Types::ServerlessCacheSnapshot>]
|
4523
4531
|
#
|
4524
4532
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeServerlessCacheSnapshotsResponse AWS API Documentation
|
@@ -4708,8 +4716,8 @@ module Aws::ElastiCache
|
|
4708
4716
|
# @return [Array<String>]
|
4709
4717
|
#
|
4710
4718
|
# @!attribute [rw] engine
|
4711
|
-
# The Elasticache engine to which the update applies. Either
|
4712
|
-
# or Memcached.
|
4719
|
+
# The Elasticache engine to which the update applies. Either Valkey,
|
4720
|
+
# Redis OSS or Memcached.
|
4713
4721
|
# @return [String]
|
4714
4722
|
#
|
4715
4723
|
# @!attribute [rw] service_update_status
|
@@ -4806,7 +4814,7 @@ module Aws::ElastiCache
|
|
4806
4814
|
end
|
4807
4815
|
|
4808
4816
|
# @!attribute [rw] engine
|
4809
|
-
# The
|
4817
|
+
# The engine.
|
4810
4818
|
# @return [String]
|
4811
4819
|
#
|
4812
4820
|
# @!attribute [rw] user_id
|
@@ -5094,13 +5102,13 @@ module Aws::ElastiCache
|
|
5094
5102
|
|
5095
5103
|
# @!attribute [rw] serverless_cache_snapshot_name
|
5096
5104
|
# The identifier of the serverless cache snapshot to be exported to
|
5097
|
-
# S3. Available for Redis OSS only.
|
5105
|
+
# S3. Available for Valkey and Redis OSS only.
|
5098
5106
|
# @return [String]
|
5099
5107
|
#
|
5100
5108
|
# @!attribute [rw] s3_bucket_name
|
5101
5109
|
# Name of the Amazon S3 bucket to export the snapshot to. The Amazon
|
5102
5110
|
# S3 bucket must also be in same region as the snapshot. Available for
|
5103
|
-
# Redis OSS only.
|
5111
|
+
# Valkey and Redis OSS only.
|
5104
5112
|
# @return [String]
|
5105
5113
|
#
|
5106
5114
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ExportServerlessCacheSnapshotRequest AWS API Documentation
|
@@ -5114,7 +5122,8 @@ module Aws::ElastiCache
|
|
5114
5122
|
|
5115
5123
|
# @!attribute [rw] serverless_cache_snapshot
|
5116
5124
|
# The state of a serverless cache at a specific point in time, to the
|
5117
|
-
# millisecond. Available for Redis OSS and Serverless
|
5125
|
+
# millisecond. Available for Valkey, Redis OSS and Serverless
|
5126
|
+
# Memcached only.
|
5118
5127
|
# @return [Types::ServerlessCacheSnapshot]
|
5119
5128
|
#
|
5120
5129
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ExportServerlessCacheSnapshotResponse AWS API Documentation
|
@@ -5236,11 +5245,11 @@ module Aws::ElastiCache
|
|
5236
5245
|
# @return [String]
|
5237
5246
|
#
|
5238
5247
|
# @!attribute [rw] engine
|
5239
|
-
# The
|
5248
|
+
# The ElastiCache engine. For Valkey or Redis OSS only.
|
5240
5249
|
# @return [String]
|
5241
5250
|
#
|
5242
5251
|
# @!attribute [rw] engine_version
|
5243
|
-
# The
|
5252
|
+
# The ElastiCache engine version.
|
5244
5253
|
# @return [String]
|
5245
5254
|
#
|
5246
5255
|
# @!attribute [rw] members
|
@@ -5259,7 +5268,7 @@ module Aws::ElastiCache
|
|
5259
5268
|
#
|
5260
5269
|
# @!attribute [rw] auth_token_enabled
|
5261
5270
|
# A flag that enables using an `AuthToken` (password) when issuing
|
5262
|
-
# Redis OSS commands.
|
5271
|
+
# Valkey or Redis OSS commands.
|
5263
5272
|
#
|
5264
5273
|
# Default: `false`
|
5265
5274
|
# @return [Boolean]
|
@@ -5434,18 +5443,18 @@ module Aws::ElastiCache
|
|
5434
5443
|
#
|
5435
5444
|
# @!attribute [rw] new_replica_count
|
5436
5445
|
# The number of read replica nodes you want at the completion of this
|
5437
|
-
# operation. For Redis OSS (cluster mode disabled)
|
5438
|
-
# this is the number of replica nodes in the
|
5439
|
-
# Redis OSS (cluster mode enabled)
|
5440
|
-
# number of replica nodes in each of
|
5441
|
-
# groups.
|
5446
|
+
# operation. For Valkey or Redis OSS (cluster mode disabled)
|
5447
|
+
# replication groups, this is the number of replica nodes in the
|
5448
|
+
# replication group. For Valkey or Redis OSS (cluster mode enabled)
|
5449
|
+
# replication groups, this is the number of replica nodes in each of
|
5450
|
+
# the replication group's node groups.
|
5442
5451
|
# @return [Integer]
|
5443
5452
|
#
|
5444
5453
|
# @!attribute [rw] replica_configuration
|
5445
5454
|
# A list of `ConfigureShard` objects that can be used to configure
|
5446
|
-
# each shard in a Redis OSS (cluster mode enabled)
|
5447
|
-
# The `ConfigureShard` has three members:
|
5448
|
-
# `NodeGroupId`, and `PreferredAvailabilityZones`.
|
5455
|
+
# each shard in a Valkey or Redis OSS (cluster mode enabled)
|
5456
|
+
# replication group. The `ConfigureShard` has three members:
|
5457
|
+
# `NewReplicaCount`, `NodeGroupId`, and `PreferredAvailabilityZones`.
|
5449
5458
|
# @return [Array<Types::ConfigureShard>]
|
5450
5459
|
#
|
5451
5460
|
# @!attribute [rw] apply_immediately
|
@@ -5465,8 +5474,8 @@ module Aws::ElastiCache
|
|
5465
5474
|
end
|
5466
5475
|
|
5467
5476
|
# @!attribute [rw] replication_group
|
5468
|
-
# Contains all of the attributes of a specific Redis OSS
|
5469
|
-
# group.
|
5477
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
5478
|
+
# replication group.
|
5470
5479
|
# @return [Types::ReplicationGroup]
|
5471
5480
|
#
|
5472
5481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseReplicaCountResult AWS API Documentation
|
@@ -5569,7 +5578,7 @@ module Aws::ElastiCache
|
|
5569
5578
|
class InvalidReplicationGroupStateFault < Aws::EmptyStructure; end
|
5570
5579
|
|
5571
5580
|
# The state of the serverless cache snapshot was not received. Available
|
5572
|
-
# for Redis OSS and Serverless Memcached only.
|
5581
|
+
# for Valkey, Redis OSS and Serverless Memcached only.
|
5573
5582
|
#
|
5574
5583
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/InvalidServerlessCacheSnapshotStateFault AWS API Documentation
|
5575
5584
|
#
|
@@ -5787,8 +5796,8 @@ module Aws::ElastiCache
|
|
5787
5796
|
# `CacheNodeIdsToRemove` parameter to provide the IDs of the specific
|
5788
5797
|
# cache nodes to remove.
|
5789
5798
|
#
|
5790
|
-
# For clusters running Redis OSS, this value must be 1. For
|
5791
|
-
# running Memcached, this value must be between 1 and 40.
|
5799
|
+
# For clusters running Valkey or Redis OSS, this value must be 1. For
|
5800
|
+
# clusters running Memcached, this value must be between 1 and 40.
|
5792
5801
|
#
|
5793
5802
|
# <note markdown="1"> Adding or removing Memcached cache nodes can be applied immediately
|
5794
5803
|
# or as a pending operation (see `ApplyImmediately`).
|
@@ -6020,6 +6029,11 @@ module Aws::ElastiCache
|
|
6020
6029
|
# Default: `false`
|
6021
6030
|
# @return [Boolean]
|
6022
6031
|
#
|
6032
|
+
# @!attribute [rw] engine
|
6033
|
+
# Modifies the engine listed in a cluster message. The options are
|
6034
|
+
# redis, memcached or valkey.
|
6035
|
+
# @return [String]
|
6036
|
+
#
|
6023
6037
|
# @!attribute [rw] engine_version
|
6024
6038
|
# The upgraded version of the cache engine to be run on the cache
|
6025
6039
|
# nodes.
|
@@ -6036,8 +6050,8 @@ module Aws::ElastiCache
|
|
6036
6050
|
# @return [String]
|
6037
6051
|
#
|
6038
6052
|
# @!attribute [rw] auto_minor_version_upgrade
|
6039
|
-
# If you are running Redis OSS engine version 6.0 or
|
6040
|
-
# parameter to yes
|
6053
|
+
# If you are running Valkey 7.2 or Redis OSS engine version 6.0 or
|
6054
|
+
# later, set this parameter to yes to opt-in to the next auto minor
|
6041
6055
|
# version upgrade campaign. This parameter is disabled for previous
|
6042
6056
|
# versions.
|
6043
6057
|
# @return [Boolean]
|
@@ -6094,8 +6108,7 @@ module Aws::ElastiCache
|
|
6094
6108
|
#
|
6095
6109
|
# * DELETE - allowed only when transitioning to RBAC
|
6096
6110
|
#
|
6097
|
-
# For more information, see [Authenticating Users with
|
6098
|
-
# AUTH][1]
|
6111
|
+
# For more information, see [Authenticating Users with AUTH][1]
|
6099
6112
|
#
|
6100
6113
|
#
|
6101
6114
|
#
|
@@ -6108,9 +6121,10 @@ module Aws::ElastiCache
|
|
6108
6121
|
#
|
6109
6122
|
# @!attribute [rw] ip_discovery
|
6110
6123
|
# The network type you choose when modifying a cluster, either `ipv4`
|
6111
|
-
# \| `ipv6`. IPv6 is supported for workloads using
|
6112
|
-
# version 6.2
|
6113
|
-
# instances built on the [Nitro
|
6124
|
+
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
6125
|
+
# above, Redis OSS engine version 6.2 and above or Memcached engine
|
6126
|
+
# version 1.6.6 and above on all instances built on the [Nitro
|
6127
|
+
# system][1].
|
6114
6128
|
#
|
6115
6129
|
#
|
6116
6130
|
#
|
@@ -6132,6 +6146,7 @@ module Aws::ElastiCache
|
|
6132
6146
|
:cache_parameter_group_name,
|
6133
6147
|
:notification_topic_status,
|
6134
6148
|
:apply_immediately,
|
6149
|
+
:engine,
|
6135
6150
|
:engine_version,
|
6136
6151
|
:auto_minor_version_upgrade,
|
6137
6152
|
:snapshot_retention_limit,
|
@@ -6241,6 +6256,11 @@ module Aws::ElastiCache
|
|
6241
6256
|
# to.
|
6242
6257
|
# @return [String]
|
6243
6258
|
#
|
6259
|
+
# @!attribute [rw] engine
|
6260
|
+
# Modifies the engine listed in a global replication group message.
|
6261
|
+
# The options are redis, memcached or valkey.
|
6262
|
+
# @return [String]
|
6263
|
+
#
|
6244
6264
|
# @!attribute [rw] engine_version
|
6245
6265
|
# The upgraded version of the cache engine to be run on the clusters
|
6246
6266
|
# in the Global datastore.
|
@@ -6267,6 +6287,7 @@ module Aws::ElastiCache
|
|
6267
6287
|
:global_replication_group_id,
|
6268
6288
|
:apply_immediately,
|
6269
6289
|
:cache_node_type,
|
6290
|
+
:engine,
|
6270
6291
|
:engine_version,
|
6271
6292
|
:cache_parameter_group_name,
|
6272
6293
|
:global_replication_group_description,
|
@@ -6316,8 +6337,8 @@ module Aws::ElastiCache
|
|
6316
6337
|
#
|
6317
6338
|
# @!attribute [rw] snapshotting_cluster_id
|
6318
6339
|
# The cluster ID that is used as the daily snapshot source for the
|
6319
|
-
# replication group. This parameter cannot be set for Redis
|
6320
|
-
# (cluster mode enabled) replication groups.
|
6340
|
+
# replication group. This parameter cannot be set for Valkey or Redis
|
6341
|
+
# OSS (cluster mode enabled) replication groups.
|
6321
6342
|
# @return [String]
|
6322
6343
|
#
|
6323
6344
|
# @!attribute [rw] automatic_failover_enabled
|
@@ -6421,6 +6442,11 @@ module Aws::ElastiCache
|
|
6421
6442
|
# Default: `false`
|
6422
6443
|
# @return [Boolean]
|
6423
6444
|
#
|
6445
|
+
# @!attribute [rw] engine
|
6446
|
+
# Modifies the engine listed in a replication group message. The
|
6447
|
+
# options are redis, memcached or valkey.
|
6448
|
+
# @return [String]
|
6449
|
+
#
|
6424
6450
|
# @!attribute [rw] engine_version
|
6425
6451
|
# The upgraded version of the cache engine to be run on the clusters
|
6426
6452
|
# in the replication group.
|
@@ -6437,10 +6463,10 @@ module Aws::ElastiCache
|
|
6437
6463
|
# @return [String]
|
6438
6464
|
#
|
6439
6465
|
# @!attribute [rw] auto_minor_version_upgrade
|
6440
|
-
# If you are running Redis OSS engine version 6.0 or later,
|
6441
|
-
# parameter to yes if you want to opt-in to the next auto
|
6442
|
-
# version upgrade campaign. This parameter is disabled for
|
6443
|
-
# versions.
|
6466
|
+
# If you are running Valkey or Redis OSS engine version 6.0 or later,
|
6467
|
+
# set this parameter to yes if you want to opt-in to the next auto
|
6468
|
+
# minor version upgrade campaign. This parameter is disabled for
|
6469
|
+
# previous versions.
|
6444
6470
|
# @return [Boolean]
|
6445
6471
|
#
|
6446
6472
|
# @!attribute [rw] snapshot_retention_limit
|
@@ -6500,8 +6526,7 @@ module Aws::ElastiCache
|
|
6500
6526
|
#
|
6501
6527
|
# * DELETE - allowed only when transitioning to RBAC
|
6502
6528
|
#
|
6503
|
-
# For more information, see [Authenticating Users with
|
6504
|
-
# AUTH][1]
|
6529
|
+
# For more information, see [Authenticating Users with AUTH][1]
|
6505
6530
|
#
|
6506
6531
|
#
|
6507
6532
|
#
|
@@ -6529,9 +6554,10 @@ module Aws::ElastiCache
|
|
6529
6554
|
#
|
6530
6555
|
# @!attribute [rw] ip_discovery
|
6531
6556
|
# The network type you choose when modifying a cluster, either `ipv4`
|
6532
|
-
# \| `ipv6`. IPv6 is supported for workloads using
|
6533
|
-
# version 6.2
|
6534
|
-
# instances built on the [Nitro
|
6557
|
+
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
6558
|
+
# above, Redis OSS engine version 6.2 and above or Memcached engine
|
6559
|
+
# version 1.6.6 and above on all instances built on the [Nitro
|
6560
|
+
# system][1].
|
6535
6561
|
#
|
6536
6562
|
#
|
6537
6563
|
#
|
@@ -6551,9 +6577,9 @@ module Aws::ElastiCache
|
|
6551
6577
|
# You must set `TransitEncryptionEnabled` to `true`, for your existing
|
6552
6578
|
# cluster, and set `TransitEncryptionMode` to `preferred` in the same
|
6553
6579
|
# request to allow both encrypted and unencrypted connections at the
|
6554
|
-
# same time. Once you migrate all your Redis OSS clients to
|
6555
|
-
# encrypted connections you can set the value to `required` to
|
6556
|
-
# encrypted connections only.
|
6580
|
+
# same time. Once you migrate all your Valkey or Redis OSS clients to
|
6581
|
+
# use encrypted connections you can set the value to `required` to
|
6582
|
+
# allow encrypted connections only.
|
6557
6583
|
#
|
6558
6584
|
# Setting `TransitEncryptionMode` to `required` is a two-step process
|
6559
6585
|
# that requires you to first set the `TransitEncryptionMode` to
|
@@ -6564,11 +6590,11 @@ module Aws::ElastiCache
|
|
6564
6590
|
# @!attribute [rw] cluster_mode
|
6565
6591
|
# Enabled or Disabled. To modify cluster mode from Disabled to
|
6566
6592
|
# Enabled, you must first set the cluster mode to Compatible.
|
6567
|
-
# Compatible mode allows your Redis OSS clients to connect
|
6568
|
-
# cluster mode enabled and cluster mode disabled. After you
|
6569
|
-
# all Redis OSS clients to use cluster mode enabled,
|
6570
|
-
# complete cluster mode configuration and set the cluster
|
6571
|
-
# Enabled.
|
6593
|
+
# Compatible mode allows your Valkey or Redis OSS clients to connect
|
6594
|
+
# using both cluster mode enabled and cluster mode disabled. After you
|
6595
|
+
# migrate all Valkey or Redis OSS clients to use cluster mode enabled,
|
6596
|
+
# you can then complete cluster mode configuration and set the cluster
|
6597
|
+
# mode to Enabled.
|
6572
6598
|
# @return [String]
|
6573
6599
|
#
|
6574
6600
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupMessage AWS API Documentation
|
@@ -6588,6 +6614,7 @@ module Aws::ElastiCache
|
|
6588
6614
|
:cache_parameter_group_name,
|
6589
6615
|
:notification_topic_status,
|
6590
6616
|
:apply_immediately,
|
6617
|
+
:engine,
|
6591
6618
|
:engine_version,
|
6592
6619
|
:auto_minor_version_upgrade,
|
6593
6620
|
:snapshot_retention_limit,
|
@@ -6608,8 +6635,8 @@ module Aws::ElastiCache
|
|
6608
6635
|
end
|
6609
6636
|
|
6610
6637
|
# @!attribute [rw] replication_group
|
6611
|
-
# Contains all of the attributes of a specific Redis OSS
|
6612
|
-
# group.
|
6638
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
6639
|
+
# replication group.
|
6613
6640
|
# @return [Types::ReplicationGroup]
|
6614
6641
|
#
|
6615
6642
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupResult AWS API Documentation
|
@@ -6624,7 +6651,7 @@ module Aws::ElastiCache
|
|
6624
6651
|
# operation.
|
6625
6652
|
#
|
6626
6653
|
# @!attribute [rw] replication_group_id
|
6627
|
-
# The name of the Redis OSS (cluster mode enabled) cluster
|
6654
|
+
# The name of the Valkey or Redis OSS (cluster mode enabled) cluster
|
6628
6655
|
# (replication group) on which the shards are to be configured.
|
6629
6656
|
# @return [String]
|
6630
6657
|
#
|
@@ -6658,8 +6685,8 @@ module Aws::ElastiCache
|
|
6658
6685
|
# `NodeGroupsToRetain` is required. `NodeGroupsToRemove` is a list of
|
6659
6686
|
# `NodeGroupId`s to remove from the cluster.
|
6660
6687
|
#
|
6661
|
-
# ElastiCache
|
6662
|
-
#
|
6688
|
+
# ElastiCache will attempt to remove all node groups listed by
|
6689
|
+
# `NodeGroupsToRemove` from the cluster.
|
6663
6690
|
# @return [Array<String>]
|
6664
6691
|
#
|
6665
6692
|
# @!attribute [rw] node_groups_to_retain
|
@@ -6668,8 +6695,8 @@ module Aws::ElastiCache
|
|
6668
6695
|
# `NodeGroupsToRetain` is required. `NodeGroupsToRetain` is a list of
|
6669
6696
|
# `NodeGroupId`s to retain in the cluster.
|
6670
6697
|
#
|
6671
|
-
# ElastiCache
|
6672
|
-
#
|
6698
|
+
# ElastiCache will attempt to remove all node groups except those
|
6699
|
+
# listed by `NodeGroupsToRetain` from the cluster.
|
6673
6700
|
# @return [Array<String>]
|
6674
6701
|
#
|
6675
6702
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfigurationMessage AWS API Documentation
|
@@ -6686,8 +6713,8 @@ module Aws::ElastiCache
|
|
6686
6713
|
end
|
6687
6714
|
|
6688
6715
|
# @!attribute [rw] replication_group
|
6689
|
-
# Contains all of the attributes of a specific Redis OSS
|
6690
|
-
# group.
|
6716
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
6717
|
+
# replication group.
|
6691
6718
|
# @return [Types::ReplicationGroup]
|
6692
6719
|
#
|
6693
6720
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfigurationResult AWS API Documentation
|
@@ -6714,14 +6741,14 @@ module Aws::ElastiCache
|
|
6714
6741
|
#
|
6715
6742
|
# @!attribute [rw] remove_user_group
|
6716
6743
|
# The identifier of the UserGroup to be removed from association with
|
6717
|
-
# the Redis OSS serverless cache. Available for
|
6718
|
-
# Default is NULL.
|
6744
|
+
# the Valkey and Redis OSS serverless cache. Available for Valkey and
|
6745
|
+
# Redis OSS only. Default is NULL.
|
6719
6746
|
# @return [Boolean]
|
6720
6747
|
#
|
6721
6748
|
# @!attribute [rw] user_group_id
|
6722
6749
|
# The identifier of the UserGroup to be associated with the serverless
|
6723
|
-
# cache. Available for Redis OSS only. Default is NULL -
|
6724
|
-
# UserGroup is not removed.
|
6750
|
+
# cache. Available for Valkey and Redis OSS only. Default is NULL -
|
6751
|
+
# the existing UserGroup is not removed.
|
6725
6752
|
# @return [String]
|
6726
6753
|
#
|
6727
6754
|
# @!attribute [rw] security_group_ids
|
@@ -6735,7 +6762,7 @@ module Aws::ElastiCache
|
|
6735
6762
|
#
|
6736
6763
|
# @!attribute [rw] snapshot_retention_limit
|
6737
6764
|
# The number of days for which Elasticache retains automatic snapshots
|
6738
|
-
# before deleting them. Available for Redis OSS and Serverless
|
6765
|
+
# before deleting them. Available for Valkey, Redis OSS and Serverless
|
6739
6766
|
# Memcached only. Default = NULL, i.e. the existing
|
6740
6767
|
# snapshot-retention-limit will not be removed or modified. The
|
6741
6768
|
# maximum value allowed is 35 days.
|
@@ -6743,9 +6770,18 @@ module Aws::ElastiCache
|
|
6743
6770
|
#
|
6744
6771
|
# @!attribute [rw] daily_snapshot_time
|
6745
6772
|
# The daily time during which Elasticache begins taking a daily
|
6746
|
-
# snapshot of the serverless cache. Available for Redis OSS
|
6747
|
-
# Serverless Memcached only. The default is NULL, i.e. the
|
6748
|
-
# snapshot time configured for the cluster is not removed.
|
6773
|
+
# snapshot of the serverless cache. Available for Valkey, Redis OSS
|
6774
|
+
# and Serverless Memcached only. The default is NULL, i.e. the
|
6775
|
+
# existing snapshot time configured for the cluster is not removed.
|
6776
|
+
# @return [String]
|
6777
|
+
#
|
6778
|
+
# @!attribute [rw] engine
|
6779
|
+
# Modifies the engine listed in a serverless cache request. The
|
6780
|
+
# options are redis, memcached or valkey.
|
6781
|
+
# @return [String]
|
6782
|
+
#
|
6783
|
+
# @!attribute [rw] major_engine_version
|
6784
|
+
# Modifies the engine vesion listed in a serverless cache request.
|
6749
6785
|
# @return [String]
|
6750
6786
|
#
|
6751
6787
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyServerlessCacheRequest AWS API Documentation
|
@@ -6758,7 +6794,9 @@ module Aws::ElastiCache
|
|
6758
6794
|
:user_group_id,
|
6759
6795
|
:security_group_ids,
|
6760
6796
|
:snapshot_retention_limit,
|
6761
|
-
:daily_snapshot_time
|
6797
|
+
:daily_snapshot_time,
|
6798
|
+
:engine,
|
6799
|
+
:major_engine_version)
|
6762
6800
|
SENSITIVE = []
|
6763
6801
|
include Aws::Structure
|
6764
6802
|
end
|
@@ -6845,11 +6883,12 @@ module Aws::ElastiCache
|
|
6845
6883
|
# nodes are read-only Replica nodes.
|
6846
6884
|
#
|
6847
6885
|
# @!attribute [rw] node_group_id
|
6848
|
-
# The identifier for the node group (shard). A Redis OSS
|
6849
|
-
# disabled) replication group contains only 1 node
|
6850
|
-
# the node group ID is 0001. A Redis OSS
|
6851
|
-
# replication group contains 1 to 90 node
|
6852
|
-
# 0090. Optionally, the user can provide the
|
6886
|
+
# The identifier for the node group (shard). A Valkey or Redis OSS
|
6887
|
+
# (cluster mode disabled) replication group contains only 1 node
|
6888
|
+
# group; therefore, the node group ID is 0001. A Valkey or Redis OSS
|
6889
|
+
# (cluster mode enabled) replication group contains 1 to 90 node
|
6890
|
+
# groups numbered 0001 to 0090. Optionally, the user can provide the
|
6891
|
+
# id for a node group.
|
6853
6892
|
# @return [String]
|
6854
6893
|
#
|
6855
6894
|
# @!attribute [rw] status
|
@@ -6893,8 +6932,8 @@ module Aws::ElastiCache
|
|
6893
6932
|
# `ReplicaAvailabilityZones`, `ReplicaCount`.
|
6894
6933
|
#
|
6895
6934
|
# @!attribute [rw] node_group_id
|
6896
|
-
# Either the ElastiCache
|
6897
|
-
#
|
6935
|
+
# Either the ElastiCache supplied 4-digit id or a user supplied id for
|
6936
|
+
# the node group these configuration values apply to.
|
6898
6937
|
# @return [String]
|
6899
6938
|
#
|
6900
6939
|
# @!attribute [rw] slots
|
@@ -6955,8 +6994,8 @@ module Aws::ElastiCache
|
|
6955
6994
|
#
|
6956
6995
|
# @!attribute [rw] read_endpoint
|
6957
6996
|
# The information required for client programs to connect to a node
|
6958
|
-
# for read operations. The read endpoint is only applicable on
|
6959
|
-
# OSS (cluster mode disabled) clusters.
|
6997
|
+
# for read operations. The read endpoint is only applicable on Valkey
|
6998
|
+
# or Redis OSS (cluster mode disabled) clusters.
|
6960
6999
|
# @return [Types::Endpoint]
|
6961
7000
|
#
|
6962
7001
|
# @!attribute [rw] preferred_availability_zone
|
@@ -6969,8 +7008,8 @@ module Aws::ElastiCache
|
|
6969
7008
|
#
|
6970
7009
|
# @!attribute [rw] current_role
|
6971
7010
|
# The role that is currently assigned to the node - `primary` or
|
6972
|
-
# `replica`. This member is only applicable for Redis OSS
|
6973
|
-
# mode disabled) replication groups.
|
7011
|
+
# `replica`. This member is only applicable for Valkey or Redis OSS
|
7012
|
+
# (cluster mode disabled) replication groups.
|
6974
7013
|
# @return [String]
|
6975
7014
|
#
|
6976
7015
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/NodeGroupMember AWS API Documentation
|
@@ -7282,8 +7321,8 @@ module Aws::ElastiCache
|
|
7282
7321
|
# @!attribute [rw] num_cache_nodes
|
7283
7322
|
# The new number of cache nodes for the cluster.
|
7284
7323
|
#
|
7285
|
-
# For clusters running Redis OSS, this value must be 1. For
|
7286
|
-
# running Memcached, this value must be between 1 and 40.
|
7324
|
+
# For clusters running Valkey or Redis OSS, this value must be 1. For
|
7325
|
+
# clusters running Memcached, this value must be between 1 and 40.
|
7287
7326
|
# @return [Integer]
|
7288
7327
|
#
|
7289
7328
|
# @!attribute [rw] cache_node_ids_to_remove
|
@@ -7349,7 +7388,7 @@ module Aws::ElastiCache
|
|
7349
7388
|
# @return [String]
|
7350
7389
|
#
|
7351
7390
|
# @!attribute [rw] update_action_status
|
7352
|
-
# The status of the update action on the Redis OSS cluster
|
7391
|
+
# The status of the update action on the Valkey or Redis OSS cluster
|
7353
7392
|
# @return [String]
|
7354
7393
|
#
|
7355
7394
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ProcessedUpdateAction AWS API Documentation
|
@@ -7568,8 +7607,8 @@ module Aws::ElastiCache
|
|
7568
7607
|
include Aws::Structure
|
7569
7608
|
end
|
7570
7609
|
|
7571
|
-
# Contains all of the attributes of a specific Redis OSS
|
7572
|
-
# group.
|
7610
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
7611
|
+
# replication group.
|
7573
7612
|
#
|
7574
7613
|
# @!attribute [rw] replication_group_id
|
7575
7614
|
# The identifier for the replication group.
|
@@ -7601,10 +7640,11 @@ module Aws::ElastiCache
|
|
7601
7640
|
# @return [Array<String>]
|
7602
7641
|
#
|
7603
7642
|
# @!attribute [rw] node_groups
|
7604
|
-
# A list of node groups in this replication group. For Redis
|
7605
|
-
# (cluster mode disabled) replication groups, this is a
|
7606
|
-
# list. For Redis OSS (cluster mode enabled)
|
7607
|
-
# list contains an entry for each node group
|
7643
|
+
# A list of node groups in this replication group. For Valkey or Redis
|
7644
|
+
# OSS (cluster mode disabled) replication groups, this is a
|
7645
|
+
# single-element list. For Valkey or Redis OSS (cluster mode enabled)
|
7646
|
+
# replication groups, the list contains an entry for each node group
|
7647
|
+
# (shard).
|
7608
7648
|
# @return [Array<Types::NodeGroup>]
|
7609
7649
|
#
|
7610
7650
|
# @!attribute [rw] snapshotting_cluster_id
|
@@ -7613,8 +7653,8 @@ module Aws::ElastiCache
|
|
7613
7653
|
# @return [String]
|
7614
7654
|
#
|
7615
7655
|
# @!attribute [rw] automatic_failover
|
7616
|
-
# Indicates the status of automatic failover for this Redis
|
7617
|
-
# replication group.
|
7656
|
+
# Indicates the status of automatic failover for this Valkey or Redis
|
7657
|
+
# OSS replication group.
|
7618
7658
|
# @return [String]
|
7619
7659
|
#
|
7620
7660
|
# @!attribute [rw] multi_az
|
@@ -7671,7 +7711,7 @@ module Aws::ElastiCache
|
|
7671
7711
|
#
|
7672
7712
|
# @!attribute [rw] auth_token_enabled
|
7673
7713
|
# A flag that enables using an `AuthToken` (password) when issuing
|
7674
|
-
# Redis OSS commands.
|
7714
|
+
# Valkey or Redis OSS commands.
|
7675
7715
|
#
|
7676
7716
|
# Default: `false`
|
7677
7717
|
# @return [Boolean]
|
@@ -7738,17 +7778,17 @@ module Aws::ElastiCache
|
|
7738
7778
|
# @return [String]
|
7739
7779
|
#
|
7740
7780
|
# @!attribute [rw] auto_minor_version_upgrade
|
7741
|
-
# If you are running
|
7742
|
-
# parameter to yes if you want to opt-in to
|
7743
|
-
# version upgrade campaign. This parameter is
|
7744
|
-
# versions.
|
7781
|
+
# If you are running Valkey 7.2 and above, or Redis OSS engine version
|
7782
|
+
# 6.0 and above, set this parameter to yes if you want to opt-in to
|
7783
|
+
# the next auto minor version upgrade campaign. This parameter is
|
7784
|
+
# disabled for previous versions.
|
7745
7785
|
# @return [Boolean]
|
7746
7786
|
#
|
7747
7787
|
# @!attribute [rw] network_type
|
7748
7788
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
7749
|
-
# for workloads using Redis OSS engine version
|
7750
|
-
# engine version 1.6.6
|
7751
|
-
# system][1].
|
7789
|
+
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
7790
|
+
# 6.2 and above or Memcached engine version 1.6.6 and above on all
|
7791
|
+
# instances built on the [Nitro system][1].
|
7752
7792
|
#
|
7753
7793
|
#
|
7754
7794
|
#
|
@@ -7757,9 +7797,10 @@ module Aws::ElastiCache
|
|
7757
7797
|
#
|
7758
7798
|
# @!attribute [rw] ip_discovery
|
7759
7799
|
# The network type you choose when modifying a cluster, either `ipv4`
|
7760
|
-
# \| `ipv6`. IPv6 is supported for workloads using
|
7761
|
-
# version 6.2
|
7762
|
-
# instances built on the [Nitro
|
7800
|
+
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
7801
|
+
# above, Redis OSS engine version 6.2 and above or Memcached engine
|
7802
|
+
# version 1.6.6 and above on all instances built on the [Nitro
|
7803
|
+
# system][1].
|
7763
7804
|
#
|
7764
7805
|
#
|
7765
7806
|
#
|
@@ -7774,11 +7815,16 @@ module Aws::ElastiCache
|
|
7774
7815
|
# @!attribute [rw] cluster_mode
|
7775
7816
|
# Enabled or Disabled. To modify cluster mode from Disabled to
|
7776
7817
|
# Enabled, you must first set the cluster mode to Compatible.
|
7777
|
-
# Compatible mode allows your Redis OSS clients to connect
|
7778
|
-
# cluster mode enabled and cluster mode disabled. After you
|
7779
|
-
# all Redis OSS clients to use cluster mode enabled,
|
7780
|
-
# complete cluster mode configuration and set the cluster
|
7781
|
-
# Enabled.
|
7818
|
+
# Compatible mode allows your Valkey or Redis OSS clients to connect
|
7819
|
+
# using both cluster mode enabled and cluster mode disabled. After you
|
7820
|
+
# migrate all Valkey or Redis OSS clients to use cluster mode enabled,
|
7821
|
+
# you can then complete cluster mode configuration and set the cluster
|
7822
|
+
# mode to Enabled.
|
7823
|
+
# @return [String]
|
7824
|
+
#
|
7825
|
+
# @!attribute [rw] engine
|
7826
|
+
# The engine used in a replication group. The options are redis,
|
7827
|
+
# memcached or valkey.
|
7782
7828
|
# @return [String]
|
7783
7829
|
#
|
7784
7830
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
|
@@ -7814,7 +7860,8 @@ module Aws::ElastiCache
|
|
7814
7860
|
:network_type,
|
7815
7861
|
:ip_discovery,
|
7816
7862
|
:transit_encryption_mode,
|
7817
|
-
:cluster_mode
|
7863
|
+
:cluster_mode,
|
7864
|
+
:engine)
|
7818
7865
|
SENSITIVE = []
|
7819
7866
|
include Aws::Structure
|
7820
7867
|
end
|
@@ -7863,8 +7910,8 @@ module Aws::ElastiCache
|
|
7863
7910
|
#
|
7864
7911
|
class ReplicationGroupNotUnderMigrationFault < Aws::EmptyStructure; end
|
7865
7912
|
|
7866
|
-
# The settings to be applied to the Redis OSS replication
|
7867
|
-
# immediately or during the next maintenance window.
|
7913
|
+
# The settings to be applied to the Valkey or Redis OSS replication
|
7914
|
+
# group, either immediately or during the next maintenance window.
|
7868
7915
|
#
|
7869
7916
|
# @!attribute [rw] primary_cluster_id
|
7870
7917
|
# The primary cluster ID that is applied immediately (if
|
@@ -7873,8 +7920,8 @@ module Aws::ElastiCache
|
|
7873
7920
|
# @return [String]
|
7874
7921
|
#
|
7875
7922
|
# @!attribute [rw] automatic_failover_status
|
7876
|
-
# Indicates the status of automatic failover for this Redis
|
7877
|
-
# replication group.
|
7923
|
+
# Indicates the status of automatic failover for this Valkey or Redis
|
7924
|
+
# OSS replication group.
|
7878
7925
|
# @return [String]
|
7879
7926
|
#
|
7880
7927
|
# @!attribute [rw] resharding
|
@@ -7905,11 +7952,11 @@ module Aws::ElastiCache
|
|
7905
7952
|
# @!attribute [rw] cluster_mode
|
7906
7953
|
# Enabled or Disabled. To modify cluster mode from Disabled to
|
7907
7954
|
# Enabled, you must first set the cluster mode to Compatible.
|
7908
|
-
# Compatible mode allows your Redis OSS clients to connect
|
7909
|
-
# cluster mode enabled and cluster mode disabled. After you
|
7910
|
-
# all Redis OSS clients to use cluster mode enabled,
|
7911
|
-
# complete cluster mode configuration and set the cluster
|
7912
|
-
# Enabled.
|
7955
|
+
# Compatible mode allows your Valkey or Redis OSS clients to connect
|
7956
|
+
# using both cluster mode enabled and cluster mode disabled. After you
|
7957
|
+
# migrate all Valkey or Redis OSS clients to use cluster mode enabled,
|
7958
|
+
# you can then complete cluster mode configuration and set the cluster
|
7959
|
+
# mode to Enabled.
|
7913
7960
|
# @return [String]
|
7914
7961
|
#
|
7915
7962
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroupPendingModifiedValues AWS API Documentation
|
@@ -8043,14 +8090,14 @@ module Aws::ElastiCache
|
|
8043
8090
|
# * All current generation instance types are created in Amazon VPC by
|
8044
8091
|
# default.
|
8045
8092
|
#
|
8046
|
-
# * Redis OSS append-only files (AOF) are not supported for
|
8047
|
-
# instances.
|
8093
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for
|
8094
|
+
# T1 or T2 instances.
|
8048
8095
|
#
|
8049
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
8050
|
-
# instances.
|
8096
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
8097
|
+
# supported on T1 instances.
|
8051
8098
|
#
|
8052
|
-
# *
|
8053
|
-
#
|
8099
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
8100
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
8054
8101
|
#
|
8055
8102
|
#
|
8056
8103
|
#
|
@@ -8269,14 +8316,14 @@ module Aws::ElastiCache
|
|
8269
8316
|
# * All current generation instance types are created in Amazon VPC by
|
8270
8317
|
# default.
|
8271
8318
|
#
|
8272
|
-
# * Redis OSS append-only files (AOF) are not supported for
|
8273
|
-
# instances.
|
8319
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for
|
8320
|
+
# T1 or T2 instances.
|
8274
8321
|
#
|
8275
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
8276
|
-
# instances.
|
8322
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
8323
|
+
# supported on T1 instances.
|
8277
8324
|
#
|
8278
|
-
# *
|
8279
|
-
#
|
8325
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
8326
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
8280
8327
|
#
|
8281
8328
|
#
|
8282
8329
|
#
|
@@ -8384,8 +8431,8 @@ module Aws::ElastiCache
|
|
8384
8431
|
# configuration of a node group in the resharded cluster.
|
8385
8432
|
#
|
8386
8433
|
# @!attribute [rw] node_group_id
|
8387
|
-
# Either the ElastiCache
|
8388
|
-
#
|
8434
|
+
# Either the ElastiCache supplied 4-digit id or a user supplied id for
|
8435
|
+
# the node group these configuration values apply to.
|
8389
8436
|
# @return [String]
|
8390
8437
|
#
|
8391
8438
|
# @!attribute [rw] preferred_availability_zones
|
@@ -8544,7 +8591,7 @@ module Aws::ElastiCache
|
|
8544
8591
|
#
|
8545
8592
|
# @!attribute [rw] user_group_id
|
8546
8593
|
# The identifier of the user group associated with the serverless
|
8547
|
-
# cache. Available for Redis OSS only. Default is NULL.
|
8594
|
+
# cache. Available for Valkey and Redis OSS only. Default is NULL.
|
8548
8595
|
# @return [String]
|
8549
8596
|
#
|
8550
8597
|
# @!attribute [rw] subnet_ids
|
@@ -8556,14 +8603,15 @@ module Aws::ElastiCache
|
|
8556
8603
|
#
|
8557
8604
|
# @!attribute [rw] snapshot_retention_limit
|
8558
8605
|
# The current setting for the number of serverless cache snapshots the
|
8559
|
-
# system will retain. Available for Redis OSS and Serverless
|
8560
|
-
# only.
|
8606
|
+
# system will retain. Available for Valkey, Redis OSS and Serverless
|
8607
|
+
# Memcached only.
|
8561
8608
|
# @return [Integer]
|
8562
8609
|
#
|
8563
8610
|
# @!attribute [rw] daily_snapshot_time
|
8564
8611
|
# The daily time that a cache snapshot will be created. Default is
|
8565
8612
|
# NULL, i.e. snapshots will not be created at a specific time on a
|
8566
|
-
# daily basis. Available for Redis OSS and Serverless
|
8613
|
+
# daily basis. Available for Valkey, Redis OSS and Serverless
|
8614
|
+
# Memcached only.
|
8567
8615
|
# @return [String]
|
8568
8616
|
#
|
8569
8617
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ServerlessCache AWS API Documentation
|
@@ -8634,53 +8682,54 @@ module Aws::ElastiCache
|
|
8634
8682
|
class ServerlessCacheQuotaForCustomerExceededFault < Aws::EmptyStructure; end
|
8635
8683
|
|
8636
8684
|
# The resource representing a serverless cache snapshot. Available for
|
8637
|
-
# Redis OSS and Serverless Memcached only.
|
8685
|
+
# Valkey, Redis OSS and Serverless Memcached only.
|
8638
8686
|
#
|
8639
8687
|
# @!attribute [rw] serverless_cache_snapshot_name
|
8640
|
-
# The identifier of a serverless cache snapshot. Available for
|
8641
|
-
# OSS and Serverless Memcached only.
|
8688
|
+
# The identifier of a serverless cache snapshot. Available for Valkey,
|
8689
|
+
# Redis OSS and Serverless Memcached only.
|
8642
8690
|
# @return [String]
|
8643
8691
|
#
|
8644
8692
|
# @!attribute [rw] arn
|
8645
8693
|
# The Amazon Resource Name (ARN) of a serverless cache snapshot.
|
8646
|
-
# Available for Redis OSS and Serverless Memcached only.
|
8694
|
+
# Available for Valkey, Redis OSS and Serverless Memcached only.
|
8647
8695
|
# @return [String]
|
8648
8696
|
#
|
8649
8697
|
# @!attribute [rw] kms_key_id
|
8650
8698
|
# The ID of the Amazon Web Services Key Management Service (KMS) key
|
8651
|
-
# of a serverless cache snapshot. Available for Redis OSS and
|
8699
|
+
# of a serverless cache snapshot. Available for Valkey, Redis OSS and
|
8652
8700
|
# Serverless Memcached only.
|
8653
8701
|
# @return [String]
|
8654
8702
|
#
|
8655
8703
|
# @!attribute [rw] snapshot_type
|
8656
|
-
# The type of snapshot of serverless cache. Available for
|
8657
|
-
# and Serverless Memcached only.
|
8704
|
+
# The type of snapshot of serverless cache. Available for Valkey,
|
8705
|
+
# Redis OSS and Serverless Memcached only.
|
8658
8706
|
# @return [String]
|
8659
8707
|
#
|
8660
8708
|
# @!attribute [rw] status
|
8661
|
-
# The current status of the serverless cache. Available for
|
8662
|
-
# and Serverless Memcached only.
|
8709
|
+
# The current status of the serverless cache. Available for Valkey,
|
8710
|
+
# Redis OSS and Serverless Memcached only.
|
8663
8711
|
# @return [String]
|
8664
8712
|
#
|
8665
8713
|
# @!attribute [rw] create_time
|
8666
8714
|
# The date and time that the source serverless cache's metadata and
|
8667
|
-
# cache data set was obtained for the snapshot. Available for
|
8668
|
-
# OSS and Serverless Memcached only.
|
8715
|
+
# cache data set was obtained for the snapshot. Available for Valkey,
|
8716
|
+
# Redis OSS and Serverless Memcached only.
|
8669
8717
|
# @return [Time]
|
8670
8718
|
#
|
8671
8719
|
# @!attribute [rw] expiry_time
|
8672
8720
|
# The time that the serverless cache snapshot will expire. Available
|
8673
|
-
# for Redis OSS and Serverless Memcached only.
|
8721
|
+
# for Valkey, Redis OSS and Serverless Memcached only.
|
8674
8722
|
# @return [Time]
|
8675
8723
|
#
|
8676
8724
|
# @!attribute [rw] bytes_used_for_cache
|
8677
8725
|
# The total size of a serverless cache snapshot, in bytes. Available
|
8678
|
-
# for Redis OSS and Serverless Memcached only.
|
8726
|
+
# for Valkey, Redis OSS and Serverless Memcached only.
|
8679
8727
|
# @return [String]
|
8680
8728
|
#
|
8681
8729
|
# @!attribute [rw] serverless_cache_configuration
|
8682
8730
|
# The configuration of the serverless cache, at the time the snapshot
|
8683
|
-
# was taken. Available for Redis OSS and Serverless Memcached
|
8731
|
+
# was taken. Available for Valkey, Redis OSS and Serverless Memcached
|
8732
|
+
# only.
|
8684
8733
|
# @return [Types::ServerlessCacheConfiguration]
|
8685
8734
|
#
|
8686
8735
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ServerlessCacheSnapshot AWS API Documentation
|
@@ -8700,21 +8749,21 @@ module Aws::ElastiCache
|
|
8700
8749
|
end
|
8701
8750
|
|
8702
8751
|
# A serverless cache snapshot with this name already exists. Available
|
8703
|
-
# for Redis OSS and Serverless Memcached only.
|
8752
|
+
# for Valkey, Redis OSS and Serverless Memcached only.
|
8704
8753
|
#
|
8705
8754
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ServerlessCacheSnapshotAlreadyExistsFault AWS API Documentation
|
8706
8755
|
#
|
8707
8756
|
class ServerlessCacheSnapshotAlreadyExistsFault < Aws::EmptyStructure; end
|
8708
8757
|
|
8709
8758
|
# This serverless cache snapshot could not be found or does not exist.
|
8710
|
-
# Available for Redis OSS and Serverless Memcached only.
|
8759
|
+
# Available for Valkey, Redis OSS and Serverless Memcached only.
|
8711
8760
|
#
|
8712
8761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ServerlessCacheSnapshotNotFoundFault AWS API Documentation
|
8713
8762
|
#
|
8714
8763
|
class ServerlessCacheSnapshotNotFoundFault < Aws::EmptyStructure; end
|
8715
8764
|
|
8716
8765
|
# The number of serverless cache snapshots exceeds the customer snapshot
|
8717
|
-
# quota. Available for Redis OSS and Serverless Memcached only.
|
8766
|
+
# quota. Available for Valkey, Redis OSS and Serverless Memcached only.
|
8718
8767
|
#
|
8719
8768
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ServerlessCacheSnapshotQuotaExceededFault AWS API Documentation
|
8720
8769
|
#
|
@@ -8726,7 +8775,7 @@ module Aws::ElastiCache
|
|
8726
8775
|
#
|
8727
8776
|
class ServiceLinkedRoleNotFoundFault < Aws::EmptyStructure; end
|
8728
8777
|
|
8729
|
-
# An update that you can apply to your Redis OSS clusters.
|
8778
|
+
# An update that you can apply to your Valkey or Redis OSS clusters.
|
8730
8779
|
#
|
8731
8780
|
# @!attribute [rw] service_update_name
|
8732
8781
|
# The unique ID of the service update
|
@@ -8767,13 +8816,13 @@ module Aws::ElastiCache
|
|
8767
8816
|
# @return [String]
|
8768
8817
|
#
|
8769
8818
|
# @!attribute [rw] engine
|
8770
|
-
# The Elasticache engine to which the update applies. Either
|
8771
|
-
# or Memcached.
|
8819
|
+
# The Elasticache engine to which the update applies. Either Valkey,
|
8820
|
+
# Redis OSS or Memcached.
|
8772
8821
|
# @return [String]
|
8773
8822
|
#
|
8774
8823
|
# @!attribute [rw] engine_version
|
8775
8824
|
# The Elasticache engine version to which the update applies. Either
|
8776
|
-
# Redis OSS or Memcached engine version.
|
8825
|
+
# Valkey, Redis OSS or Memcached engine version.
|
8777
8826
|
# @return [String]
|
8778
8827
|
#
|
8779
8828
|
# @!attribute [rw] auto_update_after_recommended_apply_by_date
|
@@ -8844,8 +8893,8 @@ module Aws::ElastiCache
|
|
8844
8893
|
include Aws::Structure
|
8845
8894
|
end
|
8846
8895
|
|
8847
|
-
# Represents a copy of an entire Redis OSS cluster as of the
|
8848
|
-
# the snapshot was taken.
|
8896
|
+
# Represents a copy of an entire Valkey or Redis OSS cluster as of the
|
8897
|
+
# time when the snapshot was taken.
|
8849
8898
|
#
|
8850
8899
|
# @!attribute [rw] snapshot_name
|
8851
8900
|
# The name of a snapshot. For an automatic snapshot, the name is
|
@@ -8980,14 +9029,14 @@ module Aws::ElastiCache
|
|
8980
9029
|
# * All current generation instance types are created in Amazon VPC by
|
8981
9030
|
# default.
|
8982
9031
|
#
|
8983
|
-
# * Redis OSS append-only files (AOF) are not supported for
|
8984
|
-
# instances.
|
9032
|
+
# * Valkey or Redis OSS append-only files (AOF) are not supported for
|
9033
|
+
# T1 or T2 instances.
|
8985
9034
|
#
|
8986
|
-
# * Redis OSS Multi-AZ with automatic failover is not
|
8987
|
-
# instances.
|
9035
|
+
# * Valkey or Redis OSS Multi-AZ with automatic failover is not
|
9036
|
+
# supported on T1 instances.
|
8988
9037
|
#
|
8989
|
-
# *
|
8990
|
-
#
|
9038
|
+
# * The configuration variables `appendonly` and `appendfsync` are not
|
9039
|
+
# supported on Valkey, or on Redis OSS version 2.8.22 and later.
|
8991
9040
|
#
|
8992
9041
|
#
|
8993
9042
|
#
|
@@ -9007,8 +9056,8 @@ module Aws::ElastiCache
|
|
9007
9056
|
# @!attribute [rw] num_cache_nodes
|
9008
9057
|
# The number of cache nodes in the source cluster.
|
9009
9058
|
#
|
9010
|
-
# For clusters running Redis OSS, this value must be 1. For
|
9011
|
-
# running Memcached, this value must be between 1 and 40.
|
9059
|
+
# For clusters running Valkey or Redis OSS, this value must be 1. For
|
9060
|
+
# clusters running Memcached, this value must be between 1 and 40.
|
9012
9061
|
# @return [Integer]
|
9013
9062
|
#
|
9014
9063
|
# @!attribute [rw] preferred_availability_zone
|
@@ -9074,10 +9123,10 @@ module Aws::ElastiCache
|
|
9074
9123
|
# @return [String]
|
9075
9124
|
#
|
9076
9125
|
# @!attribute [rw] auto_minor_version_upgrade
|
9077
|
-
# If you are running
|
9078
|
-
# parameter to yes if you want to opt-in to
|
9079
|
-
# version upgrade campaign. This parameter is
|
9080
|
-
# versions.
|
9126
|
+
# If you are running Valkey 7.2 and above or Redis OSS engine version
|
9127
|
+
# 6.0 and above, set this parameter to yes if you want to opt-in to
|
9128
|
+
# the next auto minor version upgrade campaign. This parameter is
|
9129
|
+
# disabled for previous versions.
|
9081
9130
|
# @return [Boolean]
|
9082
9131
|
#
|
9083
9132
|
# @!attribute [rw] snapshot_retention_limit
|
@@ -9106,8 +9155,8 @@ module Aws::ElastiCache
|
|
9106
9155
|
# @return [Integer]
|
9107
9156
|
#
|
9108
9157
|
# @!attribute [rw] automatic_failover
|
9109
|
-
# Indicates the status of automatic failover for the source
|
9110
|
-
# replication group.
|
9158
|
+
# Indicates the status of automatic failover for the source Valkey or
|
9159
|
+
# Redis OSS replication group.
|
9111
9160
|
# @return [String]
|
9112
9161
|
#
|
9113
9162
|
# @!attribute [rw] node_snapshots
|
@@ -9175,11 +9224,11 @@ module Aws::ElastiCache
|
|
9175
9224
|
|
9176
9225
|
# You attempted one of the following operations:
|
9177
9226
|
#
|
9178
|
-
# * Creating a snapshot of a Redis OSS cluster running on a
|
9227
|
+
# * Creating a snapshot of a Valkey or Redis OSS cluster running on a
|
9179
9228
|
# `cache.t1.micro` cache node.
|
9180
9229
|
#
|
9181
9230
|
# * Creating a snapshot of a cluster that is running Memcached rather
|
9182
|
-
# than Redis OSS.
|
9231
|
+
# than Valkey or Redis OSS.
|
9183
9232
|
#
|
9184
9233
|
# Neither of these are supported by ElastiCache.
|
9185
9234
|
#
|
@@ -9205,8 +9254,9 @@ module Aws::ElastiCache
|
|
9205
9254
|
# @return [String]
|
9206
9255
|
#
|
9207
9256
|
# @!attribute [rw] customer_node_endpoint_list
|
9208
|
-
# List of endpoints from which data should be migrated. For
|
9209
|
-
# (cluster mode disabled), list should have only one
|
9257
|
+
# List of endpoints from which data should be migrated. For Valkey or
|
9258
|
+
# Redis OSS (cluster mode disabled), the list should have only one
|
9259
|
+
# element.
|
9210
9260
|
# @return [Array<Types::CustomerNodeEndpoint>]
|
9211
9261
|
#
|
9212
9262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigrationMessage AWS API Documentation
|
@@ -9219,8 +9269,8 @@ module Aws::ElastiCache
|
|
9219
9269
|
end
|
9220
9270
|
|
9221
9271
|
# @!attribute [rw] replication_group
|
9222
|
-
# Contains all of the attributes of a specific Redis OSS
|
9223
|
-
# group.
|
9272
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
9273
|
+
# replication group.
|
9224
9274
|
# @return [Types::ReplicationGroup]
|
9225
9275
|
#
|
9226
9276
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigrationResponse AWS API Documentation
|
@@ -9249,9 +9299,9 @@ module Aws::ElastiCache
|
|
9249
9299
|
#
|
9250
9300
|
# @!attribute [rw] supported_network_types
|
9251
9301
|
# Either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
9252
|
-
# workloads using Redis OSS engine version 6.2
|
9253
|
-
# engine version 1.6.6
|
9254
|
-
# system][1].
|
9302
|
+
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
9303
|
+
# and above or Memcached engine version 1.6.6 and above on all
|
9304
|
+
# instances built on the [Nitro system][1].
|
9255
9305
|
#
|
9256
9306
|
#
|
9257
9307
|
#
|
@@ -9379,8 +9429,8 @@ module Aws::ElastiCache
|
|
9379
9429
|
class TestFailoverNotAvailableFault < Aws::EmptyStructure; end
|
9380
9430
|
|
9381
9431
|
# @!attribute [rw] replication_group
|
9382
|
-
# Contains all of the attributes of a specific Redis OSS
|
9383
|
-
# group.
|
9432
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
9433
|
+
# replication group.
|
9384
9434
|
# @return [Types::ReplicationGroup]
|
9385
9435
|
#
|
9386
9436
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailoverResult AWS API Documentation
|
@@ -9410,8 +9460,8 @@ module Aws::ElastiCache
|
|
9410
9460
|
end
|
9411
9461
|
|
9412
9462
|
# @!attribute [rw] replication_group
|
9413
|
-
# Contains all of the attributes of a specific Redis OSS
|
9414
|
-
# group.
|
9463
|
+
# Contains all of the attributes of a specific Valkey or Redis OSS
|
9464
|
+
# replication group.
|
9415
9465
|
# @return [Types::ReplicationGroup]
|
9416
9466
|
#
|
9417
9467
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestMigrationResponse AWS API Documentation
|
@@ -9555,8 +9605,8 @@ module Aws::ElastiCache
|
|
9555
9605
|
# @return [String]
|
9556
9606
|
#
|
9557
9607
|
# @!attribute [rw] engine
|
9558
|
-
# The Elasticache engine to which the update applies. Either
|
9559
|
-
# or Memcached.
|
9608
|
+
# The Elasticache engine to which the update applies. Either Valkey,
|
9609
|
+
# Redis OSS or Memcached.
|
9560
9610
|
# @return [String]
|
9561
9611
|
#
|
9562
9612
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/UpdateAction AWS API Documentation
|
@@ -9710,8 +9760,8 @@ module Aws::ElastiCache
|
|
9710
9760
|
#
|
9711
9761
|
# @!attribute [rw] serverless_caches
|
9712
9762
|
# Indicates which serverless caches the specified user group is
|
9713
|
-
# associated with. Available for Redis OSS and Serverless
|
9714
|
-
# only.
|
9763
|
+
# associated with. Available for Valkey, Redis OSS and Serverless
|
9764
|
+
# Memcached only.
|
9715
9765
|
# @return [Array<String>]
|
9716
9766
|
#
|
9717
9767
|
# @!attribute [rw] arn
|