lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.63.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.64.0

- old
+ new

@@ -3734,14 +3734,16 @@ # Used to enable finding aggregation. Must be called from the # aggregation Region. # # For more details about cross-Region replication, see [Configuring - # finding - # aggregation](securityhub/latest/userguide/finding-aggregation.html) in - # the *Security Hub User Guide*. + # finding aggregation][1] in the *Security Hub User Guide*. # + # + # + # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/finding-aggregation.html + # # @option params [required, String] :region_linking_mode # Indicates whether to aggregate findings from all of the available # Regions in the current partition. Also determines whether to # automatically aggregate findings from new Regions as Security Hub # supports them and you opt into them. @@ -4836,15 +4838,17 @@ # # @return [Types::DescribeOrganizationConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::DescribeOrganizationConfigurationResponse#auto_enable #auto_enable} => Boolean # * {Types::DescribeOrganizationConfigurationResponse#member_account_limit_reached #member_account_limit_reached} => Boolean + # * {Types::DescribeOrganizationConfigurationResponse#auto_enable_standards #auto_enable_standards} => String # # @example Response structure # # resp.auto_enable #=> Boolean # resp.member_account_limit_reached #=> Boolean + # resp.auto_enable_standards #=> String, one of "NONE", "DEFAULT" # # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeOrganizationConfiguration AWS API Documentation # # @overload describe_organization_configuration(params = {}) # @param [Hash] params ({}) @@ -10309,16 +10313,32 @@ # automatically. # # To automatically enable Security Hub for new accounts, set this to # `true`. # + # @option params [String] :auto_enable_standards + # Whether to automatically enable Security Hub [default standards][1] + # for new member accounts in the organization. + # + # By default, this parameter is equal to `DEFAULT`, and new member + # accounts are automatically enabled with default Security Hub + # standards. + # + # To opt out of enabling default standards for new member accounts, set + # this parameter equal to `NONE`. + # + # + # + # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html + # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # @example Request syntax with placeholder values # # resp = client.update_organization_configuration({ # auto_enable: false, # required + # auto_enable_standards: "NONE", # accepts NONE, DEFAULT # }) # # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateOrganizationConfiguration AWS API Documentation # # @overload update_organization_configuration(params = {}) @@ -10398,10 +10418,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-securityhub' - context[:gem_version] = '1.63.0' + context[:gem_version] = '1.64.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated