@aws-sdk/client-location 3.186.0 → 3.186.2
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/dist-types/ts3.4/Location.d.ts +626 -905
- package/dist-types/ts3.4/LocationClient.d.ts +197 -422
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -39
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -36
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +63 -39
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -35
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +53 -39
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +68 -35
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +76 -39
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +42 -32
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +45 -35
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +44 -39
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -35
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -32
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -35
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -39
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -35
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -36
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -35
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -39
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -32
- package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +51 -32
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -32
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -39
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +46 -39
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +44 -39
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -32
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- 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 +10 -7
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4783 -1283
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -7
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -641
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -67
- package/dist-types/ts3.4/runtimeConfig.d.ts +40 -67
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +39 -68
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -10
- package/package.json +2 -2
|
@@ -1,39 +1,38 @@
|
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
GetMapStyleDescriptorCommandOutput
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse } from "../models/models_0";
|
|
5
|
+
export interface GetMapStyleDescriptorCommandInput extends GetMapStyleDescriptorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescriptorResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the map style descriptor from a map resource. </p>
|
|
11
|
+
* <p>The style descriptor contains specifications on how features render on a map. For
|
|
12
|
+
* example, what data to display, what order to display the data in, and the style for the
|
|
13
|
+
* data. Style descriptors follow the Mapbox Style Specification.</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { LocationClient, GetMapStyleDescriptorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
18
|
+
* // const { LocationClient, GetMapStyleDescriptorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
19
|
+
* const client = new LocationClient(config);
|
|
20
|
+
* const command = new GetMapStyleDescriptorCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link GetMapStyleDescriptorCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link GetMapStyleDescriptorCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class GetMapStyleDescriptorCommand extends $Command<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig> {
|
|
30
|
+
readonly input: GetMapStyleDescriptorCommandInput;
|
|
31
|
+
constructor(input: GetMapStyleDescriptorCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,32 +1,40 @@
|
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
|
|
5
|
+
export interface GetMapTileCommandInput extends GetMapTileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to
|
|
11
|
+
* render a map. they're addressed using a grid arrangement with an X coordinate, Y
|
|
12
|
+
* coordinate, and Z (zoom) level. </p>
|
|
13
|
+
* <p>The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles
|
|
14
|
+
* both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0)
|
|
15
|
+
* will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).</p>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { LocationClient, GetMapTileCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
20
|
+
* // const { LocationClient, GetMapTileCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
21
|
+
* const client = new LocationClient(config);
|
|
22
|
+
* const command = new GetMapTileCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link GetMapTileCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link GetMapTileCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class GetMapTileCommand extends $Command<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig> {
|
|
32
|
+
readonly input: GetMapTileCommandInput;
|
|
33
|
+
constructor(input: GetMapTileCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapTileCommandInput, GetMapTileCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -1,32 +1,51 @@
|
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
>
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { GetPlaceRequest, GetPlaceResponse } from "../models/models_0";
|
|
5
|
+
export interface GetPlaceCommandInput extends GetPlaceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetPlaceCommandOutput extends GetPlaceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Finds a place by its unique ID. A <code>PlaceId</code> is returned by other search
|
|
11
|
+
* operations.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>A PlaceId is valid only if all of the following are the same in the original
|
|
14
|
+
* search request and the call to <code>GetPlace</code>.</p>
|
|
15
|
+
* <ul>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p>Customer AWS account</p>
|
|
18
|
+
* </li>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>AWS Region</p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>Data provider specified in the place index resource</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* </ul>
|
|
26
|
+
* </note>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { LocationClient, GetPlaceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
31
|
+
* // const { LocationClient, GetPlaceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
32
|
+
* const client = new LocationClient(config);
|
|
33
|
+
* const command = new GetPlaceCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @see {@link GetPlaceCommandInput} for command's `input` shape.
|
|
38
|
+
* @see {@link GetPlaceCommandOutput} for command's `response` shape.
|
|
39
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
export declare class GetPlaceCommand extends $Command<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig> {
|
|
43
|
+
readonly input: GetPlaceCommandInput;
|
|
44
|
+
constructor(input: GetPlaceCommandInput);
|
|
45
|
+
/**
|
|
46
|
+
* @internal
|
|
47
|
+
*/
|
|
48
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlaceCommandInput, GetPlaceCommandOutput>;
|
|
49
|
+
private serialize;
|
|
50
|
+
private deserialize;
|
|
51
|
+
}
|
|
@@ -1,36 +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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { ListDevicePositionsRequest, ListDevicePositionsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListDevicePositionsCommandInput extends ListDevicePositionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDevicePositionsCommandOutput extends ListDevicePositionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>A batch request to retrieve all device positions.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, ListDevicePositionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, ListDevicePositionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new ListDevicePositionsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListDevicePositionsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListDevicePositionsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListDevicePositionsCommand extends $Command<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: ListDevicePositionsCommandInput;
|
|
28
|
+
constructor(input: ListDevicePositionsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,39 +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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListGeofenceCollectionsCommandInput extends ListGeofenceCollectionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollectionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists geofence collections in your AWS account.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, ListGeofenceCollectionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, ListGeofenceCollectionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new ListGeofenceCollectionsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListGeofenceCollectionsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListGeofenceCollectionsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListGeofenceCollectionsCommand extends $Command<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: ListGeofenceCollectionsCommandInput;
|
|
28
|
+
constructor(input: ListGeofenceCollectionsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,35 +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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { ListGeofencesRequest, ListGeofencesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListGeofencesCommandInput extends ListGeofencesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists geofences stored in a given geofence collection.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, ListGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, ListGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new ListGeofencesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListGeofencesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListGeofencesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListGeofencesCommand extends $Command<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: ListGeofencesCommandInput;
|
|
28
|
+
constructor(input: ListGeofencesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,32 +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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { ListMapsRequest, ListMapsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListMapsCommandInput extends ListMapsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists map resources in your AWS account.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, ListMapsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, ListMapsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new ListMapsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListMapsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListMapsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListMapsCommand extends $Command<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: ListMapsCommandInput;
|
|
28
|
+
constructor(input: ListMapsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMapsCommandInput, ListMapsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,35 +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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists place index resources in your AWS account.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, ListPlaceIndexesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, ListPlaceIndexesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new ListPlaceIndexesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListPlaceIndexesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListPlaceIndexesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListPlaceIndexesCommand extends $Command<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: ListPlaceIndexesCommandInput;
|
|
28
|
+
constructor(input: ListPlaceIndexesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|