@aws-sdk/client-location 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Location.d.ts +888 -265
- package/dist-types/ts3.4/LocationClient.d.ts +416 -125
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1264 -1621
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchDeleteDevicePositionHistoryRequest,
|
|
15
|
+
BatchDeleteDevicePositionHistoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeleteDevicePositionHistoryCommandInput
|
|
18
|
+
extends BatchDeleteDevicePositionHistoryRequest {}
|
|
19
|
+
export interface BatchDeleteDevicePositionHistoryCommandOutput
|
|
20
|
+
extends BatchDeleteDevicePositionHistoryResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchDeleteDevicePositionHistoryCommand extends $Command<
|
|
23
|
+
BatchDeleteDevicePositionHistoryCommandInput,
|
|
24
|
+
BatchDeleteDevicePositionHistoryCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchDeleteDevicePositionHistoryCommandInput;
|
|
28
|
+
constructor(input: BatchDeleteDevicePositionHistoryCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchDeleteDevicePositionHistoryCommandInput,
|
|
35
|
+
BatchDeleteDevicePositionHistoryCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchDeleteGeofenceRequest,
|
|
15
|
+
BatchDeleteGeofenceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeleteGeofenceCommandInput
|
|
18
|
+
extends BatchDeleteGeofenceRequest {}
|
|
19
|
+
export interface BatchDeleteGeofenceCommandOutput
|
|
20
|
+
extends BatchDeleteGeofenceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchDeleteGeofenceCommand extends $Command<
|
|
23
|
+
BatchDeleteGeofenceCommandInput,
|
|
24
|
+
BatchDeleteGeofenceCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchDeleteGeofenceCommandInput;
|
|
28
|
+
constructor(input: BatchDeleteGeofenceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchEvaluateGeofencesRequest,
|
|
15
|
+
BatchEvaluateGeofencesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchEvaluateGeofencesCommandInput
|
|
18
|
+
extends BatchEvaluateGeofencesRequest {}
|
|
19
|
+
export interface BatchEvaluateGeofencesCommandOutput
|
|
20
|
+
extends BatchEvaluateGeofencesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchEvaluateGeofencesCommand extends $Command<
|
|
23
|
+
BatchEvaluateGeofencesCommandInput,
|
|
24
|
+
BatchEvaluateGeofencesCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchEvaluateGeofencesCommandInput;
|
|
28
|
+
constructor(input: BatchEvaluateGeofencesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchEvaluateGeofencesCommandInput,
|
|
35
|
+
BatchEvaluateGeofencesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetDevicePositionRequest,
|
|
15
|
+
BatchGetDevicePositionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetDevicePositionCommandInput
|
|
18
|
+
extends BatchGetDevicePositionRequest {}
|
|
19
|
+
export interface BatchGetDevicePositionCommandOutput
|
|
20
|
+
extends BatchGetDevicePositionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchGetDevicePositionCommand extends $Command<
|
|
23
|
+
BatchGetDevicePositionCommandInput,
|
|
24
|
+
BatchGetDevicePositionCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetDevicePositionCommandInput;
|
|
28
|
+
constructor(input: BatchGetDevicePositionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGetDevicePositionCommandInput,
|
|
35
|
+
BatchGetDevicePositionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchPutGeofenceRequest,
|
|
15
|
+
BatchPutGeofenceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchPutGeofenceCommandInput extends BatchPutGeofenceRequest {}
|
|
18
|
+
export interface BatchPutGeofenceCommandOutput
|
|
19
|
+
extends BatchPutGeofenceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class BatchPutGeofenceCommand extends $Command<
|
|
22
|
+
BatchPutGeofenceCommandInput,
|
|
23
|
+
BatchPutGeofenceCommandOutput,
|
|
24
|
+
LocationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: BatchPutGeofenceCommandInput;
|
|
27
|
+
constructor(input: BatchPutGeofenceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LocationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchUpdateDevicePositionRequest,
|
|
15
|
+
BatchUpdateDevicePositionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchUpdateDevicePositionCommandInput
|
|
18
|
+
extends BatchUpdateDevicePositionRequest {}
|
|
19
|
+
export interface BatchUpdateDevicePositionCommandOutput
|
|
20
|
+
extends BatchUpdateDevicePositionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchUpdateDevicePositionCommand extends $Command<
|
|
23
|
+
BatchUpdateDevicePositionCommandInput,
|
|
24
|
+
BatchUpdateDevicePositionCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchUpdateDevicePositionCommandInput;
|
|
28
|
+
constructor(input: BatchUpdateDevicePositionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchUpdateDevicePositionCommandInput,
|
|
35
|
+
BatchUpdateDevicePositionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
CalculateRouteRequest,
|
|
15
|
+
CalculateRouteResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CalculateRouteCommandInput extends CalculateRouteRequest {}
|
|
18
|
+
export interface CalculateRouteCommandOutput
|
|
19
|
+
extends CalculateRouteResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CalculateRouteCommand extends $Command<
|
|
22
|
+
CalculateRouteCommandInput,
|
|
23
|
+
CalculateRouteCommandOutput,
|
|
24
|
+
LocationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CalculateRouteCommandInput;
|
|
27
|
+
constructor(input: CalculateRouteCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LocationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CalculateRouteCommandInput, CalculateRouteCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
CalculateRouteMatrixRequest,
|
|
15
|
+
CalculateRouteMatrixResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CalculateRouteMatrixCommandInput
|
|
18
|
+
extends CalculateRouteMatrixRequest {}
|
|
19
|
+
export interface CalculateRouteMatrixCommandOutput
|
|
20
|
+
extends CalculateRouteMatrixResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CalculateRouteMatrixCommand extends $Command<
|
|
23
|
+
CalculateRouteMatrixCommandInput,
|
|
24
|
+
CalculateRouteMatrixCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CalculateRouteMatrixCommandInput;
|
|
28
|
+
constructor(input: CalculateRouteMatrixCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CalculateRouteMatrixCommandInput,
|
|
35
|
+
CalculateRouteMatrixCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateGeofenceCollectionRequest,
|
|
15
|
+
CreateGeofenceCollectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateGeofenceCollectionCommandInput
|
|
18
|
+
extends CreateGeofenceCollectionRequest {}
|
|
19
|
+
export interface CreateGeofenceCollectionCommandOutput
|
|
20
|
+
extends CreateGeofenceCollectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateGeofenceCollectionCommand extends $Command<
|
|
23
|
+
CreateGeofenceCollectionCommandInput,
|
|
24
|
+
CreateGeofenceCollectionCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateGeofenceCollectionCommandInput;
|
|
28
|
+
constructor(input: CreateGeofenceCollectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateGeofenceCollectionCommandInput,
|
|
35
|
+
CreateGeofenceCollectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import { CreateMapRequest, CreateMapResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateMapCommandInput extends CreateMapRequest {}
|
|
15
|
+
export interface CreateMapCommandOutput
|
|
16
|
+
extends CreateMapResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateMapCommand extends $Command<
|
|
19
|
+
CreateMapCommandInput,
|
|
20
|
+
CreateMapCommandOutput,
|
|
21
|
+
LocationClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateMapCommandInput;
|
|
24
|
+
constructor(input: CreateMapCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LocationClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateMapCommandInput, CreateMapCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
CreatePlaceIndexRequest,
|
|
15
|
+
CreatePlaceIndexResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePlaceIndexCommandInput extends CreatePlaceIndexRequest {}
|
|
18
|
+
export interface CreatePlaceIndexCommandOutput
|
|
19
|
+
extends CreatePlaceIndexResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreatePlaceIndexCommand extends $Command<
|
|
22
|
+
CreatePlaceIndexCommandInput,
|
|
23
|
+
CreatePlaceIndexCommandOutput,
|
|
24
|
+
LocationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreatePlaceIndexCommandInput;
|
|
27
|
+
constructor(input: CreatePlaceIndexCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LocationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|