@aws-sdk/client-location 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Location.d.ts +940 -265
- package/dist-types/ts3.4/LocationClient.d.ts +441 -125
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- 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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1790 -1621
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1621 +1,1790 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { LocationServiceException as __BaseException } from "./LocationServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export declare class ConflictException extends __BaseException {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export declare class InternalServerException extends __BaseException {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
export
|
|
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
|
-
export interface
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface BatchPutGeofenceError {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
export
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
export
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
export interface
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
export interface
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
export interface
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
}
|
|
584
|
-
export interface
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
}
|
|
787
|
-
export interface
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
}
|
|
830
|
-
export interface
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
}
|
|
840
|
-
export interface
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
}
|
|
848
|
-
export interface
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
}
|
|
934
|
-
export interface
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
}
|
|
994
|
-
export interface
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
export interface
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
export
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
export
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
export
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
export
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { LocationServiceException as __BaseException } from "./LocationServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message: string | undefined;
|
|
8
|
+
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
export interface AssociateTrackerConsumerRequest {
|
|
14
|
+
TrackerName: string | undefined;
|
|
15
|
+
|
|
16
|
+
ConsumerArn: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
export interface AssociateTrackerConsumerResponse {}
|
|
19
|
+
|
|
20
|
+
export declare class ConflictException extends __BaseException {
|
|
21
|
+
readonly name: "ConflictException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
Message: string | undefined;
|
|
24
|
+
|
|
25
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export declare class InternalServerException extends __BaseException {
|
|
29
|
+
readonly name: "InternalServerException";
|
|
30
|
+
readonly $fault: "server";
|
|
31
|
+
$retryable: {};
|
|
32
|
+
Message: string | undefined;
|
|
33
|
+
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
40
|
+
readonly name: "ResourceNotFoundException";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
Message: string | undefined;
|
|
43
|
+
|
|
44
|
+
constructor(
|
|
45
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
50
|
+
readonly name: "ServiceQuotaExceededException";
|
|
51
|
+
readonly $fault: "client";
|
|
52
|
+
|
|
53
|
+
Message: string | undefined;
|
|
54
|
+
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export declare class ThrottlingException extends __BaseException {
|
|
61
|
+
readonly name: "ThrottlingException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
$retryable: {};
|
|
64
|
+
Message: string | undefined;
|
|
65
|
+
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface ValidationExceptionField {
|
|
72
|
+
Name: string | undefined;
|
|
73
|
+
|
|
74
|
+
Message: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
export declare type ValidationExceptionReason =
|
|
77
|
+
| "CannotParse"
|
|
78
|
+
| "FieldValidationFailed"
|
|
79
|
+
| "Missing"
|
|
80
|
+
| "Other"
|
|
81
|
+
| "UnknownOperation";
|
|
82
|
+
|
|
83
|
+
export declare class ValidationException extends __BaseException {
|
|
84
|
+
readonly name: "ValidationException";
|
|
85
|
+
readonly $fault: "client";
|
|
86
|
+
Message: string | undefined;
|
|
87
|
+
|
|
88
|
+
Reason: ValidationExceptionReason | string | undefined;
|
|
89
|
+
|
|
90
|
+
FieldList: ValidationExceptionField[] | undefined;
|
|
91
|
+
|
|
92
|
+
constructor(
|
|
93
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
export interface BatchDeleteDevicePositionHistoryRequest {
|
|
97
|
+
TrackerName: string | undefined;
|
|
98
|
+
|
|
99
|
+
DeviceIds: string[] | undefined;
|
|
100
|
+
}
|
|
101
|
+
export declare type BatchItemErrorCode =
|
|
102
|
+
| "AccessDeniedError"
|
|
103
|
+
| "ConflictError"
|
|
104
|
+
| "InternalServerError"
|
|
105
|
+
| "ResourceNotFoundError"
|
|
106
|
+
| "ThrottlingError"
|
|
107
|
+
| "ValidationError";
|
|
108
|
+
|
|
109
|
+
export interface BatchItemError {
|
|
110
|
+
Code?: BatchItemErrorCode | string;
|
|
111
|
+
|
|
112
|
+
Message?: string;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export interface BatchDeleteDevicePositionHistoryError {
|
|
116
|
+
DeviceId: string | undefined;
|
|
117
|
+
|
|
118
|
+
Error: BatchItemError | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface BatchDeleteDevicePositionHistoryResponse {
|
|
121
|
+
Errors: BatchDeleteDevicePositionHistoryError[] | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface BatchDeleteGeofenceRequest {
|
|
124
|
+
CollectionName: string | undefined;
|
|
125
|
+
|
|
126
|
+
GeofenceIds: string[] | undefined;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface BatchDeleteGeofenceError {
|
|
130
|
+
GeofenceId: string | undefined;
|
|
131
|
+
|
|
132
|
+
Error: BatchItemError | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface BatchDeleteGeofenceResponse {
|
|
135
|
+
Errors: BatchDeleteGeofenceError[] | undefined;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export interface PositionalAccuracy {
|
|
139
|
+
Horizontal: number | undefined;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface DevicePositionUpdate {
|
|
143
|
+
DeviceId: string | undefined;
|
|
144
|
+
|
|
145
|
+
SampleTime: Date | undefined;
|
|
146
|
+
|
|
147
|
+
Position: number[] | undefined;
|
|
148
|
+
|
|
149
|
+
Accuracy?: PositionalAccuracy;
|
|
150
|
+
|
|
151
|
+
PositionProperties?: Record<string, string>;
|
|
152
|
+
}
|
|
153
|
+
export interface BatchEvaluateGeofencesRequest {
|
|
154
|
+
CollectionName: string | undefined;
|
|
155
|
+
|
|
156
|
+
DevicePositionUpdates: DevicePositionUpdate[] | undefined;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface BatchEvaluateGeofencesError {
|
|
160
|
+
DeviceId: string | undefined;
|
|
161
|
+
|
|
162
|
+
SampleTime: Date | undefined;
|
|
163
|
+
|
|
164
|
+
Error: BatchItemError | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface BatchEvaluateGeofencesResponse {
|
|
167
|
+
Errors: BatchEvaluateGeofencesError[] | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface BatchGetDevicePositionRequest {
|
|
170
|
+
TrackerName: string | undefined;
|
|
171
|
+
|
|
172
|
+
DeviceIds: string[] | undefined;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
export interface DevicePosition {
|
|
176
|
+
DeviceId?: string;
|
|
177
|
+
|
|
178
|
+
SampleTime: Date | undefined;
|
|
179
|
+
|
|
180
|
+
ReceivedTime: Date | undefined;
|
|
181
|
+
|
|
182
|
+
Position: number[] | undefined;
|
|
183
|
+
|
|
184
|
+
Accuracy?: PositionalAccuracy;
|
|
185
|
+
|
|
186
|
+
PositionProperties?: Record<string, string>;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface BatchGetDevicePositionError {
|
|
190
|
+
DeviceId: string | undefined;
|
|
191
|
+
|
|
192
|
+
Error: BatchItemError | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface BatchGetDevicePositionResponse {
|
|
195
|
+
Errors: BatchGetDevicePositionError[] | undefined;
|
|
196
|
+
|
|
197
|
+
DevicePositions: DevicePosition[] | undefined;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface Circle {
|
|
201
|
+
Center: number[] | undefined;
|
|
202
|
+
|
|
203
|
+
Radius: number | undefined;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface GeofenceGeometry {
|
|
207
|
+
Polygon?: number[][][];
|
|
208
|
+
|
|
209
|
+
Circle?: Circle;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export interface BatchPutGeofenceRequestEntry {
|
|
213
|
+
GeofenceId: string | undefined;
|
|
214
|
+
|
|
215
|
+
Geometry: GeofenceGeometry | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface BatchPutGeofenceRequest {
|
|
218
|
+
CollectionName: string | undefined;
|
|
219
|
+
|
|
220
|
+
Entries: BatchPutGeofenceRequestEntry[] | undefined;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface BatchPutGeofenceError {
|
|
224
|
+
GeofenceId: string | undefined;
|
|
225
|
+
|
|
226
|
+
Error: BatchItemError | undefined;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface BatchPutGeofenceSuccess {
|
|
230
|
+
GeofenceId: string | undefined;
|
|
231
|
+
|
|
232
|
+
CreateTime: Date | undefined;
|
|
233
|
+
|
|
234
|
+
UpdateTime: Date | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface BatchPutGeofenceResponse {
|
|
237
|
+
Successes: BatchPutGeofenceSuccess[] | undefined;
|
|
238
|
+
|
|
239
|
+
Errors: BatchPutGeofenceError[] | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface BatchUpdateDevicePositionRequest {
|
|
242
|
+
TrackerName: string | undefined;
|
|
243
|
+
|
|
244
|
+
Updates: DevicePositionUpdate[] | undefined;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface BatchUpdateDevicePositionError {
|
|
248
|
+
DeviceId: string | undefined;
|
|
249
|
+
|
|
250
|
+
SampleTime: Date | undefined;
|
|
251
|
+
|
|
252
|
+
Error: BatchItemError | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface BatchUpdateDevicePositionResponse {
|
|
255
|
+
Errors: BatchUpdateDevicePositionError[] | undefined;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface CalculateRouteCarModeOptions {
|
|
259
|
+
AvoidFerries?: boolean;
|
|
260
|
+
|
|
261
|
+
AvoidTolls?: boolean;
|
|
262
|
+
}
|
|
263
|
+
export declare type DistanceUnit = "Kilometers" | "Miles";
|
|
264
|
+
export declare type TravelMode = "Car" | "Truck" | "Walking";
|
|
265
|
+
export declare type DimensionUnit = "Feet" | "Meters";
|
|
266
|
+
|
|
267
|
+
export interface TruckDimensions {
|
|
268
|
+
Length?: number;
|
|
269
|
+
|
|
270
|
+
Height?: number;
|
|
271
|
+
|
|
272
|
+
Width?: number;
|
|
273
|
+
|
|
274
|
+
Unit?: DimensionUnit | string;
|
|
275
|
+
}
|
|
276
|
+
export declare type VehicleWeightUnit = "Kilograms" | "Pounds";
|
|
277
|
+
|
|
278
|
+
export interface TruckWeight {
|
|
279
|
+
Total?: number;
|
|
280
|
+
|
|
281
|
+
Unit?: VehicleWeightUnit | string;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
export interface CalculateRouteTruckModeOptions {
|
|
285
|
+
AvoidFerries?: boolean;
|
|
286
|
+
|
|
287
|
+
AvoidTolls?: boolean;
|
|
288
|
+
|
|
289
|
+
Dimensions?: TruckDimensions;
|
|
290
|
+
|
|
291
|
+
Weight?: TruckWeight;
|
|
292
|
+
}
|
|
293
|
+
export interface CalculateRouteRequest {
|
|
294
|
+
CalculatorName: string | undefined;
|
|
295
|
+
|
|
296
|
+
DeparturePosition: number[] | undefined;
|
|
297
|
+
|
|
298
|
+
DestinationPosition: number[] | undefined;
|
|
299
|
+
|
|
300
|
+
WaypointPositions?: number[][];
|
|
301
|
+
|
|
302
|
+
TravelMode?: TravelMode | string;
|
|
303
|
+
|
|
304
|
+
DepartureTime?: Date;
|
|
305
|
+
|
|
306
|
+
DepartNow?: boolean;
|
|
307
|
+
|
|
308
|
+
DistanceUnit?: DistanceUnit | string;
|
|
309
|
+
|
|
310
|
+
IncludeLegGeometry?: boolean;
|
|
311
|
+
|
|
312
|
+
CarModeOptions?: CalculateRouteCarModeOptions;
|
|
313
|
+
|
|
314
|
+
TruckModeOptions?: CalculateRouteTruckModeOptions;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export interface LegGeometry {
|
|
318
|
+
LineString?: number[][];
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface Step {
|
|
322
|
+
StartPosition: number[] | undefined;
|
|
323
|
+
|
|
324
|
+
EndPosition: number[] | undefined;
|
|
325
|
+
|
|
326
|
+
Distance: number | undefined;
|
|
327
|
+
|
|
328
|
+
DurationSeconds: number | undefined;
|
|
329
|
+
|
|
330
|
+
GeometryOffset?: number;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
export interface Leg {
|
|
334
|
+
StartPosition: number[] | undefined;
|
|
335
|
+
|
|
336
|
+
EndPosition: number[] | undefined;
|
|
337
|
+
|
|
338
|
+
Distance: number | undefined;
|
|
339
|
+
|
|
340
|
+
DurationSeconds: number | undefined;
|
|
341
|
+
|
|
342
|
+
Geometry?: LegGeometry;
|
|
343
|
+
|
|
344
|
+
Steps: Step[] | undefined;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
export interface CalculateRouteSummary {
|
|
348
|
+
RouteBBox: number[] | undefined;
|
|
349
|
+
|
|
350
|
+
DataSource: string | undefined;
|
|
351
|
+
|
|
352
|
+
Distance: number | undefined;
|
|
353
|
+
|
|
354
|
+
DurationSeconds: number | undefined;
|
|
355
|
+
|
|
356
|
+
DistanceUnit: DistanceUnit | string | undefined;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export interface CalculateRouteResponse {
|
|
360
|
+
Legs: Leg[] | undefined;
|
|
361
|
+
|
|
362
|
+
Summary: CalculateRouteSummary | undefined;
|
|
363
|
+
}
|
|
364
|
+
export interface CalculateRouteMatrixRequest {
|
|
365
|
+
CalculatorName: string | undefined;
|
|
366
|
+
|
|
367
|
+
DeparturePositions: number[][] | undefined;
|
|
368
|
+
|
|
369
|
+
DestinationPositions: number[][] | undefined;
|
|
370
|
+
|
|
371
|
+
TravelMode?: TravelMode | string;
|
|
372
|
+
|
|
373
|
+
DepartureTime?: Date;
|
|
374
|
+
|
|
375
|
+
DepartNow?: boolean;
|
|
376
|
+
|
|
377
|
+
DistanceUnit?: DistanceUnit | string;
|
|
378
|
+
|
|
379
|
+
CarModeOptions?: CalculateRouteCarModeOptions;
|
|
380
|
+
|
|
381
|
+
TruckModeOptions?: CalculateRouteTruckModeOptions;
|
|
382
|
+
}
|
|
383
|
+
export declare type RouteMatrixErrorCode =
|
|
384
|
+
| "DeparturePositionNotFound"
|
|
385
|
+
| "DestinationPositionNotFound"
|
|
386
|
+
| "OtherValidationError"
|
|
387
|
+
| "PositionsNotFound"
|
|
388
|
+
| "RouteNotFound"
|
|
389
|
+
| "RouteTooLong";
|
|
390
|
+
|
|
391
|
+
export interface RouteMatrixEntryError {
|
|
392
|
+
Code: RouteMatrixErrorCode | string | undefined;
|
|
393
|
+
|
|
394
|
+
Message?: string;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
export interface RouteMatrixEntry {
|
|
398
|
+
Distance?: number;
|
|
399
|
+
|
|
400
|
+
DurationSeconds?: number;
|
|
401
|
+
|
|
402
|
+
Error?: RouteMatrixEntryError;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export interface CalculateRouteMatrixSummary {
|
|
406
|
+
DataSource: string | undefined;
|
|
407
|
+
|
|
408
|
+
RouteCount: number | undefined;
|
|
409
|
+
|
|
410
|
+
ErrorCount: number | undefined;
|
|
411
|
+
|
|
412
|
+
DistanceUnit: DistanceUnit | string | undefined;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export interface CalculateRouteMatrixResponse {
|
|
416
|
+
RouteMatrix: RouteMatrixEntry[][] | undefined;
|
|
417
|
+
|
|
418
|
+
SnappedDeparturePositions?: number[][];
|
|
419
|
+
|
|
420
|
+
SnappedDestinationPositions?: number[][];
|
|
421
|
+
|
|
422
|
+
Summary: CalculateRouteMatrixSummary | undefined;
|
|
423
|
+
}
|
|
424
|
+
export declare type PricingPlan =
|
|
425
|
+
| "MobileAssetManagement"
|
|
426
|
+
| "MobileAssetTracking"
|
|
427
|
+
| "RequestBasedUsage";
|
|
428
|
+
export interface CreateGeofenceCollectionRequest {
|
|
429
|
+
CollectionName: string | undefined;
|
|
430
|
+
|
|
431
|
+
PricingPlan?: PricingPlan | string;
|
|
432
|
+
|
|
433
|
+
PricingPlanDataSource?: string;
|
|
434
|
+
|
|
435
|
+
Description?: string;
|
|
436
|
+
|
|
437
|
+
Tags?: Record<string, string>;
|
|
438
|
+
|
|
439
|
+
KmsKeyId?: string;
|
|
440
|
+
}
|
|
441
|
+
export interface CreateGeofenceCollectionResponse {
|
|
442
|
+
CollectionName: string | undefined;
|
|
443
|
+
|
|
444
|
+
CollectionArn: string | undefined;
|
|
445
|
+
|
|
446
|
+
CreateTime: Date | undefined;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export interface MapConfiguration {
|
|
450
|
+
Style: string | undefined;
|
|
451
|
+
}
|
|
452
|
+
export interface CreateMapRequest {
|
|
453
|
+
MapName: string | undefined;
|
|
454
|
+
|
|
455
|
+
Configuration: MapConfiguration | undefined;
|
|
456
|
+
|
|
457
|
+
PricingPlan?: PricingPlan | string;
|
|
458
|
+
|
|
459
|
+
Description?: string;
|
|
460
|
+
|
|
461
|
+
Tags?: Record<string, string>;
|
|
462
|
+
}
|
|
463
|
+
export interface CreateMapResponse {
|
|
464
|
+
MapName: string | undefined;
|
|
465
|
+
|
|
466
|
+
MapArn: string | undefined;
|
|
467
|
+
|
|
468
|
+
CreateTime: Date | undefined;
|
|
469
|
+
}
|
|
470
|
+
export declare type IntendedUse = "SingleUse" | "Storage";
|
|
471
|
+
|
|
472
|
+
export interface DataSourceConfiguration {
|
|
473
|
+
IntendedUse?: IntendedUse | string;
|
|
474
|
+
}
|
|
475
|
+
export interface CreatePlaceIndexRequest {
|
|
476
|
+
IndexName: string | undefined;
|
|
477
|
+
|
|
478
|
+
DataSource: string | undefined;
|
|
479
|
+
|
|
480
|
+
PricingPlan?: PricingPlan | string;
|
|
481
|
+
|
|
482
|
+
Description?: string;
|
|
483
|
+
|
|
484
|
+
DataSourceConfiguration?: DataSourceConfiguration;
|
|
485
|
+
|
|
486
|
+
Tags?: Record<string, string>;
|
|
487
|
+
}
|
|
488
|
+
export interface CreatePlaceIndexResponse {
|
|
489
|
+
IndexName: string | undefined;
|
|
490
|
+
|
|
491
|
+
IndexArn: string | undefined;
|
|
492
|
+
|
|
493
|
+
CreateTime: Date | undefined;
|
|
494
|
+
}
|
|
495
|
+
export interface CreateRouteCalculatorRequest {
|
|
496
|
+
CalculatorName: string | undefined;
|
|
497
|
+
|
|
498
|
+
DataSource: string | undefined;
|
|
499
|
+
|
|
500
|
+
PricingPlan?: PricingPlan | string;
|
|
501
|
+
|
|
502
|
+
Description?: string;
|
|
503
|
+
|
|
504
|
+
Tags?: Record<string, string>;
|
|
505
|
+
}
|
|
506
|
+
export interface CreateRouteCalculatorResponse {
|
|
507
|
+
CalculatorName: string | undefined;
|
|
508
|
+
|
|
509
|
+
CalculatorArn: string | undefined;
|
|
510
|
+
|
|
511
|
+
CreateTime: Date | undefined;
|
|
512
|
+
}
|
|
513
|
+
export declare type PositionFiltering =
|
|
514
|
+
| "AccuracyBased"
|
|
515
|
+
| "DistanceBased"
|
|
516
|
+
| "TimeBased";
|
|
517
|
+
export interface CreateTrackerRequest {
|
|
518
|
+
TrackerName: string | undefined;
|
|
519
|
+
|
|
520
|
+
PricingPlan?: PricingPlan | string;
|
|
521
|
+
|
|
522
|
+
KmsKeyId?: string;
|
|
523
|
+
|
|
524
|
+
PricingPlanDataSource?: string;
|
|
525
|
+
|
|
526
|
+
Description?: string;
|
|
527
|
+
|
|
528
|
+
Tags?: Record<string, string>;
|
|
529
|
+
|
|
530
|
+
PositionFiltering?: PositionFiltering | string;
|
|
531
|
+
}
|
|
532
|
+
export interface CreateTrackerResponse {
|
|
533
|
+
TrackerName: string | undefined;
|
|
534
|
+
|
|
535
|
+
TrackerArn: string | undefined;
|
|
536
|
+
|
|
537
|
+
CreateTime: Date | undefined;
|
|
538
|
+
}
|
|
539
|
+
export interface DeleteGeofenceCollectionRequest {
|
|
540
|
+
CollectionName: string | undefined;
|
|
541
|
+
}
|
|
542
|
+
export interface DeleteGeofenceCollectionResponse {}
|
|
543
|
+
export interface DeleteMapRequest {
|
|
544
|
+
MapName: string | undefined;
|
|
545
|
+
}
|
|
546
|
+
export interface DeleteMapResponse {}
|
|
547
|
+
export interface DeletePlaceIndexRequest {
|
|
548
|
+
IndexName: string | undefined;
|
|
549
|
+
}
|
|
550
|
+
export interface DeletePlaceIndexResponse {}
|
|
551
|
+
export interface DeleteRouteCalculatorRequest {
|
|
552
|
+
CalculatorName: string | undefined;
|
|
553
|
+
}
|
|
554
|
+
export interface DeleteRouteCalculatorResponse {}
|
|
555
|
+
export interface DeleteTrackerRequest {
|
|
556
|
+
TrackerName: string | undefined;
|
|
557
|
+
}
|
|
558
|
+
export interface DeleteTrackerResponse {}
|
|
559
|
+
export interface DescribeGeofenceCollectionRequest {
|
|
560
|
+
CollectionName: string | undefined;
|
|
561
|
+
}
|
|
562
|
+
export interface DescribeGeofenceCollectionResponse {
|
|
563
|
+
CollectionName: string | undefined;
|
|
564
|
+
|
|
565
|
+
CollectionArn: string | undefined;
|
|
566
|
+
|
|
567
|
+
Description: string | undefined;
|
|
568
|
+
|
|
569
|
+
PricingPlan?: PricingPlan | string;
|
|
570
|
+
|
|
571
|
+
PricingPlanDataSource?: string;
|
|
572
|
+
|
|
573
|
+
KmsKeyId?: string;
|
|
574
|
+
|
|
575
|
+
Tags?: Record<string, string>;
|
|
576
|
+
|
|
577
|
+
CreateTime: Date | undefined;
|
|
578
|
+
|
|
579
|
+
UpdateTime: Date | undefined;
|
|
580
|
+
}
|
|
581
|
+
export interface DescribeMapRequest {
|
|
582
|
+
MapName: string | undefined;
|
|
583
|
+
}
|
|
584
|
+
export interface DescribeMapResponse {
|
|
585
|
+
MapName: string | undefined;
|
|
586
|
+
|
|
587
|
+
MapArn: string | undefined;
|
|
588
|
+
|
|
589
|
+
PricingPlan?: PricingPlan | string;
|
|
590
|
+
|
|
591
|
+
DataSource: string | undefined;
|
|
592
|
+
|
|
593
|
+
Configuration: MapConfiguration | undefined;
|
|
594
|
+
|
|
595
|
+
Description: string | undefined;
|
|
596
|
+
|
|
597
|
+
Tags?: Record<string, string>;
|
|
598
|
+
|
|
599
|
+
CreateTime: Date | undefined;
|
|
600
|
+
|
|
601
|
+
UpdateTime: Date | undefined;
|
|
602
|
+
}
|
|
603
|
+
export interface DescribePlaceIndexRequest {
|
|
604
|
+
IndexName: string | undefined;
|
|
605
|
+
}
|
|
606
|
+
export interface DescribePlaceIndexResponse {
|
|
607
|
+
IndexName: string | undefined;
|
|
608
|
+
|
|
609
|
+
IndexArn: string | undefined;
|
|
610
|
+
|
|
611
|
+
PricingPlan?: PricingPlan | string;
|
|
612
|
+
|
|
613
|
+
Description: string | undefined;
|
|
614
|
+
|
|
615
|
+
CreateTime: Date | undefined;
|
|
616
|
+
|
|
617
|
+
UpdateTime: Date | undefined;
|
|
618
|
+
|
|
619
|
+
DataSource: string | undefined;
|
|
620
|
+
|
|
621
|
+
DataSourceConfiguration: DataSourceConfiguration | undefined;
|
|
622
|
+
|
|
623
|
+
Tags?: Record<string, string>;
|
|
624
|
+
}
|
|
625
|
+
export interface DescribeRouteCalculatorRequest {
|
|
626
|
+
CalculatorName: string | undefined;
|
|
627
|
+
}
|
|
628
|
+
export interface DescribeRouteCalculatorResponse {
|
|
629
|
+
CalculatorName: string | undefined;
|
|
630
|
+
|
|
631
|
+
CalculatorArn: string | undefined;
|
|
632
|
+
|
|
633
|
+
PricingPlan?: PricingPlan | string;
|
|
634
|
+
|
|
635
|
+
Description: string | undefined;
|
|
636
|
+
|
|
637
|
+
CreateTime: Date | undefined;
|
|
638
|
+
|
|
639
|
+
UpdateTime: Date | undefined;
|
|
640
|
+
|
|
641
|
+
DataSource: string | undefined;
|
|
642
|
+
|
|
643
|
+
Tags?: Record<string, string>;
|
|
644
|
+
}
|
|
645
|
+
export interface DescribeTrackerRequest {
|
|
646
|
+
TrackerName: string | undefined;
|
|
647
|
+
}
|
|
648
|
+
export interface DescribeTrackerResponse {
|
|
649
|
+
TrackerName: string | undefined;
|
|
650
|
+
|
|
651
|
+
TrackerArn: string | undefined;
|
|
652
|
+
|
|
653
|
+
Description: string | undefined;
|
|
654
|
+
|
|
655
|
+
PricingPlan?: PricingPlan | string;
|
|
656
|
+
|
|
657
|
+
PricingPlanDataSource?: string;
|
|
658
|
+
|
|
659
|
+
Tags?: Record<string, string>;
|
|
660
|
+
|
|
661
|
+
CreateTime: Date | undefined;
|
|
662
|
+
|
|
663
|
+
UpdateTime: Date | undefined;
|
|
664
|
+
|
|
665
|
+
KmsKeyId?: string;
|
|
666
|
+
|
|
667
|
+
PositionFiltering?: PositionFiltering | string;
|
|
668
|
+
}
|
|
669
|
+
export interface DisassociateTrackerConsumerRequest {
|
|
670
|
+
TrackerName: string | undefined;
|
|
671
|
+
|
|
672
|
+
ConsumerArn: string | undefined;
|
|
673
|
+
}
|
|
674
|
+
export interface DisassociateTrackerConsumerResponse {}
|
|
675
|
+
export interface ListTagsForResourceRequest {
|
|
676
|
+
ResourceArn: string | undefined;
|
|
677
|
+
}
|
|
678
|
+
export interface ListTagsForResourceResponse {
|
|
679
|
+
Tags?: Record<string, string>;
|
|
680
|
+
}
|
|
681
|
+
export interface TagResourceRequest {
|
|
682
|
+
ResourceArn: string | undefined;
|
|
683
|
+
|
|
684
|
+
Tags: Record<string, string> | undefined;
|
|
685
|
+
}
|
|
686
|
+
export interface TagResourceResponse {}
|
|
687
|
+
export interface UntagResourceRequest {
|
|
688
|
+
ResourceArn: string | undefined;
|
|
689
|
+
|
|
690
|
+
TagKeys: string[] | undefined;
|
|
691
|
+
}
|
|
692
|
+
export interface UntagResourceResponse {}
|
|
693
|
+
export interface GetGeofenceRequest {
|
|
694
|
+
CollectionName: string | undefined;
|
|
695
|
+
|
|
696
|
+
GeofenceId: string | undefined;
|
|
697
|
+
}
|
|
698
|
+
export interface GetGeofenceResponse {
|
|
699
|
+
GeofenceId: string | undefined;
|
|
700
|
+
|
|
701
|
+
Geometry: GeofenceGeometry | undefined;
|
|
702
|
+
|
|
703
|
+
Status: string | undefined;
|
|
704
|
+
|
|
705
|
+
CreateTime: Date | undefined;
|
|
706
|
+
|
|
707
|
+
UpdateTime: Date | undefined;
|
|
708
|
+
}
|
|
709
|
+
export interface ListGeofenceCollectionsRequest {
|
|
710
|
+
MaxResults?: number;
|
|
711
|
+
|
|
712
|
+
NextToken?: string;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
export interface ListGeofenceCollectionsResponseEntry {
|
|
716
|
+
CollectionName: string | undefined;
|
|
717
|
+
|
|
718
|
+
Description: string | undefined;
|
|
719
|
+
|
|
720
|
+
PricingPlan?: PricingPlan | string;
|
|
721
|
+
|
|
722
|
+
PricingPlanDataSource?: string;
|
|
723
|
+
|
|
724
|
+
CreateTime: Date | undefined;
|
|
725
|
+
|
|
726
|
+
UpdateTime: Date | undefined;
|
|
727
|
+
}
|
|
728
|
+
export interface ListGeofenceCollectionsResponse {
|
|
729
|
+
Entries: ListGeofenceCollectionsResponseEntry[] | undefined;
|
|
730
|
+
|
|
731
|
+
NextToken?: string;
|
|
732
|
+
}
|
|
733
|
+
export interface ListGeofencesRequest {
|
|
734
|
+
CollectionName: string | undefined;
|
|
735
|
+
|
|
736
|
+
NextToken?: string;
|
|
737
|
+
|
|
738
|
+
MaxResults?: number;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export interface ListGeofenceResponseEntry {
|
|
742
|
+
GeofenceId: string | undefined;
|
|
743
|
+
|
|
744
|
+
Geometry: GeofenceGeometry | undefined;
|
|
745
|
+
|
|
746
|
+
Status: string | undefined;
|
|
747
|
+
|
|
748
|
+
CreateTime: Date | undefined;
|
|
749
|
+
|
|
750
|
+
UpdateTime: Date | undefined;
|
|
751
|
+
}
|
|
752
|
+
export interface ListGeofencesResponse {
|
|
753
|
+
Entries: ListGeofenceResponseEntry[] | undefined;
|
|
754
|
+
|
|
755
|
+
NextToken?: string;
|
|
756
|
+
}
|
|
757
|
+
export interface PutGeofenceRequest {
|
|
758
|
+
CollectionName: string | undefined;
|
|
759
|
+
|
|
760
|
+
GeofenceId: string | undefined;
|
|
761
|
+
|
|
762
|
+
Geometry: GeofenceGeometry | undefined;
|
|
763
|
+
}
|
|
764
|
+
export interface PutGeofenceResponse {
|
|
765
|
+
GeofenceId: string | undefined;
|
|
766
|
+
|
|
767
|
+
CreateTime: Date | undefined;
|
|
768
|
+
|
|
769
|
+
UpdateTime: Date | undefined;
|
|
770
|
+
}
|
|
771
|
+
export interface UpdateGeofenceCollectionRequest {
|
|
772
|
+
CollectionName: string | undefined;
|
|
773
|
+
|
|
774
|
+
PricingPlan?: PricingPlan | string;
|
|
775
|
+
|
|
776
|
+
PricingPlanDataSource?: string;
|
|
777
|
+
|
|
778
|
+
Description?: string;
|
|
779
|
+
}
|
|
780
|
+
export interface UpdateGeofenceCollectionResponse {
|
|
781
|
+
CollectionName: string | undefined;
|
|
782
|
+
|
|
783
|
+
CollectionArn: string | undefined;
|
|
784
|
+
|
|
785
|
+
UpdateTime: Date | undefined;
|
|
786
|
+
}
|
|
787
|
+
export interface GetDevicePositionRequest {
|
|
788
|
+
TrackerName: string | undefined;
|
|
789
|
+
|
|
790
|
+
DeviceId: string | undefined;
|
|
791
|
+
}
|
|
792
|
+
export interface GetDevicePositionResponse {
|
|
793
|
+
DeviceId?: string;
|
|
794
|
+
|
|
795
|
+
SampleTime: Date | undefined;
|
|
796
|
+
|
|
797
|
+
ReceivedTime: Date | undefined;
|
|
798
|
+
|
|
799
|
+
Position: number[] | undefined;
|
|
800
|
+
|
|
801
|
+
Accuracy?: PositionalAccuracy;
|
|
802
|
+
|
|
803
|
+
PositionProperties?: Record<string, string>;
|
|
804
|
+
}
|
|
805
|
+
export interface GetDevicePositionHistoryRequest {
|
|
806
|
+
TrackerName: string | undefined;
|
|
807
|
+
|
|
808
|
+
DeviceId: string | undefined;
|
|
809
|
+
|
|
810
|
+
NextToken?: string;
|
|
811
|
+
|
|
812
|
+
StartTimeInclusive?: Date;
|
|
813
|
+
|
|
814
|
+
EndTimeExclusive?: Date;
|
|
815
|
+
|
|
816
|
+
MaxResults?: number;
|
|
817
|
+
}
|
|
818
|
+
export interface GetDevicePositionHistoryResponse {
|
|
819
|
+
DevicePositions: DevicePosition[] | undefined;
|
|
820
|
+
|
|
821
|
+
NextToken?: string;
|
|
822
|
+
}
|
|
823
|
+
export interface GetMapGlyphsRequest {
|
|
824
|
+
MapName: string | undefined;
|
|
825
|
+
|
|
826
|
+
FontStack: string | undefined;
|
|
827
|
+
|
|
828
|
+
FontUnicodeRange: string | undefined;
|
|
829
|
+
}
|
|
830
|
+
export interface GetMapGlyphsResponse {
|
|
831
|
+
Blob?: Uint8Array;
|
|
832
|
+
|
|
833
|
+
ContentType?: string;
|
|
834
|
+
}
|
|
835
|
+
export interface GetMapSpritesRequest {
|
|
836
|
+
MapName: string | undefined;
|
|
837
|
+
|
|
838
|
+
FileName: string | undefined;
|
|
839
|
+
}
|
|
840
|
+
export interface GetMapSpritesResponse {
|
|
841
|
+
Blob?: Uint8Array;
|
|
842
|
+
|
|
843
|
+
ContentType?: string;
|
|
844
|
+
}
|
|
845
|
+
export interface GetMapStyleDescriptorRequest {
|
|
846
|
+
MapName: string | undefined;
|
|
847
|
+
}
|
|
848
|
+
export interface GetMapStyleDescriptorResponse {
|
|
849
|
+
Blob?: Uint8Array;
|
|
850
|
+
|
|
851
|
+
ContentType?: string;
|
|
852
|
+
}
|
|
853
|
+
export interface GetMapTileRequest {
|
|
854
|
+
MapName: string | undefined;
|
|
855
|
+
|
|
856
|
+
Z: string | undefined;
|
|
857
|
+
|
|
858
|
+
X: string | undefined;
|
|
859
|
+
|
|
860
|
+
Y: string | undefined;
|
|
861
|
+
}
|
|
862
|
+
export interface GetMapTileResponse {
|
|
863
|
+
Blob?: Uint8Array;
|
|
864
|
+
|
|
865
|
+
ContentType?: string;
|
|
866
|
+
}
|
|
867
|
+
export interface ListDevicePositionsRequest {
|
|
868
|
+
TrackerName: string | undefined;
|
|
869
|
+
|
|
870
|
+
MaxResults?: number;
|
|
871
|
+
|
|
872
|
+
NextToken?: string;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
export interface ListDevicePositionsResponseEntry {
|
|
876
|
+
DeviceId: string | undefined;
|
|
877
|
+
|
|
878
|
+
SampleTime: Date | undefined;
|
|
879
|
+
|
|
880
|
+
Position: number[] | undefined;
|
|
881
|
+
|
|
882
|
+
Accuracy?: PositionalAccuracy;
|
|
883
|
+
|
|
884
|
+
PositionProperties?: Record<string, string>;
|
|
885
|
+
}
|
|
886
|
+
export interface ListDevicePositionsResponse {
|
|
887
|
+
Entries: ListDevicePositionsResponseEntry[] | undefined;
|
|
888
|
+
|
|
889
|
+
NextToken?: string;
|
|
890
|
+
}
|
|
891
|
+
export interface ListMapsRequest {
|
|
892
|
+
MaxResults?: number;
|
|
893
|
+
|
|
894
|
+
NextToken?: string;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
export interface ListMapsResponseEntry {
|
|
898
|
+
MapName: string | undefined;
|
|
899
|
+
|
|
900
|
+
Description: string | undefined;
|
|
901
|
+
|
|
902
|
+
DataSource: string | undefined;
|
|
903
|
+
|
|
904
|
+
PricingPlan?: PricingPlan | string;
|
|
905
|
+
|
|
906
|
+
CreateTime: Date | undefined;
|
|
907
|
+
|
|
908
|
+
UpdateTime: Date | undefined;
|
|
909
|
+
}
|
|
910
|
+
export interface ListMapsResponse {
|
|
911
|
+
Entries: ListMapsResponseEntry[] | undefined;
|
|
912
|
+
|
|
913
|
+
NextToken?: string;
|
|
914
|
+
}
|
|
915
|
+
export interface ListPlaceIndexesRequest {
|
|
916
|
+
MaxResults?: number;
|
|
917
|
+
|
|
918
|
+
NextToken?: string;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
export interface ListPlaceIndexesResponseEntry {
|
|
922
|
+
IndexName: string | undefined;
|
|
923
|
+
|
|
924
|
+
Description: string | undefined;
|
|
925
|
+
|
|
926
|
+
DataSource: string | undefined;
|
|
927
|
+
|
|
928
|
+
PricingPlan?: PricingPlan | string;
|
|
929
|
+
|
|
930
|
+
CreateTime: Date | undefined;
|
|
931
|
+
|
|
932
|
+
UpdateTime: Date | undefined;
|
|
933
|
+
}
|
|
934
|
+
export interface ListPlaceIndexesResponse {
|
|
935
|
+
Entries: ListPlaceIndexesResponseEntry[] | undefined;
|
|
936
|
+
|
|
937
|
+
NextToken?: string;
|
|
938
|
+
}
|
|
939
|
+
export interface ListRouteCalculatorsRequest {
|
|
940
|
+
MaxResults?: number;
|
|
941
|
+
|
|
942
|
+
NextToken?: string;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
export interface ListRouteCalculatorsResponseEntry {
|
|
946
|
+
CalculatorName: string | undefined;
|
|
947
|
+
|
|
948
|
+
Description: string | undefined;
|
|
949
|
+
|
|
950
|
+
DataSource: string | undefined;
|
|
951
|
+
|
|
952
|
+
PricingPlan?: PricingPlan | string;
|
|
953
|
+
|
|
954
|
+
CreateTime: Date | undefined;
|
|
955
|
+
|
|
956
|
+
UpdateTime: Date | undefined;
|
|
957
|
+
}
|
|
958
|
+
export interface ListRouteCalculatorsResponse {
|
|
959
|
+
Entries: ListRouteCalculatorsResponseEntry[] | undefined;
|
|
960
|
+
|
|
961
|
+
NextToken?: string;
|
|
962
|
+
}
|
|
963
|
+
export interface ListTrackerConsumersRequest {
|
|
964
|
+
TrackerName: string | undefined;
|
|
965
|
+
|
|
966
|
+
MaxResults?: number;
|
|
967
|
+
|
|
968
|
+
NextToken?: string;
|
|
969
|
+
}
|
|
970
|
+
export interface ListTrackerConsumersResponse {
|
|
971
|
+
ConsumerArns: string[] | undefined;
|
|
972
|
+
|
|
973
|
+
NextToken?: string;
|
|
974
|
+
}
|
|
975
|
+
export interface ListTrackersRequest {
|
|
976
|
+
MaxResults?: number;
|
|
977
|
+
|
|
978
|
+
NextToken?: string;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
export interface ListTrackersResponseEntry {
|
|
982
|
+
TrackerName: string | undefined;
|
|
983
|
+
|
|
984
|
+
Description: string | undefined;
|
|
985
|
+
|
|
986
|
+
PricingPlan?: PricingPlan | string;
|
|
987
|
+
|
|
988
|
+
PricingPlanDataSource?: string;
|
|
989
|
+
|
|
990
|
+
CreateTime: Date | undefined;
|
|
991
|
+
|
|
992
|
+
UpdateTime: Date | undefined;
|
|
993
|
+
}
|
|
994
|
+
export interface ListTrackersResponse {
|
|
995
|
+
Entries: ListTrackersResponseEntry[] | undefined;
|
|
996
|
+
|
|
997
|
+
NextToken?: string;
|
|
998
|
+
}
|
|
999
|
+
export interface UpdateMapRequest {
|
|
1000
|
+
MapName: string | undefined;
|
|
1001
|
+
|
|
1002
|
+
PricingPlan?: PricingPlan | string;
|
|
1003
|
+
|
|
1004
|
+
Description?: string;
|
|
1005
|
+
}
|
|
1006
|
+
export interface UpdateMapResponse {
|
|
1007
|
+
MapName: string | undefined;
|
|
1008
|
+
|
|
1009
|
+
MapArn: string | undefined;
|
|
1010
|
+
|
|
1011
|
+
UpdateTime: Date | undefined;
|
|
1012
|
+
}
|
|
1013
|
+
export interface SearchPlaceIndexForPositionRequest {
|
|
1014
|
+
IndexName: string | undefined;
|
|
1015
|
+
|
|
1016
|
+
Position: number[] | undefined;
|
|
1017
|
+
|
|
1018
|
+
MaxResults?: number;
|
|
1019
|
+
|
|
1020
|
+
Language?: string;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export interface PlaceGeometry {
|
|
1024
|
+
Point?: number[];
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
export interface TimeZone {
|
|
1028
|
+
Name: string | undefined;
|
|
1029
|
+
|
|
1030
|
+
Offset?: number;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
export interface Place {
|
|
1034
|
+
Label?: string;
|
|
1035
|
+
|
|
1036
|
+
Geometry: PlaceGeometry | undefined;
|
|
1037
|
+
|
|
1038
|
+
AddressNumber?: string;
|
|
1039
|
+
|
|
1040
|
+
Street?: string;
|
|
1041
|
+
|
|
1042
|
+
Neighborhood?: string;
|
|
1043
|
+
|
|
1044
|
+
Municipality?: string;
|
|
1045
|
+
|
|
1046
|
+
SubRegion?: string;
|
|
1047
|
+
|
|
1048
|
+
Region?: string;
|
|
1049
|
+
|
|
1050
|
+
Country?: string;
|
|
1051
|
+
|
|
1052
|
+
PostalCode?: string;
|
|
1053
|
+
|
|
1054
|
+
Interpolated?: boolean;
|
|
1055
|
+
|
|
1056
|
+
TimeZone?: TimeZone;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
export interface SearchForPositionResult {
|
|
1060
|
+
Place: Place | undefined;
|
|
1061
|
+
|
|
1062
|
+
Distance: number | undefined;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export interface SearchPlaceIndexForPositionSummary {
|
|
1066
|
+
Position: number[] | undefined;
|
|
1067
|
+
|
|
1068
|
+
MaxResults?: number;
|
|
1069
|
+
|
|
1070
|
+
DataSource: string | undefined;
|
|
1071
|
+
|
|
1072
|
+
Language?: string;
|
|
1073
|
+
}
|
|
1074
|
+
export interface SearchPlaceIndexForPositionResponse {
|
|
1075
|
+
Summary: SearchPlaceIndexForPositionSummary | undefined;
|
|
1076
|
+
|
|
1077
|
+
Results: SearchForPositionResult[] | undefined;
|
|
1078
|
+
}
|
|
1079
|
+
export interface SearchPlaceIndexForSuggestionsRequest {
|
|
1080
|
+
IndexName: string | undefined;
|
|
1081
|
+
|
|
1082
|
+
Text: string | undefined;
|
|
1083
|
+
|
|
1084
|
+
BiasPosition?: number[];
|
|
1085
|
+
|
|
1086
|
+
FilterBBox?: number[];
|
|
1087
|
+
|
|
1088
|
+
FilterCountries?: string[];
|
|
1089
|
+
|
|
1090
|
+
MaxResults?: number;
|
|
1091
|
+
|
|
1092
|
+
Language?: string;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
export interface SearchForSuggestionsResult {
|
|
1096
|
+
Text: string | undefined;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
export interface SearchPlaceIndexForSuggestionsSummary {
|
|
1100
|
+
Text: string | undefined;
|
|
1101
|
+
|
|
1102
|
+
BiasPosition?: number[];
|
|
1103
|
+
|
|
1104
|
+
FilterBBox?: number[];
|
|
1105
|
+
|
|
1106
|
+
FilterCountries?: string[];
|
|
1107
|
+
|
|
1108
|
+
MaxResults?: number;
|
|
1109
|
+
|
|
1110
|
+
DataSource: string | undefined;
|
|
1111
|
+
|
|
1112
|
+
Language?: string;
|
|
1113
|
+
}
|
|
1114
|
+
export interface SearchPlaceIndexForSuggestionsResponse {
|
|
1115
|
+
Summary: SearchPlaceIndexForSuggestionsSummary | undefined;
|
|
1116
|
+
|
|
1117
|
+
Results: SearchForSuggestionsResult[] | undefined;
|
|
1118
|
+
}
|
|
1119
|
+
export interface SearchPlaceIndexForTextRequest {
|
|
1120
|
+
IndexName: string | undefined;
|
|
1121
|
+
|
|
1122
|
+
Text: string | undefined;
|
|
1123
|
+
|
|
1124
|
+
BiasPosition?: number[];
|
|
1125
|
+
|
|
1126
|
+
FilterBBox?: number[];
|
|
1127
|
+
|
|
1128
|
+
FilterCountries?: string[];
|
|
1129
|
+
|
|
1130
|
+
MaxResults?: number;
|
|
1131
|
+
|
|
1132
|
+
Language?: string;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
export interface SearchForTextResult {
|
|
1136
|
+
Place: Place | undefined;
|
|
1137
|
+
|
|
1138
|
+
Distance?: number;
|
|
1139
|
+
|
|
1140
|
+
Relevance?: number;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
export interface SearchPlaceIndexForTextSummary {
|
|
1144
|
+
Text: string | undefined;
|
|
1145
|
+
|
|
1146
|
+
BiasPosition?: number[];
|
|
1147
|
+
|
|
1148
|
+
FilterBBox?: number[];
|
|
1149
|
+
|
|
1150
|
+
FilterCountries?: string[];
|
|
1151
|
+
|
|
1152
|
+
MaxResults?: number;
|
|
1153
|
+
|
|
1154
|
+
ResultBBox?: number[];
|
|
1155
|
+
|
|
1156
|
+
DataSource: string | undefined;
|
|
1157
|
+
|
|
1158
|
+
Language?: string;
|
|
1159
|
+
}
|
|
1160
|
+
export interface SearchPlaceIndexForTextResponse {
|
|
1161
|
+
Summary: SearchPlaceIndexForTextSummary | undefined;
|
|
1162
|
+
|
|
1163
|
+
Results: SearchForTextResult[] | undefined;
|
|
1164
|
+
}
|
|
1165
|
+
export interface UpdatePlaceIndexRequest {
|
|
1166
|
+
IndexName: string | undefined;
|
|
1167
|
+
|
|
1168
|
+
PricingPlan?: PricingPlan | string;
|
|
1169
|
+
|
|
1170
|
+
Description?: string;
|
|
1171
|
+
|
|
1172
|
+
DataSourceConfiguration?: DataSourceConfiguration;
|
|
1173
|
+
}
|
|
1174
|
+
export interface UpdatePlaceIndexResponse {
|
|
1175
|
+
IndexName: string | undefined;
|
|
1176
|
+
|
|
1177
|
+
IndexArn: string | undefined;
|
|
1178
|
+
|
|
1179
|
+
UpdateTime: Date | undefined;
|
|
1180
|
+
}
|
|
1181
|
+
export interface UpdateRouteCalculatorRequest {
|
|
1182
|
+
CalculatorName: string | undefined;
|
|
1183
|
+
|
|
1184
|
+
PricingPlan?: PricingPlan | string;
|
|
1185
|
+
|
|
1186
|
+
Description?: string;
|
|
1187
|
+
}
|
|
1188
|
+
export interface UpdateRouteCalculatorResponse {
|
|
1189
|
+
CalculatorName: string | undefined;
|
|
1190
|
+
|
|
1191
|
+
CalculatorArn: string | undefined;
|
|
1192
|
+
|
|
1193
|
+
UpdateTime: Date | undefined;
|
|
1194
|
+
}
|
|
1195
|
+
export interface UpdateTrackerRequest {
|
|
1196
|
+
TrackerName: string | undefined;
|
|
1197
|
+
|
|
1198
|
+
PricingPlan?: PricingPlan | string;
|
|
1199
|
+
|
|
1200
|
+
PricingPlanDataSource?: string;
|
|
1201
|
+
|
|
1202
|
+
Description?: string;
|
|
1203
|
+
|
|
1204
|
+
PositionFiltering?: PositionFiltering | string;
|
|
1205
|
+
}
|
|
1206
|
+
export interface UpdateTrackerResponse {
|
|
1207
|
+
TrackerName: string | undefined;
|
|
1208
|
+
|
|
1209
|
+
TrackerArn: string | undefined;
|
|
1210
|
+
|
|
1211
|
+
UpdateTime: Date | undefined;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
export declare const AssociateTrackerConsumerRequestFilterSensitiveLog: (
|
|
1215
|
+
obj: AssociateTrackerConsumerRequest
|
|
1216
|
+
) => any;
|
|
1217
|
+
|
|
1218
|
+
export declare const AssociateTrackerConsumerResponseFilterSensitiveLog: (
|
|
1219
|
+
obj: AssociateTrackerConsumerResponse
|
|
1220
|
+
) => any;
|
|
1221
|
+
|
|
1222
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
1223
|
+
obj: ValidationExceptionField
|
|
1224
|
+
) => any;
|
|
1225
|
+
|
|
1226
|
+
export declare const BatchDeleteDevicePositionHistoryRequestFilterSensitiveLog: (
|
|
1227
|
+
obj: BatchDeleteDevicePositionHistoryRequest
|
|
1228
|
+
) => any;
|
|
1229
|
+
|
|
1230
|
+
export declare const BatchItemErrorFilterSensitiveLog: (
|
|
1231
|
+
obj: BatchItemError
|
|
1232
|
+
) => any;
|
|
1233
|
+
|
|
1234
|
+
export declare const BatchDeleteDevicePositionHistoryErrorFilterSensitiveLog: (
|
|
1235
|
+
obj: BatchDeleteDevicePositionHistoryError
|
|
1236
|
+
) => any;
|
|
1237
|
+
|
|
1238
|
+
export declare const BatchDeleteDevicePositionHistoryResponseFilterSensitiveLog: (
|
|
1239
|
+
obj: BatchDeleteDevicePositionHistoryResponse
|
|
1240
|
+
) => any;
|
|
1241
|
+
|
|
1242
|
+
export declare const BatchDeleteGeofenceRequestFilterSensitiveLog: (
|
|
1243
|
+
obj: BatchDeleteGeofenceRequest
|
|
1244
|
+
) => any;
|
|
1245
|
+
|
|
1246
|
+
export declare const BatchDeleteGeofenceErrorFilterSensitiveLog: (
|
|
1247
|
+
obj: BatchDeleteGeofenceError
|
|
1248
|
+
) => any;
|
|
1249
|
+
|
|
1250
|
+
export declare const BatchDeleteGeofenceResponseFilterSensitiveLog: (
|
|
1251
|
+
obj: BatchDeleteGeofenceResponse
|
|
1252
|
+
) => any;
|
|
1253
|
+
|
|
1254
|
+
export declare const PositionalAccuracyFilterSensitiveLog: (
|
|
1255
|
+
obj: PositionalAccuracy
|
|
1256
|
+
) => any;
|
|
1257
|
+
|
|
1258
|
+
export declare const DevicePositionUpdateFilterSensitiveLog: (
|
|
1259
|
+
obj: DevicePositionUpdate
|
|
1260
|
+
) => any;
|
|
1261
|
+
|
|
1262
|
+
export declare const BatchEvaluateGeofencesRequestFilterSensitiveLog: (
|
|
1263
|
+
obj: BatchEvaluateGeofencesRequest
|
|
1264
|
+
) => any;
|
|
1265
|
+
|
|
1266
|
+
export declare const BatchEvaluateGeofencesErrorFilterSensitiveLog: (
|
|
1267
|
+
obj: BatchEvaluateGeofencesError
|
|
1268
|
+
) => any;
|
|
1269
|
+
|
|
1270
|
+
export declare const BatchEvaluateGeofencesResponseFilterSensitiveLog: (
|
|
1271
|
+
obj: BatchEvaluateGeofencesResponse
|
|
1272
|
+
) => any;
|
|
1273
|
+
|
|
1274
|
+
export declare const BatchGetDevicePositionRequestFilterSensitiveLog: (
|
|
1275
|
+
obj: BatchGetDevicePositionRequest
|
|
1276
|
+
) => any;
|
|
1277
|
+
|
|
1278
|
+
export declare const DevicePositionFilterSensitiveLog: (
|
|
1279
|
+
obj: DevicePosition
|
|
1280
|
+
) => any;
|
|
1281
|
+
|
|
1282
|
+
export declare const BatchGetDevicePositionErrorFilterSensitiveLog: (
|
|
1283
|
+
obj: BatchGetDevicePositionError
|
|
1284
|
+
) => any;
|
|
1285
|
+
|
|
1286
|
+
export declare const BatchGetDevicePositionResponseFilterSensitiveLog: (
|
|
1287
|
+
obj: BatchGetDevicePositionResponse
|
|
1288
|
+
) => any;
|
|
1289
|
+
|
|
1290
|
+
export declare const CircleFilterSensitiveLog: (obj: Circle) => any;
|
|
1291
|
+
|
|
1292
|
+
export declare const GeofenceGeometryFilterSensitiveLog: (
|
|
1293
|
+
obj: GeofenceGeometry
|
|
1294
|
+
) => any;
|
|
1295
|
+
|
|
1296
|
+
export declare const BatchPutGeofenceRequestEntryFilterSensitiveLog: (
|
|
1297
|
+
obj: BatchPutGeofenceRequestEntry
|
|
1298
|
+
) => any;
|
|
1299
|
+
|
|
1300
|
+
export declare const BatchPutGeofenceRequestFilterSensitiveLog: (
|
|
1301
|
+
obj: BatchPutGeofenceRequest
|
|
1302
|
+
) => any;
|
|
1303
|
+
|
|
1304
|
+
export declare const BatchPutGeofenceErrorFilterSensitiveLog: (
|
|
1305
|
+
obj: BatchPutGeofenceError
|
|
1306
|
+
) => any;
|
|
1307
|
+
|
|
1308
|
+
export declare const BatchPutGeofenceSuccessFilterSensitiveLog: (
|
|
1309
|
+
obj: BatchPutGeofenceSuccess
|
|
1310
|
+
) => any;
|
|
1311
|
+
|
|
1312
|
+
export declare const BatchPutGeofenceResponseFilterSensitiveLog: (
|
|
1313
|
+
obj: BatchPutGeofenceResponse
|
|
1314
|
+
) => any;
|
|
1315
|
+
|
|
1316
|
+
export declare const BatchUpdateDevicePositionRequestFilterSensitiveLog: (
|
|
1317
|
+
obj: BatchUpdateDevicePositionRequest
|
|
1318
|
+
) => any;
|
|
1319
|
+
|
|
1320
|
+
export declare const BatchUpdateDevicePositionErrorFilterSensitiveLog: (
|
|
1321
|
+
obj: BatchUpdateDevicePositionError
|
|
1322
|
+
) => any;
|
|
1323
|
+
|
|
1324
|
+
export declare const BatchUpdateDevicePositionResponseFilterSensitiveLog: (
|
|
1325
|
+
obj: BatchUpdateDevicePositionResponse
|
|
1326
|
+
) => any;
|
|
1327
|
+
|
|
1328
|
+
export declare const CalculateRouteCarModeOptionsFilterSensitiveLog: (
|
|
1329
|
+
obj: CalculateRouteCarModeOptions
|
|
1330
|
+
) => any;
|
|
1331
|
+
|
|
1332
|
+
export declare const TruckDimensionsFilterSensitiveLog: (
|
|
1333
|
+
obj: TruckDimensions
|
|
1334
|
+
) => any;
|
|
1335
|
+
|
|
1336
|
+
export declare const TruckWeightFilterSensitiveLog: (obj: TruckWeight) => any;
|
|
1337
|
+
|
|
1338
|
+
export declare const CalculateRouteTruckModeOptionsFilterSensitiveLog: (
|
|
1339
|
+
obj: CalculateRouteTruckModeOptions
|
|
1340
|
+
) => any;
|
|
1341
|
+
|
|
1342
|
+
export declare const CalculateRouteRequestFilterSensitiveLog: (
|
|
1343
|
+
obj: CalculateRouteRequest
|
|
1344
|
+
) => any;
|
|
1345
|
+
|
|
1346
|
+
export declare const LegGeometryFilterSensitiveLog: (obj: LegGeometry) => any;
|
|
1347
|
+
|
|
1348
|
+
export declare const StepFilterSensitiveLog: (obj: Step) => any;
|
|
1349
|
+
|
|
1350
|
+
export declare const LegFilterSensitiveLog: (obj: Leg) => any;
|
|
1351
|
+
|
|
1352
|
+
export declare const CalculateRouteSummaryFilterSensitiveLog: (
|
|
1353
|
+
obj: CalculateRouteSummary
|
|
1354
|
+
) => any;
|
|
1355
|
+
|
|
1356
|
+
export declare const CalculateRouteResponseFilterSensitiveLog: (
|
|
1357
|
+
obj: CalculateRouteResponse
|
|
1358
|
+
) => any;
|
|
1359
|
+
|
|
1360
|
+
export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (
|
|
1361
|
+
obj: CalculateRouteMatrixRequest
|
|
1362
|
+
) => any;
|
|
1363
|
+
|
|
1364
|
+
export declare const RouteMatrixEntryErrorFilterSensitiveLog: (
|
|
1365
|
+
obj: RouteMatrixEntryError
|
|
1366
|
+
) => any;
|
|
1367
|
+
|
|
1368
|
+
export declare const RouteMatrixEntryFilterSensitiveLog: (
|
|
1369
|
+
obj: RouteMatrixEntry
|
|
1370
|
+
) => any;
|
|
1371
|
+
|
|
1372
|
+
export declare const CalculateRouteMatrixSummaryFilterSensitiveLog: (
|
|
1373
|
+
obj: CalculateRouteMatrixSummary
|
|
1374
|
+
) => any;
|
|
1375
|
+
|
|
1376
|
+
export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (
|
|
1377
|
+
obj: CalculateRouteMatrixResponse
|
|
1378
|
+
) => any;
|
|
1379
|
+
|
|
1380
|
+
export declare const CreateGeofenceCollectionRequestFilterSensitiveLog: (
|
|
1381
|
+
obj: CreateGeofenceCollectionRequest
|
|
1382
|
+
) => any;
|
|
1383
|
+
|
|
1384
|
+
export declare const CreateGeofenceCollectionResponseFilterSensitiveLog: (
|
|
1385
|
+
obj: CreateGeofenceCollectionResponse
|
|
1386
|
+
) => any;
|
|
1387
|
+
|
|
1388
|
+
export declare const MapConfigurationFilterSensitiveLog: (
|
|
1389
|
+
obj: MapConfiguration
|
|
1390
|
+
) => any;
|
|
1391
|
+
|
|
1392
|
+
export declare const CreateMapRequestFilterSensitiveLog: (
|
|
1393
|
+
obj: CreateMapRequest
|
|
1394
|
+
) => any;
|
|
1395
|
+
|
|
1396
|
+
export declare const CreateMapResponseFilterSensitiveLog: (
|
|
1397
|
+
obj: CreateMapResponse
|
|
1398
|
+
) => any;
|
|
1399
|
+
|
|
1400
|
+
export declare const DataSourceConfigurationFilterSensitiveLog: (
|
|
1401
|
+
obj: DataSourceConfiguration
|
|
1402
|
+
) => any;
|
|
1403
|
+
|
|
1404
|
+
export declare const CreatePlaceIndexRequestFilterSensitiveLog: (
|
|
1405
|
+
obj: CreatePlaceIndexRequest
|
|
1406
|
+
) => any;
|
|
1407
|
+
|
|
1408
|
+
export declare const CreatePlaceIndexResponseFilterSensitiveLog: (
|
|
1409
|
+
obj: CreatePlaceIndexResponse
|
|
1410
|
+
) => any;
|
|
1411
|
+
|
|
1412
|
+
export declare const CreateRouteCalculatorRequestFilterSensitiveLog: (
|
|
1413
|
+
obj: CreateRouteCalculatorRequest
|
|
1414
|
+
) => any;
|
|
1415
|
+
|
|
1416
|
+
export declare const CreateRouteCalculatorResponseFilterSensitiveLog: (
|
|
1417
|
+
obj: CreateRouteCalculatorResponse
|
|
1418
|
+
) => any;
|
|
1419
|
+
|
|
1420
|
+
export declare const CreateTrackerRequestFilterSensitiveLog: (
|
|
1421
|
+
obj: CreateTrackerRequest
|
|
1422
|
+
) => any;
|
|
1423
|
+
|
|
1424
|
+
export declare const CreateTrackerResponseFilterSensitiveLog: (
|
|
1425
|
+
obj: CreateTrackerResponse
|
|
1426
|
+
) => any;
|
|
1427
|
+
|
|
1428
|
+
export declare const DeleteGeofenceCollectionRequestFilterSensitiveLog: (
|
|
1429
|
+
obj: DeleteGeofenceCollectionRequest
|
|
1430
|
+
) => any;
|
|
1431
|
+
|
|
1432
|
+
export declare const DeleteGeofenceCollectionResponseFilterSensitiveLog: (
|
|
1433
|
+
obj: DeleteGeofenceCollectionResponse
|
|
1434
|
+
) => any;
|
|
1435
|
+
|
|
1436
|
+
export declare const DeleteMapRequestFilterSensitiveLog: (
|
|
1437
|
+
obj: DeleteMapRequest
|
|
1438
|
+
) => any;
|
|
1439
|
+
|
|
1440
|
+
export declare const DeleteMapResponseFilterSensitiveLog: (
|
|
1441
|
+
obj: DeleteMapResponse
|
|
1442
|
+
) => any;
|
|
1443
|
+
|
|
1444
|
+
export declare const DeletePlaceIndexRequestFilterSensitiveLog: (
|
|
1445
|
+
obj: DeletePlaceIndexRequest
|
|
1446
|
+
) => any;
|
|
1447
|
+
|
|
1448
|
+
export declare const DeletePlaceIndexResponseFilterSensitiveLog: (
|
|
1449
|
+
obj: DeletePlaceIndexResponse
|
|
1450
|
+
) => any;
|
|
1451
|
+
|
|
1452
|
+
export declare const DeleteRouteCalculatorRequestFilterSensitiveLog: (
|
|
1453
|
+
obj: DeleteRouteCalculatorRequest
|
|
1454
|
+
) => any;
|
|
1455
|
+
|
|
1456
|
+
export declare const DeleteRouteCalculatorResponseFilterSensitiveLog: (
|
|
1457
|
+
obj: DeleteRouteCalculatorResponse
|
|
1458
|
+
) => any;
|
|
1459
|
+
|
|
1460
|
+
export declare const DeleteTrackerRequestFilterSensitiveLog: (
|
|
1461
|
+
obj: DeleteTrackerRequest
|
|
1462
|
+
) => any;
|
|
1463
|
+
|
|
1464
|
+
export declare const DeleteTrackerResponseFilterSensitiveLog: (
|
|
1465
|
+
obj: DeleteTrackerResponse
|
|
1466
|
+
) => any;
|
|
1467
|
+
|
|
1468
|
+
export declare const DescribeGeofenceCollectionRequestFilterSensitiveLog: (
|
|
1469
|
+
obj: DescribeGeofenceCollectionRequest
|
|
1470
|
+
) => any;
|
|
1471
|
+
|
|
1472
|
+
export declare const DescribeGeofenceCollectionResponseFilterSensitiveLog: (
|
|
1473
|
+
obj: DescribeGeofenceCollectionResponse
|
|
1474
|
+
) => any;
|
|
1475
|
+
|
|
1476
|
+
export declare const DescribeMapRequestFilterSensitiveLog: (
|
|
1477
|
+
obj: DescribeMapRequest
|
|
1478
|
+
) => any;
|
|
1479
|
+
|
|
1480
|
+
export declare const DescribeMapResponseFilterSensitiveLog: (
|
|
1481
|
+
obj: DescribeMapResponse
|
|
1482
|
+
) => any;
|
|
1483
|
+
|
|
1484
|
+
export declare const DescribePlaceIndexRequestFilterSensitiveLog: (
|
|
1485
|
+
obj: DescribePlaceIndexRequest
|
|
1486
|
+
) => any;
|
|
1487
|
+
|
|
1488
|
+
export declare const DescribePlaceIndexResponseFilterSensitiveLog: (
|
|
1489
|
+
obj: DescribePlaceIndexResponse
|
|
1490
|
+
) => any;
|
|
1491
|
+
|
|
1492
|
+
export declare const DescribeRouteCalculatorRequestFilterSensitiveLog: (
|
|
1493
|
+
obj: DescribeRouteCalculatorRequest
|
|
1494
|
+
) => any;
|
|
1495
|
+
|
|
1496
|
+
export declare const DescribeRouteCalculatorResponseFilterSensitiveLog: (
|
|
1497
|
+
obj: DescribeRouteCalculatorResponse
|
|
1498
|
+
) => any;
|
|
1499
|
+
|
|
1500
|
+
export declare const DescribeTrackerRequestFilterSensitiveLog: (
|
|
1501
|
+
obj: DescribeTrackerRequest
|
|
1502
|
+
) => any;
|
|
1503
|
+
|
|
1504
|
+
export declare const DescribeTrackerResponseFilterSensitiveLog: (
|
|
1505
|
+
obj: DescribeTrackerResponse
|
|
1506
|
+
) => any;
|
|
1507
|
+
|
|
1508
|
+
export declare const DisassociateTrackerConsumerRequestFilterSensitiveLog: (
|
|
1509
|
+
obj: DisassociateTrackerConsumerRequest
|
|
1510
|
+
) => any;
|
|
1511
|
+
|
|
1512
|
+
export declare const DisassociateTrackerConsumerResponseFilterSensitiveLog: (
|
|
1513
|
+
obj: DisassociateTrackerConsumerResponse
|
|
1514
|
+
) => any;
|
|
1515
|
+
|
|
1516
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1517
|
+
obj: ListTagsForResourceRequest
|
|
1518
|
+
) => any;
|
|
1519
|
+
|
|
1520
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1521
|
+
obj: ListTagsForResourceResponse
|
|
1522
|
+
) => any;
|
|
1523
|
+
|
|
1524
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1525
|
+
obj: TagResourceRequest
|
|
1526
|
+
) => any;
|
|
1527
|
+
|
|
1528
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1529
|
+
obj: TagResourceResponse
|
|
1530
|
+
) => any;
|
|
1531
|
+
|
|
1532
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1533
|
+
obj: UntagResourceRequest
|
|
1534
|
+
) => any;
|
|
1535
|
+
|
|
1536
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1537
|
+
obj: UntagResourceResponse
|
|
1538
|
+
) => any;
|
|
1539
|
+
|
|
1540
|
+
export declare const GetGeofenceRequestFilterSensitiveLog: (
|
|
1541
|
+
obj: GetGeofenceRequest
|
|
1542
|
+
) => any;
|
|
1543
|
+
|
|
1544
|
+
export declare const GetGeofenceResponseFilterSensitiveLog: (
|
|
1545
|
+
obj: GetGeofenceResponse
|
|
1546
|
+
) => any;
|
|
1547
|
+
|
|
1548
|
+
export declare const ListGeofenceCollectionsRequestFilterSensitiveLog: (
|
|
1549
|
+
obj: ListGeofenceCollectionsRequest
|
|
1550
|
+
) => any;
|
|
1551
|
+
|
|
1552
|
+
export declare const ListGeofenceCollectionsResponseEntryFilterSensitiveLog: (
|
|
1553
|
+
obj: ListGeofenceCollectionsResponseEntry
|
|
1554
|
+
) => any;
|
|
1555
|
+
|
|
1556
|
+
export declare const ListGeofenceCollectionsResponseFilterSensitiveLog: (
|
|
1557
|
+
obj: ListGeofenceCollectionsResponse
|
|
1558
|
+
) => any;
|
|
1559
|
+
|
|
1560
|
+
export declare const ListGeofencesRequestFilterSensitiveLog: (
|
|
1561
|
+
obj: ListGeofencesRequest
|
|
1562
|
+
) => any;
|
|
1563
|
+
|
|
1564
|
+
export declare const ListGeofenceResponseEntryFilterSensitiveLog: (
|
|
1565
|
+
obj: ListGeofenceResponseEntry
|
|
1566
|
+
) => any;
|
|
1567
|
+
|
|
1568
|
+
export declare const ListGeofencesResponseFilterSensitiveLog: (
|
|
1569
|
+
obj: ListGeofencesResponse
|
|
1570
|
+
) => any;
|
|
1571
|
+
|
|
1572
|
+
export declare const PutGeofenceRequestFilterSensitiveLog: (
|
|
1573
|
+
obj: PutGeofenceRequest
|
|
1574
|
+
) => any;
|
|
1575
|
+
|
|
1576
|
+
export declare const PutGeofenceResponseFilterSensitiveLog: (
|
|
1577
|
+
obj: PutGeofenceResponse
|
|
1578
|
+
) => any;
|
|
1579
|
+
|
|
1580
|
+
export declare const UpdateGeofenceCollectionRequestFilterSensitiveLog: (
|
|
1581
|
+
obj: UpdateGeofenceCollectionRequest
|
|
1582
|
+
) => any;
|
|
1583
|
+
|
|
1584
|
+
export declare const UpdateGeofenceCollectionResponseFilterSensitiveLog: (
|
|
1585
|
+
obj: UpdateGeofenceCollectionResponse
|
|
1586
|
+
) => any;
|
|
1587
|
+
|
|
1588
|
+
export declare const GetDevicePositionRequestFilterSensitiveLog: (
|
|
1589
|
+
obj: GetDevicePositionRequest
|
|
1590
|
+
) => any;
|
|
1591
|
+
|
|
1592
|
+
export declare const GetDevicePositionResponseFilterSensitiveLog: (
|
|
1593
|
+
obj: GetDevicePositionResponse
|
|
1594
|
+
) => any;
|
|
1595
|
+
|
|
1596
|
+
export declare const GetDevicePositionHistoryRequestFilterSensitiveLog: (
|
|
1597
|
+
obj: GetDevicePositionHistoryRequest
|
|
1598
|
+
) => any;
|
|
1599
|
+
|
|
1600
|
+
export declare const GetDevicePositionHistoryResponseFilterSensitiveLog: (
|
|
1601
|
+
obj: GetDevicePositionHistoryResponse
|
|
1602
|
+
) => any;
|
|
1603
|
+
|
|
1604
|
+
export declare const GetMapGlyphsRequestFilterSensitiveLog: (
|
|
1605
|
+
obj: GetMapGlyphsRequest
|
|
1606
|
+
) => any;
|
|
1607
|
+
|
|
1608
|
+
export declare const GetMapGlyphsResponseFilterSensitiveLog: (
|
|
1609
|
+
obj: GetMapGlyphsResponse
|
|
1610
|
+
) => any;
|
|
1611
|
+
|
|
1612
|
+
export declare const GetMapSpritesRequestFilterSensitiveLog: (
|
|
1613
|
+
obj: GetMapSpritesRequest
|
|
1614
|
+
) => any;
|
|
1615
|
+
|
|
1616
|
+
export declare const GetMapSpritesResponseFilterSensitiveLog: (
|
|
1617
|
+
obj: GetMapSpritesResponse
|
|
1618
|
+
) => any;
|
|
1619
|
+
|
|
1620
|
+
export declare const GetMapStyleDescriptorRequestFilterSensitiveLog: (
|
|
1621
|
+
obj: GetMapStyleDescriptorRequest
|
|
1622
|
+
) => any;
|
|
1623
|
+
|
|
1624
|
+
export declare const GetMapStyleDescriptorResponseFilterSensitiveLog: (
|
|
1625
|
+
obj: GetMapStyleDescriptorResponse
|
|
1626
|
+
) => any;
|
|
1627
|
+
|
|
1628
|
+
export declare const GetMapTileRequestFilterSensitiveLog: (
|
|
1629
|
+
obj: GetMapTileRequest
|
|
1630
|
+
) => any;
|
|
1631
|
+
|
|
1632
|
+
export declare const GetMapTileResponseFilterSensitiveLog: (
|
|
1633
|
+
obj: GetMapTileResponse
|
|
1634
|
+
) => any;
|
|
1635
|
+
|
|
1636
|
+
export declare const ListDevicePositionsRequestFilterSensitiveLog: (
|
|
1637
|
+
obj: ListDevicePositionsRequest
|
|
1638
|
+
) => any;
|
|
1639
|
+
|
|
1640
|
+
export declare const ListDevicePositionsResponseEntryFilterSensitiveLog: (
|
|
1641
|
+
obj: ListDevicePositionsResponseEntry
|
|
1642
|
+
) => any;
|
|
1643
|
+
|
|
1644
|
+
export declare const ListDevicePositionsResponseFilterSensitiveLog: (
|
|
1645
|
+
obj: ListDevicePositionsResponse
|
|
1646
|
+
) => any;
|
|
1647
|
+
|
|
1648
|
+
export declare const ListMapsRequestFilterSensitiveLog: (
|
|
1649
|
+
obj: ListMapsRequest
|
|
1650
|
+
) => any;
|
|
1651
|
+
|
|
1652
|
+
export declare const ListMapsResponseEntryFilterSensitiveLog: (
|
|
1653
|
+
obj: ListMapsResponseEntry
|
|
1654
|
+
) => any;
|
|
1655
|
+
|
|
1656
|
+
export declare const ListMapsResponseFilterSensitiveLog: (
|
|
1657
|
+
obj: ListMapsResponse
|
|
1658
|
+
) => any;
|
|
1659
|
+
|
|
1660
|
+
export declare const ListPlaceIndexesRequestFilterSensitiveLog: (
|
|
1661
|
+
obj: ListPlaceIndexesRequest
|
|
1662
|
+
) => any;
|
|
1663
|
+
|
|
1664
|
+
export declare const ListPlaceIndexesResponseEntryFilterSensitiveLog: (
|
|
1665
|
+
obj: ListPlaceIndexesResponseEntry
|
|
1666
|
+
) => any;
|
|
1667
|
+
|
|
1668
|
+
export declare const ListPlaceIndexesResponseFilterSensitiveLog: (
|
|
1669
|
+
obj: ListPlaceIndexesResponse
|
|
1670
|
+
) => any;
|
|
1671
|
+
|
|
1672
|
+
export declare const ListRouteCalculatorsRequestFilterSensitiveLog: (
|
|
1673
|
+
obj: ListRouteCalculatorsRequest
|
|
1674
|
+
) => any;
|
|
1675
|
+
|
|
1676
|
+
export declare const ListRouteCalculatorsResponseEntryFilterSensitiveLog: (
|
|
1677
|
+
obj: ListRouteCalculatorsResponseEntry
|
|
1678
|
+
) => any;
|
|
1679
|
+
|
|
1680
|
+
export declare const ListRouteCalculatorsResponseFilterSensitiveLog: (
|
|
1681
|
+
obj: ListRouteCalculatorsResponse
|
|
1682
|
+
) => any;
|
|
1683
|
+
|
|
1684
|
+
export declare const ListTrackerConsumersRequestFilterSensitiveLog: (
|
|
1685
|
+
obj: ListTrackerConsumersRequest
|
|
1686
|
+
) => any;
|
|
1687
|
+
|
|
1688
|
+
export declare const ListTrackerConsumersResponseFilterSensitiveLog: (
|
|
1689
|
+
obj: ListTrackerConsumersResponse
|
|
1690
|
+
) => any;
|
|
1691
|
+
|
|
1692
|
+
export declare const ListTrackersRequestFilterSensitiveLog: (
|
|
1693
|
+
obj: ListTrackersRequest
|
|
1694
|
+
) => any;
|
|
1695
|
+
|
|
1696
|
+
export declare const ListTrackersResponseEntryFilterSensitiveLog: (
|
|
1697
|
+
obj: ListTrackersResponseEntry
|
|
1698
|
+
) => any;
|
|
1699
|
+
|
|
1700
|
+
export declare const ListTrackersResponseFilterSensitiveLog: (
|
|
1701
|
+
obj: ListTrackersResponse
|
|
1702
|
+
) => any;
|
|
1703
|
+
|
|
1704
|
+
export declare const UpdateMapRequestFilterSensitiveLog: (
|
|
1705
|
+
obj: UpdateMapRequest
|
|
1706
|
+
) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const UpdateMapResponseFilterSensitiveLog: (
|
|
1709
|
+
obj: UpdateMapResponse
|
|
1710
|
+
) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const SearchPlaceIndexForPositionRequestFilterSensitiveLog: (
|
|
1713
|
+
obj: SearchPlaceIndexForPositionRequest
|
|
1714
|
+
) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const PlaceGeometryFilterSensitiveLog: (
|
|
1717
|
+
obj: PlaceGeometry
|
|
1718
|
+
) => any;
|
|
1719
|
+
|
|
1720
|
+
export declare const TimeZoneFilterSensitiveLog: (obj: TimeZone) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const PlaceFilterSensitiveLog: (obj: Place) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const SearchForPositionResultFilterSensitiveLog: (
|
|
1725
|
+
obj: SearchForPositionResult
|
|
1726
|
+
) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const SearchPlaceIndexForPositionSummaryFilterSensitiveLog: (
|
|
1729
|
+
obj: SearchPlaceIndexForPositionSummary
|
|
1730
|
+
) => any;
|
|
1731
|
+
|
|
1732
|
+
export declare const SearchPlaceIndexForPositionResponseFilterSensitiveLog: (
|
|
1733
|
+
obj: SearchPlaceIndexForPositionResponse
|
|
1734
|
+
) => any;
|
|
1735
|
+
|
|
1736
|
+
export declare const SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog: (
|
|
1737
|
+
obj: SearchPlaceIndexForSuggestionsRequest
|
|
1738
|
+
) => any;
|
|
1739
|
+
|
|
1740
|
+
export declare const SearchForSuggestionsResultFilterSensitiveLog: (
|
|
1741
|
+
obj: SearchForSuggestionsResult
|
|
1742
|
+
) => any;
|
|
1743
|
+
|
|
1744
|
+
export declare const SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog: (
|
|
1745
|
+
obj: SearchPlaceIndexForSuggestionsSummary
|
|
1746
|
+
) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog: (
|
|
1749
|
+
obj: SearchPlaceIndexForSuggestionsResponse
|
|
1750
|
+
) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const SearchPlaceIndexForTextRequestFilterSensitiveLog: (
|
|
1753
|
+
obj: SearchPlaceIndexForTextRequest
|
|
1754
|
+
) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const SearchForTextResultFilterSensitiveLog: (
|
|
1757
|
+
obj: SearchForTextResult
|
|
1758
|
+
) => any;
|
|
1759
|
+
|
|
1760
|
+
export declare const SearchPlaceIndexForTextSummaryFilterSensitiveLog: (
|
|
1761
|
+
obj: SearchPlaceIndexForTextSummary
|
|
1762
|
+
) => any;
|
|
1763
|
+
|
|
1764
|
+
export declare const SearchPlaceIndexForTextResponseFilterSensitiveLog: (
|
|
1765
|
+
obj: SearchPlaceIndexForTextResponse
|
|
1766
|
+
) => any;
|
|
1767
|
+
|
|
1768
|
+
export declare const UpdatePlaceIndexRequestFilterSensitiveLog: (
|
|
1769
|
+
obj: UpdatePlaceIndexRequest
|
|
1770
|
+
) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const UpdatePlaceIndexResponseFilterSensitiveLog: (
|
|
1773
|
+
obj: UpdatePlaceIndexResponse
|
|
1774
|
+
) => any;
|
|
1775
|
+
|
|
1776
|
+
export declare const UpdateRouteCalculatorRequestFilterSensitiveLog: (
|
|
1777
|
+
obj: UpdateRouteCalculatorRequest
|
|
1778
|
+
) => any;
|
|
1779
|
+
|
|
1780
|
+
export declare const UpdateRouteCalculatorResponseFilterSensitiveLog: (
|
|
1781
|
+
obj: UpdateRouteCalculatorResponse
|
|
1782
|
+
) => any;
|
|
1783
|
+
|
|
1784
|
+
export declare const UpdateTrackerRequestFilterSensitiveLog: (
|
|
1785
|
+
obj: UpdateTrackerRequest
|
|
1786
|
+
) => any;
|
|
1787
|
+
|
|
1788
|
+
export declare const UpdateTrackerResponseFilterSensitiveLog: (
|
|
1789
|
+
obj: UpdateTrackerResponse
|
|
1790
|
+
) => any;
|