@aws-sdk/client-location 3.169.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 +16 -0
- package/dist-types/ts3.4/Location.d.ts +888 -265
- package/dist-types/ts3.4/LocationClient.d.ts +416 -125
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1264 -1621
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateRouteCalculatorRequest,
|
|
15
|
+
CreateRouteCalculatorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateRouteCalculatorCommandInput
|
|
18
|
+
extends CreateRouteCalculatorRequest {}
|
|
19
|
+
export interface CreateRouteCalculatorCommandOutput
|
|
20
|
+
extends CreateRouteCalculatorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateRouteCalculatorCommand extends $Command<
|
|
23
|
+
CreateRouteCalculatorCommandInput,
|
|
24
|
+
CreateRouteCalculatorCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateRouteCalculatorCommandInput;
|
|
28
|
+
constructor(input: CreateRouteCalculatorCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateRouteCalculatorCommandInput,
|
|
35
|
+
CreateRouteCalculatorCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateTrackerRequest,
|
|
15
|
+
CreateTrackerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateTrackerCommandInput extends CreateTrackerRequest {}
|
|
18
|
+
export interface CreateTrackerCommandOutput
|
|
19
|
+
extends CreateTrackerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateTrackerCommand extends $Command<
|
|
22
|
+
CreateTrackerCommandInput,
|
|
23
|
+
CreateTrackerCommandOutput,
|
|
24
|
+
LocationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateTrackerCommandInput;
|
|
27
|
+
constructor(input: CreateTrackerCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LocationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateTrackerCommandInput, CreateTrackerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteGeofenceCollectionRequest,
|
|
15
|
+
DeleteGeofenceCollectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteGeofenceCollectionCommandInput
|
|
18
|
+
extends DeleteGeofenceCollectionRequest {}
|
|
19
|
+
export interface DeleteGeofenceCollectionCommandOutput
|
|
20
|
+
extends DeleteGeofenceCollectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteGeofenceCollectionCommand extends $Command<
|
|
23
|
+
DeleteGeofenceCollectionCommandInput,
|
|
24
|
+
DeleteGeofenceCollectionCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteGeofenceCollectionCommandInput;
|
|
28
|
+
constructor(input: DeleteGeofenceCollectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteGeofenceCollectionCommandInput,
|
|
35
|
+
DeleteGeofenceCollectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteMapCommandInput extends DeleteMapRequest {}
|
|
15
|
+
export interface DeleteMapCommandOutput
|
|
16
|
+
extends DeleteMapResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteMapCommand extends $Command<
|
|
19
|
+
DeleteMapCommandInput,
|
|
20
|
+
DeleteMapCommandOutput,
|
|
21
|
+
LocationClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteMapCommandInput;
|
|
24
|
+
constructor(input: DeleteMapCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LocationClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteMapCommandInput, DeleteMapCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
DeletePlaceIndexRequest,
|
|
15
|
+
DeletePlaceIndexResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {}
|
|
18
|
+
export interface DeletePlaceIndexCommandOutput
|
|
19
|
+
extends DeletePlaceIndexResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeletePlaceIndexCommand extends $Command<
|
|
22
|
+
DeletePlaceIndexCommandInput,
|
|
23
|
+
DeletePlaceIndexCommandOutput,
|
|
24
|
+
LocationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeletePlaceIndexCommandInput;
|
|
27
|
+
constructor(input: DeletePlaceIndexCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LocationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteRouteCalculatorRequest,
|
|
15
|
+
DeleteRouteCalculatorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRouteCalculatorCommandInput
|
|
18
|
+
extends DeleteRouteCalculatorRequest {}
|
|
19
|
+
export interface DeleteRouteCalculatorCommandOutput
|
|
20
|
+
extends DeleteRouteCalculatorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteRouteCalculatorCommand extends $Command<
|
|
23
|
+
DeleteRouteCalculatorCommandInput,
|
|
24
|
+
DeleteRouteCalculatorCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteRouteCalculatorCommandInput;
|
|
28
|
+
constructor(input: DeleteRouteCalculatorCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteRouteCalculatorCommandInput,
|
|
35
|
+
DeleteRouteCalculatorCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteTrackerRequest,
|
|
15
|
+
DeleteTrackerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {}
|
|
18
|
+
export interface DeleteTrackerCommandOutput
|
|
19
|
+
extends DeleteTrackerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteTrackerCommand extends $Command<
|
|
22
|
+
DeleteTrackerCommandInput,
|
|
23
|
+
DeleteTrackerCommandOutput,
|
|
24
|
+
LocationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteTrackerCommandInput;
|
|
27
|
+
constructor(input: DeleteTrackerCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LocationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteTrackerCommandInput, DeleteTrackerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeGeofenceCollectionRequest,
|
|
15
|
+
DescribeGeofenceCollectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGeofenceCollectionCommandInput
|
|
18
|
+
extends DescribeGeofenceCollectionRequest {}
|
|
19
|
+
export interface DescribeGeofenceCollectionCommandOutput
|
|
20
|
+
extends DescribeGeofenceCollectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeGeofenceCollectionCommand extends $Command<
|
|
23
|
+
DescribeGeofenceCollectionCommandInput,
|
|
24
|
+
DescribeGeofenceCollectionCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeGeofenceCollectionCommandInput;
|
|
28
|
+
constructor(input: DescribeGeofenceCollectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeGeofenceCollectionCommandInput,
|
|
35
|
+
DescribeGeofenceCollectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeMapCommandInput extends DescribeMapRequest {}
|
|
15
|
+
export interface DescribeMapCommandOutput
|
|
16
|
+
extends DescribeMapResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeMapCommand extends $Command<
|
|
19
|
+
DescribeMapCommandInput,
|
|
20
|
+
DescribeMapCommandOutput,
|
|
21
|
+
LocationClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeMapCommandInput;
|
|
24
|
+
constructor(input: DescribeMapCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LocationClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeMapCommandInput, DescribeMapCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribePlaceIndexRequest,
|
|
15
|
+
DescribePlaceIndexResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePlaceIndexCommandInput
|
|
18
|
+
extends DescribePlaceIndexRequest {}
|
|
19
|
+
export interface DescribePlaceIndexCommandOutput
|
|
20
|
+
extends DescribePlaceIndexResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribePlaceIndexCommand extends $Command<
|
|
23
|
+
DescribePlaceIndexCommandInput,
|
|
24
|
+
DescribePlaceIndexCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribePlaceIndexCommandInput;
|
|
28
|
+
constructor(input: DescribePlaceIndexCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRouteCalculatorRequest,
|
|
15
|
+
DescribeRouteCalculatorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRouteCalculatorCommandInput
|
|
18
|
+
extends DescribeRouteCalculatorRequest {}
|
|
19
|
+
export interface DescribeRouteCalculatorCommandOutput
|
|
20
|
+
extends DescribeRouteCalculatorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeRouteCalculatorCommand extends $Command<
|
|
23
|
+
DescribeRouteCalculatorCommandInput,
|
|
24
|
+
DescribeRouteCalculatorCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeRouteCalculatorCommandInput;
|
|
28
|
+
constructor(input: DescribeRouteCalculatorCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeRouteCalculatorCommandInput,
|
|
35
|
+
DescribeRouteCalculatorCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|