aws-sdk-autoscaling 1.20.0 → 1.21.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: 27bc2ab582f953875fce3a9e02a6262adbbbc88a
4
- data.tar.gz: 0f1c8b762fcb5998a4d70e25c5f3d2b2c0da8f6b
3
+ metadata.gz: 72fa549c07653a276ec51d7ccfbe5aca4027f6d2
4
+ data.tar.gz: 566e8c75ac5f7327c8453a8316dbca0be161644e
5
5
  SHA512:
6
- metadata.gz: d2c27971cdb73817d702518ec25ecada1c469969ed2c828e019292b901b63d6cc29b8d42e11b49852929c80fb56cb5e9641d8aeb3ccb7df1929f59eaa13669c6
7
- data.tar.gz: 7599cd21f68b87bf06133a66c96829b749a6a67b4cc954728153140b163ff7bbbddc42424137900907700e01916238716b0782fda7b8bedda0d278c90c5c5228
6
+ metadata.gz: 148c6348b8d24956af180a94e731491ca0de8195d0c59bbe7ea384ab6d55f2ea0e35c65721fab2538628dc73e42654667c70b35a33baa47e25a23b419a8b9dbe
7
+ data.tar.gz: 21b1e4e21ff3f07bd500171f16e5a7f8d873296c4bceb4bbb4db9190aecf8aa99622cc1aa89635865a137f067af32a7894aca1d9f572aba21dca1d43844f4ce6
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
53
53
  # @service
54
54
  module Aws::AutoScaling
55
55
 
56
- GEM_VERSION = '1.20.0'
56
+ GEM_VERSION = '1.21.0'
57
57
 
58
58
  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::AutoScaling
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::AutoScaling
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
@@ -4573,7 +4618,7 @@ module Aws::AutoScaling
4573
4618
  params: params,
4574
4619
  config: config)
4575
4620
  context[:gem_name] = 'aws-sdk-autoscaling'
4576
- context[:gem_version] = '1.20.0'
4621
+ context[:gem_version] = '1.21.0'
4577
4622
  Seahorse::Client::Request.new(handlers, context)
4578
4623
  end
4579
4624
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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-22 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
@@ -70,7 +70,7 @@ files:
70
70
  - lib/aws-sdk-autoscaling/tag.rb
71
71
  - lib/aws-sdk-autoscaling/types.rb
72
72
  - lib/aws-sdk-autoscaling/waiters.rb
73
- homepage: http://github.com/aws/aws-sdk-ruby
73
+ homepage: https://github.com/aws/aws-sdk-ruby
74
74
  licenses:
75
75
  - Apache-2.0
76
76
  metadata: