@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,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 { ListGeofencesRequest, ListGeofencesResponse } from "../models/models_0";
5
- export interface ListGeofencesCommandInput extends ListGeofencesRequest {
6
- }
7
- export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGeofencesCommand extends $Command<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListGeofencesCommandInput;
12
- constructor(input: ListGeofencesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput>;
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
+ ListGeofencesRequest,
15
+ ListGeofencesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListGeofencesCommandInput extends ListGeofencesRequest {}
18
+ export interface ListGeofencesCommandOutput
19
+ extends ListGeofencesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListGeofencesCommand extends $Command<
22
+ ListGeofencesCommandInput,
23
+ ListGeofencesCommandOutput,
24
+ LocationClientResolvedConfig
25
+ > {
26
+ readonly input: ListGeofencesCommandInput;
27
+ constructor(input: ListGeofencesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LocationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListGeofencesCommandInput, ListGeofencesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListMapsRequest, ListMapsResponse } from "../models/models_0";
5
- export interface ListMapsCommandInput extends ListMapsRequest {
6
- }
7
- export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMapsCommand extends $Command<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListMapsCommandInput;
12
- constructor(input: ListMapsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMapsCommandInput, ListMapsCommandOutput>;
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 { ListMapsRequest, ListMapsResponse } from "../models/models_0";
14
+ export interface ListMapsCommandInput extends ListMapsRequest {}
15
+ export interface ListMapsCommandOutput
16
+ extends ListMapsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListMapsCommand extends $Command<
19
+ ListMapsCommandInput,
20
+ ListMapsCommandOutput,
21
+ LocationClientResolvedConfig
22
+ > {
23
+ readonly input: ListMapsCommandInput;
24
+ constructor(input: ListMapsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LocationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListMapsCommandInput, ListMapsCommandOutput>;
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 { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0";
5
- export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {
6
- }
7
- export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPlaceIndexesCommand extends $Command<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListPlaceIndexesCommandInput;
12
- constructor(input: ListPlaceIndexesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput>;
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
+ ListPlaceIndexesRequest,
15
+ ListPlaceIndexesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {}
18
+ export interface ListPlaceIndexesCommandOutput
19
+ extends ListPlaceIndexesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListPlaceIndexesCommand extends $Command<
22
+ ListPlaceIndexesCommandInput,
23
+ ListPlaceIndexesCommandOutput,
24
+ LocationClientResolvedConfig
25
+ > {
26
+ readonly input: ListPlaceIndexesCommandInput;
27
+ constructor(input: ListPlaceIndexesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LocationClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput>;
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 { ListRouteCalculatorsRequest, ListRouteCalculatorsResponse } from "../models/models_0";
5
- export interface ListRouteCalculatorsCommandInput extends ListRouteCalculatorsRequest {
6
- }
7
- export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRouteCalculatorsCommand extends $Command<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListRouteCalculatorsCommandInput;
12
- constructor(input: ListRouteCalculatorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListRouteCalculatorsRequest,
15
+ ListRouteCalculatorsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListRouteCalculatorsCommandInput
18
+ extends ListRouteCalculatorsRequest {}
19
+ export interface ListRouteCalculatorsCommandOutput
20
+ extends ListRouteCalculatorsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListRouteCalculatorsCommand extends $Command<
23
+ ListRouteCalculatorsCommandInput,
24
+ ListRouteCalculatorsCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: ListRouteCalculatorsCommandInput;
28
+ constructor(input: ListRouteCalculatorsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListRouteCalculatorsCommandInput,
35
+ ListRouteCalculatorsCommandOutput
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { ListTrackerConsumersRequest, ListTrackerConsumersResponse } from "../models/models_0";
5
- export interface ListTrackerConsumersCommandInput extends ListTrackerConsumersRequest {
6
- }
7
- export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTrackerConsumersCommand extends $Command<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListTrackerConsumersCommandInput;
12
- constructor(input: ListTrackerConsumersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListTrackerConsumersRequest,
15
+ ListTrackerConsumersResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTrackerConsumersCommandInput
18
+ extends ListTrackerConsumersRequest {}
19
+ export interface ListTrackerConsumersCommandOutput
20
+ extends ListTrackerConsumersResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTrackerConsumersCommand extends $Command<
23
+ ListTrackerConsumersCommandInput,
24
+ ListTrackerConsumersCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: ListTrackerConsumersCommandInput;
28
+ constructor(input: ListTrackerConsumersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListTrackerConsumersCommandInput,
35
+ ListTrackerConsumersCommandOutput
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 { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
5
- export interface ListTrackersCommandInput extends ListTrackersRequest {
6
- }
7
- export interface ListTrackersCommandOutput extends ListTrackersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTrackersCommand extends $Command<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: ListTrackersCommandInput;
12
- constructor(input: ListTrackersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrackersCommandInput, ListTrackersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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 { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
14
+ export interface ListTrackersCommandInput extends ListTrackersRequest {}
15
+ export interface ListTrackersCommandOutput
16
+ extends ListTrackersResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListTrackersCommand extends $Command<
19
+ ListTrackersCommandInput,
20
+ ListTrackersCommandOutput,
21
+ LocationClientResolvedConfig
22
+ > {
23
+ readonly input: ListTrackersCommandInput;
24
+ constructor(input: ListTrackersCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LocationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListTrackersCommandInput, ListTrackersCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
5
- export interface PutGeofenceCommandInput extends PutGeofenceRequest {
6
- }
7
- export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutGeofenceCommand extends $Command<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: PutGeofenceCommandInput;
12
- constructor(input: PutGeofenceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutGeofenceCommandInput, PutGeofenceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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 { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
14
+ export interface PutGeofenceCommandInput extends PutGeofenceRequest {}
15
+ export interface PutGeofenceCommandOutput
16
+ extends PutGeofenceResponse,
17
+ __MetadataBearer {}
18
+ export declare class PutGeofenceCommand extends $Command<
19
+ PutGeofenceCommandInput,
20
+ PutGeofenceCommandOutput,
21
+ LocationClientResolvedConfig
22
+ > {
23
+ readonly input: PutGeofenceCommandInput;
24
+ constructor(input: PutGeofenceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LocationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<PutGeofenceCommandInput, PutGeofenceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { SearchPlaceIndexForPositionRequest, SearchPlaceIndexForPositionResponse } from "../models/models_0";
5
- export interface SearchPlaceIndexForPositionCommandInput extends SearchPlaceIndexForPositionRequest {
6
- }
7
- export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceIndexForPositionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchPlaceIndexForPositionCommand extends $Command<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: SearchPlaceIndexForPositionCommandInput;
12
- constructor(input: SearchPlaceIndexForPositionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ SearchPlaceIndexForPositionRequest,
15
+ SearchPlaceIndexForPositionResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchPlaceIndexForPositionCommandInput
18
+ extends SearchPlaceIndexForPositionRequest {}
19
+ export interface SearchPlaceIndexForPositionCommandOutput
20
+ extends SearchPlaceIndexForPositionResponse,
21
+ __MetadataBearer {}
22
+ export declare class SearchPlaceIndexForPositionCommand extends $Command<
23
+ SearchPlaceIndexForPositionCommandInput,
24
+ SearchPlaceIndexForPositionCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: SearchPlaceIndexForPositionCommandInput;
28
+ constructor(input: SearchPlaceIndexForPositionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SearchPlaceIndexForPositionCommandInput,
35
+ SearchPlaceIndexForPositionCommandOutput
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 { SearchPlaceIndexForSuggestionsRequest, SearchPlaceIndexForSuggestionsResponse } from "../models/models_0";
5
- export interface SearchPlaceIndexForSuggestionsCommandInput extends SearchPlaceIndexForSuggestionsRequest {
6
- }
7
- export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlaceIndexForSuggestionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: SearchPlaceIndexForSuggestionsCommandInput;
12
- constructor(input: SearchPlaceIndexForSuggestionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ SearchPlaceIndexForSuggestionsRequest,
15
+ SearchPlaceIndexForSuggestionsResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchPlaceIndexForSuggestionsCommandInput
18
+ extends SearchPlaceIndexForSuggestionsRequest {}
19
+ export interface SearchPlaceIndexForSuggestionsCommandOutput
20
+ extends SearchPlaceIndexForSuggestionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class SearchPlaceIndexForSuggestionsCommand extends $Command<
23
+ SearchPlaceIndexForSuggestionsCommandInput,
24
+ SearchPlaceIndexForSuggestionsCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: SearchPlaceIndexForSuggestionsCommandInput;
28
+ constructor(input: SearchPlaceIndexForSuggestionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SearchPlaceIndexForSuggestionsCommandInput,
35
+ SearchPlaceIndexForSuggestionsCommandOutput
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 { SearchPlaceIndexForTextRequest, SearchPlaceIndexForTextResponse } from "../models/models_0";
5
- export interface SearchPlaceIndexForTextCommandInput extends SearchPlaceIndexForTextRequest {
6
- }
7
- export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexForTextResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SearchPlaceIndexForTextCommand extends $Command<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig> {
11
- readonly input: SearchPlaceIndexForTextCommandInput;
12
- constructor(input: SearchPlaceIndexForTextCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LocationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ SearchPlaceIndexForTextRequest,
15
+ SearchPlaceIndexForTextResponse,
16
+ } from "../models/models_0";
17
+ export interface SearchPlaceIndexForTextCommandInput
18
+ extends SearchPlaceIndexForTextRequest {}
19
+ export interface SearchPlaceIndexForTextCommandOutput
20
+ extends SearchPlaceIndexForTextResponse,
21
+ __MetadataBearer {}
22
+ export declare class SearchPlaceIndexForTextCommand extends $Command<
23
+ SearchPlaceIndexForTextCommandInput,
24
+ SearchPlaceIndexForTextCommandOutput,
25
+ LocationClientResolvedConfig
26
+ > {
27
+ readonly input: SearchPlaceIndexForTextCommandInput;
28
+ constructor(input: SearchPlaceIndexForTextCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LocationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ SearchPlaceIndexForTextCommandInput,
35
+ SearchPlaceIndexForTextCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }