aws-sdk-elasticache 1.74.0 → 1.77.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: 0ea54cb97ee985e418414b9e4ff5012f6d93d12b9c1f630b3ecc8ff6798bc322
4
- data.tar.gz: 648348982e027023d8123db649df746621b23a0045c0611cdb9dd64b0226a8e2
3
+ metadata.gz: 2c204e709741073ba5a388f2f0186ec8a5b492e8568290e170b4fd39978cd92c
4
+ data.tar.gz: 04506e7cd1419082c42e0867ab25f3f9e9cd1ff07a93b1ba18769356c7438af0
5
5
  SHA512:
6
- metadata.gz: 0da1566519815c2b0493c5744698fd6889da13b381439f4628b22379180d24e77b0b9f3313cc34ebd25d58909092ab6931f97dfcd3f947a03f34e826ccc72977
7
- data.tar.gz: be4537e1c782b5e8b5b61e34a5ca742aac3f3d1a36cf256845b0729a674954ff66b3ccfb88e62fc55c55cd28a26b906a88f0859c4a2af3728051a2a78165cece
6
+ metadata.gz: 46b5bc518b6afcf8f4724dff833e0fae4ffbb843c4004d4436f9a554205dbd60c53e1c0cdb79715594769414ebd62339e1f530ea97463c56cae649d571353756
7
+ data.tar.gz: '0956c87a667def1b05db44d235c0d9845b5f976272031c9c0b72d569378f3ccdade5f91a749dc1065819e4a8719942701d30ca58c3fee584af7e6c460cd9eb74'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2022-04-21)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for ElastiCache
8
+
9
+ 1.76.0 (2022-03-23)
10
+ ------------------
11
+
12
+ * Feature - Doc only update for ElastiCache
13
+
14
+ 1.75.0 (2022-03-14)
15
+ ------------------
16
+
17
+ * Feature - Doc only update for ElastiCache
18
+
4
19
  1.74.0 (2022-02-25)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.77.0
@@ -1070,7 +1070,7 @@ module Aws::ElastiCache
1070
1070
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
1071
1071
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
1072
1072
  #
1073
- # **T4g node types** (available only for Redis engine version 6.0
1073
+ # **T4g node types** (available only for Redis engine version 5.0.6
1074
1074
  # onward and Memcached engine version 1.5.16 onward):
1075
1075
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
1076
1076
  #
@@ -1080,7 +1080,9 @@ module Aws::ElastiCache
1080
1080
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
1081
1081
  # `cache.t2.medium`
1082
1082
  #
1083
- # * Previous generation: (not recommended)
1083
+ # * Previous generation: (not recommended. Existing clusters are still
1084
+ # supported but creation of new clusters is not supported for these
1085
+ # types.)
1084
1086
  #
1085
1087
  # **T1 node types:** `cache.t1.micro`
1086
1088
  #
@@ -1092,7 +1094,9 @@ module Aws::ElastiCache
1092
1094
  #
1093
1095
  # * Compute optimized:
1094
1096
  #
1095
- # * Previous generation: (not recommended)
1097
+ # * Previous generation: (not recommended. Existing clusters are still
1098
+ # supported but creation of new clusters is not supported for these
1099
+ # types.)
1096
1100
  #
1097
1101
  # **C1 node types:** `cache.c1.xlarge`
1098
1102
  #
@@ -1119,7 +1123,9 @@ module Aws::ElastiCache
1119
1123
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
1120
1124
  # `cache.r4.16xlarge`
1121
1125
  #
1122
- # * Previous generation: (not recommended)
1126
+ # * Previous generation: (not recommended. Existing clusters are still
1127
+ # supported but creation of new clusters is not supported for these
1128
+ # types.)
1123
1129
  #
1124
1130
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
1125
1131
  # `cache.m2.4xlarge`
@@ -2071,7 +2077,7 @@ module Aws::ElastiCache
2071
2077
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
2072
2078
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
2073
2079
  #
2074
- # **T4g node types** (available only for Redis engine version 6.0
2080
+ # **T4g node types** (available only for Redis engine version 5.0.6
2075
2081
  # onward and Memcached engine version 1.5.16 onward):
2076
2082
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
2077
2083
  #
@@ -2081,7 +2087,9 @@ module Aws::ElastiCache
2081
2087
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
2082
2088
  # `cache.t2.medium`
2083
2089
  #
2084
- # * Previous generation: (not recommended)
2090
+ # * Previous generation: (not recommended. Existing clusters are still
2091
+ # supported but creation of new clusters is not supported for these
2092
+ # types.)
2085
2093
  #
