@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 { BatchDeleteDevicePositionHistoryRequest, BatchDeleteDevicePositionHistoryResponse } from "../models/models_0";
5
- export interface BatchDeleteDevicePositionHistoryCommandInput extends BatchDeleteDevicePositionHistoryRequest {
6
- }
7
- export interface BatchDeleteDevicePositionHistoryCommandOutput extends BatchDeleteDevicePositionHistoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeleteDevicePositionHistoryCommand extends $Command<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: BatchDeleteDevicePositionHistoryCommandInput;
12
- constructor(input: BatchDeleteDevicePositionHistoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput>;
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
+ BatchDeleteDevicePositionHistoryRequest,
15
+ BatchDeleteDevicePositionHistoryResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchDeleteDevicePositionHistoryCommandInput
18
+ extends BatchDeleteDevicePositionHistoryRequest {}
19
+ export interface BatchDeleteDevicePositionHistoryCommandOutput
20
+ extends BatchDeleteDevicePositionHistoryResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchDeleteDevicePositionHistoryCommand extends $Command<
23
+ BatchDeleteDevicePositionHistoryCommandInput,
24
+ BatchDeleteDevicePositionHistoryCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: BatchDeleteDevicePositionHistoryCommandInput;
28
+ constructor(input: BatchDeleteDevicePositionHistoryCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchDeleteDevicePositionHistoryCommandInput,
35
+ BatchDeleteDevicePositionHistoryCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { BatchDeleteGeofenceRequest, BatchDeleteGeofenceResponse } from "../models/models_0";
5
- export interface BatchDeleteGeofenceCommandInput extends BatchDeleteGeofenceRequest {
6
- }
7
- export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeleteGeofenceCommand extends $Command<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: BatchDeleteGeofenceCommandInput;
12
- constructor(input: BatchDeleteGeofenceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput>;
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
+ BatchDeleteGeofenceRequest,
15
+ BatchDeleteGeofenceResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchDeleteGeofenceCommandInput
18
+ extends BatchDeleteGeofenceRequest {}
19
+ export interface BatchDeleteGeofenceCommandOutput
20
+ extends BatchDeleteGeofenceResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchDeleteGeofenceCommand extends $Command<
23
+ BatchDeleteGeofenceCommandInput,
24
+ BatchDeleteGeofenceCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: BatchDeleteGeofenceCommandInput;
28
+ constructor(input: BatchDeleteGeofenceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput>;
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 { BatchEvaluateGeofencesRequest, BatchEvaluateGeofencesResponse } from "../models/models_0";
5
- export interface BatchEvaluateGeofencesCommandInput extends BatchEvaluateGeofencesRequest {
6
- }
7
- export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofencesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchEvaluateGeofencesCommand extends $Command<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: BatchEvaluateGeofencesCommandInput;
12
- constructor(input: BatchEvaluateGeofencesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput>;
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
+ BatchEvaluateGeofencesRequest,
15
+ BatchEvaluateGeofencesResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchEvaluateGeofencesCommandInput
18
+ extends BatchEvaluateGeofencesRequest {}
19
+ export interface BatchEvaluateGeofencesCommandOutput
20
+ extends BatchEvaluateGeofencesResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchEvaluateGeofencesCommand extends $Command<
23
+ BatchEvaluateGeofencesCommandInput,
24
+ BatchEvaluateGeofencesCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: BatchEvaluateGeofencesCommandInput;
28
+ constructor(input: BatchEvaluateGeofencesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchEvaluateGeofencesCommandInput,
35
+ BatchEvaluateGeofencesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { BatchGetDevicePositionRequest, BatchGetDevicePositionResponse } from "../models/models_0";
5
- export interface BatchGetDevicePositionCommandInput extends BatchGetDevicePositionRequest {
6
- }
7
- export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePositionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetDevicePositionCommand extends $Command<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: BatchGetDevicePositionCommandInput;
12
- constructor(input: BatchGetDevicePositionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput>;
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
+ BatchGetDevicePositionRequest,
15
+ BatchGetDevicePositionResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetDevicePositionCommandInput
18
+ extends BatchGetDevicePositionRequest {}
19
+ export interface BatchGetDevicePositionCommandOutput
20
+ extends BatchGetDevicePositionResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchGetDevicePositionCommand extends $Command<
23
+ BatchGetDevicePositionCommandInput,
24
+ BatchGetDevicePositionCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetDevicePositionCommandInput;
28
+ constructor(input: BatchGetDevicePositionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetDevicePositionCommandInput,
35
+ BatchGetDevicePositionCommandOutput
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 { BatchPutGeofenceRequest, BatchPutGeofenceResponse } from "../models/models_0";
5
- export interface BatchPutGeofenceCommandInput extends BatchPutGeofenceRequest {
6
- }
7
- export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchPutGeofenceCommand extends $Command<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: BatchPutGeofenceCommandInput;
12
- constructor(input: BatchPutGeofenceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput>;
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
+ BatchPutGeofenceRequest,
15
+ BatchPutGeofenceResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchPutGeofenceCommandInput extends BatchPutGeofenceRequest {}
18
+ export interface BatchPutGeofenceCommandOutput
19
+ extends BatchPutGeofenceResponse,
20
+ __MetadataBearer {}
21
+ export declare class BatchPutGeofenceCommand extends $Command<
22
+ BatchPutGeofenceCommandInput,
23
+ BatchPutGeofenceCommandOutput,
24
+ LocationClientResolvedConfig
25
+ > {
26
+ readonly input: BatchPutGeofenceCommandInput;
27
+ constructor(input: BatchPutGeofenceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LocationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput>;
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 { BatchUpdateDevicePositionRequest, BatchUpdateDevicePositionResponse } from "../models/models_0";
5
- export interface BatchUpdateDevicePositionCommandInput extends BatchUpdateDevicePositionRequest {
6
- }
7
- export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevicePositionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchUpdateDevicePositionCommand extends $Command<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: BatchUpdateDevicePositionCommandInput;
12
- constructor(input: BatchUpdateDevicePositionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput>;
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
+ BatchUpdateDevicePositionRequest,
15
+ BatchUpdateDevicePositionResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchUpdateDevicePositionCommandInput
18
+ extends BatchUpdateDevicePositionRequest {}
19
+ export interface BatchUpdateDevicePositionCommandOutput
20
+ extends BatchUpdateDevicePositionResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchUpdateDevicePositionCommand extends $Command<
23
+ BatchUpdateDevicePositionCommandInput,
24
+ BatchUpdateDevicePositionCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: BatchUpdateDevicePositionCommandInput;
28
+ constructor(input: BatchUpdateDevicePositionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchUpdateDevicePositionCommandInput,
35
+ BatchUpdateDevicePositionCommandOutput
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 { CalculateRouteRequest, CalculateRouteResponse } from "../models/models_0";
5
- export interface CalculateRouteCommandInput extends CalculateRouteRequest {
6
- }
7
- export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CalculateRouteCommand extends $Command<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: CalculateRouteCommandInput;
12
- constructor(input: CalculateRouteCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CalculateRouteCommandInput, CalculateRouteCommandOutput>;
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
+ CalculateRouteRequest,
15
+ CalculateRouteResponse,
16
+ } from "../models/models_0";
17
+ export interface CalculateRouteCommandInput extends CalculateRouteRequest {}
18
+ export interface CalculateRouteCommandOutput
19
+ extends CalculateRouteResponse,
20
+ __MetadataBearer {}
21
+ export declare class CalculateRouteCommand extends $Command<
22
+ CalculateRouteCommandInput,
23
+ CalculateRouteCommandOutput,
24
+ LocationClientResolvedConfig
25
+ > {
26
+ readonly input: CalculateRouteCommandInput;
27
+ constructor(input: CalculateRouteCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LocationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CalculateRouteCommandInput, CalculateRouteCommandOutput>;
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 { CalculateRouteMatrixRequest, CalculateRouteMatrixResponse } from "../models/models_0";
5
- export interface CalculateRouteMatrixCommandInput extends CalculateRouteMatrixRequest {
6
- }
7
- export interface CalculateRouteMatrixCommandOutput extends CalculateRouteMatrixResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CalculateRouteMatrixCommand extends $Command<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: CalculateRouteMatrixCommandInput;
12
- constructor(input: CalculateRouteMatrixCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput>;
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
+ CalculateRouteMatrixRequest,
15
+ CalculateRouteMatrixResponse,
16
+ } from "../models/models_0";
17
+ export interface CalculateRouteMatrixCommandInput
18
+ extends CalculateRouteMatrixRequest {}
19
+ export interface CalculateRouteMatrixCommandOutput
20
+ extends CalculateRouteMatrixResponse,
21
+ __MetadataBearer {}
22
+ export declare class CalculateRouteMatrixCommand extends $Command<
23
+ CalculateRouteMatrixCommandInput,
24
+ CalculateRouteMatrixCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: CalculateRouteMatrixCommandInput;
28
+ constructor(input: CalculateRouteMatrixCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CalculateRouteMatrixCommandInput,
35
+ CalculateRouteMatrixCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { CreateGeofenceCollectionRequest, CreateGeofenceCollectionResponse } from "../models/models_0";
5
- export interface CreateGeofenceCollectionCommandInput extends CreateGeofenceCollectionRequest {
6
- }
7
- export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCollectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGeofenceCollectionCommand extends $Command<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: CreateGeofenceCollectionCommandInput;
12
- constructor(input: CreateGeofenceCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput>;
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
+ CreateGeofenceCollectionRequest,
15
+ CreateGeofenceCollectionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateGeofenceCollectionCommandInput
18
+ extends CreateGeofenceCollectionRequest {}
19
+ export interface CreateGeofenceCollectionCommandOutput
20
+ extends CreateGeofenceCollectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateGeofenceCollectionCommand extends $Command<
23
+ CreateGeofenceCollectionCommandInput,
24
+ CreateGeofenceCollectionCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: CreateGeofenceCollectionCommandInput;
28
+ constructor(input: CreateGeofenceCollectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateGeofenceCollectionCommandInput,
35
+ CreateGeofenceCollectionCommandOutput
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 { CreateMapRequest, CreateMapResponse } from "../models/models_0";
5
- export interface CreateMapCommandInput extends CreateMapRequest {
6
- }
7
- export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMapCommand extends $Command<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: CreateMapCommandInput;
12
- constructor(input: CreateMapCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMapCommandInput, CreateMapCommandOutput>;
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 { CreateMapRequest, CreateMapResponse } from "../models/models_0";
14
+ export interface CreateMapCommandInput extends CreateMapRequest {}
15
+ export interface CreateMapCommandOutput
16
+ extends CreateMapResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateMapCommand extends $Command<
19
+ CreateMapCommandInput,
20
+ CreateMapCommandOutput,
21
+ LocationClientResolvedConfig
22
+ > {
23
+ readonly input: CreateMapCommandInput;
24
+ constructor(input: CreateMapCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LocationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateMapCommandInput, CreateMapCommandOutput>;
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 { CreatePlaceIndexRequest, CreatePlaceIndexResponse } from "../models/models_0";
5
- export interface CreatePlaceIndexCommandInput extends CreatePlaceIndexRequest {
6
- }
7
- export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePlaceIndexCommand extends $Command<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: CreatePlaceIndexCommandInput;
12
- constructor(input: CreatePlaceIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput>;
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
+ CreatePlaceIndexRequest,
15
+ CreatePlaceIndexResponse,
16
+ } from "../models/models_0";
17
+ export interface CreatePlaceIndexCommandInput extends CreatePlaceIndexRequest {}
18
+ export interface CreatePlaceIndexCommandOutput
19
+ extends CreatePlaceIndexResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreatePlaceIndexCommand extends $Command<
22
+ CreatePlaceIndexCommandInput,
23
+ CreatePlaceIndexCommandOutput,
24
+ LocationClientResolvedConfig
25
+ > {
26
+ readonly input: CreatePlaceIndexCommandInput;
27
+ constructor(input: CreatePlaceIndexCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LocationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }