aws-sdk-sagemaker 1.55.0 → 1.56.0

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: d5fa0b75674224943a1085d6ba471f2572614bd2d72f2b639d3493b63cba1b70
4
- data.tar.gz: ac7e567ceef95c6dc9e7674a4720e8bb9e0386bbfdfa0950e5def0bcdb021d93
3
+ metadata.gz: 8a2e4fc025c36507f1c58b509348f61c23bc4f637d4fb8135998ab096ae07a90
4
+ data.tar.gz: fbc3236fa3ef2027cf5021611c91f467c2a2ff72ced18109eb51e472f9ef5850
5
5
  SHA512:
6
- metadata.gz: 215930fc0d53b57ae8ada2dffaba99e05f08e97f64d834df1611df75c1b7d950166f9a49287437d8ab8e32d49600fc7b4bc378e34423f41d9a0c03feb430ab1b
7
- data.tar.gz: d9cc9b9e4842fa641bd338c0a4338fc128c9a8395c8d30aab9b8b76350db0df21595969153aa3fa7a80ef2d96845b6bc5a109c26236038a824cb4d6f4978739f
6
+ metadata.gz: '08576d724cd8302f673280c9f196b6d385236109ebee60c2a40fa3b6d0cbdc39ccd769c6467f068168a028d8ecb5cb2660c6bbb5c1a0e1b5190591cb6ef995ff'
7
+ data.tar.gz: 1a0be997d0c75ab96a1bebbc25aaa180f6c8680f7b89c9103ddeed2e43fc9db5312ad79f3a0a2eb1385c41f6d7c67cda6c7e528e28e25ac080557a5b43652a8f
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
46
46
  # @service
47
47
  module Aws::SageMaker
48
48
 
49
- GEM_VERSION = '1.55.0'
49
+ GEM_VERSION = '1.56.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::SageMaker
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::SageMaker
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -10444,7 +10444,7 @@ module Aws::SageMaker
10444
10444
  params: params,
10445
10445
  config: config)
10446
10446
  context[:gem_name] = 'aws-sdk-sagemaker'
10447
- context[:gem_version] = '1.55.0'
10447
+ context[:gem_version] = '1.56.0'
10448
10448
  Seahorse::Client::Request.new(handlers, context)
10449
10449
  end
10450
10450
 
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.55.0
4
+ version: 1.56.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: 2020-04-27 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core