aws-sdk-securityhub 1.138.0 → 1.139.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +1 -1
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2043c777be32b764cf0c02247299f9c90698b2650e9a9cf67caf4208efbec1bf
|
4
|
+
data.tar.gz: ffb5423f9aa507893f731b563dbde9d0eb273df2cffdf184f2ddc9392a1c7b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0e44c8db811109676547dfe34a5a7182f746cce393c3069ad4f9d7c2996c907ec1bcf663c064539bdcf8e3d3ae3ca0628930dcbdc689c16462fcd7952c0df9b
|
7
|
+
data.tar.gz: 992fb9a6dea8f91bdd02e64cc7ca8053773efd9e153039594507cd1bae18dae3ab1d6dd881242fc34c6107e62fa553cd2dbb22bf1fe1f75b89e73646a3d3c548
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.139.0
|
@@ -12198,7 +12198,7 @@ module Aws::SecurityHub
|
|
12198
12198
|
tracer: tracer
|
12199
12199
|
)
|
12200
12200
|
context[:gem_name] = 'aws-sdk-securityhub'
|
12201
|
-
context[:gem_version] = '1.
|
12201
|
+
context[:gem_version] = '1.139.0'
|
12202
12202
|
Seahorse::Client::Request.new(handlers, context)
|
12203
12203
|
end
|
12204
12204
|
|
data/lib/aws-sdk-securityhub.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.139.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.228.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|