@aws-sdk/client-location 3.296.0 → 3.297.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/dist-types/Location.d.ts +60 -1
- package/dist-types/LocationClient.d.ts +24 -4
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +16 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +16 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +17 -1
- package/dist-types/commands/CalculateRouteCommand.d.ts +16 -0
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +16 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateMapCommand.d.ts +16 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +16 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +16 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeKeyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +16 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +16 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +16 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +16 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +16 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +16 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +16 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +16 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +16 -0
- package/dist-types/commands/GetPlaceCommand.d.ts +16 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +16 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +16 -0
- package/dist-types/commands/ListKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListMapsCommand.d.ts +16 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +16 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +16 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +16 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +16 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +16 -0
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +16 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +16 -0
- package/dist-types/models/LocationServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +434 -3
- package/dist-types/pagination/GetDevicePositionHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDevicePositionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGeofenceCollectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGeofencesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListKeysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMapsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPlaceIndexesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRouteCalculatorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrackerConsumersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTrackersPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { CreateTrackerRequest, CreateTrackerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateTrackerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateTrackerCommandInput extends CreateTrackerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateTrackerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and
|
|
18
23
|
* historical location of devices.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateTrackerCommandInput - {@link CreateTrackerCommandInput}
|
|
35
|
+
* @returns {@link CreateTrackerCommandOutput}
|
|
29
36
|
* @see {@link CreateTrackerCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateTrackerCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met
|
|
|
51
58
|
export declare class CreateTrackerCommand extends $Command<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
52
59
|
readonly input: CreateTrackerCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: CreateTrackerCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrackerCommandInput, CreateTrackerCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteGeofenceCollectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteGeofenceCollectionCommandInput extends DeleteGeofenceCollectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteGeofenceCollectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCollectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a geofence collection from your Amazon Web Services account.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>This operation deletes the resource permanently. If the geofence collection is the
|
|
@@ -29,6 +34,8 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DeleteGeofenceCollectionCommandInput - {@link DeleteGeofenceCollectionCommandInput}
|
|
38
|
+
* @returns {@link DeleteGeofenceCollectionCommandOutput}
|
|
32
39
|
* @see {@link DeleteGeofenceCollectionCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DeleteGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol
|
|
|
54
61
|
export declare class DeleteGeofenceCollectionCommand extends $Command<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
55
62
|
readonly input: DeleteGeofenceCollectionCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DeleteGeofenceCollectionCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DeleteKeyRequest, DeleteKeyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteKeyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteKeyCommandInput extends DeleteKeyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteKeyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified API key. The API key must have been deactivated more than
|
|
18
23
|
* 90 days previously.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBea
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteKeyCommandInput - {@link DeleteKeyCommandInput}
|
|
35
|
+
* @returns {@link DeleteKeyCommandOutput}
|
|
29
36
|
* @see {@link DeleteKeyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteKeyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBea
|
|
|
51
58
|
export declare class DeleteKeyCommand extends $Command<DeleteKeyCommandInput, DeleteKeyCommandOutput, LocationClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteKeyCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DeleteKeyCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteKeyCommandInput, DeleteKeyCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteMapCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteMapCommandInput extends DeleteMapRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteMapCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a map resource from your Amazon Web Services account.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>This operation deletes the resource permanently. If the map is being used in an application,
|
|
@@ -29,6 +34,8 @@ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBea
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DeleteMapCommandInput - {@link DeleteMapCommandInput}
|
|
38
|
+
* @returns {@link DeleteMapCommandOutput}
|
|
32
39
|
* @see {@link DeleteMapCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DeleteMapCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBea
|
|
|
54
61
|
export declare class DeleteMapCommand extends $Command<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig> {
|
|
55
62
|
readonly input: DeleteMapCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DeleteMapCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMapCommandInput, DeleteMapCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DeletePlaceIndexRequest, DeletePlaceIndexResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeletePlaceIndexCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeletePlaceIndexCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a place index resource from your Amazon Web Services account.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>This operation deletes the resource permanently.</p>
|
|
@@ -28,6 +33,8 @@ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse,
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeletePlaceIndexCommandInput - {@link DeletePlaceIndexCommandInput}
|
|
37
|
+
* @returns {@link DeletePlaceIndexCommandOutput}
|
|
31
38
|
* @see {@link DeletePlaceIndexCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeletePlaceIndexCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse,
|
|
|
53
60
|
export declare class DeletePlaceIndexCommand extends $Command<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
54
61
|
readonly input: DeletePlaceIndexCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeletePlaceIndexCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteRouteCalculatorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteRouteCalculatorCommandInput extends DeleteRouteCalculatorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteRouteCalculatorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculatorResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a route calculator resource from your Amazon Web Services account.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>This operation deletes the resource permanently.</p>
|
|
@@ -28,6 +33,8 @@ export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculato
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteRouteCalculatorCommandInput - {@link DeleteRouteCalculatorCommandInput}
|
|
37
|
+
* @returns {@link DeleteRouteCalculatorCommandOutput}
|
|
31
38
|
* @see {@link DeleteRouteCalculatorCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteRouteCalculatorCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculato
|
|
|
53
60
|
export declare class DeleteRouteCalculatorCommand extends $Command<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
54
61
|
readonly input: DeleteRouteCalculatorCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DeleteRouteCalculatorCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DeleteTrackerRequest, DeleteTrackerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteTrackerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteTrackerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a tracker resource from your Amazon Web Services account.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>This operation deletes the resource permanently. If the tracker resource is in use, you may
|
|
@@ -30,6 +35,8 @@ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __Met
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param DeleteTrackerCommandInput - {@link DeleteTrackerCommandInput}
|
|
39
|
+
* @returns {@link DeleteTrackerCommandOutput}
|
|
33
40
|
* @see {@link DeleteTrackerCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link DeleteTrackerCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __Met
|
|
|
55
62
|
export declare class DeleteTrackerCommand extends $Command<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
56
63
|
readonly input: DeleteTrackerCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DeleteTrackerCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrackerCommandInput, DeleteTrackerCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeGeofenceCollectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeGeofenceCollectionCommandInput extends DescribeGeofenceCollectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeGeofenceCollectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenceCollectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the geofence collection details.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenc
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeGeofenceCollectionCommandInput - {@link DescribeGeofenceCollectionCommandInput}
|
|
34
|
+
* @returns {@link DescribeGeofenceCollectionCommandOutput}
|
|
28
35
|
* @see {@link DescribeGeofenceCollectionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenc
|
|
|
50
57
|
export declare class DescribeGeofenceCollectionCommand extends $Command<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribeGeofenceCollectionCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DescribeGeofenceCollectionCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeKeyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeKeyCommandInput extends DescribeKeyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeKeyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the API key resource details.</p>
|
|
18
23
|
* <important>
|
|
19
24
|
* <p>The API keys feature is in preview. We may add, change, or remove
|
|
@@ -30,6 +35,8 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param DescribeKeyCommandInput - {@link DescribeKeyCommandInput}
|
|
39
|
+
* @returns {@link DescribeKeyCommandOutput}
|
|
33
40
|
* @see {@link DescribeKeyCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link DescribeKeyCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat
|
|
|
55
62
|
export declare class DescribeKeyCommand extends $Command<DescribeKeyCommandInput, DescribeKeyCommandOutput, LocationClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeKeyCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DescribeKeyCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeKeyCommandInput, DescribeKeyCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeMapCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeMapCommandInput extends DescribeMapRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeMapCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeMapCommandOutput extends DescribeMapResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the map resource details.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeMapCommandOutput extends DescribeMapResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeMapCommandInput - {@link DescribeMapCommandInput}
|
|
34
|
+
* @returns {@link DescribeMapCommandOutput}
|
|
28
35
|
* @see {@link DescribeMapCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeMapCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DescribeMapCommandOutput extends DescribeMapResponse, __Metadat
|
|
|
50
57
|
export declare class DescribeMapCommand extends $Command<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribeMapCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DescribeMapCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMapCommandInput, DescribeMapCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DescribePlaceIndexRequest, DescribePlaceIndexResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribePlaceIndexCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribePlaceIndexCommandInput extends DescribePlaceIndexRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribePlaceIndexCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the place index resource details.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribePlaceIndexCommandInput - {@link DescribePlaceIndexCommandInput}
|
|
34
|
+
* @returns {@link DescribePlaceIndexCommandOutput}
|
|
28
35
|
* @see {@link DescribePlaceIndexCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribePlaceIndexCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexRespo
|
|
|
50
57
|
export declare class DescribePlaceIndexCommand extends $Command<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribePlaceIndexCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DescribePlaceIndexCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DescribeRouteCalculatorRequest, DescribeRouteCalculatorResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeRouteCalculatorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeRouteCalculatorCommandInput extends DescribeRouteCalculatorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeRouteCalculatorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalculatorResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the route calculator resource details.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalcu
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeRouteCalculatorCommandInput - {@link DescribeRouteCalculatorCommandInput}
|
|
34
|
+
* @returns {@link DescribeRouteCalculatorCommandOutput}
|
|
28
35
|
* @see {@link DescribeRouteCalculatorCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeRouteCalculatorCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalcu
|
|
|
50
57
|
export declare class DescribeRouteCalculatorCommand extends $Command<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribeRouteCalculatorCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DescribeRouteCalculatorCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { DescribeTrackerRequest, DescribeTrackerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTrackerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTrackerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the tracker resource details.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeTrackerCommandInput - {@link DescribeTrackerCommandInput}
|
|
34
|
+
* @returns {@link DescribeTrackerCommandOutput}
|
|
28
35
|
* @see {@link DescribeTrackerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeTrackerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, _
|
|
|
50
57
|
export declare class DescribeTrackerCommand extends $Command<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: DescribeTrackerCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DescribeTrackerCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrackerCommandInput, DescribeTrackerCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|