lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.104.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.105.0
- old
+ new
@@ -8101,12 +8101,13 @@
# configuration policy or self-managed behavior. Only the Security Hub
# delegated administrator can invoke this operation from the home
# Region.
#
# @option params [required, String] :configuration_policy_identifier
- # The Amazon Resource Name (ARN) or universally unique identifier (UUID)
- # of the configuration policy.
+ # The Amazon Resource Name (ARN) of a configuration policy, the
+ # universally unique identifier (UUID) of a configuration policy, or a
+ # value of `SELF_MANAGED_SECURITY_HUB` for a self-managed configuration.
#
# @option params [required, Types::Target] :target
# The identifier of the target account, organizational unit, or the root
# to associate with the specified configuration.
#
@@ -8186,12 +8187,13 @@
# @option params [Types::Target] :target
# The identifier of the target account, organizational unit, or the root
# to disassociate from the specified configuration.
#
# @option params [required, String] :configuration_policy_identifier
- # The Amazon Resource Name (ARN) or universally unique identifier (UUID)
- # of the configuration policy.
+ # The Amazon Resource Name (ARN) of a configuration policy, the
+ # universally unique identifier (UUID) of a configuration policy, or a
+ # value of `SELF_MANAGED_SECURITY_HUB` for a self-managed configuration.
#
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
#
# @example Example: To disassociate a configuration from a target
@@ -8654,17 +8656,21 @@
def update_finding_aggregator(params = {}, options = {})
req = build_request(:update_finding_aggregator, params)
req.send_request(options)
end
- # `UpdateFindings` is deprecated. Instead of `UpdateFindings`, use
- # `BatchUpdateFindings`.
+ # `UpdateFindings` is a deprecated operation. Instead of
+ # `UpdateFindings`, use the `BatchUpdateFindings` operation.
#
# Updates the `Note` and `RecordState` of the Security Hub-aggregated
# findings that the filter attributes specify. Any member account that
# can view the finding also sees the update to the finding.
#
+ # Finding updates made with `UpdateFindings` might not be persisted if
+ # the same finding is later updated by the finding provider through the
+ # `BatchImportFindings` operation.
+ #
# @option params [required, Types::AwsSecurityFindingFilters] :filters
# A collection of attributes that specify which findings you want to
# update.
#
# @option params [Types::NoteUpdate] :note
@@ -10398,10 +10404,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-securityhub'
- context[:gem_version] = '1.104.0'
+ context[:gem_version] = '1.105.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated