@aws-sdk/client-location 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- 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 +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface UpdateMapCommandInput extends UpdateMapRequest {}
|
|
|
15
15
|
export interface UpdateMapCommandOutput
|
|
16
16
|
extends UpdateMapResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateMapCommand extends $Command<
|
|
20
19
|
UpdateMapCommandInput,
|
|
21
20
|
UpdateMapCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateMapCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateMapCommandInput;
|
|
25
24
|
constructor(input: UpdateMapCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {}
|
|
|
18
18
|
export interface UpdatePlaceIndexCommandOutput
|
|
19
19
|
extends UpdatePlaceIndexResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdatePlaceIndexCommand extends $Command<
|
|
23
22
|
UpdatePlaceIndexCommandInput,
|
|
24
23
|
UpdatePlaceIndexCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdatePlaceIndexCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdatePlaceIndexCommandInput;
|
|
28
27
|
constructor(input: UpdatePlaceIndexCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateRouteCalculatorCommandInput
|
|
|
19
19
|
export interface UpdateRouteCalculatorCommandOutput
|
|
20
20
|
extends UpdateRouteCalculatorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateRouteCalculatorCommand extends $Command<
|
|
24
23
|
UpdateRouteCalculatorCommandInput,
|
|
25
24
|
UpdateRouteCalculatorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateRouteCalculatorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateRouteCalculatorCommandInput;
|
|
29
28
|
constructor(input: UpdateRouteCalculatorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -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
|
}
|