aws-sdk-mturk 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 788105b5605ba7b22224e3a7664a7c753ea9bd25
4
- data.tar.gz: 8e179c199e5191ae0ed7d222da2c3c224e926978
3
+ metadata.gz: d49c5b90e82779495dc4c0456f3c2743a5d40e86
4
+ data.tar.gz: 71881339babf7cfd3fbb9ab34cbf0b2ac241f7b9
5
5
  SHA512:
6
- metadata.gz: 1f52a86b3baee107556117656a0ea5050f4cd06bb92264fbb36c24714eeba8009a53c46f5069b9082e10e72a831db9e78dc390f9e14502f64f26e0ea34c94250
7
- data.tar.gz: 4b2c91ff69d44c029352a6e3d0d50bd8c1892fc2360b698b876ab06a514bbfc118f81a03c8a7de2083bcd83ed3585ead6a3b2fa63f4dafb6c7ece9d1c8a0c6fe
6
+ metadata.gz: 5279e0bd7f3b3edc52182e034374e553858d3ea41ecaa05de015d60e0dacc88fd37c2e74a37a3cd5e61b6bad8d6e06c4582d3e1e075bb60089af60d473d1235b
7
+ data.tar.gz: 253252189fc4d099147a94c12dc62ecb3605a40129357206bbfb4dc0afde5cb22ba405d748c2ddb129a8fca297c7cfc0aa5983d5e2e4ae6d150876240ffe85f8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mturk/customizations'
42
42
  # @service
43
43
  module Aws::MTurk
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::MTurk
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -2688,7 +2688,7 @@ module Aws::MTurk
2688
2688
  params: params,
2689
2689
  config: config)
2690
2690
  context[:gem_name] = 'aws-sdk-mturk'
2691
- context[:gem_version] = '1.6.0'
2691
+ context[:gem_version] = '1.7.0'
2692
2692
  Seahorse::Client::Request.new(handlers, context)
2693
2693
  end
2694
2694
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mturk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core