@aws-sdk/client-location 3.185.0 → 3.186.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Location.d.ts +626 -905
  3. package/dist-types/ts3.4/LocationClient.d.ts +197 -422
  4. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -39
  5. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -39
  6. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -36
  7. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +63 -39
  8. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -39
  9. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -35
  10. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +53 -39
  11. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +68 -35
  12. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +76 -39
  13. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -39
  14. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +42 -32
  15. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +45 -35
  16. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +44 -39
  17. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -35
  18. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -39
  19. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -32
  20. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -35
  21. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -39
  22. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -35
  23. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -39
  24. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -32
  25. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -36
  26. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -39
  27. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -35
  28. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -39
  29. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -36
  30. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -39
  31. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -32
  32. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -32
  33. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -35
  34. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -39
  35. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -32
  36. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +51 -32
  37. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -36
  38. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -39
  39. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -35
  40. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -32
  41. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -35
  42. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -39
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -36
  44. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -39
  45. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -32
  46. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -32
  47. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -39
  48. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +46 -39
  49. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +44 -39
  50. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -32
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -35
  52. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -39
  53. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -32
  54. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -35
  55. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -39
  56. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -35
  57. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  58. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  59. package/dist-types/ts3.4/index.d.ts +6 -6
  60. package/dist-types/ts3.4/models/LocationServiceException.d.ts +10 -7
  61. package/dist-types/ts3.4/models/index.d.ts +1 -1
  62. package/dist-types/ts3.4/models/models_0.d.ts +4783 -1283
  63. package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -11
  64. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -7
  65. package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -11
  66. package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -11
  67. package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -11
  68. package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -11
  69. package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -11
  70. package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -11
  71. package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -11
  72. package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -11
  73. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -641
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -67
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +40 -67
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +39 -68
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -10
  79. package/package.json +33 -33
