@aws-sdk/client-location 3.337.0 → 3.338.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/LocationClient.js +2 -1
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +2 -1
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -1
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +2 -1
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +2 -1
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +2 -1
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +2 -1
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +2 -1
- package/dist-cjs/commands/CalculateRouteCommand.js +2 -1
- package/dist-cjs/commands/CalculateRouteMatrixCommand.js +2 -1
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +2 -1
- package/dist-cjs/commands/CreateKeyCommand.js +2 -1
- package/dist-cjs/commands/CreateMapCommand.js +2 -1
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +2 -1
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +2 -1
- package/dist-cjs/commands/CreateTrackerCommand.js +2 -1
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +2 -1
- package/dist-cjs/commands/DeleteKeyCommand.js +2 -1
- package/dist-cjs/commands/DeleteMapCommand.js +2 -1
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +2 -1
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +2 -1
- package/dist-cjs/commands/DeleteTrackerCommand.js +2 -1
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +2 -1
- package/dist-cjs/commands/DescribeKeyCommand.js +2 -1
- package/dist-cjs/commands/DescribeMapCommand.js +2 -1
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +2 -1
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +2 -1
- package/dist-cjs/commands/DescribeTrackerCommand.js +2 -1
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +2 -1
- package/dist-cjs/commands/GetDevicePositionCommand.js +2 -1
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +2 -1
- package/dist-cjs/commands/GetGeofenceCommand.js +2 -1
- package/dist-cjs/commands/GetMapGlyphsCommand.js +2 -1
- package/dist-cjs/commands/GetMapSpritesCommand.js +2 -1
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +2 -1
- package/dist-cjs/commands/GetMapTileCommand.js +2 -1
- package/dist-cjs/commands/GetPlaceCommand.js +2 -1
- package/dist-cjs/commands/ListDevicePositionsCommand.js +2 -1
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +2 -1
- package/dist-cjs/commands/ListGeofencesCommand.js +2 -1
- package/dist-cjs/commands/ListKeysCommand.js +2 -1
- package/dist-cjs/commands/ListMapsCommand.js +2 -1
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +2 -1
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +2 -1
- package/dist-cjs/commands/ListTrackersCommand.js +2 -1
- package/dist-cjs/commands/PutGeofenceCommand.js +2 -1
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +2 -1
- package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -1
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +2 -1
- package/dist-cjs/commands/UpdateKeyCommand.js +2 -1
- package/dist-cjs/commands/UpdateMapCommand.js +2 -1
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +2 -1
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +2 -1
- package/dist-cjs/commands/UpdateTrackerCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/LocationServiceException.js +2 -1
- package/dist-es/LocationClient.js +1 -0
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +1 -0
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +1 -0
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +1 -0
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +1 -0
- package/dist-es/commands/BatchGetDevicePositionCommand.js +1 -0
- package/dist-es/commands/BatchPutGeofenceCommand.js +1 -0
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +1 -0
- package/dist-es/commands/CalculateRouteCommand.js +1 -0
- package/dist-es/commands/CalculateRouteMatrixCommand.js +1 -0
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +1 -0
- package/dist-es/commands/CreateKeyCommand.js +1 -0
- package/dist-es/commands/CreateMapCommand.js +1 -0
- package/dist-es/commands/CreatePlaceIndexCommand.js +1 -0
- package/dist-es/commands/CreateRouteCalculatorCommand.js +1 -0
- package/dist-es/commands/CreateTrackerCommand.js +1 -0
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +1 -0
- package/dist-es/commands/DeleteKeyCommand.js +1 -0
- package/dist-es/commands/DeleteMapCommand.js +1 -0
- package/dist-es/commands/DeletePlaceIndexCommand.js +1 -0
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +1 -0
- package/dist-es/commands/DeleteTrackerCommand.js +1 -0
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +1 -0
- package/dist-es/commands/DescribeKeyCommand.js +1 -0
- package/dist-es/commands/DescribeMapCommand.js +1 -0
- package/dist-es/commands/DescribePlaceIndexCommand.js +1 -0
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +1 -0
- package/dist-es/commands/DescribeTrackerCommand.js +1 -0
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +1 -0
- package/dist-es/commands/GetDevicePositionCommand.js +1 -0
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +1 -0
- package/dist-es/commands/GetGeofenceCommand.js +1 -0
- package/dist-es/commands/GetMapGlyphsCommand.js +1 -0
- package/dist-es/commands/GetMapSpritesCommand.js +1 -0
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +1 -0
- package/dist-es/commands/GetMapTileCommand.js +1 -0
- package/dist-es/commands/GetPlaceCommand.js +1 -0
- package/dist-es/commands/ListDevicePositionsCommand.js +1 -0
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +1 -0
- package/dist-es/commands/ListGeofencesCommand.js +1 -0
- package/dist-es/commands/ListKeysCommand.js +1 -0
- package/dist-es/commands/ListMapsCommand.js +1 -0
- package/dist-es/commands/ListPlaceIndexesCommand.js +1 -0
- package/dist-es/commands/ListRouteCalculatorsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTrackerConsumersCommand.js +1 -0
- package/dist-es/commands/ListTrackersCommand.js +1 -0
- package/dist-es/commands/PutGeofenceCommand.js +1 -0
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +1 -0
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +1 -0
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +1 -0
- package/dist-es/commands/UpdateKeyCommand.js +1 -0
- package/dist-es/commands/UpdateMapCommand.js +1 -0
- package/dist-es/commands/UpdatePlaceIndexCommand.js +1 -0
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +1 -0
- package/dist-es/commands/UpdateTrackerCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/LocationServiceException.js +1 -0
- package/dist-types/LocationClient.d.ts +3 -3
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +4 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +4 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +4 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +4 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +4 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +4 -0
- package/dist-types/commands/CalculateRouteCommand.d.ts +4 -0
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +4 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateKeyCommand.d.ts +4 -0
- package/dist-types/commands/CreateMapCommand.d.ts +4 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +4 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +4 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +4 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeKeyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +4 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +4 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +4 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +4 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +4 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +4 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +4 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +4 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +4 -0
- package/dist-types/commands/GetPlaceCommand.d.ts +4 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +4 -0
- package/dist-types/commands/ListKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListMapsCommand.d.ts +4 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +4 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +4 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +4 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +4 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +4 -0
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +4 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateKeyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/LocationServiceException.d.ts +1 -0
- package/dist-types/ts3.4/LocationClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListDevicePositionsRequest, ListDevicePositionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListGeofencesRequest, ListGeofencesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListKeysRequest, ListKeysResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListMapsRequest, ListMapsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListRouteCalculatorsRequest, ListRouteCalculatorsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListTrackerConsumersRequest, ListTrackerConsumersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { SearchPlaceIndexForPositionRequest, SearchPlaceIndexForPositionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { SearchPlaceIndexForSuggestionsRequest, SearchPlaceIndexForSuggestionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { SearchPlaceIndexForTextRequest, SearchPlaceIndexForTextResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { UpdateKeyRequest, UpdateKeyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"</p>
|
|
3
|
+
*
|
|
4
|
+
* @packageDocumentation
|
|
5
|
+
*/
|
|
2
6
|
export * from "./LocationClient";
|
|
7
|
+
export * from "./Location";
|
|
3
8
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
9
|
export * from "./pagination";
|
|
10
|
+
export * from "./models";
|
|
6
11
|
export { LocationServiceException } from "./models/LocationServiceException";
|
|
@@ -283,6 +283,7 @@ import {
|
|
|
283
283
|
ClientResolvedEndpointParameters,
|
|
284
284
|
EndpointParameters,
|
|
285
285
|
} from "./endpoint/EndpointParameters";
|
|
286
|
+
export { __Client };
|
|
286
287
|
export type ServiceInputTypes =
|
|
287
288
|
| AssociateTrackerConsumerCommandInput
|
|
288
289
|
| BatchDeleteDevicePositionHistoryCommandInput
|
|
@@ -425,7 +426,7 @@ export interface ClientDefaults
|
|
|
425
426
|
logger?: __Logger;
|
|
426
427
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
427
428
|
}
|
|
428
|
-
type LocationClientConfigType = Partial<
|
|
429
|
+
export type LocationClientConfigType = Partial<
|
|
429
430
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
430
431
|
> &
|
|
431
432
|
ClientDefaults &
|
|
@@ -437,7 +438,7 @@ type LocationClientConfigType = Partial<
|
|
|
437
438
|
UserAgentInputConfig &
|
|
438
439
|
ClientInputEndpointParameters;
|
|
439
440
|
export interface LocationClientConfig extends LocationClientConfigType {}
|
|
440
|
-
type LocationClientResolvedConfigType =
|
|
441
|
+
export type LocationClientResolvedConfigType =
|
|
441
442
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
442
443
|
Required<ClientDefaults> &
|
|
443
444
|
RegionResolvedConfig &
|
|
@@ -459,4 +460,3 @@ export declare class LocationClient extends __Client<
|
|
|
459
460
|
constructor(configuration: LocationClientConfig);
|
|
460
461
|
destroy(): void;
|
|
461
462
|
}
|
|
462
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AssociateTrackerConsumerRequest,
|
|
16
16
|
AssociateTrackerConsumerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateTrackerConsumerCommandInput
|
|
19
20
|
extends AssociateTrackerConsumerRequest {}
|
|
20
21
|
export interface AssociateTrackerConsumerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDeleteDevicePositionHistoryRequest,
|
|
16
16
|
BatchDeleteDevicePositionHistoryResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDeleteDevicePositionHistoryCommandInput
|
|
19
20
|
extends BatchDeleteDevicePositionHistoryRequest {}
|
|
20
21
|
export interface BatchDeleteDevicePositionHistoryCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDeleteGeofenceRequest,
|
|
16
16
|
BatchDeleteGeofenceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDeleteGeofenceCommandInput
|
|
19
20
|
extends BatchDeleteGeofenceRequest {}
|
|
20
21
|
export interface BatchDeleteGeofenceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchEvaluateGeofencesRequest,
|
|
16
16
|
BatchEvaluateGeofencesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchEvaluateGeofencesCommandInput
|
|
19
20
|
extends BatchEvaluateGeofencesRequest {}
|
|
20
21
|
export interface BatchEvaluateGeofencesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchGetDevicePositionRequest,
|
|
16
16
|
BatchGetDevicePositionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchGetDevicePositionCommandInput
|
|
19
20
|
extends BatchGetDevicePositionRequest {}
|
|
20
21
|
export interface BatchGetDevicePositionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchPutGeofenceRequest,
|
|
16
16
|
BatchPutGeofenceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchPutGeofenceCommandInput extends BatchPutGeofenceRequest {}
|
|
19
20
|
export interface BatchPutGeofenceCommandOutput
|
|
20
21
|
extends BatchPutGeofenceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchUpdateDevicePositionRequest,
|
|
16
16
|
BatchUpdateDevicePositionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchUpdateDevicePositionCommandInput
|
|
19
20
|
extends BatchUpdateDevicePositionRequest {}
|
|
20
21
|
export interface BatchUpdateDevicePositionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CalculateRouteRequest,
|
|
16
16
|
CalculateRouteResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CalculateRouteCommandInput extends CalculateRouteRequest {}
|
|
19
20
|
export interface CalculateRouteCommandOutput
|
|
20
21
|
extends CalculateRouteResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CalculateRouteMatrixRequest,
|
|
16
16
|
CalculateRouteMatrixResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CalculateRouteMatrixCommandInput
|
|
19
20
|
extends CalculateRouteMatrixRequest {}
|
|
20
21
|
export interface CalculateRouteMatrixCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateGeofenceCollectionRequest,
|
|
16
16
|
CreateGeofenceCollectionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateGeofenceCollectionCommandInput
|
|
19
20
|
extends CreateGeofenceCollectionRequest {}
|
|
20
21
|
export interface CreateGeofenceCollectionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateKeyCommandInput extends CreateKeyRequest {}
|
|
16
17
|
export interface CreateKeyCommandOutput
|
|
17
18
|
extends CreateKeyResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { CreateMapRequest, CreateMapResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateMapCommandInput extends CreateMapRequest {}
|
|
16
17
|
export interface CreateMapCommandOutput
|
|
17
18
|
extends CreateMapResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreatePlaceIndexRequest,
|
|
16
16
|
CreatePlaceIndexResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreatePlaceIndexCommandInput extends CreatePlaceIndexRequest {}
|
|
19
20
|
export interface CreatePlaceIndexCommandOutput
|
|
20
21
|
extends CreatePlaceIndexResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateRouteCalculatorRequest,
|
|
16
16
|
CreateRouteCalculatorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateRouteCalculatorCommandInput
|
|
19
20
|
extends CreateRouteCalculatorRequest {}
|
|
20
21
|
export interface CreateRouteCalculatorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateTrackerRequest,
|
|
16
16
|
CreateTrackerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateTrackerCommandInput extends CreateTrackerRequest {}
|
|
19
20
|
export interface CreateTrackerCommandOutput
|
|
20
21
|
extends CreateTrackerResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteGeofenceCollectionRequest,
|
|
16
16
|
DeleteGeofenceCollectionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteGeofenceCollectionCommandInput
|
|
19
20
|
extends DeleteGeofenceCollectionRequest {}
|
|
20
21
|
export interface DeleteGeofenceCollectionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { DeleteKeyRequest, DeleteKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteKeyCommandInput extends DeleteKeyRequest {}
|
|
16
17
|
export interface DeleteKeyCommandOutput
|
|
17
18
|
extends DeleteKeyResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteMapCommandInput extends DeleteMapRequest {}
|
|
16
17
|
export interface DeleteMapCommandOutput
|
|
17
18
|
extends DeleteMapResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeletePlaceIndexRequest,
|
|
16
16
|
DeletePlaceIndexResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {}
|
|
19
20
|
export interface DeletePlaceIndexCommandOutput
|
|
20
21
|
extends DeletePlaceIndexResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteRouteCalculatorRequest,
|
|
16
16
|
DeleteRouteCalculatorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteRouteCalculatorCommandInput
|
|
19
20
|
extends DeleteRouteCalculatorRequest {}
|
|
20
21
|
export interface DeleteRouteCalculatorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteTrackerRequest,
|
|
16
16
|
DeleteTrackerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {}
|
|
19
20
|
export interface DeleteTrackerCommandOutput
|
|
20
21
|
extends DeleteTrackerResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeGeofenceCollectionRequest,
|
|
16
16
|
DescribeGeofenceCollectionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeGeofenceCollectionCommandInput
|
|
19
20
|
extends DescribeGeofenceCollectionRequest {}
|
|
20
21
|
export interface DescribeGeofenceCollectionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeKeyCommandInput extends DescribeKeyRequest {}
|
|
16
17
|
export interface DescribeKeyCommandOutput
|
|
17
18
|
extends DescribeKeyResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeMapCommandInput extends DescribeMapRequest {}
|
|
16
17
|
export interface DescribeMapCommandOutput
|
|
17
18
|
extends DescribeMapResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribePlaceIndexRequest,
|
|
16
16
|
DescribePlaceIndexResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribePlaceIndexCommandInput
|
|
19
20
|
extends DescribePlaceIndexRequest {}
|
|
20
21
|
export interface DescribePlaceIndexCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeRouteCalculatorRequest,
|
|
16
16
|
DescribeRouteCalculatorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeRouteCalculatorCommandInput
|
|
19
20
|
extends DescribeRouteCalculatorRequest {}
|
|
20
21
|
export interface DescribeRouteCalculatorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeTrackerRequest,
|
|
16
16
|
DescribeTrackerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {}
|
|
19
20
|
export interface DescribeTrackerCommandOutput
|
|
20
21
|
extends DescribeTrackerResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DisassociateTrackerConsumerRequest,
|
|
16
16
|
DisassociateTrackerConsumerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateTrackerConsumerCommandInput
|
|
19
20
|
extends DisassociateTrackerConsumerRequest {}
|
|
20
21
|
export interface DisassociateTrackerConsumerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDevicePositionRequest,
|
|
16
16
|
GetDevicePositionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDevicePositionCommandInput
|
|
19
20
|
extends GetDevicePositionRequest {}
|
|
20
21
|
export interface GetDevicePositionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDevicePositionHistoryRequest,
|
|
16
16
|
GetDevicePositionHistoryResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDevicePositionHistoryCommandInput
|
|
19
20
|
extends GetDevicePositionHistoryRequest {}
|
|
20
21
|
export interface GetDevicePositionHistoryCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { GetGeofenceRequest, GetGeofenceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetGeofenceCommandInput extends GetGeofenceRequest {}
|
|
16
17
|
export interface GetGeofenceCommandOutput
|
|
17
18
|
extends GetGeofenceResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { GetMapGlyphsRequest, GetMapGlyphsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetMapGlyphsCommandInput extends GetMapGlyphsRequest {}
|
|
16
17
|
export interface GetMapGlyphsCommandOutput
|
|
17
18
|
extends GetMapGlyphsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetMapSpritesRequest,
|
|
16
16
|
GetMapSpritesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetMapSpritesCommandInput extends GetMapSpritesRequest {}
|
|
19
20
|
export interface GetMapSpritesCommandOutput
|
|
20
21
|
extends GetMapSpritesResponse,
|