aws-sdk-securityhub 1.104.0 → 1.105.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 +13 -7
- data/lib/aws-sdk-securityhub/types.rb +8 -4
- 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: 3ff30a8d942deda9345029df519733b290d6a1c1d4413ab118db61fc26d21401
|
|
4
|
+
data.tar.gz: 48af6b11266faa3cf3bb515072aec66137390a5d3556194a6977ef6564933a4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee7a8a247a96962b00bdca01df8d2550238b16ba0cabd4d78d65de1e9a826b76d84b435be477d7c789a97f1b1c4d70befb0440d13ef6f49015a6e3c7ffc51d66
|
|
7
|
+
data.tar.gz: 5de0f8ce2a8599c0fb4f3f970c42f5bc4fa300cf362c8c9700e80cd8979497337b4914dbb8f4f581b477db9f7572eca478c6572e4392aeabc711ef028e76386a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
|
@@ -8103,8 +8103,9 @@ module Aws::SecurityHub
|
|
|
8103
8103
|
# Region.
|
|
8104
8104
|
#
|
|
8105
8105
|
# @option params [required, String] :configuration_policy_identifier
|
|
8106
|
-
# The Amazon Resource Name (ARN)
|
|
8107
|
-
# of
|
|
8106
|
+
# The Amazon Resource Name (ARN) of a configuration policy, the
|
|
8107
|
+
# universally unique identifier (UUID) of a configuration policy, or a
|
|
8108
|
+
# value of `SELF_MANAGED_SECURITY_HUB` for a self-managed configuration.
|
|
8108
8109
|
#
|
|
8109
8110
|
# @option params [required, Types::Target] :target
|
|
8110
8111
|
# The identifier of the target account, organizational unit, or the root
|
|
@@ -8188,8 +8189,9 @@ module Aws::SecurityHub
|
|
|
8188
8189
|
# to disassociate from the specified configuration.
|
|
8189
8190
|
#
|
|
8190
8191
|
# @option params [required, String] :configuration_policy_identifier
|
|
8191
|
-
# The Amazon Resource Name (ARN)
|
|
8192
|
-
# of
|
|
8192
|
+
# The Amazon Resource Name (ARN) of a configuration policy, the
|
|
8193
|
+
# universally unique identifier (UUID) of a configuration policy, or a
|
|
8194
|
+
# value of `SELF_MANAGED_SECURITY_HUB` for a self-managed configuration.
|
|
8193
8195
|
#
|
|
8194
8196
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
8195
8197
|
#
|
|
@@ -8656,13 +8658,17 @@ module Aws::SecurityHub
|
|
|
8656
8658
|
req.send_request(options)
|
|
8657
8659
|
end
|
|
8658
8660
|
|
|
8659
|
-
# `UpdateFindings` is deprecated. Instead of
|
|
8660
|
-
# `BatchUpdateFindings
|
|
8661
|
+
# `UpdateFindings` is a deprecated operation. Instead of
|
|
8662
|
+
# `UpdateFindings`, use the `BatchUpdateFindings` operation.
|
|
8661
8663
|
#
|
|
8662
8664
|
# Updates the `Note` and `RecordState` of the Security Hub-aggregated
|
|
8663
8665
|
# findings that the filter attributes specify. Any member account that
|
|
8664
8666
|
# can view the finding also sees the update to the finding.
|
|
8665
8667
|
#
|
|
8668
|
+
# Finding updates made with `UpdateFindings` might not be persisted if
|
|
8669
|
+
# the same finding is later updated by the finding provider through the
|
|
8670
|
+
# `BatchImportFindings` operation.
|
|
8671
|
+
#
|
|
8666
8672
|
# @option params [required, Types::AwsSecurityFindingFilters] :filters
|
|
8667
8673
|
# A collection of attributes that specify which findings you want to
|
|
8668
8674
|
# update.
|
|
@@ -10400,7 +10406,7 @@ module Aws::SecurityHub
|
|
|
10400
10406
|
params: params,
|
|
10401
10407
|
config: config)
|
|
10402
10408
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
10403
|
-
context[:gem_version] = '1.
|
|
10409
|
+
context[:gem_version] = '1.105.0'
|
|
10404
10410
|
Seahorse::Client::Request.new(handlers, context)
|
|
10405
10411
|
end
|
|
10406
10412
|
|
|
@@ -30058,8 +30058,10 @@ module Aws::SecurityHub
|
|
|
30058
30058
|
end
|
|
30059
30059
|
|
|
30060
30060
|
# @!attribute [rw] configuration_policy_identifier
|
|
30061
|
-
# The Amazon Resource Name (ARN)
|
|
30062
|
-
# (UUID) of
|
|
30061
|
+
# The Amazon Resource Name (ARN) of a configuration policy, the
|
|
30062
|
+
# universally unique identifier (UUID) of a configuration policy, or a
|
|
30063
|
+
# value of `SELF_MANAGED_SECURITY_HUB` for a self-managed
|
|
30064
|
+
# configuration.
|
|
30063
30065
|
# @return [String]
|
|
30064
30066
|
#
|
|
30065
30067
|
# @!attribute [rw] target
|
|
@@ -30130,8 +30132,10 @@ module Aws::SecurityHub
|
|
|
30130
30132
|
# @return [Types::Target]
|
|
30131
30133
|
#
|
|
30132
30134
|
# @!attribute [rw] configuration_policy_identifier
|
|
30133
|
-
# The Amazon Resource Name (ARN)
|
|
30134
|
-
# (UUID) of
|
|
30135
|
+
# The Amazon Resource Name (ARN) of a configuration policy, the
|
|
30136
|
+
# universally unique identifier (UUID) of a configuration policy, or a
|
|
30137
|
+
# value of `SELF_MANAGED_SECURITY_HUB` for a self-managed
|
|
30138
|
+
# configuration.
|
|
30135
30139
|
# @return [String]
|
|
30136
30140
|
#
|
|
30137
30141
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/StartConfigurationPolicyDisassociationRequest 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.105.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: 2024-
|
|
11
|
+
date: 2024-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|