aws-sdk-sagemakerfeaturestoreruntime 1.21.0 → 1.22.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemakerfeaturestoreruntime/client.rb +5 -1
- data/lib/aws-sdk-sagemakerfeaturestoreruntime.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: fa1d1044f2462a29f0892dd8a801d2729d3ab1ebb6f1f423f6efaf12bdbf0211
|
4
|
+
data.tar.gz: 37cc764f2df3faea54e804225579ed04424cfabe7aa269eea42a3502da4103e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd58bea2a879ea9ac06c31a69370ea6c829999efa88e5ffe4578e92907e536356fe1787c28929af72a73db1ad8474527c9ee70b624bf3070cd806ecbceb8ce0e
|
7
|
+
data.tar.gz: 73d99e74574e6c7cead4c3f8ff92e1cb4c1907e91674190a0f499da784edc425d9e21bfb1db12caf095482b096b0f6ff20f3b9a69fb9af9b557fb140a538e021
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.22.0
|
@@ -216,6 +216,10 @@ module Aws::SageMakerFeatureStoreRuntime
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -635,7 +639,7 @@ module Aws::SageMakerFeatureStoreRuntime
|
|
635
639
|
params: params,
|
636
640
|
config: config)
|
637
641
|
context[:gem_name] = 'aws-sdk-sagemakerfeaturestoreruntime'
|
638
|
-
context[:gem_version] = '1.
|
642
|
+
context[:gem_version] = '1.22.0'
|
639
643
|
Seahorse::Client::Request.new(handlers, context)
|
640
644
|
end
|
641
645
|
|
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.22.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|