aws-sdk-elasticache 1.21.0 → 1.22.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
  SHA1:
3
- metadata.gz: 7e8af94e6ad61686f07780dc6705518f0ba07852
4
- data.tar.gz: cbde9c14454303363004cdd12091039963b9a317
3
+ metadata.gz: 828d947bafa7476acee58b07cb4a0b0e1434e293
4
+ data.tar.gz: 411de91e77312e9e16a89be9348f31dfd326f6a2
5
5
  SHA512:
6
- metadata.gz: 2717a20af2d182ab3d594d4f89caa126f571c66d6c22cab09dbaa31741dc50a3f10f693f56ee5a977ed4ee71e7e74dc7d436a8d5e3f71ef2e14f50c65eea57b2
7
- data.tar.gz: acecb9ea5fad0066adf9f93f02bfc205f0d24c84b2cf77b73bbc3c8f066427b26037eb906e3bea440818864cf5ffeeab8331006db40b6ff26171fdd98e2ead5e
6
+ metadata.gz: 7156432e5391056df14f59649b6a2d8399326582a4d3dcb3b3ae829abd595c21f55a96a639f454deece62610a54516a022cd3641cca572428f24d971d3d9042a
7
+ data.tar.gz: 3b93e247f88f60e15ffbe70a326b100b9e6c5f475f077a9863cbf0c0bf9163eec60f199db7161a016a76d36cec50583cd55164d63fbf0b66a794e6ad61874c68
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticache/customizations'
43
43
  # @service
44
44
  module Aws::ElastiCache
45
45
 
46
- GEM_VERSION = '1.21.0'
46
+ GEM_VERSION = '1.22.0'
47
47
 
48
48
  end
@@ -585,7 +585,7 @@ module Aws::ElastiCache
585
585
  # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html
586
586
  # [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/IAM.html
587
587
  # [3]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-create-s3-bucket
588
- # [4]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access.html
588
+ # [4]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
589
589
  #
590
590
  # @option params [required, String] :source_snapshot_name
591
591
  # The name of an existing snapshot from which to make a copy.
@@ -1471,7 +1471,7 @@ module Aws::ElastiCache
1471
1471
  # asynchronously propagated to the replicas.
1472
1472
  #
1473
1473
  # A Redis (cluster mode enabled) replication group is a collection of 1
1474
- # to 15 node groups (shards). Each node group (shard) has one read/write
1474
+ # to 90 node groups (shards). Each node group (shard) has one read/write
1475
1475
  # primary node and up to 5 read-only replica nodes. Writes to the
1476
1476
  # primary are asynchronously propagated to the replicas. Redis (cluster
1477
1477
  # mode enabled) replication groups partition the data across node groups
@@ -1862,7 +1862,7 @@ module Aws::ElastiCache
1862
1862
  # `CacheSubnetGroup`.
1863
1863
  #
1864
1864
  # **Required:** Only available when creating a replication group in an
1865
- # Amazon VPC using redis version `3.2.6` or `4.x`.
1865
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
1866
1866
  #
1867
1867
  # Default: `false`
1868
1868
  #
@@ -1878,7 +1878,7 @@ module Aws::ElastiCache
1878
1878
  # when you create the replication group.
1879
1879
  #
1880
1880
  # **Required:** Only available when creating a replication group in an
1881
- # Amazon VPC using redis version `3.2.6` or `4.x`.
1881
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
1882
1882
  #
1883
1883
  # Default: `false`
1884
1884
  #
@@ -6383,7 +6383,7 @@ module Aws::ElastiCache
6383
6383
  #
6384
6384
  #
6385
6385
  #
6386
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNode.Memcached.html
6386
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.SupportedTypes.html
6387
6387
  #
6388
6388
  # @option params [Array<String>] :new_availability_zones
6389
6389
  # The list of Availability Zones where the new Memcached cache nodes are
@@ -6465,7 +6465,7 @@ module Aws::ElastiCache
6465
6465
  #
6466
6466
  #
6467
6467
  #
6468
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNode.Memcached.html
6468
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.SupportedTypes.html
6469
6469
  #
6470
6470
  # @option params [Array<String>] :cache_security_group_names
6471
6471
  # A list of cache security group names to authorize on this cluster.
@@ -7862,7 +7862,7 @@ module Aws::ElastiCache
7862
7862
  params: params,
7863
7863
  config: config)
7864
7864
  context[:gem_name] = 'aws-sdk-elasticache'
7865
- context[:gem_version] = '1.21.0'
7865
+ context[:gem_version] = '1.22.0'
7866
7866
  Seahorse::Client::Request.new(handlers, context)
7867
7867
  end
7868
7868
 
@@ -411,7 +411,7 @@ module Aws::ElastiCache
411
411
  # cluster.
412
412
  #
413
413
  # **Required:** Only available when creating a replication group in an
414
- # Amazon VPC using redis version `3.2.6` or `4.x`.
414
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
415
415
  #
416
416
  # Default: `false`
417
417
  # @return [Boolean]
@@ -425,7 +425,7 @@ module Aws::ElastiCache
425
425
  # cluster.
426
426
  #
427
427
  # **Required:** Only available when creating a replication group in an
428
- # Amazon VPC using redis version `3.2.6` or `4.x`.
428
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
429
429
  #
430
430
  # Default: `false`
431
431
  # @return [Boolean]
@@ -2118,7 +2118,7 @@ module Aws::ElastiCache
2118
2118
  # for `CacheSubnetGroup`.
2119
2119
  #
2120
2120
  # **Required:** Only available when creating a replication group in an
2121
- # Amazon VPC using redis version `3.2.6` or `4.x`.
2121
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
2122
2122
  #
2123
2123
  # Default: `false`
2124
2124
  #
@@ -2135,7 +2135,7 @@ module Aws::ElastiCache
2135
2135
  # when you create the replication group.
2136
2136
  #
2137
2137
  # **Required:** Only available when creating a replication group in an
2138
- # Amazon VPC using redis version `3.2.6` or `4.x`.
2138
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
2139
2139
  #
2140
2140
  # Default: `false`
2141
2141
  # @return [Boolean]
@@ -3898,7 +3898,7 @@ module Aws::ElastiCache
3898
3898
  #
3899
3899
  #
3900
3900
  #
3901
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNode.Memcached.html
3901
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.SupportedTypes.html
3902
3902
  # @return [String]
3903
3903
  #
3904
3904
  # @!attribute [rw] new_availability_zones
@@ -3982,7 +3982,7 @@ module Aws::ElastiCache
3982
3982
  #
3983
3983
  #
3984
3984
  #
3985
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNode.Memcached.html
3985
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.SupportedTypes.html
3986
3986
  # @return [Array<String>]
3987
3987
  #
3988
3988
  # @!attribute [rw] cache_security_group_names
@@ -4567,8 +4567,8 @@ module Aws::ElastiCache
4567
4567
  # The identifier for the node group (shard). A Redis (cluster mode
4568
4568
  # disabled) replication group contains only 1 node group; therefore,
4569
4569
  # the node group ID is 0001. A Redis (cluster mode enabled)
4570
- # replication group contains 1 to 15 node groups numbered 0001 to
4571
- # 0015. Optionally, the user can provide the id for a node group.
4570
+ # replication group contains 1 to 90 node groups numbered 0001 to
4571
+ # 0090. Optionally, the user can provide the id for a node group.
4572
4572
  # @return [String]
4573
4573
  #
4574
4574
  # @!attribute [rw] status
@@ -5247,7 +5247,7 @@ module Aws::ElastiCache
5247
5247
  # cluster.
5248
5248
  #
5249
5249
  # **Required:** Only available when creating a replication group in an
5250
- # Amazon VPC using redis version `3.2.6` or `4.x`.
5250
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
5251
5251
  #
5252
5252
  # Default: `false`
5253
5253
  # @return [Boolean]
@@ -5261,7 +5261,7 @@ module Aws::ElastiCache
5261
5261
  # cluster.
5262
5262
  #
5263
5263
  # **Required:** Only available when creating a replication group in an
5264
- # Amazon VPC using redis version `3.2.6` or `4.x`.
5264
+ # Amazon VPC using redis version `3.2.6`, `4.x` or later.
5265
5265
  #
5266
5266
  # Default: `false`
5267
5267
  # @return [Boolean]
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.21.0
4
+ version: 1.22.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: 2019-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core