aws-sdk-inspector 1.26.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of aws-sdk-inspector might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2bbd443200bc119b1f11bb07131a0b3df1b9619b6e56e1370e7cb91e50f8531e
4
- data.tar.gz: 2e78c87fd6b0ae05b2e469202cdef892145cf6968819878e7c8f2547ec75a0aa
3
+ metadata.gz: 5171c1652137f196c680ee53a9110841714a1286c8257fa8dcc737be6be03900
4
+ data.tar.gz: 22e96013b4c4b1b00503dd82bbc0384a678b0acab09683e31dcd1fd6663ee415
5
5
  SHA512:
6
- metadata.gz: 2aa36924d0fabe48a7d428aac177d96c64fe54d0dec65ae8b5fe3da6b30e2bba0febe44fa149ff0656970a3261ad7d701be18d81625d334619b04af2118d43d6
7
- data.tar.gz: d442bc717f5b0722605592b3fea8b074de6d7a1dc5fed93c7b101f8096ba89d6763af0ab8c25d49851b649063551ad8af9563eca0f533238f7f0a0465004c8f4
6
+ metadata.gz: f88a2ec066f0e5bc66fbb436cc2d869bb8fe4b4c992ec9ddc450c82530142c83ed8abc763df5686fcd04f64175a84630620cf28bbbfc60f2820e492755220c81
7
+ data.tar.gz: 31cd8b48b6889336d7c9a40dce932c23b5ab22b8a1986eaff8cfcfac2d3484cc022bb07565e2cf88f9f3021f8f957856f8ea7e2a937d5799f91c630b7641b637
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-inspector/customizations'
45
45
  # @service
46
46
  module Aws::Inspector
47
47
 
48
- GEM_VERSION = '1.26.0'
48
+ GEM_VERSION = '1.27.0'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ 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
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::Inspector
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
76
 
@@ -161,7 +163,7 @@ module Aws::Inspector
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2978,7 +2980,7 @@ module Aws::Inspector
2978
2980
  params: params,
2979
2981
  config: config)
2980
2982
  context[:gem_name] = 'aws-sdk-inspector'
2981
- context[:gem_version] = '1.26.0'
2983
+ context[:gem_version] = '1.27.0'
2982
2984
  Seahorse::Client::Request.new(handlers, context)
2983
2985
  end
2984
2986
 
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.26.0
4
+ version: 1.27.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-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core