aws-sdk-securityhub 1.67.0 → 1.68.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 +1 -1
- data/lib/aws-sdk-securityhub/types.rb +40 -5
- 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: ca8c5abc31525f9fe81207edb4a75482595dfd4efa5c5a0beb6c38ea9df3dc2d
|
|
4
|
+
data.tar.gz: ad8b8f6f791510ed8814ff31e5f98a664f109e9f6fd394c2ab7a96a1ded37c9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c42ec11c555feb6e70c4891a8218136ee5d7ddf86d82c273f4898176471aea076e613d8e900b679d8e654b2f39330ffea5e474638f7dee8bda1f608bdda5a0cb
|
|
7
|
+
data.tar.gz: 6b96cd993507dfab36c5b951547988c68fd74d3509e7d711fd24a159357762a9de6626579a5bc70b04e1bc0398442ce4c4efde72d63caed229c6c14fc189c923
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -10975,7 +10975,7 @@ module Aws::SecurityHub
|
|
|
10975
10975
|
params: params,
|
|
10976
10976
|
config: config)
|
|
10977
10977
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
10978
|
-
context[:gem_version] = '1.
|
|
10978
|
+
context[:gem_version] = '1.68.0'
|
|
10979
10979
|
Seahorse::Client::Request.new(handlers, context)
|
|
10980
10980
|
end
|
|
10981
10981
|
|
|
@@ -24856,7 +24856,7 @@ module Aws::SecurityHub
|
|
|
24856
24856
|
include Aws::Structure
|
|
24857
24857
|
end
|
|
24858
24858
|
|
|
24859
|
-
# Describes the action that
|
|
24859
|
+
# Describes the action that WAF should take on a web request when it
|
|
24860
24860
|
# matches the criteria defined in the rule.
|
|
24861
24861
|
#
|
|
24862
24862
|
# @note When making an API call, you may pass AwsWafRegionalRuleGroupRulesActionDetails
|
|
@@ -25068,8 +25068,8 @@ module Aws::SecurityHub
|
|
|
25068
25068
|
# }
|
|
25069
25069
|
#
|
|
25070
25070
|
# @!attribute [rw] action
|
|
25071
|
-
# The action that
|
|
25072
|
-
#
|
|
25071
|
+
# The action that WAF takes when a web request matches all conditions
|
|
25072
|
+
# in the rule, such as allow, block, or count the request.
|
|
25073
25073
|
# @return [Types::AwsWafRegionalWebAclRulesListActionDetails]
|
|
25074
25074
|
#
|
|
25075
25075
|
# @!attribute [rw] override_action
|
|
@@ -29030,11 +29030,46 @@ module Aws::SecurityHub
|
|
|
29030
29030
|
# @return [Types::AwsSecurityFindingIdentifier]
|
|
29031
29031
|
#
|
|
29032
29032
|
# @!attribute [rw] error_code
|
|
29033
|
-
# The code associated with the error.
|
|
29033
|
+
# The code associated with the error. Possible values are:
|
|
29034
|
+
#
|
|
29035
|
+
# * `ConcurrentUpdateError` - Another process or request attempted to
|
|
29036
|
+
# update the finding while this request was being processed
|
|
29037
|
+
#
|
|
29038
|
+
# * `DuplicatedFindingIdentifier` - The request included two or more
|
|
29039
|
+
# findings with the same `FindingIdentifier`
|
|
29040
|
+
#
|
|
29041
|
+
# * `FindingNotFound` - The `FindingIdentifier` included in the
|
|
29042
|
+
# request did not match an existing finding
|
|
29043
|
+
#
|
|
29044
|
+
# * `FindingSizeExceeded` - The finding size was greater than the
|
|
29045
|
+
# permissible value of 240 KB
|
|
29046
|
+
#
|
|
29047
|
+
# * `InternalFailure` - An internal service failure occurred when
|
|
29048
|
+
# updating the finding
|
|
29049
|
+
#
|
|
29050
|
+
# * `InvalidInput` - The finding update contained an invalid value
|
|
29051
|
+
# that did not satisfy the [Amazon Web Services Security Finding
|
|
29052
|
+
# Format][1] syntax
|
|
29053
|
+
#
|
|
29054
|
+
#
|
|
29055
|
+
#
|
|
29056
|
+
# [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html
|
|
29034
29057
|
# @return [String]
|
|
29035
29058
|
#
|
|
29036
29059
|
# @!attribute [rw] error_message
|
|
29037
|
-
# The message associated with the error.
|
|
29060
|
+
# The message associated with the error. Possible values are:
|
|
29061
|
+
#
|
|
29062
|
+
# * `Concurrent finding updates detected`
|
|
29063
|
+
#
|
|
29064
|
+
# * `Finding Identifier is duplicated`
|
|
29065
|
+
#
|
|
29066
|
+
# * `Finding Not Found`
|
|
29067
|
+
#
|
|
29068
|
+
# * `Finding size exceeded 240 KB`
|
|
29069
|
+
#
|
|
29070
|
+
# * `Internal service failure`
|
|
29071
|
+
#
|
|
29072
|
+
# * `Invalid Input`
|
|
29038
29073
|
# @return [String]
|
|
29039
29074
|
#
|
|
29040
29075
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/BatchUpdateFindingsUnprocessedFinding AWS API Documentation
|
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.68.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-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|