@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.
Files changed (78) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Location.d.ts +940 -265
  3. package/dist-types/ts3.4/LocationClient.d.ts +441 -125
  4. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/index.d.ts +52 -52
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  58. package/dist-types/ts3.4/index.d.ts +6 -6
  59. package/dist-types/ts3.4/models/LocationServiceException.d.ts +8 -6
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +1790 -1621
  62. package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  64. package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +629 -158
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  78. package/package.json +34 -34
@@ -1,17 +1,37 @@
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 { DescribeTrackerRequest, DescribeTrackerResponse } from "../models/models_0";
5
- export interface DescribeTrackerCommandInput extends DescribeTrackerRequest {
6
- }
7
- export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTrackerCommand extends $Command<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DescribeTrackerCommandInput;
12
- constructor(input: DescribeTrackerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrackerCommandInput, DescribeTrackerCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { DisassociateTrackerConsumerRequest, DisassociateTrackerConsumerResponse } from "../models/models_0";
5
- export interface DisassociateTrackerConsumerCommandInput extends DisassociateTrackerConsumerRequest {
6
- }
7
- export interface DisassociateTrackerConsumerCommandOutput extends DisassociateTrackerConsumerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateTrackerConsumerCommand extends $Command<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DisassociateTrackerConsumerCommandInput;
12
- constructor(input: DisassociateTrackerConsumerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { GetDevicePositionRequest, GetDevicePositionResponse } from "../models/models_0";
5
- export interface GetDevicePositionCommandInput extends GetDevicePositionRequest {
6
- }
7
- export interface GetDevicePositionCommandOutput extends GetDevicePositionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDevicePositionCommand extends $Command<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: GetDevicePositionCommandInput;
12
- constructor(input: GetDevicePositionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevicePositionCommandInput, GetDevicePositionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { GetDevicePositionHistoryRequest, GetDevicePositionHistoryResponse } from "../models/models_0";
5
- export interface GetDevicePositionHistoryCommandInput extends GetDevicePositionHistoryRequest {
6
- }
7
- export interface GetDevicePositionHistoryCommandOutput extends GetDevicePositionHistoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDevicePositionHistoryCommand extends $Command<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: GetDevicePositionHistoryCommandInput;
12
- constructor(input: GetDevicePositionHistoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { GetGeofenceRequest, GetGeofenceResponse } from "../models/models_0";
5
- export interface GetGeofenceCommandInput extends GetGeofenceRequest {
6
- }
7
- export interface GetGeofenceCommandOutput extends GetGeofenceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGeofenceCommand extends $Command<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: GetGeofenceCommandInput;
12
- constructor(input: GetGeofenceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeofenceCommandInput, GetGeofenceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { GetMapGlyphsRequest, GetMapGlyphsResponse } from "../models/models_0";
5
- export interface GetMapGlyphsCommandInput extends GetMapGlyphsRequest {
6
- }
7
- export interface GetMapGlyphsCommandOutput extends GetMapGlyphsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMapGlyphsCommand extends $Command<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: GetMapGlyphsCommandInput;
12
- constructor(input: GetMapGlyphsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { GetMapSpritesRequest, GetMapSpritesResponse } from "../models/models_0";
5
- export interface GetMapSpritesCommandInput extends GetMapSpritesRequest {
6
- }
7
- export interface GetMapSpritesCommandOutput extends GetMapSpritesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMapSpritesCommand extends $Command<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: GetMapSpritesCommandInput;
12
- constructor(input: GetMapSpritesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapSpritesCommandInput, GetMapSpritesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse } from "../models/models_0";
5
- export interface GetMapStyleDescriptorCommandInput extends GetMapStyleDescriptorRequest {
6
- }
7
- export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescriptorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMapStyleDescriptorCommand extends $Command<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: GetMapStyleDescriptorCommandInput;
12
- constructor(input: GetMapStyleDescriptorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
5
- export interface GetMapTileCommandInput extends GetMapTileRequest {
6
- }
7
- export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMapTileCommand extends $Command<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: GetMapTileCommandInput;
12
- constructor(input: GetMapTileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMapTileCommandInput, GetMapTileCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { ListDevicePositionsRequest, ListDevicePositionsResponse } from "../models/models_0";
5
- export interface ListDevicePositionsCommandInput extends ListDevicePositionsRequest {
6
- }
7
- export interface ListDevicePositionsCommandOutput extends ListDevicePositionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDevicePositionsCommand extends $Command<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListDevicePositionsCommandInput;
12
- constructor(input: ListDevicePositionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
4
- import { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0";
5
- export interface ListGeofenceCollectionsCommandInput extends ListGeofenceCollectionsRequest {
6
- }
7
- export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollectionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGeofenceCollectionsCommand extends $Command<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListGeofenceCollectionsCommandInput;
12
- constructor(input: ListGeofenceCollectionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }