aws-sdk-elasticache 1.78.0 → 1.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +47 -13
- data/lib/aws-sdk-elasticache/client_api.rb +1 -0
- data/lib/aws-sdk-elasticache/types.rb +90 -28
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3146ae7ef46b48bd6baa863832e858f9826091c91a0508e804c74b6dd98ad06
|
|
4
|
+
data.tar.gz: b444bcf1be4aceec6fc8c520572257eddceed98aeadddccd5346eec17642a95c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e21be0e1707979199700a1d06abebbdb0311439cbf3f03384d72ac5f301e7b8f86a91f11fcad938df01712576080bdea4b91882fd2b4aea7443265266c0e45b6
|
|
7
|
+
data.tar.gz: b25e49c64ad4b6e565ce88297e72ac2854fcd8c345550e6f0358db06e64c55746a2ee40125aaab4dab3a9d808be54adad03cef98ba1bb1a0a861befdb77ce58c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.79.0
|
|
@@ -715,6 +715,7 @@ module Aws::ElastiCache
|
|
|
715
715
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
716
716
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
717
717
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
718
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
718
719
|
#
|
|
719
720
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CompleteMigration AWS API Documentation
|
|
720
721
|
#
|
|
@@ -1080,7 +1081,9 @@ module Aws::ElastiCache
|
|
|
1080
1081
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
1081
1082
|
# `cache.t2.medium`
|
|
1082
1083
|
#
|
|
1083
|
-
# * Previous generation: (not recommended
|
|
1084
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
1085
|
+
# supported but creation of new clusters is not supported for these
|
|
1086
|
+
# types.)
|
|
1084
1087
|
#
|
|
1085
1088
|
# **T1 node types:** `cache.t1.micro`
|
|
1086
1089
|
#
|
|
@@ -1092,7 +1095,9 @@ module Aws::ElastiCache
|
|
|
1092
1095
|
#
|
|
1093
1096
|
# * Compute optimized:
|
|
1094
1097
|
#
|
|
1095
|
-
# * Previous generation: (not recommended
|
|
1098
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
1099
|
+
# supported but creation of new clusters is not supported for these
|
|
1100
|
+
# types.)
|
|
1096
1101
|
#
|
|
1097
1102
|
# **C1 node types:** `cache.c1.xlarge`
|
|
1098
1103
|
#
|
|
@@ -1119,7 +1124,9 @@ module Aws::ElastiCache
|
|
|
1119
1124
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
1120
1125
|
# `cache.r4.16xlarge`
|
|
1121
1126
|
#
|
|
1122
|
-
# * Previous generation: (not recommended
|
|
1127
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
1128
|
+
# supported but creation of new clusters is not supported for these
|
|
1129
|
+
# types.)
|
|
1123
1130
|
#
|
|
1124
1131
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
1125
1132
|
# `cache.m2.4xlarge`
|
|
@@ -2091,7 +2098,9 @@ module Aws::ElastiCache
|
|
|
2091
2098
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
2092
2099
|
# `cache.t2.medium`
|
|
2093
2100
|
#
|
|
2094
|
-
# * Previous generation: (not recommended
|
|
2101
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
2102
|
+
# supported but creation of new clusters is not supported for these
|
|
2103
|
+
# types.)
|
|
2095
2104
|
#
|
|
2096
2105
|
# **T1 node types:** `cache.t1.micro`
|
|
2097
2106
|
#
|
|
@@ -2103,7 +2112,9 @@ module Aws::ElastiCache
|
|
|
2103
2112
|
#
|
|
2104
2113
|
# * Compute optimized:
|
|
2105
2114
|
#
|
|
2106
|
-
# * Previous generation: (not recommended
|
|
2115
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
2116
|
+
# supported but creation of new clusters is not supported for these
|
|
2117
|
+
# types.)
|
|
2107
2118
|
#
|
|
2108
2119
|
# **C1 node types:** `cache.c1.xlarge`
|
|
2109
2120
|
#
|
|
@@ -2140,7 +2151,9 @@ module Aws::ElastiCache
|
|
|
2140
2151
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
2141
2152
|
# `cache.r4.16xlarge`
|
|
2142
2153
|
#
|
|
2143
|
-
# * Previous generation: (not recommended
|
|
2154
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
2155
|
+
# supported but creation of new clusters is not supported for these
|
|
2156
|
+
# types.)
|
|
2144
2157
|
#
|
|
2145
2158
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
2146
2159
|
# `cache.m2.4xlarge`
|
|
@@ -2625,6 +2638,7 @@ module Aws::ElastiCache
|
|
|
2625
2638
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
2626
2639
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
2627
2640
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
2641
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
2628
2642
|
#
|
|
2629
2643
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroup AWS API Documentation
|
|
2630
2644
|
#
|
|
@@ -3218,6 +3232,7 @@ module Aws::ElastiCache
|
|
|
3218
3232
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
3219
3233
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
3220
3234
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
3235
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
3221
3236
|
#
|
|
3222
3237
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseReplicaCount AWS API Documentation
|
|
3223
3238
|
#
|
|
@@ -3707,6 +3722,7 @@ module Aws::ElastiCache
|
|
|
3707
3722
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
3708
3723
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
3709
3724
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
3725
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
3710
3726
|
#
|
|
3711
3727
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroup AWS API Documentation
|
|
3712
3728
|
#
|
|
@@ -6322,6 +6338,7 @@ module Aws::ElastiCache
|
|
|
6322
6338
|
# resp.replication_groups[0].log_delivery_configurations[0].message #=> String
|
|
6323
6339
|
# resp.replication_groups[0].replication_group_create_time #=> Time
|
|
6324
6340
|
# resp.replication_groups[0].data_tiering #=> String, one of "enabled", "disabled"
|
|
6341
|
+
# resp.replication_groups[0].auto_minor_version_upgrade #=> Boolean
|
|
6325
6342
|
#
|
|
6326
6343
|
#
|
|
6327
6344
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -6389,7 +6406,9 @@ module Aws::ElastiCache
|
|
|
6389
6406
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
6390
6407
|
# `cache.t2.medium`
|
|
6391
6408
|
#
|
|
6392
|
-
# * Previous generation: (not recommended
|
|
6409
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
6410
|
+
# supported but creation of new clusters is not supported for these
|
|
6411
|
+
# types.)
|
|
6393
6412
|
#
|
|
6394
6413
|
# **T1 node types:** `cache.t1.micro`
|
|
6395
6414
|
#
|
|
@@ -6401,7 +6420,9 @@ module Aws::ElastiCache
|
|
|
6401
6420
|
#
|
|
6402
6421
|
# * Compute optimized:
|
|
6403
6422
|
#
|
|
6404
|
-
# * Previous generation: (not recommended
|
|
6423
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
6424
|
+
# supported but creation of new clusters is not supported for these
|
|
6425
|
+
# types.)
|
|
6405
6426
|
#
|
|
6406
6427
|
# **C1 node types:** `cache.c1.xlarge`
|
|
6407
6428
|
#
|
|
@@ -6438,7 +6459,9 @@ module Aws::ElastiCache
|
|
|
6438
6459
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
6439
6460
|
# `cache.r4.16xlarge`
|
|
6440
6461
|
#
|
|
6441
|
-
# * Previous generation: (not recommended
|
|
6462
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
6463
|
+
# supported but creation of new clusters is not supported for these
|
|
6464
|
+
# types.)
|
|
6442
6465
|
#
|
|
6443
6466
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
6444
6467
|
# `cache.m2.4xlarge`
|
|
@@ -6605,7 +6628,9 @@ module Aws::ElastiCache
|
|
|
6605
6628
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
6606
6629
|
# `cache.t2.medium`
|
|
6607
6630
|
#
|
|
6608
|
-
# * Previous generation: (not recommended
|
|
6631
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
6632
|
+
# supported but creation of new clusters is not supported for these
|
|
6633
|
+
# types.)
|
|
6609
6634
|
#
|
|
6610
6635
|
# **T1 node types:** `cache.t1.micro`
|
|
6611
6636
|
#
|
|
@@ -6617,7 +6642,9 @@ module Aws::ElastiCache
|
|
|
6617
6642
|
#
|
|
6618
6643
|
# * Compute optimized:
|
|
6619
6644
|
#
|
|
6620
|
-
# * Previous generation: (not recommended
|
|
6645
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
6646
|
+
# supported but creation of new clusters is not supported for these
|
|
6647
|
+
# types.)
|
|
6621
6648
|
#
|
|
6622
6649
|
# **C1 node types:** `cache.c1.xlarge`
|
|
6623
6650
|
#
|
|
@@ -6654,7 +6681,9 @@ module Aws::ElastiCache
|
|
|
6654
6681
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
6655
6682
|
# `cache.r4.16xlarge`
|
|
6656
6683
|
#
|
|
6657
|
-
# * Previous generation: (not recommended
|
|
6684
|
+
# * Previous generation: (not recommended. Existing clusters are still
|
|
6685
|
+
# supported but creation of new clusters is not supported for these
|
|
6686
|
+
# types.)
|
|
6658
6687
|
#
|
|
6659
6688
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
6660
6689
|
# `cache.m2.4xlarge`
|
|
@@ -7849,6 +7878,7 @@ module Aws::ElastiCache
|
|
|
7849
7878
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
7850
7879
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
7851
7880
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
7881
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
7852
7882
|
#
|
|
7853
7883
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseReplicaCount AWS API Documentation
|
|
7854
7884
|
#
|
|
@@ -9151,6 +9181,7 @@ module Aws::ElastiCache
|
|
|
9151
9181
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
9152
9182
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
9153
9183
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
9184
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
9154
9185
|
#
|
|
9155
9186
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroup AWS API Documentation
|
|
9156
9187
|
#
|
|
@@ -9295,6 +9326,7 @@ module Aws::ElastiCache
|
|
|
9295
9326
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
9296
9327
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
9297
9328
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
9329
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
9298
9330
|
#
|
|
9299
9331
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfiguration AWS API Documentation
|
|
9300
9332
|
#
|
|
@@ -10044,6 +10076,7 @@ module Aws::ElastiCache
|
|
|
10044
10076
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
10045
10077
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
10046
10078
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
10079
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
10047
10080
|
#
|
|
10048
10081
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigration AWS API Documentation
|
|
10049
10082
|
#
|
|
@@ -10202,6 +10235,7 @@ module Aws::ElastiCache
|
|
|
10202
10235
|
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
|
10203
10236
|
# resp.replication_group.replication_group_create_time #=> Time
|
|
10204
10237
|
# resp.replication_group.data_tiering #=> String, one of "enabled", "disabled"
|
|
10238
|
+
# resp.replication_group.auto_minor_version_upgrade #=> Boolean
|
|
10205
10239
|
#
|
|
10206
10240
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailover AWS API Documentation
|
|
10207
10241
|
#
|
|
@@ -10225,7 +10259,7 @@ module Aws::ElastiCache
|
|
|
10225
10259
|
params: params,
|
|
10226
10260
|
config: config)
|
|
10227
10261
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
10228
|
-
context[:gem_version] = '1.
|
|
10262
|
+
context[:gem_version] = '1.79.0'
|
|
10229
10263
|
Seahorse::Client::Request.new(handlers, context)
|
|
10230
10264
|
end
|
|
10231
10265
|
|
|
@@ -1455,6 +1455,7 @@ module Aws::ElastiCache
|
|
|
1455
1455
|
ReplicationGroup.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
|
|
1456
1456
|
ReplicationGroup.add_member(:replication_group_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationGroupCreateTime"))
|
|
1457
1457
|
ReplicationGroup.add_member(:data_tiering, Shapes::ShapeRef.new(shape: DataTieringStatus, location_name: "DataTiering"))
|
|
1458
|
+
ReplicationGroup.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoMinorVersionUpgrade"))
|
|
1458
1459
|
ReplicationGroup.struct_class = Types::ReplicationGroup
|
|
1459
1460
|
|
|
1460
1461
|
ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
|
|
@@ -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`
|
|
@@ -1747,7 +1759,9 @@ module Aws::ElastiCache
|
|
|
1747
1759
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
1748
1760
|
# `cache.t2.medium`
|
|
1749
1761
|
#
|
|
1750
|
-
# * Previous generation: (not recommended
|
|
1762
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
1763
|
+
# still supported but creation of new clusters is not supported
|
|
1764
|
+
# for these types.)
|
|
1751
1765
|
#
|
|
1752
1766
|
# **T1 node types:** `cache.t1.micro`
|
|
1753
1767
|
#
|
|
@@ -1759,7 +1773,9 @@ module Aws::ElastiCache
|
|
|
1759
1773
|
#
|
|
1760
1774
|
# * Compute optimized:
|
|
1761
1775
|
#
|
|
1762
|
-
# * Previous generation: (not recommended
|
|
1776
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
1777
|
+
# still supported but creation of new clusters is not supported
|
|
1778
|
+
# for these types.)
|
|
1763
1779
|
#
|
|
1764
1780
|
# **C1 node types:** `cache.c1.xlarge`
|
|
1765
1781
|
#
|
|
@@ -1786,7 +1802,9 @@ module Aws::ElastiCache
|
|
|
1786
1802
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
1787
1803
|
# `cache.r4.16xlarge`
|
|
1788
1804
|
#
|
|
1789
|
-
# * Previous generation: (not recommended
|
|
1805
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
1806
|
+
# still supported but creation of new clusters is not supported
|
|
1807
|
+
# for these types.)
|
|
1790
1808
|
#
|
|
1791
1809
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
1792
1810
|
# `cache.m2.4xlarge`
|
|
@@ -2544,7 +2562,9 @@ module Aws::ElastiCache
|
|
|
2544
2562
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
2545
2563
|
# `cache.t2.medium`
|
|
2546
2564
|
#
|
|
2547
|
-
# * Previous generation: (not recommended
|
|
2565
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
2566
|
+
# still supported but creation of new clusters is not supported
|
|
2567
|
+
# for these types.)
|
|
2548
2568
|
#
|
|
2549
2569
|
# **T1 node types:** `cache.t1.micro`
|
|
2550
2570
|
#
|
|
@@ -2556,7 +2576,9 @@ module Aws::ElastiCache
|
|
|
2556
2576
|
#
|
|
2557
2577
|
# * Compute optimized:
|
|
2558
2578
|
#
|
|
2559
|
-
# * Previous generation: (not recommended
|
|
2579
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
2580
|
+
# still supported but creation of new clusters is not supported
|
|
2581
|
+
# for these types.)
|
|
2560
2582
|
#
|
|
2561
2583
|
# **C1 node types:** `cache.c1.xlarge`
|
|
2562
2584
|
#
|
|
@@ -2594,7 +2616,9 @@ module Aws::ElastiCache
|
|
|
2594
2616
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
2595
2617
|
# `cache.r4.16xlarge`
|
|
2596
2618
|
#
|
|
2597
|
-
# * Previous generation: (not recommended
|
|
2619
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
2620
|
+
# still supported but creation of new clusters is not supported
|
|
2621
|
+
# for these types.)
|
|
2598
2622
|
#
|
|
2599
2623
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
2600
2624
|
# `cache.m2.4xlarge`
|
|
@@ -4219,7 +4243,9 @@ module Aws::ElastiCache
|
|
|
4219
4243
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
4220
4244
|
# `cache.t2.medium`
|
|
4221
4245
|
#
|
|
4222
|
-
# * Previous generation: (not recommended
|
|
4246
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
4247
|
+
# still supported but creation of new clusters is not supported
|
|
4248
|
+
# for these types.)
|
|
4223
4249
|
#
|
|
4224
4250
|
# **T1 node types:** `cache.t1.micro`
|
|
4225
4251
|
#
|
|
@@ -4231,7 +4257,9 @@ module Aws::ElastiCache
|
|
|
4231
4257
|
#
|
|
4232
4258
|
# * Compute optimized:
|
|
4233
4259
|
#
|
|
4234
|
-
# * Previous generation: (not recommended
|
|
4260
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
4261
|
+
# still supported but creation of new clusters is not supported
|
|
4262
|
+
# for these types.)
|
|
4235
4263
|
#
|
|
4236
4264
|
# **C1 node types:** `cache.c1.xlarge`
|
|
4237
4265
|
#
|
|
@@ -4269,7 +4297,9 @@ module Aws::ElastiCache
|
|
|
4269
4297
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
4270
4298
|
# `cache.r4.16xlarge`
|
|
4271
4299
|
#
|
|
4272
|
-
# * Previous generation: (not recommended
|
|
4300
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
4301
|
+
# still supported but creation of new clusters is not supported
|
|
4302
|
+
# for these types.)
|
|
4273
4303
|
#
|
|
4274
4304
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
4275
4305
|
# `cache.m2.4xlarge`
|
|
@@ -4413,7 +4443,9 @@ module Aws::ElastiCache
|
|
|
4413
4443
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
4414
4444
|
# `cache.t2.medium`
|
|
4415
4445
|
#
|
|
4416
|
-
# * Previous generation: (not recommended
|
|
4446
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
4447
|
+
# still supported but creation of new clusters is not supported
|
|
4448
|
+
# for these types.)
|
|
4417
4449
|
#
|
|
4418
4450
|
# **T1 node types:** `cache.t1.micro`
|
|
4419
4451
|
#
|
|
@@ -4425,7 +4457,9 @@ module Aws::ElastiCache
|
|
|
4425
4457
|
#
|
|
4426
4458
|
# * Compute optimized:
|
|
4427
4459
|
#
|
|
4428
|
-
# * Previous generation: (not recommended
|
|
4460
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
4461
|
+
# still supported but creation of new clusters is not supported
|
|
4462
|
+
# for these types.)
|
|
4429
4463
|
#
|
|
4430
4464
|
# **C1 node types:** `cache.c1.xlarge`
|
|
4431
4465
|
#
|
|
@@ -4463,7 +4497,9 @@ module Aws::ElastiCache
|
|
|
4463
4497
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
4464
4498
|
# `cache.r4.16xlarge`
|
|
4465
4499
|
#
|
|
4466
|
-
# * Previous generation: (not recommended
|
|
4500
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
4501
|
+
# still supported but creation of new clusters is not supported
|
|
4502
|
+
# for these types.)
|
|
4467
4503
|
#
|
|
4468
4504
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
4469
4505
|
# `cache.m2.4xlarge`
|
|
@@ -7889,6 +7925,13 @@ module Aws::ElastiCache
|
|
|
7889
7925
|
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html
|
|
7890
7926
|
# @return [String]
|
|
7891
7927
|
#
|
|
7928
|
+
# @!attribute [rw] auto_minor_version_upgrade
|
|
7929
|
+
# If you are running Redis engine version 6.0 or later, set this
|
|
7930
|
+
# parameter to yes if you want to opt-in to the next auto minor
|
|
7931
|
+
# version upgrade campaign. This parameter is disabled for previous
|
|
7932
|
+
# versions.
|
|
7933
|
+
# @return [Boolean]
|
|
7934
|
+
#
|
|
7892
7935
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
|
|
7893
7936
|
#
|
|
7894
7937
|
class ReplicationGroup < Struct.new(
|
|
@@ -7917,7 +7960,8 @@ module Aws::ElastiCache
|
|
|
7917
7960
|
:user_group_ids,
|
|
7918
7961
|
:log_delivery_configurations,
|
|
7919
7962
|
:replication_group_create_time,
|
|
7920
|
-
:data_tiering
|
|
7963
|
+
:data_tiering,
|
|
7964
|
+
:auto_minor_version_upgrade)
|
|
7921
7965
|
SENSITIVE = []
|
|
7922
7966
|
include Aws::Structure
|
|
7923
7967
|
end
|
|
@@ -8059,7 +8103,9 @@ module Aws::ElastiCache
|
|
|
8059
8103
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
8060
8104
|
# `cache.t2.medium`
|
|
8061
8105
|
#
|
|
8062
|
-
# * Previous generation: (not recommended
|
|
8106
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8107
|
+
# still supported but creation of new clusters is not supported
|
|
8108
|
+
# for these types.)
|
|
8063
8109
|
#
|
|
8064
8110
|
# **T1 node types:** `cache.t1.micro`
|
|
8065
8111
|
#
|
|
@@ -8071,7 +8117,9 @@ module Aws::ElastiCache
|
|
|
8071
8117
|
#
|
|
8072
8118
|
# * Compute optimized:
|
|
8073
8119
|
#
|
|
8074
|
-
# * Previous generation: (not recommended
|
|
8120
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8121
|
+
# still supported but creation of new clusters is not supported
|
|
8122
|
+
# for these types.)
|
|
8075
8123
|
#
|
|
8076
8124
|
# **C1 node types:** `cache.c1.xlarge`
|
|
8077
8125
|
#
|
|
@@ -8109,7 +8157,9 @@ module Aws::ElastiCache
|
|
|
8109
8157
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
8110
8158
|
# `cache.r4.16xlarge`
|
|
8111
8159
|
#
|
|
8112
|
-
# * Previous generation: (not recommended
|
|
8160
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8161
|
+
# still supported but creation of new clusters is not supported
|
|
8162
|
+
# for these types.)
|
|
8113
8163
|
#
|
|
8114
8164
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
8115
8165
|
# `cache.m2.4xlarge`
|
|
@@ -8283,7 +8333,9 @@ module Aws::ElastiCache
|
|
|
8283
8333
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
8284
8334
|
# `cache.t2.medium`
|
|
8285
8335
|
#
|
|
8286
|
-
# * Previous generation: (not recommended
|
|
8336
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8337
|
+
# still supported but creation of new clusters is not supported
|
|
8338
|
+
# for these types.)
|
|
8287
8339
|
#
|
|
8288
8340
|
# **T1 node types:** `cache.t1.micro`
|
|
8289
8341
|
#
|
|
@@ -8295,7 +8347,9 @@ module Aws::ElastiCache
|
|
|
8295
8347
|
#
|
|
8296
8348
|
# * Compute optimized:
|
|
8297
8349
|
#
|
|
8298
|
-
# * Previous generation: (not recommended
|
|
8350
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8351
|
+
# still supported but creation of new clusters is not supported
|
|
8352
|
+
# for these types.)
|
|
8299
8353
|
#
|
|
8300
8354
|
# **C1 node types:** `cache.c1.xlarge`
|
|
8301
8355
|
#
|
|
@@ -8333,7 +8387,9 @@ module Aws::ElastiCache
|
|
|
8333
8387
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
8334
8388
|
# `cache.r4.16xlarge`
|
|
8335
8389
|
#
|
|
8336
|
-
# * Previous generation: (not recommended
|
|
8390
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8391
|
+
# still supported but creation of new clusters is not supported
|
|
8392
|
+
# for these types.)
|
|
8337
8393
|
#
|
|
8338
8394
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
8339
8395
|
# `cache.m2.4xlarge`
|
|
@@ -8786,7 +8842,9 @@ module Aws::ElastiCache
|
|
|
8786
8842
|
# **T2 node types:** `cache.t2.micro`, `cache.t2.small`,
|
|
8787
8843
|
# `cache.t2.medium`
|
|
8788
8844
|
#
|
|
8789
|
-
# * Previous generation: (not recommended
|
|
8845
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8846
|
+
# still supported but creation of new clusters is not supported
|
|
8847
|
+
# for these types.)
|
|
8790
8848
|
#
|
|
8791
8849
|
# **T1 node types:** `cache.t1.micro`
|
|
8792
8850
|
#
|
|
@@ -8798,7 +8856,9 @@ module Aws::ElastiCache
|
|
|
8798
8856
|
#
|
|
8799
8857
|
# * Compute optimized:
|
|
8800
8858
|
#
|
|
8801
|
-
# * Previous generation: (not recommended
|
|
8859
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8860
|
+
# still supported but creation of new clusters is not supported
|
|
8861
|
+
# for these types.)
|
|
8802
8862
|
#
|
|
8803
8863
|
# **C1 node types:** `cache.c1.xlarge`
|
|
8804
8864
|
#
|
|
@@ -8840,7 +8900,9 @@ module Aws::ElastiCache
|
|
|
8840
8900
|
# `cache.r4.2xlarge`, `cache.r4.4xlarge`, `cache.r4.8xlarge`,
|
|
8841
8901
|
# `cache.r4.16xlarge`
|
|
8842
8902
|
#
|
|
8843
|
-
# * Previous generation: (not recommended
|
|
8903
|
+
# * Previous generation: (not recommended. Existing clusters are
|
|
8904
|
+
# still supported but creation of new clusters is not supported
|
|
8905
|
+
# for these types.)
|
|
8844
8906
|
#
|
|
8845
8907
|
# **M2 node types:** `cache.m2.xlarge`, `cache.m2.2xlarge`,
|
|
8846
8908
|
# `cache.m2.4xlarge`
|
data/lib/aws-sdk-elasticache.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.79.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-
|
|
11
|
+
date: 2022-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|