aws-sdk-sagemakerfeaturestoreruntime 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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8964282642800a41610f58a8f61172acca3f57d787654af5da1b6c91c48ae0f7
|
|
4
|
+
data.tar.gz: 99d389b530e99e3537a9516d77300a38c38779fee7852e2b64d3afabdfdb7c22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2176eeee4befd3951e2b791ede784d726c2a562c06e28c1d0402607a51c6de8078f7d56c43d60140043674119b76f4be748aa81b389333fb4675e2038e367990
|
|
7
|
+
data.tar.gz: a5988fffb4f53301fa02e50614bf3868b1b76ea150b8dce230dc608b31a8ef1a886025af48bdc847f51cb105952331e7de688778d048e593de4bc98f8986c6bc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.35.0
|
|
@@ -701,7 +701,7 @@ module Aws::SageMakerFeatureStoreRuntime
|
|
|
701
701
|
params: params,
|
|
702
702
|
config: config)
|
|
703
703
|
context[:gem_name] = 'aws-sdk-sagemakerfeaturestoreruntime'
|
|
704
|
-
context[:gem_version] = '1.
|
|
704
|
+
context[:gem_version] = '1.35.0'
|
|
705
705
|
Seahorse::Client::Request.new(handlers, context)
|
|
706
706
|
end
|
|
707
707
|
|
|
@@ -148,9 +148,11 @@ module Aws::SageMakerFeatureStoreRuntime
|
|
|
148
148
|
|
|
149
149
|
api.metadata = {
|
|
150
150
|
"apiVersion" => "2020-07-01",
|
|
151
|
+
"auth" => ["aws.auth#sigv4"],
|
|
151
152
|
"endpointPrefix" => "featurestore-runtime.sagemaker",
|
|
152
153
|
"jsonVersion" => "1.1",
|
|
153
154
|
"protocol" => "rest-json",
|
|
155
|
+
"protocols" => ["rest-json"],
|
|
154
156
|
"serviceFullName" => "Amazon SageMaker Feature Store Runtime",
|
|
155
157
|
"serviceId" => "SageMaker FeatureStore Runtime",
|
|
156
158
|
"signatureVersion" => "v4",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemakerfeaturestoreruntime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
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: 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
|