aws-sdk-locationservice 1.60.0 → 1.61.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-locationservice/client.rb +1 -3
- data/lib/aws-sdk-locationservice.rb +3 -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: 8539a75d9793f2c3a2074c7f639ac11b009bf90d9401dfadce5f816d03d1fd54
|
4
|
+
data.tar.gz: a7e79b13d4805753891afe0eedf77209b25dfbf65fd94c69c9f6d182cc80659b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a0081e769e02e5fb8224be81c148887114757a32cc6228aa571920917271752b7789fc67b76836e68b3ce2b85cb67223ace1a97185059035946742224ff7a2c
|
7
|
+
data.tar.gz: 29d1fa9389ad9f3869ec9e06104151e708ea77f0b821875f786d4cf0ba6a59e6dc53f056698954619c70c66c4de8d8b1eeab2449a2b1600601e30137dfe42f32
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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.
|
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.
|
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-
|
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
|