aws-sdk-sagemaker 1.34.0 → 1.35.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-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +3 -1
- 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: 0cfb099bc4c64fd6d6dae5ad78f85aba7ce3544f
|
|
4
|
+
data.tar.gz: 8fa4ebf7f29733bf7ced353017667ac62e59d115
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5487ac84ba28f61e003304e845344be15beb875fe03730dd2171bc4dfb1f0268ed6e3e00b51f768dc9517b66904774bb1e2297a2787bc1696e31f4683f02c91f
|
|
7
|
+
data.tar.gz: baa20a4f32db6bfe639e3382a253379e6cbf9a93f8a3a97f13bd5028451d3d1afdf28596310d1cb88d2c61ae25c78d1e668ca2e5e696cb3ed37d05d50b83b270
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
|
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
|
|
|
23
23
|
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
|
+
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
|
26
27
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
27
28
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
28
29
|
|
|
@@ -55,6 +56,7 @@ module Aws::SageMaker
|
|
|
55
56
|
add_plugin(Aws::Plugins::JsonvalueConverter)
|
|
56
57
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
|
57
58
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
|
59
|
+
add_plugin(Aws::Plugins::TransferEncoding)
|
|
58
60
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
59
61
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
|
60
62
|
|
|
@@ -5908,7 +5910,7 @@ module Aws::SageMaker
|
|
|
5908
5910
|
params: params,
|
|
5909
5911
|
config: config)
|
|
5910
5912
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
5911
|
-
context[:gem_version] = '1.
|
|
5913
|
+
context[:gem_version] = '1.35.0'
|
|
5912
5914
|
Seahorse::Client::Request.new(handlers, context)
|
|
5913
5915
|
end
|
|
5914
5916
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.35.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-
|
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|