aws-sdk-securityhub 1.109.0 → 1.111.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c32b13d8cc8260a5aea7dd2ac8bc5c12f7fb9c2a9ea9180366fe5e5d8a2f750d
4
- data.tar.gz: f0dc4a8cb0e1355f767c76ba0912719fa06a9c0752d9ee72af784772a7a3799e
3
+ metadata.gz: 838d04d300b51de93ebc6c6a372b80cd108bd2badabd4d035cf1f7b21c9dd138
4
+ data.tar.gz: ee3e163707522fa6fd53f8873d880fe5e67d58989fbcacb52d6c82a1e5680442
5
5
  SHA512:
6
- metadata.gz: b0cb3eb633e32d5f1ebf4f3b510bcb95a0a0000a6223292b9ebeef4a58f2ef03951eef15f2ae64de2f7c790c17d66fbde7575cd572db9e7ed6f1818af339f91d
7
- data.tar.gz: 5b88ccfed81ea0d1c9e2cae88925a759c2483b706ca8dc3a619f2890687f8c4b52480d683a40103ea8b846bfc8aef61dfd35c2df0d31bbd209137b1e4635d932
6
+ metadata.gz: 075ac6f81b0e95a3d4ec7430d2f162c6f120684d3486780f83bf70298f307ea8f484ef20d4cc113c1d0b558a361cc655552c68c3197c919870ff3b04f63a37c7
7
+ data.tar.gz: 70fbeb0bf9bfef825535f5b4bede536cf6105f64077c4f6148388c184a0a9a4a7bffdac782ca45280b3208507a110081311a53691e905582c73a56a57ae60b4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.110.0 (2024-06-20)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Security Hub
13
+
4
14
  1.109.0 (2024-06-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.111.0
@@ -89,6 +89,11 @@ module Aws::SecurityHub
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
98
  # Your AWS credentials. This can be an instance of any one of the
94
99
  # following classes:
@@ -209,7 +214,6 @@ module Aws::SecurityHub
209
214
  # 'https://example.com'
210
215
  # 'http://example.com:123'
211
216
  #
212
- #
213
217
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
218
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
219
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -298,7 +302,6 @@ module Aws::SecurityHub
298
302
  # throttling. This is a provisional mode that may change behavior
299
303
  # in the future.
300
304
  #
301
- #
302
305
  # @option options [String] :sdk_ua_app_id
303
306
  # A unique and opaque application ID that is appended to the
304
307
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -10407,7 +10410,7 @@ module Aws::SecurityHub
10407
10410
  params: params,
10408
10411
  config: config)
10409
10412
  context[:gem_name] = 'aws-sdk-securityhub'
10410
- context[:gem_version] = '1.109.0'
10413
+ context[:gem_version] = '1.111.0'
10411
10414
  Seahorse::Client::Request.new(handlers, context)
10412
10415
  end
10413
10416
 
@@ -6916,6 +6916,7 @@ module Aws::SecurityHub
6916
6916
 
6917
6917
  api.metadata = {
6918
6918
  "apiVersion" => "2018-10-26",
6919
+ "auth" => ["aws.auth#sigv4"],
6919
6920
  "endpointPrefix" => "securityhub",
6920
6921
  "jsonVersion" => "1.1",
6921
6922
  "protocol" => "rest-json",
@@ -24938,9 +24938,45 @@ module Aws::SecurityHub
24938
24938
  include Aws::Structure
24939
24939
  end
24940
24940
 
24941
- # In a `BatchImportFindings` request, finding providers use
24942
- # `FindingProviderFields` to provide and update values for confidence,
24943
- # criticality, related findings, severity, and types.
24941
+ # In a [ `BatchImportFindings` ][1] request, finding providers use
24942
+ # `FindingProviderFields` to provide and update values for the following
24943
+ # fields:
24944
+ #
24945
+ # * `Confidence`
24946
+ #
24947
+ # * `Criticality`
24948
+ #
24949
+ # * `RelatedFindings`
24950
+ #
24951
+ # * `Severity`
24952
+ #
24953
+ # * `Types`
24954
+ #
24955
+ # The preceding fields are nested under the `FindingProviderFields`
24956
+ # object, but also have analogues of the same name as top-level ASFF
24957
+ # fields. When a new finding is sent to Security Hub by a finding
24958
+ # provider, Security Hub populates the `FindingProviderFields` object
24959
+ # automatically, if it is empty, based on the corresponding top-level
24960
+ # fields.
24961
+ #
24962
+ # Finding providers can update `FindingProviderFields` only by using the
24963
+ # `BatchImportFindings` operation. Finding providers can't update this
24964
+ # object with the [ `BatchUpdateFindings` ][2] operation. Customers can
24965
+ # update the top-level fields by using the `BatchUpdateFindings`
24966
+ # operation. Customers can't update `FindingProviderFields`.
24967
+ #
24968
+ # For information about how Security Hub handles updates from
24969
+ # `BatchImportFindings` to `FindingProviderFields` and to the
24970
+ # corresponding top-level attributes, see [Using `FindingProviderFields`
24971
+ # ][3] in the *Security Hub User Guide*.
24972
+ #
24973
+ #
24974
+ #
24975
+ #
24976
+ #
24977
+ # [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html
24978
+ # [2]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html
24979
+ # [3]: https://docs.aws.amazon.com/securityhub/latest/userguide/finding-update-batchimportfindings.html#batchimportfindings-findingproviderfields
24944
24980
  #
24945
24981
  # @!attribute [rw] confidence
24946
24982
  # A finding's confidence. Confidence is defined as the likelihood
@@ -24989,7 +25025,39 @@ module Aws::SecurityHub
24989
25025
  include Aws::Structure
24990
25026
  end
24991
25027
 
24992
- # The severity assigned to the finding by the finding provider.
25028
+ # The severity assigned to a finding by the finding provider. This
25029
+ # object may include one or more of the following attributes:
25030
+ #
25031
+ # * `Label`
25032
+ #
25033
+ # * `Normalized`
25034
+ #
25035
+ # * `Original`
25036
+ #
25037
+ # * `Product`
25038
+ #
25039
+ # If a [ `BatchImportFindings` ][1] request for a new finding only
25040
+ # provides `Label` or only provides `Normalized`, Security Hub
25041
+ # automatically populates the value of the other field.
25042
+ #
25043
+ # The `Normalized` and `Product` attributes are included in the
25044
+ # `FindingProviderSeverity` structure to preserve the historical
25045
+ # information associated with the finding, even if the top-level
25046
+ # `Severity` object is later modified using the [ `BatchUpdateFindings`
25047
+ # ][2] operation.
25048
+ #
25049
+ # If the top-level `Finding.Severity` object is present, but
25050
+ # `Finding.FindingProviderFields` isn't present, Security Hub creates
25051
+ # the `FindingProviderFields.Severity` object and copies the entire
25052
+ # `Finding.Severity` object into it. This ensures that the original,
25053
+ # provider-supplied details are retained within the
25054
+ # `FindingProviderFields.Severity` object, even if the top-level
25055
+ # `Severity` object is overwritten.
25056
+ #
25057
+ #
25058
+ #
25059
+ # [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html
25060
+ # [2]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html
24993
25061
  #
24994
25062
  # @!attribute [rw] label
24995
25063
  # The severity label assigned to the finding by the finding provider.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securityhub/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityHub
54
54
 
55
- GEM_VERSION = '1.109.0'
55
+ GEM_VERSION = '1.111.0'
56
56
 
57
57
  end
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.109.0
4
+ version: 1.111.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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.197.0
22
+ version: 3.198.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement