aws-sdk-machinelearning 1.13.0 → 1.14.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: 4a86e946dd4f624267a05cbb61974c7f8f9607f9
4
- data.tar.gz: 3fabf1223f1b0eaf830e0b3d0d99092c2ededf05
3
+ metadata.gz: c33a67eb4544714ae0f375b7893588cd543f29d9
4
+ data.tar.gz: 1e68a4ee9da1fe6f0a07bfe27b4aa578411486a7
5
5
  SHA512:
6
- metadata.gz: 92d528dfd043b83a168968e9954a2cbabf6baebc5235be232c43f9232f749b5ba389938334e0db5f277eb709eb0bacfa10bf319c79ed25f1f297d95dfe0e0415
7
- data.tar.gz: ae679b9aebfa285dd7db63efd6ab8bf4d175e200f863d8431c2ce2c94780aae6d776bf1a30cb302d6148044a36187a1deb3cc501021be072bb72f6dc4084d5b4
6
+ metadata.gz: edb5f9aadec812fefa09f76f17c910233eb39573ef7f2bd917f2a9399b11a146ef87e1dfdc16cdf4f99291c1f51e0d0073ea04cf43648944f57c7bf942e9ee04
7
+ data.tar.gz: 38b9ddc316ddaa3f6ac5905a5113486bb19f00b673393f3b3da8efe0cdef5cc0e9e3e0d5eb0338d5c7b2b3dd938c92ce9cb12f240ae2a9f4ed54d79feed5a4ea
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-machinelearning/customizations'
43
43
  # @service
44
44
  module Aws::MachineLearning
45
45
 
46
- GEM_VERSION = '1.13.0'
46
+ GEM_VERSION = '1.14.0'
47
47
 
48
48
  end
@@ -118,6 +118,10 @@ module Aws::MachineLearning
118
118
  # Allows you to provide an identifier for this client which will be attached to
119
119
  # all generated client side metrics. Defaults to an empty string.
120
120
  #
121
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
122
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
123
+ # side monitoring agent is running on, where client metrics will be published via UDP.
124
+ #
121
125
  # @option options [Integer] :client_side_monitoring_port (31000)
122
126
  # Required for publishing client metrics. The port that the client side monitoring
123
127
  # agent is running on, where client metrics will be published via UDP.
@@ -2231,7 +2235,7 @@ module Aws::MachineLearning
2231
2235
  params: params,
2232
2236
  config: config)
2233
2237
  context[:gem_name] = 'aws-sdk-machinelearning'
2234
- context[:gem_version] = '1.13.0'
2238
+ context[:gem_version] = '1.14.0'
2235
2239
  Seahorse::Client::Request.new(handlers, context)
2236
2240
  end
2237
2241
 
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.13.0
4
+ version: 1.14.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement