lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.18.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.19.0

- old
+ new

@@ -287,12 +287,12 @@ end # Disables the standards specified by the provided # `StandardsSubscriptionArns`. # - # For more information, see [Compliance Standards][1] section of the - # *AWS Security Hub User Guide*. + # For more information, see [Security Standards][1] section of the *AWS + # Security Hub User Guide*. # # # # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html # @@ -329,19 +329,19 @@ # Enables the standards specified by the provided `StandardsArn`. To # obtain the ARN for a standard, use the ` DescribeStandards ` # operation. # - # For more information, see the [Compliance Standards][1] section of the + # For more information, see the [Security Standards][1] section of the # *AWS Security Hub User Guide*. # # # # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards.html # # @option params [required, Array<Types::StandardsSubscriptionRequest>] :standards_subscription_requests - # The list of standards compliance checks to enable. + # The list of standards checks to enable. # # @return [Types::BatchEnableStandardsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::BatchEnableStandardsResponse#standards_subscriptions #standards_subscriptions} => Array&lt;Types::StandardsSubscription&gt; # @@ -1838,10 +1838,12 @@ # resp.products[0].product_name #=> String # resp.products[0].company_name #=> String # resp.products[0].description #=> String # resp.products[0].categories #=> Array # resp.products[0].categories[0] #=> String + # resp.products[0].integration_types #=> Array + # resp.products[0].integration_types[0] #=> String, one of "SEND_FINDINGS_TO_SECURITY_HUB", "RECEIVE_FINDINGS_FROM_SECURITY_HUB" # resp.products[0].marketplace_url #=> String # resp.products[0].activation_url #=> String # resp.products[0].product_subscription_resource_policy #=> String # resp.next_token #=> String # @@ -1898,11 +1900,11 @@ def describe_standards(params = {}, options = {}) req = build_request(:describe_standards, params) req.send_request(options) end - # Returns a list of compliance standards controls. + # Returns a list of security standards controls. # # For each control, the results include information about whether it is # currently enabled, the severity, and a link to remediation # information. # @@ -1918,11 +1920,11 @@ # For subsequent calls to the operation, to continue listing data, set # the value of this parameter to the value returned from the previous # response. # # @option params [Integer] :max_results - # The maximum number of compliance standard controls to return. + # The maximum number of security standard controls to return. # # @return [Types::DescribeStandardsControlsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::DescribeStandardsControlsResponse#controls #controls} => Array&lt;Types::StandardsControl&gt; # * {Types::DescribeStandardsControlsResponse#next_token #next_token} => String @@ -4982,22 +4984,22 @@ def update_insight(params = {}, options = {}) req = build_request(:update_insight, params) req.send_request(options) end - # Used to control whether an individual compliance standard control is + # Used to control whether an individual security standard control is # enabled or disabled. # # @option params [required, String] :standards_control_arn - # The ARN of the compliance standard control to enable or disable. + # The ARN of the security standard control to enable or disable. # # @option params [String] :control_status - # The updated status of the compliance standard control. + # The updated status of the security standard control. # # @option params [String] :disabled_reason - # A description of the reason why you are disabling a compliance - # standard control. + # A description of the reason why you are disabling a security standard + # control. # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # @example Request syntax with placeholder values # @@ -5027,10 +5029,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-securityhub' - context[:gem_version] = '1.18.0' + context[:gem_version] = '1.19.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated