aws-sdk-elasticache 1.45.0 → 1.46.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/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +15 -12
- data/lib/aws-sdk-elasticache/types.rb +18 -18
- 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: c30670945dbc859afe87e837388f972fea3d30c23a6002a7f4b2465e05e0a7c9
|
|
4
|
+
data.tar.gz: 0abf24396028b02980a914c7048d9586bd4fccb250ca5a82bdd00aa4a8a05350
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1a61e33e0f2208c1e913a9a6b9f32a57c039c148a14206dab2c08b867a7f5b2e5d3b0d744a0d2b095ae42cf8483f82aa2531e245a50c73954ec34a36b6dc7e7
|
|
7
|
+
data.tar.gz: e4689db988b3352ead7599317fc8724ee4d98a7bb7ab06fc5f1ab18cf266c070e6c47f3c0b0f7000cfd8243189d3e4e8823c550624250b2fc2c79ab98a018a7d
|
data/lib/aws-sdk-elasticache.rb
CHANGED
|
@@ -1479,8 +1479,9 @@ module Aws::ElastiCache
|
|
|
1479
1479
|
# The name of the cache parameter group family that the cache parameter
|
|
1480
1480
|
# group can be used with.
|
|
1481
1481
|
#
|
|
1482
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
1483
|
-
# `redis2.
|
|
1482
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
1483
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
|
|
1484
|
+
# \| `redis6.x` \|
|
|
1484
1485
|
#
|
|
1485
1486
|
# @option params [required, String] :description
|
|
1486
1487
|
# A user-specified description for the cache parameter group.
|
|
@@ -3548,10 +3549,10 @@ module Aws::ElastiCache
|
|
|
3548
3549
|
req.send_request(options)
|
|
3549
3550
|
end
|
|
3550
3551
|
|
|
3551
|
-
# For Redis engine version 6.
|
|
3552
|
-
#
|
|
3553
|
-
#
|
|
3554
|
-
#
|
|
3552
|
+
# For Redis engine version 6.x onwards: Deletes a user. The user will be
|
|
3553
|
+
# removed from all user groups and in turn removed from all replication
|
|
3554
|
+
# groups. For more information, see [Using Role Based Access Control
|
|
3555
|
+
# (RBAC)][1].
|
|
3555
3556
|
#
|
|
3556
3557
|
#
|
|
3557
3558
|
#
|
|
@@ -3599,7 +3600,7 @@ module Aws::ElastiCache
|
|
|
3599
3600
|
req.send_request(options)
|
|
3600
3601
|
end
|
|
3601
3602
|
|
|
3602
|
-
# For Redis engine version 6.
|
|
3603
|
+
# For Redis engine version 6.x onwards: Deletes a ser group. The user
|
|
3603
3604
|
# group must first be disassociated from the replcation group before it
|
|
3604
3605
|
# can be deleted. For more information, see [Using Role Based Access
|
|
3605
3606
|
# Control (RBAC)][1].
|
|
@@ -3918,8 +3919,9 @@ module Aws::ElastiCache
|
|
|
3918
3919
|
# The name of a specific cache parameter group family to return details
|
|
3919
3920
|
# for.
|
|
3920
3921
|
#
|
|
3921
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
3922
|
-
# `redis2.
|
|
3922
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
3923
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
|
|
3924
|
+
# \| `redis6.x` \|
|
|
3923
3925
|
#
|
|
3924
3926
|
# Constraints:
|
|
3925
3927
|
#
|
|
@@ -4900,8 +4902,9 @@ module Aws::ElastiCache
|
|
|
4900
4902
|
# @option params [required, String] :cache_parameter_group_family
|
|
4901
4903
|
# The name of the cache parameter group family.
|
|
4902
4904
|
#
|
|
4903
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
4904
|
-
# `redis2.
|
|
4905
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
4906
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
|
|
4907
|
+
# \| `redis6.x` \|
|
|
4905
4908
|
#
|
|
4906
4909
|
# @option params [Integer] :max_records
|
|
4907
4910
|
# The maximum number of records to include in the response. If more
|
|
@@ -9679,7 +9682,7 @@ module Aws::ElastiCache
|
|
|
9679
9682
|
params: params,
|
|
9680
9683
|
config: config)
|
|
9681
9684
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
9682
|
-
context[:gem_version] = '1.
|
|
9685
|
+
context[:gem_version] = '1.46.0'
|
|
9683
9686
|
Seahorse::Client::Request.new(handlers, context)
|
|
9684
9687
|
end
|
|
9685
9688
|
|
|
@@ -621,9 +621,9 @@ module Aws::ElastiCache
|
|
|
621
621
|
# The name of the cache parameter group family associated with this
|
|
622
622
|
# cache engine.
|
|
623
623
|
#
|
|
624
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
625
|
-
# `redis2.
|
|
626
|
-
# \|
|
|
624
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
625
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
|
626
|
+
# `redis5.0` \| `redis6.x` \|
|
|
627
627
|
# @return [String]
|
|
628
628
|
#
|
|
629
629
|
# @!attribute [rw] cache_engine_description
|
|
@@ -966,9 +966,9 @@ module Aws::ElastiCache
|
|
|
966
966
|
# The name of the cache parameter group family that this cache
|
|
967
967
|
# parameter group is compatible with.
|
|
968
968
|
#
|
|
969
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
970
|
-
# `redis2.
|
|
971
|
-
# \|
|
|
969
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
970
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
|
971
|
+
# `redis5.0` \| `redis6.x` \|
|
|
972
972
|
# @return [String]
|
|
973
973
|
#
|
|
974
974
|
# @!attribute [rw] description
|
|
@@ -1980,9 +1980,9 @@ module Aws::ElastiCache
|
|
|
1980
1980
|
# The name of the cache parameter group family that the cache
|
|
1981
1981
|
# parameter group can be used with.
|
|
1982
1982
|
#
|
|
1983
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
1984
|
-
# `redis2.
|
|
1985
|
-
# \|
|
|
1983
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
1984
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
|
1985
|
+
# `redis5.0` \| `redis6.x` \|
|
|
1986
1986
|
# @return [String]
|
|
1987
1987
|
#
|
|
1988
1988
|
# @!attribute [rw] description
|
|
@@ -3458,9 +3458,9 @@ module Aws::ElastiCache
|
|
|
3458
3458
|
# The name of a specific cache parameter group family to return
|
|
3459
3459
|
# details for.
|
|
3460
3460
|
#
|
|
3461
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
3462
|
-
# `redis2.
|
|
3463
|
-
# \|
|
|
3461
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
3462
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
|
3463
|
+
# `redis5.0` \| `redis6.x` \|
|
|
3464
3464
|
#
|
|
3465
3465
|
# Constraints:
|
|
3466
3466
|
#
|
|
@@ -3701,9 +3701,9 @@ module Aws::ElastiCache
|
|
|
3701
3701
|
# @!attribute [rw] cache_parameter_group_family
|
|
3702
3702
|
# The name of the cache parameter group family.
|
|
3703
3703
|
#
|
|
3704
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
3705
|
-
# `redis2.
|
|
3706
|
-
# \|
|
|
3704
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
3705
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
|
3706
|
+
# `redis5.0` \| `redis6.x` \|
|
|
3707
3707
|
# @return [String]
|
|
3708
3708
|
#
|
|
3709
3709
|
# @!attribute [rw] max_records
|
|
@@ -4759,9 +4759,9 @@ module Aws::ElastiCache
|
|
|
4759
4759
|
# Specifies the name of the cache parameter group family to which the
|
|
4760
4760
|
# engine default parameters apply.
|
|
4761
4761
|
#
|
|
4762
|
-
# Valid values are: `memcached1.4` \| `memcached1.5` \| `
|
|
4763
|
-
# `redis2.
|
|
4764
|
-
# \|
|
|
4762
|
+
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
|
4763
|
+
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
|
4764
|
+
# `redis5.0` \| `redis6.x` \|
|
|
4765
4765
|
# @return [String]
|
|
4766
4766
|
#
|
|
4767
4767
|
# @!attribute [rw] marker
|
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.46.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: 2020-
|
|
11
|
+
date: 2020-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|