aws-sdk-elasticache 1.49.0 → 1.50.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e4fe870fd6deea31cb5f22fb5d9ff49de964db3f2eb4c6eccd765a112289614
4
- data.tar.gz: 5fe7ba216fb78adf079fb856a6d8ae683559c0651d6dc573b62a82e0bf9692ea
3
+ metadata.gz: 12f4310ac93ef6703bb0e3d6dfb079793686939d6f3b49b0121892523af2d2b7
4
+ data.tar.gz: 8a2e3363208c5b09ec389633c41b1b48305a9993c036de7c58673a4d88c04c0e
5
5
  SHA512:
6
- metadata.gz: 6ed06acabc7b32be1f4ba27213c26b7d582581fe0c2e10e3be60d1774f684d897644e06c4909a31691e8b64cff323e17a813c34acb6e58c69f38baac93104568
7
- data.tar.gz: 24fd2b8a880d9fdf19c8376de1ea2bb120f6fd311e296d26992c48e16a1c295c134f5250ad1993e181cd36ccbd1d0c936865a71bbe349f3da5df05d691ac17cc
6
+ metadata.gz: f2b3ee76f7a0fc39d82b90a50411022ebdddafb082e7c83693fc720f5a28f7403edbe4f355c266fec516ee57fad1122f8930d70ab3dc719c4ddd1229bc64f1d9
7
+ data.tar.gz: ee0dd61bf6868b903a24ce5a6f8c0ef750a3bc7ba3f307f843bb1ae48a72bbd2cfada1170ef00de52338e0701dee3e55b5e7bf70ee8ff47289585fada7850e6c
@@ -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.50.0'
53
53
 
54
54
  end
@@ -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
  #
@@ -1938,9 +1938,7 @@ module Aws::ElastiCache
1938
1938
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
1939
1939
  # `cache.m6g.16xlarge`
1940
1940
  #
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.
1941
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
1944
1942
  #
1945
1943
  # </note>
1946
1944
  #
@@ -1984,9 +1982,7 @@ module Aws::ElastiCache
1984
1982
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
1985
1983
  # `cache.r6g.16xlarge`
1986
1984
  #
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.
1985
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
1990
1986
  #
1991
1987
  # </note>
1992
1988
  #
@@ -2020,6 +2016,10 @@ module Aws::ElastiCache
2020
2016
  # * Redis configuration variables `appendonly` and `appendfsync` are not
2021
2017
  # supported on Redis version 2.8.22 and later.
2022
2018
  #
2019
+ #
2020
+ #
2021
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
2022
+ #
2023
2023
  # @option params [String] :engine
2024
2024
  # The name of the cache engine to be used for the clusters in this
2025
2025
  # replication group.
@@ -2996,8 +2996,12 @@ module Aws::ElastiCache
2996
2996
  #
2997
2997
  # * Redis (cluster mode enabled) clusters
2998
2998
  #
2999
+ # * Redis (cluster mode disabled) clusters
3000
+ #
2999
3001
  # * A cluster that is the last read replica of a replication group
3000
3002
  #
3003
+ # * A cluster that is the primary node of a replication group
3004
+ #
3001
3005
  # * A node group (shard) that has Multi-AZ mode enabled
3002
3006
  #
3003
3007
  # * A cluster from a Redis (cluster mode enabled) replication group
@@ -3129,7 +3133,8 @@ module Aws::ElastiCache
3129
3133
  end
3130
3134
 
3131
3135
  # Deletes the specified cache parameter group. You cannot delete a cache
3132
- # parameter group if it is associated with any cache clusters.
3136
+ # parameter group if it is associated with any cache clusters. You
3137
+ # cannot delete the default cache parameter groups in your account.
3133
3138
  #
3134
3139
  # @option params [required, String] :cache_parameter_group_name
3135
3140
  # The name of the cache parameter group to delete.
@@ -6052,9 +6057,7 @@ module Aws::ElastiCache
6052
6057
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
6053
6058
  # `cache.m6g.16xlarge`
