@aws-sdk/client-location 3.306.0 → 3.310.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 (121) hide show
  1. package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +2 -2
  4. package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +2 -2
  5. package/dist-cjs/commands/BatchGetDevicePositionCommand.js +2 -2
  6. package/dist-cjs/commands/BatchPutGeofenceCommand.js +2 -2
  7. package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +2 -2
  8. package/dist-cjs/commands/CalculateRouteCommand.js +2 -2
  9. package/dist-cjs/commands/CalculateRouteMatrixCommand.js +2 -2
  10. package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateKeyCommand.js +2 -2
  12. package/dist-cjs/commands/CreateMapCommand.js +2 -2
  13. package/dist-cjs/commands/CreatePlaceIndexCommand.js +2 -2
  14. package/dist-cjs/commands/CreateRouteCalculatorCommand.js +2 -2
  15. package/dist-cjs/commands/CreateTrackerCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteKeyCommand.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/DescribeKeyCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeMapCommand.js +2 -2
  25. package/dist-cjs/commands/DescribePlaceIndexCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeTrackerCommand.js +2 -2
  28. package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +2 -2
  29. package/dist-cjs/commands/GetDevicePositionCommand.js +2 -2
  30. package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +2 -2
  31. package/dist-cjs/commands/GetGeofenceCommand.js +2 -2
  32. package/dist-cjs/commands/GetMapGlyphsCommand.js +2 -2
  33. package/dist-cjs/commands/GetMapSpritesCommand.js +2 -2
  34. package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +2 -2
  35. package/dist-cjs/commands/GetMapTileCommand.js +2 -2
  36. package/dist-cjs/commands/GetPlaceCommand.js +2 -2
  37. package/dist-cjs/commands/ListDevicePositionsCommand.js +2 -2
  38. package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +2 -2
  39. package/dist-cjs/commands/ListGeofencesCommand.js +2 -2
  40. package/dist-cjs/commands/ListKeysCommand.js +2 -2
  41. package/dist-cjs/commands/ListMapsCommand.js +2 -2
  42. package/dist-cjs/commands/ListPlaceIndexesCommand.js +2 -2
  43. package/dist-cjs/commands/ListRouteCalculatorsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/ListTrackerConsumersCommand.js +2 -2
  46. package/dist-cjs/commands/ListTrackersCommand.js +2 -2
  47. package/dist-cjs/commands/PutGeofenceCommand.js +2 -2
  48. package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +2 -2
  49. package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -2
  50. package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +2 -2
  51. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  52. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateKeyCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateMapCommand.js +2 -2
  56. package/dist-cjs/commands/UpdatePlaceIndexCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateTrackerCommand.js +2 -2
  59. package/dist-cjs/protocols/Aws_restJson1.js +925 -963
  60. package/dist-es/commands/AssociateTrackerConsumerCommand.js +3 -3
  61. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -3
  62. package/dist-es/commands/BatchDeleteGeofenceCommand.js +3 -3
  63. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +3 -3
  64. package/dist-es/commands/BatchGetDevicePositionCommand.js +3 -3
  65. package/dist-es/commands/BatchPutGeofenceCommand.js +3 -3
  66. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +3 -3
  67. package/dist-es/commands/CalculateRouteCommand.js +3 -3
  68. package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -3
  69. package/dist-es/commands/CreateGeofenceCollectionCommand.js +3 -3
  70. package/dist-es/commands/CreateKeyCommand.js +3 -3
  71. package/dist-es/commands/CreateMapCommand.js +3 -3
  72. package/dist-es/commands/CreatePlaceIndexCommand.js +3 -3
  73. package/dist-es/commands/CreateRouteCalculatorCommand.js +3 -3
  74. package/dist-es/commands/CreateTrackerCommand.js +3 -3
  75. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +3 -3
  76. package/dist-es/commands/DeleteKeyCommand.js +3 -3
  77. package/dist-es/commands/DeleteMapCommand.js +3 -3
  78. package/dist-es/commands/DeletePlaceIndexCommand.js +3 -3
  79. package/dist-es/commands/DeleteRouteCalculatorCommand.js +3 -3
  80. package/dist-es/commands/DeleteTrackerCommand.js +3 -3
  81. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +3 -3
  82. package/dist-es/commands/DescribeKeyCommand.js +3 -3
  83. package/dist-es/commands/DescribeMapCommand.js +3 -3
  84. package/dist-es/commands/DescribePlaceIndexCommand.js +3 -3
  85. package/dist-es/commands/DescribeRouteCalculatorCommand.js +3 -3
  86. package/dist-es/commands/DescribeTrackerCommand.js +3 -3
  87. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +3 -3
  88. package/dist-es/commands/GetDevicePositionCommand.js +3 -3
  89. package/dist-es/commands/GetDevicePositionHistoryCommand.js +3 -3
  90. package/dist-es/commands/GetGeofenceCommand.js +3 -3
  91. package/dist-es/commands/GetMapGlyphsCommand.js +3 -3
  92. package/dist-es/commands/GetMapSpritesCommand.js +3 -3
  93. package/dist-es/commands/GetMapStyleDescriptorCommand.js +3 -3
  94. package/dist-es/commands/GetMapTileCommand.js +3 -3
  95. package/dist-es/commands/GetPlaceCommand.js +3 -3
  96. package/dist-es/commands/ListDevicePositionsCommand.js +3 -3
  97. package/dist-es/commands/ListGeofenceCollectionsCommand.js +3 -3
  98. package/dist-es/commands/ListGeofencesCommand.js +3 -3
  99. package/dist-es/commands/ListKeysCommand.js +3 -3
  100. package/dist-es/commands/ListMapsCommand.js +3 -3
  101. package/dist-es/commands/ListPlaceIndexesCommand.js +3 -3
  102. package/dist-es/commands/ListRouteCalculatorsCommand.js +3 -3
  103. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  104. package/dist-es/commands/ListTrackerConsumersCommand.js +3 -3
  105. package/dist-es/commands/ListTrackersCommand.js +3 -3
  106. package/dist-es/commands/PutGeofenceCommand.js +3 -3
  107. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +3 -3
  108. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -3
  109. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +3 -3
  110. package/dist-es/commands/TagResourceCommand.js +3 -3
  111. package/dist-es/commands/UntagResourceCommand.js +3 -3
  112. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +3 -3
  113. package/dist-es/commands/UpdateKeyCommand.js +3 -3
  114. package/dist-es/commands/UpdateMapCommand.js +3 -3
  115. package/dist-es/commands/UpdatePlaceIndexCommand.js +3 -3
  116. package/dist-es/commands/UpdateRouteCalculatorCommand.js +3 -3
  117. package/dist-es/commands/UpdateTrackerCommand.js +3 -3
  118. package/dist-es/protocols/Aws_restJson1.js +806 -844
  119. package/dist-types/protocols/Aws_restJson1.d.ts +464 -116
  120. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +116 -116
  121. package/package.json +35 -35
@@ -235,467 +235,467 @@ import {
235
235
  UpdateTrackerCommandInput,
236
236
  UpdateTrackerCommandOutput,
237
237
  } from "../commands/UpdateTrackerCommand";
238
- export declare const serializeAws_restJson1AssociateTrackerConsumerCommand: (
238
+ export declare const se_AssociateTrackerConsumerCommand: (
239
239
  input: AssociateTrackerConsumerCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (
242
+ export declare const se_BatchDeleteDevicePositionHistoryCommand: (
243
243
  input: BatchDeleteDevicePositionHistoryCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1BatchDeleteGeofenceCommand: (
246
+ export declare const se_BatchDeleteGeofenceCommand: (
247
247
  input: BatchDeleteGeofenceCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1BatchEvaluateGeofencesCommand: (
250
+ export declare const se_BatchEvaluateGeofencesCommand: (
251
251
  input: BatchEvaluateGeofencesCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const serializeAws_restJson1BatchGetDevicePositionCommand: (
254
+ export declare const se_BatchGetDevicePositionCommand: (
255
255
  input: BatchGetDevicePositionCommandInput,
256
256
  context: __SerdeContext
257
257
  ) => Promise<__HttpRequest>;
258
- export declare const serializeAws_restJson1BatchPutGeofenceCommand: (
258
+ export declare const se_BatchPutGeofenceCommand: (
259
259
  input: BatchPutGeofenceCommandInput,
260
260
  context: __SerdeContext
261
261
  ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_restJson1BatchUpdateDevicePositionCommand: (
262
+ export declare const se_BatchUpdateDevicePositionCommand: (
263
263
  input: BatchUpdateDevicePositionCommandInput,
264
264
  context: __SerdeContext
265
265
  ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_restJson1CalculateRouteCommand: (
266
+ export declare const se_CalculateRouteCommand: (
267
267
  input: CalculateRouteCommandInput,
268
268
  context: __SerdeContext
269
269
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_restJson1CalculateRouteMatrixCommand: (
270
+ export declare const se_CalculateRouteMatrixCommand: (
271
271
  input: CalculateRouteMatrixCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_restJson1CreateGeofenceCollectionCommand: (
274
+ export declare const se_CreateGeofenceCollectionCommand: (
275
275
  input: CreateGeofenceCollectionCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_restJson1CreateKeyCommand: (
278
+ export declare const se_CreateKeyCommand: (
279
279
  input: CreateKeyCommandInput,
280
280
  context: __SerdeContext
281
281
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_restJson1CreateMapCommand: (
282
+ export declare const se_CreateMapCommand: (
283
283
  input: CreateMapCommandInput,
284
284
  context: __SerdeContext
285
285
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_restJson1CreatePlaceIndexCommand: (
286
+ export declare const se_CreatePlaceIndexCommand: (
287
287
  input: CreatePlaceIndexCommandInput,
288
288
  context: __SerdeContext
289
289
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_restJson1CreateRouteCalculatorCommand: (
290
+ export declare const se_CreateRouteCalculatorCommand: (
291
291
  input: CreateRouteCalculatorCommandInput,
292
292
  context: __SerdeContext
293
293
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_restJson1CreateTrackerCommand: (
294
+ export declare const se_CreateTrackerCommand: (
295
295
  input: CreateTrackerCommandInput,
296
296
  context: __SerdeContext
297
297
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_restJson1DeleteGeofenceCollectionCommand: (
298
+ export declare const se_DeleteGeofenceCollectionCommand: (
299
299
  input: DeleteGeofenceCollectionCommandInput,
300
300
  context: __SerdeContext
301
301
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_restJson1DeleteKeyCommand: (
302
+ export declare const se_DeleteKeyCommand: (
303
303
  input: DeleteKeyCommandInput,
304
304
  context: __SerdeContext
305
305
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_restJson1DeleteMapCommand: (
306
+ export declare const se_DeleteMapCommand: (
307
307
  input: DeleteMapCommandInput,
308
308
  context: __SerdeContext
309
309
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_restJson1DeletePlaceIndexCommand: (
310
+ export declare const se_DeletePlaceIndexCommand: (
311
311
  input: DeletePlaceIndexCommandInput,
312
312
  context: __SerdeContext
313
313
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_restJson1DeleteRouteCalculatorCommand: (
314
+ export declare const se_DeleteRouteCalculatorCommand: (
315
315
  input: DeleteRouteCalculatorCommandInput,
316
316
  context: __SerdeContext
317
317
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_restJson1DeleteTrackerCommand: (
318
+ export declare const se_DeleteTrackerCommand: (
319
319
  input: DeleteTrackerCommandInput,
320
320
  context: __SerdeContext
321
321
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_restJson1DescribeGeofenceCollectionCommand: (
322
+ export declare const se_DescribeGeofenceCollectionCommand: (
323
323
  input: DescribeGeofenceCollectionCommandInput,
324
324
  context: __SerdeContext
325
325
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_restJson1DescribeKeyCommand: (
326
+ export declare const se_DescribeKeyCommand: (
327
327
  input: DescribeKeyCommandInput,
328
328
  context: __SerdeContext
329
329
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_restJson1DescribeMapCommand: (
330
+ export declare const se_DescribeMapCommand: (
331
331
  input: DescribeMapCommandInput,
332
332
  context: __SerdeContext
333
333
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_restJson1DescribePlaceIndexCommand: (
334
+ export declare const se_DescribePlaceIndexCommand: (
335
335
  input: DescribePlaceIndexCommandInput,
336
336
  context: __SerdeContext
337
337
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_restJson1DescribeRouteCalculatorCommand: (
338
+ export declare const se_DescribeRouteCalculatorCommand: (
339
339
  input: DescribeRouteCalculatorCommandInput,
340
340
  context: __SerdeContext
341
341
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_restJson1DescribeTrackerCommand: (
342
+ export declare const se_DescribeTrackerCommand: (
343
343
  input: DescribeTrackerCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_restJson1DisassociateTrackerConsumerCommand: (
346
+ export declare const se_DisassociateTrackerConsumerCommand: (
347
347
  input: DisassociateTrackerConsumerCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_restJson1GetDevicePositionCommand: (
350
+ export declare const se_GetDevicePositionCommand: (
351
351
  input: GetDevicePositionCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_restJson1GetDevicePositionHistoryCommand: (
354
+ export declare const se_GetDevicePositionHistoryCommand: (
355
355
  input: GetDevicePositionHistoryCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_restJson1GetGeofenceCommand: (
358
+ export declare const se_GetGeofenceCommand: (
359
359
  input: GetGeofenceCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_restJson1GetMapGlyphsCommand: (
362
+ export declare const se_GetMapGlyphsCommand: (
363
363
  input: GetMapGlyphsCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_restJson1GetMapSpritesCommand: (
366
+ export declare const se_GetMapSpritesCommand: (
367
367
  input: GetMapSpritesCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_restJson1GetMapStyleDescriptorCommand: (
370
+ export declare const se_GetMapStyleDescriptorCommand: (
371
371
  input: GetMapStyleDescriptorCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_restJson1GetMapTileCommand: (
374
+ export declare const se_GetMapTileCommand: (
375
375
  input: GetMapTileCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_restJson1GetPlaceCommand: (
378
+ export declare const se_GetPlaceCommand: (
379
379
  input: GetPlaceCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_restJson1ListDevicePositionsCommand: (
382
+ export declare const se_ListDevicePositionsCommand: (
383
383
  input: ListDevicePositionsCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_restJson1ListGeofenceCollectionsCommand: (
386
+ export declare const se_ListGeofenceCollectionsCommand: (
387
387
  input: ListGeofenceCollectionsCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_restJson1ListGeofencesCommand: (
390
+ export declare const se_ListGeofencesCommand: (
391
391
  input: ListGeofencesCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_restJson1ListKeysCommand: (
394
+ export declare const se_ListKeysCommand: (
395
395
  input: ListKeysCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_restJson1ListMapsCommand: (
398
+ export declare const se_ListMapsCommand: (
399
399
  input: ListMapsCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_restJson1ListPlaceIndexesCommand: (
402
+ export declare const se_ListPlaceIndexesCommand: (
403
403
  input: ListPlaceIndexesCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_restJson1ListRouteCalculatorsCommand: (
406
+ export declare const se_ListRouteCalculatorsCommand: (
407
407
  input: ListRouteCalculatorsCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
410
+ export declare const se_ListTagsForResourceCommand: (
411
411
  input: ListTagsForResourceCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_restJson1ListTrackerConsumersCommand: (
414
+ export declare const se_ListTrackerConsumersCommand: (
415
415
  input: ListTrackerConsumersCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_restJson1ListTrackersCommand: (
418
+ export declare const se_ListTrackersCommand: (
419
419
  input: ListTrackersCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_restJson1PutGeofenceCommand: (
422
+ export declare const se_PutGeofenceCommand: (
423
423
  input: PutGeofenceCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_restJson1SearchPlaceIndexForPositionCommand: (
426
+ export declare const se_SearchPlaceIndexForPositionCommand: (
427
427
  input: SearchPlaceIndexForPositionCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (
430
+ export declare const se_SearchPlaceIndexForSuggestionsCommand: (
431
431
  input: SearchPlaceIndexForSuggestionsCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_restJson1SearchPlaceIndexForTextCommand: (
434
+ export declare const se_SearchPlaceIndexForTextCommand: (
435
435
  input: SearchPlaceIndexForTextCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_restJson1TagResourceCommand: (
438
+ export declare const se_TagResourceCommand: (
439
439
  input: TagResourceCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_restJson1UntagResourceCommand: (
442
+ export declare const se_UntagResourceCommand: (
443
443
  input: UntagResourceCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_restJson1UpdateGeofenceCollectionCommand: (
446
+ export declare const se_UpdateGeofenceCollectionCommand: (
447
447
  input: UpdateGeofenceCollectionCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_restJson1UpdateKeyCommand: (
450
+ export declare const se_UpdateKeyCommand: (
451
451
  input: UpdateKeyCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const serializeAws_restJson1UpdateMapCommand: (
454
+ export declare const se_UpdateMapCommand: (
455
455
  input: UpdateMapCommandInput,
456
456
  context: __SerdeContext
457
457
  ) => Promise<__HttpRequest>;
458
- export declare const serializeAws_restJson1UpdatePlaceIndexCommand: (
458
+ export declare const se_UpdatePlaceIndexCommand: (
459
459
  input: UpdatePlaceIndexCommandInput,
460
460
  context: __SerdeContext
461
461
  ) => Promise<__HttpRequest>;
462
- export declare const serializeAws_restJson1UpdateRouteCalculatorCommand: (
462
+ export declare const se_UpdateRouteCalculatorCommand: (
463
463
  input: UpdateRouteCalculatorCommandInput,
464
464
  context: __SerdeContext
465
465
  ) => Promise<__HttpRequest>;
466
- export declare const serializeAws_restJson1UpdateTrackerCommand: (
466
+ export declare const se_UpdateTrackerCommand: (
467
467
  input: UpdateTrackerCommandInput,
468
468
  context: __SerdeContext
469
469
  ) => Promise<__HttpRequest>;
470
- export declare const deserializeAws_restJson1AssociateTrackerConsumerCommand: (
470
+ export declare const de_AssociateTrackerConsumerCommand: (
471
471
  output: __HttpResponse,
472
472
  context: __SerdeContext
473
473
  ) => Promise<AssociateTrackerConsumerCommandOutput>;
474
- export declare const deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (
474
+ export declare const de_BatchDeleteDevicePositionHistoryCommand: (
475
475
  output: __HttpResponse,
476
476
  context: __SerdeContext
477
477
  ) => Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
478
- export declare const deserializeAws_restJson1BatchDeleteGeofenceCommand: (
478
+ export declare const de_BatchDeleteGeofenceCommand: (
479
479
  output: __HttpResponse,
480
480
  context: __SerdeContext
481
481
  ) => Promise<BatchDeleteGeofenceCommandOutput>;
482
- export declare const deserializeAws_restJson1BatchEvaluateGeofencesCommand: (
482
+ export declare const de_BatchEvaluateGeofencesCommand: (
483
483
  output: __HttpResponse,
484
484
  context: __SerdeContext
485
485
  ) => Promise<BatchEvaluateGeofencesCommandOutput>;
486
- export declare const deserializeAws_restJson1BatchGetDevicePositionCommand: (
486
+ export declare const de_BatchGetDevicePositionCommand: (
487
487
  output: __HttpResponse,
488
488
  context: __SerdeContext
489
489
  ) => Promise<BatchGetDevicePositionCommandOutput>;
490
- export declare const deserializeAws_restJson1BatchPutGeofenceCommand: (
490
+ export declare const de_BatchPutGeofenceCommand: (
491
491
  output: __HttpResponse,
492
492
  context: __SerdeContext
493
493
  ) => Promise<BatchPutGeofenceCommandOutput>;
494
- export declare const deserializeAws_restJson1BatchUpdateDevicePositionCommand: (
494
+ export declare const de_BatchUpdateDevicePositionCommand: (
495
495
  output: __HttpResponse,
496
496
  context: __SerdeContext
497
497
  ) => Promise<BatchUpdateDevicePositionCommandOutput>;
498
- export declare const deserializeAws_restJson1CalculateRouteCommand: (
498
+ export declare const de_CalculateRouteCommand: (
499
499
  output: __HttpResponse,
500
500
  context: __SerdeContext
501
501
  ) => Promise<CalculateRouteCommandOutput>;
502
- export declare const deserializeAws_restJson1CalculateRouteMatrixCommand: (
502
+ export declare const de_CalculateRouteMatrixCommand: (
503
503
  output: __HttpResponse,
504
504
  context: __SerdeContext
505
505
  ) => Promise<CalculateRouteMatrixCommandOutput>;
506
- export declare const deserializeAws_restJson1CreateGeofenceCollectionCommand: (
506
+ export declare const de_CreateGeofenceCollectionCommand: (
507
507
  output: __HttpResponse,
508
508
  context: __SerdeContext
509
509
  ) => Promise<CreateGeofenceCollectionCommandOutput>;
510
- export declare const deserializeAws_restJson1CreateKeyCommand: (
510
+ export declare const de_CreateKeyCommand: (
511
511
  output: __HttpResponse,
512
512
  context: __SerdeContext
513
513
  ) => Promise<CreateKeyCommandOutput>;
514
- export declare const deserializeAws_restJson1CreateMapCommand: (
514
+ export declare const de_CreateMapCommand: (
515
515
  output: __HttpResponse,
516
516
  context: __SerdeContext
517
517
  ) => Promise<CreateMapCommandOutput>;
518
- export declare const deserializeAws_restJson1CreatePlaceIndexCommand: (
518
+ export declare const de_CreatePlaceIndexCommand: (
519
519
  output: __HttpResponse,
520
520
  context: __SerdeContext
521
521
  ) => Promise<CreatePlaceIndexCommandOutput>;
522
- export declare const deserializeAws_restJson1CreateRouteCalculatorCommand: (
522
+ export declare const de_CreateRouteCalculatorCommand: (
523
523
  output: __HttpResponse,
524
524
  context: __SerdeContext
525
525
  ) => Promise<CreateRouteCalculatorCommandOutput>;
526
- export declare const deserializeAws_restJson1CreateTrackerCommand: (
526
+ export declare const de_CreateTrackerCommand: (
527
527
  output: __HttpResponse,
528
528
  context: __SerdeContext
529
529
  ) => Promise<CreateTrackerCommandOutput>;
530
- export declare const deserializeAws_restJson1DeleteGeofenceCollectionCommand: (
530
+ export declare const de_DeleteGeofenceCollectionCommand: (
531
531
  output: __HttpResponse,
532
532
  context: __SerdeContext
533
533
  ) => Promise<DeleteGeofenceCollectionCommandOutput>;
534
- export declare const deserializeAws_restJson1DeleteKeyCommand: (
534
+ export declare const de_DeleteKeyCommand: (
535
535
  output: __HttpResponse,
536
536
  context: __SerdeContext
537
537
  ) => Promise<DeleteKeyCommandOutput>;
538
- export declare const deserializeAws_restJson1DeleteMapCommand: (
538
+ export declare const de_DeleteMapCommand: (
539
539
  output: __HttpResponse,
540
540
  context: __SerdeContext
541
541
  ) => Promise<DeleteMapCommandOutput>;
542
- export declare const deserializeAws_restJson1DeletePlaceIndexCommand: (
542
+ export declare const de_DeletePlaceIndexCommand: (
543
543
  output: __HttpResponse,
544
544
  context: __SerdeContext
545
545
  ) => Promise<DeletePlaceIndexCommandOutput>;
546
- export declare const deserializeAws_restJson1DeleteRouteCalculatorCommand: (
546
+ export declare const de_DeleteRouteCalculatorCommand: (
547
547
  output: __HttpResponse,
548
548
  context: __SerdeContext
549
549
  ) => Promise<DeleteRouteCalculatorCommandOutput>;
550
- export declare const deserializeAws_restJson1DeleteTrackerCommand: (
550
+ export declare const de_DeleteTrackerCommand: (
551
551
  output: __HttpResponse,
552
552
  context: __SerdeContext
553
553
  ) => Promise<DeleteTrackerCommandOutput>;
554
- export declare const deserializeAws_restJson1DescribeGeofenceCollectionCommand: (
554
+ export declare const de_DescribeGeofenceCollectionCommand: (
555
555
  output: __HttpResponse,
556
556
  context: __SerdeContext
557
557
  ) => Promise<DescribeGeofenceCollectionCommandOutput>;
558
- export declare const deserializeAws_restJson1DescribeKeyCommand: (
558
+ export declare const de_DescribeKeyCommand: (
559
559
  output: __HttpResponse,
560
560
  context: __SerdeContext
561
561
  ) => Promise<DescribeKeyCommandOutput>;
562
- export declare const deserializeAws_restJson1DescribeMapCommand: (
562
+ export declare const de_DescribeMapCommand: (
563
563
  output: __HttpResponse,
564
564
  context: __SerdeContext
565
565
  ) => Promise<DescribeMapCommandOutput>;
566
- export declare const deserializeAws_restJson1DescribePlaceIndexCommand: (
566
+ export declare const de_DescribePlaceIndexCommand: (
567
567
  output: __HttpResponse,
568
568
  context: __SerdeContext
569
569
  ) => Promise<DescribePlaceIndexCommandOutput>;
570
- export declare const deserializeAws_restJson1DescribeRouteCalculatorCommand: (
570
+ export declare const de_DescribeRouteCalculatorCommand: (
571
571
  output: __HttpResponse,
572
572
  context: __SerdeContext
573
573
  ) => Promise<DescribeRouteCalculatorCommandOutput>;
574
- export declare const deserializeAws_restJson1DescribeTrackerCommand: (
574
+ export declare const de_DescribeTrackerCommand: (
575
575
  output: __HttpResponse,
576
576
  context: __SerdeContext
577
577
  ) => Promise<DescribeTrackerCommandOutput>;
578
- export declare const deserializeAws_restJson1DisassociateTrackerConsumerCommand: (
578
+ export declare const de_DisassociateTrackerConsumerCommand: (
579
579
  output: __HttpResponse,
580
580
  context: __SerdeContext
581
581
  ) => Promise<DisassociateTrackerConsumerCommandOutput>;
582
- export declare const deserializeAws_restJson1GetDevicePositionCommand: (
582
+ export declare const de_GetDevicePositionCommand: (
583
583
  output: __HttpResponse,
584
584
  context: __SerdeContext
585
585
  ) => Promise<GetDevicePositionCommandOutput>;
586
- export declare const deserializeAws_restJson1GetDevicePositionHistoryCommand: (
586
+ export declare const de_GetDevicePositionHistoryCommand: (
587
587
  output: __HttpResponse,
588
588
  context: __SerdeContext
589
589
  ) => Promise<GetDevicePositionHistoryCommandOutput>;
590
- export declare const deserializeAws_restJson1GetGeofenceCommand: (
590
+ export declare const de_GetGeofenceCommand: (
591
591
  output: __HttpResponse,
592
592
  context: __SerdeContext
593
593
  ) => Promise<GetGeofenceCommandOutput>;
594
- export declare const deserializeAws_restJson1GetMapGlyphsCommand: (
594
+ export declare const de_GetMapGlyphsCommand: (
595
595
  output: __HttpResponse,
596
596
  context: __SerdeContext
597
597
  ) => Promise<GetMapGlyphsCommandOutput>;
598
- export declare const deserializeAws_restJson1GetMapSpritesCommand: (
598
+ export declare const de_GetMapSpritesCommand: (
599
599
  output: __HttpResponse,
600
600
  context: __SerdeContext
601
601
  ) => Promise<GetMapSpritesCommandOutput>;
602
- export declare const deserializeAws_restJson1GetMapStyleDescriptorCommand: (
602
+ export declare const de_GetMapStyleDescriptorCommand: (
603
603
  output: __HttpResponse,
604
604
  context: __SerdeContext
605
605
  ) => Promise<GetMapStyleDescriptorCommandOutput>;
606
- export declare const deserializeAws_restJson1GetMapTileCommand: (
606
+ export declare const de_GetMapTileCommand: (
607
607
  output: __HttpResponse,
608
608
  context: __SerdeContext
609
609
  ) => Promise<GetMapTileCommandOutput>;
610
- export declare const deserializeAws_restJson1GetPlaceCommand: (
610
+ export declare const de_GetPlaceCommand: (
611
611
  output: __HttpResponse,
612
612
  context: __SerdeContext
613
613
  ) => Promise<GetPlaceCommandOutput>;
614
- export declare const deserializeAws_restJson1ListDevicePositionsCommand: (
614
+ export declare const de_ListDevicePositionsCommand: (
615
615
  output: __HttpResponse,
616
616
  context: __SerdeContext
617
617
  ) => Promise<ListDevicePositionsCommandOutput>;
618
- export declare const deserializeAws_restJson1ListGeofenceCollectionsCommand: (
618
+ export declare const de_ListGeofenceCollectionsCommand: (
619
619
  output: __HttpResponse,
620
620
  context: __SerdeContext
621
621
  ) => Promise<ListGeofenceCollectionsCommandOutput>;
622
- export declare const deserializeAws_restJson1ListGeofencesCommand: (
622
+ export declare const de_ListGeofencesCommand: (
623
623
  output: __HttpResponse,
624
624
  context: __SerdeContext
625
625
  ) => Promise<ListGeofencesCommandOutput>;
626
- export declare const deserializeAws_restJson1ListKeysCommand: (
626
+ export declare const de_ListKeysCommand: (
627
627
  output: __HttpResponse,
628
628
  context: __SerdeContext
629
629
  ) => Promise<ListKeysCommandOutput>;
630
- export declare const deserializeAws_restJson1ListMapsCommand: (
630
+ export declare const de_ListMapsCommand: (
631
631
  output: __HttpResponse,
632
632
  context: __SerdeContext
633
633
  ) => Promise<ListMapsCommandOutput>;
634
- export declare const deserializeAws_restJson1ListPlaceIndexesCommand: (
634
+ export declare const de_ListPlaceIndexesCommand: (
635
635
  output: __HttpResponse,
636
636
  context: __SerdeContext
637
637
  ) => Promise<ListPlaceIndexesCommandOutput>;
638
- export declare const deserializeAws_restJson1ListRouteCalculatorsCommand: (
638
+ export declare const de_ListRouteCalculatorsCommand: (
639
639
  output: __HttpResponse,
640
640
  context: __SerdeContext
641
641
  ) => Promise<ListRouteCalculatorsCommandOutput>;
642
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
642
+ export declare const de_ListTagsForResourceCommand: (
643
643
  output: __HttpResponse,
644
644
  context: __SerdeContext
645
645
  ) => Promise<ListTagsForResourceCommandOutput>;
646
- export declare const deserializeAws_restJson1ListTrackerConsumersCommand: (
646
+ export declare const de_ListTrackerConsumersCommand: (
647
647
  output: __HttpResponse,
648
648
  context: __SerdeContext
649
649
  ) => Promise<ListTrackerConsumersCommandOutput>;
650
- export declare const deserializeAws_restJson1ListTrackersCommand: (
650
+ export declare const de_ListTrackersCommand: (
651
651
  output: __HttpResponse,
652
652
  context: __SerdeContext
653
653
  ) => Promise<ListTrackersCommandOutput>;
654
- export declare const deserializeAws_restJson1PutGeofenceCommand: (
654
+ export declare const de_PutGeofenceCommand: (
655
655
  output: __HttpResponse,
656
656
  context: __SerdeContext
657
657
  ) => Promise<PutGeofenceCommandOutput>;
658
- export declare const deserializeAws_restJson1SearchPlaceIndexForPositionCommand: (
658
+ export declare const de_SearchPlaceIndexForPositionCommand: (
659
659
  output: __HttpResponse,
660
660
  context: __SerdeContext
661
661
  ) => Promise<SearchPlaceIndexForPositionCommandOutput>;
662
- export declare const deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (
662
+ export declare const de_SearchPlaceIndexForSuggestionsCommand: (
663
663
  output: __HttpResponse,
664
664
  context: __SerdeContext
665
665
  ) => Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
666
- export declare const deserializeAws_restJson1SearchPlaceIndexForTextCommand: (
666
+ export declare const de_SearchPlaceIndexForTextCommand: (
667
667
  output: __HttpResponse,
668
668
  context: __SerdeContext
669
669
  ) => Promise<SearchPlaceIndexForTextCommandOutput>;
670
- export declare const deserializeAws_restJson1TagResourceCommand: (
670
+ export declare const de_TagResourceCommand: (
671
671
  output: __HttpResponse,
672
672
  context: __SerdeContext
673
673
  ) => Promise<TagResourceCommandOutput>;
674
- export declare const deserializeAws_restJson1UntagResourceCommand: (
674
+ export declare const de_UntagResourceCommand: (
675
675
  output: __HttpResponse,
676
676
  context: __SerdeContext
677
677
  ) => Promise<UntagResourceCommandOutput>;
678
- export declare const deserializeAws_restJson1UpdateGeofenceCollectionCommand: (
678
+ export declare const de_UpdateGeofenceCollectionCommand: (
679
679
  output: __HttpResponse,
680
680
  context: __SerdeContext
681
681
  ) => Promise<UpdateGeofenceCollectionCommandOutput>;
682
- export declare const deserializeAws_restJson1UpdateKeyCommand: (
682
+ export declare const de_UpdateKeyCommand: (
683
683
  output: __HttpResponse,
684
684
  context: __SerdeContext
685
685
  ) => Promise<UpdateKeyCommandOutput>;
686
- export declare const deserializeAws_restJson1UpdateMapCommand: (
686
+ export declare const de_UpdateMapCommand: (
687
687
  output: __HttpResponse,
688
688
  context: __SerdeContext
689
689
  ) => Promise<UpdateMapCommandOutput>;
690
- export declare const deserializeAws_restJson1UpdatePlaceIndexCommand: (
690
+ export declare const de_UpdatePlaceIndexCommand: (
691
691
  output: __HttpResponse,
692
692
  context: __SerdeContext
693
693
  ) => Promise<UpdatePlaceIndexCommandOutput>;
694
- export declare const deserializeAws_restJson1UpdateRouteCalculatorCommand: (
694
+ export declare const de_UpdateRouteCalculatorCommand: (
695
695
  output: __HttpResponse,
696
696
  context: __SerdeContext
697
697
  ) => Promise<UpdateRouteCalculatorCommandOutput>;
698
- export declare const deserializeAws_restJson1UpdateTrackerCommand: (
698
+ export declare const de_UpdateTrackerCommand: (
699
699
  output: __HttpResponse,
700
700
  context: __SerdeContext
701
701
  ) => Promise<UpdateTrackerCommandOutput>;