aws-sdk-elasticache 1.71.0 → 1.72.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/client.rb +3 -1
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1ff438fef69c3d962278b3eaaa2f9fe968bee665c0190956d5c49793ce99cdd
|
|
4
|
+
data.tar.gz: 62c2003a8b8ef088ec6155de46ed61fea4e8d02c2fc4536721157182a8b37912
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 969817e368f4cd7845643e9605ae38eb7ad31265f4d94c6fed5b3867025a938947253310d1d77b8ad504e72daf2dc372596270f773200aa81f54850a6e2f399b
|
|
7
|
+
data.tar.gz: 6f657cffd4af57b45004d2fc678bdcdd24302b5bafb2c115bfcb27bc036eae0dfd55864b68b6027a3a47dc40503984267828211d8b2a29915d22a894b2307218
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
|
@@ -28,6 +28,7 @@ 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
30
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
|
31
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
|
31
32
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
32
33
|
require 'aws-sdk-core/plugins/protocols/query.rb'
|
|
33
34
|
|
|
@@ -75,6 +76,7 @@ module Aws::ElastiCache
|
|
|
75
76
|
add_plugin(Aws::Plugins::TransferEncoding)
|
|
76
77
|
add_plugin(Aws::Plugins::HttpChecksum)
|
|
77
78
|
add_plugin(Aws::Plugins::DefaultsMode)
|
|
79
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
|
78
80
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
79
81
|
add_plugin(Aws::Plugins::Protocols::Query)
|
|
80
82
|
|
|
@@ -10221,7 +10223,7 @@ module Aws::ElastiCache
|
|
|
10221
10223
|
params: params,
|
|
10222
10224
|
config: config)
|
|
10223
10225
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
10224
|
-
context[:gem_version] = '1.
|
|
10226
|
+
context[:gem_version] = '1.72.0'
|
|
10225
10227
|
Seahorse::Client::Request.new(handlers, context)
|
|
10226
10228
|
end
|
|
10227
10229
|
|
data/lib/aws-sdk-elasticache.rb
CHANGED
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.72.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-02-
|
|
11
|
+
date: 2022-02-03 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.
|
|
22
|
+
version: 3.126.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.
|
|
32
|
+
version: 3.126.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|