6054
6059
  #
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.
6060
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
6058
6061
  #
6059
6062
  # </note>
6060
6063
  #
@@ -6098,9 +6101,7 @@ module Aws::ElastiCache
6098
6101
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
6099
6102
  # `cache.r6g.16xlarge`
6100
6103
  #
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.
6104
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
6104
6105
  #
6105
6106
  # </note>
6106
6107
  #
@@ -6134,6 +6135,10 @@ module Aws::ElastiCache
6134
6135
  # * Redis configuration variables `appendonly` and `appendfsync` are not
6135
6136
  # supported on Redis version 2.8.22 and later.
6136
6137
  #
6138
+ #
6139
+ #
6140
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
6141
+ #
6137
6142
  # @option params [String] :duration
6138
6143
  # The duration filter value, specified in years or seconds. Use this
6139
6144
  # parameter to show only reservations for this duration.
@@ -6255,9 +6260,7 @@ module Aws::ElastiCache
6255
6260
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
6256
6261
  # `cache.m6g.16xlarge`
6257
6262
  #
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.
6263
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
6261
6264
  #
6262
6265
  # </note>
6263
6266
  #
@@ -6301,9 +6304,7 @@ module Aws::ElastiCache
6301
6304
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
6302
6305
  # `cache.r6g.16xlarge`
6303
6306
  #
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.
6307
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
6307
6308
  #
6308
6309
  # </note>
6309
6310
  #
@@ -6337,6 +6338,10 @@ module Aws::ElastiCache
6337
6338
  # * Redis configuration variables `appendonly` and `appendfsync` are not
6338
6339
  # supported on Redis version 2.8.22 and later.
6339
6340
  #
6341
+ #
6342
+ #
6343
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
6344
+ #
6340
6345
  # @option params [String] :duration
6341
6346
  # Duration filter value, specified in years or seconds. Use this
6342
6347
  # parameter to show only reservations for a given duration.
@@ -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.50.0'
9688
9693
  Seahorse::Client::Request.new(handlers, context)
9689
9694
  end
9690
9695
 
@@ -294,9 +294,7 @@ module Aws::ElastiCache
294
294
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
295
295
  # `cache.m6g.16xlarge`
296
296
  #
297
- # <note markdown="1"> 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.
297
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
300
298
  #
301
299
  # </note>
302
300
  #
@@ -340,9 +338,7 @@ module Aws::ElastiCache
340
338
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
341
339
  # `cache.r6g.16xlarge`
342
340
  #
343
- # <note markdown="1"> 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.
341
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
346
342
  #
347
343
  # </note>
348
344
  #
@@ -375,6 +371,10 @@ module Aws::ElastiCache
375
371
  #
376
372
  # * Redis configuration variables `appendonly` and `appendfsync` are
377
373
  # not supported on Redis version 2.8.22 and later.
374
+ #
375
+ #
376
+ #
377
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
378
378
  # @return [String]
379
379
  #
380
380
  # @!attribute [rw] engine
@@ -686,9 +686,7 @@ module Aws::ElastiCache
686
686
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
687
687
  # `cache.m6g.16xlarge`
688
688
  #
689
- # <note markdown="1"> 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.
689
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
692
690
  #
693
691
  # </note>
694
692
  #
@@ -732,9 +730,7 @@ module Aws::ElastiCache
732
730
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
733
731
  # `cache.r6g.16xlarge`
734
732
  #
735
- # <note markdown="1"> 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.
733
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
738
734
  #
739
735
  # </note>
740
736
  #
@@ -768,6 +764,10 @@ module Aws::ElastiCache
768
764
  # * Redis configuration variables `appendonly` and `appendfsync` are not
769
765
  # supported on Redis version 2.8.22 and later.
770
766
  #
767
+ #
768
+ #
769
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
770
+ #
771
771
  # @!attribute [rw] cache_node_id
