aws-sdk-sagemaker 1.260.0 → 1.262.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +7 -1
- data/lib/aws-sdk-sagemaker/endpoints.rb +335 -1340
- data/lib/aws-sdk-sagemaker/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90f0002d4484bffbdb5824d477bdcb1e53d39d90a93b1ec7b78571be6013b7ce
|
4
|
+
data.tar.gz: ddfacb5326a3e71100e0e7051ddd6e13ad6514eb8e428f97242e2a796a42649c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9feb95cf1c48c9abf66788781cc82025d6368e77147f0bf8044748083fad967d6a0edf531343d3299415078ae4e1995f18d3a6a3479c34d72ff3919d005b2a15
|
7
|
+
data.tar.gz: fe3a683a400cb0252c8e62e5b4dd50d20a132ac2911771ecb007bb739124135d9025457705f2413784cc476ae7aeb1e2ee62cddcc283c0e2acb1c5af2a3ce6a7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.262.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.261.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.260.0 (2024-09-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.262.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.262.0'
|
27772
27778
|
Seahorse::Client::Request.new(handlers, context)
|
27773
27779
|
end
|
27774
27780
|
|