@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,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
|
+
ListGeofencesRequest,
|
|
15
|
+
ListGeofencesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
|
|
18
|
+
export interface ListGeofencesCommandOutput
|
|
19
|
+
extends ListGeofencesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListGeofencesCommand extends $Command<
|
|
22
|
+
ListGeofencesCommandInput,
|
|
23
|
+
ListGeofencesCommandOutput,
|
|
24
|
+
LocationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListGeofencesCommandInput;
|
|
27
|
+
constructor(input: ListGeofencesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LocationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { ListMapsRequest, ListMapsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListMapsCommandInput extends ListMapsRequest {}
|
|
15
|
+
export interface ListMapsCommandOutput
|
|
16
|
+
extends ListMapsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListMapsCommand extends $Command<
|
|
19
|
+
ListMapsCommandInput,
|
|
20
|
+
ListMapsCommandOutput,
|
|
21
|
+
LocationClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListMapsCommandInput;
|
|
24
|
+
constructor(input: ListMapsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LocationClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListMapsCommandInput, ListMapsCommandOutput>;
|
|
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
|
+
ListPlaceIndexesRequest,
|
|
15
|
+
ListPlaceIndexesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {}
|
|
18
|
+
export interface ListPlaceIndexesCommandOutput
|
|
19
|
+
extends ListPlaceIndexesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListPlaceIndexesCommand extends $Command<
|
|
22
|
+
ListPlaceIndexesCommandInput,
|
|
23
|
+
ListPlaceIndexesCommandOutput,
|
|
24
|
+
LocationClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListPlaceIndexesCommandInput;
|
|
27
|
+
constructor(input: ListPlaceIndexesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LocationClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput>;
|
|
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
|
+
ListRouteCalculatorsRequest,
|
|
15
|
+
ListRouteCalculatorsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRouteCalculatorsCommandInput
|
|
18
|
+
extends ListRouteCalculatorsRequest {}
|
|
19
|
+
export interface ListRouteCalculatorsCommandOutput
|
|
20
|
+
extends ListRouteCalculatorsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListRouteCalculatorsCommand extends $Command<
|
|
23
|
+
ListRouteCalculatorsCommandInput,
|
|
24
|
+
ListRouteCalculatorsCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListRouteCalculatorsCommandInput;
|
|
28
|
+
constructor(input: ListRouteCalculatorsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListRouteCalculatorsCommandInput,
|
|
35
|
+
ListRouteCalculatorsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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
|
+
ListTrackerConsumersRequest,
|
|
15
|
+
ListTrackerConsumersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTrackerConsumersCommandInput
|
|
18
|
+
extends ListTrackerConsumersRequest {}
|
|
19
|
+
export interface ListTrackerConsumersCommandOutput
|
|
20
|
+
extends ListTrackerConsumersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTrackerConsumersCommand extends $Command<
|
|
23
|
+
ListTrackerConsumersCommandInput,
|
|
24
|
+
ListTrackerConsumersCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTrackerConsumersCommandInput;
|
|
28
|
+
constructor(input: ListTrackerConsumersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListTrackerConsumersCommandInput,
|
|
35
|
+
ListTrackerConsumersCommandOutput
|
|
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 { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
|
|
14
|
+
export interface ListTrackersCommandInput extends ListTrackersRequest {}
|
|
15
|
+
export interface ListTrackersCommandOutput
|
|
16
|
+
extends ListTrackersResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListTrackersCommand extends $Command<
|
|
19
|
+
ListTrackersCommandInput,
|
|
20
|
+
ListTrackersCommandOutput,
|
|
21
|
+
LocationClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListTrackersCommandInput;
|
|
24
|
+
constructor(input: ListTrackersCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LocationClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListTrackersCommandInput, ListTrackersCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
|
|
14
|
+
export interface PutGeofenceCommandInput extends PutGeofenceRequest {}
|
|
15
|
+
export interface PutGeofenceCommandOutput
|
|
16
|
+
extends PutGeofenceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class PutGeofenceCommand extends $Command<
|
|
19
|
+
PutGeofenceCommandInput,
|
|
20
|
+
PutGeofenceCommandOutput,
|
|
21
|
+
LocationClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PutGeofenceCommandInput;
|
|
24
|
+
constructor(input: PutGeofenceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: LocationClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<PutGeofenceCommandInput, PutGeofenceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
SearchPlaceIndexForPositionRequest,
|
|
15
|
+
SearchPlaceIndexForPositionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SearchPlaceIndexForPositionCommandInput
|
|
18
|
+
extends SearchPlaceIndexForPositionRequest {}
|
|
19
|
+
export interface SearchPlaceIndexForPositionCommandOutput
|
|
20
|
+
extends SearchPlaceIndexForPositionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SearchPlaceIndexForPositionCommand extends $Command<
|
|
23
|
+
SearchPlaceIndexForPositionCommandInput,
|
|
24
|
+
SearchPlaceIndexForPositionCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SearchPlaceIndexForPositionCommandInput;
|
|
28
|
+
constructor(input: SearchPlaceIndexForPositionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SearchPlaceIndexForPositionCommandInput,
|
|
35
|
+
SearchPlaceIndexForPositionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
SearchPlaceIndexForSuggestionsRequest,
|
|
15
|
+
SearchPlaceIndexForSuggestionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SearchPlaceIndexForSuggestionsCommandInput
|
|
18
|
+
extends SearchPlaceIndexForSuggestionsRequest {}
|
|
19
|
+
export interface SearchPlaceIndexForSuggestionsCommandOutput
|
|
20
|
+
extends SearchPlaceIndexForSuggestionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<
|
|
23
|
+
SearchPlaceIndexForSuggestionsCommandInput,
|
|
24
|
+
SearchPlaceIndexForSuggestionsCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SearchPlaceIndexForSuggestionsCommandInput;
|
|
28
|
+
constructor(input: SearchPlaceIndexForSuggestionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SearchPlaceIndexForSuggestionsCommandInput,
|
|
35
|
+
SearchPlaceIndexForSuggestionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
SearchPlaceIndexForTextRequest,
|
|
15
|
+
SearchPlaceIndexForTextResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SearchPlaceIndexForTextCommandInput
|
|
18
|
+
extends SearchPlaceIndexForTextRequest {}
|
|
19
|
+
export interface SearchPlaceIndexForTextCommandOutput
|
|
20
|
+
extends SearchPlaceIndexForTextResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SearchPlaceIndexForTextCommand extends $Command<
|
|
23
|
+
SearchPlaceIndexForTextCommandInput,
|
|
24
|
+
SearchPlaceIndexForTextCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SearchPlaceIndexForTextCommandInput;
|
|
28
|
+
constructor(input: SearchPlaceIndexForTextCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: LocationClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SearchPlaceIndexForTextCommandInput,
|
|
35
|
+
SearchPlaceIndexForTextCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|