aws-sdk-elasticache 1.146.0 → 1.147.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 +9 -4
- data/lib/aws-sdk-elasticache/types.rb +11 -6
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fb06c6c99213ee77b8c2b634928e9e557cae35b41518f62b14e0b0477c246ce
|
|
4
|
+
data.tar.gz: c7e78f9bc7a59a1106ed5442f910100faf6df00640a1890b8af272b3d43803ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47f5c8e8a6cc51b12f7f41c5563dfc8c3ae3f4c8f131720f1ee66282bfd28d589cbc4c2059a33b778844e1f818e5e05bf979133c16bf7795ef3decc28e60d53c
|
|
7
|
+
data.tar.gz: bee0b1f28738e6e5eced4f956d383214ec84e4620d0a41660319d2480b0b1927162ccd8b8e257584d9331ae616d7b66839519cfec09dbc34961ff44a8c3fbe8a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.147.0 (2026-06-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated documentation for the ApplyImmediately parameter in ModifyCacheCluster and ModifyReplicationGroup to clarify modification behavior.
|
|
8
|
+
|
|
4
9
|
1.146.0 (2026-06-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.147.0
|
|
@@ -2686,7 +2686,7 @@ module Aws::ElastiCache
|
|
|
2686
2686
|
#
|
|
2687
2687
|
#
|
|
2688
2688
|
#
|
|
2689
|
-
# [1]:
|
|
2689
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
2690
2690
|
#
|
|
2691
2691
|
# @return [Types::CreateReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2692
2692
|
#
|
|
@@ -9183,7 +9183,12 @@ module Aws::ElastiCache
|
|
|
9183
9183
|
#
|
|
9184
9184
|
# If you perform a `ModifyCacheCluster` before a pending modification is
|
|
9185
9185
|
# applied, the pending modification is replaced by the newer
|
|
9186
|
-
# modification.
|
|
9186
|
+
# modification. However, a pending node-count increase on Memcached
|
|
9187
|
+
# clusters cannot be superseded by a request to add fewer nodes. To
|
|
9188
|
+
# change a pending node addition, first cancel it by setting
|
|
9189
|
+
# `NumCacheNodes` equal to the current number of nodes in the cluster,
|
|
9190
|
+
# then submit the new request. See the `NumCacheNodes` parameter for
|
|
9191
|
+
# details on node scaling behavior.
|
|
9187
9192
|
#
|
|
9188
9193
|
# Valid values: `true` \| `false`
|
|
9189
9194
|
#
|
|
@@ -9985,7 +9990,7 @@ module Aws::ElastiCache
|
|
|
9985
9990
|
#
|
|
9986
9991
|
#
|
|
9987
9992
|
#
|
|
9988
|
-
# [1]:
|
|
9993
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
9989
9994
|
#
|
|
9990
9995
|
# @return [Types::ModifyReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
9991
9996
|
#
|
|
@@ -11568,7 +11573,7 @@ module Aws::ElastiCache
|
|
|
11568
11573
|
tracer: tracer
|
|
11569
11574
|
)
|
|
11570
11575
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
11571
|
-
context[:gem_version] = '1.
|
|
11576
|
+
context[:gem_version] = '1.147.0'
|
|
11572
11577
|
Seahorse::Client::Request.new(handlers, context)
|
|
11573
11578
|
end
|
|
11574
11579
|
|
|
@@ -2829,7 +2829,7 @@ module Aws::ElastiCache
|
|
|
2829
2829
|
#
|
|
2830
2830
|
#
|
|
2831
2831
|
#
|
|
2832
|
-
# [1]:
|
|
2832
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
2833
2833
|
# @return [String]
|
|
2834
2834
|
#
|
|
2835
2835
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroupMessage AWS API Documentation
|
|
@@ -6031,7 +6031,12 @@ module Aws::ElastiCache
|
|
|
6031
6031
|
#
|
|
6032
6032
|
# If you perform a `ModifyCacheCluster` before a pending modification
|
|
6033
6033
|
# is applied, the pending modification is replaced by the newer
|
|
6034
|
-
# modification.
|
|
6034
|
+
# modification. However, a pending node-count increase on Memcached
|
|
6035
|
+
# clusters cannot be superseded by a request to add fewer nodes. To
|
|
6036
|
+
# change a pending node addition, first cancel it by setting
|
|
6037
|
+
# `NumCacheNodes` equal to the current number of nodes in the cluster,
|
|
6038
|
+
# then submit the new request. See the `NumCacheNodes` parameter for
|
|
6039
|
+
# details on node scaling behavior.
|
|
6035
6040
|
#
|
|
6036
6041
|
# Valid values: `true` \| `false`
|
|
6037
6042
|
#
|
|
@@ -6620,7 +6625,7 @@ module Aws::ElastiCache
|
|
|
6620
6625
|
#
|
|
6621
6626
|
#
|
|
6622
6627
|
#
|
|
6623
|
-
# [1]:
|
|
6628
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
6624
6629
|
# @return [String]
|
|
6625
6630
|
#
|
|
6626
6631
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupMessage AWS API Documentation
|
|
@@ -7883,7 +7888,7 @@ module Aws::ElastiCache
|
|
|
7883
7888
|
#
|
|
7884
7889
|
#
|
|
7885
7890
|
#
|
|
7886
|
-
# [1]:
|
|
7891
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
7887
7892
|
# @return [String]
|
|
7888
7893
|
#
|
|
7889
7894
|
# @!attribute [rw] effective_durability
|
|
@@ -7895,7 +7900,7 @@ module Aws::ElastiCache
|
|
|
7895
7900
|
#
|
|
7896
7901
|
#
|
|
7897
7902
|
#
|
|
7898
|
-
# [1]:
|
|
7903
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Durability.Configuring.html
|
|
7899
7904
|
# @return [String]
|
|
7900
7905
|
#
|
|
7901
7906
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
|
|
@@ -9296,7 +9301,7 @@ module Aws::ElastiCache
|
|
|
9296
9301
|
#
|
|
9297
9302
|
#
|
|
9298
9303
|
#
|
|
9299
|
-
# [1]:
|
|
9304
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
9300
9305
|
# @return [String]
|
|
9301
9306
|
#
|
|
9302
9307
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Snapshot AWS API Documentation
|
data/lib/aws-sdk-elasticache.rb
CHANGED