@aws-sdk/client-location 3.186.0 → 3.186.2

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/dist-types/ts3.4/Location.d.ts +626 -905
  2. package/dist-types/ts3.4/LocationClient.d.ts +197 -422
  3. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -39
  4. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -39
  5. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -36
  6. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +63 -39
  7. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -39
  8. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -35
  9. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +53 -39
  10. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +68 -35
  11. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +76 -39
  12. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -39
  13. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +42 -32
  14. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +45 -35
  15. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +44 -39
  16. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -35
  17. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -39
  18. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -32
  19. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -35
  20. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -39
  21. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -35
  22. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -39
  23. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -32
  24. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -36
  25. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -39
  26. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -35
  27. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -39
  28. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -36
  29. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -39
  30. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -32
  31. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -32
  32. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -35
  33. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -39
  34. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -32
  35. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +51 -32
  36. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -36
  37. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -39
  38. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -35
  39. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -32
  40. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -35
  41. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -39
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -36
  43. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -39
  44. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -32
  45. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -32
  46. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -39
  47. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +46 -39
  48. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +44 -39
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -32
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -35
  51. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -39
  52. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -32
  53. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -35
  54. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -39
  55. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -35
  56. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  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 +10 -7
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +4783 -1283
  62. package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -11
  63. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -7
  64. package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -11
  65. package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -11
  66. package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -11
  67. package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -11
  68. package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -11
  69. package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -11
  70. package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -11
  71. package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -11
  72. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -641
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -67
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +40 -67
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +39 -68
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -10
  78. package/package.json +2 -2
