aws-sdk-locationservice 1.60.0 → 1.61.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: 8c65e28a4c71a7049d7b646c5158683f42cea6bcbcbb9ce6e899ac160edc7509
4
- data.tar.gz: b73e8b3efb45ae94d4bc23dcf1d8138745d5f5c0b5699f571b77c058e97e4c28
3
+ metadata.gz: 8539a75d9793f2c3a2074c7f639ac11b009bf90d9401dfadce5f816d03d1fd54
4
+ data.tar.gz: a7e79b13d4805753891afe0eedf77209b25dfbf65fd94c69c9f6d182cc80659b
5
5
  SHA512:
6
- metadata.gz: b1fbf7569b0934145813951b6cf8be203515ba3192c3b50580ac5ee40e6f1695ae75ad5f0b63e546754d605c93c7c26f08deceb96311245dc3db03e83d63fcea
7
- data.tar.gz: dcb1e0e18ccb2341a5dcb7a49aa5a6c106fc44ca49b5c5171305d6d510231c9aae2983aed3ca8ed7bcb651026b61f1c89b1bc6261e41e4a4dc0271d27234e026
6
+ metadata.gz: 8a0081e769e02e5fb8224be81c148887114757a32cc6228aa571920917271752b7789fc67b76836e68b3ce2b85cb67223ace1a97185059035946742224ff7a2c
7
+ data.tar.gz: 29d1fa9389ad9f3869ec9e06104151e708ea77f0b821875f786d4cf0ba6a59e6dc53f056698954619c70c66c4de8d8b1eeab2449a2b1600601e30137dfe42f32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.60.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:locationservice)
40
-
41
39
  module Aws::LocationService
42
40
  # An API client for LocationService. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -4893,7 +4891,7 @@ module Aws::LocationService
4893
4891
  tracer: tracer
4894
4892
  )
4895
4893
  context[:gem_name] = 'aws-sdk-locationservice'
4896
- context[:gem_version] = '1.60.0'
4894
+ context[:gem_version] = '1.61.0'
4897
4895
  Seahorse::Client::Request.new(handlers, context)
4898
4896
  end
4899
4897
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:locationservice)
15
+
14
16
  # This module provides support for Amazon Location Service. This module is available in the
15
17
  # `aws-sdk-locationservice` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::LocationService
52
54
  autoload :EndpointProvider, 'aws-sdk-locationservice/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-locationservice/endpoints'
54
56
 
55
- GEM_VERSION = '1.60.0'
57
+ GEM_VERSION = '1.61.0'
56
58
 
57
59
  end
58
60
 
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.60.0
4
+ version: 1.61.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core