aws-sdk-elasticache 1.70.0 → 1.71.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: 7b009036b9fd1e471ea8dc1410977835fb6706302552290ce75b501829256b03
4
- data.tar.gz: 9d4d19c89d1954ae68c7f41a1714d1c9d606e01af26f9fd9e076cef51655591d
3
+ metadata.gz: 6b3d8dd77ac0ae9cb8ca3eada47cd5a8b04bb7e3961500c70c305751ed23abaa
4
+ data.tar.gz: c3f82398e4fe3d0d0d7570346c875b213c1a684474e3880d9e1c4e2cdbc3a58e
5
5
  SHA512:
6
- metadata.gz: 983852ca7eb8d4e25583dd840bbd8a81fe3b9e667273505b7830fb410e2531eb6ee0db84144f041e7f39f3734d72b58494d6022153cf66da0d2a8998a8863803
7
- data.tar.gz: 563ac076080bf0456b6aa32551fc93df621172c6311821a5ef87460ba4dfd081408fab01ac984e76f403f8d1b89031a392094dae65ca8fd6adef2180af307ec2
6
+ metadata.gz: '08894c3cbea9bdb6d310d090480b4edb5cd4e5a8563af79d4e296d7e71020ce8bbd6c0990821690e7a282169c9fcf0e9bb910e3f6d925ffb31bd5b0f5bc90d5c'
7
+ data.tar.gz: 50a92a5adab7ab6e4ab9c7d1ba2838f2906d066d5330be11ea919af9d45620048b42eba02dfbfb4b06228382f3b2b61870f692ea7a38877eea7e9213ca006d31
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2022-02-02)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for AWS ElastiCache
8
+
4
9
  1.70.0 (2022-01-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -1231,7 +1231,7 @@ module Aws::ElastiCache
1231
1231
  # Specifies the weekly time range during which maintenance on the
1232
1232
  # cluster is performed. It is specified as a range in the format
1233
1233
  # ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
1234
- # window is a 60 minute period. Valid values for `ddd` are:
1234
+ # window is a 60 minute period.
1235
1235
  #
1236
1236
  # @option params [Integer] :port
1237
1237
  # The port number on which each of the cache nodes accepts connections.
@@ -1561,7 +1561,7 @@ module Aws::ElastiCache
1561
1561
  #
1562
1562
  # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
1563
1563
  # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
1564
- # \| `redis6.0` \| `redis6.2`
1564
+ # \| `redis6.x`
1565
1565
  #
1566
1566
  # @option params [required, String] :description
1567
1567
  # A user-specified description for the cache parameter group.
@@ -10221,7 +10221,7 @@ module Aws::ElastiCache
10221
10221
  params: params,
10222
10222
  config: config)
10223
10223
  context[:gem_name] = 'aws-sdk-elasticache'
10224
- context[:gem_version] = '1.70.0'
10224
+ context[:gem_version] = '1.71.0'
10225
10225
  Seahorse::Client::Request.new(handlers, context)
10226
10226
  end
10227
10227
 
@@ -1009,7 +1009,7 @@ module Aws::ElastiCache
1009
1009
  #
1010
1010
  # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
1011
1011
  # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
1012
- # `redis5.0` \| `redis6.0` \|
1012
+ # `redis5.0` \| `redis6.x` \|
1013
1013
  # @return [String]
1014
1014
  #
1015
1015
  # @!attribute [rw] description
@@ -1913,7 +1913,7 @@ module Aws::ElastiCache
1913
1913
  # Specifies the weekly time range during which maintenance on the
1914
1914
  # cluster is performed. It is specified as a range in the format
1915
1915
  # ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
1916
- # window is a 60 minute period. Valid values for `ddd` are:
1916
+ # window is a 60 minute period.
1917
1917
  # @return [String]
1918
1918
  #
1919
1919
  # @!attribute [rw] port
@@ -2078,7 +2078,7 @@ module Aws::ElastiCache
2078
2078
  #
2079
2079
  # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
2080
2080
  # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
2081
- # `redis5.0` \| `redis6.0` \| `redis6.2`
2081
+ # `redis5.0` \| `redis6.x`
2082
2082
  # @return [String]
2083
2083
  #
2084
2084
  # @!attribute [rw] description
@@ -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.70.0'
52
+ GEM_VERSION = '1.71.0'
53
53
 
54
54
  end
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.70.0
4
+ version: 1.71.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: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core