aws-sdk-appstream 1.25.0 → 1.26.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: bbb31f6ce1c331980e10bff37cd4353230cf5dea
4
- data.tar.gz: 23f759cacb70140214466057ee7d9fdbf555accb
3
+ metadata.gz: ffb8701fceb7085baf168b7b7f83fe3fb4720288
4
+ data.tar.gz: ae6aeab697ca9f60755ff9c91800930895847506
5
5
  SHA512:
6
- metadata.gz: eb2c1f0d0cc631a1aa7a49357f021a125a67951a9b2cca012c022f05ee95aa1591b6e96ba4172f857bc55835b2b88732cbac9c934d48022d04d8f8f33b437e07
7
- data.tar.gz: 3a7db0ee384e7c784ba4abd9ec7c6c1d0b0811b53df8366f3d6d5e0dc1ac59251e7cd593b0dea141267453a47977392388c71facefe4b828111fe553dd351c0a
6
+ metadata.gz: 2ed5c22f48d7656389aab4ca613cdf9ebbf3ec1ad2028b506b801d770d1a408657174a8c8f655f802bebd5ce8dc1b4d2f96fe380884a49db1814cce5020f1715
7
+ data.tar.gz: 6ca1a51451bc7388f6c6aa2e155f1d48f8549556ce11f521e06b5288cd2095041bc065ed93ad9b80a1f4fdf79e1617a9c7b1a2ee33432342855522a751265789
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-appstream/customizations'
43
43
  # @service
44
44
  module Aws::AppStream
45
45
 
46
- GEM_VERSION = '1.25.0'
46
+ GEM_VERSION = '1.26.0'
47
47
 
48
48
  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/json_rpc.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::AppStream
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::JsonRpc)
60
62
 
@@ -209,6 +211,49 @@ module Aws::AppStream
209
211
  # When `true`, request parameters are validated before
210
212
  # sending the request.
211
213
  #
214
+ # @option options [URI::HTTP,String] :http_proxy A proxy to send
215
+ # requests through. Formatted like 'http://proxy.com:123'.
216
+ #
217
+ # @option options [Float] :http_open_timeout (15) The number of
218
+ # seconds to wait when opening a HTTP session before rasing a
219
+ # `Timeout::Error`.
220
+ #
221
+ # @option options [Integer] :http_read_timeout (60) The default
222
+ # number of seconds to wait for response data. This value can
223
+ # safely be set
224
+ # per-request on the session yeidled by {#session_for}.
225
+ #
226
+ # @option options [Float] :http_idle_timeout (5) The number of
227
+ # seconds a connection is allowed to sit idble before it is
228
+ # considered stale. Stale connections are closed and removed
229
+ # from the pool before making a request.
230
+ #
231
+ # @option options [Float] :http_continue_timeout (1) The number of
232
+ # seconds to wait for a 100-continue response before sending the
233
+ # request body. This option has no effect unless the request has
234
+ # "Expect" header set to "100-continue". Defaults to `nil` which
235
+ # disables this behaviour. This value can safely be set per
236
+ # request on the session yeidled by {#session_for}.
237
+ #
238
+ # @option options [Boolean] :http_wire_trace (false) When `true`,
239
+ # HTTP debug output will be sent to the `:logger`.
240
+ #
241
+ # @option options [Boolean] :ssl_verify_peer (true) When `true`,
242
+ # SSL peer certificates are verified when establishing a
243
+ # connection.
244
+ #
245
+ # @option options [String] :ssl_ca_bundle Full path to the SSL
246
+ # certificate authority bundle file that should be used when
247
+ # verifying peer certificates. If you do not pass
248
+ # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
249
+ # will be used if available.
250
+ #
251
+ # @option options [String] :ssl_ca_directory Full path of the
252
+ # directory that contains the unbundled SSL certificate
253
+ # authority files for verifying peer certificates. If you do
254
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
255
+ # system default will be used if available.
256
+ #
212
257
  def initialize(*args)
213
258
  super
214
259
  end
@@ -2563,7 +2608,7 @@ module Aws::AppStream
2563
2608
  params: params,
2564
2609
  config: config)
2565
2610
  context[:gem_name] = 'aws-sdk-appstream'
2566
- context[:gem_version] = '1.25.0'
2611
+ context[:gem_version] = '1.26.0'
2567
2612
  Seahorse::Client::Request.new(handlers, context)
2568
2613
  end
2569
2614
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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
@@ -60,7 +60,7 @@ files:
60
60
  - lib/aws-sdk-appstream/resource.rb
61
61
  - lib/aws-sdk-appstream/types.rb
62
62
  - lib/aws-sdk-appstream/waiters.rb
63
- homepage: http://github.com/aws/aws-sdk-ruby
63
+ homepage: https://github.com/aws/aws-sdk-ruby
64
64
  licenses:
65
65
  - Apache-2.0
66
66
  metadata: