aws-sdk-inspector 1.16.0 → 1.17.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: f9cb675b2052ea3a249b811e379e368b8d0ccfda
4
- data.tar.gz: 23e697de32731aeb2ca7225c896de27969563b12
3
+ metadata.gz: 888f61597af62831f9b2b11ea39e87a320cd072b
4
+ data.tar.gz: ac96b14ce944d554589be16914e5583b871c9cc2
5
5
  SHA512:
6
- metadata.gz: 888ec83c1a04fb59df209831ff37c692ab2c87acb8d6888803843ab4972a6a5556d18af1e65ab64632a4ef1cb04103b4938286d7b9c2747d19ec416c03df066b
7
- data.tar.gz: 735cdaeed2f4a4bc0ecac0a7edbd9243b7a016322002bcc1a7521688193604ad9005f30ebeaa19a59c8538d40e10bbecc38a005a6ddaa9124e0de942bcc84bea
6
+ metadata.gz: 0b3ba4d25ad53cecbe245967cb12ac8f849b59b81c20c2bd4001d001b2644f0bf60e0851939e69a4f90015a89eaf694fd709b6383668dc7ec9efe2e3350c1588
7
+ data.tar.gz: b4979352aebc9521c45211cbb7b40056dbd066d5a5813d5e65a2487b5e4cdf6821f7880081db98fdabb3f23df5106afe0de7fa9ba1e1c4e397aed84105cb89cb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-inspector/customizations'
42
42
  # @service
43
43
  module Aws::Inspector
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.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/json_rpc.rb'
28
29
 
@@ -55,6 +56,7 @@ module Aws::Inspector
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
 
@@ -2898,7 +2900,7 @@ module Aws::Inspector
2898
2900
  params: params,
2899
2901
  config: config)
2900
2902
  context[:gem_name] = 'aws-sdk-inspector'
2901
- context[:gem_version] = '1.16.0'
2903
+ context[:gem_version] = '1.17.0'
2902
2904
  Seahorse::Client::Request.new(handlers, context)
2903
2905
  end
2904
2906
 
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.16.0
4
+ version: 1.17.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-04-25 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