aws-sdk-elasticache 1.123.0 → 1.125.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9325c59ecf20b3e7da124ecbe20dcd74443bf970900ae5bd6f2a9b36c46ccf7e
4
- data.tar.gz: 3b9002e3b0a4913c5d1ab0254d54d26fa985de00ffeffc63f3140cb64f7c4e7d
3
+ metadata.gz: d968032385523920310ad35dd15b262d7c7f250e4dc2ef2a9faa888ce2b1dede
4
+ data.tar.gz: 88d807a2daddc37660a7c0b950b9a43fa73491b73403f86f780a13b46d0da2a6
5
5
  SHA512:
6
- metadata.gz: 24427142bade992a7bb908beaaea60102baa250ae88c6a86e9cb1f189c81e45de8e20940c2e73cd7bc0136a7906274d3f5ff67c268f04ea166873f5fbc43bcdc
7
- data.tar.gz: 0a1a60b90e35b5b050a176ad5399eeed13f6016d5b80fdf2eb98d5ddab590a14d715908bd4979d209ca2f0a491d2db66152fab17f13737178bf490daffe8ab03
6
+ metadata.gz: a762c6f007e64c9939736072a73d292c8a6b22e400c58055ae5dcdfcdbd74adb25911cd7ff4779a7763020798ff5dd03cf325841febeb9bbbe668f6e36049dcc
7
+ data.tar.gz: 7487c6070994db25d57dc795c9cbb14ec84e26dd1d4401941e40f95b7bb1e5471c6a287e8eebc04ef274ea1b620dab5f664c0bb7d60d9ac0cf1ded1ba7b6ca87
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.125.0 (2025-04-10)
5
+ ------------------
6
+
7
+ * Feature - AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation.
8
+
9
+ 1.124.0 (2025-03-04)
10
+ ------------------
11
+
12
+ * Feature - Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.
13
+
4
14
  1.123.0 (2025-02-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.125.0
@@ -1707,6 +1707,8 @@ module Aws::ElastiCache
1707
1707
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
1708
1708
  # resp.cache_cluster.pending_modified_values.transit_encryption_enabled #=> Boolean
1709
1709
  # resp.cache_cluster.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
1710
+ # resp.cache_cluster.pending_modified_values.scale_config.scale_percentage #=> Integer
1711
+ # resp.cache_cluster.pending_modified_values.scale_config.scale_interval_minutes #=> Integer
1710
1712
  # resp.cache_cluster.notification_configuration.topic_arn #=> String
1711
1713
  # resp.cache_cluster.notification_configuration.topic_status #=> String
1712
1714
  # resp.cache_cluster.cache_security_groups #=> Array
@@ -1787,9 +1789,9 @@ module Aws::ElastiCache
1787
1789
  # The name of the cache parameter group family that the cache parameter
1788
1790
  # group can be used with.
1789
1791
  #
1790
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
1791
- # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
1792
- # \| `redis6.x` \| `redis7`
1792
+ # Valid values are: `valkey8` \| `valkey7` \| `memcached1.4` \|
1793
+ # `memcached1.5` \| `memcached1.6` \| `redis2.6` \| `redis2.8` \|
1794
+ # `redis3.2` \| `redis4.0` \| `redis5.0` \| `redis6.x` \| `redis7`
1793
1795
  #
1794
1796
  # @option params [required, String] :description
1795
1797
  # A user-specified description for the cache parameter group.
@@ -3619,9 +3621,9 @@ module Aws::ElastiCache
3619
3621
  #
3620
3622
  # @option params [Array<Types::ConfigureShard>] :replica_configuration
3621
3623
  # A list of `ConfigureShard` objects that can be used to configure each
3622
- # shard in a Valkey or Redis OSS (cluster mode enabled) replication
3623
- # group. The `ConfigureShard` has three members: `NewReplicaCount`,
3624
- # `NodeGroupId`, and `PreferredAvailabilityZones`.
3624
+ # shard in a Valkey or Redis OSS replication group. The `ConfigureShard`
3625
+ # has three members: `NewReplicaCount`, `NodeGroupId`, and
3626
+ # `PreferredAvailabilityZones`.
3625
3627
  #
3626
3628
  # @option params [Array<String>] :replicas_to_remove
3627
3629
  # A list of the node ids to remove from the replication group or node
@@ -3852,6 +3854,8 @@ module Aws::ElastiCache
3852
3854
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
3853
3855
  # resp.cache_cluster.pending_modified_values.transit_encryption_enabled #=> Boolean
3854
3856
  # resp.cache_cluster.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
3857
+ # resp.cache_cluster.pending_modified_values.scale_config.scale_percentage #=> Integer
3858
+ # resp.cache_cluster.pending_modified_values.scale_config.scale_interval_minutes #=> Integer
3855
3859
  # resp.cache_cluster.notification_configuration.topic_arn #=> String
3856
3860
  # resp.cache_cluster.notification_configuration.topic_status #=> String
3857
3861
  # resp.cache_cluster.cache_security_groups #=> Array
@@ -4791,6 +4795,8 @@ module Aws::ElastiCache
4791
4795
  # resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
4792
4796
  # resp.cache_clusters[0].pending_modified_values.transit_encryption_enabled #=> Boolean
4793
4797
  # resp.cache_clusters[0].pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
4798
+ # resp.cache_clusters[0].pending_modified_values.scale_config.scale_percentage #=> Integer
4799
+ # resp.cache_clusters[0].pending_modified_values.scale_config.scale_interval_minutes #=> Integer
4794
4800
  # resp.cache_clusters[0].notification_configuration.topic_arn #=> String
4795
4801
  # resp.cache_clusters[0].notification_configuration.topic_status #=> String
4796
4802
  # resp.cache_clusters[0].cache_security_groups #=> Array
@@ -9131,8 +9137,8 @@ module Aws::ElastiCache
9131
9137
  # Default: `false`
9132
9138
  #
9133
9139
  # @option params [String] :engine
9134
- # Modifies the engine listed in a cluster message. The options are
9135
- # redis, memcached or valkey.
9140
+ # The engine type used by the cache cluster. The options are valkey,
9141
+ # memcached or redis.
9136
9142
  #
9137
9143
  # @option params [String] :engine_version
9138
9144
  # The upgraded version of the cache engine to be run on the cache nodes.
@@ -9219,6 +9225,10 @@ module Aws::ElastiCache
9219
9225
  #
9220
9226
  # [1]: http://aws.amazon.com/ec2/nitro/
9221
9227
  #
9228
+ # @option params [Types::ScaleConfig] :scale_config
9229
+ # Configures horizontal or vertical scaling for Memcached clusters,
9230
+ # specifying the scaling percentage and interval.
9231
+ #
9222
9232
  # @return [Types::ModifyCacheClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9223
9233
  #
9224
9234
  # * {Types::ModifyCacheClusterResult#cache_cluster #cache_cluster} => Types::CacheCluster
@@ -9304,6 +9314,10 @@ module Aws::ElastiCache
9304
9314
  # },
9305
9315
  # ],
9306
9316
  # ip_discovery: "ipv4", # accepts ipv4, ipv6
9317
+ # scale_config: {
9318
+ # scale_percentage: 1,
9319
+ # scale_interval_minutes: 1,
9320
+ # },
9307
9321
  # })
9308
9322
  #
9309
9323
  # @example Response structure
@@ -9335,6 +9349,8 @@ module Aws::ElastiCache
9335
9349
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
9336
9350
  # resp.cache_cluster.pending_modified_values.transit_encryption_enabled #=> Boolean
9337
9351
  # resp.cache_cluster.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
9352
+ # resp.cache_cluster.pending_modified_values.scale_config.scale_percentage #=> Integer
9353
+ # resp.cache_cluster.pending_modified_values.scale_config.scale_interval_minutes #=> Integer
9338
9354
  # resp.cache_cluster.notification_configuration.topic_arn #=> String
9339
9355
  # resp.cache_cluster.notification_configuration.topic_status #=> String
9340
9356
  # resp.cache_cluster.cache_security_groups #=> Array
@@ -10783,6 +10799,8 @@ module Aws::ElastiCache
10783
10799
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
10784
10800
  # resp.cache_cluster.pending_modified_values.transit_encryption_enabled #=> Boolean
10785
10801
  # resp.cache_cluster.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
10802
+ # resp.cache_cluster.pending_modified_values.scale_config.scale_percentage #=> Integer
10803
+ # resp.cache_cluster.pending_modified_values.scale_config.scale_interval_minutes #=> Integer
10786
10804
  # resp.cache_cluster.notification_configuration.topic_arn #=> String
10787
10805
  # resp.cache_cluster.notification_configuration.topic_status #=> String
10788
10806
  # resp.cache_cluster.cache_security_groups #=> Array
@@ -11469,7 +11487,7 @@ module Aws::ElastiCache
11469
11487
  tracer: tracer
11470
11488
  )
11471
11489
  context[:gem_name] = 'aws-sdk-elasticache'
11472
- context[:gem_version] = '1.123.0'
11490
+ context[:gem_version] = '1.125.0'
11473
11491
  Seahorse::Client::Request.new(handlers, context)
11474
11492
  end
11475
11493
 
@@ -334,6 +334,7 @@ module Aws::ElastiCache
334
334
  ReshardingStatus = Shapes::StructureShape.new(name: 'ReshardingStatus')
335
335
  RevokeCacheSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'RevokeCacheSecurityGroupIngressMessage')
336
336
  RevokeCacheSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'RevokeCacheSecurityGroupIngressResult')
337
+ ScaleConfig = Shapes::StructureShape.new(name: 'ScaleConfig')
337
338
  SecurityGroupIdsList = Shapes::ListShape.new(name: 'SecurityGroupIdsList')
338
339
  SecurityGroupMembership = Shapes::StructureShape.new(name: 'SecurityGroupMembership')
339
340
  SecurityGroupMembershipList = Shapes::ListShape.new(name: 'SecurityGroupMembershipList')
@@ -1332,6 +1333,7 @@ module Aws::ElastiCache
1332
1333
  ModifyCacheClusterMessage.add_member(:auth_token_update_strategy, Shapes::ShapeRef.new(shape: AuthTokenUpdateStrategyType, location_name: "AuthTokenUpdateStrategy"))
1333
1334
  ModifyCacheClusterMessage.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationRequestList, location_name: "LogDeliveryConfigurations"))
1334
1335
  ModifyCacheClusterMessage.add_member(:ip_discovery, Shapes::ShapeRef.new(shape: IpDiscovery, location_name: "IpDiscovery"))
1336
+ ModifyCacheClusterMessage.add_member(:scale_config, Shapes::ShapeRef.new(shape: ScaleConfig, location_name: "ScaleConfig"))
1335
1337
  ModifyCacheClusterMessage.struct_class = Types::ModifyCacheClusterMessage
1336
1338
 
1337
1339
  ModifyCacheClusterResult.add_member(:cache_cluster, Shapes::ShapeRef.new(shape: CacheCluster, location_name: "CacheCluster"))
@@ -1560,6 +1562,7 @@ module Aws::ElastiCache
1560
1562
  PendingModifiedValues.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: PendingLogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
1561
1563
  PendingModifiedValues.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
1562
1564
  PendingModifiedValues.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
1565
+ PendingModifiedValues.add_member(:scale_config, Shapes::ShapeRef.new(shape: ScaleConfig, location_name: "ScaleConfig"))
1563
1566
  PendingModifiedValues.struct_class = Types::PendingModifiedValues
1564
1567
 
1565
1568
  PreferredAvailabilityZoneList.member = Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone")
@@ -1748,6 +1751,10 @@ module Aws::ElastiCache
1748
1751
  RevokeCacheSecurityGroupIngressResult.add_member(:cache_security_group, Shapes::ShapeRef.new(shape: CacheSecurityGroup, location_name: "CacheSecurityGroup"))
1749
1752
  RevokeCacheSecurityGroupIngressResult.struct_class = Types::RevokeCacheSecurityGroupIngressResult
1750
1753
 
1754
+ ScaleConfig.add_member(:scale_percentage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ScalePercentage"))
1755
+ ScaleConfig.add_member(:scale_interval_minutes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ScaleIntervalMinutes"))
1756
+ ScaleConfig.struct_class = Types::ScaleConfig
1757
+
1751
1758
  SecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupId")
1752
1759
 
1753
1760
  SecurityGroupMembership.add_member(:security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "SecurityGroupId"))
@@ -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
@@ -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: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
2087
- # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
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
@@ -3298,9 +3298,9 @@ module Aws::ElastiCache
3298
3298
  #
3299
3299
  # @!attribute [rw] replica_configuration
3300
3300
  # A list of `ConfigureShard` objects that can be used to configure
3301
- # each shard in a Valkey or Redis OSS (cluster mode enabled)
3302
- # replication group. The `ConfigureShard` has three members:
3303
- # `NewReplicaCount`, `NodeGroupId`, and `PreferredAvailabilityZones`.
3301
+ # each shard in a Valkey or Redis OSS replication group. The
3302
+ # `ConfigureShard` has three members: `NewReplicaCount`,
3303
+ # `NodeGroupId`, and `PreferredAvailabilityZones`.
3304
3304
  # @return [Array<Types::ConfigureShard>]
3305
3305
  #
3306
3306
  # @!attribute [rw] replicas_to_remove
@@ -6015,8 +6015,8 @@ module Aws::ElastiCache
6015
6015
  # @return [Boolean]
6016
6016
  #
6017
6017
  # @!attribute [rw] engine
6018
- # Modifies the engine listed in a cluster message. The options are
6019
- # redis, memcached or valkey.
6018
+ # The engine type used by the cache cluster. The options are valkey,
6019
+ # memcached or redis.
6020
6020
  # @return [String]
6021
6021
  #
6022
6022
  # @!attribute [rw] engine_version
@@ -6116,6 +6116,11 @@ module Aws::ElastiCache
6116
6116
  # [1]: http://aws.amazon.com/ec2/nitro/
6117
6117
  # @return [String]
6118
6118
  #
6119
+ # @!attribute [rw] scale_config
6120
+ # Configures horizontal or vertical scaling for Memcached clusters,
6121
+ # specifying the scaling percentage and interval.
6122
+ # @return [Types::ScaleConfig]
6123
+ #
6119
6124
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
6120
6125
  #
6121
6126
  class ModifyCacheClusterMessage < Struct.new(
@@ -6140,7 +6145,8 @@ module Aws::ElastiCache
6140
6145
  :auth_token,
6141
6146
  :auth_token_update_strategy,
6142
6147
  :log_delivery_configurations,
6143
- :ip_discovery)
6148
+ :ip_discovery,
6149
+ :scale_config)
6144
6150
  SENSITIVE = []
6145
6151
  include Aws::Structure
6146
6152
  end
@@ -7354,6 +7360,11 @@ module Aws::ElastiCache
7354
7360
  # encryption, with no downtime.
7355
7361
  # @return [String]
7356
7362
  #
7363
+ # @!attribute [rw] scale_config
7364
+ # The scaling configuration changes that are pending for the Memcached
7365
+ # cluster.
7366
+ # @return [Types::ScaleConfig]
7367
+ #
7357
7368
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/PendingModifiedValues AWS API Documentation
7358
7369
  #
7359
7370
  class PendingModifiedValues < Struct.new(
@@ -7364,7 +7375,8 @@ module Aws::ElastiCache
7364
7375
  :auth_token_status,
7365
7376
  :log_delivery_configurations,
7366
7377
  :transit_encryption_enabled,
7367
- :transit_encryption_mode)
7378
+ :transit_encryption_mode,
7379
+ :scale_config)
7368
7380
  SENSITIVE = []
7369
7381
  include Aws::Structure
7370
7382
  end
@@ -8500,6 +8512,28 @@ module Aws::ElastiCache
8500
8512
  include Aws::Structure
8501
8513
  end
8502
8514
 
8515
+ # Configuration settings for horizontal or vertical scaling operations
8516
+ # on Memcached clusters.
8517
+ #
8518
+ # @!attribute [rw] scale_percentage
8519
+ # The percentage by which to scale the Memcached cluster, either
8520
+ # horizontally by adding nodes or vertically by increasing resources.
8521
+ # @return [Integer]
8522
+ #
8523
+ # @!attribute [rw] scale_interval_minutes
8524
+ # The time interval in seconds between scaling operations when
8525
+ # performing gradual scaling for a Memcached cluster.
8526
+ # @return [Integer]
8527
+ #
8528
+ # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ScaleConfig AWS API Documentation
8529
+ #
8530
+ class ScaleConfig < Struct.new(
8531
+ :scale_percentage,
8532
+ :scale_interval_minutes)
8533
+ SENSITIVE = []
8534
+ include Aws::Structure
8535
+ end
8536
+
8503
8537
  # Represents a single cache security group and its status.
8504
8538
  #
8505
8539
  # @!attribute [rw] security_group_id
@@ -55,7 +55,7 @@ module Aws::ElastiCache
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticache/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticache/endpoints'
57
57
 
58
- GEM_VERSION = '1.123.0'
58
+ GEM_VERSION = '1.125.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1102,7 +1102,11 @@ module Aws
1102
1102
  enabled: bool?
1103
1103
  },
1104
1104
  ],
1105
- ?ip_discovery: ("ipv4" | "ipv6")
1105
+ ?ip_discovery: ("ipv4" | "ipv6"),
1106
+ ?scale_config: {
1107
+ scale_percentage: ::Integer?,
1108
+ scale_interval_minutes: ::Integer?
1109
+ }
1106
1110
  ) -> _ModifyCacheClusterResponseSuccess
1107
1111
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyCacheClusterResponseSuccess
1108
1112
 
data/sig/types.rbs CHANGED
@@ -1173,6 +1173,7 @@ module Aws::ElastiCache
1173
1173
  attr_accessor auth_token_update_strategy: ("SET" | "ROTATE" | "DELETE")
1174
1174
  attr_accessor log_delivery_configurations: ::Array[Types::LogDeliveryConfigurationRequest]
1175
1175
  attr_accessor ip_discovery: ("ipv4" | "ipv6")
1176
+ attr_accessor scale_config: Types::ScaleConfig
1176
1177
  SENSITIVE: []
1177
1178
  end
1178
1179
 
@@ -1426,6 +1427,7 @@ module Aws::ElastiCache
1426
1427
  attr_accessor log_delivery_configurations: ::Array[Types::PendingLogDeliveryConfiguration]
1427
1428
  attr_accessor transit_encryption_enabled: bool
1428
1429
  attr_accessor transit_encryption_mode: ("preferred" | "required")
1430
+ attr_accessor scale_config: Types::ScaleConfig
1429
1431
  SENSITIVE: []
1430
1432
  end
1431
1433
 
@@ -1641,6 +1643,12 @@ module Aws::ElastiCache
1641
1643
  SENSITIVE: []
1642
1644
  end
1643
1645
 
1646
+ class ScaleConfig
1647
+ attr_accessor scale_percentage: ::Integer
1648
+ attr_accessor scale_interval_minutes: ::Integer
1649
+ SENSITIVE: []
1650
+ end
1651
+
1644
1652
  class SecurityGroupMembership
1645
1653
  attr_accessor security_group_id: ::String
1646
1654
  attr_accessor status: ::String
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.123.0
4
+ version: 1.125.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-02-24 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core