aws-sdk-elasticache 1.145.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +77 -11
- data/lib/aws-sdk-elasticache/client_api.rb +10 -0
- data/lib/aws-sdk-elasticache/types.rb +98 -22
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +7 -0
- 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,16 @@
|
|
|
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
|
+
|
|
9
|
+
1.146.0 (2026-06-02)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Amazon ElastiCache for Valkey now supports durability. This new capability is enabled through a Multi-AZ transactional log, enabling fast recovery and restart during failures.
|
|
13
|
+
|
|
4
14
|
1.145.0 (2026-06-01)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.147.0
|
|
@@ -828,6 +828,7 @@ module Aws::ElastiCache
|
|
|
828
828
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
829
829
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
830
830
|
# resp.replication_group.kms_key_id #=> String
|
|
831
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
831
832
|
# resp.replication_group.arn #=> String
|
|
832
833
|
# resp.replication_group.user_group_ids #=> Array
|
|
833
834
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -847,6 +848,8 @@ module Aws::ElastiCache
|
|
|
847
848
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
848
849
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
849
850
|
# resp.replication_group.engine #=> String
|
|
851
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
852
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
850
853
|
#
|
|
851
854
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CompleteMigration AWS API Documentation
|
|
852
855
|
#
|
|
@@ -1138,6 +1141,7 @@ module Aws::ElastiCache
|
|
|
1138
1141
|
# resp.snapshot.kms_key_id #=> String
|
|
1139
1142
|
# resp.snapshot.arn #=> String
|
|
1140
1143
|
# resp.snapshot.data_tiering #=> String, one of "enabled", "disabled"
|
|
1144
|
+
# resp.snapshot.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
1141
1145
|
#
|
|
1142
1146
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CopySnapshot AWS API Documentation
|
|
1143
1147
|
#
|
|
@@ -2593,16 +2597,13 @@ module Aws::ElastiCache
|
|
|
2593
2597
|
# `true`, an `AuthToken`, and a `CacheSubnetGroup`.
|
|
2594
2598
|
#
|
|
2595
2599
|
# @option params [Boolean] :at_rest_encryption_enabled
|
|
2596
|
-
# A flag that enables encryption at
|
|
2600
|
+
# A flag that enables encryption at-rest on the replication group when
|
|
2601
|
+
# set to `true`. In some cases, encryption at-rest may be enabled even
|
|
2602
|
+
# when this value is false. Use `StorageEncryptionType` to view the
|
|
2603
|
+
# effective encryption state of a cluster.
|
|
2597
2604
|
#
|
|
2598
2605
|
# You cannot modify the value of `AtRestEncryptionEnabled` after the
|
|
2599
|
-
# replication group is created.
|
|
2600
|
-
# replication group you must set `AtRestEncryptionEnabled` to `true`
|
|
2601
|
-
# when you create the replication group.
|
|
2602
|
-
#
|
|
2603
|
-
# **Required:** Only available when creating a replication group in an
|
|
2604
|
-
# Amazon VPC using Valkey `7.2` and later, Redis OSS version `3.2.6`, or
|
|
2605
|
-
# Redis OSS `4.x` and later.
|
|
2606
|
+
# replication group is created.
|
|
2606
2607
|
#
|
|
2607
2608
|
# Default: `true` when using Valkey, `false` when using Redis OSS
|
|
2608
2609
|
#
|
|
@@ -2676,6 +2677,17 @@ module Aws::ElastiCache
|
|
|
2676
2677
|
# The name of the snapshot used to create a replication group. Available
|
|
2677
2678
|
# for Valkey, Redis OSS only.
|
|
2678
2679
|
#
|
|
2680
|
+
# @option params [String] :durability
|
|
2681
|
+
# Specifies the durability setting for the replication group. When set
|
|
2682
|
+
# to `default`, the service determines the effective durability based on
|
|
2683
|
+
# the engine version, cluster mode, and other parameters. The resolved
|
|
2684
|
+
# setting is reflected in the `EffectiveDurability` property of the
|
|
2685
|
+
# replication group. For more information, see [Durability][1].
|
|
2686
|
+
#
|
|
2687
|
+
#
|
|
2688
|
+
#
|
|
2689
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
2690
|
+
#
|
|
2679
2691
|
# @return [Types::CreateReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2680
2692
|
#
|
|
2681
2693
|
# * {Types::CreateReplicationGroupResult#replication_group #replication_group} => Types::ReplicationGroup
|
|
@@ -2843,6 +2855,7 @@ module Aws::ElastiCache
|
|
|
2843
2855
|
# transit_encryption_mode: "preferred", # accepts preferred, required
|
|
2844
2856
|
# cluster_mode: "enabled", # accepts enabled, disabled, compatible
|
|
2845
2857
|
# serverless_cache_snapshot_name: "String",
|
|
2858
|
+
# durability: "default", # accepts default, async, sync, disabled
|
|
2846
2859
|
# })
|
|
2847
2860
|
#
|
|
2848
2861
|
# @example Response structure
|
|
@@ -2903,6 +2916,7 @@ module Aws::ElastiCache
|
|
|
2903
2916
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
2904
2917
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
2905
2918
|
# resp.replication_group.kms_key_id #=> String
|
|
2919
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
2906
2920
|
# resp.replication_group.arn #=> String
|
|
2907
2921
|
# resp.replication_group.user_group_ids #=> Array
|
|
2908
2922
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -2922,6 +2936,8 @@ module Aws::ElastiCache
|
|
|
2922
2936
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
2923
2937
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
2924
2938
|
# resp.replication_group.engine #=> String
|
|
2939
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
2940
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
2925
2941
|
#
|
|
2926
2942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroup AWS API Documentation
|
|
2927
2943
|
#
|
|
@@ -2998,7 +3014,7 @@ module Aws::ElastiCache
|
|
|
2998
3014
|
# @option params [String] :network_type
|
|
2999
3015
|
# The IP protocol version used by the serverless cache. Must be either
|
|
3000
3016
|
# `ipv4` \| `ipv6` \| `dual_stack`. `ipv6` is only supported with
|
|
3001
|
-
#
|
|
3017
|
+
# IPv6-only subnets. If not specified, defaults to `ipv4`, unless all
|
|
3002
3018
|
# provided subnets are IPv6-only, in which case it defaults to `ipv6`.
|
|
3003
3019
|
#
|
|
3004
3020
|
# @return [Types::CreateServerlessCacheResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -3054,6 +3070,7 @@ module Aws::ElastiCache
|
|
|
3054
3070
|
# resp.serverless_cache.cache_usage_limits.ecpu_per_second.maximum #=> Integer
|
|
3055
3071
|
# resp.serverless_cache.cache_usage_limits.ecpu_per_second.minimum #=> Integer
|
|
3056
3072
|
# resp.serverless_cache.kms_key_id #=> String
|
|
3073
|
+
# resp.serverless_cache.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
3057
3074
|
# resp.serverless_cache.security_group_ids #=> Array
|
|
3058
3075
|
# resp.serverless_cache.security_group_ids[0] #=> String
|
|
3059
3076
|
# resp.serverless_cache.endpoint.address #=> String
|
|
@@ -3358,6 +3375,7 @@ module Aws::ElastiCache
|
|
|
3358
3375
|
# resp.snapshot.kms_key_id #=> String
|
|
3359
3376
|
# resp.snapshot.arn #=> String
|
|
3360
3377
|
# resp.snapshot.data_tiering #=> String, one of "enabled", "disabled"
|
|
3378
|
+
# resp.snapshot.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
3361
3379
|
#
|
|
3362
3380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateSnapshot AWS API Documentation
|
|
3363
3381
|
#
|
|
@@ -3729,6 +3747,7 @@ module Aws::ElastiCache
|
|
|
3729
3747
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
3730
3748
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
3731
3749
|
# resp.replication_group.kms_key_id #=> String
|
|
3750
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
3732
3751
|
# resp.replication_group.arn #=> String
|
|
3733
3752
|
# resp.replication_group.user_group_ids #=> Array
|
|
3734
3753
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -3748,6 +3767,8 @@ module Aws::ElastiCache
|
|
|
3748
3767
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
3749
3768
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
3750
3769
|
# resp.replication_group.engine #=> String
|
|
3770
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
3771
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
3751
3772
|
#
|
|
3752
3773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseReplicaCount AWS API Documentation
|
|
3753
3774
|
#
|
|
@@ -4239,6 +4260,7 @@ module Aws::ElastiCache
|
|
|
4239
4260
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
4240
4261
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
4241
4262
|
# resp.replication_group.kms_key_id #=> String
|
|
4263
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
4242
4264
|
# resp.replication_group.arn #=> String
|
|
4243
4265
|
# resp.replication_group.user_group_ids #=> Array
|
|
4244
4266
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -4258,6 +4280,8 @@ module Aws::ElastiCache
|
|
|
4258
4280
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
4259
4281
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
4260
4282
|
# resp.replication_group.engine #=> String
|
|
4283
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
4284
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
4261
4285
|
#
|
|
4262
4286
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroup AWS API Documentation
|
|
4263
4287
|
#
|
|
@@ -4310,6 +4334,7 @@ module Aws::ElastiCache
|
|
|
4310
4334
|
# resp.serverless_cache.cache_usage_limits.ecpu_per_second.maximum #=> Integer
|
|
4311
4335
|
# resp.serverless_cache.cache_usage_limits.ecpu_per_second.minimum #=> Integer
|
|
4312
4336
|
# resp.serverless_cache.kms_key_id #=> String
|
|
4337
|
+
# resp.serverless_cache.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
4313
4338
|
# resp.serverless_cache.security_group_ids #=> Array
|
|
4314
4339
|
# resp.serverless_cache.security_group_ids[0] #=> String
|
|
4315
4340
|
# resp.serverless_cache.endpoint.address #=> String
|
|
@@ -4480,6 +4505,7 @@ module Aws::ElastiCache
|
|
|
4480
4505
|
# resp.snapshot.kms_key_id #=> String
|
|
4481
4506
|
# resp.snapshot.arn #=> String
|
|
4482
4507
|
# resp.snapshot.data_tiering #=> String, one of "enabled", "disabled"
|
|
4508
|
+
# resp.snapshot.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
4483
4509
|
#
|
|
4484
4510
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteSnapshot AWS API Documentation
|
|
4485
4511
|
#
|
|
@@ -6982,6 +7008,7 @@ module Aws::ElastiCache
|
|
|
6982
7008
|
# resp.replication_groups[0].member_clusters_outpost_arns #=> Array
|
|
6983
7009
|
# resp.replication_groups[0].member_clusters_outpost_arns[0] #=> String
|
|
6984
7010
|
# resp.replication_groups[0].kms_key_id #=> String
|
|
7011
|
+
# resp.replication_groups[0].storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
6985
7012
|
# resp.replication_groups[0].arn #=> String
|
|
6986
7013
|
# resp.replication_groups[0].user_group_ids #=> Array
|
|
6987
7014
|
# resp.replication_groups[0].user_group_ids[0] #=> String
|
|
@@ -7001,6 +7028,8 @@ module Aws::ElastiCache
|
|
|
7001
7028
|
# resp.replication_groups[0].transit_encryption_mode #=> String, one of "preferred", "required"
|
|
7002
7029
|
# resp.replication_groups[0].cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
7003
7030
|
# resp.replication_groups[0].engine #=> String
|
|
7031
|
+
# resp.replication_groups[0].durability #=> String, one of "default", "async", "sync", "disabled"
|
|
7032
|
+
# resp.replication_groups[0].effective_durability #=> String, one of "async", "sync", "disabled"
|
|
7004
7033
|
#
|
|
7005
7034
|
#
|
|
7006
7035
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -7887,6 +7916,7 @@ module Aws::ElastiCache
|
|
|
7887
7916
|
# resp.serverless_caches[0].cache_usage_limits.ecpu_per_second.maximum #=> Integer
|
|
7888
7917
|
# resp.serverless_caches[0].cache_usage_limits.ecpu_per_second.minimum #=> Integer
|
|
7889
7918
|
# resp.serverless_caches[0].kms_key_id #=> String
|
|
7919
|
+
# resp.serverless_caches[0].storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
7890
7920
|
# resp.serverless_caches[0].security_group_ids #=> Array
|
|
7891
7921
|
# resp.serverless_caches[0].security_group_ids[0] #=> String
|
|
7892
7922
|
# resp.serverless_caches[0].endpoint.address #=> String
|
|
@@ -8127,6 +8157,7 @@ module Aws::ElastiCache
|
|
|
8127
8157
|
# resp.snapshots[0].kms_key_id #=> String
|
|
8128
8158
|
# resp.snapshots[0].arn #=> String
|
|
8129
8159
|
# resp.snapshots[0].data_tiering #=> String, one of "enabled", "disabled"
|
|
8160
|
+
# resp.snapshots[0].durability #=> String, one of "default", "async", "sync", "disabled"
|
|
8130
8161
|
#
|
|
8131
8162
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeSnapshots AWS API Documentation
|
|
8132
8163
|
#
|
|
@@ -8722,6 +8753,7 @@ module Aws::ElastiCache
|
|
|
8722
8753
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
8723
8754
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
8724
8755
|
# resp.replication_group.kms_key_id #=> String
|
|
8756
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
8725
8757
|
# resp.replication_group.arn #=> String
|
|
8726
8758
|
# resp.replication_group.user_group_ids #=> Array
|
|
8727
8759
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -8741,6 +8773,8 @@ module Aws::ElastiCache
|
|
|
8741
8773
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
8742
8774
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
8743
8775
|
# resp.replication_group.engine #=> String
|
|
8776
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
8777
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
8744
8778
|
#
|
|
8745
8779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseReplicaCount AWS API Documentation
|
|
8746
8780
|
#
|
|
@@ -9149,7 +9183,12 @@ module Aws::ElastiCache
|
|
|
9149
9183
|
#
|
|
9150
9184
|
# If you perform a `ModifyCacheCluster` before a pending modification is
|
|
9151
9185
|
# applied, the pending modification is replaced by the newer
|
|
9152
|
-
# 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.
|
|
9153
9192
|
#
|
|
9154
9193
|
# Valid values: `true` \| `false`
|
|
9155
9194
|
#
|
|
@@ -9943,6 +9982,16 @@ module Aws::ElastiCache
|
|
|
9943
9982
|
# complete cluster mode configuration and set the cluster mode to
|
|
9944
9983
|
# Enabled.
|
|
9945
9984
|
#
|
|
9985
|
+
# @option params [String] :durability
|
|
9986
|
+
# Specifies the durability setting for the replication group. Use this
|
|
9987
|
+
# parameter to change the durability mode of an existing replication
|
|
9988
|
+
# group, for example from `sync` to `async` or vice versa. For more
|
|
9989
|
+
# information, see [Durability][1].
|
|
9990
|
+
#
|
|
9991
|
+
#
|
|
9992
|
+
#
|
|
9993
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
9994
|
+
#
|
|
9946
9995
|
# @return [Types::ModifyReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
9947
9996
|
#
|
|
9948
9997
|
# * {Types::ModifyReplicationGroupResult#replication_group #replication_group} => Types::ReplicationGroup
|
|
@@ -10066,6 +10115,7 @@ module Aws::ElastiCache
|
|
|
10066
10115
|
# transit_encryption_enabled: false,
|
|
10067
10116
|
# transit_encryption_mode: "preferred", # accepts preferred, required
|
|
10068
10117
|
# cluster_mode: "enabled", # accepts enabled, disabled, compatible
|
|
10118
|
+
# durability: "default", # accepts default, async, sync, disabled
|
|
10069
10119
|
# })
|
|
10070
10120
|
#
|
|
10071
10121
|
# @example Response structure
|
|
@@ -10126,6 +10176,7 @@ module Aws::ElastiCache
|
|
|
10126
10176
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
10127
10177
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
10128
10178
|
# resp.replication_group.kms_key_id #=> String
|
|
10179
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
10129
10180
|
# resp.replication_group.arn #=> String
|
|
10130
10181
|
# resp.replication_group.user_group_ids #=> Array
|
|
10131
10182
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -10145,6 +10196,8 @@ module Aws::ElastiCache
|
|
|
10145
10196
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
10146
10197
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
10147
10198
|
# resp.replication_group.engine #=> String
|
|
10199
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
10200
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
10148
10201
|
#
|
|
10149
10202
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroup AWS API Documentation
|
|
10150
10203
|
#
|
|
@@ -10279,6 +10332,7 @@ module Aws::ElastiCache
|
|
|
10279
10332
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
10280
10333
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
10281
10334
|
# resp.replication_group.kms_key_id #=> String
|
|
10335
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
10282
10336
|
# resp.replication_group.arn #=> String
|
|
10283
10337
|
# resp.replication_group.user_group_ids #=> Array
|
|
10284
10338
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -10298,6 +10352,8 @@ module Aws::ElastiCache
|
|
|
10298
10352
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
10299
10353
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
10300
10354
|
# resp.replication_group.engine #=> String
|
|
10355
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
10356
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
10301
10357
|
#
|
|
10302
10358
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfiguration AWS API Documentation
|
|
10303
10359
|
#
|
|
@@ -10402,6 +10458,7 @@ module Aws::ElastiCache
|
|
|
10402
10458
|
# resp.serverless_cache.cache_usage_limits.ecpu_per_second.maximum #=> Integer
|
|
10403
10459
|
# resp.serverless_cache.cache_usage_limits.ecpu_per_second.minimum #=> Integer
|
|
10404
10460
|
# resp.serverless_cache.kms_key_id #=> String
|
|
10461
|
+
# resp.serverless_cache.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
10405
10462
|
# resp.serverless_cache.security_group_ids #=> Array
|
|
10406
10463
|
# resp.serverless_cache.security_group_ids[0] #=> String
|
|
10407
10464
|
# resp.serverless_cache.endpoint.address #=> String
|
|
@@ -11180,6 +11237,7 @@ module Aws::ElastiCache
|
|
|
11180
11237
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
11181
11238
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
11182
11239
|
# resp.replication_group.kms_key_id #=> String
|
|
11240
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
11183
11241
|
# resp.replication_group.arn #=> String
|
|
11184
11242
|
# resp.replication_group.user_group_ids #=> Array
|
|
11185
11243
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -11199,6 +11257,8 @@ module Aws::ElastiCache
|
|
|
11199
11257
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
11200
11258
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
11201
11259
|
# resp.replication_group.engine #=> String
|
|
11260
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
11261
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
11202
11262
|
#
|
|
11203
11263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigration AWS API Documentation
|
|
11204
11264
|
#
|
|
@@ -11347,6 +11407,7 @@ module Aws::ElastiCache
|
|
|
11347
11407
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
11348
11408
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
11349
11409
|
# resp.replication_group.kms_key_id #=> String
|
|
11410
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
11350
11411
|
# resp.replication_group.arn #=> String
|
|
11351
11412
|
# resp.replication_group.user_group_ids #=> Array
|
|
11352
11413
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -11366,6 +11427,8 @@ module Aws::ElastiCache
|
|
|
11366
11427
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
11367
11428
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
11368
11429
|
# resp.replication_group.engine #=> String
|
|
11430
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
11431
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
11369
11432
|
#
|
|
11370
11433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailover AWS API Documentation
|
|
11371
11434
|
#
|
|
@@ -11460,6 +11523,7 @@ module Aws::ElastiCache
|
|
|
11460
11523
|
# resp.replication_group.member_clusters_outpost_arns #=> Array
|
|
11461
11524
|
# resp.replication_group.member_clusters_outpost_arns[0] #=> String
|
|
11462
11525
|
# resp.replication_group.kms_key_id #=> String
|
|
11526
|
+
# resp.replication_group.storage_encryption_type #=> String, one of "none", "sse-elasticache", "sse-kms"
|
|
11463
11527
|
# resp.replication_group.arn #=> String
|
|
11464
11528
|
# resp.replication_group.user_group_ids #=> Array
|
|
11465
11529
|
# resp.replication_group.user_group_ids[0] #=> String
|
|
@@ -11479,6 +11543,8 @@ module Aws::ElastiCache
|
|
|
11479
11543
|
# resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
|
|
11480
11544
|
# resp.replication_group.cluster_mode #=> String, one of "enabled", "disabled", "compatible"
|
|
11481
11545
|
# resp.replication_group.engine #=> String
|
|
11546
|
+
# resp.replication_group.durability #=> String, one of "default", "async", "sync", "disabled"
|
|
11547
|
+
# resp.replication_group.effective_durability #=> String, one of "async", "sync", "disabled"
|
|
11482
11548
|
#
|
|
11483
11549
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestMigration AWS API Documentation
|
|
11484
11550
|
#
|
|
@@ -11507,7 +11573,7 @@ module Aws::ElastiCache
|
|
|
11507
11573
|
tracer: tracer
|
|
11508
11574
|
)
|
|
11509
11575
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
11510
|
-
context[:gem_version] = '1.
|
|
11576
|
+
context[:gem_version] = '1.147.0'
|
|
11511
11577
|
Seahorse::Client::Request.new(handlers, context)
|
|
11512
11578
|
end
|
|
11513
11579
|
|
|
@@ -174,9 +174,11 @@ module Aws::ElastiCache
|
|
|
174
174
|
DisassociateGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'DisassociateGlobalReplicationGroupResult')
|
|
175
175
|
Double = Shapes::FloatShape.new(name: 'Double')
|
|
176
176
|
DuplicateUserNameFault = Shapes::StructureShape.new(name: 'DuplicateUserNameFault', error: {"code" => "DuplicateUserName", "httpStatusCode" => 400, "senderFault" => true})
|
|
177
|
+
Durability = Shapes::StringShape.new(name: 'Durability')
|
|
177
178
|
EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
|
|
178
179
|
EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
|
|
179
180
|
ECPUPerSecond = Shapes::StructureShape.new(name: 'ECPUPerSecond')
|
|
181
|
+
EffectiveDurability = Shapes::StringShape.new(name: 'EffectiveDurability')
|
|
180
182
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
|
181
183
|
EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
|
|
182
184
|
EngineType = Shapes::StringShape.new(name: 'EngineType')
|
|
@@ -370,6 +372,7 @@ module Aws::ElastiCache
|
|
|
370
372
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
|
371
373
|
StartMigrationMessage = Shapes::StructureShape.new(name: 'StartMigrationMessage')
|
|
372
374
|
StartMigrationResponse = Shapes::StructureShape.new(name: 'StartMigrationResponse')
|
|
375
|
+
StorageEncryptionType = Shapes::StringShape.new(name: 'StorageEncryptionType')
|
|
373
376
|
String = Shapes::StringShape.new(name: 'String')
|
|
374
377
|
Subnet = Shapes::StructureShape.new(name: 'Subnet')
|
|
375
378
|
SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
|
|
@@ -805,6 +808,7 @@ module Aws::ElastiCache
|
|
|
805
808
|
CreateReplicationGroupMessage.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
|
|
806
809
|
CreateReplicationGroupMessage.add_member(:cluster_mode, Shapes::ShapeRef.new(shape: ClusterMode, location_name: "ClusterMode"))
|
|
807
810
|
CreateReplicationGroupMessage.add_member(:serverless_cache_snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerlessCacheSnapshotName"))
|
|
811
|
+
CreateReplicationGroupMessage.add_member(:durability, Shapes::ShapeRef.new(shape: Durability, location_name: "Durability"))
|
|
808
812
|
CreateReplicationGroupMessage.struct_class = Types::CreateReplicationGroupMessage
|
|
809
813
|
|
|
810
814
|
CreateReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
|
|
@@ -1395,6 +1399,7 @@ module Aws::ElastiCache
|
|
|
1395
1399
|
ModifyReplicationGroupMessage.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
|
|
1396
1400
|
ModifyReplicationGroupMessage.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
|
|
1397
1401
|
ModifyReplicationGroupMessage.add_member(:cluster_mode, Shapes::ShapeRef.new(shape: ClusterMode, location_name: "ClusterMode"))
|
|
1402
|
+
ModifyReplicationGroupMessage.add_member(:durability, Shapes::ShapeRef.new(shape: Durability, location_name: "Durability"))
|
|
1398
1403
|
ModifyReplicationGroupMessage.struct_class = Types::ModifyReplicationGroupMessage
|
|
1399
1404
|
|
|
1400
1405
|
ModifyReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
|
|
@@ -1643,6 +1648,7 @@ module Aws::ElastiCache
|
|
|
1643
1648
|
ReplicationGroup.add_member(:at_rest_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AtRestEncryptionEnabled"))
|
|
1644
1649
|
ReplicationGroup.add_member(:member_clusters_outpost_arns, Shapes::ShapeRef.new(shape: ReplicationGroupOutpostArnList, location_name: "MemberClustersOutpostArns"))
|
|
1645
1650
|
ReplicationGroup.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
|
1651
|
+
ReplicationGroup.add_member(:storage_encryption_type, Shapes::ShapeRef.new(shape: StorageEncryptionType, location_name: "StorageEncryptionType"))
|
|
1646
1652
|
ReplicationGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
|
|
1647
1653
|
ReplicationGroup.add_member(:user_group_ids, Shapes::ShapeRef.new(shape: UserGroupIdList, location_name: "UserGroupIds"))
|
|
1648
1654
|
ReplicationGroup.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
|
|
@@ -1654,6 +1660,8 @@ module Aws::ElastiCache
|
|
|
1654
1660
|
ReplicationGroup.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
|
|
1655
1661
|
ReplicationGroup.add_member(:cluster_mode, Shapes::ShapeRef.new(shape: ClusterMode, location_name: "ClusterMode"))
|
|
1656
1662
|
ReplicationGroup.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
|
1663
|
+
ReplicationGroup.add_member(:durability, Shapes::ShapeRef.new(shape: Durability, location_name: "Durability"))
|
|
1664
|
+
ReplicationGroup.add_member(:effective_durability, Shapes::ShapeRef.new(shape: EffectiveDurability, location_name: "EffectiveDurability"))
|
|
1657
1665
|
ReplicationGroup.struct_class = Types::ReplicationGroup
|
|
1658
1666
|
|
|
1659
1667
|
ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
|
|
@@ -1773,6 +1781,7 @@ module Aws::ElastiCache
|
|
|
1773
1781
|
ServerlessCache.add_member(:full_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "FullEngineVersion"))
|
|
1774
1782
|
ServerlessCache.add_member(:cache_usage_limits, Shapes::ShapeRef.new(shape: CacheUsageLimits, location_name: "CacheUsageLimits"))
|
|
1775
1783
|
ServerlessCache.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
|
1784
|
+
ServerlessCache.add_member(:storage_encryption_type, Shapes::ShapeRef.new(shape: StorageEncryptionType, location_name: "StorageEncryptionType"))
|
|
1776
1785
|
ServerlessCache.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdsList, location_name: "SecurityGroupIds"))
|
|
1777
1786
|
ServerlessCache.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
|
1778
1787
|
ServerlessCache.add_member(:reader_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ReaderEndpoint"))
|
|
@@ -1873,6 +1882,7 @@ module Aws::ElastiCache
|
|
|
1873
1882
|
Snapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
|
1874
1883
|
Snapshot.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "ARN"))
|
|
1875
1884
|
Snapshot.add_member(:data_tiering, Shapes::ShapeRef.new(shape: DataTieringStatus, location_name: "DataTiering"))
|
|
1885
|
+
Snapshot.add_member(:durability, Shapes::ShapeRef.new(shape: Durability, location_name: "Durability"))
|
|
1876
1886
|
Snapshot.struct_class = Types::Snapshot
|
|
1877
1887
|
|
|
1878
1888
|
SnapshotAlreadyExistsFault.struct_class = Types::SnapshotAlreadyExistsFault
|
|
@@ -2729,16 +2729,13 @@ module Aws::ElastiCache
|
|
|
2729
2729
|
# @return [Boolean]
|
|
2730
2730
|
#
|
|
2731
2731
|
# @!attribute [rw] at_rest_encryption_enabled
|
|
2732
|
-
# A flag that enables encryption at
|
|
2732
|
+
# A flag that enables encryption at-rest on the replication group when
|
|
2733
|
+
# set to `true`. In some cases, encryption at-rest may be enabled even
|
|
2734
|
+
# when this value is false. Use `StorageEncryptionType` to view the
|
|
2735
|
+
# effective encryption state of a cluster.
|
|
2733
2736
|
#
|
|
2734
2737
|
# You cannot modify the value of `AtRestEncryptionEnabled` after the
|
|
2735
|
-
# replication group is created.
|
|
2736
|
-
# replication group you must set `AtRestEncryptionEnabled` to `true`
|
|
2737
|
-
# when you create the replication group.
|
|
2738
|
-
#
|
|
2739
|
-
# **Required:** Only available when creating a replication group in an
|
|
2740
|
-
# Amazon VPC using Valkey `7.2` and later, Redis OSS version `3.2.6`,
|
|
2741
|
-
# or Redis OSS `4.x` and later.
|
|
2738
|
+
# replication group is created.
|
|
2742
2739
|
#
|
|
2743
2740
|
# Default: `true` when using Valkey, `false` when using Redis OSS
|
|
2744
2741
|
# @return [Boolean]
|
|
@@ -2823,6 +2820,18 @@ module Aws::ElastiCache
|
|
|
2823
2820
|
# Available for Valkey, Redis OSS only.
|
|
2824
2821
|
# @return [String]
|
|
2825
2822
|
#
|
|
2823
|
+
# @!attribute [rw] durability
|
|
2824
|
+
# Specifies the durability setting for the replication group. When set
|
|
2825
|
+
# to `default`, the service determines the effective durability based
|
|
2826
|
+
# on the engine version, cluster mode, and other parameters. The
|
|
2827
|
+
# resolved setting is reflected in the `EffectiveDurability` property
|
|
2828
|
+
# of the replication group. For more information, see [Durability][1].
|
|
2829
|
+
#
|
|
2830
|
+
#
|
|
2831
|
+
#
|
|
2832
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
2833
|
+
# @return [String]
|
|
2834
|
+
#
|
|
2826
2835
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroupMessage AWS API Documentation
|
|
2827
2836
|
#
|
|
2828
2837
|
class CreateReplicationGroupMessage < Struct.new(
|
|
@@ -2864,7 +2873,8 @@ module Aws::ElastiCache
|
|
|
2864
2873
|
:ip_discovery,
|
|
2865
2874
|
:transit_encryption_mode,
|
|
2866
2875
|
:cluster_mode,
|
|
2867
|
-
:serverless_cache_snapshot_name
|
|
2876
|
+
:serverless_cache_snapshot_name,
|
|
2877
|
+
:durability)
|
|
2868
2878
|
SENSITIVE = []
|
|
2869
2879
|
include Aws::Structure
|
|
2870
2880
|
end
|
|
@@ -2959,7 +2969,7 @@ module Aws::ElastiCache
|
|
|
2959
2969
|
# @!attribute [rw] network_type
|
|
2960
2970
|
# The IP protocol version used by the serverless cache. Must be either
|
|
2961
2971
|
# `ipv4` \| `ipv6` \| `dual_stack`. `ipv6` is only supported with
|
|
2962
|
-
#
|
|
2972
|
+
# IPv6-only subnets. If not specified, defaults to `ipv4`, unless all
|
|
2963
2973
|
# provided subnets are IPv6-only, in which case it defaults to `ipv6`.
|
|
2964
2974
|
# @return [String]
|
|
2965
2975
|
#
|
|
@@ -6021,7 +6031,12 @@ module Aws::ElastiCache
|
|
|
6021
6031
|
#
|
|
6022
6032
|
# If you perform a `ModifyCacheCluster` before a pending modification
|
|
6023
6033
|
# is applied, the pending modification is replaced by the newer
|
|
6024
|
-
# 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.
|
|
6025
6040
|
#
|
|
6026
6041
|
# Valid values: `true` \| `false`
|
|
6027
6042
|
#
|
|
@@ -6602,6 +6617,17 @@ module Aws::ElastiCache
|
|
|
6602
6617
|
# mode to Enabled.
|
|
6603
6618
|
# @return [String]
|
|
6604
6619
|
#
|
|
6620
|
+
# @!attribute [rw] durability
|
|
6621
|
+
# Specifies the durability setting for the replication group. Use this
|
|
6622
|
+
# parameter to change the durability mode of an existing replication
|
|
6623
|
+
# group, for example from `sync` to `async` or vice versa. For more
|
|
6624
|
+
# information, see [Durability][1].
|
|
6625
|
+
#
|
|
6626
|
+
#
|
|
6627
|
+
#
|
|
6628
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
6629
|
+
# @return [String]
|
|
6630
|
+
#
|
|
6605
6631
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupMessage AWS API Documentation
|
|
6606
6632
|
#
|
|
6607
6633
|
class ModifyReplicationGroupMessage < Struct.new(
|
|
@@ -6634,7 +6660,8 @@ module Aws::ElastiCache
|
|
|
6634
6660
|
:ip_discovery,
|
|
6635
6661
|
:transit_encryption_enabled,
|
|
6636
6662
|
:transit_encryption_mode,
|
|
6637
|
-
:cluster_mode
|
|
6663
|
+
:cluster_mode,
|
|
6664
|
+
:durability)
|
|
6638
6665
|
SENSITIVE = []
|
|
6639
6666
|
include Aws::Structure
|
|
6640
6667
|
end
|
|
@@ -7753,17 +7780,15 @@ module Aws::ElastiCache
|
|
|
7753
7780
|
# @return [Boolean]
|
|
7754
7781
|
#
|
|
7755
7782
|
# @!attribute [rw] at_rest_encryption_enabled
|
|
7756
|
-
# A flag that enables encryption at-rest when set to
|
|
7783
|
+
# A flag that enables encryption at-rest on the cluster when set to
|
|
7784
|
+
# `true`. In some cases, encryption at-rest may be enabled even when
|
|
7785
|
+
# this value is false. Use `StorageEncryptionType` to view the
|
|
7786
|
+
# effective encryption state of a cluster.
|
|
7757
7787
|
#
|
|
7758
7788
|
# You cannot modify the value of `AtRestEncryptionEnabled` after the
|
|
7759
|
-
# cluster is created.
|
|
7760
|
-
# must set `AtRestEncryptionEnabled` to `true` when you create a
|
|
7761
|
-
# cluster.
|
|
7762
|
-
#
|
|
7763
|
-
# **Required:** Only available when creating a replication group in an
|
|
7764
|
-
# Amazon VPC using Redis OSS version `3.2.6`, `4.x` or later.
|
|
7789
|
+
# cluster is created.
|
|
7765
7790
|
#
|
|
7766
|
-
# Default: `false`
|
|
7791
|
+
# Default: `true` when using Valkey, `false` when using Redis OSS
|
|
7767
7792
|
# @return [Boolean]
|
|
7768
7793
|
#
|
|
7769
7794
|
# @!attribute [rw] member_clusters_outpost_arns
|
|
@@ -7774,6 +7799,13 @@ module Aws::ElastiCache
|
|
|
7774
7799
|
# The ID of the KMS key used to encrypt the disk in the cluster.
|
|
7775
7800
|
# @return [String]
|
|
7776
7801
|
#
|
|
7802
|
+
# @!attribute [rw] storage_encryption_type
|
|
7803
|
+
# Indicates the type of encryption for data stored at rest in the
|
|
7804
|
+
# replication group. The value is `none` if at-rest encryption is not
|
|
7805
|
+
# enabled, `sse-elasticache` if an ElastiCache service-managed key is
|
|
7806
|
+
# used, or `sse-kms` if a customer-managed KMS key is used.
|
|
7807
|
+
# @return [String]
|
|
7808
|
+
#
|
|
7777
7809
|
# @!attribute [rw] arn
|
|
7778
7810
|
# The ARN (Amazon Resource Name) of the replication group.
|
|
7779
7811
|
# @return [String]
|
|
@@ -7850,6 +7882,27 @@ module Aws::ElastiCache
|
|
|
7850
7882
|
# memcached or redis.
|
|
7851
7883
|
# @return [String]
|
|
7852
7884
|
#
|
|
7885
|
+
# @!attribute [rw] durability
|
|
7886
|
+
# The durability setting of the replication group. For more
|
|
7887
|
+
# information, see [Durability][1].
|
|
7888
|
+
#
|
|
7889
|
+
#
|
|
7890
|
+
#
|
|
7891
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
7892
|
+
# @return [String]
|
|
7893
|
+
#
|
|
7894
|
+
# @!attribute [rw] effective_durability
|
|
7895
|
+
# The effective durability of the replication group. When `Durability`
|
|
7896
|
+
# is set to `default`, the service resolves the actual durability
|
|
7897
|
+
# based on the engine version, cluster mode, and other parameters.
|
|
7898
|
+
# This field reflects the resolved value. For more information, see
|
|
7899
|
+
# [Configuring Durability][1].
|
|
7900
|
+
#
|
|
7901
|
+
#
|
|
7902
|
+
#
|
|
7903
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Durability.Configuring.html
|
|
7904
|
+
# @return [String]
|
|
7905
|
+
#
|
|
7853
7906
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ReplicationGroup AWS API Documentation
|
|
7854
7907
|
#
|
|
7855
7908
|
class ReplicationGroup < Struct.new(
|
|
@@ -7874,6 +7927,7 @@ module Aws::ElastiCache
|
|
|
7874
7927
|
:at_rest_encryption_enabled,
|
|
7875
7928
|
:member_clusters_outpost_arns,
|
|
7876
7929
|
:kms_key_id,
|
|
7930
|
+
:storage_encryption_type,
|
|
7877
7931
|
:arn,
|
|
7878
7932
|
:user_group_ids,
|
|
7879
7933
|
:log_delivery_configurations,
|
|
@@ -7884,7 +7938,9 @@ module Aws::ElastiCache
|
|
|
7884
7938
|
:ip_discovery,
|
|
7885
7939
|
:transit_encryption_mode,
|
|
7886
7940
|
:cluster_mode,
|
|
7887
|
-
:engine
|
|
7941
|
+
:engine,
|
|
7942
|
+
:durability,
|
|
7943
|
+
:effective_durability)
|
|
7888
7944
|
SENSITIVE = []
|
|
7889
7945
|
include Aws::Structure
|
|
7890
7946
|
end
|
|
@@ -8611,6 +8667,13 @@ module Aws::ElastiCache
|
|
|
8611
8667
|
# that is used to encrypt data at rest in the serverless cache.
|
|
8612
8668
|
# @return [String]
|
|
8613
8669
|
#
|
|
8670
|
+
# @!attribute [rw] storage_encryption_type
|
|
8671
|
+
# Indicates the type of encryption for data stored at rest in the
|
|
8672
|
+
# serverless cache. Serverless caches are always encrypted at rest.
|
|
8673
|
+
# The value is `sse-elasticache` if an ElastiCache service-managed key
|
|
8674
|
+
# is used, or `sse-kms` if a customer-managed KMS key is used.
|
|
8675
|
+
# @return [String]
|
|
8676
|
+
#
|
|
8614
8677
|
# @!attribute [rw] security_group_ids
|
|
8615
8678
|
# The IDs of the EC2 security groups associated with the serverless
|
|
8616
8679
|
# cache.
|
|
@@ -8675,6 +8738,7 @@ module Aws::ElastiCache
|
|
|
8675
8738
|
:full_engine_version,
|
|
8676
8739
|
:cache_usage_limits,
|
|
8677
8740
|
:kms_key_id,
|
|
8741
|
+
:storage_encryption_type,
|
|
8678
8742
|
:security_group_ids,
|
|
8679
8743
|
:endpoint,
|
|
8680
8744
|
:reader_endpoint,
|
|
@@ -9229,6 +9293,17 @@ module Aws::ElastiCache
|
|
|
9229
9293
|
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/data-tiering.html
|
|
9230
9294
|
# @return [String]
|
|
9231
9295
|
#
|
|
9296
|
+
# @!attribute [rw] durability
|
|
9297
|
+
# The durability setting of the cluster when the snapshot was taken.
|
|
9298
|
+
# When restoring from this snapshot, the cluster uses this durability
|
|
9299
|
+
# setting unless overridden in the restore request. For more
|
|
9300
|
+
# information, see [Durability][1].
|
|
9301
|
+
#
|
|
9302
|
+
#
|
|
9303
|
+
#
|
|
9304
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/durability.html
|
|
9305
|
+
# @return [String]
|
|
9306
|
+
#
|
|
9232
9307
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/Snapshot AWS API Documentation
|
|
9233
9308
|
#
|
|
9234
9309
|
class Snapshot < Struct.new(
|
|
@@ -9259,7 +9334,8 @@ module Aws::ElastiCache
|
|
|
9259
9334
|
:node_snapshots,
|
|
9260
9335
|
:kms_key_id,
|
|
9261
9336
|
:arn,
|
|
9262
|
-
:data_tiering
|
|
9337
|
+
:data_tiering,
|
|
9338
|
+
:durability)
|
|
9263
9339
|
SENSITIVE = []
|
|
9264
9340
|
include Aws::Structure
|
|
9265
9341
|
end
|
data/lib/aws-sdk-elasticache.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -352,7 +352,8 @@ module Aws
|
|
|
352
352
|
?ip_discovery: ("ipv4" | "ipv6"),
|
|
353
353
|
?transit_encryption_mode: ("preferred" | "required"),
|
|
354
354
|
?cluster_mode: ("enabled" | "disabled" | "compatible"),
|
|
355
|
-
?serverless_cache_snapshot_name: ::String
|
|
355
|
+
?serverless_cache_snapshot_name: ::String,
|
|
356
|
+
?durability: ("default" | "async" | "sync" | "disabled")
|
|
356
357
|
) -> _CreateReplicationGroupResponseSuccess
|
|
357
358
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReplicationGroupResponseSuccess
|
|
358
359
|
|
|
@@ -1145,7 +1146,8 @@ module Aws
|
|
|
1145
1146
|
?ip_discovery: ("ipv4" | "ipv6"),
|
|
1146
1147
|
?transit_encryption_enabled: bool,
|
|
1147
1148
|
?transit_encryption_mode: ("preferred" | "required"),
|
|
1148
|
-
?cluster_mode: ("enabled" | "disabled" | "compatible")
|
|
1149
|
+
?cluster_mode: ("enabled" | "disabled" | "compatible"),
|
|
1150
|
+
?durability: ("default" | "async" | "sync" | "disabled")
|
|
1149
1151
|
) -> _ModifyReplicationGroupResponseSuccess
|
|
1150
1152
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyReplicationGroupResponseSuccess
|
|
1151
1153
|
|
data/sig/types.rbs
CHANGED
|
@@ -472,6 +472,7 @@ module Aws::ElastiCache
|
|
|
472
472
|
attr_accessor transit_encryption_mode: ("preferred" | "required")
|
|
473
473
|
attr_accessor cluster_mode: ("enabled" | "disabled" | "compatible")
|
|
474
474
|
attr_accessor serverless_cache_snapshot_name: ::String
|
|
475
|
+
attr_accessor durability: ("default" | "async" | "sync" | "disabled")
|
|
475
476
|
SENSITIVE: []
|
|
476
477
|
end
|
|
477
478
|
|
|
@@ -1249,6 +1250,7 @@ module Aws::ElastiCache
|
|
|
1249
1250
|
attr_accessor transit_encryption_enabled: bool
|
|
1250
1251
|
attr_accessor transit_encryption_mode: ("preferred" | "required")
|
|
1251
1252
|
attr_accessor cluster_mode: ("enabled" | "disabled" | "compatible")
|
|
1253
|
+
attr_accessor durability: ("default" | "async" | "sync" | "disabled")
|
|
1252
1254
|
SENSITIVE: []
|
|
1253
1255
|
end
|
|
1254
1256
|
|
|
@@ -1516,6 +1518,7 @@ module Aws::ElastiCache
|
|
|
1516
1518
|
attr_accessor at_rest_encryption_enabled: bool
|
|
1517
1519
|
attr_accessor member_clusters_outpost_arns: ::Array[::String]
|
|
1518
1520
|
attr_accessor kms_key_id: ::String
|
|
1521
|
+
attr_accessor storage_encryption_type: ("none" | "sse-elasticache" | "sse-kms")
|
|
1519
1522
|
attr_accessor arn: ::String
|
|
1520
1523
|
attr_accessor user_group_ids: ::Array[::String]
|
|
1521
1524
|
attr_accessor log_delivery_configurations: ::Array[Types::LogDeliveryConfiguration]
|
|
@@ -1527,6 +1530,8 @@ module Aws::ElastiCache
|
|
|
1527
1530
|
attr_accessor transit_encryption_mode: ("preferred" | "required")
|
|
1528
1531
|
attr_accessor cluster_mode: ("enabled" | "disabled" | "compatible")
|
|
1529
1532
|
attr_accessor engine: ::String
|
|
1533
|
+
attr_accessor durability: ("default" | "async" | "sync" | "disabled")
|
|
1534
|
+
attr_accessor effective_durability: ("async" | "sync" | "disabled")
|
|
1530
1535
|
SENSITIVE: []
|
|
1531
1536
|
end
|
|
1532
1537
|
|
|
@@ -1666,6 +1671,7 @@ module Aws::ElastiCache
|
|
|
1666
1671
|
attr_accessor full_engine_version: ::String
|
|
1667
1672
|
attr_accessor cache_usage_limits: Types::CacheUsageLimits
|
|
1668
1673
|
attr_accessor kms_key_id: ::String
|
|
1674
|
+
attr_accessor storage_encryption_type: ("none" | "sse-elasticache" | "sse-kms")
|
|
1669
1675
|
attr_accessor security_group_ids: ::Array[::String]
|
|
1670
1676
|
attr_accessor endpoint: Types::Endpoint
|
|
1671
1677
|
attr_accessor reader_endpoint: Types::Endpoint
|
|
@@ -1778,6 +1784,7 @@ module Aws::ElastiCache
|
|
|
1778
1784
|
attr_accessor kms_key_id: ::String
|
|
1779
1785
|
attr_accessor arn: ::String
|
|
1780
1786
|
attr_accessor data_tiering: ("enabled" | "disabled")
|
|
1787
|
+
attr_accessor durability: ("default" | "async" | "sync" | "disabled")
|
|
1781
1788
|
SENSITIVE: []
|
|
1782
1789
|
end
|
|
1783
1790
|
|