aws-sdk-elasticache 1.56.0 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fc031971fce0b53360fe62c03552cde5b6bf0ae9d5012f632594e0679f3c7bf
4
- data.tar.gz: 6f6b2ba40d8d96a930bba2500cd812675b97ede36f34cb703339a6ab6e9c771e
3
+ metadata.gz: 2b82657a3187fea7651299f184164af9135506f45c429fea3bcd86b34e5b48f2
4
+ data.tar.gz: 34c625fa040d77937d3516796fbc0d0d6edede57de465c79738b9287f78f8c17
5
5
  SHA512:
6
- metadata.gz: 6c886a3763ebe7149b3acb5ccdbeaa9a14638c6bd97dadf77890a6e1d35c7aa5498fa6c11992d73bcd5ce4d4d5bb0654373fd751f12fc39e725350768f7d348b
7
- data.tar.gz: add1d06e2ed797510fe4f7e4bbd67757cc001fad69c1c3daef309d10b7c4b67d0ea577a37d6d495d9d0ae2c8ec5bdb9ebd0d52c4bb40280d4017b9984beb4b92
6
+ metadata.gz: ae70b1d1ed0bda6efef538745df4b4ec35f2fb7dc1135da8897b1d0f7a2cc37076f2bab593ee8a9d1627bce1d116515a1274f65d1c044cebf054848dc88755ee
7
+ data.tar.gz: 0a852b9a45251644c67a9bed77e362ded3b1ed393911f765d13ab529244e4798696cccf75e3a9aefc88a49ac1d461b8cad04322e582726025c4181fee08c2da9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2021-05-17)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for elasticache
8
+
4
9
  1.56.0 (2021-04-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticache/customizations'
49
49
  # @!group service
50
50
  module Aws::ElastiCache
51
51
 
52
- GEM_VERSION = '1.56.0'
52
+ GEM_VERSION = '1.57.0'
53
53
 
54
54
  end
@@ -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 20 nodes for your Memcached cluster, please fill
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 list of user groups to associate with the replication group.
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
- # A list of user group IDs.
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
- # A list of users groups to remove, meaning the users in the group no
8837
- # longer can access thereplication group.
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.56.0'
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 20 nodes for your Memcached cluster, please
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 list of user groups to associate with the replication group.
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
- # A list of user group IDs.
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
- # A list of users groups to remove, meaning the users in the group no
6583
- # longer can access thereplication group.
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.56.0
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-04-22 00:00:00.000000000 Z
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
- rubyforge_project:
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