aws-sdk-machinelearning 1.20.0 → 1.21.1

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
  SHA256:
3
- metadata.gz: 4ed3ca8eeb18521706c6bce4d1050f42509ffc8dccbcb8e6f2ab6e8a2b211772
4
- data.tar.gz: 5631340664339e52a0864943408dadd7ce8defeaa14c69b4cee3622799e9d70f
3
+ metadata.gz: 1a84808f69becd77084bb52b84af7d318b16d48d857bb83ee2cb8ca150482607
4
+ data.tar.gz: 52a628ca25fda4c8c95b198f958628a762ee351b42805fe3a9a4bbefc9d3f251
5
5
  SHA512:
6
- metadata.gz: adc1bc95c769129d3187f87f3804febc6e6daa825a2aa3eb6be62532bc3882accbab89e9e0fd88a34ce1d89c03daa08f59ff20762e00daaeb625b02551f12798
7
- data.tar.gz: b5bfe764344a8c3353bb063551dffbc4103f8c7f77b69930dcf28c131b77c236e0fc2cb15f54884e7f743ff60e076ecc454730e4bb04f3407ce1a0678a988c60
6
+ metadata.gz: 96a076ffc3f3ddb6dee57359d0432106585dc2374b5be34205a603863d72e1df06318b456962b9ac649e446f7199f340dd1e022e2f4c1cc95539d32003f5a399
7
+ data.tar.gz: 36fab3c3044c3282154c040236f2c67cb6e334529ee65c9c324c2b1ffa59fbf2249f894215510f7f6319f994dfc26a1abe229e4c9b434938092d8512de7d6345
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-machinelearning/customizations'
46
46
  # @service
47
47
  module Aws::MachineLearning
48
48
 
49
- GEM_VERSION = '1.20.0'
49
+ GEM_VERSION = '1.21.1'
50
50
 
51
51
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
  require 'aws-sdk-machinelearning/plugins/predict_endpoint.rb'
@@ -70,6 +71,7 @@ module Aws::MachineLearning
70
71
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
71
72
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
72
73
  add_plugin(Aws::Plugins::TransferEncoding)
74
+ add_plugin(Aws::Plugins::HttpChecksum)
73
75
  add_plugin(Aws::Plugins::SignatureV4)
74
76
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
75
77
  add_plugin(Aws::MachineLearning::Plugins::PredictEndpoint)
@@ -163,7 +165,7 @@ module Aws::MachineLearning
163
165
  # @option options [String] :endpoint
164
166
  # The client endpoint is normally constructed from the `:region`
165
167
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
167
169
  #
168
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2317,7 +2319,7 @@ module Aws::MachineLearning
2317
2319
  params: params,
2318
2320
  config: config)
2319
2321
  context[:gem_name] = 'aws-sdk-machinelearning'
2320
- context[:gem_version] = '1.20.0'
2322
+ context[:gem_version] = '1.21.1'
2321
2323
  Seahorse::Client::Request.new(handlers, context)
2322
2324
  end
2323
2325
 
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.20.0
4
+ version: 1.21.1
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: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 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.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement