aws-sdk-cloudsearch 1.9.0 → 1.10.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
  SHA1:
3
- metadata.gz: 982b69cc61801c84f1958b77627c7516a04e5244
4
- data.tar.gz: a584985c09e5f2a269e9564e359b2a712f707c65
3
+ metadata.gz: 94e8b0f1c55652ab1aa05af4429837b437ccd312
4
+ data.tar.gz: 79204d01835cb798a861798e1b2c0e5821d62227
5
5
  SHA512:
6
- metadata.gz: 67d85fed6539b32af2e5683b28d692f950ab1b976b7b1bda0f1e8ff6fe7681a1d83de981f9a712bf7252d1f608a1d1552178255194706f2c00ce81b3555b8fe9
7
- data.tar.gz: a2201eb486cb1aec989ad3fbaea0c2b8b7b056687b78925e1cd4aa9b73833750d77cbd309f9b1dd15b1e59f5fc4850968d8a218ffc444f0d6062f5cc846c1bcf
6
+ metadata.gz: 61c0cd341b2c8ac5e6930d3ff6b963f3c8f360bb0a7704cd0307c09024cd7864c07a3d92d57cd49855714005f4de03d632ae404f62b63342eb024849ec508a3f
7
+ data.tar.gz: f21a379a58ee14ae425cd8db4e54893ab6928805131a66196f87fd47410950c28d30ab450e0766a290714c87fbeec17de1599344a76173cdd2e1854a5a0c46e6
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudsearch/customizations'
42
42
  # @service
43
43
  module Aws::CloudSearch
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
23
23
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
+ require 'aws-sdk-core/plugins/transfer_encoding.rb'
26
27
  require 'aws-sdk-core/plugins/signature_v4.rb'
27
28
  require 'aws-sdk-core/plugins/protocols/query.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::CloudSearch
55
56
  add_plugin(Aws::Plugins::JsonvalueConverter)
56
57
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
57
58
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
59
+ add_plugin(Aws::Plugins::TransferEncoding)
58
60
  add_plugin(Aws::Plugins::SignatureV4)
59
61
  add_plugin(Aws::Plugins::Protocols::Query)
60
62
 
@@ -199,6 +201,49 @@ module Aws::CloudSearch
199
201
  # When `true`, request parameters are validated before
200
202
  # sending the request.
201
203
  #
204
+ # @option options [URI::HTTP,String] :http_proxy A proxy to send
205
+ # requests through. Formatted like 'http://proxy.com:123'.
206
+ #
207
+ # @option options [Float] :http_open_timeout (15) The number of
208
+ # seconds to wait when opening a HTTP session before rasing a
209
+ # `Timeout::Error`.
210
+ #
211
+ # @option options [Integer] :http_read_timeout (60) The default
212
+ # number of seconds to wait for response data. This value can
213
+ # safely be set
214
+ # per-request on the session yeidled by {#session_for}.
215
+ #
216
+ # @option options [Float] :http_idle_timeout (5) The number of
217
+ # seconds a connection is allowed to sit idble before it is
218
+ # considered stale. Stale connections are closed and removed
219
+ # from the pool before making a request.
220
+ #
221
+ # @option options [Float] :http_continue_timeout (1) The number of
222
+ # seconds to wait for a 100-continue response before sending the
223
+ # request body. This option has no effect unless the request has
224
+ # "Expect" header set to "100-continue". Defaults to `nil` which
225
+ # disables this behaviour. This value can safely be set per
226
+ # request on the session yeidled by {#session_for}.
227
+ #
228
+ # @option options [Boolean] :http_wire_trace (false) When `true`,
229
+ # HTTP debug output will be sent to the `:logger`.
230
+ #
231
+ # @option options [Boolean] :ssl_verify_peer (true) When `true`,
232
+ # SSL peer certificates are verified when establishing a
233
+ # connection.
234
+ #
235
+ # @option options [String] :ssl_ca_bundle Full path to the SSL
236
+ # certificate authority bundle file that should be used when
237
+ # verifying peer certificates. If you do not pass
238
+ # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
239
+ # will be used if available.
240
+ #
241
+ # @option options [String] :ssl_ca_directory Full path of the
242
+ # directory that contains the unbundled SSL certificate
243
+ # authority files for verifying peer certificates. If you do
244
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
245
+ # system default will be used if available.
246
+ #
202
247
  def initialize(*args)
203
248
  super
204
249
  end
@@ -1629,7 +1674,7 @@ module Aws::CloudSearch
1629
1674
  params: params,
1630
1675
  config: config)
1631
1676
  context[:gem_name] = 'aws-sdk-cloudsearch'
1632
- context[:gem_version] = '1.9.0'
1677
+ context[:gem_version] = '1.10.0'
1633
1678
  Seahorse::Client::Request.new(handlers, context)
1634
1679
  end
1635
1680
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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-21 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -59,7 +59,7 @@ files:
59
59
  - lib/aws-sdk-cloudsearch/errors.rb
60
60
  - lib/aws-sdk-cloudsearch/resource.rb
61
61
  - lib/aws-sdk-cloudsearch/types.rb
62
- homepage: http://github.com/aws/aws-sdk-ruby
62
+ homepage: https://github.com/aws/aws-sdk-ruby
63
63
  licenses:
64
64
  - Apache-2.0
65
65
  metadata: