aws-sdk-securityhub 1.36.0 → 1.37.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: dfd2b4dd950ff3c25ffe4aa522baa557f0e9b09f17eb33f4d8b28390d478e8e9
4
- data.tar.gz: 86aa091badb2a21ef8ff863b04aeb46648c99e0c682923f8d5380a655c4978ed
3
+ metadata.gz: df2a3fc021bc8145f30d7102a52856aeda3cf906ddbc203297b2a32f6694747e
4
+ data.tar.gz: c895cc4b77cb84dac65607b301e3ab0fc9fca94c41d5ea781330c49cfeb28558
5
5
  SHA512:
6
- metadata.gz: 3c8d78f445024a95159b48fb25c611bc089179fa9e76acba2cf14293b56f0eb354448ebf2586540b98f16420e9ba13150e6b4a9205adb574e43470e0362e77ae
7
- data.tar.gz: 7be711077e56e1bdb730542a70eab2b5036eb5ad04ebcf707b3977608264365df7a27473a0543a21adeab03bc9a889bed5efd6705e2371d717c3d256aabe69af
6
+ metadata.gz: b097edccc60d374658696008790e7a3df92bd7480b2e121c067430fb1f6b4106eb6b7af622ea6722ae3d86cec16b08f1d314d17eeecf598889f3d55566b9cd79
7
+ data.tar.gz: 7a8df42380b7f84dac7c2f664a8816656d492e21a0ed9fcbfb5e52bd2d4720d0c6c70acc8be90746cdaa0bb23b3bae58078961d27d620de7cc3809a3c62f596a
@@ -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.36.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
@@ -463,24 +463,30 @@ module Aws::SecurityHub
463
463
  # update the following finding fields and objects, which Security Hub
464
464
  # customers use to manage their investigation workflow.
465
465
  #
466
+ # * `Note`
467
+ #
468
+ # * `UserDefinedFields`
469
+ #
470
+ # * `VerificationState`
471
+ #
472
+ # * `Workflow`
473
+ #
474
+ # `BatchImportFindings` can be used to update the following finding
475
+ # fields and objects only if they have not been updated using
476
+ # `BatchUpdateFindings`. After they are updated using
477
+ # `BatchUpdateFindings`, these fields cannot be updated using
478
+ # `BatchImportFindings`.
479
+ #
466
480
  # * `Confidence`
467
481
  #
468
482
  # * `Criticality`
469
483
  #
470
- # * `Note`
471
- #
472
484
  # * `RelatedFindings`
473
485
  #
474
486
  # * `Severity`
475
487
  #
476
488
  # * `Types`
477
489
  #
478
- # * `UserDefinedFields`
479
- #
480
- # * `VerificationState`
481
- #
482
- # * `Workflow`
483
- #
484
490
  # @option params [required, Array<Types::AwsSecurityFinding>] :findings
485
491
  # A list of findings to import. To successfully import a finding, it
486
492
  # must follow the [AWS Security Finding Format][1]. Maximum of 100
@@ -7407,7 +7413,7 @@ module Aws::SecurityHub
7407
7413
  params: params,
7408
7414
  config: config)
7409
7415
  context[:gem_name] = 'aws-sdk-securityhub'
7410
- context[:gem_version] = '1.36.0'
7416
+ context[:gem_version] = '1.37.0'
7411
7417
  Seahorse::Client::Request.new(handlers, context)
7412
7418
  end
7413
7419
 
@@ -21269,9 +21269,9 @@ module Aws::SecurityHub
21269
21269
 
21270
21270
  # The severity of the finding.
21271
21271
  #
21272
- # The finding provider can provide the initial severity, but cannot
21273
- # update it after that. The severity can only be updated by a master
21274
- # account. It cannot be updated by a member account.
21272
+ # The finding provider can provide the initial severity. The finding
21273
+ # provider can only update the severity if it has not been updated using
21274
+ # `BatchUpdateFindings`.
21275
21275
  #
21276
21276
  # The finding must have either `Label` or `Normalized` populated. If
21277
21277
  # only one of these attributes is populated, then Security Hub
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.36.0
4
+ version: 1.37.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: 2020-11-23 00:00:00.000000000 Z
11
+ date: 2020-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core