aws-sdk-locationservice 1.14.0 → 1.18.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 +323 -197
- data/lib/aws-sdk-locationservice/client_api.rb +104 -28
- data/lib/aws-sdk-locationservice/types.rb +394 -263
- 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: 95a67e67ffea477482603ea65251ec3598bdea617e92279054648ec148e940b2
|
4
|
+
data.tar.gz: 334f6638c8cc1cd9137c7f2a4917ec3d4ecae3ef621638c3a2a8900ff79a9b78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f635bb4a6ca3ebcb7b82f72369560c9dfe9db094e8400ce1494c668aa4b204b241d67c5263df06a02683232a04b3262b22661937edb6d8f093d83aaea6163240
|
7
|
+
data.tar.gz: c5732df6aedcded9da2d15d886f774d003b415680101f531705141dd3282f15923f52750832debc818e60cbf30874f4e7016357edf7e4b4297e472f3c4a2f5fd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.18.0 (2022-02-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.17.0 (2022-01-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
14
|
+
1.16.0 (2021-12-21)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.15.0 (2021-12-20)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Making PricingPlan optional as part of create resource API.
|
23
|
+
|
4
24
|
1.14.0 (2021-12-06)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|