@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.
Files changed (78) hide show
  1. package/CHANGELOG.md +16 -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,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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { 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 { 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
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ 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 { 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
- export declare class UpdateGeofenceCollectionCommand extends $Command<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: UpdateGeofenceCollectionCommandInput;
12
- constructor(input: UpdateGeofenceCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput>;
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
+ 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 { 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
- export declare class UpdateMapCommand extends $Command<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: UpdateMapCommandInput;
12
- constructor(input: UpdateMapCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMapCommandInput, UpdateMapCommandOutput>;
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 { 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 { 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
- export declare class UpdatePlaceIndexCommand extends $Command<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: UpdatePlaceIndexCommandInput;
12
- constructor(input: UpdatePlaceIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput>;
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
+ 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 { 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
- export declare class UpdateRouteCalculatorCommand extends $Command<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: UpdateRouteCalculatorCommandInput;
12
- constructor(input: UpdateRouteCalculatorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput>;
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
+ 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 { 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
- export declare class UpdateTrackerCommand extends $Command<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: UpdateTrackerCommandInput;
12
- constructor(input: UpdateTrackerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrackerCommandInput, UpdateTrackerCommandOutput>;
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
+ 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 { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class LocationServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
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";