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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemakergeospatial/client.rb +5 -1
- data/lib/aws-sdk-sagemakergeospatial.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: 05ea650ce2e407aa5d887f6401a4685b653bd4c05c01317bd0146dd71654e855
|
|
4
|
+
data.tar.gz: 13132e3ca1620f6a825b2642ff20b6cc8f59c31c77421bb6c07106303137fb49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d602ed3c43e4033734db76ae9b1c5521238548f07ff2a4a144370f56e5b8b6150d122914fa06241379155773458873137fddaf2646d0b303dffee9b3c73a8710
|
|
7
|
+
data.tar.gz: 13350ccbf562cc436c4a71353ed3397299604bebb824847ff2aa595018221321267a14225725633f9beaee52f20da4ea0a30177b61e0d2315853a9e8a66dbc6e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1674
|
+
context[:gem_version] = '1.8.0'
|
|
1671
1675
|
Seahorse::Client::Request.new(handlers, context)
|
|
1672
1676
|
end
|
|
1673
1677
|
|
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.
|
|
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-
|
|
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
|