@aws-sdk/client-location 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Location.d.ts +0 -52
- package/dist-types/ts3.4/LocationClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -526
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {}
|
|
|
18
18
|
export interface UpdateTrackerCommandOutput
|
|
19
19
|
extends UpdateTrackerResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateTrackerCommand extends $Command<
|
|
23
22
|
UpdateTrackerCommandInput,
|
|
24
23
|
UpdateTrackerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateTrackerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateTrackerCommandInput;
|
|
28
27
|
constructor(input: UpdateTrackerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class LocationServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|