aws-sdk-elasticache 1.46.0 → 1.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +90 -60
- data/lib/aws-sdk-elasticache/client_api.rb +1 -0
- data/lib/aws-sdk-elasticache/types.rb +87 -84
- 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: caeff5a4832caf2626eb2b1ba16c250f65461e325340b4b08c5215851cfa3db1
|
4
|
+
data.tar.gz: 3fc404263c44813062762f59451c0b43c0c2f5422a8598776a8ae1f2b8e7b196
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5a9decaddc409cd64a683b0da8edd11ca00dd0b33eaa234df2f75d0f8afae424e407e6b1453af75ed922d9b5e7cc58db830a70b0a29ec97742e716eda092fc2
|
7
|
+
data.tar.gz: d79aa318235503fa32e08d8ef5c9b77788e591e2e7fd41081548dfbbb7a4beda50f16fc9547354c97b0514ed232b4965d9a7b29c671f354e0c8d5e04ed64f69a
|
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
|
#
|
@@ -1701,8 +1701,7 @@ module Aws::ElastiCache
|
|
1701
1701
|
# can create cross-region read replica clusters for ElastiCache for
|
1702
1702
|
# Redis to enable low-latency reads and disaster recovery across
|
1703
1703
|
# regions. For more information, see [Replication Across Regions Using
|
1704
|
-
# Global
|
1705
|
-
# Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-Clusters.html).
|
1704
|
+
# Global Datastore][1].
|
1706
1705
|
#
|
1707
1706
|
# * The **GlobalReplicationGroupIdSuffix** is the name of the Global
|
1708
1707
|
# Datastore.
|
@@ -1711,6 +1710,10 @@ module Aws::ElastiCache
|
|
1711
1710
|
# cluster that accepts writes and will replicate updates to the
|
1712
1711
|
# secondary cluster.
|
1713
1712
|
#
|
1713
|
+
#
|
1714
|
+
#
|
1715
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html
|
1716
|
+
#
|
1714
1717
|
# @option params [required, String] :global_replication_group_id_suffix
|
1715
1718
|
# The suffix name of a Global Datastore. Amazon ElastiCache
|
1716
1719
|
# automatically applies a prefix to the Global Datastore ID when it is
|
@@ -1725,7 +1728,7 @@ module Aws::ElastiCache
|
|
1725
1728
|
#
|
1726
1729
|
#
|
1727
1730
|
#
|
1728
|
-
# [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
|
1729
1732
|
#
|
1730
1733
|
# @option params [String] :global_replication_group_description
|
1731
1734
|
# Provides details of the Global Datastore
|
@@ -1789,19 +1792,32 @@ module Aws::ElastiCache
|
|
1789
1792
|
# others are read-only replicas. Writes to the primary are
|
1790
1793
|
# asynchronously propagated to the replicas.
|
1791
1794
|
#
|
1792
|
-
# A Redis
|
1793
|
-
#
|
1794
|
-
#
|
1795
|
-
#
|
1796
|
-
#
|
1797
|
-
#
|
1795
|
+
# A Redis cluster-mode enabled cluster is comprised of from 1 to 90
|
1796
|
+
# shards (API/CLI: node groups). Each shard has a primary node and up to
|
1797
|
+
# 5 read-only replica nodes. The configuration can range from 90 shards
|
1798
|
+
# and 0 replicas to 15 shards and 5 replicas, which is the maximum
|
1799
|
+
# number or replicas allowed.
|
1800
|
+
#
|
1801
|
+
# The node or shard limit can be increased to a maximum of 500 per
|
1802
|
+
# cluster if the Redis engine version is 5.0.6 or higher. For example,
|
1803
|
+
# you can choose to configure a 500 node cluster that ranges between 83
|
1804
|
+
# shards (one primary and 5 replicas per shard) and 500 shards (single
|
1805
|
+
# primary and no replicas). Make sure there are enough available IP
|
1806
|
+
# addresses to accommodate the increase. Common pitfalls include the
|
1807
|
+
# subnets in the subnet group have too small a CIDR range or the subnets
|
1808
|
+
# are shared and heavily used by other clusters. For more information,
|
1809
|
+
# see [Creating a Subnet Group][1]. For versions below 5.0.6, the limit
|
1810
|
+
# is 250 per cluster.
|
1811
|
+
#
|
1812
|
+
# To request a limit increase, see [AWS Service Limits][2] and choose
|
1813
|
+
# the limit type **Nodes per cluster per instance type**.
|
1798
1814
|
#
|
1799
1815
|
# When a Redis (cluster mode disabled) replication group has been
|
1800
1816
|
# successfully created, you can add one or more read replicas to it, up
|
1801
1817
|
# to a total of 5 read replicas. If you need to increase or decrease the
|
1802
1818
|
# number of node groups (console: shards), you can avail yourself of
|
1803
1819
|
# ElastiCache for Redis' scaling. For more information, see [Scaling
|
1804
|
-
# ElastiCache for Redis Clusters][
|
1820
|
+
# ElastiCache for Redis Clusters][3] in the *ElastiCache User Guide*.
|
1805
1821
|
#
|
1806
1822
|
# <note markdown="1"> This operation is valid for Redis only.
|
1807
1823
|
#
|
@@ -1809,7 +1825,9 @@ module Aws::ElastiCache
|
|
1809
1825
|
#
|
1810
1826
|
#
|
1811
1827
|
#
|
1812
|
-
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/
|
1828
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SubnetGroups.Creating.html
|
1829
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
|
1830
|
+
# [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.html
|
1813
1831
|
#
|
1814
1832
|
# @option params [required, String] :replication_group_id
|
1815
1833
|
# The replication group identifier. This parameter is stored as a
|
@@ -1935,9 +1953,7 @@ module Aws::ElastiCache
|
|
1935
1953
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
1936
1954
|
# `cache.m6g.16xlarge`
|
1937
1955
|
#
|
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.
|
1956
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1941
1957
|
#
|
1942
1958
|
# </note>
|
1943
1959
|
#
|
@@ -1981,9 +1997,7 @@ module Aws::ElastiCache
|
|
1981
1997
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
1982
1998
|
# `cache.r6g.16xlarge`
|
1983
1999
|
#
|
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.
|
2000
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
1987
2001
|
#
|
1988
2002
|
# </note>
|
1989
2003
|
#
|
@@ -2017,6 +2031,10 @@ module Aws::ElastiCache
|
|
2017
2031
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
2018
2032
|
# supported on Redis version 2.8.22 and later.
|
2019
2033
|
#
|
2034
|
+
#
|
2035
|
+
#
|
2036
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
2037
|
+
#
|
2020
2038
|
# @option params [String] :engine
|
2021
2039
|
# The name of the cache engine to be used for the clusters in this
|
2022
2040
|
# replication group.
|
@@ -2042,12 +2060,6 @@ module Aws::ElastiCache
|
|
2042
2060
|
# group. If this argument is omitted, the default cache parameter group
|
2043
2061
|
# for the specified engine is used.
|
2044
2062
|
#
|
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
2063
|
# If you are running Redis version 3.2.4 or later, only one node group
|
2052
2064
|
# (shard), and want to use a default parameter group, we recommend that
|
2053
2065
|
# you specify the parameter group by name.
|
@@ -2671,17 +2683,17 @@ module Aws::ElastiCache
|
|
2671
2683
|
# The username of the user.
|
2672
2684
|
#
|
2673
2685
|
# @option params [required, String] :engine
|
2674
|
-
#
|
2686
|
+
# The current supported value is Redis.
|
2675
2687
|
#
|
2676
2688
|
# @option params [Array<String>] :passwords
|
2677
|
-
# Passwords used for this user
|
2678
|
-
#
|
2689
|
+
# Passwords used for this user. You can create up to two passwords for
|
2690
|
+
# each user.
|
2679
2691
|
#
|
2680
2692
|
# @option params [required, String] :access_string
|
2681
|
-
# Access permissions string used for this user
|
2693
|
+
# Access permissions string used for this user.
|
2682
2694
|
#
|
2683
2695
|
# @option params [Boolean] :no_password_required
|
2684
|
-
# Indicates a password is not required for this user
|
2696
|
+
# Indicates a password is not required for this user.
|
2685
2697
|
#
|
2686
2698
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2687
2699
|
#
|
@@ -2738,7 +2750,7 @@ module Aws::ElastiCache
|
|
2738
2750
|
# The ID of the user group.
|
2739
2751
|
#
|
2740
2752
|
# @option params [required, String] :engine
|
2741
|
-
#
|
2753
|
+
# The current supported value is Redis.
|
2742
2754
|
#
|
2743
2755
|
# @option params [Array<String>] :user_ids
|
2744
2756
|
# The list of user IDs that belong to the user group.
|
@@ -2993,8 +3005,12 @@ module Aws::ElastiCache
|
|
2993
3005
|
#
|
2994
3006
|
# * Redis (cluster mode enabled) clusters
|
2995
3007
|
#
|
3008
|
+
# * Redis (cluster mode disabled) clusters
|
3009
|
+
#
|
2996
3010
|
# * A cluster that is the last read replica of a replication group
|
2997
3011
|
#
|
3012
|
+
# * A cluster that is the primary node of a replication group
|
3013
|
+
#
|
2998
3014
|
# * A node group (shard) that has Multi-AZ mode enabled
|
2999
3015
|
#
|
3000
3016
|
# * A cluster from a Redis (cluster mode enabled) replication group
|
@@ -3126,7 +3142,8 @@ module Aws::ElastiCache
|
|
3126
3142
|
end
|
3127
3143
|
|
3128
3144
|
# Deletes the specified cache parameter group. You cannot delete a cache
|
3129
|
-
# parameter group if it is associated with any cache clusters.
|
3145
|
+
# parameter group if it is associated with any cache clusters. You
|
3146
|
+
# cannot delete the default cache parameter groups in your account.
|
3130
3147
|
#
|
3131
3148
|
# @option params [required, String] :cache_parameter_group_name
|
3132
3149
|
# The name of the cache parameter group to delete.
|
@@ -3600,8 +3617,8 @@ module Aws::ElastiCache
|
|
3600
3617
|
req.send_request(options)
|
3601
3618
|
end
|
3602
3619
|
|
3603
|
-
# For Redis engine version 6.x onwards: Deletes a
|
3604
|
-
# group must first be disassociated from the
|
3620
|
+
# For Redis engine version 6.x onwards: Deletes a user group. The user
|
3621
|
+
# group must first be disassociated from the replication group before it
|
3605
3622
|
# can be deleted. For more information, see [Using Role Based Access
|
3606
3623
|
# Control (RBAC)][1].
|
3607
3624
|
#
|
@@ -6049,9 +6066,7 @@ module Aws::ElastiCache
|
|
6049
6066
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
6050
6067
|
# `cache.m6g.16xlarge`
|
6051
6068
|
#
|
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.
|
6069
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6055
6070
|
#
|
6056
6071
|
# </note>
|
6057
6072
|
#
|
@@ -6095,9 +6110,7 @@ module Aws::ElastiCache
|
|
6095
6110
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
6096
6111
|
# `cache.r6g.16xlarge`
|
6097
6112
|
#
|
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.
|
6113
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6101
6114
|
#
|
6102
6115
|
# </note>
|
6103
6116
|
#
|
@@ -6131,6 +6144,10 @@ module Aws::ElastiCache
|
|
6131
6144
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
6132
6145
|
# supported on Redis version 2.8.22 and later.
|
6133
6146
|
#
|
6147
|
+
#
|
6148
|
+
#
|
6149
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
6150
|
+
#
|
6134
6151
|
# @option params [String] :duration
|
6135
6152
|
# The duration filter value, specified in years or seconds. Use this
|
6136
6153
|
# parameter to show only reservations for this duration.
|
@@ -6252,9 +6269,7 @@ module Aws::ElastiCache
|
|
6252
6269
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
6253
6270
|
# `cache.m6g.16xlarge`
|
6254
6271
|
#
|
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.
|
6272
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6258
6273
|
#
|
6259
6274
|
# </note>
|
6260
6275
|
#
|
@@ -6298,9 +6313,7 @@ module Aws::ElastiCache
|
|
6298
6313
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
6299
6314
|
# `cache.r6g.16xlarge`
|
6300
6315
|
#
|
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.
|
6316
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
6304
6317
|
#
|
6305
6318
|
# </note>
|
6306
6319
|
#
|
@@ -6334,6 +6347,10 @@ module Aws::ElastiCache
|
|
6334
6347
|
# * Redis configuration variables `appendonly` and `appendfsync` are not
|
6335
6348
|
# supported on Redis version 2.8.22 and later.
|
6336
6349
|
#
|
6350
|
+
#
|
6351
|
+
#
|
6352
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
6353
|
+
#
|
6337
6354
|
# @option params [String] :duration
|
6338
6355
|
# Duration filter value, specified in years or seconds. Use this
|
6339
6356
|
# parameter to show only reservations for a given duration.
|
@@ -6349,7 +6366,7 @@ module Aws::ElastiCache
|
|
6349
6366
|
# available offerings matching the specified offering type.
|
6350
6367
|
#
|
6351
6368
|
# Valid Values: `"Light Utilization"|"Medium Utilization"|"Heavy
|
6352
|
-
# Utilization"`
|
6369
|
+
# Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"`
|
6353
6370
|
#
|
6354
6371
|
# @option params [Integer] :max_records
|
6355
6372
|
# The maximum number of records to include in the response. If more
|
@@ -7385,7 +7402,7 @@ module Aws::ElastiCache
|
|
7385
7402
|
req.send_request(options)
|
7386
7403
|
end
|
7387
7404
|
|
7388
|
-
# Dynamically increases the number of
|
7405
|
+
# Dynamically increases the number of replicas in a Redis (cluster mode
|
7389
7406
|
# disabled) replication group or the number of replica nodes in one or
|
7390
7407
|
# more node groups (shards) of a Redis (cluster mode enabled)
|
7391
7408
|
# replication group. This operation is performed with no cluster down
|
@@ -7963,7 +7980,7 @@ module Aws::ElastiCache
|
|
7963
7980
|
#
|
7964
7981
|
#
|
7965
7982
|
#
|
7966
|
-
# [1]:
|
7983
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
7967
7984
|
#
|
7968
7985
|
# @return [Types::ModifyCacheClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7969
7986
|
#
|
@@ -8284,6 +8301,11 @@ module Aws::ElastiCache
|
|
8284
8301
|
# The upgraded version of the cache engine to be run on the clusters in
|
8285
8302
|
# the Global Datastore.
|
8286
8303
|
#
|
8304
|
+
# @option params [String] :cache_parameter_group_name
|
8305
|
+
# The name of the cache parameter group to use with the Global
|
8306
|
+
# datastore. It must be compatible with the major engine version used by
|
8307
|
+
# the Global datastore.
|
8308
|
+
#
|
8287
8309
|
# @option params [String] :global_replication_group_description
|
8288
8310
|
# A description of the Global Datastore
|
8289
8311
|
#
|
@@ -8302,6 +8324,7 @@ module Aws::ElastiCache
|
|
8302
8324
|
# apply_immediately: false, # required
|
8303
8325
|
# cache_node_type: "String",
|
8304
8326
|
# engine_version: "String",
|
8327
|
+
# cache_parameter_group_name: "String",
|
8305
8328
|
# global_replication_group_description: "String",
|
8306
8329
|
# automatic_failover_enabled: false,
|
8307
8330
|
# })
|
@@ -8540,7 +8563,7 @@ module Aws::ElastiCache
|
|
8540
8563
|
#
|
8541
8564
|
#
|
8542
8565
|
#
|
8543
|
-
# [1]:
|
8566
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
8544
8567
|
#
|
8545
8568
|
# @option params [Array<String>] :user_group_ids_to_add
|
8546
8569
|
# A list of user group IDs.
|
@@ -8852,17 +8875,16 @@ module Aws::ElastiCache
|
|
8852
8875
|
# The ID of the user.
|
8853
8876
|
#
|
8854
8877
|
# @option params [String] :access_string
|
8855
|
-
# Access permissions string used for this user
|
8878
|
+
# Access permissions string used for this user.
|
8856
8879
|
#
|
8857
8880
|
# @option params [String] :append_access_string
|
8858
8881
|
# Adds additional user permissions to the access string.
|
8859
8882
|
#
|
8860
8883
|
# @option params [Array<String>] :passwords
|
8861
|
-
# The passwords belonging to the user
|
8862
|
-
# two.
|
8884
|
+
# The passwords belonging to the user. You are allowed up to two.
|
8863
8885
|
#
|
8864
8886
|
# @option params [Boolean] :no_password_required
|
8865
|
-
# Indicates no password is required for the user
|
8887
|
+
# Indicates no password is required for the user.
|
8866
8888
|
#
|
8867
8889
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8868
8890
|
#
|
@@ -8960,7 +8982,15 @@ module Aws::ElastiCache
|
|
8960
8982
|
req.send_request(options)
|
8961
8983
|
end
|
8962
8984
|
|
8963
|
-
# Allows you to purchase a reserved cache node offering.
|
8985
|
+
# Allows you to purchase a reserved cache node offering. Reserved nodes
|
8986
|
+
# are not eligible for cancellation and are non-refundable. For more
|
8987
|
+
# information, see [Managing Costs with Reserved Nodes][1] for Redis or
|
8988
|
+
# [Managing Costs with Reserved Nodes][2] for Memcached.
|
8989
|
+
#
|
8990
|
+
#
|
8991
|
+
#
|
8992
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/reserved-nodes.html
|
8993
|
+
# [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/reserved-nodes.html
|
8964
8994
|
#
|
8965
8995
|
# @option params [required, String] :reserved_cache_nodes_offering_id
|
8966
8996
|
# The ID of the reserved cache node offering to purchase.
|
@@ -9682,7 +9712,7 @@ module Aws::ElastiCache
|
|
9682
9712
|
params: params,
|
9683
9713
|
config: config)
|
9684
9714
|
context[:gem_name] = 'aws-sdk-elasticache'
|
9685
|
-
context[:gem_version] = '1.
|
9715
|
+
context[:gem_version] = '1.51.0'
|
9686
9716
|
Seahorse::Client::Request.new(handlers, context)
|
9687
9717
|
end
|
9688
9718
|
|
@@ -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
|
@@ -2140,7 +2139,7 @@ module Aws::ElastiCache
|
|
2140
2139
|
#
|
2141
2140
|
#
|
2142
2141
|
#
|
2143
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-
|
2142
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
|
2144
2143
|
# @return [String]
|
2145
2144
|
#
|
2146
2145
|
# @!attribute [rw] global_replication_group_description
|
@@ -2375,9 +2374,7 @@ module Aws::ElastiCache
|
|
2375
2374
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
2376
2375
|
# `cache.m6g.16xlarge`
|
2377
2376
|
#
|
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.
|
2377
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
2381
2378
|
#
|
2382
2379
|
# </note>
|
2383
2380
|
#
|
@@ -2421,9 +2418,7 @@ module Aws::ElastiCache
|
|
2421
2418
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
2422
2419
|
# `cache.r6g.16xlarge`
|
2423
2420
|
#
|
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.
|
2421
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
2427
2422
|
#
|
2428
2423
|
# </note>
|
2429
2424
|
#
|
@@ -2456,6 +2451,10 @@ module Aws::ElastiCache
|
|
2456
2451
|
#
|
2457
2452
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
2458
2453
|
# not supported on Redis version 2.8.22 and later.
|
2454
|
+
#
|
2455
|
+
#
|
2456
|
+
#
|
2457
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
2459
2458
|
# @return [String]
|
2460
2459
|
#
|
2461
2460
|
# @!attribute [rw] engine
|
@@ -2485,12 +2484,6 @@ module Aws::ElastiCache
|
|
2485
2484
|
# group. If this argument is omitted, the default cache parameter
|
2486
2485
|
# group for the specified engine is used.
|
2487
2486
|
#
|
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
2487
|
# If you are running Redis version 3.2.4 or later, only one node group
|
2495
2488
|
# (shard), and want to use a default parameter group, we recommend
|
2496
2489
|
# that you specify the parameter group by name.
|
@@ -2817,7 +2810,7 @@ module Aws::ElastiCache
|
|
2817
2810
|
# @return [String]
|
2818
2811
|
#
|
2819
2812
|
# @!attribute [rw] engine
|
2820
|
-
#
|
2813
|
+
# The current supported value is Redis.
|
2821
2814
|
# @return [String]
|
2822
2815
|
#
|
2823
2816
|
# @!attribute [rw] user_ids
|
@@ -2855,20 +2848,20 @@ module Aws::ElastiCache
|
|
2855
2848
|
# @return [String]
|
2856
2849
|
#
|
2857
2850
|
# @!attribute [rw] engine
|
2858
|
-
#
|
2851
|
+
# The current supported value is Redis.
|
2859
2852
|
# @return [String]
|
2860
2853
|
#
|
2861
2854
|
# @!attribute [rw] passwords
|
2862
|
-
# Passwords used for this user
|
2863
|
-
#
|
2855
|
+
# Passwords used for this user. You can create up to two passwords for
|
2856
|
+
# each user.
|
2864
2857
|
# @return [Array<String>]
|
2865
2858
|
#
|
2866
2859
|
# @!attribute [rw] access_string
|
2867
|
-
# Access permissions string used for this user
|
2860
|
+
# Access permissions string used for this user.
|
2868
2861
|
# @return [String]
|
2869
2862
|
#
|
2870
2863
|
# @!attribute [rw] no_password_required
|
2871
|
-
# Indicates a password is not required for this user
|
2864
|
+
# Indicates a password is not required for this user.
|
2872
2865
|
# @return [Boolean]
|
2873
2866
|
#
|
2874
2867
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserMessage AWS API Documentation
|
@@ -3981,9 +3974,7 @@ module Aws::ElastiCache
|
|
3981
3974
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
3982
3975
|
# `cache.m6g.16xlarge`
|
3983
3976
|
#
|
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.
|
3977
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
3987
3978
|
#
|
3988
3979
|
# </note>
|
3989
3980
|
#
|
@@ -4027,9 +4018,7 @@ module Aws::ElastiCache
|
|
4027
4018
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
4028
4019
|
# `cache.r6g.16xlarge`
|
4029
4020
|
#
|
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.
|
4021
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4033
4022
|
#
|
4034
4023
|
# </note>
|
4035
4024
|
#
|
@@ -4062,6 +4051,10 @@ module Aws::ElastiCache
|
|
4062
4051
|
#
|
4063
4052
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
4064
4053
|
# not supported on Redis version 2.8.22 and later.
|
4054
|
+
#
|
4055
|
+
#
|
4056
|
+
#
|
4057
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
4065
4058
|
# @return [String]
|
4066
4059
|
#
|
4067
4060
|
# @!attribute [rw] duration
|
@@ -4161,9 +4154,7 @@ module Aws::ElastiCache
|
|
4161
4154
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
4162
4155
|
# `cache.m6g.16xlarge`
|
4163
4156
|
#
|
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.
|
4157
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4167
4158
|
#
|
4168
4159
|
# </note>
|
4169
4160
|
#
|
@@ -4207,9 +4198,7 @@ module Aws::ElastiCache
|
|
4207
4198
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
4208
4199
|
# `cache.r6g.16xlarge`
|
4209
4200
|
#
|
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.
|
4201
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
4213
4202
|
#
|
4214
4203
|
# </note>
|
4215
4204
|
#
|
@@ -4242,6 +4231,10 @@ module Aws::ElastiCache
|
|
4242
4231
|
#
|
4243
4232
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
4244
4233
|
# not supported on Redis version 2.8.22 and later.
|
4234
|
+
#
|
4235
|
+
#
|
4236
|
+
#
|
4237
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
4245
4238
|
# @return [String]
|
4246
4239
|
#
|
4247
4240
|
# @!attribute [rw] duration
|
@@ -4262,7 +4255,7 @@ module Aws::ElastiCache
|
|
4262
4255
|
# available offerings matching the specified offering type.
|
4263
4256
|
#
|
4264
4257
|
# Valid Values: `"Light Utilization"|"Medium Utilization"|"Heavy
|
4265
|
-
# Utilization"`
|
4258
|
+
# Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"`
|
4266
4259
|
# @return [String]
|
4267
4260
|
#
|
4268
4261
|
# @!attribute [rw] max_records
|
@@ -5005,6 +4998,9 @@ module Aws::ElastiCache
|
|
5005
4998
|
# cluster is created. To enable in-transit encryption on a cluster you
|
5006
4999
|
# must set `TransitEncryptionEnabled` to true when you create a
|
5007
5000
|
# cluster.
|
5001
|
+
#
|
5002
|
+
# **Required:** Only available when creating a replication group in an
|
5003
|
+
# Amazon VPC using redis version `3.2.6`, `4.x` or later.
|
5008
5004
|
# @return [Boolean]
|
5009
5005
|
#
|
5010
5006
|
# @!attribute [rw] at_rest_encryption_enabled
|
@@ -5785,7 +5781,7 @@ module Aws::ElastiCache
|
|
5785
5781
|
#
|
5786
5782
|
#
|
5787
5783
|
#
|
5788
|
-
# [1]:
|
5784
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
5789
5785
|
# @return [String]
|
5790
5786
|
#
|
5791
5787
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
|
@@ -5924,6 +5920,7 @@ module Aws::ElastiCache
|
|
5924
5920
|
# apply_immediately: false, # required
|
5925
5921
|
# cache_node_type: "String",
|
5926
5922
|
# engine_version: "String",
|
5923
|
+
# cache_parameter_group_name: "String",
|
5927
5924
|
# global_replication_group_description: "String",
|
5928
5925
|
# automatic_failover_enabled: false,
|
5929
5926
|
# }
|
@@ -5949,6 +5946,12 @@ module Aws::ElastiCache
|
|
5949
5946
|
# in the Global Datastore.
|
5950
5947
|
# @return [String]
|
5951
5948
|
#
|
5949
|
+
# @!attribute [rw] cache_parameter_group_name
|
5950
|
+
# The name of the cache parameter group to use with the Global
|
5951
|
+
# datastore. It must be compatible with the major engine version used
|
5952
|
+
# by the Global datastore.
|
5953
|
+
# @return [String]
|
5954
|
+
#
|
5952
5955
|
# @!attribute [rw] global_replication_group_description
|
5953
5956
|
# A description of the Global Datastore
|
5954
5957
|
# @return [String]
|
@@ -5965,6 +5968,7 @@ module Aws::ElastiCache
|
|
5965
5968
|
:apply_immediately,
|
5966
5969
|
:cache_node_type,
|
5967
5970
|
:engine_version,
|
5971
|
+
:cache_parameter_group_name,
|
5968
5972
|
:global_replication_group_description,
|
5969
5973
|
:automatic_failover_enabled)
|
5970
5974
|
SENSITIVE = []
|
@@ -6231,7 +6235,7 @@ module Aws::ElastiCache
|
|
6231
6235
|
#
|
6232
6236
|
#
|
6233
6237
|
#
|
6234
|
-
# [1]:
|
6238
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
6235
6239
|
# @return [String]
|
6236
6240
|
#
|
6237
6241
|
# @!attribute [rw] user_group_ids_to_add
|
@@ -6433,7 +6437,7 @@ module Aws::ElastiCache
|
|
6433
6437
|
# @return [String]
|
6434
6438
|
#
|
6435
6439
|
# @!attribute [rw] access_string
|
6436
|
-
# Access permissions string used for this user
|
6440
|
+
# Access permissions string used for this user.
|
6437
6441
|
# @return [String]
|
6438
6442
|
#
|
6439
6443
|
# @!attribute [rw] append_access_string
|
@@ -6441,12 +6445,11 @@ module Aws::ElastiCache
|
|
6441
6445
|
# @return [String]
|
6442
6446
|
#
|
6443
6447
|
# @!attribute [rw] passwords
|
6444
|
-
# The passwords belonging to the user
|
6445
|
-
# two.
|
6448
|
+
# The passwords belonging to the user. You are allowed up to two.
|
6446
6449
|
# @return [Array<String>]
|
6447
6450
|
#
|
6448
6451
|
# @!attribute [rw] no_password_required
|
6449
|
-
# Indicates no password is required for the user
|
6452
|
+
# Indicates no password is required for the user.
|
6450
6453
|
# @return [Boolean]
|
6451
6454
|
#
|
6452
6455
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
|
@@ -6560,7 +6563,7 @@ module Aws::ElastiCache
|
|
6560
6563
|
# @return [Array<String>]
|
6561
6564
|
#
|
6562
6565
|
# @!attribute [rw] primary_outpost_arn
|
6563
|
-
# The
|
6566
|
+
# The outpost ARN of the primary node.
|
6564
6567
|
# @return [String]
|
6565
6568
|
#
|
6566
6569
|
# @!attribute [rw] replica_outpost_arns
|
@@ -7502,9 +7505,7 @@ module Aws::ElastiCache
|
|
7502
7505
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
7503
7506
|
# `cache.m6g.16xlarge`
|
7504
7507
|
#
|
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.
|
7508
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7508
7509
|
#
|
7509
7510
|
# </note>
|
7510
7511
|
#
|
@@ -7548,9 +7549,7 @@ module Aws::ElastiCache
|
|
7548
7549
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
7549
7550
|
# `cache.r6g.16xlarge`
|
7550
7551
|
#
|
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.
|
7552
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7554
7553
|
#
|
7555
7554
|
# </note>
|
7556
7555
|
#
|
@@ -7583,6 +7582,10 @@ module Aws::ElastiCache
|
|
7583
7582
|
#
|
7584
7583
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
7585
7584
|
# not supported on Redis version 2.8.22 and later.
|
7585
|
+
#
|
7586
|
+
#
|
7587
|
+
#
|
7588
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
7586
7589
|
# @return [String]
|
7587
7590
|
#
|
7588
7591
|
# @!attribute [rw] start_time
|
@@ -7712,9 +7715,7 @@ module Aws::ElastiCache
|
|
7712
7715
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
7713
7716
|
# `cache.m6g.16xlarge`
|
7714
7717
|
#
|
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.
|
7718
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7718
7719
|
#
|
7719
7720
|
# </note>
|
7720
7721
|
#
|
@@ -7758,9 +7759,7 @@ module Aws::ElastiCache
|
|
7758
7759
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
7759
7760
|
# `cache.r6g.16xlarge`
|
7760
7761
|
#
|
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.
|
7762
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
7764
7763
|
#
|
7765
7764
|
# </note>
|
7766
7765
|
#
|
@@ -7793,6 +7792,10 @@ module Aws::ElastiCache
|
|
7793
7792
|
#
|
7794
7793
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
7795
7794
|
# not supported on Redis version 2.8.22 and later.
|
7795
|
+
#
|
7796
|
+
#
|
7797
|
+
#
|
7798
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
7796
7799
|
# @return [String]
|
7797
7800
|
#
|
7798
7801
|
# @!attribute [rw] duration
|
@@ -8199,9 +8202,7 @@ module Aws::ElastiCache
|
|
8199
8202
|
# `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
|
8200
8203
|
# `cache.m6g.16xlarge`
|
8201
8204
|
#
|
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.
|
8205
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
8205
8206
|
#
|
8206
8207
|
# </note>
|
8207
8208
|
#
|
@@ -8245,9 +8246,7 @@ module Aws::ElastiCache
|
|
8245
8246
|
# `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
|
8246
8247
|
# `cache.r6g.16xlarge`
|
8247
8248
|
#
|
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.
|
8249
|
+
# <note markdown="1"> For region availability, see [Supported Node Types][1]
|
8251
8250
|
#
|
8252
8251
|
# </note>
|
8253
8252
|
#
|
@@ -8280,6 +8279,10 @@ module Aws::ElastiCache
|
|
8280
8279
|
#
|
8281
8280
|
# * Redis configuration variables `appendonly` and `appendfsync` are
|
8282
8281
|
# not supported on Redis version 2.8.22 and later.
|
8282
|
+
#
|
8283
|
+
#
|
8284
|
+
#
|
8285
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
|
8283
8286
|
# @return [String]
|
8284
8287
|
#
|
8285
8288
|
# @!attribute [rw] engine
|
@@ -8899,11 +8902,11 @@ module Aws::ElastiCache
|
|
8899
8902
|
# @return [String]
|
8900
8903
|
#
|
8901
8904
|
# @!attribute [rw] engine
|
8902
|
-
#
|
8905
|
+
# The current supported value is Redis.
|
8903
8906
|
# @return [String]
|
8904
8907
|
#
|
8905
8908
|
# @!attribute [rw] access_string
|
8906
|
-
# Access permissions string used for this user
|
8909
|
+
# Access permissions string used for this user.
|
8907
8910
|
# @return [String]
|
8908
8911
|
#
|
8909
8912
|
# @!attribute [rw] user_group_ids
|
@@ -8915,7 +8918,7 @@ module Aws::ElastiCache
|
|
8915
8918
|
# @return [Types::Authentication]
|
8916
8919
|
#
|
8917
8920
|
# @!attribute [rw] arn
|
8918
|
-
# The Amazon Resource Name (ARN) of the user
|
8921
|
+
# The Amazon Resource Name (ARN) of the user.
|
8919
8922
|
# @return [String]
|
8920
8923
|
#
|
8921
8924
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/User AWS API Documentation
|
@@ -8949,7 +8952,7 @@ module Aws::ElastiCache
|
|
8949
8952
|
# @return [String]
|
8950
8953
|
#
|
8951
8954
|
# @!attribute [rw] engine
|
8952
|
-
#
|
8955
|
+
# The current supported value is Redis.
|
8953
8956
|
# @return [String]
|
8954
8957
|
#
|
8955
8958
|
# @!attribute [rw] user_ids
|
@@ -8997,7 +9000,7 @@ module Aws::ElastiCache
|
|
8997
9000
|
# Returns the updates being applied to the user group.
|
8998
9001
|
#
|
8999
9002
|
# @!attribute [rw] user_ids_to_remove
|
9000
|
-
# The list of user
|
9003
|
+
# The list of user IDs to remove.
|
9001
9004
|
# @return [Array<String>]
|
9002
9005
|
#
|
9003
9006
|
# @!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.51.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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|