@aws-sdk/client-location 3.47.1 → 3.50.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 (96) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-cjs/Location.js +15 -0
  3. package/dist-cjs/commands/CalculateRouteMatrixCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +37 -3
  6. package/dist-cjs/protocols/Aws_restJson1.js +217 -3
  7. package/dist-es/Location.js +15 -0
  8. package/dist-es/commands/CalculateRouteMatrixCommand.js +39 -0
  9. package/dist-es/commands/index.js +1 -0
  10. package/dist-es/models/models_0.js +20 -0
  11. package/dist-es/protocols/Aws_restJson1.js +226 -0
  12. package/dist-types/Location.d.ts +74 -12
  13. package/dist-types/LocationClient.d.ts +3 -2
  14. package/dist-types/commands/CalculateRouteCommand.d.ts +10 -12
  15. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +74 -0
  16. package/dist-types/commands/CreateMapCommand.d.ts +6 -0
  17. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +6 -0
  19. package/dist-types/commands/index.d.ts +1 -0
  20. package/dist-types/models/models_0.d.ts +398 -127
  21. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  22. package/package.json +39 -33
  23. package/dist-types/ts3.4/Location.d.ts +0 -260
  24. package/dist-types/ts3.4/LocationClient.d.ts +0 -124
  25. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +0 -17
  64. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +0 -17
  65. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +0 -17
  66. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -17
  67. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/index.d.ts +0 -51
  77. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  78. package/dist-types/ts3.4/index.d.ts +0 -5
  79. package/dist-types/ts3.4/models/index.d.ts +0 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +0 -1838
  81. package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +0 -4
  82. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  83. package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +0 -4
  84. package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +0 -4
  85. package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +0 -4
  86. package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +0 -4
  87. package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +0 -4
  88. package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +0 -4
  89. package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +0 -4
  90. package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +0 -4
  91. package/dist-types/ts3.4/pagination/index.d.ts +0 -10
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -155
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
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 { ListRouteCalculatorsRequest, ListRouteCalculatorsResponse } from "../models/models_0";
5
- export interface ListRouteCalculatorsCommandInput extends ListRouteCalculatorsRequest {
6
- }
7
- export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRouteCalculatorsCommand extends $Command<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListRouteCalculatorsCommandInput;
12
- constructor(input: ListRouteCalculatorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListTrackerConsumersRequest, ListTrackerConsumersResponse } from "../models/models_0";
5
- export interface ListTrackerConsumersCommandInput extends ListTrackerConsumersRequest {
6
- }
7
- export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTrackerConsumersCommand extends $Command<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListTrackerConsumersCommandInput;
12
- constructor(input: ListTrackerConsumersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
5
- export interface ListTrackersCommandInput extends ListTrackersRequest {
6
- }
7
- export interface ListTrackersCommandOutput extends ListTrackersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTrackersCommand extends $Command<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListTrackersCommandInput;
12
- constructor(input: ListTrackersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrackersCommandInput, ListTrackersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
5
- export interface PutGeofenceCommandInput extends PutGeofenceRequest {
6
- }
7
- export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutGeofenceCommand extends $Command<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: PutGeofenceCommandInput;
12
- constructor(input: PutGeofenceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutGeofenceCommandInput, PutGeofenceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { SearchPlaceIndexForPositionRequest, SearchPlaceIndexForPositionResponse } from "../models/models_0";
5
- export interface SearchPlaceIndexForPositionCommandInput extends SearchPlaceIndexForPositionRequest {
6
- }
7
- export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceIndexForPositionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchPlaceIndexForPositionCommand extends $Command<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: SearchPlaceIndexForPositionCommandInput;
12
- constructor(input: SearchPlaceIndexForPositionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { SearchPlaceIndexForSuggestionsRequest, SearchPlaceIndexForSuggestionsResponse } from "../models/models_0";
5
- export interface SearchPlaceIndexForSuggestionsCommandInput extends SearchPlaceIndexForSuggestionsRequest {
6
- }
7
- export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlaceIndexForSuggestionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: SearchPlaceIndexForSuggestionsCommandInput;
12
- constructor(input: SearchPlaceIndexForSuggestionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { SearchPlaceIndexForTextRequest, SearchPlaceIndexForTextResponse } from "../models/models_0";
5
- export interface SearchPlaceIndexForTextCommandInput extends SearchPlaceIndexForTextRequest {
6
- }
7
- export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexForTextResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchPlaceIndexForTextCommand extends $Command<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: SearchPlaceIndexForTextCommandInput;
12
- constructor(input: SearchPlaceIndexForTextCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,17 +0,0 @@
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,51 +0,0 @@
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 "./CreateGeofenceCollectionCommand";
10
- export * from "./CreateMapCommand";
11
- export * from "./CreatePlaceIndexCommand";
12
- export * from "./CreateRouteCalculatorCommand";
13
- export * from "./CreateTrackerCommand";
14
- export * from "./DeleteGeofenceCollectionCommand";
15
- export * from "./DeleteMapCommand";
16
- export * from "./DeletePlaceIndexCommand";
17
- export * from "./DeleteRouteCalculatorCommand";
18
- export * from "./DeleteTrackerCommand";
19
- export * from "./DescribeGeofenceCollectionCommand";
20
- export * from "./DescribeMapCommand";
21
- export * from "./DescribePlaceIndexCommand";
22
- export * from "./DescribeRouteCalculatorCommand";
23
- export * from "./DescribeTrackerCommand";
24
- export * from "./DisassociateTrackerConsumerCommand";
25
- export * from "./GetDevicePositionCommand";
26
- export * from "./GetDevicePositionHistoryCommand";
27
- export * from "./GetGeofenceCommand";
28
- export * from "./GetMapGlyphsCommand";
29
- export * from "./GetMapSpritesCommand";
30
- export * from "./GetMapStyleDescriptorCommand";
31
- export * from "./GetMapTileCommand";
32
- export * from "./ListDevicePositionsCommand";
33
- export * from "./ListGeofenceCollectionsCommand";
34
- export * from "./ListGeofencesCommand";
35
- export * from "./ListMapsCommand";
36
- export * from "./ListPlaceIndexesCommand";
37
- export * from "./ListRouteCalculatorsCommand";
38
- export * from "./ListTagsForResourceCommand";
39
- export * from "./ListTrackerConsumersCommand";
40
- export * from "./ListTrackersCommand";
41
- export * from "./PutGeofenceCommand";
42
- export * from "./SearchPlaceIndexForPositionCommand";
43
- export * from "./SearchPlaceIndexForSuggestionsCommand";
44
- export * from "./SearchPlaceIndexForTextCommand";
45
- export * from "./TagResourceCommand";
46
- export * from "./UntagResourceCommand";
47
- export * from "./UpdateGeofenceCollectionCommand";
48
- export * from "./UpdateMapCommand";
49
- export * from "./UpdatePlaceIndexCommand";
50
- export * from "./UpdateRouteCalculatorCommand";
51
- export * from "./UpdateTrackerCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./Location";
2
- export * from "./LocationClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";