lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.36.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.37.0

- old
+ new

@@ -461,28 +461,34 @@ # # After a finding is created, `BatchImportFindings` cannot be used to # update the following finding fields and objects, which Security Hub # customers use to manage their investigation workflow. # + # * `Note` + # + # * `UserDefinedFields` + # + # * `VerificationState` + # + # * `Workflow` + # + # `BatchImportFindings` can be used to update the following finding + # fields and objects only if they have not been updated using + # `BatchUpdateFindings`. After they are updated using + # `BatchUpdateFindings`, these fields cannot be updated using + # `BatchImportFindings`. + # # * `Confidence` # # * `Criticality` # - # * `Note` - # # * `RelatedFindings` # # * `Severity` # # * `Types` # - # * `UserDefinedFields` - # - # * `VerificationState` - # - # * `Workflow` - # # @option params [required, Array<Types::AwsSecurityFinding>] :findings # A list of findings to import. To successfully import a finding, it # must follow the [AWS Security Finding Format][1]. Maximum of 100 # findings per request. # @@ -7405,10 +7411,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-securityhub' - context[:gem_version] = '1.36.0' + context[:gem_version] = '1.37.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated