aws-sdk-elasticache 1.70.0 → 1.73.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: e0762cce50150b6da2f879887449030a745a277fafa580c6ee75a7f0629deb2c
4
+ data.tar.gz: 27e4a1f5997b4c0101e4d3b0961fbe63b7dcda022667c570bbad9048899e61a5
5
5
  SHA512:
6
- metadata.gz: 983852ca7eb8d4e25583dd840bbd8a81fe3b9e667273505b7830fb410e2531eb6ee0db84144f041e7f39f3734d72b58494d6022153cf66da0d2a8998a8863803
7
- data.tar.gz: 563ac076080bf0456b6aa32551fc93df621172c6311821a5ef87460ba4dfd081408fab01ac984e76f403f8d1b89031a392094dae65ca8fd6adef2180af307ec2
6
+ metadata.gz: 56c2e2bf9933988f99303e8d38cdc4263e14a8f8a885e7ed4fd48a31040a1e7c8b59979ea0a381f4eb6d063634dcce4be74c88f737fa4d9b1ac2de0423f0f6dc
7
+ data.tar.gz: 7f4785df4e47ce5b98bc72012b2aec26547bed5e1f4b61d8004a4eef074b90eb0c0f61b9964943a88f368da6dfccf4d0ebee22f40260524b1e484864d3477af2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.72.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.71.0 (2022-02-02)
15
+ ------------------
16
+
17
+ * Feature - Documentation update for AWS ElastiCache
18
+
4
19
  1.70.0 (2022-01-13)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.73.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/query.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::ElastiCache
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::Query)
80
84
 
@@ -1231,7 +1235,7 @@ module Aws::ElastiCache
1231
1235
  # Specifies the weekly time range during which maintenance on the
1232
1236
  # cluster is performed. It is specified as a range in the format
1233
1237
  # ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
1234
- # window is a 60 minute period. Valid values for `ddd` are:
1238
+ # window is a 60 minute period.
1235
1239
  #
1236
1240
  # @option params [Integer] :port
1237
1241
  # The port number on which each of the cache nodes accepts connections.
@@ -1561,7 +1565,7 @@ module Aws::ElastiCache
1561
1565
  #
1562
1566
  # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
1563
1567
  # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
1564
- # \| `redis6.0` \| `redis6.2`
1568
+ # \| `redis6.x`
1565
1569
  #
1566
1570
  # @option params [required, String] :description
1567
1571
  # A user-specified description for the cache parameter group.
@@ -10221,7 +10225,7 @@ module Aws::ElastiCache
10221
10225
  params: params,
10222
10226
  config: config)
10223
10227
  context[:gem_name] = 'aws-sdk-elasticache'
10224
- context[:gem_version] = '1.70.0'
10228
+ context[:gem_version] = '1.73.0'
10225
10229
  Seahorse::Client::Request.new(handlers, context)
10226
10230
  end
10227
10231
 
@@ -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.73.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.73.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement