aws-sdk-locationservice 1.8.0 → 1.12.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-locationservice/client.rb +218 -76
- data/lib/aws-sdk-locationservice/client_api.rb +23 -0
- data/lib/aws-sdk-locationservice/types.rb +356 -139
- 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: 90c9e0fc258df6ad4221e838c38033a84b3ff15903f75643402fac03186eece9
|
4
|
+
data.tar.gz: b3842d431b50a14bb56bef09eff0e0508f466310d952913dc808772653eb4a69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69e05d15d739b21639aab96629ddad081c2269f7922f31c86056ae5fc822465f94a54c5935207a191dba8a111c9fe29f693cb37aff242f20e39f8683f93bb291
|
7
|
+
data.tar.gz: f296c6dc03b0b9d4becf8551f4d99b2f963075a35cc05b7ade7f482c3fced4d5fe0f0b103a4d281d3663aa42456073c9c9b255ea2ac57b04779cbdb774f3ae8c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.12.0 (2021-11-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the support for Relevance, Distance, Time Zone, Language and Interpolated Address for Geocoding and Reverse Geocoding.
|
8
|
+
|
9
|
+
1.11.0 (2021-11-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.10.0 (2021-10-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.9.0 (2021-10-05)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Add support for PositionFiltering.
|
23
|
+
|
4
24
|
1.8.0 (2021-09-01)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|