aws-sdk-elasticsearchservice 1.33.0 → 1.34.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: 4a998d74b60e5f8376949f614552e6fad7aad486b28f09b5dcef34f2a3c65e3e
4
- data.tar.gz: b7724a14dd1e9dcd958bfb61eaf89bfedf6d00872b4c0332655f093838d3bef2
3
+ metadata.gz: a9182ef194c1515cb25a601166e2bb99ff1d66a3bd6caf6210a18630fa1caa44
4
+ data.tar.gz: 12267fc263e4eab34454276413f6e710655af81e1df7f82d9577693a4534c899
5
5
  SHA512:
6
- metadata.gz: 4daca1942ce2e614bb150a138ed38857f45f47c8c2ffc80771450dae7917326cc91bb49ce9ccfd2b724338888dc312da201570674f45908bba5b93e97ae7a7e5
7
- data.tar.gz: 807cec80368d3c5e8d562335b555b483c9fa029278903010f598f07ef339358bb73158f33cccb8dc1c72621e93d2663d09b56c983ee382cae6e398b39a53481a
6
+ metadata.gz: 370f2d8f0fc56e49209c576e5325ba9a32b8ac0c2f4e9d73c40511a527119cda801c6be3fb42908908491566584a30ad6826118f0c8add239e0db0828409896b
7
+ data.tar.gz: 5b2f6804ad8420fcdfa905e67098e4ed109c649e797b2dfd8ece2a53b973c264184ed5f6d79f392c1fe3ebfacd26cdef8718cf36cecef22d3a785414511f1c3c
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
45
45
  # @service
46
46
  module Aws::ElasticsearchService
47
47
 
48
- GEM_VERSION = '1.33.0'
48
+ GEM_VERSION = '1.34.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ElasticsearchService
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::ElasticsearchService
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2141,7 +2141,7 @@ module Aws::ElasticsearchService
2141
2141
  params: params,
2142
2142
  config: config)
2143
2143
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
2144
- context[:gem_version] = '1.33.0'
2144
+ context[:gem_version] = '1.34.0'
2145
2145
  Seahorse::Client::Request.new(handlers, context)
2146
2146
  end
2147
2147
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticsearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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-04-22 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core