lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.39.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.40.0
- old
+ new
@@ -3346,14 +3346,18 @@
def describe_organization_configuration(params = {}, options = {})
req = build_request(:describe_organization_configuration, params)
req.send_request(options)
end
- # Returns information about the available products that you can
- # subscribe to and integrate with Security Hub in order to consolidate
- # findings.
+ # Returns information about product integrations in Security Hub.
#
+ # You can optionally provide an integration ARN. If you provide an
+ # integration ARN, then the results only include that integration.
+ #
+ # If you do not provide an integration ARN, then the results include all
+ # of the available product integrations.
+ #
# @option params [String] :next_token
# The token that is required for pagination. On your first call to the
# `DescribeProducts` operation, set the value of this parameter to
# `NULL`.
#
@@ -3362,10 +3366,13 @@
# response.
#
# @option params [Integer] :max_results
# The maximum number of results to return.
#
+ # @option params [String] :product_arn
+ # The ARN of the integration to return.
+ #
# @return [Types::DescribeProductsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::DescribeProductsResponse#products #products} => Array<Types::Product>
# * {Types::DescribeProductsResponse#next_token #next_token} => String
#
@@ -3374,10 +3381,11 @@
# @example Request syntax with placeholder values
#
# resp = client.describe_products({
# next_token: "NextToken",
# max_results: 1,
+ # product_arn: "NonEmptyString",
# })
#
# @example Response structure
#
# resp.products #=> Array
@@ -7635,10 +7643,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-securityhub'
- context[:gem_version] = '1.39.0'
+ context[:gem_version] = '1.40.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated