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: 29ccb55e72291305852b89de43a243fefa126bbf197bdf01ff4612ddb1cb9b8e
4
- data.tar.gz: 59c1a4c5ac14f5167f3019c7d1ff59acdda05667b39727fc9ca370befb08f5d0
3
+ metadata.gz: 8964282642800a41610f58a8f61172acca3f57d787654af5da1b6c91c48ae0f7
4
+ data.tar.gz: 99d389b530e99e3537a9516d77300a38c38779fee7852e2b64d3afabdfdb7c22
5
5
  SHA512:
6
- metadata.gz: 8ec871b07d248a6315cb53aee116bf1479cb2476b64ca5f99ff4a0bde3e4c4d51a7a4b1619d46f105e724d6383e4f57bb21273d2323949cf9b74af4728ba7064
7
- data.tar.gz: 938b620557f13975419fad49347c32a49ffaaac68c983aa9dc835f286e09844c841be5590cea61c3f01fd6026ee1f91e88a862e5ca502fc8f951bc6880241a7a
6
+ metadata.gz: 2176eeee4befd3951e2b791ede784d726c2a562c06e28c1d0402607a51c6de8078f7d56c43d60140043674119b76f4be748aa81b389333fb4675e2038e367990
7
+ data.tar.gz: a5988fffb4f53301fa02e50614bf3868b1b76ea150b8dce230dc608b31a8ef1a886025af48bdc847f51cb105952331e7de688778d048e593de4bc98f8986c6bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.34.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
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.34.0'
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",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sagemakerfeaturestoreruntime/customizations'
52
52
  # @!group service
53
53
  module Aws::SageMakerFeatureStoreRuntime
54
54
 
55
- GEM_VERSION = '1.34.0'
55
+ GEM_VERSION = '1.35.0'
56
56
 
57
57
  end
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.34.0
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-25 00:00:00.000000000 Z
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