aws-sdk-securityhub 1.64.0 → 1.65.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: a1e44d15048a877e690e3471897d355ee64a8cbcabe58c8cdc94e5202a932210
4
- data.tar.gz: b44878943ae11653b9aed5403f35732bd6a79e71d3f4b4c8e77c81bef8359f0b
3
+ metadata.gz: 203b2b379b766826b7066fd3a3d5959e33f407166d8e0cb1c03260589f9c672a
4
+ data.tar.gz: 171a8b4162ac167ffb319fb616b4d912b1235d576a2add091eaa4694d6a4afd7
5
5
  SHA512:
6
- metadata.gz: dcda037db40f3fc0702b8ddd2668427e7fa05e25efb61860685c9e082b1d6a4ca263000fd65b6ee1808a3820ddc7f2dd1922f4574c4b4df8b8ab6360e4ec9e4f
7
- data.tar.gz: b62d92a760a10adee50aa82a3bbd52c35f0c745366973b13655dce2d6f18cb35a36afccb5862a95e64bbace487b60c3dc735984cf7f2c884f0d8e9297cb09590
6
+ metadata.gz: 0a0084addf55abc3bf400ebe0033a43d0d088da5ec9130b7d7b6b4b25341764c2d1e02eedd09b1ae15e476573bc24eec7bce4f75833be207a77959bc3dbfbaf1
7
+ data.tar.gz: 6d3bc550793923e0ac8e468f6be3779e2a2dfb30f0b721549a1139d2f29e1f43412dbf8693cc5efd4583875cf482de98eb4989d5b0f370a0b9c2eaa482b3d336
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2022-05-06)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Security Hub API reference
8
+
4
9
  1.64.0 (2022-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
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 the findings. The identifier of
535
- # the associated account is the value of the `AwsAccountId` attribute
536
- # for the finding.
537
- #
538
- # * An account that is allow-listed for an official Security Hub partner
539
- # integration.
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.64.0'
10432
+ context[:gem_version] = '1.65.0'
10424
10433
  Seahorse::Client::Request.new(handlers, context)
10425
10434
  end
10426
10435
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-securityhub/customizations'
48
48
  # @!group service
49
49
  module Aws::SecurityHub
50
50
 
51
- GEM_VERSION = '1.64.0'
51
+ GEM_VERSION = '1.65.0'
52
52
 
53
53
  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.64.0
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-04-25 00:00:00.000000000 Z
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