aws-sdk-sagemakergeospatial 1.7.0 → 1.8.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: 302fe9d20f080ade88deed9fc6b148d6fe90799f33b7c630cc7998a7f1279265
4
- data.tar.gz: 19e28076c441de61b927a16362ea48e1e6b919f40d32f840f7af7197c25473a9
3
+ metadata.gz: 05ea650ce2e407aa5d887f6401a4685b653bd4c05c01317bd0146dd71654e855
4
+ data.tar.gz: 13132e3ca1620f6a825b2642ff20b6cc8f59c31c77421bb6c07106303137fb49
5
5
  SHA512:
6
- metadata.gz: 58d979093909f23b59728ea799f3f8638678f360dc66672ca340ce90f1daeb88228d96fa8df38b65b50e56842d48d4683049817a9737ca7e551ae3c883011337
7
- data.tar.gz: c30d66cc5060474acbc8804a78b8237f06d8b668947612c82098b7648e755a708740d20c30f77897f38e026cd7a5826e36268b13f02c5679834bc62084cb4b30
6
+ metadata.gz: d602ed3c43e4033734db76ae9b1c5521238548f07ff2a4a144370f56e5b8b6150d122914fa06241379155773458873137fddaf2646d0b303dffee9b3c73a8710
7
+ data.tar.gz: 13350ccbf562cc436c4a71353ed3397299604bebb824847ff2aa595018221321267a14225725633f9beaee52f20da4ea0a30177b61e0d2315853a9e8a66dbc6e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.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.7.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.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.8.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.8.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.8.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