aws-sdk-sagemaker 1.260.0 → 1.261.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +7 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65a247a6ae245623f9f371603bf5cacf5cbecfdbc906134e602d9c6a6121b0e2
|
|
4
|
+
data.tar.gz: 00d85670af85c6aad360e245522eeacb5c4b62014243d2490a02a00e33a25eb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16f9a8ec5f5830d6fac5fd9dc59cc4e2ed803322126360aba7fd222e45068953da2ebf4afabb1669f3770f8704290b2f6a56f85bc38ae2566c69aa3ddbcc35fd
|
|
7
|
+
data.tar.gz: 72c40edfcb9188855d5867a32553c8506e1a87e98e480aa64bed16fbe1bda48d9fa49ee97b2bfd59ecb023da5f6c3bceaf005c074c667a608f4ef87ef81837e8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.261.0
|
|
@@ -432,6 +432,12 @@ module Aws::SageMaker
|
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
|
434
434
|
#
|
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
436
|
+
# Sets a client certificate when creating http connections.
|
|
437
|
+
#
|
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
439
|
+
# Sets a client key when creating http connections.
|
|
440
|
+
#
|
|
435
441
|
# @option options [Float] :ssl_timeout
|
|
436
442
|
# Sets the SSL timeout in seconds
|
|
437
443
|
#
|
|
@@ -27768,7 +27774,7 @@ module Aws::SageMaker
|
|
|
27768
27774
|
tracer: tracer
|
|
27769
27775
|
)
|
|
27770
27776
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
27771
|
-
context[:gem_version] = '1.
|
|
27777
|
+
context[:gem_version] = '1.261.0'
|
|
27772
27778
|
Seahorse::Client::Request.new(handlers, context)
|
|
27773
27779
|
end
|
|
27774
27780
|
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
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.261.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: 2024-09-
|
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|