aws-sdk-elasticache 1.122.0 → 1.124.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 +32 -29
- data/lib/aws-sdk-elasticache/errors.rb +130 -0
- data/lib/aws-sdk-elasticache/types.rb +34 -30
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14e4075081fd634dd63ff7db5ef590383959f94550157e5c14fc30081d7d5f64
|
4
|
+
data.tar.gz: cae7f219d9bafd97314024797aedc6f3556c5ff831c43ae1d74ea0bac7e0606c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 753c324e696e45cd31721f3cb276e85cd6e50bc7baa7956f58c9c613431b70aec6dca27829704c7355b8292759af711d662e31c2c4b24386c5cf160729ca3c82
|
7
|
+
data.tar.gz: d638ef13b357bab5242da3a3b0958f634c54e3651257a78be924ba2d9d64b7b1f32c4d0e71c8b860f8efd98511338225c641e91c28dae9d4f109285dbfd8a83b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.124.0 (2025-03-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.
|
8
|
+
|
9
|
+
1.123.0 (2025-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation update, adding clarity and rephrasing.
|
13
|
+
|
4
14
|
1.122.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.124.0
|
@@ -1512,8 +1512,8 @@ module Aws::ElastiCache
|
|
1512
1512
|
#
|
1513
1513
|
# @option params [String] :network_type
|
1514
1514
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
1515
|
-
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
1516
|
-
#
|
1515
|
+
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to
|
1516
|
+
# 7.1 and Memcached engine version 1.6.6 and above on all instances
|
1517
1517
|
# built on the [Nitro system][1].
|
1518
1518
|
#
|
1519
1519
|
#
|
@@ -1523,8 +1523,8 @@ module Aws::ElastiCache
|
|
1523
1523
|
# @option params [String] :ip_discovery
|
1524
1524
|
# The network type you choose when modifying a cluster, either `ipv4` \|
|
1525
1525
|
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
1526
|
-
# Redis OSS engine version 6.2
|
1527
|
-
#
|
1526
|
+
# Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6
|
1527
|
+
# and above on all instances built on the [Nitro system][1].
|
1528
1528
|
#
|
1529
1529
|
#
|
1530
1530
|
#
|
@@ -1787,9 +1787,9 @@ module Aws::ElastiCache
|
|
1787
1787
|
# The name of the cache parameter group family that the cache parameter
|
1788
1788
|
# group can be used with.
|
1789
1789
|
#
|
1790
|
-
# Valid values are: `
|
1791
|
-
#
|
1792
|
-
# \| `redis6.x` \| `redis7`
|
1790
|
+
# Valid values are: `valkey8` \| `valkey7` \| `memcached1.4` \|
|
1791
|
+
# `memcached1.5` \| `memcached1.6` \| `redis2.6` \| `redis2.8` \|
|
1792
|
+
# `redis3.2` \| `redis4.0` \| `redis5.0` \| `redis6.x` \| `redis7`
|
1793
1793
|
#
|
1794
1794
|
# @option params [required, String] :description
|
1795
1795
|
# A user-specified description for the cache parameter group.
|
@@ -2397,7 +2397,7 @@ module Aws::ElastiCache
|
|
2397
2397
|
#
|
2398
2398
|
# @option params [String] :engine
|
2399
2399
|
# The name of the cache engine to be used for the clusters in this
|
2400
|
-
# replication group. The value must be set to `
|
2400
|
+
# replication group. The value must be set to `valkey` or `redis`.
|
2401
2401
|
#
|
2402
2402
|
# @option params [String] :engine_version
|
2403
2403
|
# The version number of the cache engine to be used for the clusters in
|
@@ -2591,9 +2591,10 @@ module Aws::ElastiCache
|
|
2591
2591
|
# when you create the replication group.
|
2592
2592
|
#
|
2593
2593
|
# **Required:** Only available when creating a replication group in an
|
2594
|
-
# Amazon VPC using Redis OSS version `3.2.6`,
|
2594
|
+
# Amazon VPC using Valkey 7.2 and later, Redis OSS version `3.2.6`, or
|
2595
|
+
# Redis OSS `4.x` and later.
|
2595
2596
|
#
|
2596
|
-
# Default: `false`
|
2597
|
+
# Default: `true` when using Valkey, `false` when using Redis OSS
|
2597
2598
|
#
|
2598
2599
|
# @option params [String] :kms_key_id
|
2599
2600
|
# The ID of the KMS key used to encrypt the disk in the cluster.
|
@@ -2615,8 +2616,8 @@ module Aws::ElastiCache
|
|
2615
2616
|
#
|
2616
2617
|
# @option params [String] :network_type
|
2617
2618
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
2618
|
-
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
2619
|
-
#
|
2619
|
+
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to
|
2620
|
+
# 7.1 and Memcached engine version 1.6.6 and above on all instances
|
2620
2621
|
# built on the [Nitro system][1].
|
2621
2622
|
#
|
2622
2623
|
#
|
@@ -2626,9 +2627,8 @@ module Aws::ElastiCache
|
|
2626
2627
|
# @option params [String] :ip_discovery
|
2627
2628
|
# The network type you choose when creating a replication group, either
|
2628
2629
|
# `ipv4` \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
2629
|
-
# above, Redis OSS engine version 6.2
|
2630
|
-
#
|
2631
|
-
# system][1].
|
2630
|
+
# above, Redis OSS engine version 6.2 to 7.1 or Memcached engine version
|
2631
|
+
# 1.6.6 and above on all instances built on the [Nitro system][1].
|
2632
2632
|
#
|
2633
2633
|
#
|
2634
2634
|
#
|
@@ -3349,7 +3349,7 @@ module Aws::ElastiCache
|
|
3349
3349
|
req.send_request(options)
|
3350
3350
|
end
|
3351
3351
|
|
3352
|
-
# For Valkey engine version 7.2 onwards and Redis OSS 6.0
|
3352
|
+
# For Valkey engine version 7.2 onwards and Redis OSS 6.0 to 7.1:
|
3353
3353
|
# Creates a user. For more information, see [Using Role Based Access
|
3354
3354
|
# Control (RBAC)][1].
|
3355
3355
|
#
|
@@ -3364,7 +3364,7 @@ module Aws::ElastiCache
|
|
3364
3364
|
# The username of the user.
|
3365
3365
|
#
|
3366
3366
|
# @option params [required, String] :engine
|
3367
|
-
# The
|
3367
|
+
# The options are valkey or redis.
|
3368
3368
|
#
|
3369
3369
|
# @option params [Array<String>] :passwords
|
3370
3370
|
# Passwords used for this user. You can create up to two passwords for
|
@@ -3440,7 +3440,7 @@ module Aws::ElastiCache
|
|
3440
3440
|
req.send_request(options)
|
3441
3441
|
end
|
3442
3442
|
|
3443
|
-
# For Valkey engine version 7.2 onwards and Redis OSS 6.0
|
3443
|
+
# For Valkey engine version 7.2 onwards and Redis OSS 6.0 to 7.1:
|
3444
3444
|
# Creates a user group. For more information, see [Using Role Based
|
3445
3445
|
# Access Control (RBAC)][1]
|
3446
3446
|
#
|
@@ -3452,7 +3452,8 @@ module Aws::ElastiCache
|
|
3452
3452
|
# The ID of the user group.
|
3453
3453
|
#
|
3454
3454
|
# @option params [required, String] :engine
|
3455
|
-
#
|
3455
|
+
# Sets the engine listed in a user group. The options are valkey or
|
3456
|
+
# redis.
|
3456
3457
|
#
|
3457
3458
|
# @option params [Array<String>] :user_ids
|
3458
3459
|
# The list of user IDs that belong to the user group.
|
@@ -3618,9 +3619,9 @@ module Aws::ElastiCache
|
|
3618
3619
|
#
|
3619
3620
|
# @option params [Array<Types::ConfigureShard>] :replica_configuration
|
3620
3621
|
# A list of `ConfigureShard` objects that can be used to configure each
|
3621
|
-
# shard in a Valkey or Redis OSS
|
3622
|
-
#
|
3623
|
-
# `
|
3622
|
+
# shard in a Valkey or Redis OSS replication group. The `ConfigureShard`
|
3623
|
+
# has three members: `NewReplicaCount`, `NodeGroupId`, and
|
3624
|
+
# `PreferredAvailabilityZones`.
|
3624
3625
|
#
|
3625
3626
|
# @option params [Array<String>] :replicas_to_remove
|
3626
3627
|
# A list of the node ids to remove from the replication group or node
|
@@ -9211,8 +9212,8 @@ module Aws::ElastiCache
|
|
9211
9212
|
# @option params [String] :ip_discovery
|
9212
9213
|
# The network type you choose when modifying a cluster, either `ipv4` \|
|
9213
9214
|
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
9214
|
-
# Redis OSS engine version 6.2
|
9215
|
-
#
|
9215
|
+
# Redis OSS engine version 6.2 to 7.1 or Memcached engine version 1.6.6
|
9216
|
+
# and above on all instances built on the [Nitro system][1].
|
9216
9217
|
#
|
9217
9218
|
#
|
9218
9219
|
#
|
@@ -9870,8 +9871,8 @@ module Aws::ElastiCache
|
|
9870
9871
|
# @option params [String] :ip_discovery
|
9871
9872
|
# The network type you choose when modifying a cluster, either `ipv4` \|
|
9872
9873
|
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
9873
|
-
# Redis OSS engine version 6.2
|
9874
|
-
#
|
9874
|
+
# Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6
|
9875
|
+
# and above on all instances built on the [Nitro system][1].
|
9875
9876
|
#
|
9876
9877
|
#
|
9877
9878
|
#
|
@@ -10409,7 +10410,8 @@ module Aws::ElastiCache
|
|
10409
10410
|
# Specifies how to authenticate the user.
|
10410
10411
|
#
|
10411
10412
|
# @option params [String] :engine
|
10412
|
-
#
|
10413
|
+
# Modifies the engine listed for a user. The options are valkey or
|
10414
|
+
# redis.
|
10413
10415
|
#
|
10414
10416
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10415
10417
|
#
|
@@ -10473,7 +10475,8 @@ module Aws::ElastiCache
|
|
10473
10475
|
# The list of user IDs to remove from the user group.
|
10474
10476
|
#
|
10475
10477
|
# @option params [String] :engine
|
10476
|
-
#
|
10478
|
+
# Modifies the engine listed in a user group. The options are valkey or
|
10479
|
+
# redis.
|
10477
10480
|
#
|
10478
10481
|
# @return [Types::UserGroup] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10479
10482
|
#
|
@@ -11466,7 +11469,7 @@ module Aws::ElastiCache
|
|
11466
11469
|
tracer: tracer
|
11467
11470
|
)
|
11468
11471
|
context[:gem_name] = 'aws-sdk-elasticache'
|
11469
|
-
context[:gem_version] = '1.
|
11472
|
+
context[:gem_version] = '1.124.0'
|
11470
11473
|
Seahorse::Client::Request.new(handlers, context)
|
11471
11474
|
end
|
11472
11475
|
|
@@ -28,58 +28,94 @@ module Aws::ElastiCache
|
|
28
28
|
#
|
29
29
|
# ## Error Classes
|
30
30
|
# * {APICallRateForCustomerExceededFault}
|
31
|
+
# * This error class is not used. `APICallRateForCustomerExceeded` is used during parsing instead.
|
31
32
|
# * {AuthorizationAlreadyExistsFault}
|
33
|
+
# * This error class is not used. `AuthorizationAlreadyExists` is used during parsing instead.
|
32
34
|
# * {AuthorizationNotFoundFault}
|
35
|
+
# * This error class is not used. `AuthorizationNotFound` is used during parsing instead.
|
33
36
|
# * {CacheClusterAlreadyExistsFault}
|
37
|
+
# * This error class is not used. `CacheClusterAlreadyExists` is used during parsing instead.
|
34
38
|
# * {CacheClusterNotFoundFault}
|
39
|
+
# * This error class is not used. `CacheClusterNotFound` is used during parsing instead.
|
35
40
|
# * {CacheParameterGroupAlreadyExistsFault}
|
41
|
+
# * This error class is not used. `CacheParameterGroupAlreadyExists` is used during parsing instead.
|
36
42
|
# * {CacheParameterGroupNotFoundFault}
|
43
|
+
# * This error class is not used. `CacheParameterGroupNotFound` is used during parsing instead.
|
37
44
|
# * {CacheParameterGroupQuotaExceededFault}
|
45
|
+
# * This error class is not used. `CacheParameterGroupQuotaExceeded` is used during parsing instead.
|
38
46
|
# * {CacheSecurityGroupAlreadyExistsFault}
|
47
|
+
# * This error class is not used. `CacheSecurityGroupAlreadyExists` is used during parsing instead.
|
39
48
|
# * {CacheSecurityGroupNotFoundFault}
|
49
|
+
# * This error class is not used. `CacheSecurityGroupNotFound` is used during parsing instead.
|
40
50
|
# * {CacheSecurityGroupQuotaExceededFault}
|
51
|
+
# * This error class is not used. `QuotaExceeded.CacheSecurityGroup` is used during parsing instead.
|
41
52
|
# * {CacheSubnetGroupAlreadyExistsFault}
|
53
|
+
# * This error class is not used. `CacheSubnetGroupAlreadyExists` is used during parsing instead.
|
42
54
|
# * {CacheSubnetGroupInUse}
|
43
55
|
# * {CacheSubnetGroupNotFoundFault}
|
44
56
|
# * {CacheSubnetGroupQuotaExceededFault}
|
57
|
+
# * This error class is not used. `CacheSubnetGroupQuotaExceeded` is used during parsing instead.
|
45
58
|
# * {CacheSubnetQuotaExceededFault}
|
46
59
|
# * {ClusterQuotaForCustomerExceededFault}
|
60
|
+
# * This error class is not used. `ClusterQuotaForCustomerExceeded` is used during parsing instead.
|
47
61
|
# * {DefaultUserAssociatedToUserGroupFault}
|
62
|
+
# * This error class is not used. `DefaultUserAssociatedToUserGroup` is used during parsing instead.
|
48
63
|
# * {DefaultUserRequired}
|
49
64
|
# * {DuplicateUserNameFault}
|
65
|
+
# * This error class is not used. `DuplicateUserName` is used during parsing instead.
|
50
66
|
# * {GlobalReplicationGroupAlreadyExistsFault}
|
51
67
|
# * {GlobalReplicationGroupNotFoundFault}
|
52
68
|
# * {InsufficientCacheClusterCapacityFault}
|
69
|
+
# * This error class is not used. `InsufficientCacheClusterCapacity` is used during parsing instead.
|
53
70
|
# * {InvalidARNFault}
|
71
|
+
# * This error class is not used. `InvalidARN` is used during parsing instead.
|
54
72
|
# * {InvalidCacheClusterStateFault}
|
73
|
+
# * This error class is not used. `InvalidCacheClusterState` is used during parsing instead.
|
55
74
|
# * {InvalidCacheParameterGroupStateFault}
|
75
|
+
# * This error class is not used. `InvalidCacheParameterGroupState` is used during parsing instead.
|
56
76
|
# * {InvalidCacheSecurityGroupStateFault}
|
77
|
+
# * This error class is not used. `InvalidCacheSecurityGroupState` is used during parsing instead.
|
57
78
|
# * {InvalidCredentialsException}
|
58
79
|
# * {InvalidGlobalReplicationGroupStateFault}
|
80
|
+
# * This error class is not used. `InvalidGlobalReplicationGroupState` is used during parsing instead.
|
59
81
|
# * {InvalidKMSKeyFault}
|
60
82
|
# * {InvalidParameterCombinationException}
|
83
|
+
# * This error class is not used. `InvalidParameterCombination` is used during parsing instead.
|
61
84
|
# * {InvalidParameterValueException}
|
85
|
+
# * This error class is not used. `InvalidParameterValue` is used during parsing instead.
|
62
86
|
# * {InvalidReplicationGroupStateFault}
|
87
|
+
# * This error class is not used. `InvalidReplicationGroupState` is used during parsing instead.
|
63
88
|
# * {InvalidServerlessCacheSnapshotStateFault}
|
64
89
|
# * {InvalidServerlessCacheStateFault}
|
65
90
|
# * {InvalidSnapshotStateFault}
|
91
|
+
# * This error class is not used. `InvalidSnapshotState` is used during parsing instead.
|
66
92
|
# * {InvalidSubnet}
|
67
93
|
# * {InvalidUserGroupStateFault}
|
94
|
+
# * This error class is not used. `InvalidUserGroupState` is used during parsing instead.
|
68
95
|
# * {InvalidUserStateFault}
|
96
|
+
# * This error class is not used. `InvalidUserState` is used during parsing instead.
|
69
97
|
# * {InvalidVPCNetworkStateFault}
|
70
98
|
# * {NoOperationFault}
|
71
99
|
# * {NodeGroupNotFoundFault}
|
72
100
|
# * {NodeGroupsPerReplicationGroupQuotaExceededFault}
|
101
|
+
# * This error class is not used. `NodeGroupsPerReplicationGroupQuotaExceeded` is used during parsing instead.
|
73
102
|
# * {NodeQuotaForClusterExceededFault}
|
103
|
+
# * This error class is not used. `NodeQuotaForClusterExceeded` is used during parsing instead.
|
74
104
|
# * {NodeQuotaForCustomerExceededFault}
|
105
|
+
# * This error class is not used. `NodeQuotaForCustomerExceeded` is used during parsing instead.
|
75
106
|
# * {ReplicationGroupAlreadyExistsFault}
|
107
|
+
# * This error class is not used. `ReplicationGroupAlreadyExists` is used during parsing instead.
|
76
108
|
# * {ReplicationGroupAlreadyUnderMigrationFault}
|
77
109
|
# * {ReplicationGroupNotFoundFault}
|
78
110
|
# * {ReplicationGroupNotUnderMigrationFault}
|
79
111
|
# * {ReservedCacheNodeAlreadyExistsFault}
|
112
|
+
# * This error class is not used. `ReservedCacheNodeAlreadyExists` is used during parsing instead.
|
80
113
|
# * {ReservedCacheNodeNotFoundFault}
|
114
|
+
# * This error class is not used. `ReservedCacheNodeNotFound` is used during parsing instead.
|
81
115
|
# * {ReservedCacheNodeQuotaExceededFault}
|
116
|
+
# * This error class is not used. `ReservedCacheNodeQuotaExceeded` is used during parsing instead.
|
82
117
|
# * {ReservedCacheNodesOfferingNotFoundFault}
|
118
|
+
# * This error class is not used. `ReservedCacheNodesOfferingNotFound` is used during parsing instead.
|
83
119
|
# * {ServerlessCacheAlreadyExistsFault}
|
84
120
|
# * {ServerlessCacheNotFoundFault}
|
85
121
|
# * {ServerlessCacheQuotaForCustomerExceededFault}
|
@@ -95,21 +131,31 @@ module Aws::ElastiCache
|
|
95
131
|
# * {SubnetInUse}
|
96
132
|
# * {SubnetNotAllowedFault}
|
97
133
|
# * {TagNotFoundFault}
|
134
|
+
# * This error class is not used. `TagNotFound` is used during parsing instead.
|
98
135
|
# * {TagQuotaPerResourceExceeded}
|
99
136
|
# * {TestFailoverNotAvailableFault}
|
100
137
|
# * {UserAlreadyExistsFault}
|
138
|
+
# * This error class is not used. `UserAlreadyExists` is used during parsing instead.
|
101
139
|
# * {UserGroupAlreadyExistsFault}
|
140
|
+
# * This error class is not used. `UserGroupAlreadyExists` is used during parsing instead.
|
102
141
|
# * {UserGroupNotFoundFault}
|
142
|
+
# * This error class is not used. `UserGroupNotFound` is used during parsing instead.
|
103
143
|
# * {UserGroupQuotaExceededFault}
|
144
|
+
# * This error class is not used. `UserGroupQuotaExceeded` is used during parsing instead.
|
104
145
|
# * {UserNotFoundFault}
|
146
|
+
# * This error class is not used. `UserNotFound` is used during parsing instead.
|
105
147
|
# * {UserQuotaExceededFault}
|
148
|
+
# * This error class is not used. `UserQuotaExceeded` is used during parsing instead.
|
106
149
|
#
|
107
150
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
108
151
|
# if they are not defined above.
|
152
|
+
# Some existing error classes may use a different class name than the one documented.
|
109
153
|
module Errors
|
110
154
|
|
111
155
|
extend Aws::Errors::DynamicErrors
|
112
156
|
|
157
|
+
# @deprecated This error class is not used during parsing.
|
158
|
+
# Please use `APICallRateForCustomerExceeded` instead.
|
113
159
|
class APICallRateForCustomerExceededFault < ServiceError
|
114
160
|
|
115
161
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -120,6 +166,8 @@ module Aws::ElastiCache
|
|
120
166
|
end
|
121
167
|
end
|
122
168
|
|
169
|
+
# @deprecated This error class is not used during parsing.
|
170
|
+
# Please use `AuthorizationAlreadyExists` instead.
|
123
171
|
class AuthorizationAlreadyExistsFault < ServiceError
|
124
172
|
|
125
173
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -130,6 +178,8 @@ module Aws::ElastiCache
|
|
130
178
|
end
|
131
179
|
end
|
132
180
|
|
181
|
+
# @deprecated This error class is not used during parsing.
|
182
|
+
# Please use `AuthorizationNotFound` instead.
|
133
183
|
class AuthorizationNotFoundFault < ServiceError
|
134
184
|
|
135
185
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -140,6 +190,8 @@ module Aws::ElastiCache
|
|
140
190
|
end
|
141
191
|
end
|
142
192
|
|
193
|
+
# @deprecated This error class is not used during parsing.
|
194
|
+
# Please use `CacheClusterAlreadyExists` instead.
|
143
195
|
class CacheClusterAlreadyExistsFault < ServiceError
|
144
196
|
|
145
197
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -150,6 +202,8 @@ module Aws::ElastiCache
|
|
150
202
|
end
|
151
203
|
end
|
152
204
|
|
205
|
+
# @deprecated This error class is not used during parsing.
|
206
|
+
# Please use `CacheClusterNotFound` instead.
|
153
207
|
class CacheClusterNotFoundFault < ServiceError
|
154
208
|
|
155
209
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -160,6 +214,8 @@ module Aws::ElastiCache
|
|
160
214
|
end
|
161
215
|
end
|
162
216
|
|
217
|
+
# @deprecated This error class is not used during parsing.
|
218
|
+
# Please use `CacheParameterGroupAlreadyExists` instead.
|
163
219
|
class CacheParameterGroupAlreadyExistsFault < ServiceError
|
164
220
|
|
165
221
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -170,6 +226,8 @@ module Aws::ElastiCache
|
|
170
226
|
end
|
171
227
|
end
|
172
228
|
|
229
|
+
# @deprecated This error class is not used during parsing.
|
230
|
+
# Please use `CacheParameterGroupNotFound` instead.
|
173
231
|
class CacheParameterGroupNotFoundFault < ServiceError
|
174
232
|
|
175
233
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -180,6 +238,8 @@ module Aws::ElastiCache
|
|
180
238
|
end
|
181
239
|
end
|
182
240
|
|
241
|
+
# @deprecated This error class is not used during parsing.
|
242
|
+
# Please use `CacheParameterGroupQuotaExceeded` instead.
|
183
243
|
class CacheParameterGroupQuotaExceededFault < ServiceError
|
184
244
|
|
185
245
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -190,6 +250,8 @@ module Aws::ElastiCache
|
|
190
250
|
end
|
191
251
|
end
|
192
252
|
|
253
|
+
# @deprecated This error class is not used during parsing.
|
254
|
+
# Please use `CacheSecurityGroupAlreadyExists` instead.
|
193
255
|
class CacheSecurityGroupAlreadyExistsFault < ServiceError
|
194
256
|
|
195
257
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -200,6 +262,8 @@ module Aws::ElastiCache
|
|
200
262
|
end
|
201
263
|
end
|
202
264
|
|
265
|
+
# @deprecated This error class is not used during parsing.
|
266
|
+
# Please use `CacheSecurityGroupNotFound` instead.
|
203
267
|
class CacheSecurityGroupNotFoundFault < ServiceError
|
204
268
|
|
205
269
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -210,6 +274,8 @@ module Aws::ElastiCache
|
|
210
274
|
end
|
211
275
|
end
|
212
276
|
|
277
|
+
# @deprecated This error class is not used during parsing.
|
278
|
+
# Please use `QuotaExceeded.CacheSecurityGroup` instead.
|
213
279
|
class CacheSecurityGroupQuotaExceededFault < ServiceError
|
214
280
|
|
215
281
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -220,6 +286,8 @@ module Aws::ElastiCache
|
|
220
286
|
end
|
221
287
|
end
|
222
288
|
|
289
|
+
# @deprecated This error class is not used during parsing.
|
290
|
+
# Please use `CacheSubnetGroupAlreadyExists` instead.
|
223
291
|
class CacheSubnetGroupAlreadyExistsFault < ServiceError
|
224
292
|
|
225
293
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -250,6 +318,8 @@ module Aws::ElastiCache
|
|
250
318
|
end
|
251
319
|
end
|
252
320
|
|
321
|
+
# @deprecated This error class is not used during parsing.
|
322
|
+
# Please use `CacheSubnetGroupQuotaExceeded` instead.
|
253
323
|
class CacheSubnetGroupQuotaExceededFault < ServiceError
|
254
324
|
|
255
325
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -270,6 +340,8 @@ module Aws::ElastiCache
|
|
270
340
|
end
|
271
341
|
end
|
272
342
|
|
343
|
+
# @deprecated This error class is not used during parsing.
|
344
|
+
# Please use `ClusterQuotaForCustomerExceeded` instead.
|
273
345
|
class ClusterQuotaForCustomerExceededFault < ServiceError
|
274
346
|
|
275
347
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -280,6 +352,8 @@ module Aws::ElastiCache
|
|
280
352
|
end
|
281
353
|
end
|
282
354
|
|
355
|
+
# @deprecated This error class is not used during parsing.
|
356
|
+
# Please use `DefaultUserAssociatedToUserGroup` instead.
|
283
357
|
class DefaultUserAssociatedToUserGroupFault < ServiceError
|
284
358
|
|
285
359
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -300,6 +374,8 @@ module Aws::ElastiCache
|
|
300
374
|
end
|
301
375
|
end
|
302
376
|
|
377
|
+
# @deprecated This error class is not used during parsing.
|
378
|
+
# Please use `DuplicateUserName` instead.
|
303
379
|
class DuplicateUserNameFault < ServiceError
|
304
380
|
|
305
381
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -330,6 +406,8 @@ module Aws::ElastiCache
|
|
330
406
|
end
|
331
407
|
end
|
332
408
|
|
409
|
+
# @deprecated This error class is not used during parsing.
|
410
|
+
# Please use `InsufficientCacheClusterCapacity` instead.
|
333
411
|
class InsufficientCacheClusterCapacityFault < ServiceError
|
334
412
|
|
335
413
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -340,6 +418,8 @@ module Aws::ElastiCache
|
|
340
418
|
end
|
341
419
|
end
|
342
420
|
|
421
|
+
# @deprecated This error class is not used during parsing.
|
422
|
+
# Please use `InvalidARN` instead.
|
343
423
|
class InvalidARNFault < ServiceError
|
344
424
|
|
345
425
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -350,6 +430,8 @@ module Aws::ElastiCache
|
|
350
430
|
end
|
351
431
|
end
|
352
432
|
|
433
|
+
# @deprecated This error class is not used during parsing.
|
434
|
+
# Please use `InvalidCacheClusterState` instead.
|
353
435
|
class InvalidCacheClusterStateFault < ServiceError
|
354
436
|
|
355
437
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -360,6 +442,8 @@ module Aws::ElastiCache
|
|
360
442
|
end
|
361
443
|
end
|
362
444
|
|
445
|
+
# @deprecated This error class is not used during parsing.
|
446
|
+
# Please use `InvalidCacheParameterGroupState` instead.
|
363
447
|
class InvalidCacheParameterGroupStateFault < ServiceError
|
364
448
|
|
365
449
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -370,6 +454,8 @@ module Aws::ElastiCache
|
|
370
454
|
end
|
371
455
|
end
|
372
456
|
|
457
|
+
# @deprecated This error class is not used during parsing.
|
458
|
+
# Please use `InvalidCacheSecurityGroupState` instead.
|
373
459
|
class InvalidCacheSecurityGroupStateFault < ServiceError
|
374
460
|
|
375
461
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -390,6 +476,8 @@ module Aws::ElastiCache
|
|
390
476
|
end
|
391
477
|
end
|
392
478
|
|
479
|
+
# @deprecated This error class is not used during parsing.
|
480
|
+
# Please use `InvalidGlobalReplicationGroupState` instead.
|
393
481
|
class InvalidGlobalReplicationGroupStateFault < ServiceError
|
394
482
|
|
395
483
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -410,6 +498,8 @@ module Aws::ElastiCache
|
|
410
498
|
end
|
411
499
|
end
|
412
500
|
|
501
|
+
# @deprecated This error class is not used during parsing.
|
502
|
+
# Please use `InvalidParameterCombination` instead.
|
413
503
|
class InvalidParameterCombinationException < ServiceError
|
414
504
|
|
415
505
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -425,6 +515,8 @@ module Aws::ElastiCache
|
|
425
515
|
end
|
426
516
|
end
|
427
517
|
|
518
|
+
# @deprecated This error class is not used during parsing.
|
519
|
+
# Please use `InvalidParameterValue` instead.
|
428
520
|
class InvalidParameterValueException < ServiceError
|
429
521
|
|
430
522
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -440,6 +532,8 @@ module Aws::ElastiCache
|
|
440
532
|
end
|
441
533
|
end
|
442
534
|
|
535
|
+
# @deprecated This error class is not used during parsing.
|
536
|
+
# Please use `InvalidReplicationGroupState` instead.
|
443
537
|
class InvalidReplicationGroupStateFault < ServiceError
|
444
538
|
|
445
539
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -470,6 +564,8 @@ module Aws::ElastiCache
|
|
470
564
|
end
|
471
565
|
end
|
472
566
|
|
567
|
+
# @deprecated This error class is not used during parsing.
|
568
|
+
# Please use `InvalidSnapshotState` instead.
|
473
569
|
class InvalidSnapshotStateFault < ServiceError
|
474
570
|
|
475
571
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -490,6 +586,8 @@ module Aws::ElastiCache
|
|
490
586
|
end
|
491
587
|
end
|
492
588
|
|
589
|
+
# @deprecated This error class is not used during parsing.
|
590
|
+
# Please use `InvalidUserGroupState` instead.
|
493
591
|
class InvalidUserGroupStateFault < ServiceError
|
494
592
|
|
495
593
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -500,6 +598,8 @@ module Aws::ElastiCache
|
|
500
598
|
end
|
501
599
|
end
|
502
600
|
|
601
|
+
# @deprecated This error class is not used during parsing.
|
602
|
+
# Please use `InvalidUserState` instead.
|
503
603
|
class InvalidUserStateFault < ServiceError
|
504
604
|
|
505
605
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -540,6 +640,8 @@ module Aws::ElastiCache
|
|
540
640
|
end
|
541
641
|
end
|
542
642
|
|
643
|
+
# @deprecated This error class is not used during parsing.
|
644
|
+
# Please use `NodeGroupsPerReplicationGroupQuotaExceeded` instead.
|
543
645
|
class NodeGroupsPerReplicationGroupQuotaExceededFault < ServiceError
|
544
646
|
|
545
647
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -550,6 +652,8 @@ module Aws::ElastiCache
|
|
550
652
|
end
|
551
653
|
end
|
552
654
|
|
655
|
+
# @deprecated This error class is not used during parsing.
|
656
|
+
# Please use `NodeQuotaForClusterExceeded` instead.
|
553
657
|
class NodeQuotaForClusterExceededFault < ServiceError
|
554
658
|
|
555
659
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -560,6 +664,8 @@ module Aws::ElastiCache
|
|
560
664
|
end
|
561
665
|
end
|
562
666
|
|
667
|
+
# @deprecated This error class is not used during parsing.
|
668
|
+
# Please use `NodeQuotaForCustomerExceeded` instead.
|
563
669
|
class NodeQuotaForCustomerExceededFault < ServiceError
|
564
670
|
|
565
671
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -570,6 +676,8 @@ module Aws::ElastiCache
|
|
570
676
|
end
|
571
677
|
end
|
572
678
|
|
679
|
+
# @deprecated This error class is not used during parsing.
|
680
|
+
# Please use `ReplicationGroupAlreadyExists` instead.
|
573
681
|
class ReplicationGroupAlreadyExistsFault < ServiceError
|
574
682
|
|
575
683
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -610,6 +718,8 @@ module Aws::ElastiCache
|
|
610
718
|
end
|
611
719
|
end
|
612
720
|
|
721
|
+
# @deprecated This error class is not used during parsing.
|
722
|
+
# Please use `ReservedCacheNodeAlreadyExists` instead.
|
613
723
|
class ReservedCacheNodeAlreadyExistsFault < ServiceError
|
614
724
|
|
615
725
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -620,6 +730,8 @@ module Aws::ElastiCache
|
|
620
730
|
end
|
621
731
|
end
|
622
732
|
|
733
|
+
# @deprecated This error class is not used during parsing.
|
734
|
+
# Please use `ReservedCacheNodeNotFound` instead.
|
623
735
|
class ReservedCacheNodeNotFoundFault < ServiceError
|
624
736
|
|
625
737
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -630,6 +742,8 @@ module Aws::ElastiCache
|
|
630
742
|
end
|
631
743
|
end
|
632
744
|
|
745
|
+
# @deprecated This error class is not used during parsing.
|
746
|
+
# Please use `ReservedCacheNodeQuotaExceeded` instead.
|
633
747
|
class ReservedCacheNodeQuotaExceededFault < ServiceError
|
634
748
|
|
635
749
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -640,6 +754,8 @@ module Aws::ElastiCache
|
|
640
754
|
end
|
641
755
|
end
|
642
756
|
|
757
|
+
# @deprecated This error class is not used during parsing.
|
758
|
+
# Please use `ReservedCacheNodesOfferingNotFound` instead.
|
643
759
|
class ReservedCacheNodesOfferingNotFoundFault < ServiceError
|
644
760
|
|
645
761
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -790,6 +906,8 @@ module Aws::ElastiCache
|
|
790
906
|
end
|
791
907
|
end
|
792
908
|
|
909
|
+
# @deprecated This error class is not used during parsing.
|
910
|
+
# Please use `TagNotFound` instead.
|
793
911
|
class TagNotFoundFault < ServiceError
|
794
912
|
|
795
913
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -820,6 +938,8 @@ module Aws::ElastiCache
|
|
820
938
|
end
|
821
939
|
end
|
822
940
|
|
941
|
+
# @deprecated This error class is not used during parsing.
|
942
|
+
# Please use `UserAlreadyExists` instead.
|
823
943
|
class UserAlreadyExistsFault < ServiceError
|
824
944
|
|
825
945
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -830,6 +950,8 @@ module Aws::ElastiCache
|
|
830
950
|
end
|
831
951
|
end
|
832
952
|
|
953
|
+
# @deprecated This error class is not used during parsing.
|
954
|
+
# Please use `UserGroupAlreadyExists` instead.
|
833
955
|
class UserGroupAlreadyExistsFault < ServiceError
|
834
956
|
|
835
957
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -840,6 +962,8 @@ module Aws::ElastiCache
|
|
840
962
|
end
|
841
963
|
end
|
842
964
|
|
965
|
+
# @deprecated This error class is not used during parsing.
|
966
|
+
# Please use `UserGroupNotFound` instead.
|
843
967
|
class UserGroupNotFoundFault < ServiceError
|
844
968
|
|
845
969
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -850,6 +974,8 @@ module Aws::ElastiCache
|
|
850
974
|
end
|
851
975
|
end
|
852
976
|
|
977
|
+
# @deprecated This error class is not used during parsing.
|
978
|
+
# Please use `UserGroupQuotaExceeded` instead.
|
853
979
|
class UserGroupQuotaExceededFault < ServiceError
|
854
980
|
|
855
981
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -860,6 +986,8 @@ module Aws::ElastiCache
|
|
860
986
|
end
|
861
987
|
end
|
862
988
|
|
989
|
+
# @deprecated This error class is not used during parsing.
|
990
|
+
# Please use `UserNotFound` instead.
|
863
991
|
class UserNotFoundFault < ServiceError
|
864
992
|
|
865
993
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -870,6 +998,8 @@ module Aws::ElastiCache
|
|
870
998
|
end
|
871
999
|
end
|
872
1000
|
|
1001
|
+
# @deprecated This error class is not used during parsing.
|
1002
|
+
# Please use `UserQuotaExceeded` instead.
|
873
1003
|
class UserQuotaExceededFault < ServiceError
|
874
1004
|
|
875
1005
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -545,8 +545,8 @@ module Aws::ElastiCache
|
|
545
545
|
# @!attribute [rw] network_type
|
546
546
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
547
547
|
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
548
|
-
# 6.2
|
549
|
-
#
|
548
|
+
# 6.2 7.1 or Memcached engine version 1.6.6 and above on all instances
|
549
|
+
# built on the [Nitro system][1].
|
550
550
|
#
|
551
551
|
#
|
552
552
|
#
|
@@ -556,7 +556,7 @@ module Aws::ElastiCache
|
|
556
556
|
# @!attribute [rw] ip_discovery
|
557
557
|
# The network type associated with the cluster, either `ipv4` \|
|
558
558
|
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
559
|
-
# Redis OSS engine version 6.2
|
559
|
+
# Redis OSS engine version 6.2 to 7.1 or Memcached engine version
|
560
560
|
# 1.6.6 and above on all instances built on the [Nitro system][1].
|
561
561
|
#
|
562
562
|
#
|
@@ -1287,8 +1287,8 @@ module Aws::ElastiCache
|
|
1287
1287
|
# @!attribute [rw] supported_network_types
|
1288
1288
|
# Either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
1289
1289
|
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
1290
|
-
#
|
1291
|
-
#
|
1290
|
+
# to 7.1 or Memcached engine version 1.6.6 and above on all instances
|
1291
|
+
# built on the [Nitro system][1].
|
1292
1292
|
#
|
1293
1293
|
#
|
1294
1294
|
#
|
@@ -2004,7 +2004,7 @@ module Aws::ElastiCache
|
|
2004
2004
|
# @!attribute [rw] network_type
|
2005
2005
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
2006
2006
|
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
2007
|
-
# 6.2
|
2007
|
+
# 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all
|
2008
2008
|
# instances built on the [Nitro system][1].
|
2009
2009
|
#
|
2010
2010
|
#
|
@@ -2015,7 +2015,7 @@ module Aws::ElastiCache
|
|
2015
2015
|
# @!attribute [rw] ip_discovery
|
2016
2016
|
# The network type you choose when modifying a cluster, either `ipv4`
|
2017
2017
|
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
2018
|
-
# above, Redis OSS engine version 6.2
|
2018
|
+
# above, Redis OSS engine version 6.2 to 7.1 and Memcached engine
|
2019
2019
|
# version 1.6.6 and above on all instances built on the [Nitro
|
2020
2020
|
# system][1].
|
2021
2021
|
#
|
@@ -2083,9 +2083,9 @@ module Aws::ElastiCache
|
|
2083
2083
|
# The name of the cache parameter group family that the cache
|
2084
2084
|
# parameter group can be used with.
|
2085
2085
|
#
|
2086
|
-
# Valid values are: `
|
2087
|
-
#
|
2088
|
-
# `redis5.0` \| `redis6.x` \| `redis7`
|
2086
|
+
# Valid values are: `valkey8` \| `valkey7` \| `memcached1.4` \|
|
2087
|
+
# `memcached1.5` \| `memcached1.6` \| `redis2.6` \| `redis2.8` \|
|
2088
|
+
# `redis3.2` \| `redis4.0` \| `redis5.0` \| `redis6.x` \| `redis7`
|
2089
2089
|
# @return [String]
|
2090
2090
|
#
|
2091
2091
|
# @!attribute [rw] description
|
@@ -2521,7 +2521,7 @@ module Aws::ElastiCache
|
|
2521
2521
|
#
|
2522
2522
|
# @!attribute [rw] engine
|
2523
2523
|
# The name of the cache engine to be used for the clusters in this
|
2524
|
-
# replication group. The value must be set to `
|
2524
|
+
# replication group. The value must be set to `valkey` or `redis`.
|
2525
2525
|
# @return [String]
|
2526
2526
|
#
|
2527
2527
|
# @!attribute [rw] engine_version
|
@@ -2733,9 +2733,10 @@ module Aws::ElastiCache
|
|
2733
2733
|
# when you create the replication group.
|
2734
2734
|
#
|
2735
2735
|
# **Required:** Only available when creating a replication group in an
|
2736
|
-
# Amazon VPC using Redis OSS version `3.2.6`,
|
2736
|
+
# Amazon VPC using Valkey 7.2 and later, Redis OSS version `3.2.6`, or
|
2737
|
+
# Redis OSS `4.x` and later.
|
2737
2738
|
#
|
2738
|
-
# Default: `false`
|
2739
|
+
# Default: `true` when using Valkey, `false` when using Redis OSS
|
2739
2740
|
# @return [Boolean]
|
2740
2741
|
#
|
2741
2742
|
# @!attribute [rw] kms_key_id
|
@@ -2763,7 +2764,7 @@ module Aws::ElastiCache
|
|
2763
2764
|
# @!attribute [rw] network_type
|
2764
2765
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
2765
2766
|
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
2766
|
-
# 6.2
|
2767
|
+
# 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all
|
2767
2768
|
# instances built on the [Nitro system][1].
|
2768
2769
|
#
|
2769
2770
|
#
|
@@ -2774,7 +2775,7 @@ module Aws::ElastiCache
|
|
2774
2775
|
# @!attribute [rw] ip_discovery
|
2775
2776
|
# The network type you choose when creating a replication group,
|
2776
2777
|
# either `ipv4` \| `ipv6`. IPv6 is supported for workloads using
|
2777
|
-
# Valkey 7.2 and above, Redis OSS engine version 6.2
|
2778
|
+
# Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 or
|
2778
2779
|
# Memcached engine version 1.6.6 and above on all instances built on
|
2779
2780
|
# the [Nitro system][1].
|
2780
2781
|
#
|
@@ -3088,7 +3089,8 @@ module Aws::ElastiCache
|
|
3088
3089
|
# @return [String]
|
3089
3090
|
#
|
3090
3091
|
# @!attribute [rw] engine
|
3091
|
-
#
|
3092
|
+
# Sets the engine listed in a user group. The options are valkey or
|
3093
|
+
# redis.
|
3092
3094
|
# @return [String]
|
3093
3095
|
#
|
3094
3096
|
# @!attribute [rw] user_ids
|
@@ -3121,7 +3123,7 @@ module Aws::ElastiCache
|
|
3121
3123
|
# @return [String]
|
3122
3124
|
#
|
3123
3125
|
# @!attribute [rw] engine
|
3124
|
-
# The
|
3126
|
+
# The options are valkey or redis.
|
3125
3127
|
# @return [String]
|
3126
3128
|
#
|
3127
3129
|
# @!attribute [rw] passwords
|
@@ -3296,9 +3298,9 @@ module Aws::ElastiCache
|
|
3296
3298
|
#
|
3297
3299
|
# @!attribute [rw] replica_configuration
|
3298
3300
|
# A list of `ConfigureShard` objects that can be used to configure
|
3299
|
-
# each shard in a Valkey or Redis OSS
|
3300
|
-
#
|
3301
|
-
# `
|
3301
|
+
# each shard in a Valkey or Redis OSS replication group. The
|
3302
|
+
# `ConfigureShard` has three members: `NewReplicaCount`,
|
3303
|
+
# `NodeGroupId`, and `PreferredAvailabilityZones`.
|
3302
3304
|
# @return [Array<Types::ConfigureShard>]
|
3303
3305
|
#
|
3304
3306
|
# @!attribute [rw] replicas_to_remove
|
@@ -6105,7 +6107,7 @@ module Aws::ElastiCache
|
|
6105
6107
|
# @!attribute [rw] ip_discovery
|
6106
6108
|
# The network type you choose when modifying a cluster, either `ipv4`
|
6107
6109
|
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
6108
|
-
# above, Redis OSS engine version 6.2
|
6110
|
+
# above, Redis OSS engine version 6.2 to 7.1 or Memcached engine
|
6109
6111
|
# version 1.6.6 and above on all instances built on the [Nitro
|
6110
6112
|
# system][1].
|
6111
6113
|
#
|
@@ -6538,7 +6540,7 @@ module Aws::ElastiCache
|
|
6538
6540
|
# @!attribute [rw] ip_discovery
|
6539
6541
|
# The network type you choose when modifying a cluster, either `ipv4`
|
6540
6542
|
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
6541
|
-
# above, Redis OSS engine version 6.2
|
6543
|
+
# above, Redis OSS engine version 6.2 to 7.1 and Memcached engine
|
6542
6544
|
# version 1.6.6 and above on all instances built on the [Nitro
|
6543
6545
|
# system][1].
|
6544
6546
|
#
|
@@ -6809,7 +6811,8 @@ module Aws::ElastiCache
|
|
6809
6811
|
# @return [Array<String>]
|
6810
6812
|
#
|
6811
6813
|
# @!attribute [rw] engine
|
6812
|
-
#
|
6814
|
+
# Modifies the engine listed in a user group. The options are valkey
|
6815
|
+
# or redis.
|
6813
6816
|
# @return [String]
|
6814
6817
|
#
|
6815
6818
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserGroupMessage AWS API Documentation
|
@@ -6848,7 +6851,8 @@ module Aws::ElastiCache
|
|
6848
6851
|
# @return [Types::AuthenticationMode]
|
6849
6852
|
#
|
6850
6853
|
# @!attribute [rw] engine
|
6851
|
-
#
|
6854
|
+
# Modifies the engine listed for a user. The options are valkey or
|
6855
|
+
# redis.
|
6852
6856
|
# @return [String]
|
6853
6857
|
#
|
6854
6858
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
|
@@ -7780,7 +7784,7 @@ module Aws::ElastiCache
|
|
7780
7784
|
# @!attribute [rw] network_type
|
7781
7785
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
7782
7786
|
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
7783
|
-
# 6.2
|
7787
|
+
# 6.2 to 7.1 or Memcached engine version 1.6.6 and above on all
|
7784
7788
|
# instances built on the [Nitro system][1].
|
7785
7789
|
#
|
7786
7790
|
#
|
@@ -7791,7 +7795,7 @@ module Aws::ElastiCache
|
|
7791
7795
|
# @!attribute [rw] ip_discovery
|
7792
7796
|
# The network type you choose when modifying a cluster, either `ipv4`
|
7793
7797
|
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
7794
|
-
# above, Redis OSS engine version 6.2
|
7798
|
+
# above, Redis OSS engine version 6.2 to 7.1 or Memcached engine
|
7795
7799
|
# version 1.6.6 and above on all instances built on the [Nitro
|
7796
7800
|
# system][1].
|
7797
7801
|
#
|
@@ -9287,8 +9291,8 @@ module Aws::ElastiCache
|
|
9287
9291
|
# @!attribute [rw] supported_network_types
|
9288
9292
|
# Either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
9289
9293
|
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
9290
|
-
#
|
9291
|
-
#
|
9294
|
+
# to 7.1 or Memcached engine version 1.6.6 and above on all instances
|
9295
|
+
# built on the [Nitro system][1].
|
9292
9296
|
#
|
9293
9297
|
#
|
9294
9298
|
#
|
@@ -9671,7 +9675,7 @@ module Aws::ElastiCache
|
|
9671
9675
|
# @return [String]
|
9672
9676
|
#
|
9673
9677
|
# @!attribute [rw] engine
|
9674
|
-
# The
|
9678
|
+
# The options are valkey or redis.
|
9675
9679
|
# @return [String]
|
9676
9680
|
#
|
9677
9681
|
# @!attribute [rw] minimum_engine_version
|
@@ -9726,7 +9730,7 @@ module Aws::ElastiCache
|
|
9726
9730
|
# @return [String]
|
9727
9731
|
#
|
9728
9732
|
# @!attribute [rw] engine
|
9729
|
-
# The
|
9733
|
+
# The options are valkey or redis.
|
9730
9734
|
# @return [String]
|
9731
9735
|
#
|
9732
9736
|
# @!attribute [rw] user_ids
|
data/lib/aws-sdk-elasticache.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.124.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|