aws-sdk-elasticache 1.76.0 → 1.77.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0714d6abf453fd72a6941e7a189bede8e9bea57e46cf0909345037c507e0f8fa
4
- data.tar.gz: a1af5f8885eb87c5649ff9a22c82a843d16e6728edcad86db7b6564598de329b
3
+ metadata.gz: 2c204e709741073ba5a388f2f0186ec8a5b492e8568290e170b4fd39978cd92c
4
+ data.tar.gz: 04506e7cd1419082c42e0867ab25f3f9e9cd1ff07a93b1ba18769356c7438af0
5
5
  SHA512:
6
- metadata.gz: cd9ba2019b757dc80924ee24882ee6326ce5c65bbe60a6f8b8bf4b371ee3d70c3a1f90cc363465f23b040e0eb53567bcf603af2bed166428c6c1eb47da5432eb
7
- data.tar.gz: e38461a7de1d12dd83333be7c18746f81f036144ecc0edea7e5bd883987768d071367815595b62a95c27a8c26f0c1f584ce31eeb95efec60b349b1b1bfb40bba
6
+ metadata.gz: 46b5bc518b6afcf8f4724dff833e0fae4ffbb843c4004d4436f9a554205dbd60c53e1c0cdb79715594769414ebd62339e1f530ea97463c56cae649d571353756
7
+ data.tar.gz: '0956c87a667def1b05db44d235c0d9845b5f976272031c9c0b72d569378f3ccdade5f91a749dc1065819e4a8719942701d30ca58c3fee584af7e6c460cd9eb74'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.76.0 (2022-03-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -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`
@@ -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`
@@ -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`
@@ -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.76.0'
10242
+ context[:gem_version] = '1.77.0'
10219
10243
  Seahorse::Client::Request.new(handlers, context)
10220
10244
  end
10221
10245
 
@@ -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`
@@ -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`
@@ -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`
@@ -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`
@@ -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`
@@ -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`
@@ -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`
@@ -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`
@@ -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.76.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.76.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-03-23 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