aws-sdk-inspector 1.15.0 → 1.16.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
  SHA1:
3
- metadata.gz: b5296f71d7089c1c38233aa6f5aa87e26a9f3ce6
4
- data.tar.gz: 7dad61be993aa1de52479a36dc402997ae464101
3
+ metadata.gz: f9cb675b2052ea3a249b811e379e368b8d0ccfda
4
+ data.tar.gz: 23e697de32731aeb2ca7225c896de27969563b12
5
5
  SHA512:
6
- metadata.gz: f65f8dc7113248f12d5155167f98347d3e59724e417c4fb32df7b54fa1e53a74fae7b50f389374752b732cd7e4886b3df14443ef9544c3c2114b3eecfa761442
7
- data.tar.gz: 68ce0c79bf131e83c90b9712d87e1ac047c19016ff99d9326ebd5ea788d757327302007ec5ac59217252401b13746b59a4633c46d2dfcc52889d48f9043c3d1a
6
+ metadata.gz: 888ec83c1a04fb59df209831ff37c692ab2c87acb8d6888803843ab4972a6a5556d18af1e65ab64632a4ef1cb04103b4938286d7b9c2747d19ec416c03df066b
7
+ data.tar.gz: 735cdaeed2f4a4bc0ecac0a7edbd9243b7a016322002bcc1a7521688193604ad9005f30ebeaa19a59c8538d40e10bbecc38a005a6ddaa9124e0de942bcc84bea
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-inspector/customizations'
42
42
  # @service
43
43
  module Aws::Inspector
44
44
 
45
- GEM_VERSION = '1.15.0'
45
+ GEM_VERSION = '1.16.0'
46
46
 
47
47
  end
@@ -209,6 +209,49 @@ module Aws::Inspector
209
209
  # When `true`, request parameters are validated before
210
210
  # sending the request.
211
211
  #
212
+ # @option options [URI::HTTP,String] :http_proxy A proxy to send
213
+ # requests through. Formatted like 'http://proxy.com:123'.
214
+ #
215
+ # @option options [Float] :http_open_timeout (15) The number of
216
+ # seconds to wait when opening a HTTP session before rasing a
217
+ # `Timeout::Error`.
218
+ #
219
+ # @option options [Integer] :http_read_timeout (60) The default
220
+ # number of seconds to wait for response data. This value can
221
+ # safely be set
222
+ # per-request on the session yeidled by {#session_for}.
223
+ #
224
+ # @option options [Float] :http_idle_timeout (5) The number of
225
+ # seconds a connection is allowed to sit idble before it is
226
+ # considered stale. Stale connections are closed and removed
227
+ # from the pool before making a request.
228
+ #
229
+ # @option options [Float] :http_continue_timeout (1) The number of
230
+ # seconds to wait for a 100-continue response before sending the
231
+ # request body. This option has no effect unless the request has
232
+ # "Expect" header set to "100-continue". Defaults to `nil` which
233
+ # disables this behaviour. This value can safely be set per
234
+ # request on the session yeidled by {#session_for}.
235
+ #
236
+ # @option options [Boolean] :http_wire_trace (false) When `true`,
237
+ # HTTP debug output will be sent to the `:logger`.
238
+ #
239
+ # @option options [Boolean] :ssl_verify_peer (true) When `true`,
240
+ # SSL peer certificates are verified when establishing a
241
+ # connection.
242
+ #
243
+ # @option options [String] :ssl_ca_bundle Full path to the SSL
244
+ # certificate authority bundle file that should be used when
245
+ # verifying peer certificates. If you do not pass
246
+ # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
247
+ # will be used if available.
248
+ #
249
+ # @option options [String] :ssl_ca_directory Full path of the
250
+ # directory that contains the unbundled SSL certificate
251
+ # authority files for verifying peer certificates. If you do
252
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
253
+ # system default will be used if available.
254
+ #
212
255
  def initialize(*args)
213
256
  super
214
257
  end
@@ -293,7 +336,7 @@ module Aws::Inspector
293
336
  #
294
337
  #
295
338
  # [1]: https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html
296
- # [2]: http://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html
339
+ # [2]: https://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html
297
340
  #
298
341
  # @option params [required, String] :assessment_target_name
299
342
  # The user-defined name that identifies the assessment target that you
@@ -1281,7 +1324,7 @@ module Aws::Inspector
1281
1324
  #
1282
1325
  #
1283
1326
  #
1284
- # [1]: http://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html
1327
+ # [1]: https://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html
1285
1328
  #
1286
1329
  # @return [Types::GetAssessmentReportResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1287
1330
  #
@@ -1912,7 +1955,7 @@ module Aws::Inspector
1912
1955
  #
1913
1956
  #
1914
1957
  #
1915
- # [1]: http://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html
1958
+ # [1]: https://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html
1916
1959
  #
1917
1960
  # @option params [Types::AssessmentTargetFilter] :filter
1918
1961
  # You can use this parameter to specify a subset of data to be included
@@ -2855,7 +2898,7 @@ module Aws::Inspector
2855
2898
  params: params,
2856
2899
  config: config)
2857
2900
  context[:gem_name] = 'aws-sdk-inspector'
2858
- context[:gem_version] = '1.15.0'
2901
+ context[:gem_version] = '1.16.0'
2859
2902
  Seahorse::Client::Request.new(handlers, context)
2860
2903
  end
2861
2904
 
@@ -1560,7 +1560,7 @@ module Aws::Inspector
1560
1560
  #
1561
1561
  #
1562
1562
  #
1563
- # [1]: http://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html
1563
+ # [1]: https://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html
1564
1564
  # @return [String]
1565
1565
  #
1566
1566
  # @see http://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetAssessmentReportRequest AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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-04-25 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-inspector/errors.rb
60
60
  - lib/aws-sdk-inspector/resource.rb
61
61
  - lib/aws-sdk-inspector/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: