aws-sdk-securityhub 1.64.0 → 1.65.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 +16 -7
- 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: 203b2b379b766826b7066fd3a3d5959e33f407166d8e0cb1c03260589f9c672a
|
|
4
|
+
data.tar.gz: 171a8b4162ac167ffb319fb616b4d912b1235d576a2add091eaa4694d6a4afd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a0084addf55abc3bf400ebe0033a43d0d088da5ec9130b7d7b6b4b25341764c2d1e02eedd09b1ae15e476573bc24eec7bce4f75833be207a77959bc3dbfbaf1
|
|
7
|
+
data.tar.gz: 6d3bc550793923e0ac8e468f6be3779e2a2dfb30f0b721549a1139d2f29e1f43412dbf8693cc5efd4583875cf482de98eb4989d5b0f370a0b9c2eaa482b3d336
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -531,12 +531,17 @@ module Aws::SecurityHub
|
|
|
531
531
|
#
|
|
532
532
|
# `BatchImportFindings` must be called by one of the following:
|
|
533
533
|
#
|
|
534
|
-
# * The account that is associated with
|
|
535
|
-
# the
|
|
536
|
-
#
|
|
537
|
-
#
|
|
538
|
-
#
|
|
539
|
-
#
|
|
534
|
+
# * The Amazon Web Services account that is associated with a finding if
|
|
535
|
+
# you are using the [default product ARN][1] or are a partner sending
|
|
536
|
+
# findings from within a customer's Amazon Web Services account. In
|
|
537
|
+
# these cases, the identifier of the account that you are calling
|
|
538
|
+
# `BatchImportFindings` from needs to be the same as the
|
|
539
|
+
# `AwsAccountId` attribute for the finding.
|
|
540
|
+
#
|
|
541
|
+
# * An Amazon Web Services account that Security Hub has allow-listed
|
|
542
|
+
# for an official partner integration. In this case, you can call
|
|
543
|
+
# `BatchImportFindings` from the allow-listed account and send
|
|
544
|
+
# findings from different customer accounts in the same batch.
|
|
540
545
|
#
|
|
541
546
|
# The maximum allowed size for a finding is 240 Kb. An error is returned
|
|
542
547
|
# for any finding larger than 240 Kb.
|
|
@@ -569,6 +574,10 @@ module Aws::SecurityHub
|
|
|
569
574
|
# Instead, finding providers use `FindingProviderFields` to provide
|
|
570
575
|
# values for these attributes.
|
|
571
576
|
#
|
|
577
|
+
#
|
|
578
|
+
#
|
|
579
|
+
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-custom-providers.html#securityhub-custom-providers-bfi-reqs
|
|
580
|
+
#
|
|
572
581
|
# @option params [required, Array<Types::AwsSecurityFinding>] :findings
|
|
573
582
|
# A list of findings to import. To successfully import a finding, it
|
|
574
583
|
# must follow the [Amazon Web Services Security Finding Format][1].
|
|
@@ -10420,7 +10429,7 @@ module Aws::SecurityHub
|
|
|
10420
10429
|
params: params,
|
|
10421
10430
|
config: config)
|
|
10422
10431
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
10423
|
-
context[:gem_version] = '1.
|
|
10432
|
+
context[:gem_version] = '1.65.0'
|
|
10424
10433
|
Seahorse::Client::Request.new(handlers, context)
|
|
10425
10434
|
end
|
|
10426
10435
|
|
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.65.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: 2022-
|
|
11
|
+
date: 2022-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|