2086
2094
  # **T1 node types:** `cache.t1.micro`
2087
2095
  #
@@ -2093,7 +2101,9 @@ module Aws::ElastiCache
2093
2101
  #
2094
2102
  # * Compute optimized:
2095
2103
  #
2096
- # * Previous generation: (not recommended)
2104
+ # * Previous generation: (not recommended. Existing clusters are still
2105
+ # supported but creation of new clusters is not supported for these
2106
+ # types.)
2097
2107
  #
2098
2108
  # **C1 node types:** `cache.c1.xlarge`
2099
2109
  #
@@ -2130,7 +2140,9 @@ module Aws::ElastiCache
2130
2140
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
2131
2141
  # `cache.r4.16xlarge`
2132
2142
  #
2133
- # * Previous generation: (not recommended)
2143
+ # * Previous generation: (not recommended. Existing clusters are still
2144
+ # supported but creation of new clusters is not supported for these
2145
+ # types.)
2134
2146
  #
2135
2147
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
2136
2148
  # `cache.m2.4xlarge`
@@ -6369,7 +6381,7 @@ module Aws::ElastiCache
6369
6381
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
6370
6382
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
6371
6383
  #
6372
- # **T4g node types** (available only for Redis engine version 6.0
6384
+ # **T4g node types** (available only for Redis engine version 5.0.6
6373
6385
  # onward and for Memcached engine version 1.5.16 onward):
6374
6386
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
6375
6387
  #
@@ -6379,7 +6391,9 @@ module Aws::ElastiCache
6379
6391
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
6380
6392
  # `cache.t2.medium`
6381
6393
  #
6382
- # * Previous generation: (not recommended)
6394
+ # * Previous generation: (not recommended. Existing clusters are still
6395
+ # supported but creation of new clusters is not supported for these
6396
+ # types.)
6383
6397
  #
6384
6398
  # **T1 node types:** `cache.t1.micro`
6385
6399
  #
@@ -6391,7 +6405,9 @@ module Aws::ElastiCache
6391
6405
  #
6392
6406
  # * Compute optimized:
6393
6407
  #
6394
- # * Previous generation: (not recommended)
6408
+ # * Previous generation: (not recommended. Existing clusters are still
6409
+ # supported but creation of new clusters is not supported for these
6410
+ # types.)
6395
6411
  #
6396
6412
  # **C1 node types:** `cache.c1.xlarge`
6397
6413
  #
@@ -6428,7 +6444,9 @@ module Aws::ElastiCache
6428
6444
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
6429
6445
  # `cache.r4.16xlarge`
6430
6446
  #
6431
- # * Previous generation: (not recommended)
6447
+ # * Previous generation: (not recommended. Existing clusters are still
6448
+ # supported but creation of new clusters is not supported for these
6449
+ # types.)
6432
6450
  #
6433
6451
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
6434
6452
  # `cache.m2.4xlarge`
@@ -6585,7 +6603,7 @@ module Aws::ElastiCache
6585
6603
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
6586
6604
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
6587
6605
  #
6588
- # **T4g node types** (available only for Redis engine version 6.0
6606
+ # **T4g node types** (available only for Redis engine version 5.0.6
6589
6607
  # onward and for Memcached engine version 1.5.16 onward):
6590
6608
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
6591
6609
  #
@@ -6595,7 +6613,9 @@ module Aws::ElastiCache
6595
6613
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
6596
6614
  # `cache.t2.medium`
6597
6615
  #
6598
- # * Previous generation: (not recommended)
6616
+ # * Previous generation: (not recommended. Existing clusters are still
6617
+ # supported but creation of new clusters is not supported for these
6618
+ # types.)
6599
6619
  #
6600
6620
  # **T1 node types:** `cache.t1.micro`
6601
6621
  #
@@ -6607,7 +6627,9 @@ module Aws::ElastiCache
6607
6627
  #
6608
6628
  # * Compute optimized:
6609
6629
  #
6610
- # * Previous generation: (not recommended)
6630
+ # * Previous generation: (not recommended. Existing clusters are still
6631
+ # supported but creation of new clusters is not supported for these
6632
+ # types.)
6611
6633
  #
6612
6634
  # **C1 node types:** `cache.c1.xlarge`
6613
6635
  #
@@ -6644,7 +6666,9 @@ module Aws::ElastiCache
6644
6666
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
6645
6667
  # `cache.r4.16xlarge`
6646
6668
  #
6647
- # * Previous generation: (not recommended)
6669
+ # * Previous generation: (not recommended. Existing clusters are still
6670
+ # supported but creation of new clusters is not supported for these
6671
+ # types.)
6648
6672
  #
6649
6673
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
6650
6674
  # `cache.m2.4xlarge`
@@ -10215,7 +10239,7 @@ module Aws::ElastiCache
10215
10239
  params: params,
10216
10240
  config: config)
10217
10241
  context[:gem_name] = 'aws-sdk-elasticache'
10218
- context[:gem_version] = '1.74.0'
10242
+ context[:gem_version] = '1.77.0'
10219
10243
  Seahorse::Client::Request.new(handlers, context)
10220
10244
  end
10221
10245
 
@@ -304,8 +304,8 @@ module Aws::ElastiCache
304
304
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
305
305
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
306
306
  #
307
- # **T4g node types** (available only for Redis engine version 6.0
308
- # onward and for Memcached engine version 1.5.16 onward):
307
+ # **T4g node types** (available only for Redis engine version
308
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
309
309
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
310
310
  #
311
311
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -314,7 +314,9 @@ module Aws::ElastiCache
314
314
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
315
315
  # `cache.t2.medium`
316
316
  #
317
- # * Previous generation: (not recommended)
317
+ # * Previous generation: (not recommended. Existing clusters are
318
+ # still supported but creation of new clusters is not supported
319
+ # for these types.)
318
320
  #
319
321
  # **T1 node types:** `cache.t1.micro`
320
322
  #
@@ -326,7 +328,9 @@ module Aws::ElastiCache
326
328
  #
327
329
  # * Compute optimized:
328
330
  #
329
- # * Previous generation: (not recommended)
331
+ # * Previous generation: (not recommended. Existing clusters are
332
+ # still supported but creation of new clusters is not supported
333
+ # for these types.)
330
334
  #
331
335
  # **C1 node types:** `cache.c1.xlarge`
332
336
  #
@@ -364,7 +368,9 @@ module Aws::ElastiCache
364
368
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
365
369
  # `cache.r4.16xlarge`
366
370
  #
367
- # * Previous generation: (not recommended)
371
+ # * Previous generation: (not recommended. Existing clusters are
372
+ # still supported but creation of new clusters is not supported
373
+ # for these types.)
368
374
  #
369
375
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
370
376
  # `cache.m2.4xlarge`
@@ -651,7 +657,7 @@ module Aws::ElastiCache
651
657
  #
652
658
  # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
653
659
  # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
654
- # `redis5.0` \| `redis6.0` \| `redis6.2`
660
+ # `redis5.0` \| `redis6.x`
655
661
  # @return [String]
656
662
  #
657
663
  # @!attribute [rw] cache_engine_description
@@ -724,7 +730,7 @@ module Aws::ElastiCache
724
730
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
725
731
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
726
732
  #
727
- # **T4g node types** (available only for Redis engine version 6.0
733
+ # **T4g node types** (available only for Redis engine version 5.0.6
728
734
  # onward and for Memcached engine version 1.5.16 onward):
729
735
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
730
736
  #
@@ -734,7 +740,9 @@ module Aws::ElastiCache
734
740
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
735
741
  # `cache.t2.medium`
736
742
  #
737
- # * Previous generation: (not recommended)
743
+ # * Previous generation: (not recommended. Existing clusters are still
744
+ # supported but creation of new clusters is not supported for these
745
+ # types.)
738
746
  #
739
747
  # **T1 node types:** `cache.t1.micro`
740
748
  #
@@ -746,7 +754,9 @@ module Aws::ElastiCache
746
754
  #
747
755
  # * Compute optimized:
748
756
  #
749
- # * Previous generation: (not recommended)
757
+ # * Previous generation: (not recommended. Existing clusters are still
758
+ # supported but creation of new clusters is not supported for these
759
+ # types.)
750
760
  #
751
761
  # **C1 node types:** `cache.c1.xlarge`
752
762
  #
@@ -783,7 +793,9 @@ module Aws::ElastiCache
783
793
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
784
794
  # `cache.r4.16xlarge`
785
795
  #
786
- # * Previous generation: (not recommended)
796
+ # * Previous generation: (not recommended. Existing clusters are still
797
+ # supported but creation of new clusters is not supported for these
798
+ # types.)
787
799
  #
788
800
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
789
801
  # `cache.m2.4xlarge`
