lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.61.0 vs lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.62.0

- old
+ new

@@ -543,16 +543,18 @@ # @option params [required, String] :detector_id # The ID of the detector belonging to the GuardDuty account that you # want to create a filter for. # # @option params [required, String] :name - # The name of the filter. Minimum length of 3. Maximum length of 64. - # Valid characters include alphanumeric characters, dot (.), underscore - # (\_), and dash (-). Spaces are not allowed. + # The name of the filter. Valid characters include period (.), + # underscore (\_), dash (-), and alphanumeric characters. A whitespace + # is considered to be an invalid character. # # @option params [String] :description - # The description of the filter. + # The description of the filter. Valid special characters include period + # (.), underscore (\_), dash (-), and whitespace. The new line character + # is considered to be an invalid input for description. # # @option params [String] :action # Specifies the action that is to be applied to the findings that match # the filter. # @@ -3331,11 +3333,13 @@ # # @option params [required, String] :filter_name # The name of the filter. # # @option params [String] :description - # The description of the filter. + # The description of the filter. Valid special characters include period + # (.), underscore (\_), dash (-), and whitespace. The new line character + # is considered to be an invalid input for description. # # @option params [String] :action # Specifies the action that is to be applied to the findings that match # the filter. # @@ -3709,10 +3713,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-guardduty' - context[:gem_version] = '1.61.0' + context[:gem_version] = '1.62.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated