lib/aws-sdk-signer/client.rb in aws-sdk-signer-1.2.0 vs lib/aws-sdk-signer/client.rb in aws-sdk-signer-1.3.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:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>) + # @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 @@ -702,10 +702,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-signer' - context[:gem_version] = '1.2.0' + context[:gem_version] = '1.3.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #