@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,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 { CreateRouteCalculatorRequest, CreateRouteCalculatorResponse } from "../models/models_0";
5
- export interface CreateRouteCalculatorCommandInput extends CreateRouteCalculatorRequest {
6
- }
7
- export interface CreateRouteCalculatorCommandOutput extends CreateRouteCalculatorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRouteCalculatorCommand extends $Command<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: CreateRouteCalculatorCommandInput;
12
- constructor(input: CreateRouteCalculatorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput>;
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
+ CreateRouteCalculatorRequest,
15
+ CreateRouteCalculatorResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateRouteCalculatorCommandInput
18
+ extends CreateRouteCalculatorRequest {}
19
+ export interface CreateRouteCalculatorCommandOutput
20
+ extends CreateRouteCalculatorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateRouteCalculatorCommand extends $Command<
24
+ CreateRouteCalculatorCommandInput,
25
+ CreateRouteCalculatorCommandOutput,
26
+ LocationClientResolvedConfig
27
+ > {
28
+ readonly input: CreateRouteCalculatorCommandInput;
29
+ constructor(input: CreateRouteCalculatorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LocationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateRouteCalculatorCommandInput,
37
+ CreateRouteCalculatorCommandOutput
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 { CreateTrackerRequest, CreateTrackerResponse } from "../models/models_0";
5
- export interface CreateTrackerCommandInput extends CreateTrackerRequest {
6
- }
7
- export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTrackerCommand extends $Command<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: CreateTrackerCommandInput;
12
- constructor(input: CreateTrackerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrackerCommandInput, CreateTrackerCommandOutput>;
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
+ CreateTrackerRequest,
15
+ CreateTrackerResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateTrackerCommandInput extends CreateTrackerRequest {}
18
+ export interface CreateTrackerCommandOutput
19
+ extends CreateTrackerResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateTrackerCommand extends $Command<
23
+ CreateTrackerCommandInput,
24
+ CreateTrackerCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: CreateTrackerCommandInput;
28
+ constructor(input: CreateTrackerCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LocationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateTrackerCommandInput, CreateTrackerCommandOutput>;
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 { DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse } from "../models/models_0";
5
- export interface DeleteGeofenceCollectionCommandInput extends DeleteGeofenceCollectionRequest {
6
- }
7
- export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCollectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteGeofenceCollectionCommand extends $Command<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DeleteGeofenceCollectionCommandInput;
12
- constructor(input: DeleteGeofenceCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput>;
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
+ DeleteGeofenceCollectionRequest,
15
+ DeleteGeofenceCollectionResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteGeofenceCollectionCommandInput
18
+ extends DeleteGeofenceCollectionRequest {}
19
+ export interface DeleteGeofenceCollectionCommandOutput
20
+ extends DeleteGeofenceCollectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteGeofenceCollectionCommand extends $Command<
24
+ DeleteGeofenceCollectionCommandInput,
25
+ DeleteGeofenceCollectionCommandOutput,
26
+ LocationClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteGeofenceCollectionCommandInput;
29
+ constructor(input: DeleteGeofenceCollectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LocationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteGeofenceCollectionCommandInput,
37
+ DeleteGeofenceCollectionCommandOutput
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 { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
5
- export interface DeleteMapCommandInput extends DeleteMapRequest {
6
- }
7
- export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMapCommand extends $Command<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DeleteMapCommandInput;
12
- constructor(input: DeleteMapCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMapCommandInput, DeleteMapCommandOutput>;
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 { DeleteMapRequest, DeleteMapResponse } from "../models/models_0";
14
+ export interface DeleteMapCommandInput extends DeleteMapRequest {}
15
+ export interface DeleteMapCommandOutput
16
+ extends DeleteMapResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteMapCommand extends $Command<
20
+ DeleteMapCommandInput,
21
+ DeleteMapCommandOutput,
22
+ LocationClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteMapCommandInput;
25
+ constructor(input: DeleteMapCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LocationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteMapCommandInput, DeleteMapCommandOutput>;
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 { DeletePlaceIndexRequest, DeletePlaceIndexResponse } from "../models/models_0";
5
- export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {
6
- }
7
- export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePlaceIndexCommand extends $Command<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DeletePlaceIndexCommandInput;
12
- constructor(input: DeletePlaceIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput>;
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
+ DeletePlaceIndexRequest,
15
+ DeletePlaceIndexResponse,
16
+ } from "../models/models_0";
17
+ export interface DeletePlaceIndexCommandInput extends DeletePlaceIndexRequest {}
18
+ export interface DeletePlaceIndexCommandOutput
19
+ extends DeletePlaceIndexResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeletePlaceIndexCommand extends $Command<
23
+ DeletePlaceIndexCommandInput,
24
+ DeletePlaceIndexCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: DeletePlaceIndexCommandInput;
28
+ constructor(input: DeletePlaceIndexCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LocationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput>;
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 { DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse } from "../models/models_0";
5
- export interface DeleteRouteCalculatorCommandInput extends DeleteRouteCalculatorRequest {
6
- }
7
- export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculatorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRouteCalculatorCommand extends $Command<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DeleteRouteCalculatorCommandInput;
12
- constructor(input: DeleteRouteCalculatorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput>;
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
+ DeleteRouteCalculatorRequest,
15
+ DeleteRouteCalculatorResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteRouteCalculatorCommandInput
18
+ extends DeleteRouteCalculatorRequest {}
19
+ export interface DeleteRouteCalculatorCommandOutput
20
+ extends DeleteRouteCalculatorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteRouteCalculatorCommand extends $Command<
24
+ DeleteRouteCalculatorCommandInput,
25
+ DeleteRouteCalculatorCommandOutput,
26
+ LocationClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteRouteCalculatorCommandInput;
29
+ constructor(input: DeleteRouteCalculatorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LocationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteRouteCalculatorCommandInput,
37
+ DeleteRouteCalculatorCommandOutput
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 { DeleteTrackerRequest, DeleteTrackerResponse } from "../models/models_0";
5
- export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {
6
- }
7
- export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTrackerCommand extends $Command<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DeleteTrackerCommandInput;
12
- constructor(input: DeleteTrackerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrackerCommandInput, DeleteTrackerCommandOutput>;
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
+ DeleteTrackerRequest,
15
+ DeleteTrackerResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteTrackerCommandInput extends DeleteTrackerRequest {}
18
+ export interface DeleteTrackerCommandOutput
19
+ extends DeleteTrackerResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteTrackerCommand extends $Command<
23
+ DeleteTrackerCommandInput,
24
+ DeleteTrackerCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteTrackerCommandInput;
28
+ constructor(input: DeleteTrackerCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LocationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteTrackerCommandInput, DeleteTrackerCommandOutput>;
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 { DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse } from "../models/models_0";
5
- export interface DescribeGeofenceCollectionCommandInput extends DescribeGeofenceCollectionRequest {
6
- }
7
- export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenceCollectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeGeofenceCollectionCommand extends $Command<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DescribeGeofenceCollectionCommandInput;
12
- constructor(input: DescribeGeofenceCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput>;
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
+ DescribeGeofenceCollectionRequest,
15
+ DescribeGeofenceCollectionResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeGeofenceCollectionCommandInput
18
+ extends DescribeGeofenceCollectionRequest {}
19
+ export interface DescribeGeofenceCollectionCommandOutput
20
+ extends DescribeGeofenceCollectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeGeofenceCollectionCommand extends $Command<
24
+ DescribeGeofenceCollectionCommandInput,
25
+ DescribeGeofenceCollectionCommandOutput,
26
+ LocationClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeGeofenceCollectionCommandInput;
29
+ constructor(input: DescribeGeofenceCollectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LocationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeGeofenceCollectionCommandInput,
37
+ DescribeGeofenceCollectionCommandOutput
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 { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
5
- export interface DescribeMapCommandInput extends DescribeMapRequest {
6
- }
7
- export interface DescribeMapCommandOutput extends DescribeMapResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeMapCommand extends $Command<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DescribeMapCommandInput;
12
- constructor(input: DescribeMapCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMapCommandInput, DescribeMapCommandOutput>;
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 { DescribeMapRequest, DescribeMapResponse } from "../models/models_0";
14
+ export interface DescribeMapCommandInput extends DescribeMapRequest {}
15
+ export interface DescribeMapCommandOutput
16
+ extends DescribeMapResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DescribeMapCommand extends $Command<
20
+ DescribeMapCommandInput,
21
+ DescribeMapCommandOutput,
22
+ LocationClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeMapCommandInput;
25
+ constructor(input: DescribeMapCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LocationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DescribeMapCommandInput, DescribeMapCommandOutput>;
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 { DescribePlaceIndexRequest, DescribePlaceIndexResponse } from "../models/models_0";
5
- export interface DescribePlaceIndexCommandInput extends DescribePlaceIndexRequest {
6
- }
7
- export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePlaceIndexCommand extends $Command<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DescribePlaceIndexCommandInput;
12
- constructor(input: DescribePlaceIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput>;
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
+ DescribePlaceIndexRequest,
15
+ DescribePlaceIndexResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribePlaceIndexCommandInput
18
+ extends DescribePlaceIndexRequest {}
19
+ export interface DescribePlaceIndexCommandOutput
20
+ extends DescribePlaceIndexResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribePlaceIndexCommand extends $Command<
24
+ DescribePlaceIndexCommandInput,
25
+ DescribePlaceIndexCommandOutput,
26
+ LocationClientResolvedConfig
27
+ > {
28
+ readonly input: DescribePlaceIndexCommandInput;
29
+ constructor(input: DescribePlaceIndexCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LocationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput>;
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 { DescribeRouteCalculatorRequest, DescribeRouteCalculatorResponse } from "../models/models_0";
5
- export interface DescribeRouteCalculatorCommandInput extends DescribeRouteCalculatorRequest {
6
- }
7
- export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalculatorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeRouteCalculatorCommand extends $Command<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: DescribeRouteCalculatorCommandInput;
12
- constructor(input: DescribeRouteCalculatorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput>;
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
+ DescribeRouteCalculatorRequest,
15
+ DescribeRouteCalculatorResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeRouteCalculatorCommandInput
18
+ extends DescribeRouteCalculatorRequest {}
19
+ export interface DescribeRouteCalculatorCommandOutput
20
+ extends DescribeRouteCalculatorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeRouteCalculatorCommand extends $Command<
24
+ DescribeRouteCalculatorCommandInput,
25
+ DescribeRouteCalculatorCommandOutput,
26
+ LocationClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeRouteCalculatorCommandInput;
29
+ constructor(input: DescribeRouteCalculatorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LocationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeRouteCalculatorCommandInput,
37
+ DescribeRouteCalculatorCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }