lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.70.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.71.0
- old
+ new
@@ -4208,15 +4208,15 @@
# Regions listed in the `Regions` parameter. Security Hub does not
# automatically aggregate findings from new Regions.
#
# @option params [Array<String>] :regions
# If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is
- # a comma-separated list of Regions that do not aggregate findings to
+ # a space-separated list of Regions that do not aggregate findings to
# the aggregation Region.
#
# If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a
- # comma-separated list of Regions that do aggregate findings to the
+ # space-separated list of Regions that do aggregate findings to the
# aggregation Region.
#
# @return [Types::CreateFindingAggregatorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::CreateFindingAggregatorResponse#finding_aggregator_arn #finding_aggregator_arn} => String
@@ -9658,15 +9658,15 @@
# Regions listed in the `Regions` parameter. Security Hub does not
# automatically aggregate findings from new Regions.
#
# @option params [Array<String>] :regions
# If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is
- # a comma-separated list of Regions that do not aggregate findings to
+ # a space-separated list of Regions that do not aggregate findings to
# the aggregation Region.
#
# If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a
- # comma-separated list of Regions that do aggregate findings to the
+ # space-separated list of Regions that do aggregate findings to the
# aggregation Region.
#
# @return [Types::UpdateFindingAggregatorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::UpdateFindingAggregatorResponse#finding_aggregator_arn #finding_aggregator_arn} => String
@@ -11131,10 +11131,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-securityhub'
- context[:gem_version] = '1.70.0'
+ context[:gem_version] = '1.71.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated