aws-sdk-locationservice 1.17.0 → 1.20.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-locationservice/client.rb +8 -2
- data/lib/aws-sdk-locationservice/types.rb +15 -11
- data/lib/aws-sdk-locationservice.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f57fb3d98a3fd7344d1aad96040808c19a48ddff4ba87060efddf025bcad44bf
|
4
|
+
data.tar.gz: 104a5fcd3d8ccbd030f87e9a2f9ee740aceae4608741857b92f9c26e26c6c3f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 825a0cf329d4664a34cb9e9d1b86832726764f4127370cfa3be93e0414402a82cbb58d71ef51c5138dabf159e701c50618535c4b372c9897389ace1896739c11
|
7
|
+
data.tar.gz: 0e2480ec974bf2bd142ee159290463fb2a52ccb3ad7b877c259484119b9726465c0f7dcd43383a14151ba163cfcebe82bff0fc5761d504abfded54291373f0cc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.20.0 (2022-03-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - New HERE style "VectorHereExplore" and "VectorHereExploreTruck".
|
8
|
+
|
9
|
+
1.19.0 (2022-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.18.0 (2022-02-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.17.0 (2022-01-18)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::LocationService
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
80
84
|
|
@@ -2375,7 +2379,9 @@ module Aws::LocationService
|
|
2375
2379
|
#
|
2376
2380
|
# * VectorHereBerlin – `Fira GO Regular` \| `Fira GO Bold`
|
2377
2381
|
#
|
2378
|
-
#
|
2382
|
+
# * VectorHereExplore, VectorHereExploreTruck – `Firo GO Italic` \|
|
2383
|
+
# `Fira GO Map` \| `Fira GO Map Bold` \| `Noto Sans CJK JP Bold` \|
|
2384
|
+
# `Noto Sans CJK JP Light` \| `Noto Sans CJK JP Regular`
|
2379
2385
|
#
|
2380
2386
|
#
|
2381
2387
|
#
|
@@ -3746,7 +3752,7 @@ module Aws::LocationService
|
|
3746
3752
|
params: params,
|
3747
3753
|
config: config)
|
3748
3754
|
context[:gem_name] = 'aws-sdk-locationservice'
|
3749
|
-
context[:gem_version] = '1.
|
3755
|
+
context[:gem_version] = '1.20.0'
|
3750
3756
|
Seahorse::Client::Request.new(handlers, context)
|
3751
3757
|
end
|
3752
3758
|
|
@@ -1236,7 +1236,7 @@ module Aws::LocationService
|
|
1236
1236
|
# @return [Boolean]
|
1237
1237
|
#
|
1238
1238
|
# @!attribute [rw] avoid_tolls
|
1239
|
-
# Avoids
|
1239
|
+
# Avoids tolls when calculating routes.
|
1240
1240
|
#
|
1241
1241
|
# Default Value: `false`
|
1242
1242
|
#
|
@@ -2674,7 +2674,7 @@ module Aws::LocationService
|
|
2674
2674
|
#
|
2675
2675
|
#
|
2676
2676
|
#
|
2677
|
-
# [1]: https://earth-info.nga.mil/
|
2677
|
+
# [1]: https://earth-info.nga.mil/index.php?dir=wgs84&action=wgs84
|
2678
2678
|
# @return [Array<Float>]
|
2679
2679
|
#
|
2680
2680
|
# @!attribute [rw] position_properties
|
@@ -3063,7 +3063,9 @@ module Aws::LocationService
|
|
3063
3063
|
#
|
3064
3064
|
# * VectorHereBerlin – `Fira GO Regular` \| `Fira GO Bold`
|
3065
3065
|
#
|
3066
|
-
#
|
3066
|
+
# * VectorHereExplore, VectorHereExploreTruck – `Firo GO Italic` \|
|
3067
|
+
# `Fira GO Map` \| `Fira GO Map Bold` \| `Noto Sans CJK JP Bold` \|
|
3068
|
+
# `Noto Sans CJK JP Light` \| `Noto Sans CJK JP Regular`
|
3067
3069
|
#
|
3068
3070
|
#
|
3069
3071
|
#
|
@@ -4271,18 +4273,20 @@ module Aws::LocationService
|
|
4271
4273
|
# * `VectorHereBerlin` – The HERE Berlin map style is a high contrast
|
4272
4274
|
# detailed base map of the world that blends 3D and 2D rendering.
|
4273
4275
|
#
|
4274
|
-
#
|
4275
|
-
#
|
4276
|
-
#
|
4277
|
-
#
|
4276
|
+
# * `VectorHereExplore` – A default HERE map style containing a
|
4277
|
+
# neutral, global map and its features including roads, buildings,
|
4278
|
+
# landmarks, and water features. It also now includes a fully
|
4279
|
+
# designed map of Japan.
|
4278
4280
|
#
|
4279
|
-
#
|
4281
|
+
# * `VectorHereExploreTruck` – A global map containing truck
|
4282
|
+
# restrictions and attributes (e.g. width / height / HAZMAT)
|
4283
|
+
# symbolized with highlighted segments and icons on top of HERE
|
4284
|
+
# Explore to support use cases within transport and logistics.
|
4280
4285
|
#
|
4281
4286
|
#
|
4282
4287
|
#
|
4283
4288
|
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
|
4284
4289
|
# [2]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
|
4285
|
-
# [3]: https://aws.amazon.com/service-terms/
|
4286
4290
|
# @return [String]
|
4287
4291
|
#
|
4288
4292
|
# @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/MapConfiguration AWS API Documentation
|
@@ -4520,8 +4524,8 @@ module Aws::LocationService
|
|
4520
4524
|
include Aws::Structure
|
4521
4525
|
end
|
4522
4526
|
|
4523
|
-
# The result for one `
|
4524
|
-
# `
|
4527
|
+
# The result for the calculated route of one `DeparturePosition`
|
4528
|
+
# `DestinationPosition` pair.
|
4525
4529
|
#
|
4526
4530
|
# @!attribute [rw] distance
|
4527
4531
|
# The total distance of travel for the route.
|
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.20.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: 2022-
|
11
|
+
date: 2022-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.127.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|