@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,265 +1,888 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput } from "./commands/AssociateTrackerConsumerCommand";
3
- import { BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput } from "./commands/BatchDeleteDevicePositionHistoryCommand";
4
- import { BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput } from "./commands/BatchDeleteGeofenceCommand";
5
- import { BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput } from "./commands/BatchEvaluateGeofencesCommand";
6
- import { BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput } from "./commands/BatchGetDevicePositionCommand";
7
- import { BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput } from "./commands/BatchPutGeofenceCommand";
8
- import { BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput } from "./commands/BatchUpdateDevicePositionCommand";
9
- import { CalculateRouteCommandInput, CalculateRouteCommandOutput } from "./commands/CalculateRouteCommand";
10
- import { CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput } from "./commands/CalculateRouteMatrixCommand";
11
- import { CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput } from "./commands/CreateGeofenceCollectionCommand";
12
- import { CreateMapCommandInput, CreateMapCommandOutput } from "./commands/CreateMapCommand";
13
- import { CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput } from "./commands/CreatePlaceIndexCommand";
14
- import { CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput } from "./commands/CreateRouteCalculatorCommand";
15
- import { CreateTrackerCommandInput, CreateTrackerCommandOutput } from "./commands/CreateTrackerCommand";
16
- import { DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput } from "./commands/DeleteGeofenceCollectionCommand";
17
- import { DeleteMapCommandInput, DeleteMapCommandOutput } from "./commands/DeleteMapCommand";
18
- import { DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput } from "./commands/DeletePlaceIndexCommand";
19
- import { DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput } from "./commands/DeleteRouteCalculatorCommand";
20
- import { DeleteTrackerCommandInput, DeleteTrackerCommandOutput } from "./commands/DeleteTrackerCommand";
21
- import { DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput } from "./commands/DescribeGeofenceCollectionCommand";
22
- import { DescribeMapCommandInput, DescribeMapCommandOutput } from "./commands/DescribeMapCommand";
23
- import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from "./commands/DescribePlaceIndexCommand";
24
- import { DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput } from "./commands/DescribeRouteCalculatorCommand";
25
- import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "./commands/DescribeTrackerCommand";
26
- import { DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput } from "./commands/DisassociateTrackerConsumerCommand";
27
- import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "./commands/GetDevicePositionCommand";
28
- import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "./commands/GetDevicePositionHistoryCommand";
29
- import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "./commands/GetGeofenceCommand";
30
- import { GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput } from "./commands/GetMapGlyphsCommand";
31
- import { GetMapSpritesCommandInput, GetMapSpritesCommandOutput } from "./commands/GetMapSpritesCommand";
32
- import { GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput } from "./commands/GetMapStyleDescriptorCommand";
33
- import { GetMapTileCommandInput, GetMapTileCommandOutput } from "./commands/GetMapTileCommand";
34
- import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "./commands/ListDevicePositionsCommand";
35
- import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "./commands/ListGeofenceCollectionsCommand";
36
- import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "./commands/ListGeofencesCommand";
37
- import { ListMapsCommandInput, ListMapsCommandOutput } from "./commands/ListMapsCommand";
38
- import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "./commands/ListPlaceIndexesCommand";
39
- import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "./commands/ListRouteCalculatorsCommand";
40
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
41
- import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "./commands/ListTrackerConsumersCommand";
42
- import { ListTrackersCommandInput, ListTrackersCommandOutput } from "./commands/ListTrackersCommand";
43
- import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "./commands/PutGeofenceCommand";
44
- import { SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput } from "./commands/SearchPlaceIndexForPositionCommand";
45
- import { SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput } from "./commands/SearchPlaceIndexForSuggestionsCommand";
46
- import { SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput } from "./commands/SearchPlaceIndexForTextCommand";
47
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
48
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
49
- import { UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput } from "./commands/UpdateGeofenceCollectionCommand";
50
- import { UpdateMapCommandInput, UpdateMapCommandOutput } from "./commands/UpdateMapCommand";
51
- import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "./commands/UpdatePlaceIndexCommand";
52
- import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "./commands/UpdateRouteCalculatorCommand";
53
- import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "./commands/UpdateTrackerCommand";
54
- import { LocationClient } from "./LocationClient";
55
-
56
- export declare class Location extends LocationClient {
57
-
58
- associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTrackerConsumerCommandOutput>;
59
- associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void): void;
60
- associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void): void;
61
-
62
- batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
63
- batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void): void;
64
- batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void): void;
65
-
66
- batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteGeofenceCommandOutput>;
67
- batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void): void;
68
- batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void): void;
69
-
70
- batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, options?: __HttpHandlerOptions): Promise<BatchEvaluateGeofencesCommandOutput>;
71
- batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void): void;
72
- batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void): void;
73
-
74
- batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDevicePositionCommandOutput>;
75
- batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void): void;
76
- batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void): void;
77
-
78
- batchPutGeofence(args: BatchPutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutGeofenceCommandOutput>;
79
- batchPutGeofence(args: BatchPutGeofenceCommandInput, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
80
- batchPutGeofence(args: BatchPutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
81
-
82
- batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateDevicePositionCommandOutput>;
83
- batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void): void;
84
- batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void): void;
85
-
86
- calculateRoute(args: CalculateRouteCommandInput, options?: __HttpHandlerOptions): Promise<CalculateRouteCommandOutput>;
87
- calculateRoute(args: CalculateRouteCommandInput, cb: (err: any, data?: CalculateRouteCommandOutput) => void): void;
88
- calculateRoute(args: CalculateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CalculateRouteCommandOutput) => void): void;
89
-
90
- calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, options?: __HttpHandlerOptions): Promise<CalculateRouteMatrixCommandOutput>;
91
- calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void): void;
92
- calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void): void;
93
-
94
- createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateGeofenceCollectionCommandOutput>;
95
- createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void): void;
96
- createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void): void;
97
-
98
- createMap(args: CreateMapCommandInput, options?: __HttpHandlerOptions): Promise<CreateMapCommandOutput>;
99
- createMap(args: CreateMapCommandInput, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
100
- createMap(args: CreateMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
101
-
102
- createPlaceIndex(args: CreatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlaceIndexCommandOutput>;
103
- createPlaceIndex(args: CreatePlaceIndexCommandInput, cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void): void;
104
- createPlaceIndex(args: CreatePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void): void;
105
-
106
- createRouteCalculator(args: CreateRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteCalculatorCommandOutput>;
107
- createRouteCalculator(args: CreateRouteCalculatorCommandInput, cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void): void;
108
- createRouteCalculator(args: CreateRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void): void;
109
-
110
- createTracker(args: CreateTrackerCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrackerCommandOutput>;
111
- createTracker(args: CreateTrackerCommandInput, cb: (err: any, data?: CreateTrackerCommandOutput) => void): void;
112
- createTracker(args: CreateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrackerCommandOutput) => void): void;
113
-
114
- deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGeofenceCollectionCommandOutput>;
115
- deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void): void;
116
- deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void): void;
117
-
118
- deleteMap(args: DeleteMapCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMapCommandOutput>;
119
- deleteMap(args: DeleteMapCommandInput, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
120
- deleteMap(args: DeleteMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
121
-
122
- deletePlaceIndex(args: DeletePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaceIndexCommandOutput>;
123
- deletePlaceIndex(args: DeletePlaceIndexCommandInput, cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void): void;
124
- deletePlaceIndex(args: DeletePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void): void;
125
-
126
- deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCalculatorCommandOutput>;
127
- deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void): void;
128
- deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void): void;
129
-
130
- deleteTracker(args: DeleteTrackerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrackerCommandOutput>;
131
- deleteTracker(args: DeleteTrackerCommandInput, cb: (err: any, data?: DeleteTrackerCommandOutput) => void): void;
132
- deleteTracker(args: DeleteTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrackerCommandOutput) => void): void;
133
-
134
- describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGeofenceCollectionCommandOutput>;
135
- describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void): void;
136
- describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void): void;
137
-
138
- describeMap(args: DescribeMapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMapCommandOutput>;
139
- describeMap(args: DescribeMapCommandInput, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
140
- describeMap(args: DescribeMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
141
-
142
- describePlaceIndex(args: DescribePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<DescribePlaceIndexCommandOutput>;
143
- describePlaceIndex(args: DescribePlaceIndexCommandInput, cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void): void;
144
- describePlaceIndex(args: DescribePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void): void;
145
-
146
- describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouteCalculatorCommandOutput>;
147
- describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void): void;
148
- describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void): void;
149
-
150
- describeTracker(args: DescribeTrackerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrackerCommandOutput>;
151
- describeTracker(args: DescribeTrackerCommandInput, cb: (err: any, data?: DescribeTrackerCommandOutput) => void): void;
152
- describeTracker(args: DescribeTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrackerCommandOutput) => void): void;
153
-
154
- disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTrackerConsumerCommandOutput>;
155
- disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void): void;
156
- disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void): void;
157
-
158
- getDevicePosition(args: GetDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePositionCommandOutput>;
159
- getDevicePosition(args: GetDevicePositionCommandInput, cb: (err: any, data?: GetDevicePositionCommandOutput) => void): void;
160
- getDevicePosition(args: GetDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePositionCommandOutput) => void): void;
161
-
162
- getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePositionHistoryCommandOutput>;
163
- getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void): void;
164
- getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void): void;
165
-
166
- getGeofence(args: GetGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<GetGeofenceCommandOutput>;
167
- getGeofence(args: GetGeofenceCommandInput, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
168
- getGeofence(args: GetGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
169
-
170
- getMapGlyphs(args: GetMapGlyphsCommandInput, options?: __HttpHandlerOptions): Promise<GetMapGlyphsCommandOutput>;
171
- getMapGlyphs(args: GetMapGlyphsCommandInput, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
172
- getMapGlyphs(args: GetMapGlyphsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
173
-
174
- getMapSprites(args: GetMapSpritesCommandInput, options?: __HttpHandlerOptions): Promise<GetMapSpritesCommandOutput>;
175
- getMapSprites(args: GetMapSpritesCommandInput, cb: (err: any, data?: GetMapSpritesCommandOutput) => void): void;
176
- getMapSprites(args: GetMapSpritesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapSpritesCommandOutput) => void): void;
177
-
178
- getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, options?: __HttpHandlerOptions): Promise<GetMapStyleDescriptorCommandOutput>;
179
- getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void): void;
180
- getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void): void;
181
-
182
- getMapTile(args: GetMapTileCommandInput, options?: __HttpHandlerOptions): Promise<GetMapTileCommandOutput>;
183
- getMapTile(args: GetMapTileCommandInput, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
184
- getMapTile(args: GetMapTileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
185
-
186
- listDevicePositions(args: ListDevicePositionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicePositionsCommandOutput>;
187
- listDevicePositions(args: ListDevicePositionsCommandInput, cb: (err: any, data?: ListDevicePositionsCommandOutput) => void): void;
188
- listDevicePositions(args: ListDevicePositionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicePositionsCommandOutput) => void): void;
189
-
190
- listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofenceCollectionsCommandOutput>;
191
- listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
192
- listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
193
-
194
- listGeofences(args: ListGeofencesCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofencesCommandOutput>;
195
- listGeofences(args: ListGeofencesCommandInput, cb: (err: any, data?: ListGeofencesCommandOutput) => void): void;
196
- listGeofences(args: ListGeofencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofencesCommandOutput) => void): void;
197
-
198
- listMaps(args: ListMapsCommandInput, options?: __HttpHandlerOptions): Promise<ListMapsCommandOutput>;
199
- listMaps(args: ListMapsCommandInput, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
200
- listMaps(args: ListMapsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
201
-
202
- listPlaceIndexes(args: ListPlaceIndexesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaceIndexesCommandOutput>;
203
- listPlaceIndexes(args: ListPlaceIndexesCommandInput, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
204
- listPlaceIndexes(args: ListPlaceIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
205
-
206
- listRouteCalculators(args: ListRouteCalculatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListRouteCalculatorsCommandOutput>;
207
- listRouteCalculators(args: ListRouteCalculatorsCommandInput, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
208
- listRouteCalculators(args: ListRouteCalculatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
209
-
210
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
211
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
212
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
213
-
214
- listTrackerConsumers(args: ListTrackerConsumersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackerConsumersCommandOutput>;
215
- listTrackerConsumers(args: ListTrackerConsumersCommandInput, cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void): void;
216
- listTrackerConsumers(args: ListTrackerConsumersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void): void;
217
-
218
- listTrackers(args: ListTrackersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackersCommandOutput>;
219
- listTrackers(args: ListTrackersCommandInput, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
220
- listTrackers(args: ListTrackersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
221
-
222
- putGeofence(args: PutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<PutGeofenceCommandOutput>;
223
- putGeofence(args: PutGeofenceCommandInput, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
224
- putGeofence(args: PutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
225
-
226
- searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForPositionCommandOutput>;
227
- searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void): void;
228
- searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void): void;
229
-
230
- searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
231
- searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void): void;
232
- searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void): void;
233
-
234
- searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForTextCommandOutput>;
235
- searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void): void;
236
- searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void): void;
237
-
238
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
239
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
240
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
241
-
242
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
243
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
244
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
245
-
246
- updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGeofenceCollectionCommandOutput>;
247
- updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void): void;
248
- updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void): void;
249
-
250
- updateMap(args: UpdateMapCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMapCommandOutput>;
251
- updateMap(args: UpdateMapCommandInput, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
252
- updateMap(args: UpdateMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
253
-
254
- updatePlaceIndex(args: UpdatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePlaceIndexCommandOutput>;
255
- updatePlaceIndex(args: UpdatePlaceIndexCommandInput, cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void): void;
256
- updatePlaceIndex(args: UpdatePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void): void;
257
-
258
- updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCalculatorCommandOutput>;
259
- updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void): void;
260
- updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void): void;
261
-
262
- updateTracker(args: UpdateTrackerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrackerCommandOutput>;
263
- updateTracker(args: UpdateTrackerCommandInput, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;
264
- updateTracker(args: UpdateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;
265
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateTrackerConsumerCommandInput,
4
+ AssociateTrackerConsumerCommandOutput,
5
+ } from "./commands/AssociateTrackerConsumerCommand";
6
+ import {
7
+ BatchDeleteDevicePositionHistoryCommandInput,
8
+ BatchDeleteDevicePositionHistoryCommandOutput,
9
+ } from "./commands/BatchDeleteDevicePositionHistoryCommand";
10
+ import {
11
+ BatchDeleteGeofenceCommandInput,
12
+ BatchDeleteGeofenceCommandOutput,
13
+ } from "./commands/BatchDeleteGeofenceCommand";
14
+ import {
15
+ BatchEvaluateGeofencesCommandInput,
16
+ BatchEvaluateGeofencesCommandOutput,
17
+ } from "./commands/BatchEvaluateGeofencesCommand";
18
+ import {
19
+ BatchGetDevicePositionCommandInput,
20
+ BatchGetDevicePositionCommandOutput,
21
+ } from "./commands/BatchGetDevicePositionCommand";
22
+ import {
23
+ BatchPutGeofenceCommandInput,
24
+ BatchPutGeofenceCommandOutput,
25
+ } from "./commands/BatchPutGeofenceCommand";
26
+ import {
27
+ BatchUpdateDevicePositionCommandInput,
28
+ BatchUpdateDevicePositionCommandOutput,
29
+ } from "./commands/BatchUpdateDevicePositionCommand";
30
+ import {
31
+ CalculateRouteCommandInput,
32
+ CalculateRouteCommandOutput,
33
+ } from "./commands/CalculateRouteCommand";
34
+ import {
35
+ CalculateRouteMatrixCommandInput,
36
+ CalculateRouteMatrixCommandOutput,
37
+ } from "./commands/CalculateRouteMatrixCommand";
38
+ import {
39
+ CreateGeofenceCollectionCommandInput,
40
+ CreateGeofenceCollectionCommandOutput,
41
+ } from "./commands/CreateGeofenceCollectionCommand";
42
+ import {
43
+ CreateMapCommandInput,
44
+ CreateMapCommandOutput,
45
+ } from "./commands/CreateMapCommand";
46
+ import {
47
+ CreatePlaceIndexCommandInput,
48
+ CreatePlaceIndexCommandOutput,
49
+ } from "./commands/CreatePlaceIndexCommand";
50
+ import {
51
+ CreateRouteCalculatorCommandInput,
52
+ CreateRouteCalculatorCommandOutput,
53
+ } from "./commands/CreateRouteCalculatorCommand";
54
+ import {
55
+ CreateTrackerCommandInput,
56
+ CreateTrackerCommandOutput,
57
+ } from "./commands/CreateTrackerCommand";
58
+ import {
59
+ DeleteGeofenceCollectionCommandInput,
60
+ DeleteGeofenceCollectionCommandOutput,
61
+ } from "./commands/DeleteGeofenceCollectionCommand";
62
+ import {
63
+ DeleteMapCommandInput,
64
+ DeleteMapCommandOutput,
65
+ } from "./commands/DeleteMapCommand";
66
+ import {
67
+ DeletePlaceIndexCommandInput,
68
+ DeletePlaceIndexCommandOutput,
69
+ } from "./commands/DeletePlaceIndexCommand";
70
+ import {
71
+ DeleteRouteCalculatorCommandInput,
72
+ DeleteRouteCalculatorCommandOutput,
73
+ } from "./commands/DeleteRouteCalculatorCommand";
74
+ import {
75
+ DeleteTrackerCommandInput,
76
+ DeleteTrackerCommandOutput,
77
+ } from "./commands/DeleteTrackerCommand";
78
+ import {
79
+ DescribeGeofenceCollectionCommandInput,
80
+ DescribeGeofenceCollectionCommandOutput,
81
+ } from "./commands/DescribeGeofenceCollectionCommand";
82
+ import {
83
+ DescribeMapCommandInput,
84
+ DescribeMapCommandOutput,
85
+ } from "./commands/DescribeMapCommand";
86
+ import {
87
+ DescribePlaceIndexCommandInput,
88
+ DescribePlaceIndexCommandOutput,
89
+ } from "./commands/DescribePlaceIndexCommand";
90
+ import {
91
+ DescribeRouteCalculatorCommandInput,
92
+ DescribeRouteCalculatorCommandOutput,
93
+ } from "./commands/DescribeRouteCalculatorCommand";
94
+ import {
95
+ DescribeTrackerCommandInput,
96
+ DescribeTrackerCommandOutput,
97
+ } from "./commands/DescribeTrackerCommand";
98
+ import {
99
+ DisassociateTrackerConsumerCommandInput,
100
+ DisassociateTrackerConsumerCommandOutput,
101
+ } from "./commands/DisassociateTrackerConsumerCommand";
102
+ import {
103
+ GetDevicePositionCommandInput,
104
+ GetDevicePositionCommandOutput,
105
+ } from "./commands/GetDevicePositionCommand";
106
+ import {
107
+ GetDevicePositionHistoryCommandInput,
108
+ GetDevicePositionHistoryCommandOutput,
109
+ } from "./commands/GetDevicePositionHistoryCommand";
110
+ import {
111
+ GetGeofenceCommandInput,
112
+ GetGeofenceCommandOutput,
113
+ } from "./commands/GetGeofenceCommand";
114
+ import {
115
+ GetMapGlyphsCommandInput,
116
+ GetMapGlyphsCommandOutput,
117
+ } from "./commands/GetMapGlyphsCommand";
118
+ import {
119
+ GetMapSpritesCommandInput,
120
+ GetMapSpritesCommandOutput,
121
+ } from "./commands/GetMapSpritesCommand";
122
+ import {
123
+ GetMapStyleDescriptorCommandInput,
124
+ GetMapStyleDescriptorCommandOutput,
125
+ } from "./commands/GetMapStyleDescriptorCommand";
126
+ import {
127
+ GetMapTileCommandInput,
128
+ GetMapTileCommandOutput,
129
+ } from "./commands/GetMapTileCommand";
130
+ import {
131
+ ListDevicePositionsCommandInput,
132
+ ListDevicePositionsCommandOutput,
133
+ } from "./commands/ListDevicePositionsCommand";
134
+ import {
135
+ ListGeofenceCollectionsCommandInput,
136
+ ListGeofenceCollectionsCommandOutput,
137
+ } from "./commands/ListGeofenceCollectionsCommand";
138
+ import {
139
+ ListGeofencesCommandInput,
140
+ ListGeofencesCommandOutput,
141
+ } from "./commands/ListGeofencesCommand";
142
+ import {
143
+ ListMapsCommandInput,
144
+ ListMapsCommandOutput,
145
+ } from "./commands/ListMapsCommand";
146
+ import {
147
+ ListPlaceIndexesCommandInput,
148
+ ListPlaceIndexesCommandOutput,
149
+ } from "./commands/ListPlaceIndexesCommand";
150
+ import {
151
+ ListRouteCalculatorsCommandInput,
152
+ ListRouteCalculatorsCommandOutput,
153
+ } from "./commands/ListRouteCalculatorsCommand";
154
+ import {
155
+ ListTagsForResourceCommandInput,
156
+ ListTagsForResourceCommandOutput,
157
+ } from "./commands/ListTagsForResourceCommand";
158
+ import {
159
+ ListTrackerConsumersCommandInput,
160
+ ListTrackerConsumersCommandOutput,
161
+ } from "./commands/ListTrackerConsumersCommand";
162
+ import {
163
+ ListTrackersCommandInput,
164
+ ListTrackersCommandOutput,
165
+ } from "./commands/ListTrackersCommand";
166
+ import {
167
+ PutGeofenceCommandInput,
168
+ PutGeofenceCommandOutput,
169
+ } from "./commands/PutGeofenceCommand";
170
+ import {
171
+ SearchPlaceIndexForPositionCommandInput,
172
+ SearchPlaceIndexForPositionCommandOutput,
173
+ } from "./commands/SearchPlaceIndexForPositionCommand";
174
+ import {
175
+ SearchPlaceIndexForSuggestionsCommandInput,
176
+ SearchPlaceIndexForSuggestionsCommandOutput,
177
+ } from "./commands/SearchPlaceIndexForSuggestionsCommand";
178
+ import {
179
+ SearchPlaceIndexForTextCommandInput,
180
+ SearchPlaceIndexForTextCommandOutput,
181
+ } from "./commands/SearchPlaceIndexForTextCommand";
182
+ import {
183
+ TagResourceCommandInput,
184
+ TagResourceCommandOutput,
185
+ } from "./commands/TagResourceCommand";
186
+ import {
187
+ UntagResourceCommandInput,
188
+ UntagResourceCommandOutput,
189
+ } from "./commands/UntagResourceCommand";
190
+ import {
191
+ UpdateGeofenceCollectionCommandInput,
192
+ UpdateGeofenceCollectionCommandOutput,
193
+ } from "./commands/UpdateGeofenceCollectionCommand";
194
+ import {
195
+ UpdateMapCommandInput,
196
+ UpdateMapCommandOutput,
197
+ } from "./commands/UpdateMapCommand";
198
+ import {
199
+ UpdatePlaceIndexCommandInput,
200
+ UpdatePlaceIndexCommandOutput,
201
+ } from "./commands/UpdatePlaceIndexCommand";
202
+ import {
203
+ UpdateRouteCalculatorCommandInput,
204
+ UpdateRouteCalculatorCommandOutput,
205
+ } from "./commands/UpdateRouteCalculatorCommand";
206
+ import {
207
+ UpdateTrackerCommandInput,
208
+ UpdateTrackerCommandOutput,
209
+ } from "./commands/UpdateTrackerCommand";
210
+ import { LocationClient } from "./LocationClient";
211
+ export declare class Location extends LocationClient {
212
+ associateTrackerConsumer(
213
+ args: AssociateTrackerConsumerCommandInput,
214
+ options?: __HttpHandlerOptions
215
+ ): Promise<AssociateTrackerConsumerCommandOutput>;
216
+ associateTrackerConsumer(
217
+ args: AssociateTrackerConsumerCommandInput,
218
+ cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
219
+ ): void;
220
+ associateTrackerConsumer(
221
+ args: AssociateTrackerConsumerCommandInput,
222
+ options: __HttpHandlerOptions,
223
+ cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
224
+ ): void;
225
+ batchDeleteDevicePositionHistory(
226
+ args: BatchDeleteDevicePositionHistoryCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
229
+ batchDeleteDevicePositionHistory(
230
+ args: BatchDeleteDevicePositionHistoryCommandInput,
231
+ cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
232
+ ): void;
233
+ batchDeleteDevicePositionHistory(
234
+ args: BatchDeleteDevicePositionHistoryCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
237
+ ): void;
238
+ batchDeleteGeofence(
239
+ args: BatchDeleteGeofenceCommandInput,
240
+ options?: __HttpHandlerOptions
241
+ ): Promise<BatchDeleteGeofenceCommandOutput>;
242
+ batchDeleteGeofence(
243
+ args: BatchDeleteGeofenceCommandInput,
244
+ cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
245
+ ): void;
246
+ batchDeleteGeofence(
247
+ args: BatchDeleteGeofenceCommandInput,
248
+ options: __HttpHandlerOptions,
249
+ cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
250
+ ): void;
251
+ batchEvaluateGeofences(
252
+ args: BatchEvaluateGeofencesCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<BatchEvaluateGeofencesCommandOutput>;
255
+ batchEvaluateGeofences(
256
+ args: BatchEvaluateGeofencesCommandInput,
257
+ cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
258
+ ): void;
259
+ batchEvaluateGeofences(
260
+ args: BatchEvaluateGeofencesCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
263
+ ): void;
264
+ batchGetDevicePosition(
265
+ args: BatchGetDevicePositionCommandInput,
266
+ options?: __HttpHandlerOptions
267
+ ): Promise<BatchGetDevicePositionCommandOutput>;
268
+ batchGetDevicePosition(
269
+ args: BatchGetDevicePositionCommandInput,
270
+ cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
271
+ ): void;
272
+ batchGetDevicePosition(
273
+ args: BatchGetDevicePositionCommandInput,
274
+ options: __HttpHandlerOptions,
275
+ cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
276
+ ): void;
277
+ batchPutGeofence(
278
+ args: BatchPutGeofenceCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<BatchPutGeofenceCommandOutput>;
281
+ batchPutGeofence(
282
+ args: BatchPutGeofenceCommandInput,
283
+ cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void
284
+ ): void;
285
+ batchPutGeofence(
286
+ args: BatchPutGeofenceCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void
289
+ ): void;
290
+ batchUpdateDevicePosition(
291
+ args: BatchUpdateDevicePositionCommandInput,
292
+ options?: __HttpHandlerOptions
293
+ ): Promise<BatchUpdateDevicePositionCommandOutput>;
294
+ batchUpdateDevicePosition(
295
+ args: BatchUpdateDevicePositionCommandInput,
296
+ cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
297
+ ): void;
298
+ batchUpdateDevicePosition(
299
+ args: BatchUpdateDevicePositionCommandInput,
300
+ options: __HttpHandlerOptions,
301
+ cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
302
+ ): void;
303
+ calculateRoute(
304
+ args: CalculateRouteCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<CalculateRouteCommandOutput>;
307
+ calculateRoute(
308
+ args: CalculateRouteCommandInput,
309
+ cb: (err: any, data?: CalculateRouteCommandOutput) => void
310
+ ): void;
311
+ calculateRoute(
312
+ args: CalculateRouteCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: CalculateRouteCommandOutput) => void
315
+ ): void;
316
+ calculateRouteMatrix(
317
+ args: CalculateRouteMatrixCommandInput,
318
+ options?: __HttpHandlerOptions
319
+ ): Promise<CalculateRouteMatrixCommandOutput>;
320
+ calculateRouteMatrix(
321
+ args: CalculateRouteMatrixCommandInput,
322
+ cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void
323
+ ): void;
324
+ calculateRouteMatrix(
325
+ args: CalculateRouteMatrixCommandInput,
326
+ options: __HttpHandlerOptions,
327
+ cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void
328
+ ): void;
329
+ createGeofenceCollection(
330
+ args: CreateGeofenceCollectionCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<CreateGeofenceCollectionCommandOutput>;
333
+ createGeofenceCollection(
334
+ args: CreateGeofenceCollectionCommandInput,
335
+ cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
336
+ ): void;
337
+ createGeofenceCollection(
338
+ args: CreateGeofenceCollectionCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
341
+ ): void;
342
+ createMap(
343
+ args: CreateMapCommandInput,
344
+ options?: __HttpHandlerOptions
345
+ ): Promise<CreateMapCommandOutput>;
346
+ createMap(
347
+ args: CreateMapCommandInput,
348
+ cb: (err: any, data?: CreateMapCommandOutput) => void
349
+ ): void;
350
+ createMap(
351
+ args: CreateMapCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (err: any, data?: CreateMapCommandOutput) => void
354
+ ): void;
355
+ createPlaceIndex(
356
+ args: CreatePlaceIndexCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<CreatePlaceIndexCommandOutput>;
359
+ createPlaceIndex(
360
+ args: CreatePlaceIndexCommandInput,
361
+ cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void
362
+ ): void;
363
+ createPlaceIndex(
364
+ args: CreatePlaceIndexCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void
367
+ ): void;
368
+ createRouteCalculator(
369
+ args: CreateRouteCalculatorCommandInput,
370
+ options?: __HttpHandlerOptions
371
+ ): Promise<CreateRouteCalculatorCommandOutput>;
372
+ createRouteCalculator(
373
+ args: CreateRouteCalculatorCommandInput,
374
+ cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
375
+ ): void;
376
+ createRouteCalculator(
377
+ args: CreateRouteCalculatorCommandInput,
378
+ options: __HttpHandlerOptions,
379
+ cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
380
+ ): void;
381
+ createTracker(
382
+ args: CreateTrackerCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<CreateTrackerCommandOutput>;
385
+ createTracker(
386
+ args: CreateTrackerCommandInput,
387
+ cb: (err: any, data?: CreateTrackerCommandOutput) => void
388
+ ): void;
389
+ createTracker(
390
+ args: CreateTrackerCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: CreateTrackerCommandOutput) => void
393
+ ): void;
394
+ deleteGeofenceCollection(
395
+ args: DeleteGeofenceCollectionCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<DeleteGeofenceCollectionCommandOutput>;
398
+ deleteGeofenceCollection(
399
+ args: DeleteGeofenceCollectionCommandInput,
400
+ cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
401
+ ): void;
402
+ deleteGeofenceCollection(
403
+ args: DeleteGeofenceCollectionCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
406
+ ): void;
407
+ deleteMap(
408
+ args: DeleteMapCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<DeleteMapCommandOutput>;
411
+ deleteMap(
412
+ args: DeleteMapCommandInput,
413
+ cb: (err: any, data?: DeleteMapCommandOutput) => void
414
+ ): void;
415
+ deleteMap(
416
+ args: DeleteMapCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: DeleteMapCommandOutput) => void
419
+ ): void;
420
+ deletePlaceIndex(
421
+ args: DeletePlaceIndexCommandInput,
422
+ options?: __HttpHandlerOptions
423
+ ): Promise<DeletePlaceIndexCommandOutput>;
424
+ deletePlaceIndex(
425
+ args: DeletePlaceIndexCommandInput,
426
+ cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void
427
+ ): void;
428
+ deletePlaceIndex(
429
+ args: DeletePlaceIndexCommandInput,
430
+ options: __HttpHandlerOptions,
431
+ cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void
432
+ ): void;
433
+ deleteRouteCalculator(
434
+ args: DeleteRouteCalculatorCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<DeleteRouteCalculatorCommandOutput>;
437
+ deleteRouteCalculator(
438
+ args: DeleteRouteCalculatorCommandInput,
439
+ cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
440
+ ): void;
441
+ deleteRouteCalculator(
442
+ args: DeleteRouteCalculatorCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
445
+ ): void;
446
+ deleteTracker(
447
+ args: DeleteTrackerCommandInput,
448
+ options?: __HttpHandlerOptions
449
+ ): Promise<DeleteTrackerCommandOutput>;
450
+ deleteTracker(
451
+ args: DeleteTrackerCommandInput,
452
+ cb: (err: any, data?: DeleteTrackerCommandOutput) => void
453
+ ): void;
454
+ deleteTracker(
455
+ args: DeleteTrackerCommandInput,
456
+ options: __HttpHandlerOptions,
457
+ cb: (err: any, data?: DeleteTrackerCommandOutput) => void
458
+ ): void;
459
+ describeGeofenceCollection(
460
+ args: DescribeGeofenceCollectionCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<DescribeGeofenceCollectionCommandOutput>;
463
+ describeGeofenceCollection(
464
+ args: DescribeGeofenceCollectionCommandInput,
465
+ cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
466
+ ): void;
467
+ describeGeofenceCollection(
468
+ args: DescribeGeofenceCollectionCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
471
+ ): void;
472
+ describeMap(
473
+ args: DescribeMapCommandInput,
474
+ options?: __HttpHandlerOptions
475
+ ): Promise<DescribeMapCommandOutput>;
476
+ describeMap(
477
+ args: DescribeMapCommandInput,
478
+ cb: (err: any, data?: DescribeMapCommandOutput) => void
479
+ ): void;
480
+ describeMap(
481
+ args: DescribeMapCommandInput,
482
+ options: __HttpHandlerOptions,
483
+ cb: (err: any, data?: DescribeMapCommandOutput) => void
484
+ ): void;
485
+ describePlaceIndex(
486
+ args: DescribePlaceIndexCommandInput,
487
+ options?: __HttpHandlerOptions
488
+ ): Promise<DescribePlaceIndexCommandOutput>;
489
+ describePlaceIndex(
490
+ args: DescribePlaceIndexCommandInput,
491
+ cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void
492
+ ): void;
493
+ describePlaceIndex(
494
+ args: DescribePlaceIndexCommandInput,
495
+ options: __HttpHandlerOptions,
496
+ cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void
497
+ ): void;
498
+ describeRouteCalculator(
499
+ args: DescribeRouteCalculatorCommandInput,
500
+ options?: __HttpHandlerOptions
501
+ ): Promise<DescribeRouteCalculatorCommandOutput>;
502
+ describeRouteCalculator(
503
+ args: DescribeRouteCalculatorCommandInput,
504
+ cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
505
+ ): void;
506
+ describeRouteCalculator(
507
+ args: DescribeRouteCalculatorCommandInput,
508
+ options: __HttpHandlerOptions,
509
+ cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
510
+ ): void;
511
+ describeTracker(
512
+ args: DescribeTrackerCommandInput,
513
+ options?: __HttpHandlerOptions
514
+ ): Promise<DescribeTrackerCommandOutput>;
515
+ describeTracker(
516
+ args: DescribeTrackerCommandInput,
517
+ cb: (err: any, data?: DescribeTrackerCommandOutput) => void
518
+ ): void;
519
+ describeTracker(
520
+ args: DescribeTrackerCommandInput,
521
+ options: __HttpHandlerOptions,
522
+ cb: (err: any, data?: DescribeTrackerCommandOutput) => void
523
+ ): void;
524
+ disassociateTrackerConsumer(
525
+ args: DisassociateTrackerConsumerCommandInput,
526
+ options?: __HttpHandlerOptions
527
+ ): Promise<DisassociateTrackerConsumerCommandOutput>;
528
+ disassociateTrackerConsumer(
529
+ args: DisassociateTrackerConsumerCommandInput,
530
+ cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
531
+ ): void;
532
+ disassociateTrackerConsumer(
533
+ args: DisassociateTrackerConsumerCommandInput,
534
+ options: __HttpHandlerOptions,
535
+ cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
536
+ ): void;
537
+ getDevicePosition(
538
+ args: GetDevicePositionCommandInput,
539
+ options?: __HttpHandlerOptions
540
+ ): Promise<GetDevicePositionCommandOutput>;
541
+ getDevicePosition(
542
+ args: GetDevicePositionCommandInput,
543
+ cb: (err: any, data?: GetDevicePositionCommandOutput) => void
544
+ ): void;
545
+ getDevicePosition(
546
+ args: GetDevicePositionCommandInput,
547
+ options: __HttpHandlerOptions,
548
+ cb: (err: any, data?: GetDevicePositionCommandOutput) => void
549
+ ): void;
550
+ getDevicePositionHistory(
551
+ args: GetDevicePositionHistoryCommandInput,
552
+ options?: __HttpHandlerOptions
553
+ ): Promise<GetDevicePositionHistoryCommandOutput>;
554
+ getDevicePositionHistory(
555
+ args: GetDevicePositionHistoryCommandInput,
556
+ cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
557
+ ): void;
558
+ getDevicePositionHistory(
559
+ args: GetDevicePositionHistoryCommandInput,
560
+ options: __HttpHandlerOptions,
561
+ cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
562
+ ): void;
563
+ getGeofence(
564
+ args: GetGeofenceCommandInput,
565
+ options?: __HttpHandlerOptions
566
+ ): Promise<GetGeofenceCommandOutput>;
567
+ getGeofence(
568
+ args: GetGeofenceCommandInput,
569
+ cb: (err: any, data?: GetGeofenceCommandOutput) => void
570
+ ): void;
571
+ getGeofence(
572
+ args: GetGeofenceCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (err: any, data?: GetGeofenceCommandOutput) => void
575
+ ): void;
576
+ getMapGlyphs(
577
+ args: GetMapGlyphsCommandInput,
578
+ options?: __HttpHandlerOptions
579
+ ): Promise<GetMapGlyphsCommandOutput>;
580
+ getMapGlyphs(
581
+ args: GetMapGlyphsCommandInput,
582
+ cb: (err: any, data?: GetMapGlyphsCommandOutput) => void
583
+ ): void;
584
+ getMapGlyphs(
585
+ args: GetMapGlyphsCommandInput,
586
+ options: __HttpHandlerOptions,
587
+ cb: (err: any, data?: GetMapGlyphsCommandOutput) => void
588
+ ): void;
589
+ getMapSprites(
590
+ args: GetMapSpritesCommandInput,
591
+ options?: __HttpHandlerOptions
592
+ ): Promise<GetMapSpritesCommandOutput>;
593
+ getMapSprites(
594
+ args: GetMapSpritesCommandInput,
595
+ cb: (err: any, data?: GetMapSpritesCommandOutput) => void
596
+ ): void;
597
+ getMapSprites(
598
+ args: GetMapSpritesCommandInput,
599
+ options: __HttpHandlerOptions,
600
+ cb: (err: any, data?: GetMapSpritesCommandOutput) => void
601
+ ): void;
602
+ getMapStyleDescriptor(
603
+ args: GetMapStyleDescriptorCommandInput,
604
+ options?: __HttpHandlerOptions
605
+ ): Promise<GetMapStyleDescriptorCommandOutput>;
606
+ getMapStyleDescriptor(
607
+ args: GetMapStyleDescriptorCommandInput,
608
+ cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
609
+ ): void;
610
+ getMapStyleDescriptor(
611
+ args: GetMapStyleDescriptorCommandInput,
612
+ options: __HttpHandlerOptions,
613
+ cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
614
+ ): void;
615
+ getMapTile(
616
+ args: GetMapTileCommandInput,
617
+ options?: __HttpHandlerOptions
618
+ ): Promise<GetMapTileCommandOutput>;
619
+ getMapTile(
620
+ args: GetMapTileCommandInput,
621
+ cb: (err: any, data?: GetMapTileCommandOutput) => void
622
+ ): void;
623
+ getMapTile(
624
+ args: GetMapTileCommandInput,
625
+ options: __HttpHandlerOptions,
626
+ cb: (err: any, data?: GetMapTileCommandOutput) => void
627
+ ): void;
628
+ listDevicePositions(
629
+ args: ListDevicePositionsCommandInput,
630
+ options?: __HttpHandlerOptions
631
+ ): Promise<ListDevicePositionsCommandOutput>;
632
+ listDevicePositions(
633
+ args: ListDevicePositionsCommandInput,
634
+ cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
635
+ ): void;
636
+ listDevicePositions(
637
+ args: ListDevicePositionsCommandInput,
638
+ options: __HttpHandlerOptions,
639
+ cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
640
+ ): void;
641
+ listGeofenceCollections(
642
+ args: ListGeofenceCollectionsCommandInput,
643
+ options?: __HttpHandlerOptions
644
+ ): Promise<ListGeofenceCollectionsCommandOutput>;
645
+ listGeofenceCollections(
646
+ args: ListGeofenceCollectionsCommandInput,
647
+ cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
648
+ ): void;
649
+ listGeofenceCollections(
650
+ args: ListGeofenceCollectionsCommandInput,
651
+ options: __HttpHandlerOptions,
652
+ cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
653
+ ): void;
654
+ listGeofences(
655
+ args: ListGeofencesCommandInput,
656
+ options?: __HttpHandlerOptions
657
+ ): Promise<ListGeofencesCommandOutput>;
658
+ listGeofences(
659
+ args: ListGeofencesCommandInput,
660
+ cb: (err: any, data?: ListGeofencesCommandOutput) => void
661
+ ): void;
662
+ listGeofences(
663
+ args: ListGeofencesCommandInput,
664
+ options: __HttpHandlerOptions,
665
+ cb: (err: any, data?: ListGeofencesCommandOutput) => void
666
+ ): void;
667
+ listMaps(
668
+ args: ListMapsCommandInput,
669
+ options?: __HttpHandlerOptions
670
+ ): Promise<ListMapsCommandOutput>;
671
+ listMaps(
672
+ args: ListMapsCommandInput,
673
+ cb: (err: any, data?: ListMapsCommandOutput) => void
674
+ ): void;
675
+ listMaps(
676
+ args: ListMapsCommandInput,
677
+ options: __HttpHandlerOptions,
678
+ cb: (err: any, data?: ListMapsCommandOutput) => void
679
+ ): void;
680
+ listPlaceIndexes(
681
+ args: ListPlaceIndexesCommandInput,
682
+ options?: __HttpHandlerOptions
683
+ ): Promise<ListPlaceIndexesCommandOutput>;
684
+ listPlaceIndexes(
685
+ args: ListPlaceIndexesCommandInput,
686
+ cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
687
+ ): void;
688
+ listPlaceIndexes(
689
+ args: ListPlaceIndexesCommandInput,
690
+ options: __HttpHandlerOptions,
691
+ cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
692
+ ): void;
693
+ listRouteCalculators(
694
+ args: ListRouteCalculatorsCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<ListRouteCalculatorsCommandOutput>;
697
+ listRouteCalculators(
698
+ args: ListRouteCalculatorsCommandInput,
699
+ cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
700
+ ): void;
701
+ listRouteCalculators(
702
+ args: ListRouteCalculatorsCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
705
+ ): void;
706
+ listTagsForResource(
707
+ args: ListTagsForResourceCommandInput,
708
+ options?: __HttpHandlerOptions
709
+ ): Promise<ListTagsForResourceCommandOutput>;
710
+ listTagsForResource(
711
+ args: ListTagsForResourceCommandInput,
712
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
713
+ ): void;
714
+ listTagsForResource(
715
+ args: ListTagsForResourceCommandInput,
716
+ options: __HttpHandlerOptions,
717
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
718
+ ): void;
719
+ listTrackerConsumers(
720
+ args: ListTrackerConsumersCommandInput,
721
+ options?: __HttpHandlerOptions
722
+ ): Promise<ListTrackerConsumersCommandOutput>;
723
+ listTrackerConsumers(
724
+ args: ListTrackerConsumersCommandInput,
725
+ cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
726
+ ): void;
727
+ listTrackerConsumers(
728
+ args: ListTrackerConsumersCommandInput,
729
+ options: __HttpHandlerOptions,
730
+ cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
731
+ ): void;
732
+ listTrackers(
733
+ args: ListTrackersCommandInput,
734
+ options?: __HttpHandlerOptions
735
+ ): Promise<ListTrackersCommandOutput>;
736
+ listTrackers(
737
+ args: ListTrackersCommandInput,
738
+ cb: (err: any, data?: ListTrackersCommandOutput) => void
739
+ ): void;
740
+ listTrackers(
741
+ args: ListTrackersCommandInput,
742
+ options: __HttpHandlerOptions,
743
+ cb: (err: any, data?: ListTrackersCommandOutput) => void
744
+ ): void;
745
+ putGeofence(
746
+ args: PutGeofenceCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<PutGeofenceCommandOutput>;
749
+ putGeofence(
750
+ args: PutGeofenceCommandInput,
751
+ cb: (err: any, data?: PutGeofenceCommandOutput) => void
752
+ ): void;
753
+ putGeofence(
754
+ args: PutGeofenceCommandInput,
755
+ options: __HttpHandlerOptions,
756
+ cb: (err: any, data?: PutGeofenceCommandOutput) => void
757
+ ): void;
758
+ searchPlaceIndexForPosition(
759
+ args: SearchPlaceIndexForPositionCommandInput,
760
+ options?: __HttpHandlerOptions
761
+ ): Promise<SearchPlaceIndexForPositionCommandOutput>;
762
+ searchPlaceIndexForPosition(
763
+ args: SearchPlaceIndexForPositionCommandInput,
764
+ cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
765
+ ): void;
766
+ searchPlaceIndexForPosition(
767
+ args: SearchPlaceIndexForPositionCommandInput,
768
+ options: __HttpHandlerOptions,
769
+ cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
770
+ ): void;
771
+ searchPlaceIndexForSuggestions(
772
+ args: SearchPlaceIndexForSuggestionsCommandInput,
773
+ options?: __HttpHandlerOptions
774
+ ): Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
775
+ searchPlaceIndexForSuggestions(
776
+ args: SearchPlaceIndexForSuggestionsCommandInput,
777
+ cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void
778
+ ): void;
779
+ searchPlaceIndexForSuggestions(
780
+ args: SearchPlaceIndexForSuggestionsCommandInput,
781
+ options: __HttpHandlerOptions,
782
+ cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void
783
+ ): void;
784
+ searchPlaceIndexForText(
785
+ args: SearchPlaceIndexForTextCommandInput,
786
+ options?: __HttpHandlerOptions
787
+ ): Promise<SearchPlaceIndexForTextCommandOutput>;
788
+ searchPlaceIndexForText(
789
+ args: SearchPlaceIndexForTextCommandInput,
790
+ cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
791
+ ): void;
792
+ searchPlaceIndexForText(
793
+ args: SearchPlaceIndexForTextCommandInput,
794
+ options: __HttpHandlerOptions,
795
+ cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
796
+ ): void;
797
+ tagResource(
798
+ args: TagResourceCommandInput,
799
+ options?: __HttpHandlerOptions
800
+ ): Promise<TagResourceCommandOutput>;
801
+ tagResource(
802
+ args: TagResourceCommandInput,
803
+ cb: (err: any, data?: TagResourceCommandOutput) => void
804
+ ): void;
805
+ tagResource(
806
+ args: TagResourceCommandInput,
807
+ options: __HttpHandlerOptions,
808
+ cb: (err: any, data?: TagResourceCommandOutput) => void
809
+ ): void;
810
+ untagResource(
811
+ args: UntagResourceCommandInput,
812
+ options?: __HttpHandlerOptions
813
+ ): Promise<UntagResourceCommandOutput>;
814
+ untagResource(
815
+ args: UntagResourceCommandInput,
816
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
817
+ ): void;
818
+ untagResource(
819
+ args: UntagResourceCommandInput,
820
+ options: __HttpHandlerOptions,
821
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
822
+ ): void;
823
+ updateGeofenceCollection(
824
+ args: UpdateGeofenceCollectionCommandInput,
825
+ options?: __HttpHandlerOptions
826
+ ): Promise<UpdateGeofenceCollectionCommandOutput>;
827
+ updateGeofenceCollection(
828
+ args: UpdateGeofenceCollectionCommandInput,
829
+ cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
830
+ ): void;
831
+ updateGeofenceCollection(
832
+ args: UpdateGeofenceCollectionCommandInput,
833
+ options: __HttpHandlerOptions,
834
+ cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
835
+ ): void;
836
+ updateMap(
837
+ args: UpdateMapCommandInput,
838
+ options?: __HttpHandlerOptions
839
+ ): Promise<UpdateMapCommandOutput>;
840
+ updateMap(
841
+ args: UpdateMapCommandInput,
842
+ cb: (err: any, data?: UpdateMapCommandOutput) => void
843
+ ): void;
844
+ updateMap(
845
+ args: UpdateMapCommandInput,
846
+ options: __HttpHandlerOptions,
847
+ cb: (err: any, data?: UpdateMapCommandOutput) => void
848
+ ): void;
849
+ updatePlaceIndex(
850
+ args: UpdatePlaceIndexCommandInput,
851
+ options?: __HttpHandlerOptions
852
+ ): Promise<UpdatePlaceIndexCommandOutput>;
853
+ updatePlaceIndex(
854
+ args: UpdatePlaceIndexCommandInput,
855
+ cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
856
+ ): void;
857
+ updatePlaceIndex(
858
+ args: UpdatePlaceIndexCommandInput,
859
+ options: __HttpHandlerOptions,
860
+ cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
861
+ ): void;
862
+ updateRouteCalculator(
863
+ args: UpdateRouteCalculatorCommandInput,
864
+ options?: __HttpHandlerOptions
865
+ ): Promise<UpdateRouteCalculatorCommandOutput>;
866
+ updateRouteCalculator(
867
+ args: UpdateRouteCalculatorCommandInput,
868
+ cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
869
+ ): void;
870
+ updateRouteCalculator(
871
+ args: UpdateRouteCalculatorCommandInput,
872
+ options: __HttpHandlerOptions,
873
+ cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
874
+ ): void;
875
+ updateTracker(
876
+ args: UpdateTrackerCommandInput,
877
+ options?: __HttpHandlerOptions
878
+ ): Promise<UpdateTrackerCommandOutput>;
879
+ updateTracker(
880
+ args: UpdateTrackerCommandInput,
881
+ cb: (err: any, data?: UpdateTrackerCommandOutput) => void
882
+ ): void;
883
+ updateTracker(
884
+ args: UpdateTrackerCommandInput,
885
+ options: __HttpHandlerOptions,
886
+ cb: (err: any, data?: UpdateTrackerCommandOutput) => void
887
+ ): void;
888
+ }