@aws-sdk/client-geo-routes 3.873.0 → 3.876.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.
@@ -38,29 +38,7 @@ export interface GeoRoutes {
38
38
  snapToRoads(args: SnapToRoadsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SnapToRoadsCommandOutput) => void): void;
39
39
  }
40
40
  /**
41
- * <p>With the Amazon Location Routes API you can calculate routes and estimate travel time
42
- * based on up-to-date road network and live traffic information.</p>
43
- * <p>Calculate optimal travel routes and estimate travel times using up-to-date road network
44
- * and traffic data. Key features include:</p>
45
- * <ul>
46
- * <li>
47
- * <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn
48
- * directions</p>
49
- * </li>
50
- * <li>
51
- * <p>Multi-point route optimization to minimize travel time or distance</p>
52
- * </li>
53
- * <li>
54
- * <p>Route matrices for efficient multi-destination planning</p>
55
- * </li>
56
- * <li>
57
- * <p>Isoline calculations to determine reachable areas within specified time or
58
- * distance thresholds</p>
59
- * </li>
60
- * <li>
61
- * <p>Map-matching to align GPS traces with the road network</p>
62
- * </li>
63
- * </ul>
41
+ * <p>With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information.</p> <p>Calculate optimal travel routes and estimate travel times using up-to-date road network and traffic data. Key features include:</p> <ul> <li> <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn directions</p> </li> <li> <p>Multi-point route optimization to minimize travel time or distance</p> </li> <li> <p>Route matrices for efficient multi-destination planning</p> </li> <li> <p>Isoline calculations to determine reachable areas within specified time or distance thresholds</p> </li> <li> <p>Map-matching to align GPS traces with the road network</p> </li> </ul>
64
42
  * @public
65
43
  */
