aws-sdk-elasticache 1.56.0 → 1.57.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.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +6 -6
- data/lib/aws-sdk-elasticache/types.rb +5 -5
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b82657a3187fea7651299f184164af9135506f45c429fea3bcd86b34e5b48f2
|
|
4
|
+
data.tar.gz: 34c625fa040d77937d3516796fbc0d0d6edede57de465c79738b9287f78f8c17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae70b1d1ed0bda6efef538745df4b4ec35f2fb7dc1135da8897b1d0f7a2cc37076f2bab593ee8a9d1627bce1d116515a1274f65d1c044cebf054848dc88755ee
|
|
7
|
+
data.tar.gz: 0a852b9a45251644c67a9bed77e362ded3b1ed393911f765d13ab529244e4798696cccf75e3a9aefc88a49ac1d461b8cad04322e582726025c4181fee08c2da9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.57.0
|
data/lib/aws-sdk-elasticache.rb
CHANGED
|
@@ -1005,7 +1005,7 @@ module Aws::ElastiCache
|
|
|
1005
1005
|
# For clusters running Redis, this value must be 1. For clusters running
|
|
1006
1006
|
# Memcached, this value must be between 1 and 40.
|
|
1007
1007
|
#
|
|
1008
|
-
# If you need more than
|
|
1008
|
+
# If you need more than 40 nodes for your Memcached cluster, please fill
|
|
1009
1009
|
# out the ElastiCache Limit Increase Request form at
|
|
1010
1010
|
# [http://aws.amazon.com/contact-us/elasticache-node-limit-request/][1].
|
|
1011
1011
|
#
|
|
@@ -2321,7 +2321,7 @@ module Aws::ElastiCache
|
|
|
2321
2321
|
# The ID of the KMS key used to encrypt the disk in the cluster.
|
|
2322
2322
|
#
|
|
2323
2323
|
# @option params [Array<String>] :user_group_ids
|
|
2324
|
-
# The
|
|
2324
|
+
# The user group to associate with the replication group.
|
|
2325
2325
|
#
|
|
2326
2326
|
# @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
|
|
2327
2327
|
# Specifies the destination, format and type of the logs.
|
|
@@ -8830,11 +8830,11 @@ module Aws::ElastiCache
|
|
|
8830
8830
|
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
|
8831
8831
|
#
|
|
8832
8832
|
# @option params [Array<String>] :user_group_ids_to_add
|
|
8833
|
-
#
|
|
8833
|
+
# The user group you are associating with the replication group.
|
|
8834
8834
|
#
|
|
8835
8835
|
# @option params [Array<String>] :user_group_ids_to_remove
|
|
8836
|
-
#
|
|
8837
|
-
#
|
|
8836
|
+
# The user group to remove, meaning the users in the group no longer can
|
|
8837
|
+
# access the replication group.
|
|
8838
8838
|
#
|
|
8839
8839
|
# @option params [Boolean] :remove_user_groups
|
|
8840
8840
|
# Removes the user groups that can access this replication group.
|
|
@@ -10086,7 +10086,7 @@ module Aws::ElastiCache
|
|
|
10086
10086
|
params: params,
|
|
10087
10087
|
config: config)
|
|
10088
10088
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
10089
|
-
context[:gem_version] = '1.
|
|
10089
|
+
context[:gem_version] = '1.57.0'
|
|
10090
10090
|
Seahorse::Client::Request.new(handlers, context)
|
|
10091
10091
|
end
|
|
10092
10092
|
|
|
@@ -1667,7 +1667,7 @@ module Aws::ElastiCache
|
|
|
1667
1667
|
# For clusters running Redis, this value must be 1. For clusters
|
|
1668
1668
|
# running Memcached, this value must be between 1 and 40.
|
|
1669
1669
|
#
|
|
1670
|
-
# If you need more than
|
|
1670
|
+
# If you need more than 40 nodes for your Memcached cluster, please
|
|
1671
1671
|
# fill out the ElastiCache Limit Increase Request form at
|
|
1672
1672
|
# [http://aws.amazon.com/contact-us/elasticache-node-limit-request/][1].
|
|
1673
1673
|
#
|
|
@@ -2787,7 +2787,7 @@ module Aws::ElastiCache
|
|
|
2787
2787
|
# @return [String]
|
|
2788
2788
|
#
|
|
2789
2789
|
# @!attribute [rw] user_group_ids
|
|
2790
|
-
# The
|
|
2790
|
+
# The user group to associate with the replication group.
|
|
2791
2791
|
# @return [Array<String>]
|
|
2792
2792
|
#
|
|
2793
2793
|
# @!attribute [rw] log_delivery_configurations
|
|
@@ -6575,12 +6575,12 @@ module Aws::ElastiCache
|
|
|
6575
6575
|
# @return [String]
|
|
6576
6576
|
#
|
|
6577
6577
|
# @!attribute [rw] user_group_ids_to_add
|
|
6578
|
-
#
|
|
6578
|
+
# The user group you are associating with the replication group.
|
|
6579
6579
|
# @return [Array<String>]
|
|
6580
6580
|
#
|
|
6581
6581
|
# @!attribute [rw] user_group_ids_to_remove
|
|
6582
|
-
#
|
|
6583
|
-
#
|
|
6582
|
+
# The user group to remove, meaning the users in the group no longer
|
|
6583
|
+
# can access the replication group.
|
|
6584
6584
|
# @return [Array<String>]
|
|
6585
6585
|
#
|
|
6586
6586
|
# @!attribute [rw] remove_user_groups
|
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.57.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: 2021-
|
|
11
|
+
date: 2021-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -84,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
|
-
|
|
88
|
-
rubygems_version: 2.7.6.3
|
|
87
|
+
rubygems_version: 3.1.6
|
|
89
88
|
signing_key:
|
|
90
89
|
specification_version: 4
|
|
91
90
|
summary: AWS SDK for Ruby - Amazon ElastiCache
|