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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b77b6e6b5ba4474a091864fefdb5486ee7514e55
4
- data.tar.gz: 3d3ce79cab912d5de9fbb633f78fdcc380d85b86
3
+ metadata.gz: 0cfb099bc4c64fd6d6dae5ad78f85aba7ce3544f
4
+ data.tar.gz: 8fa4ebf7f29733bf7ced353017667ac62e59d115
5
5
  SHA512:
6
- metadata.gz: 7d97d87f3613cd4763e286b9a22e9e954c5ddb748da411b24ddf8bb034a3feb459cdffd22a6877c2eaf99a20229e0c93ad2eacd373ed60bdb1f693817c6f1505
7
- data.tar.gz: f2584e969bf595c6806f50d50e7cbd05afb06f5c450fc22f92985a0a7f18f0cd3b662016206a4a5f11a948d55f5b86dfa7e1fe12fb18807096c690e241001357
6
+ metadata.gz: 5487ac84ba28f61e003304e845344be15beb875fe03730dd2171bc4dfb1f0268ed6e3e00b51f768dc9517b66904774bb1e2297a2787bc1696e31f4683f02c91f
7
+ data.tar.gz: baa20a4f32db6bfe639e3382a253379e6cbf9a93f8a3a97f13bd5028451d3d1afdf28596310d1cb88d2c61ae25c78d1e668ca2e5e696cb3ed37d05d50b83b270
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
43
43
  # @service
44
44
  module Aws::SageMaker
45
45
 
46
- GEM_VERSION = '1.34.0'
46
+ GEM_VERSION = '1.35.0'
47
47
 
48
48
  end
@@ -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.34.0'
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.34.0
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-08 00:00:00.000000000 Z
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