@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 { ListMapsRequest, ListMapsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListMapsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListMapsCommandInput extends ListMapsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListMapsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists map resources in your Amazon Web Services account.</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 ListMapsCommandOutput extends ListMapsResponse, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListMapsCommandInput - {@link ListMapsCommandInput}
|
|
34
|
+
* @returns {@link ListMapsCommandOutput}
|
|
28
35
|
* @see {@link ListMapsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListMapsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBeare
|
|
|
47
54
|
export declare class ListMapsCommand extends $Command<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig> {
|
|
48
55
|
readonly input: ListMapsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListMapsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMapsCommandInput, ListMapsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPlaceIndexesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPlaceIndexesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists place index resources in your Amazon Web Services account.</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 ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListPlaceIndexesCommandInput - {@link ListPlaceIndexesCommandInput}
|
|
34
|
+
* @returns {@link ListPlaceIndexesCommandOutput}
|
|
28
35
|
* @see {@link ListPlaceIndexesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListPlaceIndexesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse,
|
|
|
47
54
|
export declare class ListPlaceIndexesCommand extends $Command<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig> {
|
|
48
55
|
readonly input: ListPlaceIndexesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListPlaceIndexesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListRouteCalculatorsRequest, ListRouteCalculatorsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListRouteCalculatorsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListRouteCalculatorsCommandInput extends ListRouteCalculatorsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListRouteCalculatorsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists route calculator resources in your Amazon Web Services account.</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 ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListRouteCalculatorsCommandInput - {@link ListRouteCalculatorsCommandInput}
|
|
34
|
+
* @returns {@link ListRouteCalculatorsCommandOutput}
|
|
28
35
|
* @see {@link ListRouteCalculatorsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListRouteCalculatorsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsR
|
|
|
47
54
|
export declare class ListRouteCalculatorsCommand extends $Command<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig> {
|
|
48
55
|
readonly input: ListRouteCalculatorsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListRouteCalculatorsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of tags that are applied to the specified Amazon Location resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
50
57
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: ListTagsForResourceCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListTagsForResourceCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { ListTrackerConsumersRequest, ListTrackerConsumersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTrackerConsumersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTrackerConsumersCommandInput extends ListTrackerConsumersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTrackerConsumersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists geofence collections currently associated to the given tracker resource.</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 ListTrackerConsumersCommandOutput extends ListTrackerConsumersR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTrackerConsumersCommandInput - {@link ListTrackerConsumersCommandInput}
|
|
34
|
+
* @returns {@link ListTrackerConsumersCommandOutput}
|
|
28
35
|
* @see {@link ListTrackerConsumersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTrackerConsumersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersR
|
|
|
50
57
|
export declare class ListTrackerConsumersCommand extends $Command<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: ListTrackerConsumersCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListTrackerConsumersCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput>;
|
|
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 { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTrackersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTrackersCommandInput extends ListTrackersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTrackersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTrackersCommandOutput extends ListTrackersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists tracker resources in your Amazon Web Services account.</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 ListTrackersCommandOutput extends ListTrackersResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTrackersCommandInput - {@link ListTrackersCommandInput}
|
|
34
|
+
* @returns {@link ListTrackersCommandOutput}
|
|
28
35
|
* @see {@link ListTrackersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTrackersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListTrackersCommandOutput extends ListTrackersResponse, __Metad
|
|
|
47
54
|
export declare class ListTrackersCommand extends $Command<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig> {
|
|
48
55
|
readonly input: ListTrackersCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListTrackersCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrackersCommandInput, ListTrackersCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutGeofenceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutGeofenceCommandInput extends PutGeofenceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutGeofenceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Stores a geofence geometry in a given geofence collection, or updates the geometry of
|
|
18
23
|
* an existing geofence if a geofence ID is included in the request. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param PutGeofenceCommandInput - {@link PutGeofenceCommandInput}
|
|
35
|
+
* @returns {@link PutGeofenceCommandOutput}
|
|
29
36
|
* @see {@link PutGeofenceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link PutGeofenceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat
|
|
|
54
61
|
export declare class PutGeofenceCommand extends $Command<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig> {
|
|
55
62
|
readonly input: PutGeofenceCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: PutGeofenceCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutGeofenceCommandInput, PutGeofenceCommandOutput>;
|
|
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 { SearchPlaceIndexForPositionRequest, SearchPlaceIndexForPositionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link SearchPlaceIndexForPositionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface SearchPlaceIndexForPositionCommandInput extends SearchPlaceIndexForPositionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link SearchPlaceIndexForPositionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceIndexForPositionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Reverse geocodes a given coordinate and returns a legible address. Allows you to
|
|
18
23
|
* search for Places or points of interest near a given position.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceInd
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param SearchPlaceIndexForPositionCommandInput - {@link SearchPlaceIndexForPositionCommandInput}
|
|
35
|
+
* @returns {@link SearchPlaceIndexForPositionCommandOutput}
|
|
29
36
|
* @see {@link SearchPlaceIndexForPositionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link SearchPlaceIndexForPositionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceInd
|
|
|
51
58
|
export declare class SearchPlaceIndexForPositionCommand extends $Command<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig> {
|
|
52
59
|
readonly input: SearchPlaceIndexForPositionCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: SearchPlaceIndexForPositionCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput>;
|
|
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 { SearchPlaceIndexForSuggestionsRequest, SearchPlaceIndexForSuggestionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link SearchPlaceIndexForSuggestionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface SearchPlaceIndexForSuggestionsCommandInput extends SearchPlaceIndexForSuggestionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link SearchPlaceIndexForSuggestionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlaceIndexForSuggestionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Generates suggestions for addresses and points of interest based on partial or
|
|
18
23
|
* misspelled free-form text. This operation is also known as autocomplete, autosuggest, or
|
|
19
24
|
* fuzzy matching.</p>
|
|
@@ -36,6 +41,8 @@ export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlace
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param SearchPlaceIndexForSuggestionsCommandInput - {@link SearchPlaceIndexForSuggestionsCommandInput}
|
|
45
|
+
* @returns {@link SearchPlaceIndexForSuggestionsCommandOutput}
|
|
39
46
|
* @see {@link SearchPlaceIndexForSuggestionsCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link SearchPlaceIndexForSuggestionsCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlace
|
|
|
61
68
|
export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig> {
|
|
62
69
|
readonly input: SearchPlaceIndexForSuggestionsCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: SearchPlaceIndexForSuggestionsCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { SearchPlaceIndexForTextRequest, SearchPlaceIndexForTextResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link SearchPlaceIndexForTextCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface SearchPlaceIndexForTextCommandInput extends SearchPlaceIndexForTextRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link SearchPlaceIndexForTextCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexForTextResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Geocodes free-form text, such as an address, name, city, or region to allow you to
|
|
18
23
|
* search for Places or points of interest. </p>
|
|
19
24
|
* <p>Optional parameters let you narrow your search results by bounding box or country, or
|
|
@@ -34,6 +39,8 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param SearchPlaceIndexForTextCommandInput - {@link SearchPlaceIndexForTextCommandInput}
|
|
43
|
+
* @returns {@link SearchPlaceIndexForTextCommandOutput}
|
|
37
44
|
* @see {@link SearchPlaceIndexForTextCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link SearchPlaceIndexForTextCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo
|
|
|
59
66
|
export declare class SearchPlaceIndexForTextCommand extends $Command<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig> {
|
|
60
67
|
readonly input: SearchPlaceIndexForTextCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: SearchPlaceIndexForTextCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Assigns one or more tags (key-value pairs) to the specified Amazon Location Service
|
|
18
23
|
* resource.</p>
|
|
19
24
|
* <p>Tags can help you organize and categorize your resources. You can also use them to
|
|
@@ -35,6 +40,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
44
|
+
* @returns {@link TagResourceCommandOutput}
|
|
38
45
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
60
67
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig> {
|
|
61
68
|
readonly input: TagResourceCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: TagResourceCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes one or more tags from the specified Amazon Location resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
50
57
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: UntagResourceCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: UntagResourceCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateGeofenceCollectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateGeofenceCollectionCommandInput extends UpdateGeofenceCollectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateGeofenceCollectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCollectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the specified properties of a given geofence collection.</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 UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCol
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateGeofenceCollectionCommandInput - {@link UpdateGeofenceCollectionCommandInput}
|
|
34
|
+
* @returns {@link UpdateGeofenceCollectionCommandOutput}
|
|
28
35
|
* @see {@link UpdateGeofenceCollectionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCol
|
|
|
50
57
|
export declare class UpdateGeofenceCollectionCommand extends $Command<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
51
58
|
readonly input: UpdateGeofenceCollectionCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: UpdateGeofenceCollectionCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|