@@ -1,641 +1,161 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@aws-sdk/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
- import {
7
- AssociateTrackerConsumerCommandInput,
8
- AssociateTrackerConsumerCommandOutput,
9
- } from "../commands/AssociateTrackerConsumerCommand";
10
- import {
11
- BatchDeleteDevicePositionHistoryCommandInput,
12
- BatchDeleteDevicePositionHistoryCommandOutput,
13
- } from "../commands/BatchDeleteDevicePositionHistoryCommand";
14
- import {
15
- BatchDeleteGeofenceCommandInput,
16
- BatchDeleteGeofenceCommandOutput,
17
- } from "../commands/BatchDeleteGeofenceCommand";
18
- import {
19
- BatchEvaluateGeofencesCommandInput,
20
- BatchEvaluateGeofencesCommandOutput,
21
- } from "../commands/BatchEvaluateGeofencesCommand";
22
- import {
23
- BatchGetDevicePositionCommandInput,
24
- BatchGetDevicePositionCommandOutput,
25
- } from "../commands/BatchGetDevicePositionCommand";
26
- import {
27
- BatchPutGeofenceCommandInput,
28
- BatchPutGeofenceCommandOutput,
29
- } from "../commands/BatchPutGeofenceCommand";
30
- import {
31
- BatchUpdateDevicePositionCommandInput,
32
- BatchUpdateDevicePositionCommandOutput,
33
- } from "../commands/BatchUpdateDevicePositionCommand";
34
- import {
35
- CalculateRouteCommandInput,
36
- CalculateRouteCommandOutput,
37
- } from "../commands/CalculateRouteCommand";
38
- import {
39
- CalculateRouteMatrixCommandInput,
40
- CalculateRouteMatrixCommandOutput,
41
- } from "../commands/CalculateRouteMatrixCommand";
42
- import {
43
- CreateGeofenceCollectionCommandInput,
44
- CreateGeofenceCollectionCommandOutput,
45
- } from "../commands/CreateGeofenceCollectionCommand";
46
- import {
47
- CreateMapCommandInput,
48
- CreateMapCommandOutput,
49
- } from "../commands/CreateMapCommand";
50
- import {
51
- CreatePlaceIndexCommandInput,
52
- CreatePlaceIndexCommandOutput,
53
- } from "../commands/CreatePlaceIndexCommand";
54
- import {
55
- CreateRouteCalculatorCommandInput,
56
- CreateRouteCalculatorCommandOutput,
57
- } from "../commands/CreateRouteCalculatorCommand";
58
- import {
59
- CreateTrackerCommandInput,
60
- CreateTrackerCommandOutput,
61
- } from "../commands/CreateTrackerCommand";
62
- import {
63
- DeleteGeofenceCollectionCommandInput,
64
- DeleteGeofenceCollectionCommandOutput,
65
- } from "../commands/DeleteGeofenceCollectionCommand";
66
- import {
67
- DeleteMapCommandInput,
68
- DeleteMapCommandOutput,
69
- } from "../commands/DeleteMapCommand";
70
- import {
71
- DeletePlaceIndexCommandInput,
72
- DeletePlaceIndexCommandOutput,
73
- } from "../commands/DeletePlaceIndexCommand";
74
- import {
75
- DeleteRouteCalculatorCommandInput,
76
- DeleteRouteCalculatorCommandOutput,
77
- } from "../commands/DeleteRouteCalculatorCommand";
78
- import {
79
- DeleteTrackerCommandInput,
80
- DeleteTrackerCommandOutput,
81
- } from "../commands/DeleteTrackerCommand";
82
- import {
83
- DescribeGeofenceCollectionCommandInput,
84
- DescribeGeofenceCollectionCommandOutput,
85
- } from "../commands/DescribeGeofenceCollectionCommand";
86
- import {
87
- DescribeMapCommandInput,
88
- DescribeMapCommandOutput,
89
- } from "../commands/DescribeMapCommand";
90
- import {
91
- DescribePlaceIndexCommandInput,
92
- DescribePlaceIndexCommandOutput,
93
- } from "../commands/DescribePlaceIndexCommand";
94
- import {
95
- DescribeRouteCalculatorCommandInput,
96
- DescribeRouteCalculatorCommandOutput,
97
- } from "../commands/DescribeRouteCalculatorCommand";
98
- import {
99
- DescribeTrackerCommandInput,
100
- DescribeTrackerCommandOutput,
101
- } from "../commands/DescribeTrackerCommand";
102
- import {
103
- DisassociateTrackerConsumerCommandInput,
104
- DisassociateTrackerConsumerCommandOutput,
105
- } from "../commands/DisassociateTrackerConsumerCommand";
106
- import {
107
- GetDevicePositionCommandInput,
108
- GetDevicePositionCommandOutput,
109
- } from "../commands/GetDevicePositionCommand";
110
- import {
111
- GetDevicePositionHistoryCommandInput,
112
- GetDevicePositionHistoryCommandOutput,
113
- } from "../commands/GetDevicePositionHistoryCommand";
114
- import {
115
- GetGeofenceCommandInput,
116
- GetGeofenceCommandOutput,
117
- } from "../commands/GetGeofenceCommand";
118
- import {
119
- GetMapGlyphsCommandInput,
120
- GetMapGlyphsCommandOutput,
121
- } from "../commands/GetMapGlyphsCommand";
122
- import {
123
- GetMapSpritesCommandInput,
124
- GetMapSpritesCommandOutput,
125
- } from "../commands/GetMapSpritesCommand";
126
- import {
127
- GetMapStyleDescriptorCommandInput,
128
- GetMapStyleDescriptorCommandOutput,
129
- } from "../commands/GetMapStyleDescriptorCommand";
130
- import {
131
- GetMapTileCommandInput,
132
- GetMapTileCommandOutput,
133
- } from "../commands/GetMapTileCommand";
134
- import {
135
- GetPlaceCommandInput,
136
- GetPlaceCommandOutput,
137
- } from "../commands/GetPlaceCommand";
138
- import {
139
- ListDevicePositionsCommandInput,
140
- ListDevicePositionsCommandOutput,
141
- } from "../commands/ListDevicePositionsCommand";
142
- import {
143
- ListGeofenceCollectionsCommandInput,
144
- ListGeofenceCollectionsCommandOutput,
145
- } from "../commands/ListGeofenceCollectionsCommand";
146
- import {
147
- ListGeofencesCommandInput,
148
- ListGeofencesCommandOutput,
149
- } from "../commands/ListGeofencesCommand";
150
- import {
151
- ListMapsCommandInput,
152
- ListMapsCommandOutput,
153
- } from "../commands/ListMapsCommand";
154
- import {
155
- ListPlaceIndexesCommandInput,
156
- ListPlaceIndexesCommandOutput,
157
- } from "../commands/ListPlaceIndexesCommand";
158
- import {
159
- ListRouteCalculatorsCommandInput,
160
- ListRouteCalculatorsCommandOutput,
161
- } from "../commands/ListRouteCalculatorsCommand";
162
- import {
163
- ListTagsForResourceCommandInput,
164
- ListTagsForResourceCommandOutput,
165
- } from "../commands/ListTagsForResourceCommand";
166
- import {
167
- ListTrackerConsumersCommandInput,
168
- ListTrackerConsumersCommandOutput,
169
- } from "../commands/ListTrackerConsumersCommand";
170
- import {
171
- ListTrackersCommandInput,
172
- ListTrackersCommandOutput,
173
- } from "../commands/ListTrackersCommand";
174
- import {
175
- PutGeofenceCommandInput,
176
- PutGeofenceCommandOutput,
177
- } from "../commands/PutGeofenceCommand";
178
- import {
179
- SearchPlaceIndexForPositionCommandInput,
180
- SearchPlaceIndexForPositionCommandOutput,
181
- } from "../commands/SearchPlaceIndexForPositionCommand";
182
- import {
183
- SearchPlaceIndexForSuggestionsCommandInput,
184
- SearchPlaceIndexForSuggestionsCommandOutput,
185
- } from "../commands/SearchPlaceIndexForSuggestionsCommand";
186
- import {
187
- SearchPlaceIndexForTextCommandInput,
188
- SearchPlaceIndexForTextCommandOutput,
189
- } from "../commands/SearchPlaceIndexForTextCommand";
190
- import {
191
- TagResourceCommandInput,
192
- TagResourceCommandOutput,
193
- } from "../commands/TagResourceCommand";
194
- import {
195
- UntagResourceCommandInput,
196
- UntagResourceCommandOutput,
197
- } from "../commands/UntagResourceCommand";
198
- import {
199
- UpdateGeofenceCollectionCommandInput,
200
- UpdateGeofenceCollectionCommandOutput,
201
- } from "../commands/UpdateGeofenceCollectionCommand";
202
- import {
203
- UpdateMapCommandInput,
204
- UpdateMapCommandOutput,
205
- } from "../commands/UpdateMapCommand";
206
- import {
207
- UpdatePlaceIndexCommandInput,
208
- UpdatePlaceIndexCommandOutput,
209
- } from "../commands/UpdatePlaceIndexCommand";
210
- import {
211
- UpdateRouteCalculatorCommandInput,
212
- UpdateRouteCalculatorCommandOutput,
213
- } from "../commands/UpdateRouteCalculatorCommand";
214
- import {
215
- UpdateTrackerCommandInput,
216
- UpdateTrackerCommandOutput,
217
- } from "../commands/UpdateTrackerCommand";
218
- export declare const serializeAws_restJson1AssociateTrackerConsumerCommand: (
219
- input: AssociateTrackerConsumerCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (
223
- input: BatchDeleteDevicePositionHistoryCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1BatchDeleteGeofenceCommand: (
227
- input: BatchDeleteGeofenceCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1BatchEvaluateGeofencesCommand: (
231
- input: BatchEvaluateGeofencesCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1BatchGetDevicePositionCommand: (
235
- input: BatchGetDevicePositionCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1BatchPutGeofenceCommand: (
239
- input: BatchPutGeofenceCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1BatchUpdateDevicePositionCommand: (
243
- input: BatchUpdateDevicePositionCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1CalculateRouteCommand: (
247
- input: CalculateRouteCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1CalculateRouteMatrixCommand: (
251
- input: CalculateRouteMatrixCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const serializeAws_restJson1CreateGeofenceCollectionCommand: (
255
- input: CreateGeofenceCollectionCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const serializeAws_restJson1CreateMapCommand: (
259
- input: CreateMapCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_restJson1CreatePlaceIndexCommand: (
263
- input: CreatePlaceIndexCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_restJson1CreateRouteCalculatorCommand: (
267
- input: CreateRouteCalculatorCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_restJson1CreateTrackerCommand: (
271
- input: CreateTrackerCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_restJson1DeleteGeofenceCollectionCommand: (
275
- input: DeleteGeofenceCollectionCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_restJson1DeleteMapCommand: (
279
- input: DeleteMapCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_restJson1DeletePlaceIndexCommand: (
283
- input: DeletePlaceIndexCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_restJson1DeleteRouteCalculatorCommand: (
287
- input: DeleteRouteCalculatorCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_restJson1DeleteTrackerCommand: (
291
- input: DeleteTrackerCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_restJson1DescribeGeofenceCollectionCommand: (
295
- input: DescribeGeofenceCollectionCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_restJson1DescribeMapCommand: (
299
- input: DescribeMapCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_restJson1DescribePlaceIndexCommand: (
303
- input: DescribePlaceIndexCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_restJson1DescribeRouteCalculatorCommand: (
307
- input: DescribeRouteCalculatorCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_restJson1DescribeTrackerCommand: (
311
- input: DescribeTrackerCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_restJson1DisassociateTrackerConsumerCommand: (
315
- input: DisassociateTrackerConsumerCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_restJson1GetDevicePositionCommand: (
319
- input: GetDevicePositionCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_restJson1GetDevicePositionHistoryCommand: (
323
- input: GetDevicePositionHistoryCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_restJson1GetGeofenceCommand: (
327
- input: GetGeofenceCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_restJson1GetMapGlyphsCommand: (
331
- input: GetMapGlyphsCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_restJson1GetMapSpritesCommand: (
335
- input: GetMapSpritesCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_restJson1GetMapStyleDescriptorCommand: (
339
- input: GetMapStyleDescriptorCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_restJson1GetMapTileCommand: (
343
- input: GetMapTileCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_restJson1GetPlaceCommand: (
347
- input: GetPlaceCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_restJson1ListDevicePositionsCommand: (
351
- input: ListDevicePositionsCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_restJson1ListGeofenceCollectionsCommand: (
355
- input: ListGeofenceCollectionsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_restJson1ListGeofencesCommand: (
359
- input: ListGeofencesCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_restJson1ListMapsCommand: (
363
- input: ListMapsCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_restJson1ListPlaceIndexesCommand: (
367
- input: ListPlaceIndexesCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_restJson1ListRouteCalculatorsCommand: (
371
- input: ListRouteCalculatorsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
375
- input: ListTagsForResourceCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_restJson1ListTrackerConsumersCommand: (
379
- input: ListTrackerConsumersCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_restJson1ListTrackersCommand: (
383
- input: ListTrackersCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_restJson1PutGeofenceCommand: (
387
- input: PutGeofenceCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_restJson1SearchPlaceIndexForPositionCommand: (
391
- input: SearchPlaceIndexForPositionCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (
395
- input: SearchPlaceIndexForSuggestionsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_restJson1SearchPlaceIndexForTextCommand: (
399
- input: SearchPlaceIndexForTextCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_restJson1TagResourceCommand: (
403
- input: TagResourceCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_restJson1UntagResourceCommand: (
407
- input: UntagResourceCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_restJson1UpdateGeofenceCollectionCommand: (
411
- input: UpdateGeofenceCollectionCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_restJson1UpdateMapCommand: (
415
- input: UpdateMapCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_restJson1UpdatePlaceIndexCommand: (
419
- input: UpdatePlaceIndexCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_restJson1UpdateRouteCalculatorCommand: (
423
- input: UpdateRouteCalculatorCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_restJson1UpdateTrackerCommand: (
427
- input: UpdateTrackerCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const deserializeAws_restJson1AssociateTrackerConsumerCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<AssociateTrackerConsumerCommandOutput>;
434
- export declare const deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
438
- export declare const deserializeAws_restJson1BatchDeleteGeofenceCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<BatchDeleteGeofenceCommandOutput>;
442
- export declare const deserializeAws_restJson1BatchEvaluateGeofencesCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<BatchEvaluateGeofencesCommandOutput>;
446
- export declare const deserializeAws_restJson1BatchGetDevicePositionCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<BatchGetDevicePositionCommandOutput>;
450
- export declare const deserializeAws_restJson1BatchPutGeofenceCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<BatchPutGeofenceCommandOutput>;
454
- export declare const deserializeAws_restJson1BatchUpdateDevicePositionCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<BatchUpdateDevicePositionCommandOutput>;
458
- export declare const deserializeAws_restJson1CalculateRouteCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<CalculateRouteCommandOutput>;
462
- export declare const deserializeAws_restJson1CalculateRouteMatrixCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<CalculateRouteMatrixCommandOutput>;
466
- export declare const deserializeAws_restJson1CreateGeofenceCollectionCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<CreateGeofenceCollectionCommandOutput>;
470
- export declare const deserializeAws_restJson1CreateMapCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<CreateMapCommandOutput>;
474
- export declare const deserializeAws_restJson1CreatePlaceIndexCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<CreatePlaceIndexCommandOutput>;
478
- export declare const deserializeAws_restJson1CreateRouteCalculatorCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CreateRouteCalculatorCommandOutput>;
482
- export declare const deserializeAws_restJson1CreateTrackerCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CreateTrackerCommandOutput>;
486
- export declare const deserializeAws_restJson1DeleteGeofenceCollectionCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<DeleteGeofenceCollectionCommandOutput>;
490
- export declare const deserializeAws_restJson1DeleteMapCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<DeleteMapCommandOutput>;
494
- export declare const deserializeAws_restJson1DeletePlaceIndexCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<DeletePlaceIndexCommandOutput>;
498
- export declare const deserializeAws_restJson1DeleteRouteCalculatorCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DeleteRouteCalculatorCommandOutput>;
502
- export declare const deserializeAws_restJson1DeleteTrackerCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteTrackerCommandOutput>;
506
- export declare const deserializeAws_restJson1DescribeGeofenceCollectionCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DescribeGeofenceCollectionCommandOutput>;
510
- export declare const deserializeAws_restJson1DescribeMapCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DescribeMapCommandOutput>;
514
- export declare const deserializeAws_restJson1DescribePlaceIndexCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DescribePlaceIndexCommandOutput>;
518
- export declare const deserializeAws_restJson1DescribeRouteCalculatorCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DescribeRouteCalculatorCommandOutput>;
522
- export declare const deserializeAws_restJson1DescribeTrackerCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DescribeTrackerCommandOutput>;
526
- export declare const deserializeAws_restJson1DisassociateTrackerConsumerCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DisassociateTrackerConsumerCommandOutput>;
530
- export declare const deserializeAws_restJson1GetDevicePositionCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<GetDevicePositionCommandOutput>;
534
- export declare const deserializeAws_restJson1GetDevicePositionHistoryCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<GetDevicePositionHistoryCommandOutput>;
538
- export declare const deserializeAws_restJson1GetGeofenceCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<GetGeofenceCommandOutput>;
542
- export declare const deserializeAws_restJson1GetMapGlyphsCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<GetMapGlyphsCommandOutput>;
546
- export declare const deserializeAws_restJson1GetMapSpritesCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<GetMapSpritesCommandOutput>;
550
- export declare const deserializeAws_restJson1GetMapStyleDescriptorCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<GetMapStyleDescriptorCommandOutput>;
554
- export declare const deserializeAws_restJson1GetMapTileCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<GetMapTileCommandOutput>;
558
- export declare const deserializeAws_restJson1GetPlaceCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<GetPlaceCommandOutput>;
562
- export declare const deserializeAws_restJson1ListDevicePositionsCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<ListDevicePositionsCommandOutput>;
566
- export declare const deserializeAws_restJson1ListGeofenceCollectionsCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<ListGeofenceCollectionsCommandOutput>;
570
- export declare const deserializeAws_restJson1ListGeofencesCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<ListGeofencesCommandOutput>;
574
- export declare const deserializeAws_restJson1ListMapsCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<ListMapsCommandOutput>;
578
- export declare const deserializeAws_restJson1ListPlaceIndexesCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ListPlaceIndexesCommandOutput>;
582
- export declare const deserializeAws_restJson1ListRouteCalculatorsCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<ListRouteCalculatorsCommandOutput>;
586
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListTagsForResourceCommandOutput>;
590
- export declare const deserializeAws_restJson1ListTrackerConsumersCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListTrackerConsumersCommandOutput>;
594
- export declare const deserializeAws_restJson1ListTrackersCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListTrackersCommandOutput>;
598
- export declare const deserializeAws_restJson1PutGeofenceCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<PutGeofenceCommandOutput>;
602
- export declare const deserializeAws_restJson1SearchPlaceIndexForPositionCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<SearchPlaceIndexForPositionCommandOutput>;
606
- export declare const deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
610
- export declare const deserializeAws_restJson1SearchPlaceIndexForTextCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<SearchPlaceIndexForTextCommandOutput>;
614
- export declare const deserializeAws_restJson1TagResourceCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<TagResourceCommandOutput>;
618
- export declare const deserializeAws_restJson1UntagResourceCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<UntagResourceCommandOutput>;
622
- export declare const deserializeAws_restJson1UpdateGeofenceCollectionCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<UpdateGeofenceCollectionCommandOutput>;
626
- export declare const deserializeAws_restJson1UpdateMapCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<UpdateMapCommandOutput>;
630
- export declare const deserializeAws_restJson1UpdatePlaceIndexCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<UpdatePlaceIndexCommandOutput>;
634
- export declare const deserializeAws_restJson1UpdateRouteCalculatorCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<UpdateRouteCalculatorCommandOutput>;
638
- export declare const deserializeAws_restJson1UpdateTrackerCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<UpdateTrackerCommandOutput>;
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput } from "../commands/AssociateTrackerConsumerCommand";
4
+ import { BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput } from "../commands/BatchDeleteDevicePositionHistoryCommand";
5
+ import { BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput } from "../commands/BatchDeleteGeofenceCommand";
6
+ import { BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput } from "../commands/BatchEvaluateGeofencesCommand";
7
+ import { BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput } from "../commands/BatchGetDevicePositionCommand";
8
+ import { BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput } from "../commands/BatchPutGeofenceCommand";
9
+ import { BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput } from "../commands/BatchUpdateDevicePositionCommand";
10
+ import { CalculateRouteCommandInput, CalculateRouteCommandOutput } from "../commands/CalculateRouteCommand";
11
+ import { CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput } from "../commands/CalculateRouteMatrixCommand";
12
+ import { CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput } from "../commands/CreateGeofenceCollectionCommand";
13
+ import { CreateMapCommandInput, CreateMapCommandOutput } from "../commands/CreateMapCommand";
14
+ import { CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput } from "../commands/CreatePlaceIndexCommand";
15
+ import { CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput } from "../commands/CreateRouteCalculatorCommand";
16
+ import { CreateTrackerCommandInput, CreateTrackerCommandOutput } from "../commands/CreateTrackerCommand";
17
+ import { DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput } from "../commands/DeleteGeofenceCollectionCommand";
18
+ import { DeleteMapCommandInput, DeleteMapCommandOutput } from "../commands/DeleteMapCommand";
19
+ import { DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput } from "../commands/DeletePlaceIndexCommand";
20
+ import { DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput } from "../commands/DeleteRouteCalculatorCommand";
21
+ import { DeleteTrackerCommandInput, DeleteTrackerCommandOutput } from "../commands/DeleteTrackerCommand";
22
+ import { DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput } from "../commands/DescribeGeofenceCollectionCommand";
23
+ import { DescribeMapCommandInput, DescribeMapCommandOutput } from "../commands/DescribeMapCommand";
24
+ import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from "../commands/DescribePlaceIndexCommand";
25
+ import { DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput } from "../commands/DescribeRouteCalculatorCommand";
26
+ import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "../commands/DescribeTrackerCommand";
27
+ import { DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput } from "../commands/DisassociateTrackerConsumerCommand";
28
+ import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "../commands/GetDevicePositionCommand";
29
+ import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "../commands/GetDevicePositionHistoryCommand";
30
+ import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "../commands/GetGeofenceCommand";
31
+ import { GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput } from "../commands/GetMapGlyphsCommand";
32
+ import { GetMapSpritesCommandInput, GetMapSpritesCommandOutput } from "../commands/GetMapSpritesCommand";
33
+ import { GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput } from "../commands/GetMapStyleDescriptorCommand";
34
+ import { GetMapTileCommandInput, GetMapTileCommandOutput } from "../commands/GetMapTileCommand";
35
+ import { GetPlaceCommandInput, GetPlaceCommandOutput } from "../commands/GetPlaceCommand";
36
+ import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "../commands/ListDevicePositionsCommand";
37
+ import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "../commands/ListGeofenceCollectionsCommand";
38
+ import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "../commands/ListGeofencesCommand";
39
+ import { ListMapsCommandInput, ListMapsCommandOutput } from "../commands/ListMapsCommand";
40
+ import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "../commands/ListPlaceIndexesCommand";
41
+ import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "../commands/ListRouteCalculatorsCommand";
42
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
43
+ import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "../commands/ListTrackerConsumersCommand";
44
+ import { ListTrackersCommandInput, ListTrackersCommandOutput } from "../commands/ListTrackersCommand";
45
+ import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "../commands/PutGeofenceCommand";
46
+ import { SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput } from "../commands/SearchPlaceIndexForPositionCommand";
47
+ import { SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput } from "../commands/SearchPlaceIndexForSuggestionsCommand";
48
+ import { SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput } from "../commands/SearchPlaceIndexForTextCommand";
49
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
50
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
51
+ import { UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput } from "../commands/UpdateGeofenceCollectionCommand";
52
+ import { UpdateMapCommandInput, UpdateMapCommandOutput } from "../commands/UpdateMapCommand";
53
+ import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "../commands/UpdatePlaceIndexCommand";
54
+ import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "../commands/UpdateRouteCalculatorCommand";
55
+ import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "../commands/UpdateTrackerCommand";
56
+ export declare const serializeAws_restJson1AssociateTrackerConsumerCommand: (input: AssociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (input: BatchDeleteDevicePositionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_restJson1BatchDeleteGeofenceCommand: (input: BatchDeleteGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_restJson1BatchEvaluateGeofencesCommand: (input: BatchEvaluateGeofencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_restJson1BatchGetDevicePositionCommand: (input: BatchGetDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_restJson1BatchPutGeofenceCommand: (input: BatchPutGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_restJson1BatchUpdateDevicePositionCommand: (input: BatchUpdateDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const serializeAws_restJson1CalculateRouteCommand: (input: CalculateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_restJson1CalculateRouteMatrixCommand: (input: CalculateRouteMatrixCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_restJson1CreateGeofenceCollectionCommand: (input: CreateGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_restJson1CreateMapCommand: (input: CreateMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_restJson1CreatePlaceIndexCommand: (input: CreatePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ export declare const serializeAws_restJson1CreateRouteCalculatorCommand: (input: CreateRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ export declare const serializeAws_restJson1CreateTrackerCommand: (input: CreateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ export declare const serializeAws_restJson1DeleteGeofenceCollectionCommand: (input: DeleteGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_restJson1DeleteMapCommand: (input: DeleteMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_restJson1DeletePlaceIndexCommand: (input: DeletePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ export declare const serializeAws_restJson1DeleteRouteCalculatorCommand: (input: DeleteRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ export declare const serializeAws_restJson1DeleteTrackerCommand: (input: DeleteTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ export declare const serializeAws_restJson1DescribeGeofenceCollectionCommand: (input: DescribeGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_restJson1DescribeMapCommand: (input: DescribeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const serializeAws_restJson1DescribePlaceIndexCommand: (input: DescribePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_restJson1DescribeRouteCalculatorCommand: (input: DescribeRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ export declare const serializeAws_restJson1DescribeTrackerCommand: (input: DescribeTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ export declare const serializeAws_restJson1DisassociateTrackerConsumerCommand: (input: DisassociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ export declare const serializeAws_restJson1GetDevicePositionCommand: (input: GetDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ export declare const serializeAws_restJson1GetDevicePositionHistoryCommand: (input: GetDevicePositionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ export declare const serializeAws_restJson1GetGeofenceCommand: (input: GetGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ export declare const serializeAws_restJson1GetMapGlyphsCommand: (input: GetMapGlyphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_restJson1GetMapSpritesCommand: (input: GetMapSpritesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_restJson1GetMapStyleDescriptorCommand: (input: GetMapStyleDescriptorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_restJson1GetMapTileCommand: (input: GetMapTileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ export declare const serializeAws_restJson1GetPlaceCommand: (input: GetPlaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ export declare const serializeAws_restJson1ListDevicePositionsCommand: (input: ListDevicePositionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ export declare const serializeAws_restJson1ListGeofenceCollectionsCommand: (input: ListGeofenceCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ export declare const serializeAws_restJson1ListGeofencesCommand: (input: ListGeofencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ export declare const serializeAws_restJson1ListMapsCommand: (input: ListMapsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_restJson1ListPlaceIndexesCommand: (input: ListPlaceIndexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_restJson1ListRouteCalculatorsCommand: (input: ListRouteCalculatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ export declare const serializeAws_restJson1ListTrackerConsumersCommand: (input: ListTrackerConsumersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ export declare const serializeAws_restJson1ListTrackersCommand: (input: ListTrackersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_restJson1PutGeofenceCommand: (input: PutGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ export declare const serializeAws_restJson1SearchPlaceIndexForPositionCommand: (input: SearchPlaceIndexForPositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ export declare const serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (input: SearchPlaceIndexForSuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ export declare const serializeAws_restJson1SearchPlaceIndexForTextCommand: (input: SearchPlaceIndexForTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ export declare const serializeAws_restJson1UpdateGeofenceCollectionCommand: (input: UpdateGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ export declare const serializeAws_restJson1UpdateMapCommand: (input: UpdateMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_restJson1UpdatePlaceIndexCommand: (input: UpdatePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ export declare const serializeAws_restJson1UpdateRouteCalculatorCommand: (input: UpdateRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ export declare const serializeAws_restJson1UpdateTrackerCommand: (input: UpdateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ export declare const deserializeAws_restJson1AssociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrackerConsumerCommandOutput>;
110
+ export declare const deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
111
+ export declare const deserializeAws_restJson1BatchDeleteGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteGeofenceCommandOutput>;
112
+ export declare const deserializeAws_restJson1BatchEvaluateGeofencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchEvaluateGeofencesCommandOutput>;
113
+ export declare const deserializeAws_restJson1BatchGetDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDevicePositionCommandOutput>;
114
+ export declare const deserializeAws_restJson1BatchPutGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutGeofenceCommandOutput>;
115
+ export declare const deserializeAws_restJson1BatchUpdateDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateDevicePositionCommandOutput>;
116
+ export declare const deserializeAws_restJson1CalculateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteCommandOutput>;
117
+ export declare const deserializeAws_restJson1CalculateRouteMatrixCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteMatrixCommandOutput>;
118
+ export declare const deserializeAws_restJson1CreateGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGeofenceCollectionCommandOutput>;
119
+ export declare const deserializeAws_restJson1CreateMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMapCommandOutput>;
120
+ export declare const deserializeAws_restJson1CreatePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlaceIndexCommandOutput>;
121
+ export declare const deserializeAws_restJson1CreateRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCalculatorCommandOutput>;
122
+ export declare const deserializeAws_restJson1CreateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrackerCommandOutput>;
123
+ export declare const deserializeAws_restJson1DeleteGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGeofenceCollectionCommandOutput>;
124
+ export declare const deserializeAws_restJson1DeleteMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMapCommandOutput>;
125
+ export declare const deserializeAws_restJson1DeletePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaceIndexCommandOutput>;
126
+ export declare const deserializeAws_restJson1DeleteRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCalculatorCommandOutput>;
127
+ export declare const deserializeAws_restJson1DeleteTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrackerCommandOutput>;
128
+ export declare const deserializeAws_restJson1DescribeGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGeofenceCollectionCommandOutput>;
129
+ export declare const deserializeAws_restJson1DescribeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMapCommandOutput>;
130
+ export declare const deserializeAws_restJson1DescribePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlaceIndexCommandOutput>;
131
+ export declare const deserializeAws_restJson1DescribeRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRouteCalculatorCommandOutput>;
132
+ export declare const deserializeAws_restJson1DescribeTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrackerCommandOutput>;
133
+ export declare const deserializeAws_restJson1DisassociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrackerConsumerCommandOutput>;
134
+ export declare const deserializeAws_restJson1GetDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePositionCommandOutput>;
135
+ export declare const deserializeAws_restJson1GetDevicePositionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePositionHistoryCommandOutput>;
136
+ export declare const deserializeAws_restJson1GetGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeofenceCommandOutput>;
137
+ export declare const deserializeAws_restJson1GetMapGlyphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapGlyphsCommandOutput>;
138
+ export declare const deserializeAws_restJson1GetMapSpritesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapSpritesCommandOutput>;
139
+ export declare const deserializeAws_restJson1GetMapStyleDescriptorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapStyleDescriptorCommandOutput>;
140
+ export declare const deserializeAws_restJson1GetMapTileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapTileCommandOutput>;
141
+ export declare const deserializeAws_restJson1GetPlaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaceCommandOutput>;
142
+ export declare const deserializeAws_restJson1ListDevicePositionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicePositionsCommandOutput>;
143
+ export declare const deserializeAws_restJson1ListGeofenceCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeofenceCollectionsCommandOutput>;
144
+ export declare const deserializeAws_restJson1ListGeofencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeofencesCommandOutput>;
145
+ export declare const deserializeAws_restJson1ListMapsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMapsCommandOutput>;
146
+ export declare const deserializeAws_restJson1ListPlaceIndexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaceIndexesCommandOutput>;
147
+ export declare const deserializeAws_restJson1ListRouteCalculatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRouteCalculatorsCommandOutput>;
148
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
149
+ export declare const deserializeAws_restJson1ListTrackerConsumersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrackerConsumersCommandOutput>;
150
+ export declare const deserializeAws_restJson1ListTrackersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrackersCommandOutput>;
151
+ export declare const deserializeAws_restJson1PutGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGeofenceCommandOutput>;
152
+ export declare const deserializeAws_restJson1SearchPlaceIndexForPositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForPositionCommandOutput>;
153
+ export declare const deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
154
+ export declare const deserializeAws_restJson1SearchPlaceIndexForTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForTextCommandOutput>;
155
+ export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
156
+ export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
157
+ export declare const deserializeAws_restJson1UpdateGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGeofenceCollectionCommandOutput>;
158
+ export declare const deserializeAws_restJson1UpdateMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMapCommandOutput>;
159
+ export declare const deserializeAws_restJson1UpdatePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlaceIndexCommandOutput>;
160
+ export declare const deserializeAws_restJson1UpdateRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCalculatorCommandOutput>;
161
+ export declare const deserializeAws_restJson1UpdateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrackerCommandOutput>;