aws-sdk-elasticache 1.122.0 → 1.123.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 +26 -23
- data/lib/aws-sdk-elasticache/types.rb +28 -24
- 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: 9325c59ecf20b3e7da124ecbe20dcd74443bf970900ae5bd6f2a9b36c46ccf7e
|
4
|
+
data.tar.gz: 3b9002e3b0a4913c5d1ab0254d54d26fa985de00ffeffc63f3140cb64f7c4e7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24427142bade992a7bb908beaaea60102baa250ae88c6a86e9cb1f189c81e45de8e20940c2e73cd7bc0136a7906274d3f5ff67c268f04ea166873f5fbc43bcdc
|
7
|
+
data.tar.gz: 0a1a60b90e35b5b050a176ad5399eeed13f6016d5b80fdf2eb98d5ddab590a14d715908bd4979d209ca2f0a491d2db66152fab17f13737178bf490daffe8ab03
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.123.0
|
@@ -1512,8 +1512,8 @@ module Aws::ElastiCache
|
|
1512
1512
|
#
|
1513
1513
|
# @option params [String] :network_type
|
1514
1514
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
1515
|
-
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
1516
|
-
#
|
1515
|
+
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to
|
1516
|
+
# 7.1 and Memcached engine version 1.6.6 and above on all instances
|
1517
1517
|
# built on the [Nitro system][1].
|
1518
1518
|
#
|
1519
1519
|
#
|
@@ -1523,8 +1523,8 @@ module Aws::ElastiCache
|
|
1523
1523
|
# @option params [String] :ip_discovery
|
1524
1524
|
# The network type you choose when modifying a cluster, either `ipv4` \|
|
1525
1525
|
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
1526
|
-
# Redis OSS engine version 6.2
|
1527
|
-
#
|
1526
|
+
# Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6
|
1527
|
+
# and above on all instances built on the [Nitro system][1].
|
1528
1528
|
#
|
1529
1529
|
#
|
1530
1530
|
#
|
@@ -2397,7 +2397,7 @@ module Aws::ElastiCache
|
|
2397
2397
|
#
|
2398
2398
|
# @option params [String] :engine
|
2399
2399
|
# The name of the cache engine to be used for the clusters in this
|
2400
|
-
# replication group. The value must be set to `
|
2400
|
+
# replication group. The value must be set to `valkey` or `redis`.
|
2401
2401
|
#
|
2402
2402
|
# @option params [String] :engine_version
|
2403
2403
|
# The version number of the cache engine to be used for the clusters in
|
@@ -2591,9 +2591,10 @@ module Aws::ElastiCache
|
|
2591
2591
|
# when you create the replication group.
|
2592
2592
|
#
|
2593
2593
|
# **Required:** Only available when creating a replication group in an
|
2594
|
-
# Amazon VPC using Redis OSS version `3.2.6`,
|
2594
|
+
# Amazon VPC using Valkey 7.2 and later, Redis OSS version `3.2.6`, or
|
2595
|
+
# Redis OSS `4.x` and later.
|
2595
2596
|
#
|
2596
|
-
# Default: `false`
|
2597
|
+
# Default: `true` when using Valkey, `false` when using Redis OSS
|
2597
2598
|
#
|
2598
2599
|
# @option params [String] :kms_key_id
|
2599
2600
|
# The ID of the KMS key used to encrypt the disk in the cluster.
|
@@ -2615,8 +2616,8 @@ module Aws::ElastiCache
|
|
2615
2616
|
#
|
2616
2617
|
# @option params [String] :network_type
|
2617
2618
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
2618
|
-
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
2619
|
-
#
|
2619
|
+
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to
|
2620
|
+
# 7.1 and Memcached engine version 1.6.6 and above on all instances
|
2620
2621
|
# built on the [Nitro system][1].
|
2621
2622
|
#
|
2622
2623
|
#
|
@@ -2626,9 +2627,8 @@ module Aws::ElastiCache
|
|
2626
2627
|
# @option params [String] :ip_discovery
|
2627
2628
|
# The network type you choose when creating a replication group, either
|
2628
2629
|
# `ipv4` \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
2629
|
-
# above, Redis OSS engine version 6.2
|
2630
|
-
#
|
2631
|
-
# system][1].
|
2630
|
+
# above, Redis OSS engine version 6.2 to 7.1 or Memcached engine version
|
2631
|
+
# 1.6.6 and above on all instances built on the [Nitro system][1].
|
2632
2632
|
#
|
2633
2633
|
#
|
2634
2634
|
#
|
@@ -3349,7 +3349,7 @@ module Aws::ElastiCache
|
|
3349
3349
|
req.send_request(options)
|
3350
3350
|
end
|
3351
3351
|
|
3352
|
-
# For Valkey engine version 7.2 onwards and Redis OSS 6.0
|
3352
|
+
# For Valkey engine version 7.2 onwards and Redis OSS 6.0 to 7.1:
|
3353
3353
|
# Creates a user. For more information, see [Using Role Based Access
|
3354
3354
|
# Control (RBAC)][1].
|
3355
3355
|
#
|
@@ -3364,7 +3364,7 @@ module Aws::ElastiCache
|
|
3364
3364
|
# The username of the user.
|
3365
3365
|
#
|
3366
3366
|
# @option params [required, String] :engine
|
3367
|
-
# The
|
3367
|
+
# The options are valkey or redis.
|
3368
3368
|
#
|
3369
3369
|
# @option params [Array<String>] :passwords
|
3370
3370
|
# Passwords used for this user. You can create up to two passwords for
|
@@ -3440,7 +3440,7 @@ module Aws::ElastiCache
|
|
3440
3440
|
req.send_request(options)
|
3441
3441
|
end
|
3442
3442
|
|
3443
|
-
# For Valkey engine version 7.2 onwards and Redis OSS 6.0
|
3443
|
+
# For Valkey engine version 7.2 onwards and Redis OSS 6.0 to 7.1:
|
3444
3444
|
# Creates a user group. For more information, see [Using Role Based
|
3445
3445
|
# Access Control (RBAC)][1]
|
3446
3446
|
#
|
@@ -3452,7 +3452,8 @@ module Aws::ElastiCache
|
|
3452
3452
|
# The ID of the user group.
|
3453
3453
|
#
|
3454
3454
|
# @option params [required, String] :engine
|
3455
|
-
#
|
3455
|
+
# Sets the engine listed in a user group. The options are valkey or
|
3456
|
+
# redis.
|
3456
3457
|
#
|
3457
3458
|
# @option params [Array<String>] :user_ids
|
3458
3459
|
# The list of user IDs that belong to the user group.
|
@@ -9211,8 +9212,8 @@ module Aws::ElastiCache
|
|
9211
9212
|
# @option params [String] :ip_discovery
|
9212
9213
|
# The network type you choose when modifying a cluster, either `ipv4` \|
|
9213
9214
|
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
9214
|
-
# Redis OSS engine version 6.2
|
9215
|
-
#
|
9215
|
+
# Redis OSS engine version 6.2 to 7.1 or Memcached engine version 1.6.6
|
9216
|
+
# and above on all instances built on the [Nitro system][1].
|
9216
9217
|
#
|
9217
9218
|
#
|
9218
9219
|
#
|
@@ -9870,8 +9871,8 @@ module Aws::ElastiCache
|
|
9870
9871
|
# @option params [String] :ip_discovery
|
9871
9872
|
# The network type you choose when modifying a cluster, either `ipv4` \|
|
9872
9873
|
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
9873
|
-
# Redis OSS engine version 6.2
|
9874
|
-
#
|
9874
|
+
# Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6
|
9875
|
+
# and above on all instances built on the [Nitro system][1].
|
9875
9876
|
#
|
9876
9877
|
#
|
9877
9878
|
#
|
@@ -10409,7 +10410,8 @@ module Aws::ElastiCache
|
|
10409
10410
|
# Specifies how to authenticate the user.
|
10410
10411
|
#
|
10411
10412
|
# @option params [String] :engine
|
10412
|
-
#
|
10413
|
+
# Modifies the engine listed for a user. The options are valkey or
|
10414
|
+
# redis.
|
10413
10415
|
#
|
10414
10416
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10415
10417
|
#
|
@@ -10473,7 +10475,8 @@ module Aws::ElastiCache
|
|
10473
10475
|
# The list of user IDs to remove from the user group.
|
10474
10476
|
#
|
10475
10477
|
# @option params [String] :engine
|
10476
|
-
#
|
10478
|
+
# Modifies the engine listed in a user group. The options are valkey or
|
10479
|
+
# redis.
|
10477
10480
|
#
|
10478
10481
|
# @return [Types::UserGroup] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10479
10482
|
#
|
@@ -11466,7 +11469,7 @@ module Aws::ElastiCache
|
|
11466
11469
|
tracer: tracer
|
11467
11470
|
)
|
11468
11471
|
context[:gem_name] = 'aws-sdk-elasticache'
|
11469
|
-
context[:gem_version] = '1.
|
11472
|
+
context[:gem_version] = '1.123.0'
|
11470
11473
|
Seahorse::Client::Request.new(handlers, context)
|
11471
11474
|
end
|
11472
11475
|
|
@@ -545,8 +545,8 @@ module Aws::ElastiCache
|
|
545
545
|
# @!attribute [rw] network_type
|
546
546
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
547
547
|
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
548
|
-
# 6.2
|
549
|
-
#
|
548
|
+
# 6.2 7.1 or Memcached engine version 1.6.6 and above on all instances
|
549
|
+
# built on the [Nitro system][1].
|
550
550
|
#
|
551
551
|
#
|
552
552
|
#
|
@@ -556,7 +556,7 @@ module Aws::ElastiCache
|
|
556
556
|
# @!attribute [rw] ip_discovery
|
557
557
|
# The network type associated with the cluster, either `ipv4` \|
|
558
558
|
# `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and above,
|
559
|
-
# Redis OSS engine version 6.2
|
559
|
+
# Redis OSS engine version 6.2 to 7.1 or Memcached engine version
|
560
560
|
# 1.6.6 and above on all instances built on the [Nitro system][1].
|
561
561
|
#
|
562
562
|
#
|
@@ -1287,8 +1287,8 @@ module Aws::ElastiCache
|
|
1287
1287
|
# @!attribute [rw] supported_network_types
|
1288
1288
|
# Either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
1289
1289
|
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
1290
|
-
#
|
1291
|
-
#
|
1290
|
+
# to 7.1 or Memcached engine version 1.6.6 and above on all instances
|
1291
|
+
# built on the [Nitro system][1].
|
1292
1292
|
#
|
1293
1293
|
#
|
1294
1294
|
#
|
@@ -2004,7 +2004,7 @@ module Aws::ElastiCache
|
|
2004
2004
|
# @!attribute [rw] network_type
|
2005
2005
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
2006
2006
|
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
2007
|
-
# 6.2
|
2007
|
+
# 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all
|
2008
2008
|
# instances built on the [Nitro system][1].
|
2009
2009
|
#
|
2010
2010
|
#
|
@@ -2015,7 +2015,7 @@ module Aws::ElastiCache
|
|
2015
2015
|
# @!attribute [rw] ip_discovery
|
2016
2016
|
# The network type you choose when modifying a cluster, either `ipv4`
|
2017
2017
|
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
2018
|
-
# above, Redis OSS engine version 6.2
|
2018
|
+
# above, Redis OSS engine version 6.2 to 7.1 and Memcached engine
|
2019
2019
|
# version 1.6.6 and above on all instances built on the [Nitro
|
2020
2020
|
# system][1].
|
2021
2021
|
#
|
@@ -2521,7 +2521,7 @@ module Aws::ElastiCache
|
|
2521
2521
|
#
|
2522
2522
|
# @!attribute [rw] engine
|
2523
2523
|
# The name of the cache engine to be used for the clusters in this
|
2524
|
-
# replication group. The value must be set to `
|
2524
|
+
# replication group. The value must be set to `valkey` or `redis`.
|
2525
2525
|
# @return [String]
|
2526
2526
|
#
|
2527
2527
|
# @!attribute [rw] engine_version
|
@@ -2733,9 +2733,10 @@ module Aws::ElastiCache
|
|
2733
2733
|
# when you create the replication group.
|
2734
2734
|
#
|
2735
2735
|
# **Required:** Only available when creating a replication group in an
|
2736
|
-
# Amazon VPC using Redis OSS version `3.2.6`,
|
2736
|
+
# Amazon VPC using Valkey 7.2 and later, Redis OSS version `3.2.6`, or
|
2737
|
+
# Redis OSS `4.x` and later.
|
2737
2738
|
#
|
2738
|
-
# Default: `false`
|
2739
|
+
# Default: `true` when using Valkey, `false` when using Redis OSS
|
2739
2740
|
# @return [Boolean]
|
2740
2741
|
#
|
2741
2742
|
# @!attribute [rw] kms_key_id
|
@@ -2763,7 +2764,7 @@ module Aws::ElastiCache
|
|
2763
2764
|
# @!attribute [rw] network_type
|
2764
2765
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
2765
2766
|
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
2766
|
-
# 6.2
|
2767
|
+
# 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all
|
2767
2768
|
# instances built on the [Nitro system][1].
|
2768
2769
|
#
|
2769
2770
|
#
|
@@ -2774,7 +2775,7 @@ module Aws::ElastiCache
|
|
2774
2775
|
# @!attribute [rw] ip_discovery
|
2775
2776
|
# The network type you choose when creating a replication group,
|
2776
2777
|
# either `ipv4` \| `ipv6`. IPv6 is supported for workloads using
|
2777
|
-
# Valkey 7.2 and above, Redis OSS engine version 6.2
|
2778
|
+
# Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 or
|
2778
2779
|
# Memcached engine version 1.6.6 and above on all instances built on
|
2779
2780
|
# the [Nitro system][1].
|
2780
2781
|
#
|
@@ -3088,7 +3089,8 @@ module Aws::ElastiCache
|
|
3088
3089
|
# @return [String]
|
3089
3090
|
#
|
3090
3091
|
# @!attribute [rw] engine
|
3091
|
-
#
|
3092
|
+
# Sets the engine listed in a user group. The options are valkey or
|
3093
|
+
# redis.
|
3092
3094
|
# @return [String]
|
3093
3095
|
#
|
3094
3096
|
# @!attribute [rw] user_ids
|
@@ -3121,7 +3123,7 @@ module Aws::ElastiCache
|
|
3121
3123
|
# @return [String]
|
3122
3124
|
#
|
3123
3125
|
# @!attribute [rw] engine
|
3124
|
-
# The
|
3126
|
+
# The options are valkey or redis.
|
3125
3127
|
# @return [String]
|
3126
3128
|
#
|
3127
3129
|
# @!attribute [rw] passwords
|
@@ -6105,7 +6107,7 @@ module Aws::ElastiCache
|
|
6105
6107
|
# @!attribute [rw] ip_discovery
|
6106
6108
|
# The network type you choose when modifying a cluster, either `ipv4`
|
6107
6109
|
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
6108
|
-
# above, Redis OSS engine version 6.2
|
6110
|
+
# above, Redis OSS engine version 6.2 to 7.1 or Memcached engine
|
6109
6111
|
# version 1.6.6 and above on all instances built on the [Nitro
|
6110
6112
|
# system][1].
|
6111
6113
|
#
|
@@ -6538,7 +6540,7 @@ module Aws::ElastiCache
|
|
6538
6540
|
# @!attribute [rw] ip_discovery
|
6539
6541
|
# The network type you choose when modifying a cluster, either `ipv4`
|
6540
6542
|
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
6541
|
-
# above, Redis OSS engine version 6.2
|
6543
|
+
# above, Redis OSS engine version 6.2 to 7.1 and Memcached engine
|
6542
6544
|
# version 1.6.6 and above on all instances built on the [Nitro
|
6543
6545
|
# system][1].
|
6544
6546
|
#
|
@@ -6809,7 +6811,8 @@ module Aws::ElastiCache
|
|
6809
6811
|
# @return [Array<String>]
|
6810
6812
|
#
|
6811
6813
|
# @!attribute [rw] engine
|
6812
|
-
#
|
6814
|
+
# Modifies the engine listed in a user group. The options are valkey
|
6815
|
+
# or redis.
|
6813
6816
|
# @return [String]
|
6814
6817
|
#
|
6815
6818
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserGroupMessage AWS API Documentation
|
@@ -6848,7 +6851,8 @@ module Aws::ElastiCache
|
|
6848
6851
|
# @return [Types::AuthenticationMode]
|
6849
6852
|
#
|
6850
6853
|
# @!attribute [rw] engine
|
6851
|
-
#
|
6854
|
+
# Modifies the engine listed for a user. The options are valkey or
|
6855
|
+
# redis.
|
6852
6856
|
# @return [String]
|
6853
6857
|
#
|
6854
6858
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
|
@@ -7780,7 +7784,7 @@ module Aws::ElastiCache
|
|
7780
7784
|
# @!attribute [rw] network_type
|
7781
7785
|
# Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported
|
7782
7786
|
# for workloads using Valkey 7.2 and above, Redis OSS engine version
|
7783
|
-
# 6.2
|
7787
|
+
# 6.2 to 7.1 or Memcached engine version 1.6.6 and above on all
|
7784
7788
|
# instances built on the [Nitro system][1].
|
7785
7789
|
#
|
7786
7790
|
#
|
@@ -7791,7 +7795,7 @@ module Aws::ElastiCache
|
|
7791
7795
|
# @!attribute [rw] ip_discovery
|
7792
7796
|
# The network type you choose when modifying a cluster, either `ipv4`
|
7793
7797
|
# \| `ipv6`. IPv6 is supported for workloads using Valkey 7.2 and
|
7794
|
-
# above, Redis OSS engine version 6.2
|
7798
|
+
# above, Redis OSS engine version 6.2 to 7.1 or Memcached engine
|
7795
7799
|
# version 1.6.6 and above on all instances built on the [Nitro
|
7796
7800
|
# system][1].
|
7797
7801
|
#
|
@@ -9287,8 +9291,8 @@ module Aws::ElastiCache
|
|
9287
9291
|
# @!attribute [rw] supported_network_types
|
9288
9292
|
# Either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
|
9289
9293
|
# workloads using Valkey 7.2 and above, Redis OSS engine version 6.2
|
9290
|
-
#
|
9291
|
-
#
|
9294
|
+
# to 7.1 or Memcached engine version 1.6.6 and above on all instances
|
9295
|
+
# built on the [Nitro system][1].
|
9292
9296
|
#
|
9293
9297
|
#
|
9294
9298
|
#
|
@@ -9671,7 +9675,7 @@ module Aws::ElastiCache
|
|
9671
9675
|
# @return [String]
|
9672
9676
|
#
|
9673
9677
|
# @!attribute [rw] engine
|
9674
|
-
# The
|
9678
|
+
# The options are valkey or redis.
|
9675
9679
|
# @return [String]
|
9676
9680
|
#
|
9677
9681
|
# @!attribute [rw] minimum_engine_version
|
@@ -9726,7 +9730,7 @@ module Aws::ElastiCache
|
|
9726
9730
|
# @return [String]
|
9727
9731
|
#
|
9728
9732
|
# @!attribute [rw] engine
|
9729
|
-
# The
|
9733
|
+
# The options are valkey or redis.
|
9730
9734
|
# @return [String]
|
9731
9735
|
#
|
9732
9736
|
# @!attribute [rw] user_ids
|
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.123.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: 2025-02-
|
11
|
+
date: 2025-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|