aws-sdk-locationservice 1.4.0 → 1.25.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 +105 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-locationservice/client.rb +1299 -272
- data/lib/aws-sdk-locationservice/client_api.rb +388 -27
- data/lib/aws-sdk-locationservice/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-locationservice/endpoint_provider.rb +110 -0
- data/lib/aws-sdk-locationservice/endpoints.rb +757 -0
- data/lib/aws-sdk-locationservice/errors.rb +16 -0
- data/lib/aws-sdk-locationservice/plugins/endpoints.rb +174 -0
- data/lib/aws-sdk-locationservice/types.rb +2011 -487
- data/lib/aws-sdk-locationservice.rb +5 -1
- metadata +9 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8701fd12ecc09742cc633c7ec300f6d27a2ead0847c6af6acc18ed9a02d5a4e0
|
|
4
|
+
data.tar.gz: 3a1a2158999e580cd2bbc8cda57a448ff53bfdfd815e203d0acb545f69f0c9a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21ff21e967983bcee05c1cd8b5cd7915502879548a5526935ca8a1ebd575268a6f0a985db3b8675456bb7791fee52468f3dadc8e38adb07ca23d1200db2b25c6
|
|
7
|
+
data.tar.gz: 85f704c7a21c239fe2cf857d4c1d877c16b89fc1fb22d43c150cc31276d5a47d178923e3ebfe00ca3e1482cbdad619c7fe6d07ca21da8ed459632b84cb5da687
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,111 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.25.0 (2022-10-25)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added new map styles with satellite imagery for map resources using HERE as a data provider.
|
|
8
|
+
|
|
9
|
+
1.24.0 (2022-09-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds place IDs, which are unique identifiers of places, along with a new GetPlace operation, which can be used with place IDs to find a place again later. UnitNumber and UnitType are also added as new properties of places.
|
|
13
|
+
|
|
14
|
+
1.23.0 (2022-08-09)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Amazon Location Service now allows circular geofences in BatchPutGeofence, PutGeofence, and GetGeofence APIs.
|
|
18
|
+
|
|
19
|
+
1.22.0 (2022-05-06)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Amazon Location Service now includes a MaxResults parameter for ListGeofences requests.
|
|
23
|
+
|
|
24
|
+
1.21.0 (2022-03-22)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
|
|
28
|
+
|
|
29
|
+
1.20.0 (2022-03-15)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - New HERE style "VectorHereExplore" and "VectorHereExploreTruck".
|
|
33
|
+
|
|
34
|
+
1.19.0 (2022-02-24)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
38
|
+
|
|
39
|
+
1.18.0 (2022-02-03)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
43
|
+
|
|
44
|
+
1.17.0 (2022-01-18)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* 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.
|
|
48
|
+
|
|
49
|
+
1.16.0 (2021-12-21)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
53
|
+
|
|
54
|
+
1.15.0 (2021-12-20)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Making PricingPlan optional as part of create resource API.
|
|
58
|
+
|
|
59
|
+
1.14.0 (2021-12-06)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* 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.
|
|
63
|
+
|
|
64
|
+
1.13.0 (2021-11-30)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
68
|
+
|
|
69
|
+
1.12.0 (2021-11-16)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - This release adds the support for Relevance, Distance, Time Zone, Language and Interpolated Address for Geocoding and Reverse Geocoding.
|
|
73
|
+
|
|
74
|
+
1.11.0 (2021-11-04)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
78
|
+
|
|
79
|
+
1.10.0 (2021-10-18)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
83
|
+
|
|
84
|
+
1.9.0 (2021-10-05)
|
|
85
|
+
------------------
|
|
86
|
+
|
|
87
|
+
* Feature - Add support for PositionFiltering.
|
|
88
|
+
|
|
89
|
+
1.8.0 (2021-09-01)
|
|
90
|
+
------------------
|
|
91
|
+
|
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
93
|
+
|
|
94
|
+
1.7.0 (2021-07-30)
|
|
95
|
+
------------------
|
|
96
|
+
|
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
98
|
+
|
|
99
|
+
1.6.0 (2021-07-28)
|
|
100
|
+
------------------
|
|
101
|
+
|
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
103
|
+
|
|
104
|
+
1.5.0 (2021-07-19)
|
|
105
|
+
------------------
|
|
106
|
+
|
|
107
|
+
* Feature - Add five new API operations: UpdateGeofenceCollection, UpdateMap, UpdatePlaceIndex, UpdateRouteCalculator, UpdateTracker.
|
|
108
|
+
|
|
4
109
|
1.4.0 (2021-05-28)
|
|
5
110
|
------------------
|
|
6
111
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.25.0
|