aws-sdk-elasticache 1.49.0 → 1.54.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.54.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticache/customizations'
49
49
  # @!group service
50
50
  module Aws::ElastiCache
51
51
 
52
- GEM_VERSION = '1.49.0'
52
+ GEM_VERSION = '1.54.0'
53
53
 
54
54
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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"> At this time, M6g node types are available in the following
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"> At this time, R6g node types are available in the following
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
  #
@@ -1792,19 +1769,32 @@ module Aws::ElastiCache
1792
1769
  # others are read-only replicas. Writes to the primary are
1793
1770
  # asynchronously propagated to the replicas.
1794
1771
  #
1795
- # A Redis (cluster mode enabled) replication group is a collection of 1
1796
- # to 90 node groups (shards). Each node group (shard) has one read/write
1797
- # primary node and up to 5 read-only replica nodes. Writes to the
1798
- # primary are asynchronously propagated to the replicas. Redis (cluster
1799
- # mode enabled) replication groups partition the data across node groups
1800
- # (shards).
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**.
1801
1791
  #
1802
1792
  # When a Redis (cluster mode disabled) replication group has been
1803
1793
  # successfully created, you can add one or more read replicas to it, up
1804
1794
  # to a total of 5 read replicas. If you need to increase or decrease the
1805
1795
  # number of node groups (console: shards), you can avail yourself of
1806
1796
  # ElastiCache for Redis' scaling. For more information, see [Scaling
1807
- # ElastiCache for Redis Clusters][1] in the *ElastiCache User Guide*.
1797
+ # ElastiCache for Redis Clusters][3] in the *ElastiCache User Guide*.
1808
1798
  #
1809
1799
  # <note markdown="1"> This operation is valid for Redis only.
1810
1800
  #
@@ -1812,7 +1802,9 @@ module Aws::ElastiCache
1812
1802
  #
1813
1803
  #
1814
1804
  #
1815
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.html
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
1816
1808
  #
1817
1809
  # @option params [required, String] :replication_group_id
1818
1810
  # The replication group identifier. This parameter is stored as a
@@ -1938,9 +1930,7 @@ module Aws::ElastiCache
1938
1930
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
1939
1931
  # `cache.m6g.16xlarge`
1940
1932
  #
1941
- # <note markdown="1"> At this time, M6g node types are available in the following
1942
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
1943
- # and ap-northeast-1.
1933
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
1944
1934
  #
1945
1935
  # </note>
1946
1936
  #
@@ -1984,9 +1974,7 @@ module Aws::ElastiCache
1984
1974
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
1985
1975
  # `cache.r6g.16xlarge`
1986
1976
  #
1987
- # <note markdown="1"> At this time, R6g node types are available in the following
1988
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
1989
- # and ap-northeast-1.
1977
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
1990
1978
  #
1991
1979
  # </note>
1992
1980
  #
@@ -2020,9 +2008,13 @@ module Aws::ElastiCache
2020
2008
  # * Redis configuration variables `appendonly` and `appendfsync` are not
2021
2009
  # supported on Redis version 2.8.22 and later.
2022
2010
  #
2011
+ #
2012
+ #
2013
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
2014
+ #
2023
2015
  # @option params [String] :engine
2024
2016
  # The name of the cache engine to be used for the clusters in this
2025
- # replication group.
2017
+ # replication group. Must be Redis.
2026
2018
  #
2027
2019
  # @option params [String] :engine_version
2028
2020
  # The version number of the cache engine to be used for the clusters in
@@ -2045,12 +2037,6 @@ module Aws::ElastiCache
2045
2037
  # group. If this argument is omitted, the default cache parameter group
2046
2038
  # for the specified engine is used.
2047
2039
  #
2048
- # <note markdown="1"> If you are restoring to an engine version that is different than the
2049
- # original, you must specify the default version of that version. For
2050
- # example, `CacheParameterGroupName=default.redis4.0`.
2051
- #
2052
- # </note>
2053
- #
2054
2040
  # If you are running Redis version 3.2.4 or later, only one node group
2055
2041
  # (shard), and want to use a default parameter group, we recommend that
2056
2042
  # you specify the parameter group by name.
@@ -2996,8 +2982,12 @@ module Aws::ElastiCache
2996
2982
  #
2997
2983
  # * Redis (cluster mode enabled) clusters
2998
2984
  #
2985
+ # * Redis (cluster mode disabled) clusters
2986
+ #
2999
2987
  # * A cluster that is the last read replica of a replication group
3000
2988
  #
2989
+ # * A cluster that is the primary node of a replication group
2990
+ #
3001
2991
  # * A node group (shard) that has Multi-AZ mode enabled
3002
2992
  #
3003
2993
  # * A cluster from a Redis (cluster mode enabled) replication group
@@ -3129,7 +3119,8 @@ module Aws::ElastiCache
3129
3119
  end
3130
3120
 
3131
3121
  # Deletes the specified cache parameter group. You cannot delete a cache
3132
- # 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.
3133
3124
  #
3134
3125
  # @option params [required, String] :cache_parameter_group_name
