@aws-sdk/client-location 3.168.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 +16 -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,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
|
+
DescribeTrackerRequest,
|
|
15
|
+
DescribeTrackerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {}
|
|
18
|
+
export interface DescribeTrackerCommandOutput
|
|
19
|
+
extends DescribeTrackerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeTrackerCommand extends $Command<
|
|
23
|
+
DescribeTrackerCommandInput,
|
|
24
|
+
DescribeTrackerCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeTrackerCommandInput;
|
|
28
|
+
constructor(input: DescribeTrackerCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LocationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeTrackerCommandInput, DescribeTrackerCommandOutput>;
|
|
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
|
+
DisassociateTrackerConsumerRequest,
|
|
15
|
+
DisassociateTrackerConsumerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateTrackerConsumerCommandInput
|
|
18
|
+
extends DisassociateTrackerConsumerRequest {}
|
|
19
|
+
export interface DisassociateTrackerConsumerCommandOutput
|
|
20
|
+
extends DisassociateTrackerConsumerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateTrackerConsumerCommand extends $Command<
|
|
24
|
+
DisassociateTrackerConsumerCommandInput,
|
|
25
|
+
DisassociateTrackerConsumerCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateTrackerConsumerCommandInput;
|
|
29
|
+
constructor(input: DisassociateTrackerConsumerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateTrackerConsumerCommandInput,
|
|
37
|
+
DisassociateTrackerConsumerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
+
GetDevicePositionRequest,
|
|
15
|
+
GetDevicePositionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDevicePositionCommandInput
|
|
18
|
+
extends GetDevicePositionRequest {}
|
|
19
|
+
export interface GetDevicePositionCommandOutput
|
|
20
|
+
extends GetDevicePositionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDevicePositionCommand extends $Command<
|
|
24
|
+
GetDevicePositionCommandInput,
|
|
25
|
+
GetDevicePositionCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDevicePositionCommandInput;
|
|
29
|
+
constructor(input: GetDevicePositionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetDevicePositionCommandInput, GetDevicePositionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
GetDevicePositionHistoryRequest,
|
|
15
|
+
GetDevicePositionHistoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDevicePositionHistoryCommandInput
|
|
18
|
+
extends GetDevicePositionHistoryRequest {}
|
|
19
|
+
export interface GetDevicePositionHistoryCommandOutput
|
|
20
|
+
extends GetDevicePositionHistoryResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDevicePositionHistoryCommand extends $Command<
|
|
24
|
+
GetDevicePositionHistoryCommandInput,
|
|
25
|
+
GetDevicePositionHistoryCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDevicePositionHistoryCommandInput;
|
|
29
|
+
constructor(input: GetDevicePositionHistoryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDevicePositionHistoryCommandInput,
|
|
37
|
+
GetDevicePositionHistoryCommandOutput
|
|
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 { GetGeofenceRequest, GetGeofenceResponse } from "../models/models_0";
|
|
14
|
+
export interface GetGeofenceCommandInput extends GetGeofenceRequest {}
|
|
15
|
+
export interface GetGeofenceCommandOutput
|
|
16
|
+
extends GetGeofenceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetGeofenceCommand extends $Command<
|
|
20
|
+
GetGeofenceCommandInput,
|
|
21
|
+
GetGeofenceCommandOutput,
|
|
22
|
+
LocationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetGeofenceCommandInput;
|
|
25
|
+
constructor(input: GetGeofenceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LocationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetGeofenceCommandInput, GetGeofenceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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 { GetMapGlyphsRequest, GetMapGlyphsResponse } from "../models/models_0";
|
|
14
|
+
export interface GetMapGlyphsCommandInput extends GetMapGlyphsRequest {}
|
|
15
|
+
export interface GetMapGlyphsCommandOutput
|
|
16
|
+
extends GetMapGlyphsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetMapGlyphsCommand extends $Command<
|
|
20
|
+
GetMapGlyphsCommandInput,
|
|
21
|
+
GetMapGlyphsCommandOutput,
|
|
22
|
+
LocationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetMapGlyphsCommandInput;
|
|
25
|
+
constructor(input: GetMapGlyphsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LocationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput>;
|
|
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
|
+
GetMapSpritesRequest,
|
|
15
|
+
GetMapSpritesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetMapSpritesCommandInput extends GetMapSpritesRequest {}
|
|
18
|
+
export interface GetMapSpritesCommandOutput
|
|
19
|
+
extends GetMapSpritesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetMapSpritesCommand extends $Command<
|
|
23
|
+
GetMapSpritesCommandInput,
|
|
24
|
+
GetMapSpritesCommandOutput,
|
|
25
|
+
LocationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetMapSpritesCommandInput;
|
|
28
|
+
constructor(input: GetMapSpritesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LocationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetMapSpritesCommandInput, GetMapSpritesCommandOutput>;
|
|
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
|
+
GetMapStyleDescriptorRequest,
|
|
15
|
+
GetMapStyleDescriptorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetMapStyleDescriptorCommandInput
|
|
18
|
+
extends GetMapStyleDescriptorRequest {}
|
|
19
|
+
export interface GetMapStyleDescriptorCommandOutput
|
|
20
|
+
extends GetMapStyleDescriptorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetMapStyleDescriptorCommand extends $Command<
|
|
24
|
+
GetMapStyleDescriptorCommandInput,
|
|
25
|
+
GetMapStyleDescriptorCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetMapStyleDescriptorCommandInput;
|
|
29
|
+
constructor(input: GetMapStyleDescriptorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetMapStyleDescriptorCommandInput,
|
|
37
|
+
GetMapStyleDescriptorCommandOutput
|
|
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 { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
|
|
14
|
+
export interface GetMapTileCommandInput extends GetMapTileRequest {}
|
|
15
|
+
export interface GetMapTileCommandOutput
|
|
16
|
+
extends GetMapTileResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetMapTileCommand extends $Command<
|
|
20
|
+
GetMapTileCommandInput,
|
|
21
|
+
GetMapTileCommandOutput,
|
|
22
|
+
LocationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetMapTileCommandInput;
|
|
25
|
+
constructor(input: GetMapTileCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: LocationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetMapTileCommandInput, GetMapTileCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
+
ListDevicePositionsRequest,
|
|
15
|
+
ListDevicePositionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDevicePositionsCommandInput
|
|
18
|
+
extends ListDevicePositionsRequest {}
|
|
19
|
+
export interface ListDevicePositionsCommandOutput
|
|
20
|
+
extends ListDevicePositionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDevicePositionsCommand extends $Command<
|
|
24
|
+
ListDevicePositionsCommandInput,
|
|
25
|
+
ListDevicePositionsCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDevicePositionsCommandInput;
|
|
29
|
+
constructor(input: ListDevicePositionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ListGeofenceCollectionsRequest,
|
|
15
|
+
ListGeofenceCollectionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListGeofenceCollectionsCommandInput
|
|
18
|
+
extends ListGeofenceCollectionsRequest {}
|
|
19
|
+
export interface ListGeofenceCollectionsCommandOutput
|
|
20
|
+
extends ListGeofenceCollectionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListGeofenceCollectionsCommand extends $Command<
|
|
24
|
+
ListGeofenceCollectionsCommandInput,
|
|
25
|
+
ListGeofenceCollectionsCommandOutput,
|
|
26
|
+
LocationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListGeofenceCollectionsCommandInput;
|
|
29
|
+
constructor(input: ListGeofenceCollectionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LocationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListGeofenceCollectionsCommandInput,
|
|
37
|
+
ListGeofenceCollectionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|