@@ -1736,8 +1748,8 @@ module Aws::ElastiCache
1736
1748
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
1737
1749
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
1738
1750
  #
1739
- # **T4g node types** (available only for Redis engine version 6.0
1740
- # onward and Memcached engine version 1.5.16 onward):
1751
+ # **T4g node types** (available only for Redis engine version
1752
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
1741
1753
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
1742
1754
  #
1743
1755
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -1746,7 +1758,9 @@ module Aws::ElastiCache
1746
1758
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
1747
1759
  # `cache.t2.medium`
1748
1760
  #
1749
- # * Previous generation: (not recommended)
1761
+ # * Previous generation: (not recommended. Existing clusters are
1762
+ # still supported but creation of new clusters is not supported
1763
+ # for these types.)
1750
1764
  #
1751
1765
  # **T1 node types:** `cache.t1.micro`
1752
1766
  #
@@ -1758,7 +1772,9 @@ module Aws::ElastiCache
1758
1772
  #
1759
1773
  # * Compute optimized:
1760
1774
  #
1761
- # * Previous generation: (not recommended)
1775
+ # * Previous generation: (not recommended. Existing clusters are
1776
+ # still supported but creation of new clusters is not supported
1777
+ # for these types.)
1762
1778
  #
1763
1779
  # **C1 node types:** `cache.c1.xlarge`
1764
1780
  #
@@ -1785,7 +1801,9 @@ module Aws::ElastiCache
1785
1801
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
1786
1802
  # `cache.r4.16xlarge`
1787
1803
  #
1788
- # * Previous generation: (not recommended)
1804
+ # * Previous generation: (not recommended. Existing clusters are
1805
+ # still supported but creation of new clusters is not supported
1806
+ # for these types.)
1789
1807
  #
1790
1808
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
1791
1809
  # `cache.m2.4xlarge`
@@ -2521,8 +2539,8 @@ module Aws::ElastiCache
2521
2539
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
2522
2540
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
2523
2541
  #
2524
- # **T4g node types** (available only for Redis engine version 6.0
2525
- # onward and Memcached engine version 1.5.16 onward):
2542
+ # **T4g node types** (available only for Redis engine version
2543
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
2526
2544
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
2527
2545
  #
2528
2546
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -2531,7 +2549,9 @@ module Aws::ElastiCache
2531
2549
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
2532
2550
  # `cache.t2.medium`
2533
2551
  #
2534
- # * Previous generation: (not recommended)
2552
+ # * Previous generation: (not recommended. Existing clusters are
2553
+ # still supported but creation of new clusters is not supported
2554
+ # for these types.)
2535
2555
  #
2536
2556
  # **T1 node types:** `cache.t1.micro`
2537
2557
  #
@@ -2543,7 +2563,9 @@ module Aws::ElastiCache
2543
2563
  #
2544
2564
  # * Compute optimized:
2545
2565
  #
2546
- # * Previous generation: (not recommended)
2566
+ # * Previous generation: (not recommended. Existing clusters are
2567
+ # still supported but creation of new clusters is not supported
2568
+ # for these types.)
2547
2569
  #
2548
2570
  # **C1 node types:** `cache.c1.xlarge`
2549
2571
  #
@@ -2581,7 +2603,9 @@ module Aws::ElastiCache
2581
2603
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
2582
2604
  # `cache.r4.16xlarge`
2583
2605
  #
2584
- # * Previous generation: (not recommended)
2606
+ # * Previous generation: (not recommended. Existing clusters are
2607
+ # still supported but creation of new clusters is not supported
2608
+ # for these types.)
2585
2609
  #
2586
2610
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
2587
2611
  # `cache.m2.4xlarge`
@@ -4196,8 +4220,8 @@ module Aws::ElastiCache
4196
4220
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
4197
4221
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
4198
4222
  #
4199
- # **T4g node types** (available only for Redis engine version 6.0
4200
- # onward and for Memcached engine version 1.5.16 onward):
4223
+ # **T4g node types** (available only for Redis engine version
4224
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
4201
4225
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
4202
4226
  #
4203
4227
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -4206,7 +4230,9 @@ module Aws::ElastiCache
4206
4230
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
4207
4231
  # `cache.t2.medium`
4208
4232
  #
4209
- # * Previous generation: (not recommended)
4233
+ # * Previous generation: (not recommended. Existing clusters are
4234
+ # still supported but creation of new clusters is not supported
4235
+ # for these types.)
4210
4236
  #
4211
4237
  # **T1 node types:** `cache.t1.micro`
4212
4238
  #