772
772
  # The cache node identifier. A node ID is a numeric identifier (0001,
773
773
  # 0002, etc.). The combination of cluster ID and node ID uniquely
@@ -1635,9 +1635,7 @@ module Aws::ElastiCache
1635
1635
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
1636
1636
  # `cache.m6g.16xlarge`
1637
1637
  #
1638
- # <note markdown="1"> 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.
1638
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
1641
1639
  #
1642
1640
  # </note>
1643
1641
  #
@@ -1681,9 +1679,7 @@ module Aws::ElastiCache
1681
1679
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
1682
1680
  # `cache.r6g.16xlarge`
1683
1681
  #
1684
- # <note markdown="1"> 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.
1682
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
1687
1683
  #
1688
1684
  # </note>
1689
1685
  #
@@ -1716,6 +1712,10 @@ module Aws::ElastiCache
1716
1712
  #
1717
1713
  # * Redis configuration variables `appendonly` and `appendfsync` are
1718
1714
  # not supported on Redis version 2.8.22 and later.
1715
+ #
1716
+ #
1717
+ #
1718
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
1719
1719
  # @return [String]
1720
1720
  #
1721
1721
  # @!attribute [rw] engine
@@ -2375,9 +2375,7 @@ module Aws::ElastiCache
2375
2375
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
2376
2376
  # `cache.m6g.16xlarge`
2377
2377
  #
2378
- # <note markdown="1"> 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.
2378
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
2381
2379
  #
2382
2380
  # </note>
2383
2381
  #
@@ -2421,9 +2419,7 @@ module Aws::ElastiCache
2421
2419
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
2422
2420
  # `cache.r6g.16xlarge`
2423
2421
  #
2424
- # <note markdown="1"> 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.
2422
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
2427
2423
  #
2428
2424
  # </note>
2429
2425
  #
@@ -2456,6 +2452,10 @@ module Aws::ElastiCache
2456
2452
  #
2457
2453
  # * Redis configuration variables `appendonly` and `appendfsync` are
2458
2454
  # not supported on Redis version 2.8.22 and later.
2455
+ #
2456
+ #
2457
+ #
2458
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
2459
2459
  # @return [String]
2460
2460
  #
2461
2461
  # @!attribute [rw] engine
@@ -3981,9 +3981,7 @@ module Aws::ElastiCache
3981
3981
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
3982
3982
  # `cache.m6g.16xlarge`
3983
3983
  #
3984
- # <note markdown="1"> 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.
3984
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
3987
3985
  #
3988
3986
  # </note>
3989
3987
  #
@@ -4027,9 +4025,7 @@ module Aws::ElastiCache
4027
4025
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
4028
4026
  # `cache.r6g.16xlarge`
4029
4027
  #
4030
- # <note markdown="1"> 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.
4028
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
4033
4029
  #
4034
4030
  # </note>
4035
4031
  #
@@ -4062,6 +4058,10 @@ module Aws::ElastiCache
4062
4058
  #
4063
4059
  # * Redis configuration variables `appendonly` and `appendfsync` are
4064
4060
  # not supported on Redis version 2.8.22 and later.
4061
+ #
4062
+ #
4063
+ #
4064
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
4065
4065
  # @return [String]
4066
4066
  #
4067
4067
  # @!attribute [rw] duration
@@ -4161,9 +4161,7 @@ module Aws::ElastiCache
4161
4161
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
4162
4162
  # `cache.m6g.16xlarge`
4163
4163
  #
4164
- # <note markdown="1"> 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.
4164
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
4167
4165
  #
4168
4166
  # </note>
4169
4167
  #
@@ -4207,9 +4205,7 @@ module Aws::ElastiCache
4207
4205
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
4208
4206
  # `cache.r6g.16xlarge`
4209
4207
  #
4210
- # <note markdown="1"> 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.
4208
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
4213
4209
  #
4214
4210
  # </note>
4215
4211
  #
