@aws-sdk/client-location 3.50.0 → 3.51.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 +8 -0
- package/dist-types/ts3.4/Location.d.ts +265 -0
- package/dist-types/ts3.4/LocationClient.d.ts +125 -0
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +52 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1917 -0
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +158 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { SearchPlaceIndexForPositionRequest, SearchPlaceIndexForPositionResponse } from "../models/models_0";
|
|
5
|
+
export interface SearchPlaceIndexForPositionCommandInput extends SearchPlaceIndexForPositionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceIndexForPositionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SearchPlaceIndexForPositionCommand extends $Command<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: SearchPlaceIndexForPositionCommandInput;
|
|
12
|
+
constructor(input: SearchPlaceIndexForPositionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { SearchPlaceIndexForSuggestionsRequest, SearchPlaceIndexForSuggestionsResponse } from "../models/models_0";
|
|
5
|
+
export interface SearchPlaceIndexForSuggestionsCommandInput extends SearchPlaceIndexForSuggestionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlaceIndexForSuggestionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: SearchPlaceIndexForSuggestionsCommandInput;
|
|
12
|
+
constructor(input: SearchPlaceIndexForSuggestionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { SearchPlaceIndexForTextRequest, SearchPlaceIndexForTextResponse } from "../models/models_0";
|
|
5
|
+
export interface SearchPlaceIndexForTextCommandInput extends SearchPlaceIndexForTextRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexForTextResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SearchPlaceIndexForTextCommand extends $Command<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: SearchPlaceIndexForTextCommandInput;
|
|
12
|
+
constructor(input: SearchPlaceIndexForTextCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: TagResourceCommandInput;
|
|
12
|
+
constructor(input: TagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: UntagResourceCommandInput;
|
|
12
|
+
constructor(input: UntagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateGeofenceCollectionCommandInput extends UpdateGeofenceCollectionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCollectionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateGeofenceCollectionCommand extends $Command<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateGeofenceCollectionCommandInput;
|
|
12
|
+
constructor(input: UpdateGeofenceCollectionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateMapCommandInput extends UpdateMapRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateMapCommand extends $Command<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateMapCommandInput;
|
|
12
|
+
constructor(input: UpdateMapCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMapCommandInput, UpdateMapCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdatePlaceIndexCommand extends $Command<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdatePlaceIndexCommandInput;
|
|
12
|
+
constructor(input: UpdatePlaceIndexCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateRouteCalculatorCommandInput extends UpdateRouteCalculatorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculatorResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateRouteCalculatorCommand extends $Command<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateRouteCalculatorCommandInput;
|
|
12
|
+
constructor(input: UpdateRouteCalculatorCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateTrackerCommand extends $Command<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateTrackerCommandInput;
|
|
12
|
+
constructor(input: UpdateTrackerCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrackerCommandInput, UpdateTrackerCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export * from "./AssociateTrackerConsumerCommand";
|
|
2
|
+
export * from "./BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
+
export * from "./BatchDeleteGeofenceCommand";
|
|
4
|
+
export * from "./BatchEvaluateGeofencesCommand";
|
|
5
|
+
export * from "./BatchGetDevicePositionCommand";
|
|
6
|
+
export * from "./BatchPutGeofenceCommand";
|
|
7
|
+
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
|
+
export * from "./CalculateRouteCommand";
|
|
9
|
+
export * from "./CalculateRouteMatrixCommand";
|
|
10
|
+
export * from "./CreateGeofenceCollectionCommand";
|
|
11
|
+
export * from "./CreateMapCommand";
|
|
12
|
+
export * from "./CreatePlaceIndexCommand";
|
|
13
|
+
export * from "./CreateRouteCalculatorCommand";
|
|
14
|
+
export * from "./CreateTrackerCommand";
|
|
15
|
+
export * from "./DeleteGeofenceCollectionCommand";
|
|
16
|
+
export * from "./DeleteMapCommand";
|
|
17
|
+
export * from "./DeletePlaceIndexCommand";
|
|
18
|
+
export * from "./DeleteRouteCalculatorCommand";
|
|
19
|
+
export * from "./DeleteTrackerCommand";
|
|
20
|
+
export * from "./DescribeGeofenceCollectionCommand";
|
|
21
|
+
export * from "./DescribeMapCommand";
|
|
22
|
+
export * from "./DescribePlaceIndexCommand";
|
|
23
|
+
export * from "./DescribeRouteCalculatorCommand";
|
|
24
|
+
export * from "./DescribeTrackerCommand";
|
|
25
|
+
export * from "./DisassociateTrackerConsumerCommand";
|
|
26
|
+
export * from "./GetDevicePositionCommand";
|
|
27
|
+
export * from "./GetDevicePositionHistoryCommand";
|
|
28
|
+
export * from "./GetGeofenceCommand";
|
|
29
|
+
export * from "./GetMapGlyphsCommand";
|
|
30
|
+
export * from "./GetMapSpritesCommand";
|
|
31
|
+
export * from "./GetMapStyleDescriptorCommand";
|
|
32
|
+
export * from "./GetMapTileCommand";
|
|
33
|
+
export * from "./ListDevicePositionsCommand";
|
|
34
|
+
export * from "./ListGeofenceCollectionsCommand";
|
|
35
|
+
export * from "./ListGeofencesCommand";
|
|
36
|
+
export * from "./ListMapsCommand";
|
|
37
|
+
export * from "./ListPlaceIndexesCommand";
|
|
38
|
+
export * from "./ListRouteCalculatorsCommand";
|
|
39
|
+
export * from "./ListTagsForResourceCommand";
|
|
40
|
+
export * from "./ListTrackerConsumersCommand";
|
|
41
|
+
export * from "./ListTrackersCommand";
|
|
42
|
+
export * from "./PutGeofenceCommand";
|
|
43
|
+
export * from "./SearchPlaceIndexForPositionCommand";
|
|
44
|
+
export * from "./SearchPlaceIndexForSuggestionsCommand";
|
|
45
|
+
export * from "./SearchPlaceIndexForTextCommand";
|
|
46
|
+
export * from "./TagResourceCommand";
|
|
47
|
+
export * from "./UntagResourceCommand";
|
|
48
|
+
export * from "./UpdateGeofenceCollectionCommand";
|
|
49
|
+
export * from "./UpdateMapCommand";
|
|
50
|
+
export * from "./UpdatePlaceIndexCommand";
|
|
51
|
+
export * from "./UpdateRouteCalculatorCommand";
|
|
52
|
+
export * from "./UpdateTrackerCommand";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|