aws-sdk-elasticache 1.48.0 → 1.53.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 +92 -85
- data/lib/aws-sdk-elasticache/client_api.rb +1 -0
- data/lib/aws-sdk-elasticache/types.rb +86 -106
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04a4104ad4aeb38609f60138ff4d85f563a78c641474aa4d90aa67fe10b93dda
|
4
|
+
data.tar.gz: f08228df3551cc5bc0116510b67dfe7563dc00fa17f8191e1f642172593334c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94073a0fa7b89d363c587907fd5b723193c0042494848bb1a40ec0f1df8c1a61fb1b6e32e4b334740a997d7aafab8ed7713ee9ebcbbae691e2286e2143e0a984
|
7
|
+
data.tar.gz: 10f3d574b53afe79faae65e855cc42eea0bee529231154ccfd3120c1ded056d81d2061ae84d4818ed92f6b0e310c73c7e9338466ac82ad92fd3fd3731f64dbfa
|
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
|
#
|
@@ -1166,29 +1166,6 @@ module Aws::ElastiCache
|
|
1166
1166
|
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1167
1167
|
# window is a 60 minute period. Valid values for `ddd` are:
|
1168
1168
|
#
|
1169
|
-
# Specifies the weekly time range during which maintenance on the
|
1170
|
-
# cluster is performed. It is specified as a range in the format
|
1171
|
-
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1172
|
-
# window is a 60 minute period.
|
1173
|
-
#
|
1174
|
-
# Valid values for `ddd` are:
|
1175
|
-
#
|
1176
|
-
# * `sun`
|
1177
|
-
#
|
1178
|
-
# * `mon`
|
1179
|
-
#
|
1180
|
-
# * `tue`
|
1181
|
-
#
|
1182
|
-
# * `wed`
|
1183
|
-
#
|
1184
|
-
# * `thu`
|
1185
|
-
#
|
1186
|
-
# * `fri`
|
1187
|
-
#
|
1188
|
-
# * `sat`
|
1189
|
-
#
|
1190
|
-
# Example: `sun:23:00-mon:01:30`
|
1191
|
-
#
|
1192
1169
|
# @option params [Integer] :port
|
1193
1170
|
# The port number on which each of the cache nodes accepts connections.
|
1194
1171
|
#
|
@@ -1701,8 +1678,7 @@ module Aws::ElastiCache
|
|
1701
1678
|
# can create cross-region read replica clusters for ElastiCache for
|
1702
1679
|
# Redis to enable low-latency reads and disaster recovery across
|
1703
1680
|
# regions. For more information, see [Replication Across Regions Using
|
1704
|
-
# Global
|
1705
|
-
# Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores.html).
|
1681
|
+
# Global Datastore][1].
|
1706
1682
|
#
|
1707
1683
|
# * The **GlobalReplicationGroupIdSuffix** is the name of the Global
|
1708
1684
|
# Datastore.
|
@@ -1711,6 +1687,10 @@ module Aws::ElastiCache
|
|
1711
1687
|
# cluster that accepts writes and will replicate updates to the
|
1712
1688
|
# secondary cluster.
|
1713
1689
|
#
|
1690
|
+
#
|
1691
|
+
#
|
1692
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html
|
1693
|
+
#
|
1714
1694
|
# @option params [required, String] :global_replication_group_id_suffix
|
1715
1695
|
# The suffix name of a Global Datastore. Amazon ElastiCache
|
1716
1696
|
# automatically applies a prefix to the Global Datastore ID when it is
|
@@ -1789,19 +1769,32 @@ module Aws::ElastiCache
|
|
1789
1769
|
# others are read-only replicas. Writes to the primary are
|
1790
1770
|
# asynchronously propagated to the replicas.
|
1791
1771
|
#
|
1792
|
-
# A Redis
|
1793
|
-
#
|
1794
|
-
#
|
1795
|
-
#
|
1796
|
-
#
|
1797
|
-
#
|
1772
|
+
# A Redis cluster-mode enabled cluster is comprised of from 1 to 90
|
1773
|
+
# shards (API/CLI: node groups). Each shard has a primary node and up to
|
1774
|
+
# 5 read-only replica nodes. The configuration can range from 90 shards
|
1775
|
+
# and 0 replicas to 15 shards and 5 replicas, which is the maximum
|
1776
|
+
# number or replicas allowed.
|
1777
|
+
#
|
1778
|
+
# The node or shard limit can be increased to a maximum of 500 per
|
1779
|
+
# cluster if the Redis engine version is 5.0.6 or higher. For example,
|
1780
|
+
# you can choose to configure a 500 node cluster that ranges between 83
|
1781
|
+
# shards (one primary and 5 replicas per shard) and 500 shards (single
|
1782
|
+
# primary and no replicas). Make sure there are enough available IP
|
1783
|
+
# addresses to accommodate the increase. Common pitfalls include the
|
1784
|
+
# subnets in the subnet group have too small a CIDR range or the subnets
|
1785
|
+
# are shared and heavily used by other clusters. For more information,
|
1786
|
+
# see [Creating a Subnet Group][1]. For versions below 5.0.6, the limit
|
1787
|
+
# is 250 per cluster.
|
1788
|
+
#
|
1789
|
+
# To request a limit increase, see [AWS Service Limits][2] and choose
|
1790
|
+
# the limit type **Nodes per cluster per instance type**.
|
1798
1791
|
#
|
1799
1792
|
# When a Redis (cluster mode disabled) replication group has been
|
1800
1793
|
# successfully created, you can add one or more read replicas to it, up
|
1801
1794
|
# to a total of 5 read replicas. If you need to increase or decrease the
|
1802
1795
|
# number of node groups (console: shards), you can avail yourself of
|
1803
1796
|
# ElastiCache for Redis' scaling. For more information, see [Scaling
|
1804
|
-
# ElastiCache for Redis Clusters][
|
1797
|
+
# ElastiCache for Redis Clusters][3] in the *ElastiCache User Guide*.
|
1805
1798
|
#
|
1806
1799
|
# <note markdown="1"> This operation is valid for Redis only.
|
1807
1800
|
#
|
@@ -1809,7 +1802,9 @@ module Aws::ElastiCache
|
|
1809
1802
|
#
|
1810
1803
|
#
|
1811
1804
|
#
|
1812
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/
|
1805
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SubnetGroups.Creating.html
|
1806
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
|
1807
|
+
# [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.html
|
1813
1808
|
#
|
1814
1809
|
# @option params [required, String] :replication_group_id
|
1815
1810
|
# The replication group identifier. This parameter is stored as a
|
@@ -1935,9 +1930,7 @@ module Aws::ElastiCache
|
|
1935
1930
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
1936
1931
|
# `cache.m6g.16xlarge`
|
1937
1932
|
#
|
1938
|
-
# <note markdown="1">
|
1939
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
1940
|
-
# and ap-northeast-1.
|
1933
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1941
1934
|
#
|
1942
1935
|
# </note>
|
1943
1936
|
#
|
@@ -1981,9 +1974,7 @@ module Aws::ElastiCache
|
|
1981
1974
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
1982
1975
|
# `cache.r6g.16xlarge`
|
1983
1976
|
#
|
1984
|
-
# <note markdown="1">
|
1985
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
1986
|
-
# and ap-northeast-1.
|
1977
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1987
1978
|
#
|
1988
1979
|
# </note>
|
1989
1980
|
#
|
@@ -2017,9 +2008,13 @@ module Aws::ElastiCache
|
|
2017
2008
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
2018
2009
|
# supported on Redis version 2.8.22 and later.
|
2019
2010
|
#
|
2011
|
+
#
|
2012
|
+
#
|
2013
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
2014
|
+
#
|
2020
2015
|
# @option params [String] :engine
|
2021
2016
|
# The name of the cache engine to be used for the clusters in this
|
2022
|
-
# replication group.
|
2017
|
+
# replication group. Must be Redis.
|
2023
2018
|
#
|
2024
2019
|
# @option params [String] :engine_version
|
2025
2020
|
# The version number of the cache engine to be used for the clusters in
|
@@ -2042,12 +2037,6 @@ module Aws::ElastiCache
|
|
2042
2037
|
# group. If this argument is omitted, the default cache parameter group
|
2043
2038
|
# for the specified engine is used.
|
2044
2039
|
#
|
2045
|
-
# <note markdown="1"> If you are restoring to an engine version that is different than the
|
2046
|
-
# original, you must specify the default version of that version. For
|
2047
|
-
# example, `CacheParameterGroupName=default.redis4.0`.
|
2048
|
-
#
|
2049
|
-
# </note>
|
2050
|
-
#
|
2051
2040
|
# If you are running Redis version 3.2.4 or later, only one node group
|
2052
2041
|
# (shard), and want to use a default parameter group, we recommend that
|
2053
2042
|
# you specify the parameter group by name.
|
@@ -2671,17 +2660,17 @@ module Aws::ElastiCache
|
|
2671
2660
|
# The username of the user.
|
2672
2661
|
#
|
2673
2662
|
# @option params [required, String] :engine
|
2674
|
-
#
|
2663
|
+
# The current supported value is Redis.
|
2675
2664
|
#
|
2676
2665
|
# @option params [Array<String>] :passwords
|
2677
|
-
# Passwords used for this user
|
2678
|
-
#
|
2666
|
+
# Passwords used for this user. You can create up to two passwords for
|
2667
|
+
# each user.
|
2679
2668
|
#
|
2680
2669
|
# @option params [required, String] :access_string
|
2681
|
-
# Access permissions string used for this user
|
2670
|
+
# Access permissions string used for this user.
|
2682
2671
|
#
|
2683
2672
|
# @option params [Boolean] :no_password_required
|
2684
|
-
# Indicates a password is not required for this user
|
2673
|
+
# Indicates a password is not required for this user.
|
2685
2674
|
#
|
2686
2675
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2687
2676
|
#
|
@@ -2738,7 +2727,7 @@ module Aws::ElastiCache
|
|
2738
2727
|
# The ID of the user group.
|
2739
2728
|
#
|
2740
2729
|
# @option params [required, String] :engine
|
2741
|
-
#
|
2730
|
+
# The current supported value is Redis.
|
2742
2731
|
#
|
2743
2732
|
# @option params [Array<String>] :user_ids
|
2744
2733
|
# The list of user IDs that belong to the user group.
|
@@ -2993,8 +2982,12 @@ module Aws::ElastiCache
|
|
2993
2982
|
#
|
2994
2983
|
# * Redis (cluster mode enabled) clusters
|
2995
2984
|
#
|
2985
|
+
# * Redis (cluster mode disabled) clusters
|
2986
|
+
#
|
2996
2987
|
# * A cluster that is the last read replica of a replication group
|
2997
2988
|
#
|
2989
|
+
# * A cluster that is the primary node of a replication group
|
2990
|
+
#
|
2998
2991
|
# * A node group (shard) that has Multi-AZ mode enabled
|
2999
2992
|
#
|
3000
2993
|
# * A cluster from a Redis (cluster mode enabled) replication group
|
@@ -3126,7 +3119,8 @@ module Aws::ElastiCache
|
|
3126
3119
|
end
|
3127
3120
|
|
3128
3121
|
# Deletes the specified cache parameter group. You cannot delete a cache
|
3129
|
-
# parameter group if it is associated with any cache clusters.
|
3122
|
+
# parameter group if it is associated with any cache clusters. You
|
3123
|
+
# cannot delete the default cache parameter groups in your account.
|
3130
3124
|
#
|
3131
3125
|
# @option params [required, String] :cache_parameter_group_name
|
3132
3126
|
# The name of the cache parameter group to delete.
|
@@ -3204,8 +3198,8 @@ module Aws::ElastiCache
|
|
3204
3198
|
|
3205
3199
|
# Deletes a cache subnet group.
|
3206
3200
|
#
|
3207
|
-
# <note markdown="1"> You cannot delete a cache subnet group
|
3208
|
-
# clusters.
|
3201
|
+
# <note markdown="1"> You cannot delete a default cache subnet group or one that is
|
3202
|
+
# associated with any clusters.
|
3209
3203
|
#
|
3210
3204
|
# </note>
|
3211
3205
|
#
|
@@ -3600,8 +3594,8 @@ module Aws::ElastiCache
|
|
3600
3594
|
req.send_request(options)
|
3601
3595
|
end
|
3602
3596
|
|
3603
|
-
# For Redis engine version 6.x onwards: Deletes a
|
3604
|
-
# group must first be disassociated from the
|
3597
|
+
# For Redis engine version 6.x onwards: Deletes a user group. The user
|
3598
|
+
# group must first be disassociated from the replication group before it
|
3605
3599
|
# can be deleted. For more information, see [Using Role Based Access
|
3606
3600
|
# Control (RBAC)][1].
|
3607
3601
|
#
|
@@ -6049,9 +6043,7 @@ module Aws::ElastiCache
|
|
6049
6043
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
6050
6044
|
# `cache.m6g.16xlarge`
|
6051
6045
|
#
|
6052
|
-
# <note markdown="1">
|
6053
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
6054
|
-
# and ap-northeast-1.
|
6046
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6055
6047
|
#
|
6056
6048
|
# </note>
|
6057
6049
|
#
|
@@ -6095,9 +6087,7 @@ module Aws::ElastiCache
|
|
6095
6087
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
6096
6088
|
# `cache.r6g.16xlarge`
|
6097
6089
|
#
|
6098
|
-
# <note markdown="1">
|
6099
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
6100
|
-
# and ap-northeast-1.
|
6090
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6101
6091
|
#
|
6102
6092
|
# </note>
|
6103
6093
|
#
|
@@ -6131,6 +6121,10 @@ module Aws::ElastiCache
|
|
6131
6121
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
6132
6122
|
# supported on Redis version 2.8.22 and later.
|
6133
6123
|
#
|
6124
|
+
#
|
6125
|
+
#
|
6126
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
6127
|
+
#
|
6134
6128
|
# @option params [String] :duration
|
6135
6129
|
# The duration filter value, specified in years or seconds. Use this
|
6136
6130
|
# parameter to show only reservations for this duration.
|
@@ -6252,9 +6246,7 @@ module Aws::ElastiCache
|
|
6252
6246
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
6253
6247
|
# `cache.m6g.16xlarge`
|
6254
6248
|
#
|
6255
|
-
# <note markdown="1">
|
6256
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
6257
|
-
# and ap-northeast-1.
|
6249
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6258
6250
|
#
|
6259
6251
|
# </note>
|
6260
6252
|
#
|
@@ -6298,9 +6290,7 @@ module Aws::ElastiCache
|
|
6298
6290
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
6299
6291
|
# `cache.r6g.16xlarge`
|
6300
6292
|
#
|
6301
|
-
# <note markdown="1">
|
6302
|
-
# regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
|
6303
|
-
# and ap-northeast-1.
|
6293
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6304
6294
|
#
|
6305
6295
|
# </note>
|
6306
6296
|
#
|
@@ -6334,6 +6324,10 @@ module Aws::ElastiCache
|
|
6334
6324
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
6335
6325
|
# supported on Redis version 2.8.22 and later.
|
6336
6326
|
#
|
6327
|
+
#
|
6328
|
+
#
|
6329
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
6330
|
+
#
|
6337
6331
|
# @option params [String] :duration
|
6338
6332
|
# Duration filter value, specified in years or seconds. Use this
|
6339
6333
|
# parameter to show only reservations for a given duration.
|
@@ -7385,7 +7379,7 @@ module Aws::ElastiCache
|
|
7385
7379
|
req.send_request(options)
|
7386
7380
|
end
|
7387
7381
|
|
7388
|
-
# Dynamically increases the number of
|
7382
|
+
# Dynamically increases the number of replicas in a Redis (cluster mode
|
7389
7383
|
# disabled) replication group or the number of replica nodes in one or
|
7390
7384
|
# more node groups (shards) of a Redis (cluster mode enabled)
|
7391
7385
|
# replication group. This operation is performed with no cluster down
|
@@ -7963,7 +7957,7 @@ module Aws::ElastiCache
|
|
7963
7957
|
#
|
7964
7958
|
#
|
7965
7959
|
#
|
7966
|
-
# [1]:
|
7960
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
7967
7961
|
#
|
7968
7962
|
# @return [Types::ModifyCacheClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7969
7963
|
#
|
@@ -8284,6 +8278,11 @@ module Aws::ElastiCache
|
|
8284
8278
|
# The upgraded version of the cache engine to be run on the clusters in
|
8285
8279
|
# the Global Datastore.
|
8286
8280
|
#
|
8281
|
+
# @option params [String] :cache_parameter_group_name
|
8282
|
+
# The name of the cache parameter group to use with the Global
|
8283
|
+
# datastore. It must be compatible with the major engine version used by
|
8284
|
+
# the Global datastore.
|
8285
|
+
#
|
8287
8286
|
# @option params [String] :global_replication_group_description
|
8288
8287
|
# A description of the Global Datastore
|
8289
8288
|
#
|
@@ -8302,6 +8301,7 @@ module Aws::ElastiCache
|
|
8302
8301
|
# apply_immediately: false, # required
|
8303
8302
|
# cache_node_type: "String",
|
8304
8303
|
# engine_version: "String",
|
8304
|
+
# cache_parameter_group_name: "String",
|
8305
8305
|
# global_replication_group_description: "String",
|
8306
8306
|
# automatic_failover_enabled: false,
|
8307
8307
|
# })
|
@@ -8540,7 +8540,7 @@ module Aws::ElastiCache
|
|
8540
8540
|
#
|
8541
8541
|
#
|
8542
8542
|
#
|
8543
|
-
# [1]:
|
8543
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
8544
8544
|
#
|
8545
8545
|
# @option params [Array<String>] :user_group_ids_to_add
|
8546
8546
|
# A list of user group IDs.
|
@@ -8720,7 +8720,7 @@ module Aws::ElastiCache
|
|
8720
8720
|
|
8721
8721
|
# Modifies a replication group's shards (node groups) by allowing you
|
8722
8722
|
# to add shards, remove shards, or rebalance the keyspaces among
|
8723
|
-
#
|
8723
|
+
# existing shards.
|
8724
8724
|
#
|
8725
8725
|
# @option params [required, String] :replication_group_id
|
8726
8726
|
# The name of the Redis (cluster mode enabled) cluster (replication
|
@@ -8852,17 +8852,16 @@ module Aws::ElastiCache
|
|
8852
8852
|
# The ID of the user.
|
8853
8853
|
#
|
8854
8854
|
# @option params [String] :access_string
|
8855
|
-
# Access permissions string used for this user
|
8855
|
+
# Access permissions string used for this user.
|
8856
8856
|
#
|
8857
8857
|
# @option params [String] :append_access_string
|
8858
8858
|
# Adds additional user permissions to the access string.
|
8859
8859
|
#
|
8860
8860
|
# @option params [Array<String>] :passwords
|
8861
|
-
# The passwords belonging to the user
|
8862
|
-
# two.
|
8861
|
+
# The passwords belonging to the user. You are allowed up to two.
|
8863
8862
|
#
|
8864
8863
|
# @option params [Boolean] :no_password_required
|
8865
|
-
# Indicates no password is required for the user
|
8864
|
+
# Indicates no password is required for the user.
|
8866
8865
|
#
|
8867
8866
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8868
8867
|
#
|
@@ -8960,7 +8959,15 @@ module Aws::ElastiCache
|
|
8960
8959
|
req.send_request(options)
|
8961
8960
|
end
|
8962
8961
|
|
8963
|
-
# Allows you to purchase a reserved cache node offering.
|
8962
|
+
# Allows you to purchase a reserved cache node offering. Reserved nodes
|
8963
|
+
# are not eligible for cancellation and are non-refundable. For more
|
8964
|
+
# information, see [Managing Costs with Reserved Nodes][1] for Redis or
|
8965
|
+
# [Managing Costs with Reserved Nodes][2] for Memcached.
|
8966
|
+
#
|
8967
|
+
#
|
8968
|
+
#
|
8969
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/reserved-nodes.html
|
8970
|
+
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/reserved-nodes.html
|
8964
8971
|
#
|
8965
8972
|
# @option params [required, String] :reserved_cache_nodes_offering_id
|
8966
8973
|
# The ID of the reserved cache node offering to purchase.
|
@@ -9682,7 +9689,7 @@ module Aws::ElastiCache
|
|
9682
9689
|
params: params,
|
9683
9690
|
config: config)
|
9684
9691
|
context[:gem_name] = 'aws-sdk-elasticache'
|
9685
|
-
context[:gem_version] = '1.
|
9692
|
+
context[:gem_version] = '1.53.0'
|
9686
9693
|
Seahorse::Client::Request.new(handlers, context)
|
9687
9694
|
end
|
9688
9695
|
|
@@ -1135,6 +1135,7 @@ module Aws::ElastiCache
|
|
1135
1135
|
ModifyGlobalReplicationGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ApplyImmediately"))
|
1136
1136
|
ModifyGlobalReplicationGroupMessage.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
|
1137
1137
|
ModifyGlobalReplicationGroupMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1138
|
+
ModifyGlobalReplicationGroupMessage.add_member(:cache_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "CacheParameterGroupName"))
|
1138
1139
|
ModifyGlobalReplicationGroupMessage.add_member(:global_replication_group_description, Shapes::ShapeRef.new(shape: String, location_name: "GlobalReplicationGroupDescription"))
|
1139
1140
|
ModifyGlobalReplicationGroupMessage.add_member(:automatic_failover_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutomaticFailoverEnabled"))
|
1140
1141
|
ModifyGlobalReplicationGroupMessage.struct_class = Types::ModifyGlobalReplicationGroupMessage
|
@@ -261,10 +261,9 @@ module Aws::ElastiCache
|
|
261
261
|
# @return [String]
|
262
262
|
#
|
263
263
|
# @!attribute [rw] configuration_endpoint
|
264
|
-
# Represents a Memcached cluster endpoint which
|
265
|
-
#
|
266
|
-
#
|
267
|
-
# will always have `.cfg` in it.
|
264
|
+
# Represents a Memcached cluster endpoint which can be used by an
|
265
|
+
# application to connect to any node in the cluster. The configuration
|
266
|
+
# endpoint will always have `.cfg` in it.
|
268
267
|
#
|
269
268
|
# Example: `mem-3.9dvc4r.cfg.usw2.cache.amazonaws.com:11211`
|
270
269
|
# @return [Types::Endpoint]
|
@@ -294,9 +293,7 @@ module Aws::ElastiCache
|
|
294
293
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
295
294
|
# `cache.m6g.16xlarge`
|
296
295
|
#
|
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.
|
296
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
300
297
|
#
|
301
298
|
# </note>
|
302
299
|
#
|
@@ -340,9 +337,7 @@ module Aws::ElastiCache
|
|
340
337
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
341
338
|
# `cache.r6g.16xlarge`
|
342
339
|
#
|
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.
|
340
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
346
341
|
#
|
347
342
|
# </note>
|
348
343
|
#
|
@@ -375,6 +370,10 @@ module Aws::ElastiCache
|
|
375
370
|
#
|
376
371
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
377
372
|
# not supported on Redis version 2.8.22 and later.
|
373
|
+
#
|
374
|
+
#
|
375
|
+
#
|
376
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
378
377
|
# @return [String]
|
379
378
|
#
|
380
379
|
# @!attribute [rw] engine
|
@@ -686,9 +685,7 @@ module Aws::ElastiCache
|
|
686
685
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
687
686
|
# `cache.m6g.16xlarge`
|
688
687
|
#
|
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.
|
688
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
692
689
|
#
|
693
690
|
# </note>
|
694
691
|
#
|
@@ -732,9 +729,7 @@ module Aws::ElastiCache
|
|
732
729
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
733
730
|
# `cache.r6g.16xlarge`
|
734
731
|
#
|
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.
|
732
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
738
733
|
#
|
739
734
|
# </note>
|
740
735
|
#
|
@@ -768,6 +763,10 @@ module Aws::ElastiCache
|
|
768
763
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
769
764
|
# supported on Redis version 2.8.22 and later.
|
770
765
|
#
|
766
|
+
#
|
767
|
+
#
|
768
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
769
|
+
#
|
771
770
|
# @!attribute [rw] cache_node_id
|
772
771
|
# The cache node identifier. A node ID is a numeric identifier (0001,
|
773
772
|
# 0002, etc.). The combination of cluster ID and node ID uniquely
|
@@ -1635,9 +1634,7 @@ module Aws::ElastiCache
|
|
1635
1634
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
1636
1635
|
# `cache.m6g.16xlarge`
|
1637
1636
|
#
|
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.
|
1637
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1641
1638
|
#
|
1642
1639
|
# </note>
|
1643
1640
|
#
|
@@ -1681,9 +1678,7 @@ module Aws::ElastiCache
|
|
1681
1678
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
1682
1679
|
# `cache.r6g.16xlarge`
|
1683
1680
|
#
|
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.
|
1681
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1687
1682
|
#
|
1688
1683
|
# </note>
|
1689
1684
|
#
|
@@ -1716,6 +1711,10 @@ module Aws::ElastiCache
|
|
1716
1711
|
#
|
1717
1712
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
1718
1713
|
# not supported on Redis version 2.8.22 and later.
|
1714
|
+
#
|
1715
|
+
#
|
1716
|
+
#
|
1717
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
1719
1718
|
# @return [String]
|
1720
1719
|
#
|
1721
1720
|
# @!attribute [rw] engine
|
@@ -1809,29 +1808,6 @@ module Aws::ElastiCache
|
|
1809
1808
|
# cluster is performed. It is specified as a range in the format
|
1810
1809
|
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1811
1810
|
# window is a 60 minute period. Valid values for `ddd` are:
|
1812
|
-
#
|
1813
|
-
# Specifies the weekly time range during which maintenance on the
|
1814
|
-
# cluster is performed. It is specified as a range in the format
|
1815
|
-
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1816
|
-
# window is a 60 minute period.
|
1817
|
-
#
|
1818
|
-
# Valid values for `ddd` are:
|
1819
|
-
#
|
1820
|
-
# * `sun`
|
1821
|
-
#
|
1822
|
-
# * `mon`
|
1823
|
-
#
|
1824
|
-
# * `tue`
|
1825
|
-
#
|
1826
|
-
# * `wed`
|
1827
|
-
#
|
1828
|
-
# * `thu`
|
1829
|
-
#
|
1830
|
-
# * `fri`
|
1831
|
-
#
|
1832
|
-
# * `sat`
|
1833
|
-
#
|
1834
|
-
# Example: `sun:23:00-mon:01:30`
|
1835
1811
|
# @return [String]
|
1836
1812
|
#
|
1837
1813
|
# @!attribute [rw] port
|
@@ -2375,9 +2351,7 @@ module Aws::ElastiCache
|
|
2375
2351
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
2376
2352
|
# `cache.m6g.16xlarge`
|
2377
2353
|
#
|
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.
|
2354
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
2381
2355
|
#
|
2382
2356
|
# </note>
|
2383
2357
|
#
|
@@ -2421,9 +2395,7 @@ module Aws::ElastiCache
|
|
2421
2395
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
2422
2396
|
# `cache.r6g.16xlarge`
|
2423
2397
|
#
|
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.
|
2398
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
2427
2399
|
#
|
2428
2400
|
# </note>
|
2429
2401
|
#
|
@@ -2456,11 +2428,15 @@ module Aws::ElastiCache
|
|
2456
2428
|
#
|
2457
2429
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
2458
2430
|
# not supported on Redis version 2.8.22 and later.
|
2431
|
+
#
|
2432
|
+
#
|
2433
|
+
#
|
2434
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
2459
2435
|
# @return [String]
|
2460
2436
|
#
|
2461
2437
|
# @!attribute [rw] engine
|
2462
2438
|
# The name of the cache engine to be used for the clusters in this
|
2463
|
-
# replication group.
|
2439
|
+
# replication group. Must be Redis.
|
2464
2440
|
# @return [String]
|
2465
2441
|
#
|
2466
2442
|
# @!attribute [rw] engine_version
|
@@ -2485,12 +2461,6 @@ module Aws::ElastiCache
|
|
2485
2461
|
# group. If this argument is omitted, the default cache parameter
|
2486
2462
|
# group for the specified engine is used.
|
2487
2463
|
#
|
2488
|
-
# <note markdown="1"> If you are restoring to an engine version that is different than the
|
2489
|
-
# original, you must specify the default version of that version. For
|
2490
|
-
# example, `CacheParameterGroupName=default.redis4.0`.
|
2491
|
-
#
|
2492
|
-
# </note>
|
2493
|
-
#
|
2494
2464
|
# If you are running Redis version 3.2.4 or later, only one node group
|
2495
2465
|
# (shard), and want to use a default parameter group, we recommend
|
2496
2466
|
# that you specify the parameter group by name.
|
@@ -2817,7 +2787,7 @@ module Aws::ElastiCache
|
|
2817
2787
|
# @return [String]
|
2818
2788
|
#
|
2819
2789
|
# @!attribute [rw] engine
|
2820
|
-
#
|
2790
|
+
# The current supported value is Redis.
|
2821
2791
|
# @return [String]
|
2822
2792
|
#
|
2823
2793
|
# @!attribute [rw] user_ids
|
@@ -2855,20 +2825,20 @@ module Aws::ElastiCache
|
|
2855
2825
|
# @return [String]
|
2856
2826
|
#
|
2857
2827
|
# @!attribute [rw] engine
|
2858
|
-
#
|
2828
|
+
# The current supported value is Redis.
|
2859
2829
|
# @return [String]
|
2860
2830
|
#
|
2861
2831
|
# @!attribute [rw] passwords
|
2862
|
-
# Passwords used for this user
|
2863
|
-
#
|
2832
|
+
# Passwords used for this user. You can create up to two passwords for
|
2833
|
+
# each user.
|
2864
2834
|
# @return [Array<String>]
|
2865
2835
|
#
|
2866
2836
|
# @!attribute [rw] access_string
|
2867
|
-
# Access permissions string used for this user
|
2837
|
+
# Access permissions string used for this user.
|
2868
2838
|
# @return [String]
|
2869
2839
|
#
|
2870
2840
|
# @!attribute [rw] no_password_required
|
2871
|
-
# Indicates a password is not required for this user
|
2841
|
+
# Indicates a password is not required for this user.
|
2872
2842
|
# @return [Boolean]
|
2873
2843
|
#
|
2874
2844
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserMessage AWS API Documentation
|
@@ -3981,9 +3951,7 @@ module Aws::ElastiCache
|
|
3981
3951
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
3982
3952
|
# `cache.m6g.16xlarge`
|
3983
3953
|
#
|
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.
|
3954
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
3987
3955
|
#
|
3988
3956
|
# </note>
|
3989
3957
|
#
|
@@ -4027,9 +3995,7 @@ module Aws::ElastiCache
|
|
4027
3995
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
4028
3996
|
# `cache.r6g.16xlarge`
|
4029
3997
|
#
|
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.
|
3998
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4033
3999
|
#
|
4034
4000
|
# </note>
|
4035
4001
|
#
|
@@ -4062,6 +4028,10 @@ module Aws::ElastiCache
|
|
4062
4028
|
#
|
4063
4029
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
4064
4030
|
# not supported on Redis version 2.8.22 and later.
|
4031
|
+
#
|
4032
|
+
#
|
4033
|
+
#
|
4034
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
4065
4035
|
# @return [String]
|
4066
4036
|
#
|
4067
4037
|
# @!attribute [rw] duration
|
@@ -4161,9 +4131,7 @@ module Aws::ElastiCache
|
|
4161
4131
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
4162
4132
|
# `cache.m6g.16xlarge`
|
4163
4133
|
#
|
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.
|
4134
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4167
4135
|
#
|
4168
4136
|
# </note>
|
4169
4137
|
#
|
@@ -4207,9 +4175,7 @@ module Aws::ElastiCache
|
|
4207
4175
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
4208
4176
|
# `cache.r6g.16xlarge`
|
4209
4177
|
#
|
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.
|
4178
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4213
4179
|
#
|
4214
4180
|
# </note>
|
4215
4181
|
#
|
@@ -4242,6 +4208,10 @@ module Aws::ElastiCache
|
|
4242
4208
|
#
|
4243
4209
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
4244
4210
|
# not supported on Redis version 2.8.22 and later.
|
4211
|
+
#
|
4212
|
+
#
|
4213
|
+
#
|
4214
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
4245
4215
|
# @return [String]
|
4246
4216
|
#
|
4247
4217
|
# @!attribute [rw] duration
|
@@ -5005,6 +4975,9 @@ module Aws::ElastiCache
|
|
5005
4975
|
# cluster is created. To enable in-transit encryption on a cluster you
|
5006
4976
|
# must set `TransitEncryptionEnabled` to true when you create a
|
5007
4977
|
# cluster.
|
4978
|
+
#
|
4979
|
+
# **Required:** Only available when creating a replication group in an
|
4980
|
+
# Amazon VPC using redis version `3.2.6`, `4.x` or later.
|
5008
4981
|
# @return [Boolean]
|
5009
4982
|
#
|
5010
4983
|
# @!attribute [rw] at_rest_encryption_enabled
|
@@ -5785,7 +5758,7 @@ module Aws::ElastiCache
|
|
5785
5758
|
#
|
5786
5759
|
#
|
5787
5760
|
#
|
5788
|
-
# [1]:
|
5761
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
5789
5762
|
# @return [String]
|
5790
5763
|
#
|
5791
5764
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
|
@@ -5924,6 +5897,7 @@ module Aws::ElastiCache
|
|
5924
5897
|
# apply_immediately: false, # required
|
5925
5898
|
# cache_node_type: "String",
|
5926
5899
|
# engine_version: "String",
|
5900
|
+
# cache_parameter_group_name: "String",
|
5927
5901
|
# global_replication_group_description: "String",
|
5928
5902
|
# automatic_failover_enabled: false,
|
5929
5903
|
# }
|
@@ -5949,6 +5923,12 @@ module Aws::ElastiCache
|
|
5949
5923
|
# in the Global Datastore.
|
5950
5924
|
# @return [String]
|
5951
5925
|
#
|
5926
|
+
# @!attribute [rw] cache_parameter_group_name
|
5927
|
+
# The name of the cache parameter group to use with the Global
|
5928
|
+
# datastore. It must be compatible with the major engine version used
|
5929
|
+
# by the Global datastore.
|
5930
|
+
# @return [String]
|
5931
|
+
#
|
5952
5932
|
# @!attribute [rw] global_replication_group_description
|
5953
5933
|
# A description of the Global Datastore
|
5954
5934
|
# @return [String]
|
@@ -5965,6 +5945,7 @@ module Aws::ElastiCache
|
|
5965
5945
|
:apply_immediately,
|
5966
5946
|
:cache_node_type,
|
5967
5947
|
:engine_version,
|
5948
|
+
:cache_parameter_group_name,
|
5968
5949
|
:global_replication_group_description,
|
5969
5950
|
:automatic_failover_enabled)
|
5970
5951
|
SENSITIVE = []
|
@@ -6231,7 +6212,7 @@ module Aws::ElastiCache
|
|
6231
6212
|
#
|
6232
6213
|
#
|
6233
6214
|
#
|
6234
|
-
# [1]:
|
6215
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
6235
6216
|
# @return [String]
|
6236
6217
|
#
|
6237
6218
|
# @!attribute [rw] user_group_ids_to_add
|
@@ -6433,7 +6414,7 @@ module Aws::ElastiCache
|
|
6433
6414
|
# @return [String]
|
6434
6415
|
#
|
6435
6416
|
# @!attribute [rw] access_string
|
6436
|
-
# Access permissions string used for this user
|
6417
|
+
# Access permissions string used for this user.
|
6437
6418
|
# @return [String]
|
6438
6419
|
#
|
6439
6420
|
# @!attribute [rw] append_access_string
|
@@ -6441,12 +6422,11 @@ module Aws::ElastiCache
|
|
6441
6422
|
# @return [String]
|
6442
6423
|
#
|
6443
6424
|
# @!attribute [rw] passwords
|
6444
|
-
# The passwords belonging to the user
|
6445
|
-
# two.
|
6425
|
+
# The passwords belonging to the user. You are allowed up to two.
|
6446
6426
|
# @return [Array<String>]
|
6447
6427
|
#
|
6448
6428
|
# @!attribute [rw] no_password_required
|
6449
|
-
# Indicates no password is required for the user
|
6429
|
+
# Indicates no password is required for the user.
|
6450
6430
|
# @return [Boolean]
|
6451
6431
|
#
|
6452
6432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
|
@@ -6560,7 +6540,7 @@ module Aws::ElastiCache
|
|
6560
6540
|
# @return [Array<String>]
|
6561
6541
|
#
|
6562
6542
|
# @!attribute [rw] primary_outpost_arn
|
6563
|
-
# The
|
6543
|
+
# The outpost ARN of the primary node.
|
6564
6544
|
# @return [String]
|
6565
6545
|
#
|
6566
6546
|
# @!attribute [rw] replica_outpost_arns
|
@@ -7502,9 +7482,7 @@ module Aws::ElastiCache
|
|
7502
7482
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
7503
7483
|
# `cache.m6g.16xlarge`
|
7504
7484
|
#
|
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.
|
7485
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7508
7486
|
#
|
7509
7487
|
# </note>
|
7510
7488
|
#
|
@@ -7548,9 +7526,7 @@ module Aws::ElastiCache
|
|
7548
7526
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
7549
7527
|
# `cache.r6g.16xlarge`
|
7550
7528
|
#
|
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.
|
7529
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7554
7530
|
#
|
7555
7531
|
# </note>
|
7556
7532
|
#
|
@@ -7583,6 +7559,10 @@ module Aws::ElastiCache
|
|
7583
7559
|
#
|
7584
7560
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
7585
7561
|
# not supported on Redis version 2.8.22 and later.
|
7562
|
+
#
|
7563
|
+
#
|
7564
|
+
#
|
7565
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
7586
7566
|
# @return [String]
|
7587
7567
|
#
|
7588
7568
|
# @!attribute [rw] start_time
|
@@ -7712,9 +7692,7 @@ module Aws::ElastiCache
|
|
7712
7692
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
7713
7693
|
# `cache.m6g.16xlarge`
|
7714
7694
|
#
|
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.
|
7695
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7718
7696
|
#
|
7719
7697
|
# </note>
|
7720
7698
|
#
|
@@ -7758,9 +7736,7 @@ module Aws::ElastiCache
|
|
7758
7736
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
7759
7737
|
# `cache.r6g.16xlarge`
|
7760
7738
|
#
|
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.
|
7739
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7764
7740
|
#
|
7765
7741
|
# </note>
|
7766
7742
|
#
|
@@ -7793,6 +7769,10 @@ module Aws::ElastiCache
|
|
7793
7769
|
#
|
7794
7770
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
7795
7771
|
# not supported on Redis version 2.8.22 and later.
|
7772
|
+
#
|
7773
|
+
#
|
7774
|
+
#
|
7775
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
7796
7776
|
# @return [String]
|
7797
7777
|
#
|
7798
7778
|
# @!attribute [rw] duration
|
@@ -8199,9 +8179,7 @@ module Aws::ElastiCache
|
|
8199
8179
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
8200
8180
|
# `cache.m6g.16xlarge`
|
8201
8181
|
#
|
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.
|
8182
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
8205
8183
|
#
|
8206
8184
|
# </note>
|
8207
8185
|
#
|
@@ -8245,9 +8223,7 @@ module Aws::ElastiCache
|
|
8245
8223
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
8246
8224
|
# `cache.r6g.16xlarge`
|
8247
8225
|
#
|
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.
|
8226
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
8251
8227
|
#
|
8252
8228
|
# </note>
|
8253
8229
|
#
|
@@ -8280,6 +8256,10 @@ module Aws::ElastiCache
|
|
8280
8256
|
#
|
8281
8257
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
8282
8258
|
# not supported on Redis version 2.8.22 and later.
|
8259
|
+
#
|
8260
|
+
#
|
8261
|
+
#
|
8262
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
8283
8263
|
# @return [String]
|
8284
8264
|
#
|
8285
8265
|
# @!attribute [rw] engine
|
@@ -8899,11 +8879,11 @@ module Aws::ElastiCache
|
|
8899
8879
|
# @return [String]
|
8900
8880
|
#
|
8901
8881
|
# @!attribute [rw] engine
|
8902
|
-
#
|
8882
|
+
# The current supported value is Redis.
|
8903
8883
|
# @return [String]
|
8904
8884
|
#
|
8905
8885
|
# @!attribute [rw] access_string
|
8906
|
-
# Access permissions string used for this user
|
8886
|
+
# Access permissions string used for this user.
|
8907
8887
|
# @return [String]
|
8908
8888
|
#
|
8909
8889
|
# @!attribute [rw] user_group_ids
|
@@ -8915,7 +8895,7 @@ module Aws::ElastiCache
|
|
8915
8895
|
# @return [Types::Authentication]
|
8916
8896
|
#
|
8917
8897
|
# @!attribute [rw] arn
|
8918
|
-
# The Amazon Resource Name (ARN) of the user
|
8898
|
+
# The Amazon Resource Name (ARN) of the user.
|
8919
8899
|
# @return [String]
|
8920
8900
|
#
|
8921
8901
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/User AWS API Documentation
|
@@ -8949,7 +8929,7 @@ module Aws::ElastiCache
|
|
8949
8929
|
# @return [String]
|
8950
8930
|
#
|
8951
8931
|
# @!attribute [rw] engine
|
8952
|
-
#
|
8932
|
+
# The current supported value is Redis.
|
8953
8933
|
# @return [String]
|
8954
8934
|
#
|
8955
8935
|
# @!attribute [rw] user_ids
|
@@ -8997,7 +8977,7 @@ module Aws::ElastiCache
|
|
8997
8977
|
# Returns the updates being applied to the user group.
|
8998
8978
|
#
|
8999
8979
|
# @!attribute [rw] user_ids_to_remove
|
9000
|
-
# The list of user
|
8980
|
+
# The list of user IDs to remove.
|
9001
8981
|
# @return [Array<String>]
|
9002
8982
|
#
|
9003
8983
|
# @!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.53.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-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.112.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.112.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|