@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,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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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 { DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteGeofenceCollectionCommandInput extends DeleteGeofenceCollectionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCollectionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a geofence collection from your AWS account.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>This operation deletes the resource permanently. If the geofence collection is the
|
|
13
|
+
* target of a tracker resource, the devices will no longer be monitored.</p>
|
|
14
|
+
* </note>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { LocationClient, DeleteGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
19
|
+
* // const { LocationClient, DeleteGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
20
|
+
* const client = new LocationClient(config);
|
|
21
|
+
* const command = new DeleteGeofenceCollectionCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link DeleteGeofenceCollectionCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link DeleteGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class DeleteGeofenceCollectionCommand extends $Command<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
31
|
+
readonly input: DeleteGeofenceCollectionCommandInput;
|
|
32
|
+
constructor(input: DeleteGeofenceCollectionCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,32 +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
|
-
|
|
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 { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteMapCommandInput extends DeleteMapRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a map resource from your AWS account.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>This operation deletes the resource permanently. If the map is being used in an application,
|
|
13
|
+
* the map may not render.</p>
|
|
14
|
+
* </note>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { LocationClient, DeleteMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
19
|
+
* // const { LocationClient, DeleteMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
20
|
+
* const client = new LocationClient(config);
|
|
21
|
+
* const command = new DeleteMapCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link DeleteMapCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link DeleteMapCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class DeleteMapCommand extends $Command<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig> {
|
|
31
|
+
readonly input: DeleteMapCommandInput;
|
|
32
|
+
constructor(input: DeleteMapCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMapCommandInput, DeleteMapCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,35 +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
|
-
|
|
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 { DeletePlaceIndexRequest, DeletePlaceIndexResponse } from "../models/models_0";
|
|
5
|
+
export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a place index resource from your AWS account.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>This operation deletes the resource permanently.</p>
|
|
13
|
+
* </note>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { LocationClient, DeletePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
18
|
+
* // const { LocationClient, DeletePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
19
|
+
* const client = new LocationClient(config);
|
|
20
|
+
* const command = new DeletePlaceIndexCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link DeletePlaceIndexCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link DeletePlaceIndexCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class DeletePlaceIndexCommand extends $Command<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
30
|
+
readonly input: DeletePlaceIndexCommandInput;
|
|
31
|
+
constructor(input: DeletePlaceIndexCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
-
DeleteRouteCalculatorCommandOutput
|
|
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 { DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteRouteCalculatorCommandInput extends DeleteRouteCalculatorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculatorResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a route calculator resource from your AWS account.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>This operation deletes the resource permanently.</p>
|
|
13
|
+
* </note>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { LocationClient, DeleteRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
18
|
+
* // const { LocationClient, DeleteRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
19
|
+
* const client = new LocationClient(config);
|
|
20
|
+
* const command = new DeleteRouteCalculatorCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link DeleteRouteCalculatorCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link DeleteRouteCalculatorCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class DeleteRouteCalculatorCommand extends $Command<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
30
|
+
readonly input: DeleteRouteCalculatorCommandInput;
|
|
31
|
+
constructor(input: DeleteRouteCalculatorCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,35 +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
|
-
|
|
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 { DeleteTrackerRequest, DeleteTrackerResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a tracker resource from your AWS account.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>This operation deletes the resource permanently. If the tracker resource is in use, you may
|
|
13
|
+
* encounter an error. Make sure that the target resource isn't a dependency for your
|
|
14
|
+
* applications.</p>
|
|
15
|
+
* </note>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { LocationClient, DeleteTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
20
|
+
* // const { LocationClient, DeleteTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
21
|
+
* const client = new LocationClient(config);
|
|
22
|
+
* const command = new DeleteTrackerCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link DeleteTrackerCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link DeleteTrackerCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class DeleteTrackerCommand extends $Command<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
32
|
+
readonly input: DeleteTrackerCommandInput;
|
|
33
|
+
constructor(input: DeleteTrackerCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrackerCommandInput, DeleteTrackerCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -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 { DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeGeofenceCollectionCommandInput extends DescribeGeofenceCollectionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenceCollectionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the geofence collection details.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, DescribeGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, DescribeGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new DescribeGeofenceCollectionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeGeofenceCollectionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeGeofenceCollectionCommand extends $Command<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeGeofenceCollectionCommandInput;
|
|
28
|
+
constructor(input: DescribeGeofenceCollectionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput>;
|
|
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 { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeMapCommandInput extends DescribeMapRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeMapCommandOutput extends DescribeMapResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the map resource details.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, DescribeMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, DescribeMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new DescribeMapCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeMapCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeMapCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeMapCommand extends $Command<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeMapCommandInput;
|
|
28
|
+
constructor(input: DescribeMapCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMapCommandInput, DescribeMapCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DescribePlaceIndexRequest, DescribePlaceIndexResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribePlaceIndexCommandInput extends DescribePlaceIndexRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the place index resource details.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, DescribePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, DescribePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new DescribePlaceIndexCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribePlaceIndexCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribePlaceIndexCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribePlaceIndexCommand extends $Command<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribePlaceIndexCommandInput;
|
|
28
|
+
constructor(input: DescribePlaceIndexCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|