@aws-sdk/client-location 3.169.0 → 3.171.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 +888 -265
  3. package/dist-types/ts3.4/LocationClient.d.ts +416 -125
  4. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -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 +7 -6
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +1264 -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 +65 -38
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  78. package/package.json +34 -34
@@ -1,17 +1,39 @@
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
+ export declare class CreateRouteCalculatorCommand extends $Command<
23
+ CreateRouteCalculatorCommandInput,
24
+ CreateRouteCalculatorCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRouteCalculatorCommandInput;
28
+ constructor(input: CreateRouteCalculatorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateRouteCalculatorCommandInput,
35
+ CreateRouteCalculatorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class CreateTrackerCommand extends $Command<
22
+ CreateTrackerCommandInput,
23
+ CreateTrackerCommandOutput,
24
+ LocationClientResolvedConfig
25
+ > {
26
+ readonly input: CreateTrackerCommandInput;
27
+ constructor(input: CreateTrackerCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LocationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateTrackerCommandInput, CreateTrackerCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeleteGeofenceCollectionCommand extends $Command<
23
+ DeleteGeofenceCollectionCommandInput,
24
+ DeleteGeofenceCollectionCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteGeofenceCollectionCommandInput;
28
+ constructor(input: DeleteGeofenceCollectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteGeofenceCollectionCommandInput,
35
+ DeleteGeofenceCollectionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
+ export declare class DeleteMapCommand extends $Command<
19
+ DeleteMapCommandInput,
20
+ DeleteMapCommandOutput,
21
+ LocationClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteMapCommandInput;
24
+ constructor(input: DeleteMapCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LocationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteMapCommandInput, DeleteMapCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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
+ export declare class DeletePlaceIndexCommand extends $Command<
22
+ DeletePlaceIndexCommandInput,
23
+ DeletePlaceIndexCommandOutput,
24
+ LocationClientResolvedConfig
25
+ > {
26
+ readonly input: DeletePlaceIndexCommandInput;
27
+ constructor(input: DeletePlaceIndexCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LocationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeleteRouteCalculatorCommand extends $Command<
23
+ DeleteRouteCalculatorCommandInput,
24
+ DeleteRouteCalculatorCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteRouteCalculatorCommandInput;
28
+ constructor(input: DeleteRouteCalculatorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteRouteCalculatorCommandInput,
35
+ DeleteRouteCalculatorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class DeleteTrackerCommand extends $Command<
22
+ DeleteTrackerCommandInput,
23
+ DeleteTrackerCommandOutput,
24
+ LocationClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteTrackerCommandInput;
27
+ constructor(input: DeleteTrackerCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LocationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteTrackerCommandInput, DeleteTrackerCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DescribeGeofenceCollectionCommand extends $Command<
23
+ DescribeGeofenceCollectionCommandInput,
24
+ DescribeGeofenceCollectionCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeGeofenceCollectionCommandInput;
28
+ constructor(input: DescribeGeofenceCollectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeGeofenceCollectionCommandInput,
35
+ DescribeGeofenceCollectionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
+ export declare class DescribeMapCommand extends $Command<
19
+ DescribeMapCommandInput,
20
+ DescribeMapCommandOutput,
21
+ LocationClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeMapCommandInput;
24
+ constructor(input: DescribeMapCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LocationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DescribeMapCommandInput, DescribeMapCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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
+ export declare class DescribePlaceIndexCommand extends $Command<
23
+ DescribePlaceIndexCommandInput,
24
+ DescribePlaceIndexCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribePlaceIndexCommandInput;
28
+ constructor(input: DescribePlaceIndexCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DescribeRouteCalculatorCommand extends $Command<
23
+ DescribeRouteCalculatorCommandInput,
24
+ DescribeRouteCalculatorCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeRouteCalculatorCommandInput;
28
+ constructor(input: DescribeRouteCalculatorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeRouteCalculatorCommandInput,
35
+ DescribeRouteCalculatorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }