aws-sdk-elasticache 1.45.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +63 -53
- data/lib/aws-sdk-elasticache/types.rb +94 -92
- 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: 12f4310ac93ef6703bb0e3d6dfb079793686939d6f3b49b0121892523af2d2b7
|
4
|
+
data.tar.gz: 8a2e3363208c5b09ec389633c41b1b48305a9993c036de7c58673a4d88c04c0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2b3ee76f7a0fc39d82b90a50411022ebdddafb082e7c83693fc720f5a28f7403edbe4f355c266fec516ee57fad1122f8930d70ab3dc719c4ddd1229bc64f1d9
|
7
|
+
data.tar.gz: ee0dd61bf6868b903a24ce5a6f8c0ef750a3bc7ba3f307f843bb1ae48a72bbd2cfada1170ef00de52338e0701dee3e55b5e7bf70ee8ff47289585fada7850e6c
|
data/lib/aws-sdk-elasticache.rb
CHANGED
@@ -1002,9 +1002,7 @@ module Aws::ElastiCache
|
|
1002
1002
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
1003
1003
|
# `cache.m6g.16xlarge`
|
1004
1004
|
#
|
1005
|
-
# <note markdown="1">
|
1006
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
1007
|
-
# and ap-northeast-1.
|
1005
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1008
1006
|
#
|
1009
1007
|
# </note>
|
1010
1008
|
#
|
@@ -1048,9 +1046,7 @@ module Aws::ElastiCache
|
|
1048
1046
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
1049
1047
|
# `cache.r6g.16xlarge`
|
1050
1048
|
#
|
1051
|
-
# <note markdown="1">
|
1052
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
1053
|
-
# and ap-northeast-1.
|
1049
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1054
1050
|
#
|
1055
1051
|
# </note>
|
1056
1052
|
#
|
@@ -1084,6 +1080,10 @@ module Aws::ElastiCache
|
|
1084
1080
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
1085
1081
|
# supported on Redis version 2.8.22 and later.
|
1086
1082
|
#
|
1083
|
+
#
|
1084
|
+
#
|
1085
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
1086
|
+
#
|
1087
1087
|
# @option params [String] :engine
|
1088
1088
|
# The name of the cache engine to be used for this cluster.
|
1089
1089
|
#
|
@@ -1479,8 +1479,9 @@ module Aws::ElastiCache
|
|
1479
1479
|
# The name of the cache parameter group family that the cache parameter
|
1480
1480
|
# group can be used with.
|
1481
1481
|
#
|
1482
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
1483
|
-
# `redis2.
|
1482
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
1483
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
|
1484
|
+
# \| `redis6.x` \|
|
1484
1485
|
#
|
1485
1486
|
# @option params [required, String] :description
|
1486
1487
|
# A user-specified description for the cache parameter group.
|
@@ -1700,8 +1701,7 @@ module Aws::ElastiCache
|
|
1700
1701
|
# can create cross-region read replica clusters for ElastiCache for
|
1701
1702
|
# Redis to enable low-latency reads and disaster recovery across
|
1702
1703
|
# regions. For more information, see [Replication Across Regions Using
|
1703
|
-
# Global
|
1704
|
-
# Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-Clusters.html).
|
1704
|
+
# Global Datastore][1].
|
1705
1705
|
#
|
1706
1706
|
# * The **GlobalReplicationGroupIdSuffix** is the name of the Global
|
1707
1707
|
# Datastore.
|
@@ -1710,6 +1710,10 @@ module Aws::ElastiCache
|
|
1710
1710
|
# cluster that accepts writes and will replicate updates to the
|
1711
1711
|
# secondary cluster.
|
1712
1712
|
#
|
1713
|
+
#
|
1714
|
+
#
|
1715
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html
|
1716
|
+
#
|
1713
1717
|
# @option params [required, String] :global_replication_group_id_suffix
|
1714
1718
|
# The suffix name of a Global Datastore. Amazon ElastiCache
|
1715
1719
|
# automatically applies a prefix to the Global Datastore ID when it is
|
@@ -1724,7 +1728,7 @@ module Aws::ElastiCache
|
|
1724
1728
|
#
|
1725
1729
|
#
|
1726
1730
|
#
|
1727
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-
|
1731
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
|
1728
1732
|
#
|
1729
1733
|
# @option params [String] :global_replication_group_description
|
1730
1734
|
# Provides details of the Global Datastore
|
@@ -1934,9 +1938,7 @@ module Aws::ElastiCache
|
|
1934
1938
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
1935
1939
|
# `cache.m6g.16xlarge`
|
1936
1940
|
#
|
1937
|
-
# <note markdown="1">
|
1938
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
1939
|
-
# and ap-northeast-1.
|
1941
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1940
1942
|
#
|
1941
1943
|
# </note>
|
1942
1944
|
#
|
@@ -1980,9 +1982,7 @@ module Aws::ElastiCache
|
|
1980
1982
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
1981
1983
|
# `cache.r6g.16xlarge`
|
1982
1984
|
#
|
1983
|
-
# <note markdown="1">
|
1984
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
1985
|
-
# and ap-northeast-1.
|
1985
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1986
1986
|
#
|
1987
1987
|
# </note>
|
1988
1988
|
#
|
@@ -2016,6 +2016,10 @@ module Aws::ElastiCache
|
|
2016
2016
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
2017
2017
|
# supported on Redis version 2.8.22 and later.
|
2018
2018
|
#
|
2019
|
+
#
|
2020
|
+
#
|
2021
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
2022
|
+
#
|
2019
2023
|
# @option params [String] :engine
|
2020
2024
|
# The name of the cache engine to be used for the clusters in this
|
2021
2025
|
# replication group.
|
@@ -2670,17 +2674,17 @@ module Aws::ElastiCache
|
|
2670
2674
|
# The username of the user.
|
2671
2675
|
#
|
2672
2676
|
# @option params [required, String] :engine
|
2673
|
-
#
|
2677
|
+
# The current supported value is Redis.
|
2674
2678
|
#
|
2675
2679
|
# @option params [Array<String>] :passwords
|
2676
|
-
# Passwords used for this user
|
2677
|
-
#
|
2680
|
+
# Passwords used for this user. You can create up to two passwords for
|
2681
|
+
# each user.
|
2678
2682
|
#
|
2679
2683
|
# @option params [required, String] :access_string
|
2680
|
-
# Access permissions string used for this user
|
2684
|
+
# Access permissions string used for this user.
|
2681
2685
|
#
|
2682
2686
|
# @option params [Boolean] :no_password_required
|
2683
|
-
# Indicates a password is not required for this user
|
2687
|
+
# Indicates a password is not required for this user.
|
2684
2688
|
#
|
2685
2689
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2686
2690
|
#
|
@@ -2737,7 +2741,7 @@ module Aws::ElastiCache
|
|
2737
2741
|
# The ID of the user group.
|
2738
2742
|
#
|
2739
2743
|
# @option params [required, String] :engine
|
2740
|
-
#
|
2744
|
+
# The current supported value is Redis.
|
2741
2745
|
#
|
2742
2746
|
# @option params [Array<String>] :user_ids
|
2743
2747
|
# The list of user IDs that belong to the user group.
|
@@ -2992,8 +2996,12 @@ module Aws::ElastiCache
|
|
2992
2996
|
#
|
2993
2997
|
# * Redis (cluster mode enabled) clusters
|
2994
2998
|
#
|
2999
|
+
# * Redis (cluster mode disabled) clusters
|
3000
|
+
#
|
2995
3001
|
# * A cluster that is the last read replica of a replication group
|
2996
3002
|
#
|
3003
|
+
# * A cluster that is the primary node of a replication group
|
3004
|
+
#
|
2997
3005
|
# * A node group (shard) that has Multi-AZ mode enabled
|
2998
3006
|
#
|
2999
3007
|
# * A cluster from a Redis (cluster mode enabled) replication group
|
@@ -3125,7 +3133,8 @@ module Aws::ElastiCache
|
|
3125
3133
|
end
|
3126
3134
|
|
3127
3135
|
# Deletes the specified cache parameter group. You cannot delete a cache
|
3128
|
-
# parameter group if it is associated with any cache clusters.
|
3136
|
+
# parameter group if it is associated with any cache clusters. You
|
3137
|
+
# cannot delete the default cache parameter groups in your account.
|
3129
3138
|
#
|
3130
3139
|
# @option params [required, String] :cache_parameter_group_name
|
3131
3140
|
# The name of the cache parameter group to delete.
|
@@ -3548,10 +3557,10 @@ module Aws::ElastiCache
|
|
3548
3557
|
req.send_request(options)
|
3549
3558
|
end
|
3550
3559
|
|
3551
|
-
# For Redis engine version 6.
|
3552
|
-
#
|
3553
|
-
#
|
3554
|
-
#
|
3560
|
+
# For Redis engine version 6.x onwards: Deletes a user. The user will be
|
3561
|
+
# removed from all user groups and in turn removed from all replication
|
3562
|
+
# groups. For more information, see [Using Role Based Access Control
|
3563
|
+
# (RBAC)][1].
|
3555
3564
|
#
|
3556
3565
|
#
|
3557
3566
|
#
|
@@ -3599,7 +3608,7 @@ module Aws::ElastiCache
|
|
3599
3608
|
req.send_request(options)
|
3600
3609
|
end
|
3601
3610
|
|
3602
|
-
# For Redis engine version 6.
|
3611
|
+
# For Redis engine version 6.x onwards: Deletes a ser group. The user
|
3603
3612
|
# group must first be disassociated from the replcation group before it
|
3604
3613
|
# can be deleted. For more information, see [Using Role Based Access
|
3605
3614
|
# Control (RBAC)][1].
|
@@ -3918,8 +3927,9 @@ module Aws::ElastiCache
|
|
3918
3927
|
# The name of a specific cache parameter group family to return details
|
3919
3928
|
# for.
|
3920
3929
|
#
|
3921
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
3922
|
-
# `redis2.
|
3930
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
3931
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
|
3932
|
+
# \| `redis6.x` \|
|
3923
3933
|
#
|
3924
3934
|
# Constraints:
|
3925
3935
|
#
|
@@ -4900,8 +4910,9 @@ module Aws::ElastiCache
|
|
4900
4910
|
# @option params [required, String] :cache_parameter_group_family
|
4901
4911
|
# The name of the cache parameter group family.
|
4902
4912
|
#
|
4903
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
4904
|
-
# `redis2.
|
4913
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
4914
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
|
4915
|
+
# \| `redis6.x` \|
|
4905
4916
|
#
|
4906
4917
|
# @option params [Integer] :max_records
|
4907
4918
|
# The maximum number of records to include in the response. If more
|
@@ -6046,9 +6057,7 @@ module Aws::ElastiCache
|
|
6046
6057
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
6047
6058
|
# `cache.m6g.16xlarge`
|
6048
6059
|
#
|
6049
|
-
# <note markdown="1">
|
6050
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
6051
|
-
# and ap-northeast-1.
|
6060
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6052
6061
|
#
|
6053
6062
|
# </note>
|
6054
6063
|
#
|
@@ -6092,9 +6101,7 @@ module Aws::ElastiCache
|
|
6092
6101
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
6093
6102
|
# `cache.r6g.16xlarge`
|
6094
6103
|
#
|
6095
|
-
# <note markdown="1">
|
6096
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
6097
|
-
# and ap-northeast-1.
|
6104
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6098
6105
|
#
|
6099
6106
|
# </note>
|
6100
6107
|
#
|
@@ -6128,6 +6135,10 @@ module Aws::ElastiCache
|
|
6128
6135
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
6129
6136
|
# supported on Redis version 2.8.22 and later.
|
6130
6137
|
#
|
6138
|
+
#
|
6139
|
+
#
|
6140
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
6141
|
+
#
|
6131
6142
|
# @option params [String] :duration
|
6132
6143
|
# The duration filter value, specified in years or seconds. Use this
|
6133
6144
|
# parameter to show only reservations for this duration.
|
@@ -6249,9 +6260,7 @@ module Aws::ElastiCache
|
|
6249
6260
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
6250
6261
|
# `cache.m6g.16xlarge`
|
6251
6262
|
#
|
6252
|
-
# <note markdown="1">
|
6253
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
6254
|
-
# and ap-northeast-1.
|
6263
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6255
6264
|
#
|
6256
6265
|
# </note>
|
6257
6266
|
#
|
@@ -6295,9 +6304,7 @@ module Aws::ElastiCache
|
|
6295
6304
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
6296
6305
|
# `cache.r6g.16xlarge`
|
6297
6306
|
#
|
6298
|
-
# <note markdown="1">
|
6299
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
6300
|
-
# and ap-northeast-1.
|
6307
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6301
6308
|
#
|
6302
6309
|
# </note>
|
6303
6310
|
#
|
@@ -6331,6 +6338,10 @@ module Aws::ElastiCache
|
|
6331
6338
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
6332
6339
|
# supported on Redis version 2.8.22 and later.
|
6333
6340
|
#
|
6341
|
+
#
|
6342
|
+
#
|
6343
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
6344
|
+
#
|
6334
6345
|
# @option params [String] :duration
|
6335
6346
|
# Duration filter value, specified in years or seconds. Use this
|
6336
6347
|
# parameter to show only reservations for a given duration.
|
@@ -6346,7 +6357,7 @@ module Aws::ElastiCache
|
|
6346
6357
|
# available offerings matching the specified offering type.
|
6347
6358
|
#
|
6348
6359
|
# Valid Values: `"Light Utilization"|"Medium Utilization"|"Heavy
|
6349
|
-
# Utilization"`
|
6360
|
+
# Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"`
|
6350
6361
|
#
|
6351
6362
|
# @option params [Integer] :max_records
|
6352
6363
|
# The maximum number of records to include in the response. If more
|
@@ -7960,7 +7971,7 @@ module Aws::ElastiCache
|
|
7960
7971
|
#
|
7961
7972
|
#
|
7962
7973
|
#
|
7963
|
-
# [1]:
|
7974
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
7964
7975
|
#
|
7965
7976
|
# @return [Types::ModifyCacheClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7966
7977
|
#
|
@@ -8537,7 +8548,7 @@ module Aws::ElastiCache
|
|
8537
8548
|
#
|
8538
8549
|
#
|
8539
8550
|
#
|
8540
|
-
# [1]:
|
8551
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
8541
8552
|
#
|
8542
8553
|
# @option params [Array<String>] :user_group_ids_to_add
|
8543
8554
|
# A list of user group IDs.
|
@@ -8849,17 +8860,16 @@ module Aws::ElastiCache
|
|
8849
8860
|
# The ID of the user.
|
8850
8861
|
#
|
8851
8862
|
# @option params [String] :access_string
|
8852
|
-
# Access permissions string used for this user
|
8863
|
+
# Access permissions string used for this user.
|
8853
8864
|
#
|
8854
8865
|
# @option params [String] :append_access_string
|
8855
8866
|
# Adds additional user permissions to the access string.
|
8856
8867
|
#
|
8857
8868
|
# @option params [Array<String>] :passwords
|
8858
|
-
# The passwords belonging to the user
|
8859
|
-
# two.
|
8869
|
+
# The passwords belonging to the user. You are allowed up to two.
|
8860
8870
|
#
|
8861
8871
|
# @option params [Boolean] :no_password_required
|
8862
|
-
# Indicates no password is required for the user
|
8872
|
+
# Indicates no password is required for the user.
|
8863
8873
|
#
|
8864
8874
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8865
8875
|
#
|
@@ -9679,7 +9689,7 @@ module Aws::ElastiCache
|
|
9679
9689
|
params: params,
|
9680
9690
|
config: config)
|
9681
9691
|
context[:gem_name] = 'aws-sdk-elasticache'
|
9682
|
-
context[:gem_version] = '1.
|
9692
|
+
context[:gem_version] = '1.50.0'
|
9683
9693
|
Seahorse::Client::Request.new(handlers, context)
|
9684
9694
|
end
|
9685
9695
|
|
@@ -294,9 +294,7 @@ module Aws::ElastiCache
|
|
294
294
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
295
295
|
# `cache.m6g.16xlarge`
|
296
296
|
#
|
297
|
-
# <note markdown="1">
|
298
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
299
|
-
# eu-west-1 and ap-northeast-1.
|
297
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
300
298
|
#
|
301
299
|
# </note>
|
302
300
|
#
|
@@ -340,9 +338,7 @@ module Aws::ElastiCache
|
|
340
338
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
341
339
|
# `cache.r6g.16xlarge`
|
342
340
|
#
|
343
|
-
# <note markdown="1">
|
344
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
345
|
-
# eu-west-1 and ap-northeast-1.
|
341
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
346
342
|
#
|
347
343
|
# </note>
|
348
344
|
#
|
@@ -375,6 +371,10 @@ module Aws::ElastiCache
|
|
375
371
|
#
|
376
372
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
377
373
|
# not supported on Redis version 2.8.22 and later.
|
374
|
+
#
|
375
|
+
#
|
376
|
+
#
|
377
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
378
378
|
# @return [String]
|
379
379
|
#
|
380
380
|
# @!attribute [rw] engine
|
@@ -621,9 +621,9 @@ module Aws::ElastiCache
|
|
621
621
|
# The name of the cache parameter group family associated with this
|
622
622
|
# cache engine.
|
623
623
|
#
|
624
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
625
|
-
# `redis2.
|
626
|
-
# \|
|
624
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
625
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
626
|
+
# `redis5.0` \| `redis6.x` \|
|
627
627
|
# @return [String]
|
628
628
|
#
|
629
629
|
# @!attribute [rw] cache_engine_description
|
@@ -686,9 +686,7 @@ module Aws::ElastiCache
|
|
686
686
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
687
687
|
# `cache.m6g.16xlarge`
|
688
688
|
#
|
689
|
-
# <note markdown="1">
|
690
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
691
|
-
# and ap-northeast-1.
|
689
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
692
690
|
#
|
693
691
|
# </note>
|
694
692
|
#
|
@@ -732,9 +730,7 @@ module Aws::ElastiCache
|
|
732
730
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
733
731
|
# `cache.r6g.16xlarge`
|
734
732
|
#
|
735
|
-
# <note markdown="1">
|
736
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
737
|
-
# and ap-northeast-1.
|
733
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
738
734
|
#
|
739
735
|
# </note>
|
740
736
|
#
|
@@ -768,6 +764,10 @@ module Aws::ElastiCache
|
|
768
764
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
769
765
|
# supported on Redis version 2.8.22 and later.
|
770
766
|
#
|
767
|
+
#
|
768
|
+
#
|
769
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
770
|
+
#
|
771
771
|
# @!attribute [rw] cache_node_id
|
772
772
|
# The cache node identifier. A node ID is a numeric identifier (0001,
|
773
773
|
# 0002, etc.). The combination of cluster ID and node ID uniquely
|
@@ -966,9 +966,9 @@ module Aws::ElastiCache
|
|
966
966
|
# The name of the cache parameter group family that this cache
|
967
967
|
# parameter group is compatible with.
|
968
968
|
#
|
969
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
970
|
-
# `redis2.
|
971
|
-
# \|
|
969
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
970
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
971
|
+
# `redis5.0` \| `redis6.x` \|
|
972
972
|
# @return [String]
|
973
973
|
#
|
974
974
|
# @!attribute [rw] description
|
@@ -1635,9 +1635,7 @@ module Aws::ElastiCache
|
|
1635
1635
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
1636
1636
|
# `cache.m6g.16xlarge`
|
1637
1637
|
#
|
1638
|
-
# <note markdown="1">
|
1639
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
1640
|
-
# eu-west-1 and ap-northeast-1.
|
1638
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1641
1639
|
#
|
1642
1640
|
# </note>
|
1643
1641
|
#
|
@@ -1681,9 +1679,7 @@ module Aws::ElastiCache
|
|
1681
1679
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
1682
1680
|
# `cache.r6g.16xlarge`
|
1683
1681
|
#
|
1684
|
-
# <note markdown="1">
|
1685
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
1686
|
-
# eu-west-1 and ap-northeast-1.
|
1682
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1687
1683
|
#
|
1688
1684
|
# </note>
|
1689
1685
|
#
|
@@ -1716,6 +1712,10 @@ module Aws::ElastiCache
|
|
1716
1712
|
#
|
1717
1713
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
1718
1714
|
# not supported on Redis version 2.8.22 and later.
|
1715
|
+
#
|
1716
|
+
#
|
1717
|
+
#
|
1718
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
1719
1719
|
# @return [String]
|
1720
1720
|
#
|
1721
1721
|
# @!attribute [rw] engine
|
@@ -1980,9 +1980,9 @@ module Aws::ElastiCache
|
|
1980
1980
|
# The name of the cache parameter group family that the cache
|
1981
1981
|
# parameter group can be used with.
|
1982
1982
|
#
|
1983
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
1984
|
-
# `redis2.
|
1985
|
-
# \|
|
1983
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
1984
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
1985
|
+
# `redis5.0` \| `redis6.x` \|
|
1986
1986
|
# @return [String]
|
1987
1987
|
#
|
1988
1988
|
# @!attribute [rw] description
|
@@ -2140,7 +2140,7 @@ module Aws::ElastiCache
|
|
2140
2140
|
#
|
2141
2141
|
#
|
2142
2142
|
#
|
2143
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-
|
2143
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
|
2144
2144
|
# @return [String]
|
2145
2145
|
#
|
2146
2146
|
# @!attribute [rw] global_replication_group_description
|
@@ -2375,9 +2375,7 @@ module Aws::ElastiCache
|
|
2375
2375
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
2376
2376
|
# `cache.m6g.16xlarge`
|
2377
2377
|
#
|
2378
|
-
# <note markdown="1">
|
2379
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
2380
|
-
# eu-west-1 and ap-northeast-1.
|
2378
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
2381
2379
|
#
|
2382
2380
|
# </note>
|
2383
2381
|
#
|
@@ -2421,9 +2419,7 @@ module Aws::ElastiCache
|
|
2421
2419
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
2422
2420
|
# `cache.r6g.16xlarge`
|
2423
2421
|
#
|
2424
|
-
# <note markdown="1">
|
2425
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
2426
|
-
# eu-west-1 and ap-northeast-1.
|
2422
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
2427
2423
|
#
|
2428
2424
|
# </note>
|
2429
2425
|
#
|
@@ -2456,6 +2452,10 @@ module Aws::ElastiCache
|
|
2456
2452
|
#
|
2457
2453
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
2458
2454
|
# not supported on Redis version 2.8.22 and later.
|
2455
|
+
#
|
2456
|
+
#
|
2457
|
+
#
|
2458
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
2459
2459
|
# @return [String]
|
2460
2460
|
#
|
2461
2461
|
# @!attribute [rw] engine
|
@@ -2817,7 +2817,7 @@ module Aws::ElastiCache
|
|
2817
2817
|
# @return [String]
|
2818
2818
|
#
|
2819
2819
|
# @!attribute [rw] engine
|
2820
|
-
#
|
2820
|
+
# The current supported value is Redis.
|
2821
2821
|
# @return [String]
|
2822
2822
|
#
|
2823
2823
|
# @!attribute [rw] user_ids
|
@@ -2855,20 +2855,20 @@ module Aws::ElastiCache
|
|
2855
2855
|
# @return [String]
|
2856
2856
|
#
|
2857
2857
|
# @!attribute [rw] engine
|
2858
|
-
#
|
2858
|
+
# The current supported value is Redis.
|
2859
2859
|
# @return [String]
|
2860
2860
|
#
|
2861
2861
|
# @!attribute [rw] passwords
|
2862
|
-
# Passwords used for this user
|
2863
|
-
#
|
2862
|
+
# Passwords used for this user. You can create up to two passwords for
|
2863
|
+
# each user.
|
2864
2864
|
# @return [Array<String>]
|
2865
2865
|
#
|
2866
2866
|
# @!attribute [rw] access_string
|
2867
|
-
# Access permissions string used for this user
|
2867
|
+
# Access permissions string used for this user.
|
2868
2868
|
# @return [String]
|
2869
2869
|
#
|
2870
2870
|
# @!attribute [rw] no_password_required
|
2871
|
-
# Indicates a password is not required for this user
|
2871
|
+
# Indicates a password is not required for this user.
|
2872
2872
|
# @return [Boolean]
|
2873
2873
|
#
|
2874
2874
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserMessage AWS API Documentation
|
@@ -3458,9 +3458,9 @@ module Aws::ElastiCache
|
|
3458
3458
|
# The name of a specific cache parameter group family to return
|
3459
3459
|
# details for.
|
3460
3460
|
#
|
3461
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
3462
|
-
# `redis2.
|
3463
|
-
# \|
|
3461
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
3462
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
3463
|
+
# `redis5.0` \| `redis6.x` \|
|
3464
3464
|
#
|
3465
3465
|
# Constraints:
|
3466
3466
|
#
|
@@ -3701,9 +3701,9 @@ module Aws::ElastiCache
|
|
3701
3701
|
# @!attribute [rw] cache_parameter_group_family
|
3702
3702
|
# The name of the cache parameter group family.
|
3703
3703
|
#
|
3704
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
3705
|
-
# `redis2.
|
3706
|
-
# \|
|
3704
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
3705
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
3706
|
+
# `redis5.0` \| `redis6.x` \|
|
3707
3707
|
# @return [String]
|
3708
3708
|
#
|
3709
3709
|
# @!attribute [rw] max_records
|
@@ -3981,9 +3981,7 @@ module Aws::ElastiCache
|
|
3981
3981
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
3982
3982
|
# `cache.m6g.16xlarge`
|
3983
3983
|
#
|
3984
|
-
# <note markdown="1">
|
3985
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
3986
|
-
# eu-west-1 and ap-northeast-1.
|
3984
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
3987
3985
|
#
|
3988
3986
|
# </note>
|
3989
3987
|
#
|
@@ -4027,9 +4025,7 @@ module Aws::ElastiCache
|
|
4027
4025
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
4028
4026
|
# `cache.r6g.16xlarge`
|
4029
4027
|
#
|
4030
|
-
# <note markdown="1">
|
4031
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
4032
|
-
# eu-west-1 and ap-northeast-1.
|
4028
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4033
4029
|
#
|
4034
4030
|
# </note>
|
4035
4031
|
#
|
@@ -4062,6 +4058,10 @@ module Aws::ElastiCache
|
|
4062
4058
|
#
|
4063
4059
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
4064
4060
|
# not supported on Redis version 2.8.22 and later.
|
4061
|
+
#
|
4062
|
+
#
|
4063
|
+
#
|
4064
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
4065
4065
|
# @return [String]
|
4066
4066
|
#
|
4067
4067
|
# @!attribute [rw] duration
|
@@ -4161,9 +4161,7 @@ module Aws::ElastiCache
|
|
4161
4161
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
4162
4162
|
# `cache.m6g.16xlarge`
|
4163
4163
|
#
|
4164
|
-
# <note markdown="1">
|
4165
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
4166
|
-
# eu-west-1 and ap-northeast-1.
|
4164
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4167
4165
|
#
|
4168
4166
|
# </note>
|
4169
4167
|
#
|
@@ -4207,9 +4205,7 @@ module Aws::ElastiCache
|
|
4207
4205
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
4208
4206
|
# `cache.r6g.16xlarge`
|
4209
4207
|
#
|
4210
|
-
# <note markdown="1">
|
4211
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
4212
|
-
# eu-west-1 and ap-northeast-1.
|
4208
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4213
4209
|
#
|
4214
4210
|
# </note>
|
4215
4211
|
#
|
@@ -4242,6 +4238,10 @@ module Aws::ElastiCache
|
|
4242
4238
|
#
|
4243
4239
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
4244
4240
|
# not supported on Redis version 2.8.22 and later.
|
4241
|
+
#
|
4242
|
+
#
|
4243
|
+
#
|
4244
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
4245
4245
|
# @return [String]
|
4246
4246
|
#
|
4247
4247
|
# @!attribute [rw] duration
|
@@ -4262,7 +4262,7 @@ module Aws::ElastiCache
|
|
4262
4262
|
# available offerings matching the specified offering type.
|
4263
4263
|
#
|
4264
4264
|
# Valid Values: `"Light Utilization"|"Medium Utilization"|"Heavy
|
4265
|
-
# Utilization"`
|
4265
|
+
# Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"`
|
4266
4266
|
# @return [String]
|
4267
4267
|
#
|
4268
4268
|
# @!attribute [rw] max_records
|
@@ -4759,9 +4759,9 @@ module Aws::ElastiCache
|
|
4759
4759
|
# Specifies the name of the cache parameter group family to which the
|
4760
4760
|
# engine default parameters apply.
|
4761
4761
|
#
|
4762
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
4763
|
-
# `redis2.
|
4764
|
-
# \|
|
4762
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
4763
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
4764
|
+
# `redis5.0` \| `redis6.x` \|
|
4765
4765
|
# @return [String]
|
4766
4766
|
#
|
4767
4767
|
# @!attribute [rw] marker
|
@@ -5005,6 +5005,9 @@ module Aws::ElastiCache
|
|
5005
5005
|
# cluster is created. To enable in-transit encryption on a cluster you
|
5006
5006
|
# must set `TransitEncryptionEnabled` to true when you create a
|
5007
5007
|
# cluster.
|
5008
|
+
#
|
5009
|
+
# **Required:** Only available when creating a replication group in an
|
5010
|
+
# Amazon VPC using redis version `3.2.6`, `4.x` or later.
|
5008
5011
|
# @return [Boolean]
|
5009
5012
|
#
|
5010
5013
|
# @!attribute [rw] at_rest_encryption_enabled
|
@@ -5785,7 +5788,7 @@ module Aws::ElastiCache
|
|
5785
5788
|
#
|
5786
5789
|
#
|
5787
5790
|
#
|
5788
|
-
# [1]:
|
5791
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
5789
5792
|
# @return [String]
|
5790
5793
|
#
|
5791
5794
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
|
@@ -6231,7 +6234,7 @@ module Aws::ElastiCache
|
|
6231
6234
|
#
|
6232
6235
|
#
|
6233
6236
|
#
|
6234
|
-
# [1]:
|
6237
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
6235
6238
|
# @return [String]
|
6236
6239
|
#
|
6237
6240
|
# @!attribute [rw] user_group_ids_to_add
|
@@ -6433,7 +6436,7 @@ module Aws::ElastiCache
|
|
6433
6436
|
# @return [String]
|
6434
6437
|
#
|
6435
6438
|
# @!attribute [rw] access_string
|
6436
|
-
# Access permissions string used for this user
|
6439
|
+
# Access permissions string used for this user.
|
6437
6440
|
# @return [String]
|
6438
6441
|
#
|
6439
6442
|
# @!attribute [rw] append_access_string
|
@@ -6441,12 +6444,11 @@ module Aws::ElastiCache
|
|
6441
6444
|
# @return [String]
|
6442
6445
|
#
|
6443
6446
|
# @!attribute [rw] passwords
|
6444
|
-
# The passwords belonging to the user
|
6445
|
-
# two.
|
6447
|
+
# The passwords belonging to the user. You are allowed up to two.
|
6446
6448
|
# @return [Array<String>]
|
6447
6449
|
#
|
6448
6450
|
# @!attribute [rw] no_password_required
|
6449
|
-
# Indicates no password is required for the user
|
6451
|
+
# Indicates no password is required for the user.
|
6450
6452
|
# @return [Boolean]
|
6451
6453
|
#
|
6452
6454
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
|
@@ -6560,7 +6562,7 @@ module Aws::ElastiCache
|
|
6560
6562
|
# @return [Array<String>]
|
6561
6563
|
#
|
6562
6564
|
# @!attribute [rw] primary_outpost_arn
|
6563
|
-
# The
|
6565
|
+
# The outpost ARN of the primary node.
|
6564
6566
|
# @return [String]
|
6565
6567
|
#
|
6566
6568
|
# @!attribute [rw] replica_outpost_arns
|
@@ -7502,9 +7504,7 @@ module Aws::ElastiCache
|
|
7502
7504
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
7503
7505
|
# `cache.m6g.16xlarge`
|
7504
7506
|
#
|
7505
|
-
# <note markdown="1">
|
7506
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
7507
|
-
# eu-west-1 and ap-northeast-1.
|
7507
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7508
7508
|
#
|
7509
7509
|
# </note>
|
7510
7510
|
#
|
@@ -7548,9 +7548,7 @@ module Aws::ElastiCache
|
|
7548
7548
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
7549
7549
|
# `cache.r6g.16xlarge`
|
7550
7550
|
#
|
7551
|
-
# <note markdown="1">
|
7552
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
7553
|
-
# eu-west-1 and ap-northeast-1.
|
7551
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7554
7552
|
#
|
7555
7553
|
# </note>
|
7556
7554
|
#
|
@@ -7583,6 +7581,10 @@ module Aws::ElastiCache
|
|
7583
7581
|
#
|
7584
7582
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
7585
7583
|
# not supported on Redis version 2.8.22 and later.
|
7584
|
+
#
|
7585
|
+
#
|
7586
|
+
#
|
7587
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
7586
7588
|
# @return [String]
|
7587
7589
|
#
|
7588
7590
|
# @!attribute [rw] start_time
|
@@ -7712,9 +7714,7 @@ module Aws::ElastiCache
|
|
7712
7714
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
7713
7715
|
# `cache.m6g.16xlarge`
|
7714
7716
|
#
|
7715
|
-
# <note markdown="1">
|
7716
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
7717
|
-
# eu-west-1 and ap-northeast-1.
|
7717
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7718
7718
|
#
|
7719
7719
|
# </note>
|
7720
7720
|
#
|
@@ -7758,9 +7758,7 @@ module Aws::ElastiCache
|
|
7758
7758
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
7759
7759
|
# `cache.r6g.16xlarge`
|
7760
7760
|
#
|
7761
|
-
# <note markdown="1">
|
7762
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
7763
|
-
# eu-west-1 and ap-northeast-1.
|
7761
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7764
7762
|
#
|
7765
7763
|
# </note>
|
7766
7764
|
#
|
@@ -7793,6 +7791,10 @@ module Aws::ElastiCache
|
|
7793
7791
|
#
|
7794
7792
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
7795
7793
|
# not supported on Redis version 2.8.22 and later.
|
7794
|
+
#
|
7795
|
+
#
|
7796
|
+
#
|
7797
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
7796
7798
|
# @return [String]
|
7797
7799
|
#
|
7798
7800
|
# @!attribute [rw] duration
|
@@ -8199,9 +8201,7 @@ module Aws::ElastiCache
|
|
8199
8201
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
8200
8202
|
# `cache.m6g.16xlarge`
|
8201
8203
|
#
|
8202
|
-
# <note markdown="1">
|
8203
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
8204
|
-
# eu-west-1 and ap-northeast-1.
|
8204
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
8205
8205
|
#
|
8206
8206
|
# </note>
|
8207
8207
|
#
|
@@ -8245,9 +8245,7 @@ module Aws::ElastiCache
|
|
8245
8245
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
8246
8246
|
# `cache.r6g.16xlarge`
|
8247
8247
|
#
|
8248
|
-
# <note markdown="1">
|
8249
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1,
|
8250
|
-
# eu-west-1 and ap-northeast-1.
|
8248
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
8251
8249
|
#
|
8252
8250
|
# </note>
|
8253
8251
|
#
|
@@ -8280,6 +8278,10 @@ module Aws::ElastiCache
|
|
8280
8278
|
#
|
8281
8279
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
8282
8280
|
# not supported on Redis version 2.8.22 and later.
|
8281
|
+
#
|
8282
|
+
#
|
8283
|
+
#
|
8284
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
8283
8285
|
# @return [String]
|
8284
8286
|
#
|
8285
8287
|
# @!attribute [rw] engine
|
@@ -8899,11 +8901,11 @@ module Aws::ElastiCache
|
|
8899
8901
|
# @return [String]
|
8900
8902
|
#
|
8901
8903
|
# @!attribute [rw] engine
|
8902
|
-
#
|
8904
|
+
# The current supported value is Redis.
|
8903
8905
|
# @return [String]
|
8904
8906
|
#
|
8905
8907
|
# @!attribute [rw] access_string
|
8906
|
-
# Access permissions string used for this user
|
8908
|
+
# Access permissions string used for this user.
|
8907
8909
|
# @return [String]
|
8908
8910
|
#
|
8909
8911
|
# @!attribute [rw] user_group_ids
|
@@ -8915,7 +8917,7 @@ module Aws::ElastiCache
|
|
8915
8917
|
# @return [Types::Authentication]
|
8916
8918
|
#
|
8917
8919
|
# @!attribute [rw] arn
|
8918
|
-
# The Amazon Resource Name (ARN) of the user
|
8920
|
+
# The Amazon Resource Name (ARN) of the user.
|
8919
8921
|
# @return [String]
|
8920
8922
|
#
|
8921
8923
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/User AWS API Documentation
|
@@ -8949,7 +8951,7 @@ module Aws::ElastiCache
|
|
8949
8951
|
# @return [String]
|
8950
8952
|
#
|
8951
8953
|
# @!attribute [rw] engine
|
8952
|
-
#
|
8954
|
+
# The current supported value is Redis.
|
8953
8955
|
# @return [String]
|
8954
8956
|
#
|
8955
8957
|
# @!attribute [rw] user_ids
|
@@ -8997,7 +8999,7 @@ module Aws::ElastiCache
|
|
8997
8999
|
# Returns the updates being applied to the user group.
|
8998
9000
|
#
|
8999
9001
|
# @!attribute [rw] user_ids_to_remove
|
9000
|
-
# The list of user
|
9002
|
+
# The list of user IDs to remove.
|
9001
9003
|
# @return [Array<String>]
|
9002
9004
|
#
|
9003
9005
|
# @!attribute [rw] user_ids_to_add
|
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.50.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:
|
11
|
+
date: 2021-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|