aws-sdk-locationservice 1.35.0 → 1.36.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: aa566b333748ea3f527c819dd4cf345520992e851d357f5b629ee0f274c4ea91
4
- data.tar.gz: 29258fb8ff5543919fd608d4b8388f1d0c519d78e8329a829eaeee28510494ab
3
+ metadata.gz: 37535273a5d109c880b965a1900edcd021a6877e38a0450c212ee3f43a0fd4bf
4
+ data.tar.gz: 30c82abe097ca2f8f52961d2541125a3922e9a112c12d93c3b42a59d42ee6137
5
5
  SHA512:
6
- metadata.gz: 3f77fd4dba8e124904b7241aa2189a9cd9ae33bf4afa3156d09b944b58e80f6e2ca7c8584fd8532cca31e37f4874dd594fbef340a1635de8efb06f8280383fdd
7
- data.tar.gz: 4745e1f0ea22c5938a2121bded5f21659cf8c9e67f37c0c3dc3e1f0f52a5ff565d19fc1906f4fb6e50b9670572d032eeda200e366d27577d619d166c75de39fe
6
+ metadata.gz: 30257e94ce2884bc95b9b560a4fece60afeca219ab6f0aa4fbcbf4f92a9d5db22c2202af3a0308b3f947aea240ce683f3d99a640bbbf1b57dc581348e7ee3244
7
+ data.tar.gz: f71a8e25b83e19d83250cc687164606007abe79720593161d3ef8db5da5e687a42efdd5c73c68ed44aab89ed7aef29b15833993f00fe0abda15f2773246c8dbe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.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.35.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -216,6 +216,10 @@ module Aws::LocationService
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
  #
@@ -4535,7 +4539,7 @@ module Aws::LocationService
4535
4539
  params: params,
4536
4540
  config: config)
4537
4541
  context[:gem_name] = 'aws-sdk-locationservice'
4538
- context[:gem_version] = '1.35.0'
4542
+ context[:gem_version] = '1.36.0'
4539
4543
  Seahorse::Client::Request.new(handlers, context)
4540
4544
  end
4541
4545
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-locationservice/customizations'
52
52
  # @!group service
53
53
  module Aws::LocationService
54
54
 
55
- GEM_VERSION = '1.35.0'
55
+ GEM_VERSION = '1.36.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-locationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.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