@aws-sdk/client-geo-routes 3.1058.0 → 3.1060.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,7 +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 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>
41
+ * <p>With the Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information. Key features include:</p> <ul> <li> <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn directions. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRoutes.html">CalculateRoutes</a>.</p> </li> <li> <p>Multi-point route optimization to minimize travel time or distance. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_OptimizeWaypoints.html">OptimizeWaypoints</a>.</p> </li> <li> <p>Route matrices for efficient multi-destination planning. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRouteMatrix.html">CalculateRouteMatrix</a>.</p> </li> <li> <p>Isoline calculations to determine reachable areas within specified time or distance thresholds. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateIsolines.html">CalculateIsolines</a>.</p> </li> <li> <p>Map-matching to align GPS traces with the road network. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_SnapToRoads.html">SnapToRoads</a>.</p> </li> </ul>
42
42
  * @public
43
43
  */
44
44
  export declare class GeoRoutes extends GeoRoutesClient implements GeoRoutes {
@@ -173,7 +173,7 @@ export type GeoRoutesClientResolvedConfigType = __SmithyResolvedConfiguration<__
173
173
  export interface GeoRoutesClientResolvedConfig extends GeoRoutesClientResolvedConfigType {
174
174
  }
175
175
  /**
176
- * <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>
176
+ * <p>With the Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information. Key features include:</p> <ul> <li> <p>Point-to-point routing with estimated travel time, distance, and turn-by-turn directions. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRoutes.html">CalculateRoutes</a>.</p> </li> <li> <p>Multi-point route optimization to minimize travel time or distance. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_OptimizeWaypoints.html">OptimizeWaypoints</a>.</p> </li> <li> <p>Route matrices for efficient multi-destination planning. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRouteMatrix.html">CalculateRouteMatrix</a>.</p> </li> <li> <p>Isoline calculations to determine reachable areas within specified time or distance thresholds. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateIsolines.html">CalculateIsolines</a>.</p> </li> <li> <p>Map-matching to align GPS traces with the road network. See <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_SnapToRoads.html">SnapToRoads</a>.</p> </li> </ul>
177
177
  * @public
178
178
  */
179
179
  export declare class GeoRoutesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GeoRoutesClientResolvedConfig> {
@@ -119,7 +119,7 @@ declare const CalculateIsolinesCommand_base: {
119
119
  * UTurns: true || false,
120
120
  * ZoneCategories: [ // IsolineAvoidanceZoneCategoryList
121
121
  * { // IsolineAvoidanceZoneCategory
122
- * Category: "STRING_VALUE",
122
+ * Category: "CongestionPricing" || "Environmental" || "Vignette",
123
123
  * },
124
124
  * ],
125
125
  * },
@@ -133,11 +133,11 @@ declare const CalculateIsolinesCommand_base: {
133
133
  * NameHint: "STRING_VALUE",
134
134
  * OnRoadThreshold: Number("long"),
135
135
  * Radius: Number("long"),
136
- * Strategy: "STRING_VALUE",
136
+ * Strategy: "MatchAny" || "MatchMostSignificantRoad",
137
137
  * },
138
138
  * SideOfStreet: { // IsolineSideOfStreetOptions
139
139
  * Position: "<Position>", // required
140
- * UseWith: "STRING_VALUE",
140
+ * UseWith: "AnyStreet" || "DividedStreetOnly",
141
141
  * },
142
142
  * },
143
143
  * IsolineGeometryFormat: "FlexiblePolyline" || "Simple",
@@ -146,8 +146,8 @@ declare const CalculateIsolinesCommand_base: {
146
146
  * MaxResolution: Number("long"),
147
147
  * },
148
148
  * Key: "STRING_VALUE",
149
- * OptimizeIsolineFor: "STRING_VALUE",
150
- * OptimizeRoutingFor: "STRING_VALUE",
149
+ * OptimizeIsolineFor: "AccurateCalculation" || "BalancedCalculation" || "FastCalculation",
150
+ * OptimizeRoutingFor: "FastestRoute" || "ShortestRoute",
151
151
  * Origin: "<Position>",
152
152
  * OriginOptions: { // IsolineOriginOptions
153
153
  * AvoidActionsForDistance: Number("long"),
@@ -156,11 +156,11 @@ declare const CalculateIsolinesCommand_base: {
156
156
  * NameHint: "STRING_VALUE",
157
157
  * OnRoadThreshold: Number("long"),
158
158
  * Radius: Number("long"),
159
- * Strategy: "STRING_VALUE",
159
+ * Strategy: "MatchAny" || "MatchMostSignificantRoad",
160
160
  * },
161
161
  * SideOfStreet: {
162
162
  * Position: "<Position>", // required
163
- * UseWith: "STRING_VALUE",
163
+ * UseWith: "AnyStreet" || "DividedStreetOnly",
164
164
  * },
165
165
  * },
166
166
  * Thresholds: { // IsolineThresholds
@@ -173,12 +173,12 @@ declare const CalculateIsolinesCommand_base: {
173
173
  * },
174
174
  * Traffic: { // IsolineTrafficOptions
175
175
  * FlowEventThresholdOverride: Number("long"),
176
- * Usage: "STRING_VALUE",
176
+ * Usage: "IgnoreTrafficData" || "UseTrafficData",
177
177
  * },
178
- * TravelMode: "STRING_VALUE",
178
+ * TravelMode: "Car" || "Pedestrian" || "Scooter" || "Truck",
179
179
  * TravelModeOptions: { // IsolineTravelModeOptions
180
180
  * Car: { // IsolineCarOptions
181
- * EngineType: "STRING_VALUE",
181
+ * EngineType: "Electric" || "InternalCombustion" || "PluginHybrid",
182
182
  * LicensePlate: { // IsolineVehicleLicensePlate
183
183
  * LastCharacter: "STRING_VALUE",
184
184
  * },
@@ -186,7 +186,7 @@ declare const CalculateIsolinesCommand_base: {
186
186
  * Occupancy: Number("int"),
187
187
  * },
188
188
  * Scooter: { // IsolineScooterOptions
189
- * EngineType: "STRING_VALUE",
189
+ * EngineType: "Electric" || "InternalCombustion" || "PluginHybrid",
190
190
  * LicensePlate: {
191
191
  * LastCharacter: "STRING_VALUE",
192
192
  * },
@@ -195,10 +195,10 @@ declare const CalculateIsolinesCommand_base: {
195
195
  * },
196
196
  * Truck: { // IsolineTruckOptions
197
197
  * AxleCount: Number("int"),
198
- * EngineType: "STRING_VALUE",
198
+ * EngineType: "Electric" || "InternalCombustion" || "PluginHybrid",
199
199
  * GrossWeight: Number("long"),
200
200
  * HazardousCargos: [ // IsolineHazardousCargoTypeList
201
- * "STRING_VALUE",
201
+ * "Combustible" || "Corrosive" || "Explosive" || "Flammable" || "Gas" || "HarmfulToWater" || "Organic" || "Other" || "Poison" || "PoisonousInhalation" || "Radioactive",
202
202
  * ],
203
203
  * Height: Number("long"),
204
204
  * HeightAboveFirstAxle: Number("long"),
@@ -215,7 +215,7 @@ declare const CalculateIsolinesCommand_base: {
215
215
  * AxleCount: Number("int"),
216
216
  * TrailerCount: Number("int"),
217
217
  * },
218
- * TruckType: "STRING_VALUE",
218
+ * TruckType: "LightTruck" || "StraightTruck" || "Tractor",
219
219
  * TunnelRestrictionCode: "STRING_VALUE",
220
220
  * WeightPerAxle: Number("long"),
221
221
  * WeightPerAxleGroup: { // WeightPerAxleGroup
@@ -76,7 +76,7 @@ declare const CalculateRouteMatrixCommand_base: {
76
76
  * UTurns: true || false,
77
77
  * ZoneCategories: [ // RouteMatrixAvoidanceZoneCategoryList
78
78
  * { // RouteMatrixAvoidanceZoneCategory
79
- * Category: "STRING_VALUE",
79
+ * Category: "CongestionPricing" || "Environmental" || "Vignette",
80
80
  * },
81
81
  * ],
82
82
  * },
@@ -91,13 +91,13 @@ declare const CalculateRouteMatrixCommand_base: {
91
91
  * NameHint: "STRING_VALUE",
92
92
  * OnRoadThreshold: Number("long"),
93
93
  * Radius: Number("long"),
94
- * Strategy: "STRING_VALUE",
94
+ * Strategy: "MatchAny" || "MatchMostSignificantRoad",
95
95
  * },
96
96
  * SideOfStreet: { // RouteMatrixSideOfStreetOptions
97
97
  * Position: [ // required
98
98
  * Number("double"),
99
99
  * ],
100
- * UseWith: "STRING_VALUE",
100
+ * UseWith: "AnyStreet" || "DividedStreetOnly",
101
101
  * },
102
102
  * },
103
103
  * Position: "<Position>", // required
@@ -109,7 +109,7 @@ declare const CalculateRouteMatrixCommand_base: {
109
109
  * ],
110
110
  * },
111
111
  * Key: "STRING_VALUE",
112
- * OptimizeRoutingFor: "STRING_VALUE",
112
+ * OptimizeRoutingFor: "FastestRoute" || "ShortestRoute",
113
113
  * Origins: [ // RouteMatrixOriginList // required
114
114
  * { // RouteMatrixOrigin
115
115
  * Options: { // RouteMatrixOriginOptions
@@ -119,11 +119,11 @@ declare const CalculateRouteMatrixCommand_base: {
119
119
  * NameHint: "STRING_VALUE",
120
120
  * OnRoadThreshold: Number("long"),
121
121
  * Radius: Number("long"),
122
- * Strategy: "STRING_VALUE",
122
+ * Strategy: "MatchAny" || "MatchMostSignificantRoad",
123
123
  * },
124
124
  * SideOfStreet: {
125
125
  * Position: "<Position>", // required
126
- * UseWith: "STRING_VALUE",
126
+ * UseWith: "AnyStreet" || "DividedStreetOnly",
127
127
  * },
128
128
  * },
129
129
  * Position: "<Position>", // required
@@ -152,9 +152,9 @@ declare const CalculateRouteMatrixCommand_base: {
152
152
  * },
153
153
  * Traffic: { // RouteMatrixTrafficOptions
154
154
  * FlowEventThresholdOverride: Number("long"),
155
- * Usage: "STRING_VALUE",
155
+ * Usage: "IgnoreTrafficData" || "UseTrafficData",
156
156
  * },
157
- * TravelMode: "STRING_VALUE",
157
+ * TravelMode: "Car" || "Pedestrian" || "Scooter" || "Truck",
158
158
  * TravelModeOptions: { // RouteMatrixTravelModeOptions
159
159
  * Car: { // RouteMatrixCarOptions
160
160
  * LicensePlate: { // RouteMatrixVehicleLicensePlate
@@ -174,7 +174,7 @@ declare const CalculateRouteMatrixCommand_base: {
174
174
  * AxleCount: Number("int"),
175
175
  * GrossWeight: Number("long"),
176
176
  * HazardousCargos: [ // RouteMatrixHazardousCargoTypeList
177
- * "STRING_VALUE",
177
+ * "Combustible" || "Corrosive" || "Explosive" || "Flammable" || "Gas" || "HarmfulToWater" || "Organic" || "Other" || "Poison" || "PoisonousInhalation" || "Radioactive",
178
178
  * ],
179
179
  * Height: Number("long"),
180
180
  * KpraLength: Number("long"),
@@ -188,7 +188,7 @@ declare const CalculateRouteMatrixCommand_base: {
188
188
  * Trailer: { // RouteMatrixTrailerOptions
189
189
  * TrailerCount: Number("int"),
190
190
  * },
191
- * TruckType: "STRING_VALUE",
191
+ * TruckType: "LightTruck" || "StraightTruck" || "Tractor",
192
192
  * TunnelRestrictionCode: "STRING_VALUE",
193
193
  * WeightPerAxle: Number("long"),
194
194
  * WeightPerAxleGroup: { // WeightPerAxleGroup
@@ -212,7 +212,7 @@ declare const CalculateRouteMatrixCommand_base: {
212
212
  * // { // RouteMatrixEntry
213
213
  * // Distance: Number("long"), // required
214
214
  * // Duration: Number("long"), // required
215
- * // Error: "STRING_VALUE",
215
+ * // Error: "NoMatch" || "NoMatchDestination" || "NoMatchOrigin" || "NoRoute" || "OutOfBounds" || "OutOfBoundsDestination" || "OutOfBoundsOrigin" || "Other" || "Violation",
216
216
  * // },
217
217
  * // ],
218
218
  * // ],