@@ -4242,6 +4238,10 @@ module Aws::ElastiCache
4242
4238
  #
4243
4239
  # * Redis configuration variables `appendonly` and `appendfsync` are
4244
4240
  # not supported on Redis version 2.8.22 and later.
4241
+ #
4242
+ #
4243
+ #
4244
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
4245
4245
  # @return [String]
4246
4246
  #
4247
4247
  # @!attribute [rw] duration
@@ -5005,6 +5005,9 @@ module Aws::ElastiCache
5005
5005
  # cluster is created. To enable in-transit encryption on a cluster you
5006
5006
  # must set `TransitEncryptionEnabled` to true when you create a
5007
5007
  # cluster.
5008
+ #
5009
+ # **Required:** Only available when creating a replication group in an
5010
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
5008
5011
  # @return [Boolean]
5009
5012
  #
5010
5013
  # @!attribute [rw] at_rest_encryption_enabled
@@ -7501,9 +7504,7 @@ module Aws::ElastiCache
7501
7504
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
7502
7505
  # `cache.m6g.16xlarge`
7503
7506
  #
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.
7507
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
7507
7508
  #
7508
7509
  # </note>
7509
7510
  #
@@ -7547,9 +7548,7 @@ module Aws::ElastiCache
7547
7548
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
7548
7549
  # `cache.r6g.16xlarge`
7549
7550
  #
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.
7551
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
7553
7552
  #
7554
7553
  # </note>
7555
7554
  #
@@ -7582,6 +7581,10 @@ module Aws::ElastiCache
7582
7581
  #
7583
7582
  # * Redis configuration variables `appendonly` and `appendfsync` are
7584
7583
  # not supported on Redis version 2.8.22 and later.
7584
+ #
7585
+ #
7586
+ #
7587
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
7585
7588
  # @return [String]
7586
7589
  #
7587
7590
  # @!attribute [rw] start_time
@@ -7711,9 +7714,7 @@ module Aws::ElastiCache
7711
7714
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
7712
7715
  # `cache.m6g.16xlarge`
7713
7716
  #
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.
7717
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
7717
7718
  #
7718
7719
  # </note>
7719
7720
  #
@@ -7757,9 +7758,7 @@ module Aws::ElastiCache
7757
7758
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
7758
7759
  # `cache.r6g.16xlarge`
7759
7760
  #
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.
7761
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
7763
7762
  #
7764
7763
  # </note>
7765
7764
  #
@@ -7792,6 +7791,10 @@ module Aws::ElastiCache
7792
7791
  #
7793
7792
  # * Redis configuration variables `appendonly` and `appendfsync` are
7794
7793
  # not supported on Redis version 2.8.22 and later.
7794
+ #
7795
+ #
7796
+ #
7797
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
7795
7798
  # @return [String]
7796
7799
  #
7797
7800
  # @!attribute [rw] duration
@@ -8198,9 +8201,7 @@ module Aws::ElastiCache
8198
8201
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
8199
8202
  # `cache.m6g.16xlarge`
8200
8203
  #
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.
8204
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
8204
8205
  #
8205
8206
  # </note>
8206
8207
  #
@@ -8244,9 +8245,7 @@ module Aws::ElastiCache
8244
8245
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
8245
8246
  # `cache.r6g.16xlarge`
8246
8247
  #
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.
8248
+ # <note markdown="1"> For region availability, see [Supported Node Types][1]
8250
8249
  #
8251
8250
  # </note>
8252
8251
  #
@@ -8279,6 +8278,10 @@ module Aws::ElastiCache
8279
8278
  #
8280
8279
  # * Redis configuration variables `appendonly` and `appendfsync` are
8281
8280
  # not supported on Redis version 2.8.22 and later.
8281
+ #
8282
+ #
8283
+ #
8284
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
8282
8285
  # @return [String]
8283
8286
  #
8284
8287
  # @!attribute [rw] engine
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.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-30 00:00:00.000000000 Z
11
+ date: 2021-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core