@aws-sdk/client-location 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Location.d.ts +940 -265
- package/dist-types/ts3.4/LocationClient.d.ts +441 -125
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- 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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1790 -1621
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,34 @@
|
|
|
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
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
LocationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LocationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LocationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateGeofenceCollectionRequest,
|
|
15
|
+
UpdateGeofenceCollectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateGeofenceCollectionCommandInput
|
|
18
|
+
extends UpdateGeofenceCollectionRequest {}
|
|
19
|
+
export interface UpdateGeofenceCollectionCommandOutput
|
|
20
|
+
extends UpdateGeofenceCollectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateGeofenceCollectionCommand extends $Command<
|
|
24
|
+
UpdateGeofenceCollectionCommandInput,
|
|
25
|
+
UpdateGeofenceCollectionCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateGeofenceCollectionCommandInput;
|
|
29
|
+
constructor(input: UpdateGeofenceCollectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateGeofenceCollectionCommandInput,
|
|
37
|
+
UpdateGeofenceCollectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
|
|
14
|
+
export interface UpdateMapCommandInput extends UpdateMapRequest {}
|
|
15
|
+
export interface UpdateMapCommandOutput
|
|
16
|
+
extends UpdateMapResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateMapCommand extends $Command<
|
|
20
|
+
UpdateMapCommandInput,
|
|
21
|
+
UpdateMapCommandOutput,
|
|
22
|
+
LocationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateMapCommandInput;
|
|
25
|
+
constructor(input: UpdateMapCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LocationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateMapCommandInput, UpdateMapCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdatePlaceIndexRequest,
|
|
15
|
+
UpdatePlaceIndexResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {}
|
|
18
|
+
export interface UpdatePlaceIndexCommandOutput
|
|
19
|
+
extends UpdatePlaceIndexResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdatePlaceIndexCommand extends $Command<
|
|
23
|
+
UpdatePlaceIndexCommandInput,
|
|
24
|
+
UpdatePlaceIndexCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdatePlaceIndexCommandInput;
|
|
28
|
+
constructor(input: UpdatePlaceIndexCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LocationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateRouteCalculatorRequest,
|
|
15
|
+
UpdateRouteCalculatorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateRouteCalculatorCommandInput
|
|
18
|
+
extends UpdateRouteCalculatorRequest {}
|
|
19
|
+
export interface UpdateRouteCalculatorCommandOutput
|
|
20
|
+
extends UpdateRouteCalculatorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateRouteCalculatorCommand extends $Command<
|
|
24
|
+
UpdateRouteCalculatorCommandInput,
|
|
25
|
+
UpdateRouteCalculatorCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateRouteCalculatorCommandInput;
|
|
29
|
+
constructor(input: UpdateRouteCalculatorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateRouteCalculatorCommandInput,
|
|
37
|
+
UpdateRouteCalculatorCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
LocationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../LocationClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateTrackerRequest,
|
|
15
|
+
UpdateTrackerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {}
|
|
18
|
+
export interface UpdateTrackerCommandOutput
|
|
19
|
+
extends UpdateTrackerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateTrackerCommand extends $Command<
|
|
23
|
+
UpdateTrackerCommandInput,
|
|
24
|
+
UpdateTrackerCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateTrackerCommandInput;
|
|
28
|
+
constructor(input: UpdateTrackerCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LocationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateTrackerCommandInput, UpdateTrackerCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,52 +1,52 @@
|
|
|
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 "./ListDevicePositionsCommand";
|
|
34
|
-
export * from "./ListGeofenceCollectionsCommand";
|
|
35
|
-
export * from "./ListGeofencesCommand";
|
|
36
|
-
export * from "./ListMapsCommand";
|
|
37
|
-
export * from "./ListPlaceIndexesCommand";
|
|
38
|
-
export * from "./ListRouteCalculatorsCommand";
|
|
39
|
-
export * from "./ListTagsForResourceCommand";
|
|
40
|
-
export * from "./ListTrackerConsumersCommand";
|
|
41
|
-
export * from "./ListTrackersCommand";
|
|
42
|
-
export * from "./PutGeofenceCommand";
|
|
43
|
-
export * from "./SearchPlaceIndexForPositionCommand";
|
|
44
|
-
export * from "./SearchPlaceIndexForSuggestionsCommand";
|
|
45
|
-
export * from "./SearchPlaceIndexForTextCommand";
|
|
46
|
-
export * from "./TagResourceCommand";
|
|
47
|
-
export * from "./UntagResourceCommand";
|
|
48
|
-
export * from "./UpdateGeofenceCollectionCommand";
|
|
49
|
-
export * from "./UpdateMapCommand";
|
|
50
|
-
export * from "./UpdatePlaceIndexCommand";
|
|
51
|
-
export * from "./UpdateRouteCalculatorCommand";
|
|
52
|
-
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 "./ListDevicePositionsCommand";
|
|
34
|
+
export * from "./ListGeofenceCollectionsCommand";
|
|
35
|
+
export * from "./ListGeofencesCommand";
|
|
36
|
+
export * from "./ListMapsCommand";
|
|
37
|
+
export * from "./ListPlaceIndexesCommand";
|
|
38
|
+
export * from "./ListRouteCalculatorsCommand";
|
|
39
|
+
export * from "./ListTagsForResourceCommand";
|
|
40
|
+
export * from "./ListTrackerConsumersCommand";
|
|
41
|
+
export * from "./ListTrackersCommand";
|
|
42
|
+
export * from "./PutGeofenceCommand";
|
|
43
|
+
export * from "./SearchPlaceIndexForPositionCommand";
|
|
44
|
+
export * from "./SearchPlaceIndexForSuggestionsCommand";
|
|
45
|
+
export * from "./SearchPlaceIndexForTextCommand";
|
|
46
|
+
export * from "./TagResourceCommand";
|
|
47
|
+
export * from "./UntagResourceCommand";
|
|
48
|
+
export * from "./UpdateGeofenceCollectionCommand";
|
|
49
|
+
export * from "./UpdateMapCommand";
|
|
50
|
+
export * from "./UpdatePlaceIndexCommand";
|
|
51
|
+
export * from "./UpdateRouteCalculatorCommand";
|
|
52
|
+
export * from "./UpdateTrackerCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Location";
|
|
2
|
-
export * from "./LocationClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { LocationServiceException } from "./models/LocationServiceException";
|
|
1
|
+
export * from "./Location";
|
|
2
|
+
export * from "./LocationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { LocationServiceException } from "./models/LocationServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class LocationServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|