aws-sdk-locationservice 1.13.0 → 1.17.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-locationservice/client.rb +527 -205
- data/lib/aws-sdk-locationservice/client_api.rb +174 -28
- data/lib/aws-sdk-locationservice/types.rb +732 -270
- 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: d9ba951a4c1ef0577080589163a6a536705777f8c50ec3278623cfde54f377a9
|
4
|
+
data.tar.gz: 3b299914d4b91a6978a0c112d52c6daff0b861ad7d525679d3a2836a3116ecc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47d6cc691402dea73ec8e9fa1e043f10d9fd9cb4f81da485defc56d0ea443f5306db3e60dec4cd4813de8518d6e4d4416c90c241ae8dad207855a91aae82e155
|
7
|
+
data.tar.gz: a75055706b33d46538c9c21e57e0089b4920a3e5eb3076ce233fc1b562698222b7a3ee2e8e9239ef7f317769b5ef8562cb07d69b94abe2b0f1e1fd7a8e5a45a8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.17.0 (2022-01-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the CalculateRouteMatrix API which calculates routes for the provided departure and destination positions. The release also deprecates the use of pricing plan across all verticals.
|
8
|
+
|
9
|
+
1.16.0 (2021-12-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.15.0 (2021-12-20)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Making PricingPlan optional as part of create resource API.
|
18
|
+
|
19
|
+
1.14.0 (2021-12-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release adds support for Accuracy position filtering, position metadata and autocomplete for addresses and points of interest based on partial or misspelled free-form text.
|
23
|
+
|
4
24
|
1.13.0 (2021-11-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|