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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa2ccb7f36c49bab10f711f934733b58a6657b2575bcbc23949ac10c9c8702c7
4
- data.tar.gz: 00b46f7d82c5fa97bf8335c355234bd6679a727f0ef9074d7fe3eb8d09d93da5
3
+ metadata.gz: ca8c5abc31525f9fe81207edb4a75482595dfd4efa5c5a0beb6c38ea9df3dc2d
4
+ data.tar.gz: ad8b8f6f791510ed8814ff31e5f98a664f109e9f6fd394c2ab7a96a1ded37c9c
5
5
  SHA512:
6
- metadata.gz: 1e7b07dd99d3a923ea8bf1f824fdb7884cf1c94b3a10ffe960cfac0db025b262cef3cb7ab46fc581e3f4e653ee39529e175d18e118ea48eff537bea83056adb0
7
- data.tar.gz: 731822e81e0d0181190b046a8d9978fc376579c98b00e2904156e7ebc797639a34e529b4136757dbdb734b5e8f7d9fb92f965b3c8b1c085452e25cbe950d666d
6
+ metadata.gz: c42ec11c555feb6e70c4891a8218136ee5d7ddf86d82c273f4898176471aea076e613d8e900b679d8e654b2f39330ffea5e474638f7dee8bda1f608bdda5a0cb
7
+ data.tar.gz: 6b96cd993507dfab36c5b951547988c68fd74d3509e7d711fd24a159357762a9de6626579a5bc70b04e1bc0398442ce4c4efde72d63caed229c6c14fc189c923
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2022-07-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Security Hub
8
+
4
9
  1.67.0 (2022-06-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
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.67.0'
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 AWS WAF should take on a web request when it
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 AWS WAF takes when a web request matches all
25072
- # conditions in the rule, such as allow, block, or count the request.
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
@@ -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.67.0'
51
+ GEM_VERSION = '1.68.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.67.0
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-06-16 00:00:00.000000000 Z
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