aws-sdk-sagemakergeospatial 1.7.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 302fe9d20f080ade88deed9fc6b148d6fe90799f33b7c630cc7998a7f1279265
4
- data.tar.gz: 19e28076c441de61b927a16362ea48e1e6b919f40d32f840f7af7197c25473a9
3
+ metadata.gz: b533545fed58bb2d13562305e0458754d2c219691ecd263717bb25a24f05cd51
4
+ data.tar.gz: 52fa1fd93fab179b583c3262c21b81cd0902d015bd11f99e43e110d6c2d12a87
5
5
  SHA512:
6
- metadata.gz: 58d979093909f23b59728ea799f3f8638678f360dc66672ca340ce90f1daeb88228d96fa8df38b65b50e56842d48d4683049817a9737ca7e551ae3c883011337
7
- data.tar.gz: c30d66cc5060474acbc8804a78b8237f06d8b668947612c82098b7648e755a708740d20c30f77897f38e026cd7a5826e36268b13f02c5679834bc62084cb4b30
6
+ metadata.gz: f7fda830d40c98485c513710d0d87bc5a3853d7295553a63bd290972042064468564d98e672c2e6882e519f60b730962421ea0450c6948cb68f9720a7f5d5659
7
+ data.tar.gz: 22b5f4652ea142afa21fe164c61bd996af47965a68a8b531f79513cbb026d96d7cf3e14341356fa834d6ccb017046c137f8f7c91526e2bd1cb16949cebea45b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2023-09-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.8.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.7.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.9.0
@@ -216,6 +216,10 @@ module Aws::SageMakerGeospatial
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
  #
@@ -1667,7 +1671,7 @@ module Aws::SageMakerGeospatial
1667
1671
  params: params,
1668
1672
  config: config)
1669
1673
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1670
- context[:gem_version] = '1.7.0'
1674
+ context[:gem_version] = '1.9.0'
1671
1675
  Seahorse::Client::Request.new(handlers, context)
1672
1676
  end
1673
1677
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sagemakergeospatial/customizations'
52
52
  # @!group service
53
53
  module Aws::SageMakerGeospatial
54
54
 
55
- GEM_VERSION = '1.7.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakergeospatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core