aws-sdk-locationservice 1.19.0 → 1.20.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-locationservice/client.rb +4 -2
- data/lib/aws-sdk-locationservice/types.rb +15 -11
- data/lib/aws-sdk-locationservice.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: 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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.20.0
|
|
@@ -2379,7 +2379,9 @@ module Aws::LocationService
|
|
|
2379
2379
|
#
|
|
2380
2380
|
# * VectorHereBerlin – `Fira GO Regular` \| `Fira GO Bold`
|
|
2381
2381
|
#
|
|
2382
|
-
#
|
|
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`
|
|
2383
2385
|
#
|
|
2384
2386
|
#
|
|
2385
2387
|
#
|
|
@@ -3750,7 +3752,7 @@ module Aws::LocationService
|
|
|
3750
3752
|
params: params,
|
|
3751
3753
|
config: config)
|
|
3752
3754
|
context[:gem_name] = 'aws-sdk-locationservice'
|
|
3753
|
-
context[:gem_version] = '1.
|
|
3755
|
+
context[:gem_version] = '1.20.0'
|
|
3754
3756
|
Seahorse::Client::Request.new(handlers, context)
|
|
3755
3757
|
end
|
|
3756
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
|