lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.8.0 vs lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.9.0
- old
+ new
@@ -94,23 +94,23 @@
# * `~/.aws/credentials`
# * `~/.aws/config`
#
# @option options [String] :access_key_id
#
- # @option options [] :client_side_monitoring (false)
+ # @option options [Boolean] :client_side_monitoring (false)
# When `true`, client-side metrics will be collected for all API requests from
# this client.
#
- # @option options [] :client_side_monitoring_client_id ("")
+ # @option options [String] :client_side_monitoring_client_id ("")
# Allows you to provide an identifier for this client which will be attached to
# all generated client side metrics. Defaults to an empty string.
#
- # @option options [] :client_side_monitoring_port (31000)
+ # @option options [Integer] :client_side_monitoring_port (31000)
# Required for publishing client metrics. The port that the client side monitoring
# agent is running on, where client metrics will be published via UDP.
#
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
# Allows you to provide a custom client-side monitoring publisher class. By default,
# will use the Client Side Monitoring Agent Publisher.
#
# @option options [Boolean] :convert_params (true)
# When `true`, an attempt is made to coerce request parameters into
@@ -3853,10 +3853,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-cloudfront'
- context[:gem_version] = '1.8.0'
+ context[:gem_version] = '1.9.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#