aws-sdk-elasticache 1.117.0 → 1.119.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +50 -55
- data/lib/aws-sdk-elasticache/client_api.rb +2 -0
- data/lib/aws-sdk-elasticache/types.rb +44 -57
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +2 -0
- 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: '02649062b56330039be483a1275e05c03a20f697a5bdafa0ab84c5ffe2f0df55'
|
4
|
+
data.tar.gz: 025676afa247d07e8be7a15f478be465f55308c6daa68bf07c7c8a68a10674d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cd6e6dbb7717ad62ba647fd1bb727e201500ffa6e4b0b4ad9918f3d9879993a48bb09a13e827e3d00689548fded5dec14aa5ad2535c40389f879ef1178f1500
|
7
|
+
data.tar.gz: 6bccd20940284caf09f80967f23b16d7da003eafa8a17148bf5bf3eeceb3db64f71f2efbcc218129190395d302b8a69b67d311da29021002f6814572cd3c038b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.119.0 (2024-11-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support to modify the engine type for existing ElastiCache Users and User Groups. Customers can now modify the engine type from redis to valkey.
|
8
|
+
|
9
|
+
1.118.0 (2024-11-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.117.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.119.0
|
@@ -466,8 +466,8 @@ module Aws::ElastiCache
|
|
466
466
|
#
|
467
467
|
#
|
468
468
|
#
|
469
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
470
|
-
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
469
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/IAM.ResourceLevelPermissions.html
|
470
|
+
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Tagging.html
|
471
471
|
#
|
472
472
|
# @option params [required, String] :resource_name
|
473
473
|
# The Amazon Resource Name (ARN) of the resource to which the tags are
|
@@ -622,7 +622,7 @@ module Aws::ElastiCache
|
|
622
622
|
#
|
623
623
|
#
|
624
624
|
#
|
625
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
625
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/applying-updates.html
|
626
626
|
#
|
627
627
|
# @option params [Array<String>] :replication_group_ids
|
628
628
|
# The replication group IDs
|
@@ -674,7 +674,7 @@ module Aws::ElastiCache
|
|
674
674
|
#
|
675
675
|
#
|
676
676
|
#
|
677
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
677
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/stopping-self-service-updates.html
|
678
678
|
#
|
679
679
|
# @option params [Array<String>] :replication_group_ids
|
680
680
|
# The replication group IDs
|
@@ -964,10 +964,10 @@ module Aws::ElastiCache
|
|
964
964
|
#
|
965
965
|
#
|
966
966
|
#
|
967
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
968
|
-
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
969
|
-
# [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
970
|
-
# [4]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
967
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html
|
968
|
+
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/IAM.html
|
969
|
+
# [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-create-s3-bucket
|
970
|
+
# [4]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-grant-access
|
971
971
|
#
|
972
972
|
# @option params [required, String] :source_snapshot_name
|
973
973
|
# The name of an existing snapshot from which to make a copy.
|
@@ -991,8 +991,8 @@ module Aws::ElastiCache
|
|
991
991
|
#
|
992
992
|
#
|
993
993
|
#
|
994
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
995
|
-
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
994
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-grant-access
|
995
|
+
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html
|
996
996
|
#
|
997
997
|
# @option params [String] :kms_key_id
|
998
998
|
# The ID of the KMS key used to encrypt the target snapshot.
|
@@ -1262,7 +1262,6 @@ module Aws::ElastiCache
|
|
1262
1262
|
#
|
1263
1263
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
1264
1264
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
1265
|
-
#
|
1266
1265
|
# * Compute optimized:
|
1267
1266
|
#
|
1268
1267
|
# * Previous generation: (not recommended. Existing clusters are still
|
@@ -1270,7 +1269,6 @@ module Aws::ElastiCache
|
|
1270
1269
|
# types.)
|
1271
1270
|
#
|
1272
1271
|
# **C1 node types:** `cache.c1.xlarge`
|
1273
|
-
#
|
1274
1272
|
# * Memory optimized:
|
1275
1273
|
#
|
1276
1274
|
# * Current generation:
|
@@ -1323,7 +1321,7 @@ module Aws::ElastiCache
|
|
1323
1321
|
#
|
1324
1322
|
#
|
1325
1323
|
#
|
1326
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1324
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
1327
1325
|
#
|
1328
1326
|
# @option params [String] :engine
|
1329
1327
|
# The name of the cache engine to be used for this cluster.
|
@@ -1343,7 +1341,7 @@ module Aws::ElastiCache
|
|
1343
1341
|
#
|
1344
1342
|
#
|
1345
1343
|
#
|
1346
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1344
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement
|
1347
1345
|
#
|
1348
1346
|
# @option params [String] :cache_parameter_group_name
|
1349
1347
|
# The name of the parameter group to associate with this cluster. If
|
@@ -1363,7 +1361,7 @@ module Aws::ElastiCache
|
|
1363
1361
|
#
|
1364
1362
|
#
|
1365
1363
|
#
|
1366
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1364
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SubnetGroups.html
|
1367
1365
|
#
|
1368
1366
|
# @option params [Array<String>] :cache_security_group_names
|
1369
1367
|
# A list of security group names to associate with this cluster.
|
@@ -1757,7 +1755,7 @@ module Aws::ElastiCache
|
|
1757
1755
|
#
|
1758
1756
|
#
|
1759
1757
|
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyCacheParameterGroup.html
|
1760
|
-
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1758
|
+
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ParameterGroups.html
|
1761
1759
|
#
|
1762
1760
|
# @option params [required, String] :cache_parameter_group_name
|
1763
1761
|
# A user-specified name for the cache parameter group.
|
@@ -2036,7 +2034,7 @@ module Aws::ElastiCache
|
|
2036
2034
|
#
|
2037
2035
|
#
|
2038
2036
|
#
|
2039
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2037
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Redis-Global-Datastore.html
|
2040
2038
|
#
|
2041
2039
|
# @option params [required, String] :global_replication_group_id_suffix
|
2042
2040
|
# The suffix name of a Global datastore. Amazon ElastiCache
|
@@ -2053,7 +2051,7 @@ module Aws::ElastiCache
|
|
2053
2051
|
#
|
2054
2052
|
#
|
2055
2053
|
#
|
2056
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2054
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Redis-Global-Datastores-CLI.html
|
2057
2055
|
#
|
2058
2056
|
# @option params [String] :global_replication_group_description
|
2059
2057
|
# Provides details of the Global datastore
|
@@ -2150,9 +2148,9 @@ module Aws::ElastiCache
|
|
2150
2148
|
#
|
2151
2149
|
#
|
2152
2150
|
#
|
2153
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2151
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SubnetGroups.Creating.html
|
2154
2152
|
# [2]: https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
|
2155
|
-
# [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2153
|
+
# [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Scaling.html
|
2156
2154
|
#
|
2157
2155
|
# @option params [required, String] :replication_group_id
|
2158
2156
|
# The replication group identifier. This parameter is stored as a
|
@@ -2196,7 +2194,7 @@ module Aws::ElastiCache
|
|
2196
2194
|
#
|
2197
2195
|
#
|
2198
2196
|
#
|
2199
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2197
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html
|
2200
2198
|
#
|
2201
2199
|
# @option params [Integer] :num_cache_clusters
|
2202
2200
|
# The number of clusters this replication group initially has.
|
@@ -2313,7 +2311,6 @@ module Aws::ElastiCache
|
|
2313
2311
|
#
|
2314
2312
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
2315
2313
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
2316
|
-
#
|
2317
2314
|
# * Compute optimized:
|
2318
2315
|
#
|
2319
2316
|
# * Previous generation: (not recommended. Existing clusters are still
|
@@ -2321,7 +2318,6 @@ module Aws::ElastiCache
|
|
2321
2318
|
# types.)
|
2322
2319
|
#
|
2323
2320
|
# **C1 node types:** `cache.c1.xlarge`
|
2324
|
-
#
|
2325
2321
|
# * Memory optimized:
|
2326
2322
|
#
|
2327
2323
|
# * Current generation:
|
@@ -2374,7 +2370,7 @@ module Aws::ElastiCache
|
|
2374
2370
|
#
|
2375
2371
|
#
|
2376
2372
|
#
|
2377
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2373
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
2378
2374
|
#
|
2379
2375
|
# @option params [String] :engine
|
2380
2376
|
# The name of the cache engine to be used for the clusters in this
|
@@ -2394,7 +2390,7 @@ module Aws::ElastiCache
|
|
2394
2390
|
#
|
2395
2391
|
#
|
2396
2392
|
#
|
2397
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2393
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement
|
2398
2394
|
#
|
2399
2395
|
# @option params [String] :cache_parameter_group_name
|
2400
2396
|
# The name of the parameter group to associate with this replication
|
@@ -2421,7 +2417,7 @@ module Aws::ElastiCache
|
|
2421
2417
|
#
|
2422
2418
|
#
|
2423
2419
|
#
|
2424
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2420
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SubnetGroups.html
|
2425
2421
|
#
|
2426
2422
|
# @option params [Array<String>] :cache_security_group_names
|
2427
2423
|
# A list of cache security group names to associate with this
|
@@ -2592,7 +2588,7 @@ module Aws::ElastiCache
|
|
2592
2588
|
#
|
2593
2589
|
#
|
2594
2590
|
#
|
2595
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2591
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/data-tiering.html
|
2596
2592
|
#
|
2597
2593
|
# @option params [String] :network_type
|
2598
2594
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
@@ -3336,7 +3332,7 @@ module Aws::ElastiCache
|
|
3336
3332
|
#
|
3337
3333
|
#
|
3338
3334
|
#
|
3339
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
3335
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html
|
3340
3336
|
#
|
3341
3337
|
# @option params [required, String] :user_id
|
3342
3338
|
# The ID of the user.
|
@@ -3427,7 +3423,7 @@ module Aws::ElastiCache
|
|
3427
3423
|
#
|
3428
3424
|
#
|
3429
3425
|
#
|
3430
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
3426
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html
|
3431
3427
|
#
|
3432
3428
|
# @option params [required, String] :user_group_id
|
3433
3429
|
# The ID of the user group.
|
@@ -3594,7 +3590,6 @@ module Aws::ElastiCache
|
|
3594
3590
|
# * If Multi-AZ is enabled: 1
|
3595
3591
|
#
|
3596
3592
|
# * If Multi-AZ is not enabled: 0
|
3597
|
-
#
|
3598
3593
|
# * Valkey or Redis OSS (cluster mode enabled): 0 (though you will not
|
3599
3594
|
# be able to failover to a replica if your primary node fails)
|
3600
3595
|
#
|
@@ -4456,7 +4451,7 @@ module Aws::ElastiCache
|
|
4456
4451
|
#
|
4457
4452
|
#
|
4458
4453
|
#
|
4459
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
4454
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html
|
4460
4455
|
#
|
4461
4456
|
# @option params [required, String] :user_id
|
4462
4457
|
# The ID of the user.
|
@@ -4509,7 +4504,7 @@ module Aws::ElastiCache
|
|
4509
4504
|
#
|
4510
4505
|
#
|
4511
4506
|
#
|
4512
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
4507
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html
|
4513
4508
|
#
|
4514
4509
|
# @option params [required, String] :user_group_id
|
4515
4510
|
# The ID of the user group.
|
@@ -7040,7 +7035,6 @@ module Aws::ElastiCache
|
|
7040
7035
|
#
|
7041
7036
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
7042
7037
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
7043
|
-
#
|
7044
7038
|
# * Compute optimized:
|
7045
7039
|
#
|
7046
7040
|
# * Previous generation: (not recommended. Existing clusters are still
|
@@ -7048,7 +7042,6 @@ module Aws::ElastiCache
|
|
7048
7042
|
# types.)
|
7049
7043
|
#
|
7050
7044
|
# **C1 node types:** `cache.c1.xlarge`
|
7051
|
-
#
|
7052
7045
|
# * Memory optimized:
|
7053
7046
|
#
|
7054
7047
|
# * Current generation:
|
@@ -7101,7 +7094,7 @@ module Aws::ElastiCache
|
|
7101
7094
|
#
|
7102
7095
|
#
|
7103
7096
|
#
|
7104
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
7097
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
7105
7098
|
#
|
7106
7099
|
# @option params [String] :duration
|
7107
7100
|
# The duration filter value, specified in years or seconds. Use this
|
@@ -7259,7 +7252,6 @@ module Aws::ElastiCache
|
|
7259
7252
|
#
|
7260
7253
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
7261
7254
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
7262
|
-
#
|
7263
7255
|
# * Compute optimized:
|
7264
7256
|
#
|
7265
7257
|
# * Previous generation: (not recommended. Existing clusters are still
|
@@ -7267,7 +7259,6 @@ module Aws::ElastiCache
|
|
7267
7259
|
# types.)
|
7268
7260
|
#
|
7269
7261
|
# **C1 node types:** `cache.c1.xlarge`
|
7270
|
-
#
|
7271
7262
|
# * Memory optimized:
|
7272
7263
|
#
|
7273
7264
|
# * Current generation:
|
@@ -7320,7 +7311,7 @@ module Aws::ElastiCache
|
|
7320
7311
|
#
|
7321
7312
|
#
|
7322
7313
|
#
|
7323
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
7314
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
7324
7315
|
#
|
7325
7316
|
# @option params [String] :duration
|
7326
7317
|
# Duration filter value, specified in years or seconds. Use this
|
@@ -8816,7 +8807,7 @@ module Aws::ElastiCache
|
|
8816
8807
|
#
|
8817
8808
|
#
|
8818
8809
|
#
|
8819
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
8810
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/IAM.ResourceLevelPermissions.html
|
8820
8811
|
#
|
8821
8812
|
# @option params [required, String] :resource_name
|
8822
8813
|
# The Amazon Resource Name (ARN) of the resource for which you want the
|
@@ -9006,7 +8997,6 @@ module Aws::ElastiCache
|
|
9006
8997
|
#
|
9007
8998
|
# * Result: The new delete, pending or immediate, replaces the pending
|
9008
8999
|
# delete.
|
9009
|
-
#
|
9010
9000
|
# * Scenario-2
|
9011
9001
|
#
|
9012
9002
|
# * Pending Action: Delete
|
@@ -9015,7 +9005,6 @@ module Aws::ElastiCache
|
|
9015
9005
|
#
|
9016
9006
|
# * Result: The new create, pending or immediate, replaces the pending
|
9017
9007
|
# delete.
|
9018
|
-
#
|
9019
9008
|
# * Scenario-3
|
9020
9009
|
#
|
9021
9010
|
# * Pending Action: Create
|
@@ -9024,7 +9013,6 @@ module Aws::ElastiCache
|
|
9024
9013
|
#
|
9025
9014
|
# * Result: The new delete, pending or immediate, replaces the pending
|
9026
9015
|
# create.
|
9027
|
-
#
|
9028
9016
|
# * Scenario-4
|
9029
9017
|
#
|
9030
9018
|
# * Pending Action: Create
|
@@ -9039,7 +9027,7 @@ module Aws::ElastiCache
|
|
9039
9027
|
#
|
9040
9028
|
#
|
9041
9029
|
#
|
9042
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9030
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html
|
9043
9031
|
#
|
9044
9032
|
# @option params [Array<String>] :cache_security_group_names
|
9045
9033
|
# A list of cache security group names to authorize on this cluster.
|
@@ -9133,7 +9121,7 @@ module Aws::ElastiCache
|
|
9133
9121
|
#
|
9134
9122
|
#
|
9135
9123
|
#
|
9136
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9124
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement
|
9137
9125
|
#
|
9138
9126
|
# @option params [Boolean] :auto_minor_version_upgrade
|
9139
9127
|
# If you are running Valkey 7.2 or Redis OSS engine version 6.0 or
|
@@ -9192,7 +9180,7 @@ module Aws::ElastiCache
|
|
9192
9180
|
#
|
9193
9181
|
#
|
9194
9182
|
#
|
9195
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9183
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth.html
|
9196
9184
|
#
|
9197
9185
|
# @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
|
9198
9186
|
# Specifies the destination, format and type of the logs.
|
@@ -9648,7 +9636,7 @@ module Aws::ElastiCache
|
|
9648
9636
|
#
|
9649
9637
|
#
|
9650
9638
|
#
|
9651
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9639
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/scaling-redis-cluster-mode-enabled.html
|
9652
9640
|
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyReplicationGroupShardConfiguration.html
|
9653
9641
|
#
|
9654
9642
|
# @option params [required, String] :replication_group_id
|
@@ -9775,7 +9763,7 @@ module Aws::ElastiCache
|
|
9775
9763
|
#
|
9776
9764
|
#
|
9777
9765
|
#
|
9778
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9766
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement
|
9779
9767
|
#
|
9780
9768
|
# @option params [Boolean] :auto_minor_version_upgrade
|
9781
9769
|
# If you are running Valkey or Redis OSS engine version 6.0 or later,
|
@@ -9839,7 +9827,7 @@ module Aws::ElastiCache
|
|
9839
9827
|
#
|
9840
9828
|
#
|
9841
9829
|
#
|
9842
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9830
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth.html
|
9843
9831
|
#
|
9844
9832
|
# @option params [Array<String>] :user_group_ids_to_add
|
9845
9833
|
# The ID of the user group you are associating with the replication
|
@@ -10397,6 +10385,9 @@ module Aws::ElastiCache
|
|
10397
10385
|
# @option params [Types::AuthenticationMode] :authentication_mode
|
10398
10386
|
# Specifies how to authenticate the user.
|
10399
10387
|
#
|
10388
|
+
# @option params [String] :engine
|
10389
|
+
# The engine for a specific user.
|
10390
|
+
#
|
10400
10391
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10401
10392
|
#
|
10402
10393
|
# * {Types::User#user_id #user_id} => String
|
@@ -10421,6 +10412,7 @@ module Aws::ElastiCache
|
|
10421
10412
|
# type: "password", # accepts password, no-password-required, iam
|
10422
10413
|
# passwords: ["String"],
|
10423
10414
|
# },
|
10415
|
+
# engine: "EngineType",
|
10424
10416
|
# })
|
10425
10417
|
#
|
10426
10418
|
# @example Response structure
|
@@ -10457,6 +10449,9 @@ module Aws::ElastiCache
|
|
10457
10449
|
# @option params [Array<String>] :user_ids_to_remove
|
10458
10450
|
# The list of user IDs to remove from the user group.
|
10459
10451
|
#
|
10452
|
+
# @option params [String] :engine
|
10453
|
+
# The engine for a user group.
|
10454
|
+
#
|
10460
10455
|
# @return [Types::UserGroup] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10461
10456
|
#
|
10462
10457
|
# * {Types::UserGroup#user_group_id #user_group_id} => String
|
@@ -10475,6 +10470,7 @@ module Aws::ElastiCache
|
|
10475
10470
|
# user_group_id: "String", # required
|
10476
10471
|
# user_ids_to_add: ["UserId"],
|
10477
10472
|
# user_ids_to_remove: ["UserId"],
|
10473
|
+
# engine: "EngineType",
|
10478
10474
|
# })
|
10479
10475
|
#
|
10480
10476
|
# @example Response structure
|
@@ -10510,7 +10506,7 @@ module Aws::ElastiCache
|
|
10510
10506
|
#
|
10511
10507
|
#
|
10512
10508
|
#
|
10513
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
10509
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/reserved-nodes.html
|
10514
10510
|
#
|
10515
10511
|
# @option params [required, String] :reserved_cache_nodes_offering_id
|
10516
10512
|
# The ID of the reserved cache node offering to purchase.
|
@@ -10665,7 +10661,7 @@ module Aws::ElastiCache
|
|
10665
10661
|
#
|
10666
10662
|
#
|
10667
10663
|
#
|
10668
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
10664
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/nodes.rebooting.html
|
10669
10665
|
#
|
10670
10666
|
# @option params [required, String] :cache_cluster_id
|
10671
10667
|
# The cluster identifier. This parameter is stored as a lowercase
|
@@ -10825,7 +10821,7 @@ module Aws::ElastiCache
|
|
10825
10821
|
#
|
10826
10822
|
#
|
10827
10823
|
#
|
10828
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
10824
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/IAM.ResourceLevelPermissions.html
|
10829
10825
|
#
|
10830
10826
|
# @option params [required, String] :resource_name
|
10831
10827
|
# The Amazon Resource Name (ARN) of the resource from which you want the
|
@@ -11194,7 +11190,6 @@ module Aws::ElastiCache
|
|
11194
11190
|
#
|
11195
11191
|
# 5. Cache cluster message: `Finished recovery for cache nodes
|
11196
11192
|
# <node-id>`
|
11197
|
-
#
|
11198
11193
|
# For more information see:
|
11199
11194
|
#
|
11200
11195
|
# * [Viewing ElastiCache Events][1] in the *ElastiCache User Guide*
|
@@ -11205,9 +11200,9 @@ module Aws::ElastiCache
|
|
11205
11200
|
#
|
11206
11201
|
#
|
11207
11202
|
#
|
11208
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
11203
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ECEvents.Viewing.html
|
11209
11204
|
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DescribeEvents.html
|
11210
|
-
# [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
11205
|
+
# [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html#auto-failover-test
|
11211
11206
|
#
|
11212
11207
|
# @option params [required, String] :replication_group_id
|
11213
11208
|
# The name of the replication group (console: cluster) whose automatic
|
@@ -11448,7 +11443,7 @@ module Aws::ElastiCache
|
|
11448
11443
|
tracer: tracer
|
11449
11444
|
)
|
11450
11445
|
context[:gem_name] = 'aws-sdk-elasticache'
|
11451
|
-
context[:gem_version] = '1.
|
11446
|
+
context[:gem_version] = '1.119.0'
|
11452
11447
|
Seahorse::Client::Request.new(handlers, context)
|
11453
11448
|
end
|
11454
11449
|
|
@@ -1426,6 +1426,7 @@ module Aws::ElastiCache
|
|
1426
1426
|
ModifyUserGroupMessage.add_member(:user_group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "UserGroupId"))
|
1427
1427
|
ModifyUserGroupMessage.add_member(:user_ids_to_add, Shapes::ShapeRef.new(shape: UserIdListInput, location_name: "UserIdsToAdd"))
|
1428
1428
|
ModifyUserGroupMessage.add_member(:user_ids_to_remove, Shapes::ShapeRef.new(shape: UserIdListInput, location_name: "UserIdsToRemove"))
|
1429
|
+
ModifyUserGroupMessage.add_member(:engine, Shapes::ShapeRef.new(shape: EngineType, location_name: "Engine"))
|
1429
1430
|
ModifyUserGroupMessage.struct_class = Types::ModifyUserGroupMessage
|
1430
1431
|
|
1431
1432
|
ModifyUserMessage.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
|
@@ -1434,6 +1435,7 @@ module Aws::ElastiCache
|
|
1434
1435
|
ModifyUserMessage.add_member(:passwords, Shapes::ShapeRef.new(shape: PasswordListInput, location_name: "Passwords"))
|
1435
1436
|
ModifyUserMessage.add_member(:no_password_required, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoPasswordRequired"))
|
1436
1437
|
ModifyUserMessage.add_member(:authentication_mode, Shapes::ShapeRef.new(shape: AuthenticationMode, location_name: "AuthenticationMode"))
|
1438
|
+
ModifyUserMessage.add_member(:engine, Shapes::ShapeRef.new(shape: EngineType, location_name: "Engine"))
|
1437
1439
|
ModifyUserMessage.struct_class = Types::ModifyUserMessage
|
1438
1440
|
|
1439
1441
|
NetworkTypeList.member = Shapes::ShapeRef.new(shape: NetworkType)
|
@@ -310,7 +310,6 @@ module Aws::ElastiCache
|
|
310
310
|
#
|
311
311
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
312
312
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
313
|
-
#
|
314
313
|
# * Compute optimized:
|
315
314
|
#
|
316
315
|
# * Previous generation: (not recommended. Existing clusters are
|
@@ -318,7 +317,6 @@ module Aws::ElastiCache
|
|
318
317
|
# for these types.)
|
319
318
|
#
|
320
319
|
# **C1 node types:** `cache.c1.xlarge`
|
321
|
-
#
|
322
320
|
# * Memory optimized:
|
323
321
|
#
|
324
322
|
# * Current generation:
|
@@ -371,7 +369,7 @@ module Aws::ElastiCache
|
|
371
369
|
#
|
372
370
|
#
|
373
371
|
#
|
374
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
372
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
375
373
|
# @return [String]
|
376
374
|
#
|
377
375
|
# @!attribute [rw] engine
|
@@ -757,7 +755,6 @@ module Aws::ElastiCache
|
|
757
755
|
#
|
758
756
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
759
757
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
760
|
-
#
|
761
758
|
# * Compute optimized:
|
762
759
|
#
|
763
760
|
# * Previous generation: (not recommended. Existing clusters are still
|
@@ -765,7 +762,6 @@ module Aws::ElastiCache
|
|
765
762
|
# types.)
|
766
763
|
#
|
767
764
|
# **C1 node types:** `cache.c1.xlarge`
|
768
|
-
#
|
769
765
|
# * Memory optimized:
|
770
766
|
#
|
771
767
|
# * Current generation:
|
@@ -818,7 +814,7 @@ module Aws::ElastiCache
|
|
818
814
|
#
|
819
815
|
#
|
820
816
|
#
|
821
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
817
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
822
818
|
#
|
823
819
|
# @!attribute [rw] cache_node_id
|
824
820
|
# The cache node identifier. A node ID is a numeric identifier (0001,
|
@@ -920,7 +916,7 @@ module Aws::ElastiCache
|
|
920
916
|
#
|
921
917
|
#
|
922
918
|
#
|
923
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
919
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.Rebooting.html
|
924
920
|
# @return [String]
|
925
921
|
#
|
926
922
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CacheNodeTypeSpecificParameter AWS API Documentation
|
@@ -1454,7 +1450,7 @@ module Aws::ElastiCache
|
|
1454
1450
|
#
|
1455
1451
|
#
|
1456
1452
|
#
|
1457
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1453
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/shard-find-id.html
|
1458
1454
|
# @return [String]
|
1459
1455
|
#
|
1460
1456
|
# @!attribute [rw] new_replica_count
|
@@ -1470,7 +1466,6 @@ module Aws::ElastiCache
|
|
1470
1466
|
# * If Multi-AZ: 1
|
1471
1467
|
#
|
1472
1468
|
# * If Multi-AZ: 0
|
1473
|
-
#
|
1474
1469
|
# * Valkey or Redis OSS (cluster mode enabled): 0 (though you will not
|
1475
1470
|
# be able to failover to a replica if your primary node fails)
|
1476
1471
|
# @return [Integer]
|
@@ -1572,8 +1567,8 @@ module Aws::ElastiCache
|
|
1572
1567
|
#
|
1573
1568
|
#
|
1574
1569
|
#
|
1575
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1576
|
-
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1570
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html#backups-exporting-grant-access
|
1571
|
+
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/backups-exporting.html
|
1577
1572
|
# @return [String]
|
1578
1573
|
#
|
1579
1574
|
# @!attribute [rw] kms_key_id
|
@@ -1758,7 +1753,6 @@ module Aws::ElastiCache
|
|
1758
1753
|
#
|
1759
1754
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
1760
1755
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
1761
|
-
#
|
1762
1756
|
# * Compute optimized:
|
1763
1757
|
#
|
1764
1758
|
# * Previous generation: (not recommended. Existing clusters are
|
@@ -1766,7 +1760,6 @@ module Aws::ElastiCache
|
|
1766
1760
|
# for these types.)
|
1767
1761
|
#
|
1768
1762
|
# **C1 node types:** `cache.c1.xlarge`
|
1769
|
-
#
|
1770
1763
|
# * Memory optimized:
|
1771
1764
|
#
|
1772
1765
|
# * Current generation:
|
@@ -1819,7 +1812,7 @@ module Aws::ElastiCache
|
|
1819
1812
|
#
|
1820
1813
|
#
|
1821
1814
|
#
|
1822
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1815
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
1823
1816
|
# @return [String]
|
1824
1817
|
#
|
1825
1818
|
# @!attribute [rw] engine
|
@@ -1841,7 +1834,7 @@ module Aws::ElastiCache
|
|
1841
1834
|
#
|
1842
1835
|
#
|
1843
1836
|
#
|
1844
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1837
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement
|
1845
1838
|
# @return [String]
|
1846
1839
|
#
|
1847
1840
|
# @!attribute [rw] cache_parameter_group_name
|
@@ -1863,7 +1856,7 @@ module Aws::ElastiCache
|
|
1863
1856
|
#
|
1864
1857
|
#
|
1865
1858
|
#
|
1866
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
1859
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SubnetGroups.html
|
1867
1860
|
# @return [String]
|
1868
1861
|
#
|
1869
1862
|
# @!attribute [rw] cache_security_group_names
|
@@ -2246,7 +2239,7 @@ module Aws::ElastiCache
|
|
2246
2239
|
#
|
2247
2240
|
#
|
2248
2241
|
#
|
2249
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2242
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Redis-Global-Datastores-CLI.html
|
2250
2243
|
# @return [String]
|
2251
2244
|
#
|
2252
2245
|
# @!attribute [rw] global_replication_group_description
|
@@ -2340,7 +2333,7 @@ module Aws::ElastiCache
|
|
2340
2333
|
#
|
2341
2334
|
#
|
2342
2335
|
#
|
2343
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2336
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html
|
2344
2337
|
# @return [Boolean]
|
2345
2338
|
#
|
2346
2339
|
# @!attribute [rw] num_cache_clusters
|
@@ -2464,7 +2457,6 @@ module Aws::ElastiCache
|
|
2464
2457
|
#
|
2465
2458
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
2466
2459
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
2467
|
-
#
|
2468
2460
|
# * Compute optimized:
|
2469
2461
|
#
|
2470
2462
|
# * Previous generation: (not recommended. Existing clusters are
|
@@ -2472,7 +2464,6 @@ module Aws::ElastiCache
|
|
2472
2464
|
# for these types.)
|
2473
2465
|
#
|
2474
2466
|
# **C1 node types:** `cache.c1.xlarge`
|
2475
|
-
#
|
2476
2467
|
# * Memory optimized:
|
2477
2468
|
#
|
2478
2469
|
# * Current generation:
|
@@ -2525,7 +2516,7 @@ module Aws::ElastiCache
|
|
2525
2516
|
#
|
2526
2517
|
#
|
2527
2518
|
#
|
2528
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2519
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
2529
2520
|
# @return [String]
|
2530
2521
|
#
|
2531
2522
|
# @!attribute [rw] engine
|
@@ -2547,7 +2538,7 @@ module Aws::ElastiCache
|
|
2547
2538
|
#
|
2548
2539
|
#
|
2549
2540
|
#
|
2550
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2541
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement
|
2551
2542
|
# @return [String]
|
2552
2543
|
#
|
2553
2544
|
# @!attribute [rw] cache_parameter_group_name
|
@@ -2576,7 +2567,7 @@ module Aws::ElastiCache
|
|
2576
2567
|
#
|
2577
2568
|
#
|
2578
2569
|
#
|
2579
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2570
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SubnetGroups.html
|
2580
2571
|
# @return [String]
|
2581
2572
|
#
|
2582
2573
|
# @!attribute [rw] cache_security_group_names
|
@@ -2766,7 +2757,7 @@ module Aws::ElastiCache
|
|
2766
2757
|
#
|
2767
2758
|
#
|
2768
2759
|
#
|
2769
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
2760
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/data-tiering.html
|
2770
2761
|
# @return [Boolean]
|
2771
2762
|
#
|
2772
2763
|
# @!attribute [rw] network_type
|
@@ -3299,7 +3290,6 @@ module Aws::ElastiCache
|
|
3299
3290
|
# * If Multi-AZ is enabled: 1
|
3300
3291
|
#
|
3301
3292
|
# * If Multi-AZ is not enabled: 0
|
3302
|
-
#
|
3303
3293
|
# * Valkey or Redis OSS (cluster mode enabled): 0 (though you will not
|
3304
3294
|
# be able to failover to a replica if your primary node fails)
|
3305
3295
|
# @return [Integer]
|
@@ -4169,7 +4159,6 @@ module Aws::ElastiCache
|
|
4169
4159
|
#
|
4170
4160
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
4171
4161
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
4172
|
-
#
|
4173
4162
|
# * Compute optimized:
|
4174
4163
|
#
|
4175
4164
|
# * Previous generation: (not recommended. Existing clusters are
|
@@ -4177,7 +4166,6 @@ module Aws::ElastiCache
|
|
4177
4166
|
# for these types.)
|
4178
4167
|
#
|
4179
4168
|
# **C1 node types:** `cache.c1.xlarge`
|
4180
|
-
#
|
4181
4169
|
# * Memory optimized:
|
4182
4170
|
#
|
4183
4171
|
# * Current generation:
|
@@ -4230,7 +4218,7 @@ module Aws::ElastiCache
|
|
4230
4218
|
#
|
4231
4219
|
#
|
4232
4220
|
#
|
4233
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
4221
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
4234
4222
|
# @return [String]
|
4235
4223
|
#
|
4236
4224
|
# @!attribute [rw] duration
|
@@ -4352,7 +4340,6 @@ module Aws::ElastiCache
|
|
4352
4340
|
#
|
4353
4341
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
4354
4342
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
4355
|
-
#
|
4356
4343
|
# * Compute optimized:
|
4357
4344
|
#
|
4358
4345
|
# * Previous generation: (not recommended. Existing clusters are
|
@@ -4360,7 +4347,6 @@ module Aws::ElastiCache
|
|
4360
4347
|
# for these types.)
|
4361
4348
|
#
|
4362
4349
|
# **C1 node types:** `cache.c1.xlarge`
|
4363
|
-
#
|
4364
4350
|
# * Memory optimized:
|
4365
4351
|
#
|
4366
4352
|
# * Current generation:
|
@@ -4413,7 +4399,7 @@ module Aws::ElastiCache
|
|
4413
4399
|
#
|
4414
4400
|
#
|
4415
4401
|
#
|
4416
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
4402
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
4417
4403
|
# @return [String]
|
4418
4404
|
#
|
4419
4405
|
# @!attribute [rw] duration
|
@@ -5492,7 +5478,7 @@ module Aws::ElastiCache
|
|
5492
5478
|
#
|
5493
5479
|
#
|
5494
5480
|
#
|
5495
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
5481
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY
|
5496
5482
|
#
|
5497
5483
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/InsufficientCacheClusterCapacityFault AWS API Documentation
|
5498
5484
|
#
|
@@ -5907,7 +5893,6 @@ module Aws::ElastiCache
|
|
5907
5893
|
#
|
5908
5894
|
# * Result: The new delete, pending or immediate, replaces the
|
5909
5895
|
# pending delete.
|
5910
|
-
#
|
5911
5896
|
# * Scenario-2
|
5912
5897
|
#
|
5913
5898
|
# * Pending Action: Delete
|
@@ -5916,7 +5901,6 @@ module Aws::ElastiCache
|
|
5916
5901
|
#
|
5917
5902
|
# * Result: The new create, pending or immediate, replaces the
|
5918
5903
|
# pending delete.
|
5919
|
-
#
|
5920
5904
|
# * Scenario-3
|
5921
5905
|
#
|
5922
5906
|
# * Pending Action: Create
|
@@ -5925,7 +5909,6 @@ module Aws::ElastiCache
|
|
5925
5909
|
#
|
5926
5910
|
# * Result: The new delete, pending or immediate, replaces the
|
5927
5911
|
# pending create.
|
5928
|
-
#
|
5929
5912
|
# * Scenario-4
|
5930
5913
|
#
|
5931
5914
|
# * Pending Action: Create
|
@@ -5941,7 +5924,7 @@ module Aws::ElastiCache
|
|
5941
5924
|
#
|
5942
5925
|
#
|
5943
5926
|
#
|
5944
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
5927
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html
|
5945
5928
|
# @return [Array<String>]
|
5946
5929
|
#
|
5947
5930
|
# @!attribute [rw] cache_security_group_names
|
@@ -6046,7 +6029,7 @@ module Aws::ElastiCache
|
|
6046
6029
|
#
|
6047
6030
|
#
|
6048
6031
|
#
|
6049
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
6032
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement
|
6050
6033
|
# @return [String]
|
6051
6034
|
#
|
6052
6035
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -6112,7 +6095,7 @@ module Aws::ElastiCache
|
|
6112
6095
|
#
|
6113
6096
|
#
|
6114
6097
|
#
|
6115
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
6098
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth.html
|
6116
6099
|
# @return [String]
|
6117
6100
|
#
|
6118
6101
|
# @!attribute [rw] log_delivery_configurations
|
@@ -6459,7 +6442,7 @@ module Aws::ElastiCache
|
|
6459
6442
|
#
|
6460
6443
|
#
|
6461
6444
|
#
|
6462
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
6445
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/SelectEngine.html#VersionManagement
|
6463
6446
|
# @return [String]
|
6464
6447
|
#
|
6465
6448
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -6530,7 +6513,7 @@ module Aws::ElastiCache
|
|
6530
6513
|
#
|
6531
6514
|
#
|
6532
6515
|
#
|
6533
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
6516
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth.html
|
6534
6517
|
# @return [String]
|
6535
6518
|
#
|
6536
6519
|
# @!attribute [rw] user_group_ids_to_add
|
@@ -6825,12 +6808,17 @@ module Aws::ElastiCache
|
|
6825
6808
|
# The list of user IDs to remove from the user group.
|
6826
6809
|
# @return [Array<String>]
|
6827
6810
|
#
|
6811
|
+
# @!attribute [rw] engine
|
6812
|
+
# The engine for a user group.
|
6813
|
+
# @return [String]
|
6814
|
+
#
|
6828
6815
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserGroupMessage AWS API Documentation
|
6829
6816
|
#
|
6830
6817
|
class ModifyUserGroupMessage < Struct.new(
|
6831
6818
|
:user_group_id,
|
6832
6819
|
:user_ids_to_add,
|
6833
|
-
:user_ids_to_remove
|
6820
|
+
:user_ids_to_remove,
|
6821
|
+
:engine)
|
6834
6822
|
SENSITIVE = []
|
6835
6823
|
include Aws::Structure
|
6836
6824
|
end
|
@@ -6859,6 +6847,10 @@ module Aws::ElastiCache
|
|
6859
6847
|
# Specifies how to authenticate the user.
|
6860
6848
|
# @return [Types::AuthenticationMode]
|
6861
6849
|
#
|
6850
|
+
# @!attribute [rw] engine
|
6851
|
+
# The engine for a specific user.
|
6852
|
+
# @return [String]
|
6853
|
+
#
|
6862
6854
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
|
6863
6855
|
#
|
6864
6856
|
class ModifyUserMessage < Struct.new(
|
@@ -6867,7 +6859,8 @@ module Aws::ElastiCache
|
|
6867
6859
|
:append_access_string,
|
6868
6860
|
:passwords,
|
6869
6861
|
:no_password_required,
|
6870
|
-
:authentication_mode
|
6862
|
+
:authentication_mode,
|
6863
|
+
:engine)
|
6871
6864
|
SENSITIVE = []
|
6872
6865
|
include Aws::Structure
|
6873
6866
|
end
|
@@ -7241,7 +7234,7 @@ module Aws::ElastiCache
|
|
7241
7234
|
#
|
7242
7235
|
#
|
7243
7236
|
#
|
7244
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
7237
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.Rebooting.html
|
7245
7238
|
# @return [String]
|
7246
7239
|
#
|
7247
7240
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Parameter AWS API Documentation
|
@@ -7664,7 +7657,7 @@ module Aws::ElastiCache
|
|
7664
7657
|
#
|
7665
7658
|
#
|
7666
7659
|
#
|
7667
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/
|
7660
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/AutoFailover.html
|
7668
7661
|
# @return [String]
|
7669
7662
|
#
|
7670
7663
|
# @!attribute [rw] configuration_endpoint
|
@@ -7774,7 +7767,7 @@ module Aws::ElastiCache
|
|
7774
7767
|
#
|
7775
7768
|
#
|
7776
7769
|
#
|
7777
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
7770
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/data-tiering.html
|
7778
7771
|
# @return [String]
|
7779
7772
|
#
|
7780
7773
|
# @!attribute [rw] auto_minor_version_upgrade
|
@@ -8040,7 +8033,6 @@ module Aws::ElastiCache
|
|
8040
8033
|
#
|
8041
8034
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
8042
8035
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
8043
|
-
#
|
8044
8036
|
# * Compute optimized:
|
8045
8037
|
#
|
8046
8038
|
# * Previous generation: (not recommended. Existing clusters are
|
@@ -8048,7 +8040,6 @@ module Aws::ElastiCache
|
|
8048
8040
|
# for these types.)
|
8049
8041
|
#
|
8050
8042
|
# **C1 node types:** `cache.c1.xlarge`
|
8051
|
-
#
|
8052
8043
|
# * Memory optimized:
|
8053
8044
|
#
|
8054
8045
|
# * Current generation:
|
@@ -8101,7 +8092,7 @@ module Aws::ElastiCache
|
|
8101
8092
|
#
|
8102
8093
|
#
|
8103
8094
|
#
|
8104
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
8095
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
8105
8096
|
# @return [String]
|
8106
8097
|
#
|
8107
8098
|
# @!attribute [rw] start_time
|
@@ -8266,7 +8257,6 @@ module Aws::ElastiCache
|
|
8266
8257
|
#
|
8267
8258
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
8268
8259
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
8269
|
-
#
|
8270
8260
|
# * Compute optimized:
|
8271
8261
|
#
|
8272
8262
|
# * Previous generation: (not recommended. Existing clusters are
|
@@ -8274,7 +8264,6 @@ module Aws::ElastiCache
|
|
8274
8264
|
# for these types.)
|
8275
8265
|
#
|
8276
8266
|
# **C1 node types:** `cache.c1.xlarge`
|
8277
|
-
#
|
8278
8267
|
# * Memory optimized:
|
8279
8268
|
#
|
8280
8269
|
# * Current generation:
|
@@ -8327,7 +8316,7 @@ module Aws::ElastiCache
|
|
8327
8316
|
#
|
8328
8317
|
#
|
8329
8318
|
#
|
8330
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
8319
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
8331
8320
|
# @return [String]
|
8332
8321
|
#
|
8333
8322
|
# @!attribute [rw] duration
|
@@ -8800,7 +8789,7 @@ module Aws::ElastiCache
|
|
8800
8789
|
#
|
8801
8790
|
#
|
8802
8791
|
#
|
8803
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
8792
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/elasticache-compliance.html#elasticache-compliance-self-service
|
8804
8793
|
# @return [Time]
|
8805
8794
|
#
|
8806
8795
|
# @!attribute [rw] service_update_status
|
@@ -8979,7 +8968,6 @@ module Aws::ElastiCache
|
|
8979
8968
|
#
|
8980
8969
|
# **M3 node types:** `cache.m3.medium`, `cache.m3.large`,
|
8981
8970
|
# `cache.m3.xlarge`, `cache.m3.2xlarge`
|
8982
|
-
#
|
8983
8971
|
# * Compute optimized:
|
8984
8972
|
#
|
8985
8973
|
# * Previous generation: (not recommended. Existing clusters are
|
@@ -8987,7 +8975,6 @@ module Aws::ElastiCache
|
|
8987
8975
|
# for these types.)
|
8988
8976
|
#
|
8989
8977
|
# **C1 node types:** `cache.c1.xlarge`
|
8990
|
-
#
|
8991
8978
|
# * Memory optimized:
|
8992
8979
|
#
|
8993
8980
|
# * Current generation:
|
@@ -9040,7 +9027,7 @@ module Aws::ElastiCache
|
|
9040
9027
|
#
|
9041
9028
|
#
|
9042
9029
|
#
|
9043
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9030
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
9044
9031
|
# @return [String]
|
9045
9032
|
#
|
9046
9033
|
# @!attribute [rw] engine
|
@@ -9178,7 +9165,7 @@ module Aws::ElastiCache
|
|
9178
9165
|
#
|
9179
9166
|
#
|
9180
9167
|
#
|
9181
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9168
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/data-tiering.html
|
9182
9169
|
# @return [String]
|
9183
9170
|
#
|
9184
9171
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Snapshot AWS API Documentation
|
@@ -9561,7 +9548,7 @@ module Aws::ElastiCache
|
|
9561
9548
|
#
|
9562
9549
|
#
|
9563
9550
|
#
|
9564
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/
|
9551
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/elasticache-compliance.html#elasticache-compliance-self-service
|
9565
9552
|
# @return [Time]
|
9566
9553
|
#
|
9567
9554
|
# @!attribute [rw] service_update_type
|
data/lib/aws-sdk-elasticache.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1274,7 +1274,8 @@ module Aws
|
|
1274
1274
|
?authentication_mode: {
|
1275
1275
|
type: ("password" | "no-password-required" | "iam")?,
|
1276
1276
|
passwords: Array[::String]?
|
1277
|
-
}
|
1277
|
+
},
|
1278
|
+
?engine: ::String
|
1278
1279
|
) -> _ModifyUserResponseSuccess
|
1279
1280
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyUserResponseSuccess
|
1280
1281
|
|
@@ -1294,7 +1295,8 @@ module Aws
|
|
1294
1295
|
def modify_user_group: (
|
1295
1296
|
user_group_id: ::String,
|
1296
1297
|
?user_ids_to_add: Array[::String],
|
1297
|
-
?user_ids_to_remove: Array[::String]
|
1298
|
+
?user_ids_to_remove: Array[::String],
|
1299
|
+
?engine: ::String
|
1298
1300
|
) -> _ModifyUserGroupResponseSuccess
|
1299
1301
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyUserGroupResponseSuccess
|
1300
1302
|
|
data/sig/types.rbs
CHANGED
@@ -1293,6 +1293,7 @@ module Aws::ElastiCache
|
|
1293
1293
|
attr_accessor user_group_id: ::String
|
1294
1294
|
attr_accessor user_ids_to_add: ::Array[::String]
|
1295
1295
|
attr_accessor user_ids_to_remove: ::Array[::String]
|
1296
|
+
attr_accessor engine: ::String
|
1296
1297
|
SENSITIVE: []
|
1297
1298
|
end
|
1298
1299
|
|
@@ -1303,6 +1304,7 @@ module Aws::ElastiCache
|
|
1303
1304
|
attr_accessor passwords: ::Array[::String]
|
1304
1305
|
attr_accessor no_password_required: bool
|
1305
1306
|
attr_accessor authentication_mode: Types::AuthenticationMode
|
1307
|
+
attr_accessor engine: ::String
|
1306
1308
|
SENSITIVE: []
|
1307
1309
|
end
|
1308
1310
|
|
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.119.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: 2024-
|
11
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|