aws-sdk-securityhub 1.4.0 → 1.5.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 +4 -4
- data/lib/aws-sdk-securityhub/client.rb +3 -1
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d878f53f70c27a8ae3c102df41a77dfd7dc36e6b
|
|
4
|
+
data.tar.gz: 7696105fe9a1e733a41bc5585512ddeb45c25d56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab54e99911630b993e01228d31d6a8734f5e9da22cc376cc8cb0fb616c7d6e3a5a5a7c211f1398e6f6f4b9777b21aeb37097195e65a81ed288c31b6075453d95
|
|
7
|
+
data.tar.gz: 8d5567663ce2d2b3b9960da4b4f0422f832cd5684843044f937dc2a3fe9a864766ac0d52bd6015f683a3e744c39311421d36ff3d2d0cb9980f06d348b9322251
|
|
@@ -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/rest_json.rb'
|
|
28
29
|
|
|
@@ -55,6 +56,7 @@ module Aws::SecurityHub
|
|
|
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::RestJson)
|
|
60
62
|
|
|
@@ -3925,7 +3927,7 @@ module Aws::SecurityHub
|
|
|
3925
3927
|
params: params,
|
|
3926
3928
|
config: config)
|
|
3927
3929
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
3928
|
-
context[:gem_version] = '1.
|
|
3930
|
+
context[:gem_version] = '1.5.0'
|
|
3929
3931
|
Seahorse::Client::Request.new(handlers, context)
|
|
3930
3932
|
end
|
|
3931
3933
|
|
data/lib/aws-sdk-securityhub.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-securityhub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.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-
|
|
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
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- lib/aws-sdk-securityhub/errors.rb
|
|
60
60
|
- lib/aws-sdk-securityhub/resource.rb
|
|
61
61
|
- lib/aws-sdk-securityhub/types.rb
|
|
62
|
-
homepage:
|
|
62
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
|
63
63
|
licenses:
|
|
64
64
|
- Apache-2.0
|
|
65
65
|
metadata:
|