66
44
  export declare class GeoRoutes extends GeoRoutesClient implements GeoRoutes {
@@ -174,29 +174,7 @@ export type GeoRoutesClientResolvedConfigType = __SmithyResolvedConfiguration<__
174
174
  export interface GeoRoutesClientResolvedConfig extends GeoRoutesClientResolvedConfigType {
175
175
  }
176
176
  /**
177
- * <p>With the Amazon Location Routes API you can calculate routes and estimate travel time
178
- * based on up-to-date road network and live traffic information.</p>
179
- * <p>Calculate optimal travel routes and estimate travel times using up-to-date road network
180
- * and traffic data. Key features include:</p>
181
- * <ul>
182
- * <li>
183
- * <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn
184
- * directions</p>
185
- * </li>
186
- * <li>
187
- * <p>Multi-point route optimization to minimize travel time or distance</p>
188
- * </li>
189
- * <li>
190
- * <p>Route matrices for efficient multi-destination planning</p>
191
- * </li>
192
- * <li>
193
- * <p>Isoline calculations to determine reachable areas within specified time or
194
- * distance thresholds</p>
195
- * </li>
196
- * <li>
197
- * <p>Map-matching to align GPS traces with the road network</p>
198
- * </li>
199
- * </ul>
177
+ * <p>With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information.</p> <p>Calculate optimal travel routes and estimate travel times using up-to-date road network and traffic data. Key features include:</p> <ul> <li> <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn directions</p> </li> <li> <p>Multi-point route optimization to minimize travel time or distance</p> </li> <li> <p>Route matrices for efficient multi-destination planning</p> </li> <li> <p>Isoline calculations to determine reachable areas within specified time or distance thresholds</p> </li> <li> <p>Map-matching to align GPS traces with the road network</p> </li> </ul>
200
178
  * @public
201
179
  */
202
180
  export declare class GeoRoutesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GeoRoutesClientResolvedConfig> {
@@ -27,8 +27,7 @@ declare const CalculateIsolinesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use the <code>CalculateIsolines</code> action to find service areas that can be reached
31
- * in a given threshold of time, distance.</p>
30
+ * <p>Use the <code>CalculateIsolines</code> action to find service areas that can be reached in a given threshold of time, distance.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -287,8 +286,7 @@ declare const CalculateIsolinesCommand_base: {
287
286
  * <p>You don't have sufficient access to perform this action.</p>
288
287
  *
289
288
  * @throws {@link InternalServerException} (server fault)
290
- * <p>The request processing has failed because of an unknown error, exception or
291
- * failure.</p>
289
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
292
290
  *
293
291
  * @throws {@link ThrottlingException} (client fault)
294
292
  * <p>The request was denied due to request throttling.</p>
@@ -27,10 +27,7 @@ declare const CalculateRouteMatrixCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Use <code>CalculateRouteMatrix</code> to compute results for all pairs of Origins to
31
- * Destinations. Each row corresponds to one entry in Origins. Each entry in the row
32
- * corresponds to the route from that entry in Origins to an entry in Destinations
33
- * positions.</p>
30
+ * <p> Use <code>CalculateRouteMatrix</code> to compute results for all pairs of Origins to Destinations. Each row corresponds to one entry in Origins. Each entry in the row corresponds to the route from that entry in Origins to an entry in Destinations positions.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -254,8 +251,7 @@ declare const CalculateRouteMatrixCommand_base: {
254
251
  * <p>You don't have sufficient access to perform this action.</p>
255
252
  *
256
253
  * @throws {@link InternalServerException} (server fault)
257
- * <p>The request processing has failed because of an unknown error, exception or
258
- * failure.</p>
254
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
259
255
  *
260
256
  * @throws {@link ThrottlingException} (client fault)
261
257
  * <p>The request was denied due to request throttling.</p>
@@ -27,9 +27,7 @@ declare const CalculateRoutesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * <code>CalculateRoutes</code> computes routes given the following required parameters:
32
- * <code>Origin</code> and <code>Destination</code>.</p>
30
+ * <p> <code>CalculateRoutes</code> computes routes given the following required parameters: <code>Origin</code> and <code>Destination</code>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -942,8 +940,7 @@ declare const CalculateRoutesCommand_base: {
942
940
  * <p>You don't have sufficient access to perform this action.</p>
943
941
  *
944
942
  * @throws {@link InternalServerException} (server fault)
945
- * <p>The request processing has failed because of an unknown error, exception or
946
- * failure.</p>
943
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
947
944
  *
948
945
  * @throws {@link ThrottlingException} (client fault)
949
946
  * <p>The request was denied due to request throttling.</p>
@@ -27,10 +27,7 @@ declare const OptimizeWaypointsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * <code>OptimizeWaypoints</code> calculates the optimal order to travel between a set of
32
- * waypoints to minimize either the travel time or the distance travelled during the journey,
33
- * based on road network restrictions and the traffic pattern data.</p>
30
+ * <p> <code>OptimizeWaypoints</code> calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -231,8 +228,7 @@ declare const OptimizeWaypointsCommand_base: {
231
228
  * <p>You don't have sufficient access to perform this action.</p>
232
229
  *
233
230
  * @throws {@link InternalServerException} (server fault)
234
- * <p>The request processing has failed because of an unknown error, exception or
235
- * failure.</p>
231
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
236
232
  *
237
233
  * @throws {@link ThrottlingException} (client fault)
238
234
  * <p>The request was denied due to request throttling.</p>
@@ -27,8 +27,7 @@ declare const SnapToRoadsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * <code>SnapToRoads</code> matches GPS trace to roads most likely traveled on.</p>
30
+ * <p> <code>SnapToRoads</code> matches GPS trace to roads most likely traveled on.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -113,8 +112,7 @@ declare const SnapToRoadsCommand_base: {
113
112
  * <p>You don't have sufficient access to perform this action.</p>
114
113
  *
115
114
  * @throws {@link InternalServerException} (server fault)
116
- * <p>The request processing has failed because of an unknown error, exception or
117
- * failure.</p>
115
+ * <p>The request processing has failed because of an unknown error, exception or failure.</p>
118
116
  *
119
117
  * @throws {@link ThrottlingException} (client fault)
120
118
  * <p>The request was denied due to request throttling.</p>
@@ -1,27 +1,5 @@
1
1
  /**
2
- * <p>With the Amazon Location Routes API you can calculate routes and estimate travel time
3
- * based on up-to-date road network and live traffic information.</p>
4
- * <p>Calculate optimal travel routes and estimate travel times using up-to-date road network
5
- * and traffic data. Key features include:</p>
6
- * <ul>
7
- * <li>
8
- * <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn
9
- * directions</p>
10
- * </li>
11
- * <li>
12
- * <p>Multi-point route optimization to minimize travel time or distance</p>
13
- * </li>
14
- * <li>
15
- * <p>Route matrices for efficient multi-destination planning</p>
16
- * </li>
17
- * <li>
18
- * <p>Isoline calculations to determine reachable areas within specified time or
19
- * distance thresholds</p>
20
- * </li>
21
- * <li>
22
- * <p>Map-matching to align GPS traces with the road network</p>
23
- * </li>
24
- * </ul>
2
+ * <p>With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information.</p> <p>Calculate optimal travel routes and estimate travel times using up-to-date road network and traffic data. Key features include:</p> <ul> <li> <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn directions</p> </li> <li> <p>Multi-point route optimization to minimize travel time or distance</p> </li> <li> <p>Route matrices for efficient multi-destination planning</p> </li> <li> <p>Isoline calculations to determine reachable areas within specified time or distance thresholds</p> </li> <li> <p>Map-matching to align GPS traces with the road network</p> </li> </ul>
25
3
  *
26
4
  * @packageDocumentation
27
5
  */