@@ -4218,7 +4244,9 @@ module Aws::ElastiCache
4218
4244
  #
4219
4245
  # * Compute optimized:
4220
4246
  #
4221
- # * Previous generation: (not recommended)
4247
+ # * Previous generation: (not recommended. Existing clusters are
4248
+ # still supported but creation of new clusters is not supported
4249
+ # for these types.)
4222
4250
  #
4223
4251
  # **C1 node types:** `cache.c1.xlarge`
4224
4252
  #
@@ -4256,7 +4284,9 @@ module Aws::ElastiCache
4256
4284
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
4257
4285
  # `cache.r4.16xlarge`
4258
4286
  #
4259
- # * Previous generation: (not recommended)
4287
+ # * Previous generation: (not recommended. Existing clusters are
4288
+ # still supported but creation of new clusters is not supported
4289
+ # for these types.)
4260
4290
  #
4261
4291
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
4262
4292
  # `cache.m2.4xlarge`
@@ -4390,8 +4420,8 @@ module Aws::ElastiCache
4390
4420
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
4391
4421
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
4392
4422
  #
4393
- # **T4g node types** (available only for Redis engine version 6.0
4394
- # onward and for Memcached engine version 1.5.16 onward):
4423
+ # **T4g node types** (available only for Redis engine version
4424
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
4395
4425
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
4396
4426
  #
4397
4427
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -4400,7 +4430,9 @@ module Aws::ElastiCache
4400
4430
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
4401
4431
  # `cache.t2.medium`
4402
4432
  #
4403
- # * Previous generation: (not recommended)
4433
+ # * Previous generation: (not recommended. Existing clusters are
4434
+ # still supported but creation of new clusters is not supported
4435
+ # for these types.)
4404
4436
  #
4405
4437
  # **T1 node types:** `cache.t1.micro`
4406
4438
  #
@@ -4412,7 +4444,9 @@ module Aws::ElastiCache
4412
4444
  #
4413
4445
  # * Compute optimized:
4414
4446
  #
4415
- # * Previous generation: (not recommended)
4447
+ # * Previous generation: (not recommended. Existing clusters are
4448
+ # still supported but creation of new clusters is not supported
4449
+ # for these types.)
4416
4450
  #
4417
4451
  # **C1 node types:** `cache.c1.xlarge`
4418
4452
  #
@@ -4450,7 +4484,9 @@ module Aws::ElastiCache
4450
4484
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
4451
4485
  # `cache.r4.16xlarge`
4452
4486
  #
4453
- # * Previous generation: (not recommended)
4487
+ # * Previous generation: (not recommended. Existing clusters are
4488
+ # still supported but creation of new clusters is not supported
4489
+ # for these types.)
4454
4490
  #
4455
4491
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
4456
4492
  # `cache.m2.4xlarge`
@@ -5026,7 +5062,7 @@ module Aws::ElastiCache
5026
5062
  #
5027
5063
  # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
5028
5064
  # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
5029
- # `redis5.0` \| `redis6.0` \| `redis6.2`
5065
+ # `redis5.0` \| `redis6.0` \| `redis6.x`
5030
5066
  # @return [String]
5031
5067
  #
5032
5068
  # @!attribute [rw] marker
@@ -8036,8 +8072,8 @@ module Aws::ElastiCache
8036
8072
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
8037
8073
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
8038
8074
  #
8039
- # **T4g node types** (available only for Redis engine version 6.0
8040
- # onward and Memcached engine version 1.5.16 onward):
8075
+ # **T4g node types** (available only for Redis engine version
8076
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
8041
8077
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
8042
8078
  #
8043
8079
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -8046,7 +8082,9 @@ module Aws::ElastiCache
8046
8082
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
8047
8083
  # `cache.t2.medium`
8048
8084
  #
8049
- # * Previous generation: (not recommended)
8085
+ # * Previous generation: (not recommended. Existing clusters are
8086
+ # still supported but creation of new clusters is not supported
8087
+ # for these types.)
8050
8088
  #
8051
8089
  # **T1 node types:** `cache.t1.micro`
8052
8090
  #
@@ -8058,7 +8096,9 @@ module Aws::ElastiCache
8058
8096
  #
8059
8097
  # * Compute optimized:
8060
8098
  #
8061
- # * Previous generation: (not recommended)
8099
+ # * Previous generation: (not recommended. Existing clusters are
8100
+ # still supported but creation of new clusters is not supported
8101
+ # for these types.)
8062
8102
  #
8063
8103
  # **C1 node types:** `cache.c1.xlarge`
8064
8104
  #
@@ -8096,7 +8136,9 @@ module Aws::ElastiCache
8096
8136
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
8097
8137
  # `cache.r4.16xlarge`
8098
8138
  #
8099
- # * Previous generation: (not recommended)
8139
+ # * Previous generation: (not recommended. Existing clusters are
8140
+ # still supported but creation of new clusters is not supported
8141
+ # for these types.)
8100
8142
  #
8101
8143
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
8102
8144
  # `cache.m2.4xlarge`
@@ -8260,8 +8302,8 @@ module Aws::ElastiCache
8260
8302
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
8261
8303
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
8262
8304
  #
8263
- # **T4g node types** (available only for Redis engine version 6.0
8264
- # onward and Memcached engine version 1.5.16 onward):
8305
+ # **T4g node types** (available only for Redis engine version
8306
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
8265
8307
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
8266
8308
  #
8267
8309
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -8270,7 +8312,9 @@ module Aws::ElastiCache
8270
8312
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
8271
8313
  # `cache.t2.medium`
8272
8314
  #
8273
- # * Previous generation: (not recommended)
8315
+ # * Previous generation: (not recommended. Existing clusters are
8316
+ # still supported but creation of new clusters is not supported
8317
+ # for these types.)
8274
8318
  #
8275
8319
  # **T1 node types:** `cache.t1.micro`
8276
8320
  #
@@ -8282,7 +8326,9 @@ module Aws::ElastiCache
8282
8326
  #
8283
8327
  # * Compute optimized:
8284
8328
  #
8285
- # * Previous generation: (not recommended)
8329
+ # * Previous generation: (not recommended. Existing clusters are
8330
+ # still supported but creation of new clusters is not supported
8331
+ # for these types.)
8286
8332
  #
8287
8333
  # **C1 node types:** `cache.c1.xlarge`
8288
8334
  #
@@ -8320,7 +8366,9 @@ module Aws::ElastiCache
8320
8366
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
8321
8367
  # `cache.r4.16xlarge`
8322
8368
  #
8323
- # * Previous generation: (not recommended)
8369
+ # * Previous generation: (not recommended. Existing clusters are
8370
+ # still supported but creation of new clusters is not supported
8371
+ # for these types.)
8324
8372
  #
8325
8373
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
8326
8374
  # `cache.m2.4xlarge`
@@ -8762,8 +8810,8 @@ module Aws::ElastiCache
8762
8810
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
8763
8811
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
8764
8812
  #
8765
- # **T4g node types** (available only for Redis engine version 6.0
8766
- # onward and Memcached engine version 1.5.16 onward):
8813
+ # **T4g node types** (available only for Redis engine version
8814
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
8767
8815
  #
8768
8816
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
8769
8817
  #
@@ -8773,7 +8821,9 @@ module Aws::ElastiCache
8773
8821
  # **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
8774
8822
  # `cache.t2.medium`
8775
8823
  #
8776
- # * Previous generation: (not recommended)
8824
+ # * Previous generation: (not recommended. Existing clusters are
8825
+ # still supported but creation of new clusters is not supported
8826
+ # for these types.)
8777
8827
  #
8778
8828
  # **T1 node types:** `cache.t1.micro`
8779
8829
  #
@@ -8785,7 +8835,9 @@ module Aws::ElastiCache
8785
8835
  #
8786
8836
  # * Compute optimized:
8787
8837
  #
8788
- # * Previous generation: (not recommended)
8838
+ # * Previous generation: (not recommended. Existing clusters are
8839
+ # still supported but creation of new clusters is not supported
8840
+ # for these types.)
8789
8841
  #
8790
8842
  # **C1 node types:** `cache.c1.xlarge`
8791
8843
  #
@@ -8827,7 +8879,9 @@ module Aws::ElastiCache
8827
8879
  # `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
8828
8880
  # `cache.r4.16xlarge`
8829
8881
  #
8830
- # * Previous generation: (not recommended)
8882
+ # * Previous generation: (not recommended. Existing clusters are
8883
+ # still supported but creation of new clusters is not supported
8884
+ # for these types.)
8831
8885
  #
8832
8886
  # **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
8833
8887
  # `cache.m2.4xlarge`
@@ -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.74.0'
52
+ GEM_VERSION = '1.77.0'
53
53
 
54
54
  end
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.74.0
4
+ version: 1.77.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: 2022-02-25 00:00:00.000000000 Z
11
+ date: 2022-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core