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