aws-sdk-sagemakerfeaturestoreruntime 1.21.0 → 1.22.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: 6b73600c9a56b21904e98b318d0ae9560518d9f10cf9db4eb2f210466764a78d
4
- data.tar.gz: 914a46d3aef6f35b8d2c8f1114fc51e20bec8c5db893a4202ee494ba38e107ce
3
+ metadata.gz: fa1d1044f2462a29f0892dd8a801d2729d3ab1ebb6f1f423f6efaf12bdbf0211
4
+ data.tar.gz: 37cc764f2df3faea54e804225579ed04424cfabe7aa269eea42a3502da4103e0
5
5
  SHA512:
6
- metadata.gz: 82bc86ee5086234fbed418338c3bd01f59ad052fab7d96736acc084a1b7b850c99c399dcdc06951b2d7cf1f09370b752e26af6a476182b540277fcab30621a82
7
- data.tar.gz: 7399e4a72399bb5d0597a4406279a9171c23ff77488f3641460060a49580b098c53059c6cd6756f7df2bd37e1ca5cba824fea92b953ef9f85293b54af38ebf2b
6
+ metadata.gz: bd58bea2a879ea9ac06c31a69370ea6c829999efa88e5ffe4578e92907e536356fe1787c28929af72a73db1ad8474527c9ee70b624bf3070cd806ecbceb8ce0e
7
+ data.tar.gz: 73d99e74574e6c7cead4c3f8ff92e1cb4c1907e91674190a0f499da784edc425d9e21bfb1db12caf095482b096b0f6ff20f3b9a69fb9af9b557fb140a538e021
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.21.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
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.21.0'
642
+ context[:gem_version] = '1.22.0'
639
643
  Seahorse::Client::Request.new(handlers, context)
640
644
  end
641
645
 
@@ -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.21.0'
55
+ GEM_VERSION = '1.22.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.21.0
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-06 00:00:00.000000000 Z
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