aws-sdk-securityhub 1.123.0 → 1.124.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
  SHA256:
3
- metadata.gz: fc69b6f660c6b11e879cddb1ddbda42fc806e521ca62e8e4879c8da3ef0b8d20
4
- data.tar.gz: 7a01a727fc3a3ad512114deb129ba24a5c32c7751bf558193cd43bf76a545d0e
3
+ metadata.gz: 971414a1243914708da55197b18701b8554bbb9f12e88c6af51f4ca7395fd3da
4
+ data.tar.gz: ce2cf692daf80fc33ecc911985aafc0433b3fc2590e497ade00f8c0db84b8698
5
5
  SHA512:
6
- metadata.gz: c2d03b986f7507de43c348ee620002d4ee68108b510010dca2ebc1d50cc69503a34b1a0c0bc817595274d3cb5f4fc368f179b398af075b245e42ca7ff6662407
7
- data.tar.gz: 6012e831f6175b8acf50a098633bb50b77c6ef353054866453a1a923ef27314cd239da73df8d49b5d2871b6d06f3611aaa447acf488f316aadabb528da884cc4
6
+ metadata.gz: 75ecd701d592d9d45583743cefea1e81c7dd0de591dbe1f4b69da4deb04e304a183a85d6fb990346092a78d07220eddea896884020a81c2403bdad4636e2db34
7
+ data.tar.gz: fd6e57580867656df9425deaf4015186b56ec9cc5610d49cff5cb3aefc38432d85bc11a7a08537dd3e875db6fdcb903d3254ca73a86ec4ce2dea480fb9305ce6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.123.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
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.123.0'
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.
@@ -54,7 +54,7 @@ module Aws::SecurityHub
54
54
  autoload :EndpointProvider, 'aws-sdk-securityhub/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-securityhub/endpoints'
56
56
 
57
- GEM_VERSION = '1.123.0'
57
+ GEM_VERSION = '1.124.0'
58
58
 
59
59
  end
60
60
 
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.123.0
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-06 00:00:00.000000000 Z
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