@@ -1,905 +1,626 @@
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
- GetPlaceCommandInput,
132
- GetPlaceCommandOutput,
133
- } from "./commands/GetPlaceCommand";
134
- import {
135
- ListDevicePositionsCommandInput,
136
- ListDevicePositionsCommandOutput,
137
- } from "./commands/ListDevicePositionsCommand";
138
- import {
139
- ListGeofenceCollectionsCommandInput,
140
- ListGeofenceCollectionsCommandOutput,
141
- } from "./commands/ListGeofenceCollectionsCommand";
142
- import {
143
- ListGeofencesCommandInput,
144
- ListGeofencesCommandOutput,
145
- } from "./commands/ListGeofencesCommand";
146
- import {
147
- ListMapsCommandInput,
148
- ListMapsCommandOutput,
149
- } from "./commands/ListMapsCommand";
150
- import {
151
- ListPlaceIndexesCommandInput,
152
- ListPlaceIndexesCommandOutput,
153
- } from "./commands/ListPlaceIndexesCommand";
154
- import {
155
- ListRouteCalculatorsCommandInput,
156
- ListRouteCalculatorsCommandOutput,
157
- } from "./commands/ListRouteCalculatorsCommand";
158
- import {
159
- ListTagsForResourceCommandInput,
160
- ListTagsForResourceCommandOutput,
161
- } from "./commands/ListTagsForResourceCommand";
162
- import {
163
- ListTrackerConsumersCommandInput,
164
- ListTrackerConsumersCommandOutput,
165
- } from "./commands/ListTrackerConsumersCommand";
166
- import {
167
- ListTrackersCommandInput,
168
- ListTrackersCommandOutput,
169
- } from "./commands/ListTrackersCommand";
170
- import {
171
- PutGeofenceCommandInput,
172
- PutGeofenceCommandOutput,
173
- } from "./commands/PutGeofenceCommand";
174
- import {
175
- SearchPlaceIndexForPositionCommandInput,
176
- SearchPlaceIndexForPositionCommandOutput,
177
- } from "./commands/SearchPlaceIndexForPositionCommand";
178
- import {
179
- SearchPlaceIndexForSuggestionsCommandInput,
180
- SearchPlaceIndexForSuggestionsCommandOutput,
181
- } from "./commands/SearchPlaceIndexForSuggestionsCommand";
182
- import {
183
- SearchPlaceIndexForTextCommandInput,
184
- SearchPlaceIndexForTextCommandOutput,
185
- } from "./commands/SearchPlaceIndexForTextCommand";
186
- import {
187
- TagResourceCommandInput,
188
- TagResourceCommandOutput,
189
- } from "./commands/TagResourceCommand";
190
- import {
191
- UntagResourceCommandInput,
192
- UntagResourceCommandOutput,
193
- } from "./commands/UntagResourceCommand";
194
- import {
195
- UpdateGeofenceCollectionCommandInput,
196
- UpdateGeofenceCollectionCommandOutput,
197
- } from "./commands/UpdateGeofenceCollectionCommand";
198
- import {
199
- UpdateMapCommandInput,
200
- UpdateMapCommandOutput,
201
- } from "./commands/UpdateMapCommand";
202
- import {
203
- UpdatePlaceIndexCommandInput,
204
- UpdatePlaceIndexCommandOutput,
205
- } from "./commands/UpdatePlaceIndexCommand";
206
- import {
207
- UpdateRouteCalculatorCommandInput,
208
- UpdateRouteCalculatorCommandOutput,
209
- } from "./commands/UpdateRouteCalculatorCommand";
210
- import {
211
- UpdateTrackerCommandInput,
212
- UpdateTrackerCommandOutput,
213
- } from "./commands/UpdateTrackerCommand";
214
- import { LocationClient } from "./LocationClient";
215
- export declare class Location extends LocationClient {
216
- associateTrackerConsumer(
217
- args: AssociateTrackerConsumerCommandInput,
218
- options?: __HttpHandlerOptions
219
- ): Promise<AssociateTrackerConsumerCommandOutput>;
220
- associateTrackerConsumer(
221
- args: AssociateTrackerConsumerCommandInput,
222
- cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
223
- ): void;
224
- associateTrackerConsumer(
225
- args: AssociateTrackerConsumerCommandInput,
226
- options: __HttpHandlerOptions,
227
- cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void
228
- ): void;
229
- batchDeleteDevicePositionHistory(
230
- args: BatchDeleteDevicePositionHistoryCommandInput,
231
- options?: __HttpHandlerOptions
232
- ): Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
233
- batchDeleteDevicePositionHistory(
234
- args: BatchDeleteDevicePositionHistoryCommandInput,
235
- cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
236
- ): void;
237
- batchDeleteDevicePositionHistory(
238
- args: BatchDeleteDevicePositionHistoryCommandInput,
239
- options: __HttpHandlerOptions,
240
- cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void
241
- ): void;
242
- batchDeleteGeofence(
243
- args: BatchDeleteGeofenceCommandInput,
244
- options?: __HttpHandlerOptions
245
- ): Promise<BatchDeleteGeofenceCommandOutput>;
246
- batchDeleteGeofence(
247
- args: BatchDeleteGeofenceCommandInput,
248
- cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
249
- ): void;
250
- batchDeleteGeofence(
251
- args: BatchDeleteGeofenceCommandInput,
252
- options: __HttpHandlerOptions,
253
- cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void
254
- ): void;
255
- batchEvaluateGeofences(
256
- args: BatchEvaluateGeofencesCommandInput,
257
- options?: __HttpHandlerOptions
258
- ): Promise<BatchEvaluateGeofencesCommandOutput>;
259
- batchEvaluateGeofences(
260
- args: BatchEvaluateGeofencesCommandInput,
261
- cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
262
- ): void;
263
- batchEvaluateGeofences(
264
- args: BatchEvaluateGeofencesCommandInput,
265
- options: __HttpHandlerOptions,
266
- cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void
267
- ): void;
268
- batchGetDevicePosition(
269
- args: BatchGetDevicePositionCommandInput,
270
- options?: __HttpHandlerOptions
271
- ): Promise<BatchGetDevicePositionCommandOutput>;
272
- batchGetDevicePosition(
273
- args: BatchGetDevicePositionCommandInput,
274
- cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
275
- ): void;
276
- batchGetDevicePosition(
277
- args: BatchGetDevicePositionCommandInput,
278
- options: __HttpHandlerOptions,
279
- cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void
280
- ): void;
281
- batchPutGeofence(
282
- args: BatchPutGeofenceCommandInput,
283
- options?: __HttpHandlerOptions
284
- ): Promise<BatchPutGeofenceCommandOutput>;
285
- batchPutGeofence(
286
- args: BatchPutGeofenceCommandInput,
287
- cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void
288
- ): void;
289
- batchPutGeofence(
290
- args: BatchPutGeofenceCommandInput,
291
- options: __HttpHandlerOptions,
292
- cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void
293
- ): void;
294
- batchUpdateDevicePosition(
295
- args: BatchUpdateDevicePositionCommandInput,
296
- options?: __HttpHandlerOptions
297
- ): Promise<BatchUpdateDevicePositionCommandOutput>;
298
- batchUpdateDevicePosition(
299
- args: BatchUpdateDevicePositionCommandInput,
300
- cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
301
- ): void;
302
- batchUpdateDevicePosition(
303
- args: BatchUpdateDevicePositionCommandInput,
304
- options: __HttpHandlerOptions,
305
- cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void
306
- ): void;
307
- calculateRoute(
308
- args: CalculateRouteCommandInput,
309
- options?: __HttpHandlerOptions
310
- ): Promise<CalculateRouteCommandOutput>;
311
- calculateRoute(
312
- args: CalculateRouteCommandInput,
313
- cb: (err: any, data?: CalculateRouteCommandOutput) => void
314
- ): void;
315
- calculateRoute(
316
- args: CalculateRouteCommandInput,
317
- options: __HttpHandlerOptions,
318
- cb: (err: any, data?: CalculateRouteCommandOutput) => void
319
- ): void;
320
- calculateRouteMatrix(
321
- args: CalculateRouteMatrixCommandInput,
322
- options?: __HttpHandlerOptions
323
- ): Promise<CalculateRouteMatrixCommandOutput>;
324
- calculateRouteMatrix(
325
- args: CalculateRouteMatrixCommandInput,
326
- cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void
327
- ): void;
328
- calculateRouteMatrix(
329
- args: CalculateRouteMatrixCommandInput,
330
- options: __HttpHandlerOptions,
331
- cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void
332
- ): void;
333
- createGeofenceCollection(
334
- args: CreateGeofenceCollectionCommandInput,
335
- options?: __HttpHandlerOptions
336
- ): Promise<CreateGeofenceCollectionCommandOutput>;
337
- createGeofenceCollection(
338
- args: CreateGeofenceCollectionCommandInput,
339
- cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
340
- ): void;
341
- createGeofenceCollection(
342
- args: CreateGeofenceCollectionCommandInput,
343
- options: __HttpHandlerOptions,
344
- cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void
345
- ): void;
346
- createMap(
347
- args: CreateMapCommandInput,
348
- options?: __HttpHandlerOptions
349
- ): Promise<CreateMapCommandOutput>;
350
- createMap(
351
- args: CreateMapCommandInput,
352
- cb: (err: any, data?: CreateMapCommandOutput) => void
353
- ): void;
354
- createMap(
355
- args: CreateMapCommandInput,
356
- options: __HttpHandlerOptions,
357
- cb: (err: any, data?: CreateMapCommandOutput) => void
358
- ): void;
359
- createPlaceIndex(
360
- args: CreatePlaceIndexCommandInput,
361
- options?: __HttpHandlerOptions
362
- ): Promise<CreatePlaceIndexCommandOutput>;
363
- createPlaceIndex(
364
- args: CreatePlaceIndexCommandInput,
365
- cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void
366
- ): void;
367
- createPlaceIndex(
368
- args: CreatePlaceIndexCommandInput,
369
- options: __HttpHandlerOptions,
370
- cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void
371
- ): void;
372
- createRouteCalculator(
373
- args: CreateRouteCalculatorCommandInput,
374
- options?: __HttpHandlerOptions
375
- ): Promise<CreateRouteCalculatorCommandOutput>;
376
- createRouteCalculator(
377
- args: CreateRouteCalculatorCommandInput,
378
- cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
379
- ): void;
380
- createRouteCalculator(
381
- args: CreateRouteCalculatorCommandInput,
382
- options: __HttpHandlerOptions,
383
- cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void
384
- ): void;
385
- createTracker(
386
- args: CreateTrackerCommandInput,
387
- options?: __HttpHandlerOptions
388
- ): Promise<CreateTrackerCommandOutput>;
389
- createTracker(
390
- args: CreateTrackerCommandInput,
391
- cb: (err: any, data?: CreateTrackerCommandOutput) => void
392
- ): void;
393
- createTracker(
394
- args: CreateTrackerCommandInput,
395
- options: __HttpHandlerOptions,
396
- cb: (err: any, data?: CreateTrackerCommandOutput) => void
397
- ): void;
398
- deleteGeofenceCollection(
399
- args: DeleteGeofenceCollectionCommandInput,
400
- options?: __HttpHandlerOptions
401
- ): Promise<DeleteGeofenceCollectionCommandOutput>;
402
- deleteGeofenceCollection(
403
- args: DeleteGeofenceCollectionCommandInput,
404
- cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
405
- ): void;
406
- deleteGeofenceCollection(
407
- args: DeleteGeofenceCollectionCommandInput,
408
- options: __HttpHandlerOptions,
409
- cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void
410
- ): void;
411
- deleteMap(
412
- args: DeleteMapCommandInput,
413
- options?: __HttpHandlerOptions
414
- ): Promise<DeleteMapCommandOutput>;
415
- deleteMap(
416
- args: DeleteMapCommandInput,
417
- cb: (err: any, data?: DeleteMapCommandOutput) => void
418
- ): void;
419
- deleteMap(
420
- args: DeleteMapCommandInput,
421
- options: __HttpHandlerOptions,
422
- cb: (err: any, data?: DeleteMapCommandOutput) => void
423
- ): void;
424
- deletePlaceIndex(
425
- args: DeletePlaceIndexCommandInput,
426
- options?: __HttpHandlerOptions
427
- ): Promise<DeletePlaceIndexCommandOutput>;
428
- deletePlaceIndex(
429
- args: DeletePlaceIndexCommandInput,
430
- cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void
431
- ): void;
432
- deletePlaceIndex(
433
- args: DeletePlaceIndexCommandInput,
434
- options: __HttpHandlerOptions,
435
- cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void
436
- ): void;
437
- deleteRouteCalculator(
438
- args: DeleteRouteCalculatorCommandInput,
439
- options?: __HttpHandlerOptions
440
- ): Promise<DeleteRouteCalculatorCommandOutput>;
441
- deleteRouteCalculator(
442
- args: DeleteRouteCalculatorCommandInput,
443
- cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
444
- ): void;
445
- deleteRouteCalculator(
446
- args: DeleteRouteCalculatorCommandInput,
447
- options: __HttpHandlerOptions,
448
- cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void
449
- ): void;
450
- deleteTracker(
451
- args: DeleteTrackerCommandInput,
452
- options?: __HttpHandlerOptions
453
- ): Promise<DeleteTrackerCommandOutput>;
454
- deleteTracker(
455
- args: DeleteTrackerCommandInput,
456
- cb: (err: any, data?: DeleteTrackerCommandOutput) => void
457
- ): void;
458
- deleteTracker(
459
- args: DeleteTrackerCommandInput,
460
- options: __HttpHandlerOptions,
461
- cb: (err: any, data?: DeleteTrackerCommandOutput) => void
462
- ): void;
463
- describeGeofenceCollection(
464
- args: DescribeGeofenceCollectionCommandInput,
465
- options?: __HttpHandlerOptions
466
- ): Promise<DescribeGeofenceCollectionCommandOutput>;
467
- describeGeofenceCollection(
468
- args: DescribeGeofenceCollectionCommandInput,
469
- cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
470
- ): void;
471
- describeGeofenceCollection(
472
- args: DescribeGeofenceCollectionCommandInput,
473
- options: __HttpHandlerOptions,
474
- cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void
475
- ): void;
476
- describeMap(
477
- args: DescribeMapCommandInput,
478
- options?: __HttpHandlerOptions
479
- ): Promise<DescribeMapCommandOutput>;
480
- describeMap(
481
- args: DescribeMapCommandInput,
482
- cb: (err: any, data?: DescribeMapCommandOutput) => void
483
- ): void;
484
- describeMap(
485
- args: DescribeMapCommandInput,
486
- options: __HttpHandlerOptions,
487
- cb: (err: any, data?: DescribeMapCommandOutput) => void
488
- ): void;
489
- describePlaceIndex(
490
- args: DescribePlaceIndexCommandInput,
491
- options?: __HttpHandlerOptions
492
- ): Promise<DescribePlaceIndexCommandOutput>;
493
- describePlaceIndex(
494
- args: DescribePlaceIndexCommandInput,
495
- cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void
496
- ): void;
497
- describePlaceIndex(
498
- args: DescribePlaceIndexCommandInput,
499
- options: __HttpHandlerOptions,
500
- cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void
501
- ): void;
502
- describeRouteCalculator(
503
- args: DescribeRouteCalculatorCommandInput,
504
- options?: __HttpHandlerOptions
505
- ): Promise<DescribeRouteCalculatorCommandOutput>;
506
- describeRouteCalculator(
507
- args: DescribeRouteCalculatorCommandInput,
508
- cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
509
- ): void;
510
- describeRouteCalculator(
511
- args: DescribeRouteCalculatorCommandInput,
512
- options: __HttpHandlerOptions,
513
- cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void
514
- ): void;
515
- describeTracker(
516
- args: DescribeTrackerCommandInput,
517
- options?: __HttpHandlerOptions
518
- ): Promise<DescribeTrackerCommandOutput>;
519
- describeTracker(
520
- args: DescribeTrackerCommandInput,
521
- cb: (err: any, data?: DescribeTrackerCommandOutput) => void
522
- ): void;
523
- describeTracker(
524
- args: DescribeTrackerCommandInput,
525
- options: __HttpHandlerOptions,
526
- cb: (err: any, data?: DescribeTrackerCommandOutput) => void
527
- ): void;
528
- disassociateTrackerConsumer(
529
- args: DisassociateTrackerConsumerCommandInput,
530
- options?: __HttpHandlerOptions
531
- ): Promise<DisassociateTrackerConsumerCommandOutput>;
532
- disassociateTrackerConsumer(
533
- args: DisassociateTrackerConsumerCommandInput,
534
- cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
535
- ): void;
536
- disassociateTrackerConsumer(
537
- args: DisassociateTrackerConsumerCommandInput,
538
- options: __HttpHandlerOptions,
539
- cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void
540
- ): void;
541
- getDevicePosition(
542
- args: GetDevicePositionCommandInput,
543
- options?: __HttpHandlerOptions
544
- ): Promise<GetDevicePositionCommandOutput>;
545
- getDevicePosition(
546
- args: GetDevicePositionCommandInput,
547
- cb: (err: any, data?: GetDevicePositionCommandOutput) => void
548
- ): void;
549
- getDevicePosition(
550
- args: GetDevicePositionCommandInput,
551
- options: __HttpHandlerOptions,
552
- cb: (err: any, data?: GetDevicePositionCommandOutput) => void
553
- ): void;
554
- getDevicePositionHistory(
555
- args: GetDevicePositionHistoryCommandInput,
556
- options?: __HttpHandlerOptions
557
- ): Promise<GetDevicePositionHistoryCommandOutput>;
558
- getDevicePositionHistory(
559
- args: GetDevicePositionHistoryCommandInput,
560
- cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
561
- ): void;
562
- getDevicePositionHistory(
563
- args: GetDevicePositionHistoryCommandInput,
564
- options: __HttpHandlerOptions,
565
- cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void
566
- ): void;
567
- getGeofence(
568
- args: GetGeofenceCommandInput,
569
- options?: __HttpHandlerOptions
570
- ): Promise<GetGeofenceCommandOutput>;
571
- getGeofence(
572
- args: GetGeofenceCommandInput,
573
- cb: (err: any, data?: GetGeofenceCommandOutput) => void
574
- ): void;
575
- getGeofence(
576
- args: GetGeofenceCommandInput,
577
- options: __HttpHandlerOptions,
578
- cb: (err: any, data?: GetGeofenceCommandOutput) => void
579
- ): void;
580
- getMapGlyphs(
581
- args: GetMapGlyphsCommandInput,
582
- options?: __HttpHandlerOptions
583
- ): Promise<GetMapGlyphsCommandOutput>;
584
- getMapGlyphs(
585
- args: GetMapGlyphsCommandInput,
586
- cb: (err: any, data?: GetMapGlyphsCommandOutput) => void
587
- ): void;
588
- getMapGlyphs(
589
- args: GetMapGlyphsCommandInput,
590
- options: __HttpHandlerOptions,
591
- cb: (err: any, data?: GetMapGlyphsCommandOutput) => void
592
- ): void;
593
- getMapSprites(
594
- args: GetMapSpritesCommandInput,
595
- options?: __HttpHandlerOptions
596
- ): Promise<GetMapSpritesCommandOutput>;
597
- getMapSprites(
598
- args: GetMapSpritesCommandInput,
599
- cb: (err: any, data?: GetMapSpritesCommandOutput) => void
600
- ): void;
601
- getMapSprites(
602
- args: GetMapSpritesCommandInput,
603
- options: __HttpHandlerOptions,
604
- cb: (err: any, data?: GetMapSpritesCommandOutput) => void
605
- ): void;
606
- getMapStyleDescriptor(
607
- args: GetMapStyleDescriptorCommandInput,
608
- options?: __HttpHandlerOptions
609
- ): Promise<GetMapStyleDescriptorCommandOutput>;
610
- getMapStyleDescriptor(
611
- args: GetMapStyleDescriptorCommandInput,
612
- cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
613
- ): void;
614
- getMapStyleDescriptor(
615
- args: GetMapStyleDescriptorCommandInput,
616
- options: __HttpHandlerOptions,
617
- cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void
618
- ): void;
619
- getMapTile(
620
- args: GetMapTileCommandInput,
621
- options?: __HttpHandlerOptions
622
- ): Promise<GetMapTileCommandOutput>;
623
- getMapTile(
624
- args: GetMapTileCommandInput,
625
- cb: (err: any, data?: GetMapTileCommandOutput) => void
626
- ): void;
627
- getMapTile(
628
- args: GetMapTileCommandInput,
629
- options: __HttpHandlerOptions,
630
- cb: (err: any, data?: GetMapTileCommandOutput) => void
631
- ): void;
632
- getPlace(
633
- args: GetPlaceCommandInput,
634
- options?: __HttpHandlerOptions
635
- ): Promise<GetPlaceCommandOutput>;
636
- getPlace(
637
- args: GetPlaceCommandInput,
638
- cb: (err: any, data?: GetPlaceCommandOutput) => void
639
- ): void;
640
- getPlace(
641
- args: GetPlaceCommandInput,
642
- options: __HttpHandlerOptions,
643
- cb: (err: any, data?: GetPlaceCommandOutput) => void
644
- ): void;
645
- listDevicePositions(
646
- args: ListDevicePositionsCommandInput,
647
- options?: __HttpHandlerOptions
648
- ): Promise<ListDevicePositionsCommandOutput>;
649
- listDevicePositions(
650
- args: ListDevicePositionsCommandInput,
651
- cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
652
- ): void;
653
- listDevicePositions(
654
- args: ListDevicePositionsCommandInput,
655
- options: __HttpHandlerOptions,
656
- cb: (err: any, data?: ListDevicePositionsCommandOutput) => void
657
- ): void;
658
- listGeofenceCollections(
659
- args: ListGeofenceCollectionsCommandInput,
660
- options?: __HttpHandlerOptions
661
- ): Promise<ListGeofenceCollectionsCommandOutput>;
662
- listGeofenceCollections(
663
- args: ListGeofenceCollectionsCommandInput,
664
- cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
665
- ): void;
666
- listGeofenceCollections(
667
- args: ListGeofenceCollectionsCommandInput,
668
- options: __HttpHandlerOptions,
669
- cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void
670
- ): void;
671
- listGeofences(
672
- args: ListGeofencesCommandInput,
673
- options?: __HttpHandlerOptions
674
- ): Promise<ListGeofencesCommandOutput>;
675
- listGeofences(
676
- args: ListGeofencesCommandInput,
677
- cb: (err: any, data?: ListGeofencesCommandOutput) => void
678
- ): void;
679
- listGeofences(
680
- args: ListGeofencesCommandInput,
681
- options: __HttpHandlerOptions,
682
- cb: (err: any, data?: ListGeofencesCommandOutput) => void
683
- ): void;
684
- listMaps(
685
- args: ListMapsCommandInput,
686
- options?: __HttpHandlerOptions
687
- ): Promise<ListMapsCommandOutput>;
688
- listMaps(
689
- args: ListMapsCommandInput,
690
- cb: (err: any, data?: ListMapsCommandOutput) => void
691
- ): void;
692
- listMaps(
693
- args: ListMapsCommandInput,
694
- options: __HttpHandlerOptions,
695
- cb: (err: any, data?: ListMapsCommandOutput) => void
696
- ): void;
697
- listPlaceIndexes(
698
- args: ListPlaceIndexesCommandInput,
699
- options?: __HttpHandlerOptions
700
- ): Promise<ListPlaceIndexesCommandOutput>;
701
- listPlaceIndexes(
702
- args: ListPlaceIndexesCommandInput,
703
- cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
704
- ): void;
705
- listPlaceIndexes(
706
- args: ListPlaceIndexesCommandInput,
707
- options: __HttpHandlerOptions,
708
- cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void
709
- ): void;
710
- listRouteCalculators(
711
- args: ListRouteCalculatorsCommandInput,
712
- options?: __HttpHandlerOptions
713
- ): Promise<ListRouteCalculatorsCommandOutput>;
714
- listRouteCalculators(
715
- args: ListRouteCalculatorsCommandInput,
716
- cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
717
- ): void;
718
- listRouteCalculators(
719
- args: ListRouteCalculatorsCommandInput,
720
- options: __HttpHandlerOptions,
721
- cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void
722
- ): void;
723
- listTagsForResource(
724
- args: ListTagsForResourceCommandInput,
725
- options?: __HttpHandlerOptions
726
- ): Promise<ListTagsForResourceCommandOutput>;
727
- listTagsForResource(
728
- args: ListTagsForResourceCommandInput,
729
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
730
- ): void;
731
- listTagsForResource(
732
- args: ListTagsForResourceCommandInput,
733
- options: __HttpHandlerOptions,
734
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
735
- ): void;
736
- listTrackerConsumers(
737
- args: ListTrackerConsumersCommandInput,
738
- options?: __HttpHandlerOptions
739
- ): Promise<ListTrackerConsumersCommandOutput>;
740
- listTrackerConsumers(
741
- args: ListTrackerConsumersCommandInput,
742
- cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
743
- ): void;
744
- listTrackerConsumers(
745
- args: ListTrackerConsumersCommandInput,
746
- options: __HttpHandlerOptions,
747
- cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void
748
- ): void;
749
- listTrackers(
750
- args: ListTrackersCommandInput,
751
- options?: __HttpHandlerOptions
752
- ): Promise<ListTrackersCommandOutput>;
753
- listTrackers(
754
- args: ListTrackersCommandInput,
755
- cb: (err: any, data?: ListTrackersCommandOutput) => void
756
- ): void;
757
- listTrackers(
758
- args: ListTrackersCommandInput,
759
- options: __HttpHandlerOptions,
760
- cb: (err: any, data?: ListTrackersCommandOutput) => void
761
- ): void;
762
- putGeofence(
763
- args: PutGeofenceCommandInput,
764
- options?: __HttpHandlerOptions
765
- ): Promise<PutGeofenceCommandOutput>;
766
- putGeofence(
767
- args: PutGeofenceCommandInput,
768
- cb: (err: any, data?: PutGeofenceCommandOutput) => void
769
- ): void;
770
- putGeofence(
771
- args: PutGeofenceCommandInput,
772
- options: __HttpHandlerOptions,
773
- cb: (err: any, data?: PutGeofenceCommandOutput) => void
774
- ): void;
775
- searchPlaceIndexForPosition(
776
- args: SearchPlaceIndexForPositionCommandInput,
777
- options?: __HttpHandlerOptions
778
- ): Promise<SearchPlaceIndexForPositionCommandOutput>;
779
- searchPlaceIndexForPosition(
780
- args: SearchPlaceIndexForPositionCommandInput,
781
- cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
782
- ): void;
783
- searchPlaceIndexForPosition(
784
- args: SearchPlaceIndexForPositionCommandInput,
785
- options: __HttpHandlerOptions,
786
- cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void
787
- ): void;
788
- searchPlaceIndexForSuggestions(
789
- args: SearchPlaceIndexForSuggestionsCommandInput,
790
- options?: __HttpHandlerOptions
791
- ): Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
792
- searchPlaceIndexForSuggestions(
793
- args: SearchPlaceIndexForSuggestionsCommandInput,
794
- cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void
795
- ): void;
796
- searchPlaceIndexForSuggestions(
797
- args: SearchPlaceIndexForSuggestionsCommandInput,
798
- options: __HttpHandlerOptions,
799
- cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void
800
- ): void;
801
- searchPlaceIndexForText(
802
- args: SearchPlaceIndexForTextCommandInput,
803
- options?: __HttpHandlerOptions
804
- ): Promise<SearchPlaceIndexForTextCommandOutput>;
805
- searchPlaceIndexForText(
806
- args: SearchPlaceIndexForTextCommandInput,
807
- cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
808
- ): void;
809
- searchPlaceIndexForText(
810
- args: SearchPlaceIndexForTextCommandInput,
811
- options: __HttpHandlerOptions,
812
- cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void
813
- ): void;
814
- tagResource(
815
- args: TagResourceCommandInput,
816
- options?: __HttpHandlerOptions
817
- ): Promise<TagResourceCommandOutput>;
818
- tagResource(
819
- args: TagResourceCommandInput,
820
- cb: (err: any, data?: TagResourceCommandOutput) => void
821
- ): void;
822
- tagResource(
823
- args: TagResourceCommandInput,
824
- options: __HttpHandlerOptions,
825
- cb: (err: any, data?: TagResourceCommandOutput) => void
826
- ): void;
827
- untagResource(
828
- args: UntagResourceCommandInput,
829
- options?: __HttpHandlerOptions
830
- ): Promise<UntagResourceCommandOutput>;
831
- untagResource(
832
- args: UntagResourceCommandInput,
833
- cb: (err: any, data?: UntagResourceCommandOutput) => void
834
- ): void;
835
- untagResource(
836
- args: UntagResourceCommandInput,
837
- options: __HttpHandlerOptions,
838
- cb: (err: any, data?: UntagResourceCommandOutput) => void
839
- ): void;
840
- updateGeofenceCollection(
841
- args: UpdateGeofenceCollectionCommandInput,
842
- options?: __HttpHandlerOptions
843
- ): Promise<UpdateGeofenceCollectionCommandOutput>;
844
- updateGeofenceCollection(
845
- args: UpdateGeofenceCollectionCommandInput,
846
- cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
847
- ): void;
848
- updateGeofenceCollection(
849
- args: UpdateGeofenceCollectionCommandInput,
850
- options: __HttpHandlerOptions,
851
- cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void
852
- ): void;
853
- updateMap(
854
- args: UpdateMapCommandInput,
855
- options?: __HttpHandlerOptions
856
- ): Promise<UpdateMapCommandOutput>;
857
- updateMap(
858
- args: UpdateMapCommandInput,
859
- cb: (err: any, data?: UpdateMapCommandOutput) => void
860
- ): void;
861
- updateMap(
862
- args: UpdateMapCommandInput,
863
- options: __HttpHandlerOptions,
864
- cb: (err: any, data?: UpdateMapCommandOutput) => void
865
- ): void;
866
- updatePlaceIndex(
867
- args: UpdatePlaceIndexCommandInput,
868
- options?: __HttpHandlerOptions
869
- ): Promise<UpdatePlaceIndexCommandOutput>;
870
- updatePlaceIndex(
871
- args: UpdatePlaceIndexCommandInput,
872
- cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
873
- ): void;
874
- updatePlaceIndex(
875
- args: UpdatePlaceIndexCommandInput,
876
- options: __HttpHandlerOptions,
877
- cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void
878
- ): void;
879
- updateRouteCalculator(
880
- args: UpdateRouteCalculatorCommandInput,
881
- options?: __HttpHandlerOptions
882
- ): Promise<UpdateRouteCalculatorCommandOutput>;
883
- updateRouteCalculator(
884
- args: UpdateRouteCalculatorCommandInput,
885
- cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
886
- ): void;
887
- updateRouteCalculator(
888
- args: UpdateRouteCalculatorCommandInput,
889
- options: __HttpHandlerOptions,
890
- cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void
891
- ): void;
892
- updateTracker(
893
- args: UpdateTrackerCommandInput,
894
- options?: __HttpHandlerOptions
895
- ): Promise<UpdateTrackerCommandOutput>;
896
- updateTracker(
897
- args: UpdateTrackerCommandInput,
898
- cb: (err: any, data?: UpdateTrackerCommandOutput) => void
899
- ): void;
900
- updateTracker(
901
- args: UpdateTrackerCommandInput,
902
- options: __HttpHandlerOptions,
903
- cb: (err: any, data?: UpdateTrackerCommandOutput) => void
904
- ): void;
905
- }
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 { GetPlaceCommandInput, GetPlaceCommandOutput } from "./commands/GetPlaceCommand";
35
+ import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "./commands/ListDevicePositionsCommand";
36
+ import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "./commands/ListGeofenceCollectionsCommand";
37
+ import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "./commands/ListGeofencesCommand";
38
+ import { ListMapsCommandInput, ListMapsCommandOutput } from "./commands/ListMapsCommand";
39
+ import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "./commands/ListPlaceIndexesCommand";
40
+ import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "./commands/ListRouteCalculatorsCommand";
41
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
42
+ import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "./commands/ListTrackerConsumersCommand";
43
+ import { ListTrackersCommandInput, ListTrackersCommandOutput } from "./commands/ListTrackersCommand";
44
+ import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "./commands/PutGeofenceCommand";
45
+ import { SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput } from "./commands/SearchPlaceIndexForPositionCommand";
46
+ import { SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput } from "./commands/SearchPlaceIndexForSuggestionsCommand";
47
+ import { SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput } from "./commands/SearchPlaceIndexForTextCommand";
48
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
49
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
50
+ import { UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput } from "./commands/UpdateGeofenceCollectionCommand";
51
+ import { UpdateMapCommandInput, UpdateMapCommandOutput } from "./commands/UpdateMapCommand";
52
+ import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "./commands/UpdatePlaceIndexCommand";
53
+ import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "./commands/UpdateRouteCalculatorCommand";
54
+ import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "./commands/UpdateTrackerCommand";
55
+ import { LocationClient } from "./LocationClient";
56
+ /**
57
+ * <p>"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"</p>
58
+ */
59
+ export declare class Location extends LocationClient {
60
+ /**
61
+ * <p>Creates an association between a geofence collection and a tracker resource. This
62
+ * allows the tracker resource to communicate location data to the linked geofence
63
+ * collection. </p>
64
+ * <p>You can associate up to five geofence collections to each tracker resource.</p>
65
+ * <note>
66
+ * <p>Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.</p>
67
+ * </note>
68
+ */
69
+ associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTrackerConsumerCommandOutput>;
70
+ associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void): void;
71
+ associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void): void;
72
+ /**
73
+ * <p>Deletes the position history of one or more devices from a tracker resource.</p>
74
+ */
75
+ batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
76
+ batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void): void;
77
+ batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void): void;
78
+ /**
79
+ * <p>Deletes a batch of geofences from a geofence collection.</p>
80
+ * <note>
81
+ * <p>This operation deletes the resource permanently.</p>
82
+ * </note>
83
+ */
84
+ batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteGeofenceCommandOutput>;
85
+ batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void): void;
86
+ batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void): void;
87
+ /**
88
+ * <p>Evaluates device positions against the geofence geometries from a given geofence
89
+ * collection.</p>
90
+ * <p>This operation always returns an empty response because geofences are asynchronously
91
+ * evaluated. The evaluation determines if the device has entered or exited a geofenced
92
+ * area, and then publishes one of the following events to Amazon EventBridge:</p>
93
+ * <ul>
94
+ * <li>
95
+ * <p>
96
+ * <code>ENTER</code> if Amazon Location determines that the tracked device has entered
97
+ * a geofenced area.</p>
98
+ * </li>
99
+ * <li>
100
+ * <p>
101
+ * <code>EXIT</code> if Amazon Location determines that the tracked device has exited a
102
+ * geofenced area.</p>
103
+ * </li>
104
+ * </ul>
105
+ * <note>
106
+ * <p>The last geofence that a device was observed within is tracked for 30 days after
107
+ * the most recent device position update.</p>
108
+ * </note>
109
+ * <note>
110
+ * <p>Geofence evaluation uses the given device position. It does not account for the
111
+ * optional <code>Accuracy</code> of a <code>DevicePositionUpdate</code>.</p>
112
+ * </note>
113
+ * <note>
114
+ * <p>The <code>DeviceID</code> is used as a string to represent the device. You do not
115
+ * need to have a <code>Tracker</code> associated with the <code>DeviceID</code>.</p>
116
+ * </note>
117
+ */
118
+ batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, options?: __HttpHandlerOptions): Promise<BatchEvaluateGeofencesCommandOutput>;
119
+ batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void): void;
120
+ batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void): void;
121
+ /**
122
+ * <p>Lists the latest device positions for requested devices.</p>
123
+ */
124
+ batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDevicePositionCommandOutput>;
125
+ batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void): void;
126
+ batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void): void;
127
+ /**
128
+ * <p>A batch request for storing geofence geometries into a given geofence collection, or
129
+ * updates the geometry of an existing geofence if a geofence ID is included in the request.</p>
130
+ */
131
+ batchPutGeofence(args: BatchPutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutGeofenceCommandOutput>;
132
+ batchPutGeofence(args: BatchPutGeofenceCommandInput, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
133
+ batchPutGeofence(args: BatchPutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
134
+ /**
135
+ * <p>Uploads position update data for one or more devices to a tracker resource. Amazon Location
136
+ * uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30
137
+ * days.</p>
138
+ * <note>
139
+ * <p>Position updates are handled based on the <code>PositionFiltering</code> property of the tracker.
140
+ * When <code>PositionFiltering</code> is set to <code>TimeBased</code>, updates are evaluated against linked geofence collections,
141
+ * and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than
142
+ * every 30 seconds, only one update per 30 seconds is stored for each unique device ID.</p>
143
+ * <p>When <code>PositionFiltering</code> is set to <code>DistanceBased</code> filtering, location data is stored and evaluated against linked geofence
144
+ * collections only if the device has moved more than 30 m (98.4 ft).</p>
145
+ * <p>When <code>PositionFiltering</code> is set to <code>AccuracyBased</code> filtering,
146
+ * location data is stored and evaluated against linked geofence collections only if the
147
+ * device has moved more than the measured accuracy. For example, if two consecutive
148
+ * updates from a device have a horizontal accuracy of 5 m and 10 m, the second update
149
+ * is neither stored or evaluated if the device has moved less than 15 m. If
150
+ * <code>PositionFiltering</code> is set to <code>AccuracyBased</code> filtering, Amazon Location
151
+ * uses the default value <code>{ "Horizontal": 0}</code> when accuracy is not provided on
152
+ * a <code>DevicePositionUpdate</code>.</p>
153
+ * </note>
154
+ */
155
+ batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateDevicePositionCommandOutput>;
156
+ batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void): void;
157
+ batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void): void;
158
+ /**
159
+ * <p>
160
+ * <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html">Calculates a route</a> given the following required parameters:
161
+ * <code>DeparturePosition</code> and <code>DestinationPosition</code>. Requires that
162
+ * you first <a href="https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html">create a
163
+ * route calculator resource</a>.</p>
164
+ * <p>By default, a request that doesn't specify a departure time uses the best time of day
165
+ * to travel with the best traffic conditions when calculating the route.</p>
166
+ * <p>Additional options include:</p>
167
+ * <ul>
168
+ * <li>
169
+ * <p>
170
+ * <a href="https://docs.aws.amazon.com/location/latest/developerguide/departure-time.html">Specifying a
171
+ * departure time</a> using either <code>DepartureTime</code> or
172
+ * <code>DepartNow</code>. This calculates a route based on predictive traffic
173
+ * data at the given time. </p>
174
+ * <note>
175
+ * <p>You can't specify both <code>DepartureTime</code> and
176
+ * <code>DepartNow</code> in a single request. Specifying both parameters
177
+ * returns a validation error.</p>
178
+ * </note>
179
+ * </li>
180
+ * <li>
181
+ * <p>
182
+ * <a href="https://docs.aws.amazon.com/location/latest/developerguide/travel-mode.html">Specifying a travel
183
+ * mode</a> using TravelMode sets the transportation mode used to calculate
184
+ * the routes. This also lets you specify additional route preferences in
185
+ * <code>CarModeOptions</code> if traveling by <code>Car</code>, or
186
+ * <code>TruckModeOptions</code> if traveling by <code>Truck</code>.</p>
187
+ * <note>
188
+ * <p>If you specify <code>walking</code> for the travel mode and your data
189
+ * provider is Esri, the start and destination must be within 40km.</p>
190
+ * </note>
191
+ * </li>
192
+ * </ul>
193
+ */
194
+ calculateRoute(args: CalculateRouteCommandInput, options?: __HttpHandlerOptions): Promise<CalculateRouteCommandOutput>;
195
+ calculateRoute(args: CalculateRouteCommandInput, cb: (err: any, data?: CalculateRouteCommandOutput) => void): void;
196
+ calculateRoute(args: CalculateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CalculateRouteCommandOutput) => void): void;
197
+ /**
198
+ * <p>
199
+ * <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html"> Calculates a route
200
+ * matrix</a> given the following required parameters:
201
+ * <code>DeparturePositions</code> and <code>DestinationPositions</code>.
202
+ * <code>CalculateRouteMatrix</code> calculates routes and returns the travel time and
203
+ * travel distance from each departure position to each destination position in the
204
+ * request. For example, given departure positions A and B, and destination positions X and
205
+ * Y, <code>CalculateRouteMatrix</code> will return time and distance for routes from A to
206
+ * X, A to Y, B to X, and B to Y (in that order). The number of results returned (and
207
+ * routes calculated) will be the number of <code>DeparturePositions</code> times the
208
+ * number of <code>DestinationPositions</code>.</p>
209
+ * <note>
210
+ * <p>Your account is charged for each route calculated, not the number of
211
+ * requests.</p>
212
+ * </note>
213
+ * <p>Requires that you first <a href="https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html">create a
214
+ * route calculator resource</a>.</p>
215
+ * <p>By default, a request that doesn't specify a departure time uses the best time of day
216
+ * to travel with the best traffic conditions when calculating routes.</p>
217
+ * <p>Additional options include:</p>
218
+ * <ul>
219
+ * <li>
220
+ * <p>
221
+ * <a href="https://docs.aws.amazon.com/location/latest/developerguide/departure-time.html"> Specifying a
222
+ * departure time</a> using either <code>DepartureTime</code> or
223
+ * <code>DepartNow</code>. This calculates routes based on predictive traffic
224
+ * data at the given time. </p>
225
+ * <note>
226
+ * <p>You can't specify both <code>DepartureTime</code> and
227
+ * <code>DepartNow</code> in a single request. Specifying both parameters
228
+ * returns a validation error.</p>
229
+ * </note>
230
+ * </li>
231
+ * <li>
232
+ * <p>
233
+ * <a href="https://docs.aws.amazon.com/location/latest/developerguide/travel-mode.html">Specifying a travel
234
+ * mode</a> using TravelMode sets the transportation mode used to calculate
235
+ * the routes. This also lets you specify additional route preferences in
236
+ * <code>CarModeOptions</code> if traveling by <code>Car</code>, or
237
+ * <code>TruckModeOptions</code> if traveling by <code>Truck</code>.</p>
238
+ * </li>
239
+ * </ul>
240
+ */
241
+ calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, options?: __HttpHandlerOptions): Promise<CalculateRouteMatrixCommandOutput>;
242
+ calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void): void;
243
+ calculateRouteMatrix(args: CalculateRouteMatrixCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CalculateRouteMatrixCommandOutput) => void): void;
244
+ /**
245
+ * <p>Creates a geofence collection, which manages and stores geofences.</p>
246
+ */
247
+ createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateGeofenceCollectionCommandOutput>;
248
+ createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void): void;
249
+ createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void): void;
250
+ /**
251
+ * <p>Creates a map resource in your AWS account, which provides map tiles of different
252
+ * styles sourced from global location data providers.</p>
253
+ * <note>
254
+ * <p>If your application is tracking or routing assets you use in your business, such
255
+ * as delivery vehicles or employees, you may only use HERE as your geolocation
256
+ * provider. See section 82 of the <a href="http://aws.amazon.com/service-terms">AWS
257
+ * service terms</a> for more details.</p>
258
+ * </note>
259
+ */
260
+ createMap(args: CreateMapCommandInput, options?: __HttpHandlerOptions): Promise<CreateMapCommandOutput>;
261
+ createMap(args: CreateMapCommandInput, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
262
+ createMap(args: CreateMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
263
+ /**
264
+ * <p>Creates a place index resource in your AWS account. Use a place index resource to
265
+ * geocode addresses and other text queries by using the
266
+ * <code>SearchPlaceIndexForText</code> operation, and reverse geocode coordinates by
267
+ * using the <code>SearchPlaceIndexForPosition</code> operation, and enable autosuggestions
268
+ * by using the <code>SearchPlaceIndexForSuggestions</code> operation.</p>
269
+ * <note>
270
+ * <p>If your application is tracking or routing assets you use in your business, such
271
+ * as delivery vehicles or employees, you may only use HERE as your geolocation
272
+ * provider. See section 82 of the <a href="http://aws.amazon.com/service-terms">AWS
273
+ * service terms</a> for more details.</p>
274
+ * </note>
275
+ */
276
+ createPlaceIndex(args: CreatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlaceIndexCommandOutput>;
277
+ createPlaceIndex(args: CreatePlaceIndexCommandInput, cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void): void;
278
+ createPlaceIndex(args: CreatePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void): void;
279
+ /**
280
+ * <p>Creates a route calculator resource in your AWS account.</p>
281
+ * <p>You can send requests to a route calculator resource to estimate travel time,
282
+ * distance, and get directions. A route calculator sources traffic and road network data
283
+ * from your chosen data provider.</p>
284
+ * <note>
285
+ * <p>If your application is tracking or routing assets you use in your business, such
286
+ * as delivery vehicles or employees, you may only use HERE as your geolocation
287
+ * provider. See section 82 of the <a href="http://aws.amazon.com/service-terms">AWS
288
+ * service terms</a> for more details.</p>
289
+ * </note>
290
+ */
291
+ createRouteCalculator(args: CreateRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteCalculatorCommandOutput>;
292
+ createRouteCalculator(args: CreateRouteCalculatorCommandInput, cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void): void;
293
+ createRouteCalculator(args: CreateRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void): void;
294
+ /**
295
+ * <p>Creates a tracker resource in your AWS account, which lets you retrieve current and
296
+ * historical location of devices.</p>
297
+ */
298
+ createTracker(args: CreateTrackerCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrackerCommandOutput>;
299
+ createTracker(args: CreateTrackerCommandInput, cb: (err: any, data?: CreateTrackerCommandOutput) => void): void;
300
+ createTracker(args: CreateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrackerCommandOutput) => void): void;
301
+ /**
302
+ * <p>Deletes a geofence collection from your AWS account.</p>
303
+ * <note>
304
+ * <p>This operation deletes the resource permanently. If the geofence collection is the
305
+ * target of a tracker resource, the devices will no longer be monitored.</p>
306
+ * </note>
307
+ */
308
+ deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGeofenceCollectionCommandOutput>;
309
+ deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void): void;
310
+ deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void): void;
311
+ /**
312
+ * <p>Deletes a map resource from your AWS account.</p>
313
+ * <note>
314
+ * <p>This operation deletes the resource permanently. If the map is being used in an application,
315
+ * the map may not render.</p>
316
+ * </note>
317
+ */
318
+ deleteMap(args: DeleteMapCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMapCommandOutput>;
319
+ deleteMap(args: DeleteMapCommandInput, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
320
+ deleteMap(args: DeleteMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
321
+ /**
322
+ * <p>Deletes a place index resource from your AWS account.</p>
323
+ * <note>
324
+ * <p>This operation deletes the resource permanently.</p>
325
+ * </note>
326
+ */
327
+ deletePlaceIndex(args: DeletePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaceIndexCommandOutput>;
328
+ deletePlaceIndex(args: DeletePlaceIndexCommandInput, cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void): void;
329
+ deletePlaceIndex(args: DeletePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void): void;
330
+ /**
331
+ * <p>Deletes a route calculator resource from your AWS account.</p>
332
+ * <note>
333
+ * <p>This operation deletes the resource permanently.</p>
334
+ * </note>
335
+ */
336
+ deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCalculatorCommandOutput>;
337
+ deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void): void;
338
+ deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void): void;
339
+ /**
340
+ * <p>Deletes a tracker resource from your AWS account.</p>
341
+ * <note>
342
+ * <p>This operation deletes the resource permanently. If the tracker resource is in use, you may
343
+ * encounter an error. Make sure that the target resource isn't a dependency for your
344
+ * applications.</p>
345
+ * </note>
346
+ */
347
+ deleteTracker(args: DeleteTrackerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrackerCommandOutput>;
348
+ deleteTracker(args: DeleteTrackerCommandInput, cb: (err: any, data?: DeleteTrackerCommandOutput) => void): void;
349
+ deleteTracker(args: DeleteTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrackerCommandOutput) => void): void;
350
+ /**
351
+ * <p>Retrieves the geofence collection details.</p>
352
+ */
353
+ describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGeofenceCollectionCommandOutput>;
354
+ describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void): void;
355
+ describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void): void;
356
+ /**
357
+ * <p>Retrieves the map resource details.</p>
358
+ */
359
+ describeMap(args: DescribeMapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMapCommandOutput>;
360
+ describeMap(args: DescribeMapCommandInput, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
361
+ describeMap(args: DescribeMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
362
+ /**
363
+ * <p>Retrieves the place index resource details.</p>
364
+ */
365
+ describePlaceIndex(args: DescribePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<DescribePlaceIndexCommandOutput>;
366
+ describePlaceIndex(args: DescribePlaceIndexCommandInput, cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void): void;
367
+ describePlaceIndex(args: DescribePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void): void;
368
+ /**
369
+ * <p>Retrieves the route calculator resource details.</p>
370
+ */
371
+ describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouteCalculatorCommandOutput>;
372
+ describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void): void;
373
+ describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void): void;
374
+ /**
375
+ * <p>Retrieves the tracker resource details.</p>
376
+ */
377
+ describeTracker(args: DescribeTrackerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrackerCommandOutput>;
378
+ describeTracker(args: DescribeTrackerCommandInput, cb: (err: any, data?: DescribeTrackerCommandOutput) => void): void;
379
+ describeTracker(args: DescribeTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrackerCommandOutput) => void): void;
380
+ /**
381
+ * <p>Removes the association between a tracker resource and a geofence collection.</p>
382
+ * <note>
383
+ * <p>Once you unlink a tracker resource from a geofence collection, the tracker
384
+ * positions will no longer be automatically evaluated against geofences.</p>
385
+ * </note>
386
+ */
387
+ disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTrackerConsumerCommandOutput>;
388
+ disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void): void;
389
+ disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void): void;
390
+ /**
391
+ * <p>Retrieves a device's most recent position according to its sample time.</p>
392
+ * <note>
393
+ * <p>Device positions are deleted after 30 days.</p>
394
+ * </note>
395
+ */
396
+ getDevicePosition(args: GetDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePositionCommandOutput>;
397
+ getDevicePosition(args: GetDevicePositionCommandInput, cb: (err: any, data?: GetDevicePositionCommandOutput) => void): void;
398
+ getDevicePosition(args: GetDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePositionCommandOutput) => void): void;
399
+ /**
400
+ * <p>Retrieves the device position history from a tracker resource within a specified range
401
+ * of time.</p>
402
+ * <note>
403
+ * <p>Device positions are deleted after 30 days.</p>
404
+ * </note>
405
+ */
406
+ getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePositionHistoryCommandOutput>;
407
+ getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void): void;
408
+ getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void): void;
409
+ /**
410
+ * <p>Retrieves the geofence details from a geofence collection.</p>
411
+ */
412
+ getGeofence(args: GetGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<GetGeofenceCommandOutput>;
413
+ getGeofence(args: GetGeofenceCommandInput, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
414
+ getGeofence(args: GetGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
415
+ /**
416
+ * <p>Retrieves glyphs used to display labels on a map.</p>
417
+ */
418
+ getMapGlyphs(args: GetMapGlyphsCommandInput, options?: __HttpHandlerOptions): Promise<GetMapGlyphsCommandOutput>;
419
+ getMapGlyphs(args: GetMapGlyphsCommandInput, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
420
+ getMapGlyphs(args: GetMapGlyphsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
421
+ /**
422
+ * <p>Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG
423
+ * image paired with a JSON document describing the offsets of individual icons that will
424
+ * be displayed on a rendered map.</p>
425
+ */
426
+ getMapSprites(args: GetMapSpritesCommandInput, options?: __HttpHandlerOptions): Promise<GetMapSpritesCommandOutput>;
427
+ getMapSprites(args: GetMapSpritesCommandInput, cb: (err: any, data?: GetMapSpritesCommandOutput) => void): void;
428
+ getMapSprites(args: GetMapSpritesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapSpritesCommandOutput) => void): void;
429
+ /**
430
+ * <p>Retrieves the map style descriptor from a map resource. </p>
431
+ * <p>The style descriptor contains specifications on how features render on a map. For
432
+ * example, what data to display, what order to display the data in, and the style for the
433
+ * data. Style descriptors follow the Mapbox Style Specification.</p>
434
+ */
435
+ getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, options?: __HttpHandlerOptions): Promise<GetMapStyleDescriptorCommandOutput>;
436
+ getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void): void;
437
+ getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void): void;
438
+ /**
439
+ * <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to
440
+ * render a map. they're addressed using a grid arrangement with an X coordinate, Y
441
+ * coordinate, and Z (zoom) level. </p>
442
+ * <p>The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles
443
+ * both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0)
444
+ * will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).</p>
445
+ */
446
+ getMapTile(args: GetMapTileCommandInput, options?: __HttpHandlerOptions): Promise<GetMapTileCommandOutput>;
447
+ getMapTile(args: GetMapTileCommandInput, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
448
+ getMapTile(args: GetMapTileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
449
+ /**
450
+ * <p>Finds a place by its unique ID. A <code>PlaceId</code> is returned by other search
451
+ * operations.</p>
452
+ * <note>
453
+ * <p>A PlaceId is valid only if all of the following are the same in the original
454
+ * search request and the call to <code>GetPlace</code>.</p>
455
+ * <ul>
456
+ * <li>
457
+ * <p>Customer AWS account</p>
458
+ * </li>
459
+ * <li>
460
+ * <p>AWS Region</p>
461
+ * </li>
462
+ * <li>
463
+ * <p>Data provider specified in the place index resource</p>
464
+ * </li>
465
+ * </ul>
466
+ * </note>
467
+ */
468
+ getPlace(args: GetPlaceCommandInput, options?: __HttpHandlerOptions): Promise<GetPlaceCommandOutput>;
469
+ getPlace(args: GetPlaceCommandInput, cb: (err: any, data?: GetPlaceCommandOutput) => void): void;
470
+ getPlace(args: GetPlaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPlaceCommandOutput) => void): void;
471
+ /**
472
+ * <p>A batch request to retrieve all device positions.</p>
473
+ */
474
+ listDevicePositions(args: ListDevicePositionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicePositionsCommandOutput>;
475
+ listDevicePositions(args: ListDevicePositionsCommandInput, cb: (err: any, data?: ListDevicePositionsCommandOutput) => void): void;
476
+ listDevicePositions(args: ListDevicePositionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicePositionsCommandOutput) => void): void;
477
+ /**
478
+ * <p>Lists geofence collections in your AWS account.</p>
479
+ */
480
+ listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofenceCollectionsCommandOutput>;
481
+ listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
482
+ listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
483
+ /**
484
+ * <p>Lists geofences stored in a given geofence collection.</p>
485
+ */
486
+ listGeofences(args: ListGeofencesCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofencesCommandOutput>;
487
+ listGeofences(args: ListGeofencesCommandInput, cb: (err: any, data?: ListGeofencesCommandOutput) => void): void;
488
+ listGeofences(args: ListGeofencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofencesCommandOutput) => void): void;
489
+ /**
490
+ * <p>Lists map resources in your AWS account.</p>
491
+ */
492
+ listMaps(args: ListMapsCommandInput, options?: __HttpHandlerOptions): Promise<ListMapsCommandOutput>;
493
+ listMaps(args: ListMapsCommandInput, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
494
+ listMaps(args: ListMapsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
495
+ /**
496
+ * <p>Lists place index resources in your AWS account.</p>
497
+ */
498
+ listPlaceIndexes(args: ListPlaceIndexesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaceIndexesCommandOutput>;
499
+ listPlaceIndexes(args: ListPlaceIndexesCommandInput, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
500
+ listPlaceIndexes(args: ListPlaceIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
501
+ /**
502
+ * <p>Lists route calculator resources in your AWS account.</p>
503
+ */
504
+ listRouteCalculators(args: ListRouteCalculatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListRouteCalculatorsCommandOutput>;
505
+ listRouteCalculators(args: ListRouteCalculatorsCommandInput, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
506
+ listRouteCalculators(args: ListRouteCalculatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
507
+ /**
508
+ * <p>Returns a list of tags that are applied to the specified Amazon Location resource.</p>
509
+ */
510
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
511
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
512
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
513
+ /**
514
+ * <p>Lists geofence collections currently associated to the given tracker resource.</p>
515
+ */
516
+ listTrackerConsumers(args: ListTrackerConsumersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackerConsumersCommandOutput>;
517
+ listTrackerConsumers(args: ListTrackerConsumersCommandInput, cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void): void;
518
+ listTrackerConsumers(args: ListTrackerConsumersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void): void;
519
+ /**
520
+ * <p>Lists tracker resources in your AWS account.</p>
521
+ */
522
+ listTrackers(args: ListTrackersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackersCommandOutput>;
523
+ listTrackers(args: ListTrackersCommandInput, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
524
+ listTrackers(args: ListTrackersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
525
+ /**
526
+ * <p>Stores a geofence geometry in a given geofence collection, or updates the geometry of
527
+ * an existing geofence if a geofence ID is included in the request. </p>
528
+ */
529
+ putGeofence(args: PutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<PutGeofenceCommandOutput>;
530
+ putGeofence(args: PutGeofenceCommandInput, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
531
+ putGeofence(args: PutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
532
+ /**
533
+ * <p>Reverse geocodes a given coordinate and returns a legible address. Allows you to
534
+ * search for Places or points of interest near a given position.</p>
535
+ */
536
+ searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForPositionCommandOutput>;
537
+ searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void): void;
538
+ searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void): void;
539
+ /**
540
+ * <p>Generates suggestions for addresses and points of interest based on partial or
541
+ * misspelled free-form text. This operation is also known as autocomplete, autosuggest, or
542
+ * fuzzy matching.</p>
543
+ * <p>Optional parameters let you narrow your search results by bounding box or country, or
544
+ * bias your search toward a specific position on the globe.</p>
545
+ * <note>
546
+ * <p>You can search for suggested place names near a specified position by using
547
+ * <code>BiasPosition</code>, or filter results within a bounding box by using
548
+ * <code>FilterBBox</code>. These parameters are mutually exclusive; using both
549
+ * <code>BiasPosition</code> and <code>FilterBBox</code> in the same command
550
+ * returns an error.</p>
551
+ * </note>
552
+ */
553
+ searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
554
+ searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void): void;
555
+ searchPlaceIndexForSuggestions(args: SearchPlaceIndexForSuggestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForSuggestionsCommandOutput) => void): void;
556
+ /**
557
+ * <p>Geocodes free-form text, such as an address, name, city, or region to allow you to
558
+ * search for Places or points of interest. </p>
559
+ * <p>Optional parameters let you narrow your search results by bounding box or country, or
560
+ * bias your search toward a specific position on the globe.</p>
561
+ * <note>
562
+ * <p>You can search for places near a given position using <code>BiasPosition</code>,
563
+ * or filter results within a bounding box using <code>FilterBBox</code>. Providing
564
+ * both parameters simultaneously returns an error.</p>
565
+ * </note>
566
+ * <p>Search results are returned in order of highest to lowest relevance.</p>
567
+ */
568
+ searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForTextCommandOutput>;
569
+ searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void): void;
570
+ searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void): void;
571
+ /**
572
+ * <p>Assigns one or more tags (key-value pairs) to the specified Amazon
573
+ * Location Service resource.</p>
574
+ *
575
+ * <p>Tags can help you organize and categorize your resources.
576
+ * You can also use them to scope user permissions, by granting a user
577
+ * permission to access or change only resources with certain tag values.</p>
578
+ *
579
+ * <p>You can use the <code>TagResource</code> operation with an Amazon Location Service
580
+ * resource that already has tags. If you specify a new tag key for the resource, this tag
581
+ * is appended to the tags already associated with the resource. If you specify a tag key
582
+ * that's already associated with the resource, the new tag value that you specify replaces
583
+ * the previous value for that tag. </p>
584
+ *
585
+ * <p>You can associate up to 50 tags with a resource.</p>
586
+ */
587
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
588
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
589
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
590
+ /**
591
+ * <p>Removes one or more tags from the specified Amazon Location resource.</p>
592
+ */
593
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
594
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
595
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
596
+ /**
597
+ * <p>Updates the specified properties of a given geofence collection.</p>
598
+ */
599
+ updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGeofenceCollectionCommandOutput>;
600
+ updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void): void;
601
+ updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void): void;
602
+ /**
603
+ * <p>Updates the specified properties of a given map resource.</p>
604
+ */
605
+ updateMap(args: UpdateMapCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMapCommandOutput>;
606
+ updateMap(args: UpdateMapCommandInput, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
607
+ updateMap(args: UpdateMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
608
+ /**
609
+ * <p>Updates the specified properties of a given place index resource.</p>
610
+ */
611
+ updatePlaceIndex(args: UpdatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePlaceIndexCommandOutput>;
612
+ updatePlaceIndex(args: UpdatePlaceIndexCommandInput, cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void): void;
613
+ updatePlaceIndex(args: UpdatePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void): void;
614
+ /**
615
+ * <p>Updates the specified properties for a given route calculator resource.</p>
616
+ */
617
+ updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCalculatorCommandOutput>;
618
+ updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void): void;
619
+ updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void): void;
620
+ /**
621
+ * <p>Updates the specified properties of a given tracker resource.</p>
622
+ */
623
+ updateTracker(args: UpdateTrackerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrackerCommandOutput>;
624
+ updateTracker(args: UpdateTrackerCommandInput, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;
625
+ updateTracker(args: UpdateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;
626
+ }