3135
3126
  # The name of the cache parameter group to delete.
@@ -3207,8 +3198,8 @@ module Aws::ElastiCache
3207
3198
 
3208
3199
  # Deletes a cache subnet group.
3209
3200
  #
3210
- # <note markdown="1"> You cannot delete a cache subnet group if it is associated with any
3211
- # clusters.
3201
+ # <note markdown="1"> You cannot delete a default cache subnet group or one that is
3202
+ # associated with any clusters.
3212
3203
  #
3213
3204
  # </note>
3214
3205
  #
@@ -3603,8 +3594,8 @@ module Aws::ElastiCache
3603
3594
  req.send_request(options)
3604
3595
  end
3605
3596
 
3606
- # For Redis engine version 6.x onwards: Deletes a ser group. The user
3607
- # group must first be disassociated from the replcation group before it
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
3608
3599
  # can be deleted. For more information, see [Using Role Based Access
3609
3600
  # Control (RBAC)][1].
3610
3601
  #
@@ -6052,9 +6043,7 @@ module Aws::ElastiCache
6052
6043
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
6053
6044
  # `cache.m6g.16xlarge`
6054
6045
  #
6055
- # <note markdown="1"> At this time, M6g node types are available in the following
6056
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
6057
- # and ap-northeast-1.
6046
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
6058
6047
  #
6059
6048
  # </note>
6060
6049
  #
@@ -6098,9 +6087,7 @@ module Aws::ElastiCache
6098
6087
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
6099
6088
  # `cache.r6g.16xlarge`
6100
6089
  #
6101
- # <note markdown="1"> At this time, R6g node types are available in the following
6102
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
6103
- # and ap-northeast-1.
6090
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
6104
6091
  #
6105
6092
  # </note>
6106
6093
  #
@@ -6134,6 +6121,10 @@ module Aws::ElastiCache
6134
6121
  # * Redis configuration variables `appendonly` and `appendfsync` are not
6135
6122
  # supported on Redis version 2.8.22 and later.
6136
6123
  #
6124
+ #
6125
+ #
6126
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
6127
+ #
6137
6128
  # @option params [String] :duration
6138
6129
  # The duration filter value, specified in years or seconds. Use this
6139
6130
  # parameter to show only reservations for this duration.
@@ -6255,9 +6246,7 @@ module Aws::ElastiCache
6255
6246
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
6256
6247
  # `cache.m6g.16xlarge`
6257
6248
  #
6258
- # <note markdown="1"> At this time, M6g node types are available in the following
6259
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
6260
- # and ap-northeast-1.
6249
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
6261
6250
  #
6262
6251
  # </note>
6263
6252
  #
@@ -6301,9 +6290,7 @@ module Aws::ElastiCache
6301
6290
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
6302
6291
  # `cache.r6g.16xlarge`
6303
6292
  #
6304
- # <note markdown="1"> At this time, R6g node types are available in the following
6305
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
6306
- # and ap-northeast-1.
6293
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
6307
6294
  #
6308
6295
  # </note>
6309
6296
  #
@@ -6337,6 +6324,10 @@ module Aws::ElastiCache
6337
6324
  # * Redis configuration variables `appendonly` and `appendfsync` are not
6338
6325
  # supported on Redis version 2.8.22 and later.
6339
6326
  #
6327
+ #
6328
+ #
6329
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
6330
+ #
6340
6331
  # @option params [String] :duration
6341
6332
  # Duration filter value, specified in years or seconds. Use this
6342
6333
  # parameter to show only reservations for a given duration.
@@ -7388,7 +7379,7 @@ module Aws::ElastiCache
7388
7379
  req.send_request(options)
7389
7380
  end
7390
7381
 
7391
- # Dynamically increases the number of replics in a Redis (cluster mode
7382
+ # Dynamically increases the number of replicas in a Redis (cluster mode
7392
7383
  # disabled) replication group or the number of replica nodes in one or
7393
7384
  # more node groups (shards) of a Redis (cluster mode enabled)
7394
7385
  # replication group. This operation is performed with no cluster down
@@ -8287,6 +8278,11 @@ module Aws::ElastiCache
8287
8278
  # The upgraded version of the cache engine to be run on the clusters in
8288
8279
  # the Global Datastore.
8289
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
+ #
8290
8286
  # @option params [String] :global_replication_group_description
8291
8287
  # A description of the Global Datastore
8292
8288
  #
@@ -8305,6 +8301,7 @@ module Aws::ElastiCache
8305
8301
  # apply_immediately: false, # required
8306
8302
  # cache_node_type: "String",
8307
8303
  # engine_version: "String",
8304
+ # cache_parameter_group_name: "String",
8308
8305
  # global_replication_group_description: "String",
8309
8306
  # automatic_failover_enabled: false,
8310
8307
  # })
@@ -8723,7 +8720,7 @@ module Aws::ElastiCache
8723
8720
 
8724
8721
  # Modifies a replication group's shards (node groups) by allowing you
8725
8722
  # to add shards, remove shards, or rebalance the keyspaces among
8726
- # exisiting shards.
8723
+ # existing shards.
8727
8724
  #
8728
8725
  # @option params [required, String] :replication_group_id
8729
8726
  # The name of the Redis (cluster mode enabled) cluster (replication
@@ -8962,7 +8959,15 @@ module Aws::ElastiCache
8962
8959
  req.send_request(options)
8963
8960
  end
8964
8961
 
8965
- # 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
8966
8971
  #
8967
8972
  # @option params [required, String] :reserved_cache_nodes_offering_id
8968
8973
  # The ID of the reserved cache node offering to purchase.
@@ -9684,7 +9689,7 @@ module Aws::ElastiCache
9684
9689
  params: params,
9685
9690
  config: config)
9686
9691
  context[:gem_name] = 'aws-sdk-elasticache'
9687
- context[:gem_version] = '1.49.0'
9692
+ context[:gem_version] = '1.54.0'
9688
9693
  Seahorse::Client::Request.new(handlers, context)
9689
9694
  end
9690
9695
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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, if Automatic
265
- # Discovery is enabled on the cluster, can be used by an application
266
- # to connect to any node in the cluster. The configuration endpoint
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"> At this time, M6g node types are available in the following
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"> At this time, R6g node types are available in the following
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"> At this time, M6g node types are available in the following
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"> At this time, R6g node types are available in the following
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"> At this time, M6g node types are available in the following
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"> At this time, R6g node types are available in the following
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"> At this time, M6g node types are available in the following
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"> At this time, R6g node types are available in the following
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.
@@ -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"> At this time, M6g node types are available in the following
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"> At this time, R6g node types are available in the following
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"> At this time, M6g node types are available in the following
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"> At this time, R6g node types are available in the following
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
@@ -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 = []
@@ -7501,9 +7482,7 @@ module Aws::ElastiCache
7501
7482
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
7502
7483
  # `cache.m6g.16xlarge`
7503
7484
  #
7504
- # <note markdown="1"> At this time, M6g node types are available in the following
7505
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
7506
- # eu-west-1 and ap-northeast-1.
7485
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
7507
7486
  #
7508
7487
  # </note>
7509
7488
  #
@@ -7547,9 +7526,7 @@ module Aws::ElastiCache
7547
7526
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
7548
7527
  # `cache.r6g.16xlarge`
7549
7528
  #
7550
- # <note markdown="1"> At this time, R6g node types are available in the following
7551
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
7552
- # eu-west-1 and ap-northeast-1.
7529
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
7553
7530
  #
7554
7531
  # </note>
7555
7532
  #
@@ -7582,6 +7559,10 @@ module Aws::ElastiCache
7582
7559
  #
7583
7560
  # * Redis configuration variables `appendonly` and `appendfsync` are
7584
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
7585
7566
  # @return [String]
7586
7567
  #
7587
7568
  # @!attribute [rw] start_time
@@ -7711,9 +7692,7 @@ module Aws::ElastiCache
7711
7692
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
7712
7693
  # `cache.m6g.16xlarge`
7713
7694
  #
7714
- # <note markdown="1"> At this time, M6g node types are available in the following
7715
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
7716
- # eu-west-1 and ap-northeast-1.
7695
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
7717
7696
  #
7718
7697
  # </note>
7719
7698
  #
@@ -7757,9 +7736,7 @@ module Aws::ElastiCache
7757
7736
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
7758
7737
  # `cache.r6g.16xlarge`
7759
7738
  #
7760
- # <note markdown="1"> At this time, R6g node types are available in the following
7761
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
7762
- # eu-west-1 and ap-northeast-1.
7739
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
7763
7740
  #
7764
7741
  # </note>
7765
7742
  #
@@ -7792,6 +7769,10 @@ module Aws::ElastiCache
7792
7769
  #
7793
7770
  # * Redis configuration variables `appendonly` and `appendfsync` are
7794
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
7795
7776
  # @return [String]
7796
7777
  #
7797
7778
  # @!attribute [rw] duration
@@ -8198,9 +8179,7 @@ module Aws::ElastiCache
8198
8179
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
8199
8180
  # `cache.m6g.16xlarge`
8200
8181
  #
8201
- # <note markdown="1"> At this time, M6g node types are available in the following
8202
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
8203
- # eu-west-1 and ap-northeast-1.
8182
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
8204
8183
  #
8205
8184
  # </note>
8206
8185
  #
@@ -8244,9 +8223,7 @@ module Aws::ElastiCache
8244
8223
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
8245
8224
  # `cache.r6g.16xlarge`
8246
8225
  #
8247
- # <note markdown="1"> At this time, R6g node types are available in the following
8248
- # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
8249
- # eu-west-1 and ap-northeast-1.
8226
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
8250
8227
  #
8251
8228
  # </note>
8252
8229
  #
@@ -8279,6 +8256,10 @@ module Aws::ElastiCache
8279
8256
  #
8280
8257
  # * Redis configuration variables `appendonly` and `appendfsync` are
8281
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
8282
8263
  # @return [String]
8283
8264
  #
8284
8265
  # @!attribute [rw] engine