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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c30670945dbc859afe87e837388f972fea3d30c23a6002a7f4b2465e05e0a7c9
4
- data.tar.gz: 0abf24396028b02980a914c7048d9586bd4fccb250ca5a82bdd00aa4a8a05350
3
+ metadata.gz: 9cee63900a90029d04d63b20a55736320d6e8f8afcaa25ab10a9ab69e0df0ceb
4
+ data.tar.gz: 49bb6aa7bacf6de6492fb9facb01049fcca687699c55621f2a7ceab0a81e4f86
5
5
  SHA512:
6
- metadata.gz: b1a61e33e0f2208c1e913a9a6b9f32a57c039c148a14206dab2c08b867a7f5b2e5d3b0d744a0d2b095ae42cf8483f82aa2531e245a50c73954ec34a36b6dc7e7
7
- data.tar.gz: e4689db988b3352ead7599317fc8724ee4d98a7bb7ab06fc5f1ab18cf266c070e6c47f3c0b0f7000cfd8243189d3e4e8823c550624250b2fc2c79ab98a018a7d
6
+ metadata.gz: 9c70d157f112b5cba6a96cbb224bacd27694239ab53c1dcc87278c8f0903a1b48ed4fa49eb4ea4e67c4e8c1758c778b37ba0c491774d959010101cc3f338aef0
7
+ data.tar.gz: 827d92377cc0ab7659560d5951a48da1dc5f3458d337095947fda3e3fcd9efb4ca04021d4ef9ff27496a56f8e5709e3dbebdfd6250110cbf03a235f5bfece218
@@ -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.46.0'
52
+ GEM_VERSION = '1.47.0'
53
53
 
54
54
  end
@@ -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.46.0'
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.46.0
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-18 00:00:00.000000000 Z
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