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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 176c6cc71d5a4df170be62b1685b030305a93226d939d14044ca871b574347e5
4
- data.tar.gz: d58073c1a046008eb8a14b1590a10c88e69a6e553637094ca602cb0e2baffdc0
3
+ metadata.gz: f57fb3d98a3fd7344d1aad96040808c19a48ddff4ba87060efddf025bcad44bf
4
+ data.tar.gz: 104a5fcd3d8ccbd030f87e9a2f9ee740aceae4608741857b92f9c26e26c6c3f8
5
5
  SHA512:
6
- metadata.gz: 7e50592ac903f5ccac36d844e913ef3c36d01fe4ddc2eba81c5bc04c3c5d59af44d3680e0ad7641c2a51c97b41e2158cce0ff50029aaacf9712e5ae8f7a6ba1e
7
- data.tar.gz: bef8355ed6034a25cb17f4fe93e9f32bea7491bdbf585192d6a96a9280fd4dc8b5546de16c371ddcb98bc139df3e7e4415c242e810db9cc2af52a75b70085a60
6
+ metadata.gz: 825a0cf329d4664a34cb9e9d1b86832726764f4127370cfa3be93e0414402a82cbb58d71ef51c5138dabf159e701c50618535c4b372c9897389ace1896739c11
7
+ data.tar.gz: 0e2480ec974bf2bd142ee159290463fb2a52ccb3ad7b877c259484119b9726465c0f7dcd43383a14151ba163cfcebe82bff0fc5761d504abfded54291373f0cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.19.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
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.19.0'
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 ferries when calculating routes.
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/GandG/wgs84/index.html
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
- # <note markdown="1"> When using HERE as your data provider, and selecting the Style
4275
- # `VectorHereBerlin`, you may not use HERE Technologies maps for
4276
- # Asset Management. See the [AWS Service Terms][3] for Amazon
4277
- # Location Service.
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
- # </note>
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 `SnappedDeparturePosition`
4524
- # `SnappedDestinationPosition` pair.
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.
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-locationservice/customizations'
48
48
  # @!group service
49
49
  module Aws::LocationService
50
50
 
51
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.20.0'
52
52
 
53
53
  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.19.0
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-02-24 00:00:00.000000000 Z
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