aws-sdk-machinelearning 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e7fae2b43799756b82ff0143c5b93de6c315785
4
- data.tar.gz: 1025de34f172aae21f463ae592da534e9166e301
3
+ metadata.gz: 046e00ac9f0130ec554b5bd7dca96f52c17bed87
4
+ data.tar.gz: 9ee68d9b9acd4888f74c452959390cb6a41b35e5
5
5
  SHA512:
6
- metadata.gz: cb2d722b4835253748129269ac2169c0d9f5bc438a2cc4b8c3234f595d926910ac65729a4f966c7db72a87d8db327571fe9b951688ab5f0e24a503ceffd1e1a5
7
- data.tar.gz: 7fd49b0243f0c6e55957cbbff60e2ec2804bc112d2b14f2527dfc2db3e78553ed144d7bfa8a91e2f59c64e089739b9dee0573bfb728d2f44ed491cb3b5e6cf83
6
+ metadata.gz: 2903fc086cc0a83982a6d1c856569e2445559e23eef89cb47294b6bd768317e9dc39f3452d43f4bc2e38d935ee32e8b5d723b6d12d8abdb037dc44d202b36c86
7
+ data.tar.gz: 30ef97aec80c0e0815d22782510ebe1befd188aed44b8bdf2ee689a080cd7cf8cae9d41611668df137011895c8697fa8eae5408d1d5bae1428110b77122b2d2f
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-machinelearning/customizations'
43
43
  # @service
44
44
  module Aws::MachineLearning
45
45
 
46
- GEM_VERSION = '1.3.0'
46
+ GEM_VERSION = '1.4.0'
47
47
 
48
48
  end
@@ -98,19 +98,19 @@ module Aws::MachineLearning
98
98
  #
99
99
  # @option options [String] :access_key_id
100
100
  #
101
- # @option options [] :client_side_monitoring (false)
101
+ # @option options [Boolean] :client_side_monitoring (false)
102
102
  # When `true`, client-side metrics will be collected for all API requests from
103
103
  # this client.
104
104
  #
105
- # @option options [] :client_side_monitoring_client_id ("")
105
+ # @option options [String] :client_side_monitoring_client_id ("")
106
106
  # Allows you to provide an identifier for this client which will be attached to
107
107
  # all generated client side metrics. Defaults to an empty string.
108
108
  #
109
- # @option options [] :client_side_monitoring_port (31000)
109
+ # @option options [Integer] :client_side_monitoring_port (31000)
110
110
  # Required for publishing client metrics. The port that the client side monitoring
111
111
  # agent is running on, where client metrics will be published via UDP.
112
112
  #
113
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
113
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
114
114
  # Allows you to provide a custom client-side monitoring publisher class. By default,
115
115
  # will use the Client Side Monitoring Agent Publisher.
116
116
  #
@@ -2157,7 +2157,7 @@ module Aws::MachineLearning
2157
2157
  params: params,
2158
2158
  config: config)
2159
2159
  context[:gem_name] = 'aws-sdk-machinelearning'
2160
- context[:gem_version] = '1.3.0'
2160
+ context[:gem_version] = '1.4.0'
2161
2161
  Seahorse::Client::Request.new(handlers, context)
2162
2162
  end
2163
2163
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-machinelearning
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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