@aws-sdk/client-location 3.186.0 → 3.186.1
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.
- package/dist-types/ts3.4/Location.d.ts +626 -905
- package/dist-types/ts3.4/LocationClient.d.ts +197 -422
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -39
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -36
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +63 -39
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -35
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +53 -39
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +68 -35
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +76 -39
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +42 -32
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +45 -35
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +44 -39
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -35
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -32
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -35
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -39
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -35
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -36
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -35
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -39
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -32
- package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +51 -32
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -32
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -39
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +46 -39
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +44 -39
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -32
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +10 -7
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4783 -1283
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -7
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -641
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -67
- package/dist-types/ts3.4/runtimeConfig.d.ts +40 -67
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +39 -68
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -10
- package/package.json +2 -2
|
@@ -1,905 +1,626 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
} from "./commands/
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
} from "./commands/
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
} from "./commands/
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} from "./commands/
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
} from "./commands/
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
} from "./commands/
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
} from "./commands/
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
} from "./commands/
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
} from "./commands/
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
} from "./commands/
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
} from "./commands/
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
} from "./commands/
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
} from "./commands/
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
args:
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
args:
|
|
248
|
-
cb: (err: any, data?:
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
args:
|
|
261
|
-
cb: (err: any, data?:
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
args:
|
|
278
|
-
options: __HttpHandlerOptions,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
options:
|
|
292
|
-
cb: (err: any, data?:
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
args:
|
|
300
|
-
cb: (err: any, data?:
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
args:
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
args:
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
args:
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
args:
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
args:
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
args:
|
|
361
|
-
options?:
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
args:
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
args:
|
|
378
|
-
cb: (err: any, data?:
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
options?: __HttpHandlerOptions
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
args:
|
|
408
|
-
options: __HttpHandlerOptions,
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
args:
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
args:
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
options?: __HttpHandlerOptions
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
args:
|
|
447
|
-
|
|
448
|
-
cb: (err: any, data?:
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
args:
|
|
469
|
-
cb: (err: any, data?:
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
args:
|
|
482
|
-
cb: (err: any, data?:
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
options:
|
|
487
|
-
cb: (err: any, data?:
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
args:
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
args:
|
|
499
|
-
|
|
500
|
-
cb: (err: any, data?:
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
options?: __HttpHandlerOptions
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
args:
|
|
512
|
-
options: __HttpHandlerOptions,
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
args:
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
args:
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
args:
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
args:
|
|
538
|
-
options: __HttpHandlerOptions,
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
args:
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
args:
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
args:
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
args:
|
|
595
|
-
options?:
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
args:
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
args:
|
|
612
|
-
cb: (err: any, data?:
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
args:
|
|
625
|
-
cb: (err: any, data?:
|
|
626
|
-
|
|
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
|
+
}
|