@aws-sdk/client-geo-routes 3.775.0 → 3.777.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.
- package/dist-types/commands/CalculateIsolinesCommand.d.ts +1 -0
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +1 -0
- package/dist-types/commands/CalculateRoutesCommand.d.ts +1 -0
- package/dist-types/commands/OptimizeWaypointsCommand.d.ts +1 -0
- package/dist-types/commands/SnapToRoadsCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -299,6 +299,7 @@ declare const CalculateIsolinesCommand_base: {
|
|
|
299
299
|
* @throws {@link GeoRoutesServiceException}
|
|
300
300
|
* <p>Base exception class for all service exceptions from GeoRoutes service.</p>
|
|
301
301
|
*
|
|
302
|
+
*
|
|
302
303
|
* @public
|
|
303
304
|
*/
|
|
304
305
|
export declare class CalculateIsolinesCommand extends CalculateIsolinesCommand_base {
|
|
@@ -266,6 +266,7 @@ declare const CalculateRouteMatrixCommand_base: {
|
|
|
266
266
|
* @throws {@link GeoRoutesServiceException}
|
|
267
267
|
* <p>Base exception class for all service exceptions from GeoRoutes service.</p>
|
|
268
268
|
*
|
|
269
|
+
*
|
|
269
270
|
* @public
|
|
270
271
|
*/
|
|
271
272
|
export declare class CalculateRouteMatrixCommand extends CalculateRouteMatrixCommand_base {
|
|
@@ -954,6 +954,7 @@ declare const CalculateRoutesCommand_base: {
|
|
|
954
954
|
* @throws {@link GeoRoutesServiceException}
|
|
955
955
|
* <p>Base exception class for all service exceptions from GeoRoutes service.</p>
|
|
956
956
|
*
|
|
957
|
+
*
|
|
957
958
|
* @public
|
|
958
959
|
*/
|
|
959
960
|
export declare class CalculateRoutesCommand extends CalculateRoutesCommand_base {
|
|
@@ -243,6 +243,7 @@ declare const OptimizeWaypointsCommand_base: {
|
|
|
243
243
|
* @throws {@link GeoRoutesServiceException}
|
|
244
244
|
* <p>Base exception class for all service exceptions from GeoRoutes service.</p>
|
|
245
245
|
*
|
|
246
|
+
*
|
|
246
247
|
* @public
|
|
247
248
|
*/
|
|
248
249
|
export declare class OptimizeWaypointsCommand extends OptimizeWaypointsCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const SnapToRoadsCommand_base: {
|
|
|
125
125
|
* @throws {@link GeoRoutesServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from GeoRoutes service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class SnapToRoadsCommand extends SnapToRoadsCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-geo-routes",
|
|
3
3
|
"description": "AWS SDK for JavaScript Geo Routes Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|