aws-sdk-elasticache 1.13.0 → 1.14.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/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e236cd1026491e13459085bf853e501756cdb0a9
|
|
4
|
+
data.tar.gz: 6f583dfa22a5059de0e74acc930875e9af67dc02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a764681bede0e9dc6ebe1e6dfaf020b38bcf308bc291ad98e43133caa49897ed6a4a3c5931ca57553b9a6731fe93c1d77e95bc48961fae341e8ed2fa27c0da42
|
|
7
|
+
data.tar.gz: f308980ace77bbdb019e20b597ffecc45e95ad1e9e855fe7fe478ef5fd02d24188e75b91891cca39b471849d9091577d0c71ad90ba5721b1d15447d4e247ce0d
|
data/lib/aws-sdk-elasticache.rb
CHANGED
|
@@ -7569,7 +7569,7 @@ module Aws::ElastiCache
|
|
|
7569
7569
|
params: params,
|
|
7570
7570
|
config: config)
|
|
7571
7571
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
7572
|
-
context[:gem_version] = '1.
|
|
7572
|
+
context[:gem_version] = '1.14.0'
|
|
7573
7573
|
Seahorse::Client::Request.new(handlers, context)
|
|
7574
7574
|
end
|
|
7575
7575
|
|
|
@@ -7586,7 +7586,7 @@ module Aws::ElastiCache
|
|
|
7586
7586
|
# In between attempts, the waiter will sleep.
|
|
7587
7587
|
#
|
|
7588
7588
|
# # polls in a loop, sleeping between attempts
|
|
7589
|
-
# client.
|
|
7589
|
+
# client.wait_until(waiter_name, params)
|
|
7590
7590
|
#
|
|
7591
7591
|
# ## Configuration
|
|
7592
7592
|
#
|
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.14.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-03-
|
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|