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