@aws-sdk/client-location 3.337.0 → 3.341.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
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetMapStyleDescriptorRequest,
|
|
16
16
|
GetMapStyleDescriptorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetMapStyleDescriptorCommandInput
|
|
19
20
|
extends GetMapStyleDescriptorRequest {}
|
|
20
21
|
export interface GetMapStyleDescriptorCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetMapTileCommandInput extends GetMapTileRequest {}
|
|
16
17
|
export interface GetMapTileCommandOutput
|
|
17
18
|
extends GetMapTileResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { GetPlaceRequest, GetPlaceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetPlaceCommandInput extends GetPlaceRequest {}
|
|
16
17
|
export interface GetPlaceCommandOutput
|
|
17
18
|
extends GetPlaceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDevicePositionsRequest,
|
|
16
16
|
ListDevicePositionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDevicePositionsCommandInput
|
|
19
20
|
extends ListDevicePositionsRequest {}
|
|
20
21
|
export interface ListDevicePositionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListGeofenceCollectionsRequest,
|
|
16
16
|
ListGeofenceCollectionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListGeofenceCollectionsCommandInput
|
|
19
20
|
extends ListGeofenceCollectionsRequest {}
|
|
20
21
|
export interface ListGeofenceCollectionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListGeofencesRequest,
|
|
16
16
|
ListGeofencesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
|
|
19
20
|
export interface ListGeofencesCommandOutput
|
|
20
21
|
extends ListGeofencesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { ListKeysRequest, ListKeysResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListKeysCommandInput extends ListKeysRequest {}
|
|
16
17
|
export interface ListKeysCommandOutput
|
|
17
18
|
extends ListKeysResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { ListMapsRequest, ListMapsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListMapsCommandInput extends ListMapsRequest {}
|
|
16
17
|
export interface ListMapsCommandOutput
|
|
17
18
|
extends ListMapsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListPlaceIndexesRequest,
|
|
16
16
|
ListPlaceIndexesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {}
|
|
19
20
|
export interface ListPlaceIndexesCommandOutput
|
|
20
21
|
extends ListPlaceIndexesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListRouteCalculatorsRequest,
|
|
16
16
|
ListRouteCalculatorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListRouteCalculatorsCommandInput
|
|
19
20
|
extends ListRouteCalculatorsRequest {}
|
|
20
21
|
export interface ListRouteCalculatorsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTrackerConsumersRequest,
|
|
16
16
|
ListTrackerConsumersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTrackerConsumersCommandInput
|
|
19
20
|
extends ListTrackerConsumersRequest {}
|
|
20
21
|
export interface ListTrackerConsumersCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListTrackersCommandInput extends ListTrackersRequest {}
|
|
16
17
|
export interface ListTrackersCommandOutput
|
|
17
18
|
extends ListTrackersResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PutGeofenceCommandInput extends PutGeofenceRequest {}
|
|
16
17
|
export interface PutGeofenceCommandOutput
|
|
17
18
|
extends PutGeofenceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SearchPlaceIndexForPositionRequest,
|
|
16
16
|
SearchPlaceIndexForPositionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SearchPlaceIndexForPositionCommandInput
|
|
19
20
|
extends SearchPlaceIndexForPositionRequest {}
|
|
20
21
|
export interface SearchPlaceIndexForPositionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SearchPlaceIndexForSuggestionsRequest,
|
|
16
16
|
SearchPlaceIndexForSuggestionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SearchPlaceIndexForSuggestionsCommandInput
|
|
19
20
|
extends SearchPlaceIndexForSuggestionsRequest {}
|
|
20
21
|
export interface SearchPlaceIndexForSuggestionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SearchPlaceIndexForTextRequest,
|
|
16
16
|
SearchPlaceIndexForTextResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SearchPlaceIndexForTextCommandInput
|
|
19
20
|
extends SearchPlaceIndexForTextRequest {}
|
|
20
21
|
export interface SearchPlaceIndexForTextCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateGeofenceCollectionRequest,
|
|
16
16
|
UpdateGeofenceCollectionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateGeofenceCollectionCommandInput
|
|
19
20
|
extends UpdateGeofenceCollectionRequest {}
|
|
20
21
|
export interface UpdateGeofenceCollectionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { UpdateKeyRequest, UpdateKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateKeyCommandInput extends UpdateKeyRequest {}
|
|
16
17
|
export interface UpdateKeyCommandOutput
|
|
17
18
|
extends UpdateKeyResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LocationClient";
|
|
14
14
|
import { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateMapCommandInput extends UpdateMapRequest {}
|
|
16
17
|
export interface UpdateMapCommandOutput
|
|
17
18
|
extends UpdateMapResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdatePlaceIndexRequest,
|
|
16
16
|
UpdatePlaceIndexResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {}
|
|
19
20
|
export interface UpdatePlaceIndexCommandOutput
|
|
20
21
|
extends UpdatePlaceIndexResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateRouteCalculatorRequest,
|
|
16
16
|
UpdateRouteCalculatorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateRouteCalculatorCommandInput
|
|
19
20
|
extends UpdateRouteCalculatorRequest {}
|
|
20
21
|
export interface UpdateRouteCalculatorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateTrackerRequest,
|
|
16
16
|
UpdateTrackerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {}
|
|
19
20
|
export interface UpdateTrackerCommandOutput
|
|
20
21
|
extends UpdateTrackerResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Location";
|
|
2
1
|
export * from "./LocationClient";
|
|
2
|
+
export * from "./Location";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { LocationServiceException } from "./models/LocationServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class LocationServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-location",
|
|
3
3
|
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|