aws-sdk-sagemakerfeaturestoreruntime 1.8.0 → 1.9.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: f9f638dcde5199e3518c721179ee30d1e829d729ba87cb02c07b171d89bb4dc8
4
- data.tar.gz: a3a36c76e2c67be8e32365b890830b97f2f880848b518960d4951ec52d6af84f
3
+ metadata.gz: 877b7728af4e5a055ccf6d47688b84e153109328454ad8cdf224c22ff5b2c124
4
+ data.tar.gz: 8ebe03b7623213465dbfddd6b3f4525850ea7b1c19a74959a576400b59f2c79e
5
5
  SHA512:
6
- metadata.gz: c86f4c6d8e4583bcdcef7ec038f7a7780ee1283aba195d8279ae2670f022bb246bf73964420a4d9c59c2ec75a151537b2f5ef12056cec26c777fbd6264d6fe3d
7
- data.tar.gz: 1ea3858a6e8928e71712f30bc1a73abbe9c5b9fd8cb0932555aec02798c75403a9ebcbbbe14caaa9133143ed062965b94ee28c22f5734ca4b5b6684f2c8f8ad4
6
+ metadata.gz: fe4074f216c6909288ac78baf71a071afda203049b4318a79e846387ff151b6ea35b666e0a662f3ea22bc738579caf823c203b8f8427cda0066d2141bd64a45a
7
+ data.tar.gz: f30dba7e8674ae72d650c4b8ef1dd6607f859ab1df801b27b638b209064f7f2a037b49333e677728e44fedd7afee367f68204fceff6068ae0dbd78d9a5a71c6e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.8.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -119,7 +119,9 @@ module Aws::SageMakerFeatureStoreRuntime
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -523,7 +525,7 @@ module Aws::SageMakerFeatureStoreRuntime
523
525
  params: params,
524
526
  config: config)
525
527
  context[:gem_name] = 'aws-sdk-sagemakerfeaturestoreruntime'
526
- context[:gem_version] = '1.8.0'
528
+ context[:gem_version] = '1.9.0'
527
529
  Seahorse::Client::Request.new(handlers, context)
528
530
  end
529
531
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-sagemakerfeaturestoreruntime/customizations'
48
48
  # @!group service
49
49
  module Aws::SageMakerFeatureStoreRuntime
50
50
 
51
- GEM_VERSION = '1.8.0'
51
+ GEM_VERSION = '1.9.0'
52
52
 
53
53
  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.8.0
4
+ version: 1.9.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core