@aws-sdk/client-geo-routes 3.928.0 → 3.930.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-cjs/index.js +3359 -3145
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/GeoRoutesClient.js +2 -0
- package/dist-es/commands/CalculateIsolinesCommand.js +3 -10
- package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -10
- package/dist-es/commands/CalculateRoutesCommand.js +3 -10
- package/dist-es/commands/OptimizeWaypointsCommand.js +3 -10
- package/dist-es/commands/SnapToRoadsCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -1319
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3259 -0
- package/dist-types/GeoRoutesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -732
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -5
- package/dist-types/schemas/schemas_0.d.ts +345 -0
- package/dist-types/ts3.4/GeoRoutesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -529
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +351 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1518
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -47
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -65
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CalculateIsolinesCommandInput, CalculateIsolinesCommandOutput } from "../commands/CalculateIsolinesCommand";
|
|
4
|
-
import { CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput } from "../commands/CalculateRouteMatrixCommand";
|
|
5
|
-
import { CalculateRoutesCommandInput, CalculateRoutesCommandOutput } from "../commands/CalculateRoutesCommand";
|
|
6
|
-
import { OptimizeWaypointsCommandInput, OptimizeWaypointsCommandOutput } from "../commands/OptimizeWaypointsCommand";
|
|
7
|
-
import { SnapToRoadsCommandInput, SnapToRoadsCommandOutput } from "../commands/SnapToRoadsCommand";
|
|
8
|
-
/**
|
|
9
|
-
* serializeAws_restJson1CalculateIsolinesCommand
|
|
10
|
-
*/
|
|
11
|
-
export declare const se_CalculateIsolinesCommand: (input: CalculateIsolinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
12
|
-
/**
|
|
13
|
-
* serializeAws_restJson1CalculateRouteMatrixCommand
|
|
14
|
-
*/
|
|
15
|
-
export declare const se_CalculateRouteMatrixCommand: (input: CalculateRouteMatrixCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
|
-
/**
|
|
17
|
-
* serializeAws_restJson1CalculateRoutesCommand
|
|
18
|
-
*/
|
|
19
|
-
export declare const se_CalculateRoutesCommand: (input: CalculateRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
|
-
/**
|
|
21
|
-
* serializeAws_restJson1OptimizeWaypointsCommand
|
|
22
|
-
*/
|
|
23
|
-
export declare const se_OptimizeWaypointsCommand: (input: OptimizeWaypointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
|
-
/**
|
|
25
|
-
* serializeAws_restJson1SnapToRoadsCommand
|
|
26
|
-
*/
|
|
27
|
-
export declare const se_SnapToRoadsCommand: (input: SnapToRoadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
-
/**
|
|
29
|
-
* deserializeAws_restJson1CalculateIsolinesCommand
|
|
30
|
-
*/
|
|
31
|
-
export declare const de_CalculateIsolinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateIsolinesCommandOutput>;
|
|
32
|
-
/**
|
|
33
|
-
* deserializeAws_restJson1CalculateRouteMatrixCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const de_CalculateRouteMatrixCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteMatrixCommandOutput>;
|
|
36
|
-
/**
|
|
37
|
-
* deserializeAws_restJson1CalculateRoutesCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const de_CalculateRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRoutesCommandOutput>;
|
|
40
|
-
/**
|
|
41
|
-
* deserializeAws_restJson1OptimizeWaypointsCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const de_OptimizeWaypointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OptimizeWaypointsCommandOutput>;
|
|
44
|
-
/**
|
|
45
|
-
* deserializeAws_restJson1SnapToRoadsCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const de_SnapToRoadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SnapToRoadsCommandOutput>;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CalculateIsolinesCommandInput,
|
|
8
|
-
CalculateIsolinesCommandOutput,
|
|
9
|
-
} from "../commands/CalculateIsolinesCommand";
|
|
10
|
-
import {
|
|
11
|
-
CalculateRouteMatrixCommandInput,
|
|
12
|
-
CalculateRouteMatrixCommandOutput,
|
|
13
|
-
} from "../commands/CalculateRouteMatrixCommand";
|
|
14
|
-
import {
|
|
15
|
-
CalculateRoutesCommandInput,
|
|
16
|
-
CalculateRoutesCommandOutput,
|
|
17
|
-
} from "../commands/CalculateRoutesCommand";
|
|
18
|
-
import {
|
|
19
|
-
OptimizeWaypointsCommandInput,
|
|
20
|
-
OptimizeWaypointsCommandOutput,
|
|
21
|
-
} from "../commands/OptimizeWaypointsCommand";
|
|
22
|
-
import {
|
|
23
|
-
SnapToRoadsCommandInput,
|
|
24
|
-
SnapToRoadsCommandOutput,
|
|
25
|
-
} from "../commands/SnapToRoadsCommand";
|
|
26
|
-
export declare const se_CalculateIsolinesCommand: (
|
|
27
|
-
input: CalculateIsolinesCommandInput,
|
|
28
|
-
context: __SerdeContext
|
|
29
|
-
) => Promise<__HttpRequest>;
|
|
30
|
-
export declare const se_CalculateRouteMatrixCommand: (
|
|
31
|
-
input: CalculateRouteMatrixCommandInput,
|
|
32
|
-
context: __SerdeContext
|
|
33
|
-
) => Promise<__HttpRequest>;
|
|
34
|
-
export declare const se_CalculateRoutesCommand: (
|
|
35
|
-
input: CalculateRoutesCommandInput,
|
|
36
|
-
context: __SerdeContext
|
|
37
|
-
) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const se_OptimizeWaypointsCommand: (
|
|
39
|
-
input: OptimizeWaypointsCommandInput,
|
|
40
|
-
context: __SerdeContext
|
|
41
|
-
) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const se_SnapToRoadsCommand: (
|
|
43
|
-
input: SnapToRoadsCommandInput,
|
|
44
|
-
context: __SerdeContext
|
|
45
|
-
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const de_CalculateIsolinesCommand: (
|
|
47
|
-
output: __HttpResponse,
|
|
48
|
-
context: __SerdeContext
|
|
49
|
-
) => Promise<CalculateIsolinesCommandOutput>;
|
|
50
|
-
export declare const de_CalculateRouteMatrixCommand: (
|
|
51
|
-
output: __HttpResponse,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<CalculateRouteMatrixCommandOutput>;
|
|
54
|
-
export declare const de_CalculateRoutesCommand: (
|
|
55
|
-
output: __HttpResponse,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<CalculateRoutesCommandOutput>;
|
|
58
|
-
export declare const de_OptimizeWaypointsCommand: (
|
|
59
|
-
output: __HttpResponse,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<OptimizeWaypointsCommandOutput>;
|
|
62
|
-
export declare const de_SnapToRoadsCommand: (
|
|
63
|
-
output: __HttpResponse,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<SnapToRoadsCommandOutput>;
|