aws-sdk-securityhub 1.122.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: 3dc2d38b1e454234f56b20e7cc7e134b55a752454201edddc4613226ade97464
4
- data.tar.gz: 6cc0594484289e7475cef50a30b00fbb70fa6961e707f2fa1ea8b0661b1dc862
3
+ metadata.gz: 971414a1243914708da55197b18701b8554bbb9f12e88c6af51f4ca7395fd3da
4
+ data.tar.gz: ce2cf692daf80fc33ecc911985aafc0433b3fc2590e497ade00f8c0db84b8698
5
5
  SHA512:
6
- metadata.gz: 93fee3dc1e581c875e0e6a758eb61ee14d49b1d371bb8be63d260a2569dbe5800ee8519bec9ab5f3485968f0225cb22ef5e01bba92ebe032d09fafbdff4513cd
7
- data.tar.gz: 42f3aa53a0a385ad44ad6e073310e9a9a6b0486a1ef5b7db5a3f7efe8c655e434ce0610e2b7d60620f2d78894f885023a0557d0731a29a6448016b49ee38b560
6
+ metadata.gz: 75ecd701d592d9d45583743cefea1e81c7dd0de591dbe1f4b69da4deb04e304a183a85d6fb990346092a78d07220eddea896884020a81c2403bdad4636e2db34
7
+ data.tar.gz: fd6e57580867656df9425deaf4015186b56ec9cc5610d49cff5cb3aefc38432d85bc11a7a08537dd3e875db6fdcb903d3254ca73a86ec4ce2dea480fb9305ce6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.123.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.122.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.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.122.0'
10551
+ context[:gem_version] = '1.124.0'
10552
10552
  Seahorse::Client::Request.new(handlers, context)
10553
10553
  end
10554
10554
 
@@ -2088,8 +2088,8 @@ module Aws::SecurityHub
2088
2088
  # @!attribute [rw] route_selection_expression
2089
2089
  # The route selection expression for the API.
2090
2090
  #
2091
- # For HTTP APIs, must be `$\{request.method\} $\{request.path\}`. This
2092
- # is the default value for HTTP APIs.
2091
+ # For HTTP APIs, must be `${request.method} ${request.path}`. This is
2092
+ # the default value for HTTP APIs.
2093
2093
  #
2094
2094
  # For WebSocket APIs, there is no default value.
2095
2095
  # @return [String]
@@ -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.122.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.122.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-10-18 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