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 +4 -4
- data/lib/aws-sdk-machinelearning.rb +1 -1
- data/lib/aws-sdk-machinelearning/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 046e00ac9f0130ec554b5bd7dca96f52c17bed87
|
|
4
|
+
data.tar.gz: 9ee68d9b9acd4888f74c452959390cb6a41b35e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2903fc086cc0a83982a6d1c856569e2445559e23eef89cb47294b6bd768317e9dc39f3452d43f4bc2e38d935ee32e8b5d723b6d12d8abdb037dc44d202b36c86
|
|
7
|
+
data.tar.gz: 30ef97aec80c0e0815d22782510ebe1befd188aed44b8bdf2ee689a080cd7cf8cae9d41611668df137011895c8697fa8eae5408d1d5bae1428110b77122b2d2f
|
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|