aws-sdk-securityhub 1.123.0 → 1.124.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/types.rb +0 -6
- data/lib/aws-sdk-securityhub.rb +1 -1
- 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: 971414a1243914708da55197b18701b8554bbb9f12e88c6af51f4ca7395fd3da
|
|
4
|
+
data.tar.gz: ce2cf692daf80fc33ecc911985aafc0433b3fc2590e497ade00f8c0db84b8698
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75ecd701d592d9d45583743cefea1e81c7dd0de591dbe1f4b69da4deb04e304a183a85d6fb990346092a78d07220eddea896884020a81c2403bdad4636e2db34
|
|
7
|
+
data.tar.gz: fd6e57580867656df9425deaf4015186b56ec9cc5610d49cff5cb3aefc38432d85bc11a7a08537dd3e875db6fdcb903d3254ca73a86ec4ce2dea480fb9305ce6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.124.0
|
|
@@ -10548,7 +10548,7 @@ module Aws::SecurityHub
|
|
|
10548
10548
|
tracer: tracer
|
|
10549
10549
|
)
|
|
10550
10550
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
10551
|
-
context[:gem_version] = '1.
|
|
10551
|
+
context[:gem_version] = '1.124.0'
|
|
10552
10552
|
Seahorse::Client::Request.new(handlers, context)
|
|
10553
10553
|
end
|
|
10554
10554
|
|
|
@@ -5363,7 +5363,6 @@ module Aws::SecurityHub
|
|
|
5363
5363
|
#
|
|
5364
5364
|
# * The path to the folder that contains the source code (for
|
|
5365
5365
|
# example, `bucket-name/path/to/source-code/folder/`).
|
|
5366
|
-
#
|
|
5367
5366
|
# * For source code in a GitHub repository, the HTTPS clone URL to the
|
|
5368
5367
|
# repository that contains the source and the build spec file.
|
|
5369
5368
|
#
|
|
@@ -20522,7 +20521,6 @@ module Aws::SecurityHub
|
|
|
20522
20521
|
#
|
|
20523
20522
|
# * `Compliance.Status` changes from `PASSED` to either `WARNING`,
|
|
20524
20523
|
# `FAILED`, or `NOT_AVAILABLE`.
|
|
20525
|
-
#
|
|
20526
20524
|
# * `NOTIFIED` - Indicates that the resource owner has been notified
|
|
20527
20525
|
# about the security issue. Used when the initial reviewer is not
|
|
20528
20526
|
# the resource owner, and needs intervention from the resource
|
|
@@ -20535,7 +20533,6 @@ module Aws::SecurityHub
|
|
|
20535
20533
|
#
|
|
20536
20534
|
# * `Compliance.Status` changes from `PASSED` to `FAILED`,
|
|
20537
20535
|
# `WARNING`, or `NOT_AVAILABLE`.
|
|
20538
|
-
#
|
|
20539
20536
|
# * `SUPPRESSED` - Indicates that you reviewed the finding and don't
|
|
20540
20537
|
# believe that any action is needed.
|
|
20541
20538
|
#
|
|
@@ -20551,7 +20548,6 @@ module Aws::SecurityHub
|
|
|
20551
20548
|
#
|
|
20552
20549
|
# * `Compliance.Status` changes from `PASSED` to `FAILED`,
|
|
20553
20550
|
# `WARNING`, or `NOT_AVAILABLE`.
|
|
20554
|
-
#
|
|
20555
20551
|
# In those cases, the workflow status is automatically reset to
|
|
20556
20552
|
# `NEW`.
|
|
20557
20553
|
#
|
|
@@ -31751,7 +31747,6 @@ module Aws::SecurityHub
|
|
|
31751
31747
|
#
|
|
31752
31748
|
# * `ComplianceStatus` changes from `PASSED` to either `WARNING`,
|
|
31753
31749
|
# `FAILED`, or `NOT_AVAILABLE`.
|
|
31754
|
-
#
|
|
31755
31750
|
# * `NOTIFIED` - Indicates that you notified the resource owner about
|
|
31756
31751
|
# the security issue. Used when the initial reviewer is not the
|
|
31757
31752
|
# resource owner, and needs intervention from the resource owner.
|
|
@@ -31792,7 +31787,6 @@ module Aws::SecurityHub
|
|
|
31792
31787
|
#
|
|
31793
31788
|
# * The compliance status changes from `PASSED` to either `WARNING`,
|
|
31794
31789
|
# `FAILED`, or `NOT_AVAILABLE`.
|
|
31795
|
-
#
|
|
31796
31790
|
# * `NOTIFIED` - Indicates that you notified the resource owner about
|
|
31797
31791
|
# the security issue. Used when the initial reviewer is not the
|
|
31798
31792
|
# resource owner, and needs intervention from the resource owner.
|
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.124.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: 2024-11-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|