aws-sdk-securityhub 1.104.0 → 1.105.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 962793b5c45cf64a28fca5e507d3b444a37b93c47341c309b12f894eb14ae0fe
4
- data.tar.gz: eacae98a600939e9c93d3e9386504f756be65dca48b4694940137b6d86e0b2a8
3
+ metadata.gz: 3ff30a8d942deda9345029df519733b290d6a1c1d4413ab118db61fc26d21401
4
+ data.tar.gz: 48af6b11266faa3cf3bb515072aec66137390a5d3556194a6977ef6564933a4a
5
5
  SHA512:
6
- metadata.gz: 9cd1cc7f656bc2d9ea55b4063181d1f8c3344124550d73a51efa295ee2bfc2a70a235927fe35886f8b24157b2c0befa0793c53bc71ac9abe343a108be627dbc3
7
- data.tar.gz: 907769acf00fe4b465ce012466959dbc92b9ebfdc300a841a504ce2b3999befe853ce92047b204abf69dc22b4cb2b72ba895d65360655e023dcd44915d4a33f2
6
+ metadata.gz: ee7a8a247a96962b00bdca01df8d2550238b16ba0cabd4d78d65de1e9a826b76d84b435be477d7c789a97f1b1c4d70befb0440d13ef6f49015a6e3c7ffc51d66
7
+ data.tar.gz: 5de0f8ce2a8599c0fb4f3f970c42f5bc4fa300cf362c8c9700e80cd8979497337b4914dbb8f4f581b477db9f7572eca478c6572e4392aeabc711ef028e76386a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-05-01)
5
+ ------------------
6
+
7
+ * Feature - Updated CreateMembers API request with limits.
8
+
4
9
  1.104.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
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) or universally unique identifier (UUID)
8107
- # of the configuration policy.
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) or universally unique identifier (UUID)
8192
- # of the configuration policy.
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 `UpdateFindings`, use
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.104.0'
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) or universally unique identifier
30062
- # (UUID) of the configuration policy.
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) or universally unique identifier
30134
- # (UUID) of the configuration policy.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securityhub/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityHub
54
54
 
55
- GEM_VERSION = '1.104.0'
55
+ GEM_VERSION = '1.105.0'
56
56
 
57
57
  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.104.0
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-04-25 00:00:00.000000000 Z
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