lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.31.0 vs lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.32.0
- old
+ new
@@ -635,11 +635,11 @@
#
# @option params [required, String] :format
# The format of the file that contains the IPSet.
#
# @option params [required, String] :location
- # The URI of the file that contains the IPSet. For example: .
+ # The URI of the file that contains the IPSet.
#
# @option params [required, Boolean] :activate
# A Boolean value that indicates whether GuardDuty is to start using the
# uploaded IPSet.
#
@@ -820,11 +820,11 @@
#
# @option params [required, String] :format
# The format of the file that contains the ThreatIntelSet.
#
# @option params [required, String] :location
- # The URI of the file that contains the ThreatIntelSet. For example: .
+ # The URI of the file that contains the ThreatIntelSet.
#
# @option params [required, Boolean] :activate
# A Boolean value that indicates whether GuardDuty is to start using the
# uploaded ThreatIntelSet.
#
@@ -2731,11 +2731,11 @@
#
# @option params [String] :name
# The unique ID that specifies the IPSet that you want to update.
#
# @option params [String] :location
- # The updated URI of the file that contains the IPSet. For example: .
+ # The updated URI of the file that contains the IPSet.
#
# @option params [Boolean] :activate
# The updated Boolean value that specifies whether the IPSet is active
# or not.
#
@@ -2836,12 +2836,11 @@
# @option params [String] :name
# The unique ID that specifies the ThreatIntelSet that you want to
# update.
#
# @option params [String] :location
- # The updated URI of the file that contains the ThreateIntelSet. For
- # example: .
+ # The updated URI of the file that contains the ThreateIntelSet.
#
# @option params [Boolean] :activate
# The updated Boolean value that specifies whether the ThreateIntelSet
# is active or not.
#
@@ -2877,10 +2876,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-guardduty'
- context[:gem_version] = '1.31.0'
+ context[:gem_version] = '1.32.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated