@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
|
@@ -19,7 +19,6 @@ export interface CreateRouteCalculatorCommandInput
|
|
|
19
19
|
export interface CreateRouteCalculatorCommandOutput
|
|
20
20
|
extends CreateRouteCalculatorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateRouteCalculatorCommand extends $Command<
|
|
24
23
|
CreateRouteCalculatorCommandInput,
|
|
25
24
|
CreateRouteCalculatorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateRouteCalculatorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateRouteCalculatorCommandInput;
|
|
29
28
|
constructor(input: CreateRouteCalculatorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateTrackerCommandInput extends CreateTrackerRequest {}
|
|
|
18
18
|
export interface CreateTrackerCommandOutput
|
|
19
19
|
extends CreateTrackerResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateTrackerCommand extends $Command<
|
|
23
22
|
CreateTrackerCommandInput,
|
|
24
23
|
CreateTrackerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateTrackerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateTrackerCommandInput;
|
|
28
27
|
constructor(input: CreateTrackerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteGeofenceCollectionCommandInput
|
|
|
19
19
|
export interface DeleteGeofenceCollectionCommandOutput
|
|
20
20
|
extends DeleteGeofenceCollectionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteGeofenceCollectionCommand extends $Command<
|
|
24
23
|
DeleteGeofenceCollectionCommandInput,
|
|
25
24
|
DeleteGeofenceCollectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteGeofenceCollectionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteGeofenceCollectionCommandInput;
|
|
29
28
|
constructor(input: DeleteGeofenceCollectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteMapCommandInput extends DeleteMapRequest {}
|
|
|
15
15
|
export interface DeleteMapCommandOutput
|
|
16
16
|
extends DeleteMapResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteMapCommand extends $Command<
|
|
20
19
|
DeleteMapCommandInput,
|
|
21
20
|
DeleteMapCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteMapCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteMapCommandInput;
|
|
25
24
|
constructor(input: DeleteMapCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {}
|
|
|
18
18
|
export interface DeletePlaceIndexCommandOutput
|
|
19
19
|
extends DeletePlaceIndexResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeletePlaceIndexCommand extends $Command<
|
|
23
22
|
DeletePlaceIndexCommandInput,
|
|
24
23
|
DeletePlaceIndexCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeletePlaceIndexCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeletePlaceIndexCommandInput;
|
|
28
27
|
constructor(input: DeletePlaceIndexCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteRouteCalculatorCommandInput
|
|
|
19
19
|
export interface DeleteRouteCalculatorCommandOutput
|
|
20
20
|
extends DeleteRouteCalculatorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteRouteCalculatorCommand extends $Command<
|
|
24
23
|
DeleteRouteCalculatorCommandInput,
|
|
25
24
|
DeleteRouteCalculatorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteRouteCalculatorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteRouteCalculatorCommandInput;
|
|
29
28
|
constructor(input: DeleteRouteCalculatorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {}
|
|
|
18
18
|
export interface DeleteTrackerCommandOutput
|
|
19
19
|
extends DeleteTrackerResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteTrackerCommand extends $Command<
|
|
23
22
|
DeleteTrackerCommandInput,
|
|
24
23
|
DeleteTrackerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteTrackerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteTrackerCommandInput;
|
|
28
27
|
constructor(input: DeleteTrackerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeGeofenceCollectionCommandInput
|
|
|
19
19
|
export interface DescribeGeofenceCollectionCommandOutput
|
|
20
20
|
extends DescribeGeofenceCollectionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeGeofenceCollectionCommand extends $Command<
|
|
24
23
|
DescribeGeofenceCollectionCommandInput,
|
|
25
24
|
DescribeGeofenceCollectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeGeofenceCollectionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeGeofenceCollectionCommandInput;
|
|
29
28
|
constructor(input: DescribeGeofenceCollectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeMapCommandInput extends DescribeMapRequest {}
|
|
|
15
15
|
export interface DescribeMapCommandOutput
|
|
16
16
|
extends DescribeMapResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeMapCommand extends $Command<
|
|
20
19
|
DescribeMapCommandInput,
|
|
21
20
|
DescribeMapCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeMapCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeMapCommandInput;
|
|
25
24
|
constructor(input: DescribeMapCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribePlaceIndexCommandInput
|
|
|
19
19
|
export interface DescribePlaceIndexCommandOutput
|
|
20
20
|
extends DescribePlaceIndexResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribePlaceIndexCommand extends $Command<
|
|
24
23
|
DescribePlaceIndexCommandInput,
|
|
25
24
|
DescribePlaceIndexCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribePlaceIndexCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribePlaceIndexCommandInput;
|
|
29
28
|
constructor(input: DescribePlaceIndexCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeRouteCalculatorCommandInput
|
|
|
19
19
|
export interface DescribeRouteCalculatorCommandOutput
|
|
20
20
|
extends DescribeRouteCalculatorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeRouteCalculatorCommand extends $Command<
|
|
24
23
|
DescribeRouteCalculatorCommandInput,
|
|
25
24
|
DescribeRouteCalculatorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeRouteCalculatorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeRouteCalculatorCommandInput;
|
|
29
28
|
constructor(input: DescribeRouteCalculatorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {}
|
|
|
18
18
|
export interface DescribeTrackerCommandOutput
|
|
19
19
|
extends DescribeTrackerResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeTrackerCommand extends $Command<
|
|
23
22
|
DescribeTrackerCommandInput,
|
|
24
23
|
DescribeTrackerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeTrackerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeTrackerCommandInput;
|
|
28
27
|
constructor(input: DescribeTrackerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateTrackerConsumerCommandInput
|
|
|
19
19
|
export interface DisassociateTrackerConsumerCommandOutput
|
|
20
20
|
extends DisassociateTrackerConsumerResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateTrackerConsumerCommand extends $Command<
|
|
24
23
|
DisassociateTrackerConsumerCommandInput,
|
|
25
24
|
DisassociateTrackerConsumerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateTrackerConsumerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateTrackerConsumerCommandInput;
|
|
29
28
|
constructor(input: DisassociateTrackerConsumerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDevicePositionCommandInput
|
|
|
19
19
|
export interface GetDevicePositionCommandOutput
|
|
20
20
|
extends GetDevicePositionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDevicePositionCommand extends $Command<
|
|
24
23
|
GetDevicePositionCommandInput,
|
|
25
24
|
GetDevicePositionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDevicePositionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDevicePositionCommandInput;
|
|
29
28
|
constructor(input: GetDevicePositionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDevicePositionHistoryCommandInput
|
|
|
19
19
|
export interface GetDevicePositionHistoryCommandOutput
|
|
20
20
|
extends GetDevicePositionHistoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDevicePositionHistoryCommand extends $Command<
|
|
24
23
|
GetDevicePositionHistoryCommandInput,
|
|
25
24
|
GetDevicePositionHistoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDevicePositionHistoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDevicePositionHistoryCommandInput;
|
|
29
28
|
constructor(input: GetDevicePositionHistoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetGeofenceCommandInput extends GetGeofenceRequest {}
|
|
|
15
15
|
export interface GetGeofenceCommandOutput
|
|
16
16
|
extends GetGeofenceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetGeofenceCommand extends $Command<
|
|
20
19
|
GetGeofenceCommandInput,
|
|
21
20
|
GetGeofenceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetGeofenceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetGeofenceCommandInput;
|
|
25
24
|
constructor(input: GetGeofenceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetMapGlyphsCommandInput extends GetMapGlyphsRequest {}
|
|
|
15
15
|
export interface GetMapGlyphsCommandOutput
|
|
16
16
|
extends GetMapGlyphsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetMapGlyphsCommand extends $Command<
|
|
20
19
|
GetMapGlyphsCommandInput,
|
|
21
20
|
GetMapGlyphsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetMapGlyphsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetMapGlyphsCommandInput;
|
|
25
24
|
constructor(input: GetMapGlyphsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetMapSpritesCommandInput extends GetMapSpritesRequest {}
|
|
|
18
18
|
export interface GetMapSpritesCommandOutput
|
|
19
19
|
extends GetMapSpritesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetMapSpritesCommand extends $Command<
|
|
23
22
|
GetMapSpritesCommandInput,
|
|
24
23
|
GetMapSpritesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetMapSpritesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetMapSpritesCommandInput;
|
|
28
27
|
constructor(input: GetMapSpritesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMapStyleDescriptorCommandInput
|
|
|
19
19
|
export interface GetMapStyleDescriptorCommandOutput
|
|
20
20
|
extends GetMapStyleDescriptorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMapStyleDescriptorCommand extends $Command<
|
|
24
23
|
GetMapStyleDescriptorCommandInput,
|
|
25
24
|
GetMapStyleDescriptorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMapStyleDescriptorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMapStyleDescriptorCommandInput;
|
|
29
28
|
constructor(input: GetMapStyleDescriptorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetMapTileCommandInput extends GetMapTileRequest {}
|
|
|
15
15
|
export interface GetMapTileCommandOutput
|
|
16
16
|
extends GetMapTileResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetMapTileCommand extends $Command<
|
|
20
19
|
GetMapTileCommandInput,
|
|
21
20
|
GetMapTileCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetMapTileCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetMapTileCommandInput;
|
|
25
24
|
constructor(input: GetMapTileCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDevicePositionsCommandInput
|
|
|
19
19
|
export interface ListDevicePositionsCommandOutput
|
|
20
20
|
extends ListDevicePositionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDevicePositionsCommand extends $Command<
|
|
24
23
|
ListDevicePositionsCommandInput,
|
|
25
24
|
ListDevicePositionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDevicePositionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDevicePositionsCommandInput;
|
|
29
28
|
constructor(input: ListDevicePositionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListGeofenceCollectionsCommandInput
|
|
|
19
19
|
export interface ListGeofenceCollectionsCommandOutput
|
|
20
20
|
extends ListGeofenceCollectionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListGeofenceCollectionsCommand extends $Command<
|
|
24
23
|
ListGeofenceCollectionsCommandInput,
|
|
25
24
|
ListGeofenceCollectionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListGeofenceCollectionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListGeofenceCollectionsCommandInput;
|
|
29
28
|
constructor(input: ListGeofenceCollectionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
|
|
|
18
18
|
export interface ListGeofencesCommandOutput
|
|
19
19
|
extends ListGeofencesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListGeofencesCommand extends $Command<
|
|
23
22
|
ListGeofencesCommandInput,
|
|
24
23
|
ListGeofencesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListGeofencesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListGeofencesCommandInput;
|
|
28
27
|
constructor(input: ListGeofencesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListMapsCommandInput extends ListMapsRequest {}
|
|
|
15
15
|
export interface ListMapsCommandOutput
|
|
16
16
|
extends ListMapsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListMapsCommand extends $Command<
|
|
20
19
|
ListMapsCommandInput,
|
|
21
20
|
ListMapsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListMapsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListMapsCommandInput;
|
|
25
24
|
constructor(input: ListMapsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {}
|
|
|
18
18
|
export interface ListPlaceIndexesCommandOutput
|
|
19
19
|
extends ListPlaceIndexesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPlaceIndexesCommand extends $Command<
|
|
23
22
|
ListPlaceIndexesCommandInput,
|
|
24
23
|
ListPlaceIndexesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPlaceIndexesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPlaceIndexesCommandInput;
|
|
28
27
|
constructor(input: ListPlaceIndexesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRouteCalculatorsCommandInput
|
|
|
19
19
|
export interface ListRouteCalculatorsCommandOutput
|
|
20
20
|
extends ListRouteCalculatorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRouteCalculatorsCommand extends $Command<
|
|
24
23
|
ListRouteCalculatorsCommandInput,
|
|
25
24
|
ListRouteCalculatorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRouteCalculatorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRouteCalculatorsCommandInput;
|
|
29
28
|
constructor(input: ListRouteCalculatorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTrackerConsumersCommandInput
|
|
|
19
19
|
export interface ListTrackerConsumersCommandOutput
|
|
20
20
|
extends ListTrackerConsumersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTrackerConsumersCommand extends $Command<
|
|
24
23
|
ListTrackerConsumersCommandInput,
|
|
25
24
|
ListTrackerConsumersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTrackerConsumersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTrackerConsumersCommandInput;
|
|
29
28
|
constructor(input: ListTrackerConsumersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTrackersCommandInput extends ListTrackersRequest {}
|
|
|
15
15
|
export interface ListTrackersCommandOutput
|
|
16
16
|
extends ListTrackersResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTrackersCommand extends $Command<
|
|
20
19
|
ListTrackersCommandInput,
|
|
21
20
|
ListTrackersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTrackersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTrackersCommandInput;
|
|
25
24
|
constructor(input: ListTrackersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutGeofenceCommandInput extends PutGeofenceRequest {}
|
|
|
15
15
|
export interface PutGeofenceCommandOutput
|
|
16
16
|
extends PutGeofenceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutGeofenceCommand extends $Command<
|
|
20
19
|
PutGeofenceCommandInput,
|
|
21
20
|
PutGeofenceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutGeofenceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutGeofenceCommandInput;
|
|
25
24
|
constructor(input: PutGeofenceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SearchPlaceIndexForPositionCommandInput
|
|
|
19
19
|
export interface SearchPlaceIndexForPositionCommandOutput
|
|
20
20
|
extends SearchPlaceIndexForPositionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SearchPlaceIndexForPositionCommand extends $Command<
|
|
24
23
|
SearchPlaceIndexForPositionCommandInput,
|
|
25
24
|
SearchPlaceIndexForPositionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SearchPlaceIndexForPositionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SearchPlaceIndexForPositionCommandInput;
|
|
29
28
|
constructor(input: SearchPlaceIndexForPositionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SearchPlaceIndexForSuggestionsCommandInput
|
|
|
19
19
|
export interface SearchPlaceIndexForSuggestionsCommandOutput
|
|
20
20
|
extends SearchPlaceIndexForSuggestionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<
|
|
24
23
|
SearchPlaceIndexForSuggestionsCommandInput,
|
|
25
24
|
SearchPlaceIndexForSuggestionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SearchPlaceIndexForSuggestionsCommandInput;
|
|
29
28
|
constructor(input: SearchPlaceIndexForSuggestionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SearchPlaceIndexForTextCommandInput
|
|
|
19
19
|
export interface SearchPlaceIndexForTextCommandOutput
|
|
20
20
|
extends SearchPlaceIndexForTextResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SearchPlaceIndexForTextCommand extends $Command<
|
|
24
23
|
SearchPlaceIndexForTextCommandInput,
|
|
25
24
|
SearchPlaceIndexForTextCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SearchPlaceIndexForTextCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SearchPlaceIndexForTextCommandInput;
|
|
29
28
|
constructor(input: SearchPlaceIndexForTextCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LocationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LocationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateGeofenceCollectionCommandInput
|
|
|
19
19
|
export interface UpdateGeofenceCollectionCommandOutput
|
|
20
20
|
extends UpdateGeofenceCollectionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateGeofenceCollectionCommand extends $Command<
|
|
24
23
|
UpdateGeofenceCollectionCommandInput,
|
|
25
24
|
UpdateGeofenceCollectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateGeofenceCollectionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateGeofenceCollectionCommandInput;
|
|
29
28
|
constructor(input: UpdateGeofenceCollectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LocationClientResolvedConfig,
|
|
@@ -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,
|