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 +4 -4
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/lib/aws-sdk-securityhub/client.rb +15 -9
- data/lib/aws-sdk-securityhub/types.rb +3 -3
- 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: df2a3fc021bc8145f30d7102a52856aeda3cf906ddbc203297b2a32f6694747e
|
|
4
|
+
data.tar.gz: c895cc4b77cb84dac65607b301e3ab0fc9fca94c41d5ea781330c49cfeb28558
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b097edccc60d374658696008790e7a3df92bd7480b2e121c067430fb1f6b4106eb6b7af622ea6722ae3d86cec16b08f1d314d17eeecf598889f3d55566b9cd79
|
|
7
|
+
data.tar.gz: 7a8df42380b7f84dac7c2f664a8816656d492e21a0ed9fcbfb5e52bd2d4720d0c6c70acc8be90746cdaa0bb23b3bae58078961d27d620de7cc3809a3c62f596a
|
data/lib/aws-sdk-securityhub.rb
CHANGED
|
@@ -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.
|
|
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
|
|
21273
|
-
#
|
|
21274
|
-
#
|
|
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.
|
|
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
|
+
date: 2020-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|