@aws-sdk/client-location 3.185.0 → 3.186.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- 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 +33 -33
|
@@ -1,32 +1,48 @@
|
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Assigns one or more tags (key-value pairs) to the specified Amazon
|
|
11
|
+
* Location Service resource.</p>
|
|
12
|
+
*
|
|
13
|
+
* <p>Tags can help you organize and categorize your resources.
|
|
14
|
+
* You can also use them to scope user permissions, by granting a user
|
|
15
|
+
* permission to access or change only resources with certain tag values.</p>
|
|
16
|
+
*
|
|
17
|
+
* <p>You can use the <code>TagResource</code> operation with an Amazon Location Service
|
|
18
|
+
* resource that already has tags. If you specify a new tag key for the resource, this tag
|
|
19
|
+
* is appended to the tags already associated with the resource. If you specify a tag key
|
|
20
|
+
* that's already associated with the resource, the new tag value that you specify replaces
|
|
21
|
+
* the previous value for that tag. </p>
|
|
22
|
+
*
|
|
23
|
+
* <p>You can associate up to 50 tags with a resource.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { LocationClient, TagResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
28
|
+
* // const { LocationClient, TagResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
29
|
+
* const client = new LocationClient(config);
|
|
30
|
+
* const command = new TagResourceCommand(input);
|
|
31
|
+
* const response = await client.send(command);
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
35
|
+
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
36
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig> {
|
|
40
|
+
readonly input: TagResourceCommandInput;
|
|
41
|
+
constructor(input: TagResourceCommandInput);
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
45
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
46
|
+
private serialize;
|
|
47
|
+
private deserialize;
|
|
48
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Removes one or more tags from the specified Amazon Location resource.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, UntagResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, UntagResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new UntagResourceCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,39 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateGeofenceCollectionCommandInput extends UpdateGeofenceCollectionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCollectionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the specified properties of a given geofence collection.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, UpdateGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, UpdateGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new UpdateGeofenceCollectionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateGeofenceCollectionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateGeofenceCollectionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateGeofenceCollectionCommand extends $Command<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateGeofenceCollectionCommandInput;
|
|
28
|
+
constructor(input: UpdateGeofenceCollectionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput>;
|
|
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 { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateMapCommandInput extends UpdateMapRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the specified properties of a given map resource.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, UpdateMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, UpdateMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new UpdateMapCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateMapCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateMapCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateMapCommand extends $Command<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateMapCommandInput;
|
|
28
|
+
constructor(input: UpdateMapCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMapCommandInput, UpdateMapCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the specified properties of a given place index resource.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, UpdatePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, UpdatePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new UpdatePlaceIndexCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdatePlaceIndexCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdatePlaceIndexCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdatePlaceIndexCommand extends $Command<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdatePlaceIndexCommandInput;
|
|
28
|
+
constructor(input: UpdatePlaceIndexCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,39 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateRouteCalculatorCommandInput extends UpdateRouteCalculatorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculatorResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the specified properties for a given route calculator resource.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, UpdateRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, UpdateRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new UpdateRouteCalculatorCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateRouteCalculatorCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateRouteCalculatorCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateRouteCalculatorCommand extends $Command<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateRouteCalculatorCommandInput;
|
|
28
|
+
constructor(input: UpdateRouteCalculatorCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
|
+
import { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the specified properties of a given tracker resource.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { LocationClient, UpdateTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
15
|
+
* // const { LocationClient, UpdateTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
16
|
+
* const client = new LocationClient(config);
|
|
17
|
+
* const command = new UpdateTrackerCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateTrackerCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateTrackerCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link LocationClientResolvedConfig | config} for LocationClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateTrackerCommand extends $Command<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateTrackerCommandInput;
|
|
28
|
+
constructor(input: UpdateTrackerCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrackerCommandInput, UpdateTrackerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
export * from "./AssociateTrackerConsumerCommand";
|
|
2
|
-
export * from "./BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
-
export * from "./BatchDeleteGeofenceCommand";
|
|
4
|
-
export * from "./BatchEvaluateGeofencesCommand";
|
|
5
|
-
export * from "./BatchGetDevicePositionCommand";
|
|
6
|
-
export * from "./BatchPutGeofenceCommand";
|
|
7
|
-
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
|
-
export * from "./CalculateRouteCommand";
|
|
9
|
-
export * from "./CalculateRouteMatrixCommand";
|
|
10
|
-
export * from "./CreateGeofenceCollectionCommand";
|
|
11
|
-
export * from "./CreateMapCommand";
|
|
12
|
-
export * from "./CreatePlaceIndexCommand";
|
|
13
|
-
export * from "./CreateRouteCalculatorCommand";
|
|
14
|
-
export * from "./CreateTrackerCommand";
|
|
15
|
-
export * from "./DeleteGeofenceCollectionCommand";
|
|
16
|
-
export * from "./DeleteMapCommand";
|
|
17
|
-
export * from "./DeletePlaceIndexCommand";
|
|
18
|
-
export * from "./DeleteRouteCalculatorCommand";
|
|
19
|
-
export * from "./DeleteTrackerCommand";
|
|
20
|
-
export * from "./DescribeGeofenceCollectionCommand";
|
|
21
|
-
export * from "./DescribeMapCommand";
|
|
22
|
-
export * from "./DescribePlaceIndexCommand";
|
|
23
|
-
export * from "./DescribeRouteCalculatorCommand";
|
|
24
|
-
export * from "./DescribeTrackerCommand";
|
|
25
|
-
export * from "./DisassociateTrackerConsumerCommand";
|
|
26
|
-
export * from "./GetDevicePositionCommand";
|
|
27
|
-
export * from "./GetDevicePositionHistoryCommand";
|
|
28
|
-
export * from "./GetGeofenceCommand";
|
|
29
|
-
export * from "./GetMapGlyphsCommand";
|
|
30
|
-
export * from "./GetMapSpritesCommand";
|
|
31
|
-
export * from "./GetMapStyleDescriptorCommand";
|
|
32
|
-
export * from "./GetMapTileCommand";
|
|
33
|
-
export * from "./GetPlaceCommand";
|
|
34
|
-
export * from "./ListDevicePositionsCommand";
|
|
35
|
-
export * from "./ListGeofenceCollectionsCommand";
|
|
36
|
-
export * from "./ListGeofencesCommand";
|
|
37
|
-
export * from "./ListMapsCommand";
|
|
38
|
-
export * from "./ListPlaceIndexesCommand";
|
|
39
|
-
export * from "./ListRouteCalculatorsCommand";
|
|
40
|
-
export * from "./ListTagsForResourceCommand";
|
|
41
|
-
export * from "./ListTrackerConsumersCommand";
|
|
42
|
-
export * from "./ListTrackersCommand";
|
|
43
|
-
export * from "./PutGeofenceCommand";
|
|
44
|
-
export * from "./SearchPlaceIndexForPositionCommand";
|
|
45
|
-
export * from "./SearchPlaceIndexForSuggestionsCommand";
|
|
46
|
-
export * from "./SearchPlaceIndexForTextCommand";
|
|
47
|
-
export * from "./TagResourceCommand";
|
|
48
|
-
export * from "./UntagResourceCommand";
|
|
49
|
-
export * from "./UpdateGeofenceCollectionCommand";
|
|
50
|
-
export * from "./UpdateMapCommand";
|
|
51
|
-
export * from "./UpdatePlaceIndexCommand";
|
|
52
|
-
export * from "./UpdateRouteCalculatorCommand";
|
|
53
|
-
export * from "./UpdateTrackerCommand";
|
|
1
|
+
export * from "./AssociateTrackerConsumerCommand";
|
|
2
|
+
export * from "./BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
+
export * from "./BatchDeleteGeofenceCommand";
|
|
4
|
+
export * from "./BatchEvaluateGeofencesCommand";
|
|
5
|
+
export * from "./BatchGetDevicePositionCommand";
|
|
6
|
+
export * from "./BatchPutGeofenceCommand";
|
|
7
|
+
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
|
+
export * from "./CalculateRouteCommand";
|
|
9
|
+
export * from "./CalculateRouteMatrixCommand";
|
|
10
|
+
export * from "./CreateGeofenceCollectionCommand";
|
|
11
|
+
export * from "./CreateMapCommand";
|
|
12
|
+
export * from "./CreatePlaceIndexCommand";
|
|
13
|
+
export * from "./CreateRouteCalculatorCommand";
|
|
14
|
+
export * from "./CreateTrackerCommand";
|
|
15
|
+
export * from "./DeleteGeofenceCollectionCommand";
|
|
16
|
+
export * from "./DeleteMapCommand";
|
|
17
|
+
export * from "./DeletePlaceIndexCommand";
|
|
18
|
+
export * from "./DeleteRouteCalculatorCommand";
|
|
19
|
+
export * from "./DeleteTrackerCommand";
|
|
20
|
+
export * from "./DescribeGeofenceCollectionCommand";
|
|
21
|
+
export * from "./DescribeMapCommand";
|
|
22
|
+
export * from "./DescribePlaceIndexCommand";
|
|
23
|
+
export * from "./DescribeRouteCalculatorCommand";
|
|
24
|
+
export * from "./DescribeTrackerCommand";
|
|
25
|
+
export * from "./DisassociateTrackerConsumerCommand";
|
|
26
|
+
export * from "./GetDevicePositionCommand";
|
|
27
|
+
export * from "./GetDevicePositionHistoryCommand";
|
|
28
|
+
export * from "./GetGeofenceCommand";
|
|
29
|
+
export * from "./GetMapGlyphsCommand";
|
|
30
|
+
export * from "./GetMapSpritesCommand";
|
|
31
|
+
export * from "./GetMapStyleDescriptorCommand";
|
|
32
|
+
export * from "./GetMapTileCommand";
|
|
33
|
+
export * from "./GetPlaceCommand";
|
|
34
|
+
export * from "./ListDevicePositionsCommand";
|
|
35
|
+
export * from "./ListGeofenceCollectionsCommand";
|
|
36
|
+
export * from "./ListGeofencesCommand";
|
|
37
|
+
export * from "./ListMapsCommand";
|
|
38
|
+
export * from "./ListPlaceIndexesCommand";
|
|
39
|
+
export * from "./ListRouteCalculatorsCommand";
|
|
40
|
+
export * from "./ListTagsForResourceCommand";
|
|
41
|
+
export * from "./ListTrackerConsumersCommand";
|
|
42
|
+
export * from "./ListTrackersCommand";
|
|
43
|
+
export * from "./PutGeofenceCommand";
|
|
44
|
+
export * from "./SearchPlaceIndexForPositionCommand";
|
|
45
|
+
export * from "./SearchPlaceIndexForSuggestionsCommand";
|
|
46
|
+
export * from "./SearchPlaceIndexForTextCommand";
|
|
47
|
+
export * from "./TagResourceCommand";
|
|
48
|
+
export * from "./UntagResourceCommand";
|
|
49
|
+
export * from "./UpdateGeofenceCollectionCommand";
|
|
50
|
+
export * from "./UpdateMapCommand";
|
|
51
|
+
export * from "./UpdatePlaceIndexCommand";
|
|
52
|
+
export * from "./UpdateRouteCalculatorCommand";
|
|
53
|
+
export * from "./UpdateTrackerCommand";
|