aws-sdk-sagemakerruntime 1.66.0 → 1.67.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-sagemakerruntime/client.rb +1 -1
- data/lib/aws-sdk-sagemakerruntime/client_api.rb +2 -0
- data/lib/aws-sdk-sagemakerruntime.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: 5969fb117cfe9465f79dce63184278fb408c736ef7f1d3d23f224727b0db3a5a
|
4
|
+
data.tar.gz: 55ac60ba7de08ab219dd7b3a7be50d58907563b3acc2834cd3c9551821ffac11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e061c1bfe2195cf88cb907af1964beb599978c1c1d2f138cadfdf585b80a6a70e0403a572df2e1322437a1b1e3685921535ea858eb3ba549191eee899a72dc9e
|
7
|
+
data.tar.gz: 373986a91aac055685d5e4143a89c181c824614e33dfaf30ce84eaf352be8185060e6fb5343834b115787a10dbf6b1033991d3aa108ac72326c54a50dcd9b753
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|
@@ -1004,7 +1004,7 @@ module Aws::SageMakerRuntime
|
|
1004
1004
|
params: params,
|
1005
1005
|
config: config)
|
1006
1006
|
context[:gem_name] = 'aws-sdk-sagemakerruntime'
|
1007
|
-
context[:gem_version] = '1.
|
1007
|
+
context[:gem_version] = '1.67.0'
|
1008
1008
|
Seahorse::Client::Request.new(handlers, context)
|
1009
1009
|
end
|
1010
1010
|
|
@@ -151,9 +151,11 @@ module Aws::SageMakerRuntime
|
|
151
151
|
|
152
152
|
api.metadata = {
|
153
153
|
"apiVersion" => "2017-05-13",
|
154
|
+
"auth" => ["aws.auth#sigv4"],
|
154
155
|
"endpointPrefix" => "runtime.sagemaker",
|
155
156
|
"jsonVersion" => "1.1",
|
156
157
|
"protocol" => "rest-json",
|
158
|
+
"protocols" => ["rest-json"],
|
157
159
|
"serviceFullName" => "Amazon SageMaker Runtime",
|
158
160
|
"serviceId" => "SageMaker Runtime",
|
159
161
|
"signatureVersion" => "v4",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemakerruntime
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.67.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-06-
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|