aws-sdk-elasticache 1.34.0 → 1.35.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b077d8f28a842f9dddddc8cb5116919719364a7708347b5056a6ac66b8bc8e06
4
- data.tar.gz: c39cbafc9a654c9f9d2edfcbb9d316ad327040ad6f82ec97c00c286fe4d617cd
3
+ metadata.gz: 839eb7e5cca8d9dbd274fd093f45f28ced785953f06fb33ae7db55ece4d331d2
4
+ data.tar.gz: 2ce08666a486a511cb972d9f397bd7bb9e1eecd4a78316f2d80be238f3d55d79
5
5
  SHA512:
6
- metadata.gz: 1f11065ce88263a66cebc30bf994b591fd7a7f1639ec8e82c8c819bf141231bf301232c665728cc8ea72ee022cd3cc3e6a312d4af7b89c282819055c0767da94
7
- data.tar.gz: 7df929c8502cd670fc1cf4fdaddbd0b6bfaf9daeb1a68adddc39ec0ae6ea950ac403785d5289198456eaec53bf4031ffb8ef6a0fdba4fcde335139f2bce573a6
6
+ metadata.gz: 7be99f1399a83f4f86bcda8af75251fc0470883d53b8532acc455f3dac4f0811ec5211e846483cd407117b26ee04680e6afa362e8edbc048104ea75a71eb86fb
7
+ data.tar.gz: ac6cc7de10c26a71af267728ab1463305fff44289a65ffbb899de2fba8868ca994ea70af67f0d3679a9bd87a7143e38f572f033df8c795caa47dbeae16182a0a
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-elasticache/customizations'
46
46
  # @service
47
47
  module Aws::ElastiCache
48
48
 
49
- GEM_VERSION = '1.34.0'
49
+ GEM_VERSION = '1.35.0'
50
50
 
51
51
  end
@@ -176,7 +176,7 @@ module Aws::ElastiCache
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -8913,7 +8913,7 @@ module Aws::ElastiCache
8913
8913
  params: params,
8914
8914
  config: config)
8915
8915
  context[:gem_name] = 'aws-sdk-elasticache'
8916
- context[:gem_version] = '1.34.0'
8916
+ context[:gem_version] = '1.35.0'
8917
8917
  Seahorse::Client::Request.new(handlers, context)
8918
8918
  end
8919
8919
 
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.34.0
4
+ version: 1.35.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-05-26 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core