aws-sdk-securityhub 1.25.0 → 1.26.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.rb +1 -1
- data/lib/aws-sdk-securityhub/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97b63fc1ed648cfa077f327165a46e318c368404501bf1470645e4e912f34786
|
4
|
+
data.tar.gz: a848d3aecca8d39319d4750692beba03e2561d2fb6de32d4f4821cf9581de60d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68cc7e808f18b1ef6cd12a4471d8044f1710d2861bbf0065fa82f29860210f5b06af31a59924ac3f2479d19815ee703cd9f2895affc6ba38e81f97a797b4ac3a
|
7
|
+
data.tar.gz: 45d37c7e7131cf258369151ad089862f9e3141f7bcfa58b7892356c1cd59df1a9dee50aeac501f5592e7fdd928a56f416866df4803e67acf973eaa368d51cb69
|
data/lib/aws-sdk-securityhub.rb
CHANGED
@@ -176,7 +176,7 @@ module Aws::SecurityHub
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -5392,7 +5392,7 @@ module Aws::SecurityHub
|
|
5392
5392
|
params: params,
|
5393
5393
|
config: config)
|
5394
5394
|
context[:gem_name] = 'aws-sdk-securityhub'
|
5395
|
-
context[:gem_version] = '1.
|
5395
|
+
context[:gem_version] = '1.26.0'
|
5396
5396
|
Seahorse::Client::Request.new(handlers, context)
|
5397
5397
|
end
|
5398
5398
|
|
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.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: 2020-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|