aws-sdk-elasticache 1.46.0 → 1.47.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +2 -2
- data/lib/aws-sdk-elasticache/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cee63900a90029d04d63b20a55736320d6e8f8afcaa25ab10a9ab69e0df0ceb
|
4
|
+
data.tar.gz: 49bb6aa7bacf6de6492fb9facb01049fcca687699c55621f2a7ceab0a81e4f86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c70d157f112b5cba6a96cbb224bacd27694239ab53c1dcc87278c8f0903a1b48ed4fa49eb4ea4e67c4e8c1758c778b37ba0c491774d959010101cc3f338aef0
|
7
|
+
data.tar.gz: 827d92377cc0ab7659560d5951a48da1dc5f3458d337095947fda3e3fcd9efb4ca04021d4ef9ff27496a56f8e5709e3dbebdfd6250110cbf03a235f5bfece218
|
data/lib/aws-sdk-elasticache.rb
CHANGED
@@ -6349,7 +6349,7 @@ module Aws::ElastiCache
|
|
6349
6349
|
# available offerings matching the specified offering type.
|
6350
6350
|
#
|
6351
6351
|
# Valid Values: `"Light Utilization"|"Medium Utilization"|"Heavy
|
6352
|
-
# Utilization"`
|
6352
|
+
# Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"`
|
6353
6353
|
#
|
6354
6354
|
# @option params [Integer] :max_records
|
6355
6355
|
# The maximum number of records to include in the response. If more
|
@@ -9682,7 +9682,7 @@ module Aws::ElastiCache
|
|
9682
9682
|
params: params,
|
9683
9683
|
config: config)
|
9684
9684
|
context[:gem_name] = 'aws-sdk-elasticache'
|
9685
|
-
context[:gem_version] = '1.
|
9685
|
+
context[:gem_version] = '1.47.0'
|
9686
9686
|
Seahorse::Client::Request.new(handlers, context)
|
9687
9687
|
end
|
9688
9688
|
|
@@ -4262,7 +4262,7 @@ module Aws::ElastiCache
|
|
4262
4262
|
# available offerings matching the specified offering type.
|
4263
4263
|
#
|
4264
4264
|
# Valid Values: `"Light Utilization"|"Medium Utilization"|"Heavy
|
4265
|
-
# Utilization"`
|
4265
|
+
# Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"`
|
4266
4266
|
# @return [String]
|
4267
4267
|
#
|
4268
4268
|
# @!attribute [rw] max_records
|
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.47.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: 2020-11-
|
11
|
+
date: 2020-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|