@aws-sdk/client-location 3.928.0 → 3.929.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 (84) hide show
  1. package/dist-cjs/index.js +2957 -4209
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/LocationClient.js +2 -0
  4. package/dist-es/commands/AssociateTrackerConsumerCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -9
  6. package/dist-es/commands/BatchDeleteGeofenceCommand.js +3 -9
  7. package/dist-es/commands/BatchEvaluateGeofencesCommand.js +3 -10
  8. package/dist-es/commands/BatchGetDevicePositionCommand.js +3 -10
  9. package/dist-es/commands/BatchPutGeofenceCommand.js +3 -10
  10. package/dist-es/commands/BatchUpdateDevicePositionCommand.js +3 -10
  11. package/dist-es/commands/CalculateRouteCommand.js +3 -10
  12. package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -10
  13. package/dist-es/commands/CreateGeofenceCollectionCommand.js +3 -10
  14. package/dist-es/commands/CreateKeyCommand.js +3 -10
  15. package/dist-es/commands/CreateMapCommand.js +3 -10
  16. package/dist-es/commands/CreatePlaceIndexCommand.js +3 -10
  17. package/dist-es/commands/CreateRouteCalculatorCommand.js +3 -10
  18. package/dist-es/commands/CreateTrackerCommand.js +3 -10
  19. package/dist-es/commands/DeleteGeofenceCollectionCommand.js +3 -9
  20. package/dist-es/commands/DeleteKeyCommand.js +3 -9
  21. package/dist-es/commands/DeleteMapCommand.js +3 -9
  22. package/dist-es/commands/DeletePlaceIndexCommand.js +3 -9
  23. package/dist-es/commands/DeleteRouteCalculatorCommand.js +3 -9
  24. package/dist-es/commands/DeleteTrackerCommand.js +3 -9
  25. package/dist-es/commands/DescribeGeofenceCollectionCommand.js +3 -10
  26. package/dist-es/commands/DescribeKeyCommand.js +3 -10
  27. package/dist-es/commands/DescribeMapCommand.js +3 -10
  28. package/dist-es/commands/DescribePlaceIndexCommand.js +3 -10
  29. package/dist-es/commands/DescribeRouteCalculatorCommand.js +3 -10
  30. package/dist-es/commands/DescribeTrackerCommand.js +3 -10
  31. package/dist-es/commands/DisassociateTrackerConsumerCommand.js +3 -9
  32. package/dist-es/commands/ForecastGeofenceEventsCommand.js +3 -10
  33. package/dist-es/commands/GetDevicePositionCommand.js +3 -10
  34. package/dist-es/commands/GetDevicePositionHistoryCommand.js +3 -10
  35. package/dist-es/commands/GetGeofenceCommand.js +3 -10
  36. package/dist-es/commands/GetMapGlyphsCommand.js +3 -10
  37. package/dist-es/commands/GetMapSpritesCommand.js +3 -10
  38. package/dist-es/commands/GetMapStyleDescriptorCommand.js +3 -10
  39. package/dist-es/commands/GetMapTileCommand.js +3 -10
  40. package/dist-es/commands/GetPlaceCommand.js +3 -10
  41. package/dist-es/commands/ListDevicePositionsCommand.js +3 -10
  42. package/dist-es/commands/ListGeofenceCollectionsCommand.js +3 -10
  43. package/dist-es/commands/ListGeofencesCommand.js +3 -10
  44. package/dist-es/commands/ListKeysCommand.js +3 -10
  45. package/dist-es/commands/ListMapsCommand.js +3 -10
  46. package/dist-es/commands/ListPlaceIndexesCommand.js +3 -10
  47. package/dist-es/commands/ListRouteCalculatorsCommand.js +3 -10
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  49. package/dist-es/commands/ListTrackerConsumersCommand.js +3 -9
  50. package/dist-es/commands/ListTrackersCommand.js +3 -10
  51. package/dist-es/commands/PutGeofenceCommand.js +3 -10
  52. package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +3 -10
  53. package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -10
  54. package/dist-es/commands/SearchPlaceIndexForTextCommand.js +3 -10
  55. package/dist-es/commands/TagResourceCommand.js +3 -9
  56. package/dist-es/commands/UntagResourceCommand.js +3 -9
  57. package/dist-es/commands/UpdateGeofenceCollectionCommand.js +3 -10
  58. package/dist-es/commands/UpdateKeyCommand.js +3 -10
  59. package/dist-es/commands/UpdateMapCommand.js +3 -10
  60. package/dist-es/commands/UpdatePlaceIndexCommand.js +3 -10
  61. package/dist-es/commands/UpdateRouteCalculatorCommand.js +3 -10
  62. package/dist-es/commands/UpdateTrackerCommand.js +3 -10
  63. package/dist-es/commands/VerifyDevicePositionCommand.js +3 -10
  64. package/dist-es/models/models_0.js +0 -590
  65. package/dist-es/runtimeConfig.shared.js +2 -0
  66. package/dist-es/schemas/schemas_0.js +2829 -0
  67. package/dist-types/LocationClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -428
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +317 -0
  74. package/dist-types/ts3.4/LocationClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -305
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +324 -0
  81. package/package.json +2 -2
  82. package/dist-es/protocols/Aws_restJson1.js +0 -3081
  83. package/dist-types/protocols/Aws_restJson1.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -725
@@ -1,725 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/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
- CreateKeyCommandInput,
48
- CreateKeyCommandOutput,
49
- } from "../commands/CreateKeyCommand";
50
- import {
51
- CreateMapCommandInput,
52
- CreateMapCommandOutput,
53
- } from "../commands/CreateMapCommand";
54
- import {
55
- CreatePlaceIndexCommandInput,
56
- CreatePlaceIndexCommandOutput,
57
- } from "../commands/CreatePlaceIndexCommand";
58
- import {
59
- CreateRouteCalculatorCommandInput,
60
- CreateRouteCalculatorCommandOutput,
61
- } from "../commands/CreateRouteCalculatorCommand";
62
- import {
63
- CreateTrackerCommandInput,
64
- CreateTrackerCommandOutput,
65
- } from "../commands/CreateTrackerCommand";
66
- import {
67
- DeleteGeofenceCollectionCommandInput,
68
- DeleteGeofenceCollectionCommandOutput,
69
- } from "../commands/DeleteGeofenceCollectionCommand";
70
- import {
71
- DeleteKeyCommandInput,
72
- DeleteKeyCommandOutput,
73
- } from "../commands/DeleteKeyCommand";
74
- import {
75
- DeleteMapCommandInput,
76
- DeleteMapCommandOutput,
77
- } from "../commands/DeleteMapCommand";
78
- import {
79
- DeletePlaceIndexCommandInput,
80
- DeletePlaceIndexCommandOutput,
81
- } from "../commands/DeletePlaceIndexCommand";
82
- import {
83
- DeleteRouteCalculatorCommandInput,
84
- DeleteRouteCalculatorCommandOutput,
85
- } from "../commands/DeleteRouteCalculatorCommand";
86
- import {
87
- DeleteTrackerCommandInput,
88
- DeleteTrackerCommandOutput,
89
- } from "../commands/DeleteTrackerCommand";
90
- import {
91
- DescribeGeofenceCollectionCommandInput,
92
- DescribeGeofenceCollectionCommandOutput,
93
- } from "../commands/DescribeGeofenceCollectionCommand";
94
- import {
95
- DescribeKeyCommandInput,
96
- DescribeKeyCommandOutput,
97
- } from "../commands/DescribeKeyCommand";
98
- import {
99
- DescribeMapCommandInput,
100
- DescribeMapCommandOutput,
101
- } from "../commands/DescribeMapCommand";
102
- import {
103
- DescribePlaceIndexCommandInput,
104
- DescribePlaceIndexCommandOutput,
105
- } from "../commands/DescribePlaceIndexCommand";
106
- import {
107
- DescribeRouteCalculatorCommandInput,
108
- DescribeRouteCalculatorCommandOutput,
109
- } from "../commands/DescribeRouteCalculatorCommand";
110
- import {
111
- DescribeTrackerCommandInput,
112
- DescribeTrackerCommandOutput,
113
- } from "../commands/DescribeTrackerCommand";
114
- import {
115
- DisassociateTrackerConsumerCommandInput,
116
- DisassociateTrackerConsumerCommandOutput,
117
- } from "../commands/DisassociateTrackerConsumerCommand";
118
- import {
119
- ForecastGeofenceEventsCommandInput,
120
- ForecastGeofenceEventsCommandOutput,
121
- } from "../commands/ForecastGeofenceEventsCommand";
122
- import {
123
- GetDevicePositionCommandInput,
124
- GetDevicePositionCommandOutput,
125
- } from "../commands/GetDevicePositionCommand";
126
- import {
127
- GetDevicePositionHistoryCommandInput,
128
- GetDevicePositionHistoryCommandOutput,
129
- } from "../commands/GetDevicePositionHistoryCommand";
130
- import {
131
- GetGeofenceCommandInput,
132
- GetGeofenceCommandOutput,
133
- } from "../commands/GetGeofenceCommand";
134
- import {
135
- GetMapGlyphsCommandInput,
136
- GetMapGlyphsCommandOutput,
137
- } from "../commands/GetMapGlyphsCommand";
138
- import {
139
- GetMapSpritesCommandInput,
140
- GetMapSpritesCommandOutput,
141
- } from "../commands/GetMapSpritesCommand";
142
- import {
143
- GetMapStyleDescriptorCommandInput,
144
- GetMapStyleDescriptorCommandOutput,
145
- } from "../commands/GetMapStyleDescriptorCommand";
146
- import {
147
- GetMapTileCommandInput,
148
- GetMapTileCommandOutput,
149
- } from "../commands/GetMapTileCommand";
150
- import {
151
- GetPlaceCommandInput,
152
- GetPlaceCommandOutput,
153
- } from "../commands/GetPlaceCommand";
154
- import {
155
- ListDevicePositionsCommandInput,
156
- ListDevicePositionsCommandOutput,
157
- } from "../commands/ListDevicePositionsCommand";
158
- import {
159
- ListGeofenceCollectionsCommandInput,
160
- ListGeofenceCollectionsCommandOutput,
161
- } from "../commands/ListGeofenceCollectionsCommand";
162
- import {
163
- ListGeofencesCommandInput,
164
- ListGeofencesCommandOutput,
165
- } from "../commands/ListGeofencesCommand";
166
- import {
167
- ListKeysCommandInput,
168
- ListKeysCommandOutput,
169
- } from "../commands/ListKeysCommand";
170
- import {
171
- ListMapsCommandInput,
172
- ListMapsCommandOutput,
173
- } from "../commands/ListMapsCommand";
174
- import {
175
- ListPlaceIndexesCommandInput,
176
- ListPlaceIndexesCommandOutput,
177
- } from "../commands/ListPlaceIndexesCommand";
178
- import {
179
- ListRouteCalculatorsCommandInput,
180
- ListRouteCalculatorsCommandOutput,
181
- } from "../commands/ListRouteCalculatorsCommand";
182
- import {
183
- ListTagsForResourceCommandInput,
184
- ListTagsForResourceCommandOutput,
185
- } from "../commands/ListTagsForResourceCommand";
186
- import {
187
- ListTrackerConsumersCommandInput,
188
- ListTrackerConsumersCommandOutput,
189
- } from "../commands/ListTrackerConsumersCommand";
190
- import {
191
- ListTrackersCommandInput,
192
- ListTrackersCommandOutput,
193
- } from "../commands/ListTrackersCommand";
194
- import {
195
- PutGeofenceCommandInput,
196
- PutGeofenceCommandOutput,
197
- } from "../commands/PutGeofenceCommand";
198
- import {
199
- SearchPlaceIndexForPositionCommandInput,
200
- SearchPlaceIndexForPositionCommandOutput,
201
- } from "../commands/SearchPlaceIndexForPositionCommand";
202
- import {
203
- SearchPlaceIndexForSuggestionsCommandInput,
204
- SearchPlaceIndexForSuggestionsCommandOutput,
205
- } from "../commands/SearchPlaceIndexForSuggestionsCommand";
206
- import {
207
- SearchPlaceIndexForTextCommandInput,
208
- SearchPlaceIndexForTextCommandOutput,
209
- } from "../commands/SearchPlaceIndexForTextCommand";
210
- import {
211
- TagResourceCommandInput,
212
- TagResourceCommandOutput,
213
- } from "../commands/TagResourceCommand";
214
- import {
215
- UntagResourceCommandInput,
216
- UntagResourceCommandOutput,
217
- } from "../commands/UntagResourceCommand";
218
- import {
219
- UpdateGeofenceCollectionCommandInput,
220
- UpdateGeofenceCollectionCommandOutput,
221
- } from "../commands/UpdateGeofenceCollectionCommand";
222
- import {
223
- UpdateKeyCommandInput,
224
- UpdateKeyCommandOutput,
225
- } from "../commands/UpdateKeyCommand";
226
- import {
227
- UpdateMapCommandInput,
228
- UpdateMapCommandOutput,
229
- } from "../commands/UpdateMapCommand";
230
- import {
231
- UpdatePlaceIndexCommandInput,
232
- UpdatePlaceIndexCommandOutput,
233
- } from "../commands/UpdatePlaceIndexCommand";
234
- import {
235
- UpdateRouteCalculatorCommandInput,
236
- UpdateRouteCalculatorCommandOutput,
237
- } from "../commands/UpdateRouteCalculatorCommand";
238
- import {
239
- UpdateTrackerCommandInput,
240
- UpdateTrackerCommandOutput,
241
- } from "../commands/UpdateTrackerCommand";
242
- import {
243
- VerifyDevicePositionCommandInput,
244
- VerifyDevicePositionCommandOutput,
245
- } from "../commands/VerifyDevicePositionCommand";
246
- export declare const se_AssociateTrackerConsumerCommand: (
247
- input: AssociateTrackerConsumerCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_BatchDeleteDevicePositionHistoryCommand: (
251
- input: BatchDeleteDevicePositionHistoryCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_BatchDeleteGeofenceCommand: (
255
- input: BatchDeleteGeofenceCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_BatchEvaluateGeofencesCommand: (
259
- input: BatchEvaluateGeofencesCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_BatchGetDevicePositionCommand: (
263
- input: BatchGetDevicePositionCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_BatchPutGeofenceCommand: (
267
- input: BatchPutGeofenceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_BatchUpdateDevicePositionCommand: (
271
- input: BatchUpdateDevicePositionCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_CalculateRouteCommand: (
275
- input: CalculateRouteCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_CalculateRouteMatrixCommand: (
279
- input: CalculateRouteMatrixCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_CreateGeofenceCollectionCommand: (
283
- input: CreateGeofenceCollectionCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_CreateKeyCommand: (
287
- input: CreateKeyCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_CreateMapCommand: (
291
- input: CreateMapCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_CreatePlaceIndexCommand: (
295
- input: CreatePlaceIndexCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreateRouteCalculatorCommand: (
299
- input: CreateRouteCalculatorCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateTrackerCommand: (
303
- input: CreateTrackerCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DeleteGeofenceCollectionCommand: (
307
- input: DeleteGeofenceCollectionCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DeleteKeyCommand: (
311
- input: DeleteKeyCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DeleteMapCommand: (
315
- input: DeleteMapCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DeletePlaceIndexCommand: (
319
- input: DeletePlaceIndexCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DeleteRouteCalculatorCommand: (
323
- input: DeleteRouteCalculatorCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DeleteTrackerCommand: (
327
- input: DeleteTrackerCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeGeofenceCollectionCommand: (
331
- input: DescribeGeofenceCollectionCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DescribeKeyCommand: (
335
- input: DescribeKeyCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DescribeMapCommand: (
339
- input: DescribeMapCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DescribePlaceIndexCommand: (
343
- input: DescribePlaceIndexCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DescribeRouteCalculatorCommand: (
347
- input: DescribeRouteCalculatorCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DescribeTrackerCommand: (
351
- input: DescribeTrackerCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DisassociateTrackerConsumerCommand: (
355
- input: DisassociateTrackerConsumerCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ForecastGeofenceEventsCommand: (
359
- input: ForecastGeofenceEventsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_GetDevicePositionCommand: (
363
- input: GetDevicePositionCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_GetDevicePositionHistoryCommand: (
367
- input: GetDevicePositionHistoryCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_GetGeofenceCommand: (
371
- input: GetGeofenceCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_GetMapGlyphsCommand: (
375
- input: GetMapGlyphsCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_GetMapSpritesCommand: (
379
- input: GetMapSpritesCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_GetMapStyleDescriptorCommand: (
383
- input: GetMapStyleDescriptorCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_GetMapTileCommand: (
387
- input: GetMapTileCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_GetPlaceCommand: (
391
- input: GetPlaceCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListDevicePositionsCommand: (
395
- input: ListDevicePositionsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListGeofenceCollectionsCommand: (
399
- input: ListGeofenceCollectionsCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListGeofencesCommand: (
403
- input: ListGeofencesCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListKeysCommand: (
407
- input: ListKeysCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListMapsCommand: (
411
- input: ListMapsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_ListPlaceIndexesCommand: (
415
- input: ListPlaceIndexesCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_ListRouteCalculatorsCommand: (
419
- input: ListRouteCalculatorsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ListTagsForResourceCommand: (
423
- input: ListTagsForResourceCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ListTrackerConsumersCommand: (
427
- input: ListTrackerConsumersCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_ListTrackersCommand: (
431
- input: ListTrackersCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_PutGeofenceCommand: (
435
- input: PutGeofenceCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_SearchPlaceIndexForPositionCommand: (
439
- input: SearchPlaceIndexForPositionCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_SearchPlaceIndexForSuggestionsCommand: (
443
- input: SearchPlaceIndexForSuggestionsCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_SearchPlaceIndexForTextCommand: (
447
- input: SearchPlaceIndexForTextCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_TagResourceCommand: (
451
- input: TagResourceCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_UntagResourceCommand: (
455
- input: UntagResourceCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_UpdateGeofenceCollectionCommand: (
459
- input: UpdateGeofenceCollectionCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_UpdateKeyCommand: (
463
- input: UpdateKeyCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_UpdateMapCommand: (
467
- input: UpdateMapCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UpdatePlaceIndexCommand: (
471
- input: UpdatePlaceIndexCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateRouteCalculatorCommand: (
475
- input: UpdateRouteCalculatorCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_UpdateTrackerCommand: (
479
- input: UpdateTrackerCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_VerifyDevicePositionCommand: (
483
- input: VerifyDevicePositionCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const de_AssociateTrackerConsumerCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<AssociateTrackerConsumerCommandOutput>;
490
- export declare const de_BatchDeleteDevicePositionHistoryCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
494
- export declare const de_BatchDeleteGeofenceCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<BatchDeleteGeofenceCommandOutput>;
498
- export declare const de_BatchEvaluateGeofencesCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<BatchEvaluateGeofencesCommandOutput>;
502
- export declare const de_BatchGetDevicePositionCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<BatchGetDevicePositionCommandOutput>;
506
- export declare const de_BatchPutGeofenceCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<BatchPutGeofenceCommandOutput>;
510
- export declare const de_BatchUpdateDevicePositionCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<BatchUpdateDevicePositionCommandOutput>;
514
- export declare const de_CalculateRouteCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<CalculateRouteCommandOutput>;
518
- export declare const de_CalculateRouteMatrixCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<CalculateRouteMatrixCommandOutput>;
522
- export declare const de_CreateGeofenceCollectionCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<CreateGeofenceCollectionCommandOutput>;
526
- export declare const de_CreateKeyCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<CreateKeyCommandOutput>;
530
- export declare const de_CreateMapCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<CreateMapCommandOutput>;
534
- export declare const de_CreatePlaceIndexCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<CreatePlaceIndexCommandOutput>;
538
- export declare const de_CreateRouteCalculatorCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<CreateRouteCalculatorCommandOutput>;
542
- export declare const de_CreateTrackerCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<CreateTrackerCommandOutput>;
546
- export declare const de_DeleteGeofenceCollectionCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DeleteGeofenceCollectionCommandOutput>;
550
- export declare const de_DeleteKeyCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DeleteKeyCommandOutput>;
554
- export declare const de_DeleteMapCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DeleteMapCommandOutput>;
558
- export declare const de_DeletePlaceIndexCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DeletePlaceIndexCommandOutput>;
562
- export declare const de_DeleteRouteCalculatorCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DeleteRouteCalculatorCommandOutput>;
566
- export declare const de_DeleteTrackerCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DeleteTrackerCommandOutput>;
570
- export declare const de_DescribeGeofenceCollectionCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DescribeGeofenceCollectionCommandOutput>;
574
- export declare const de_DescribeKeyCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<DescribeKeyCommandOutput>;
578
- export declare const de_DescribeMapCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<DescribeMapCommandOutput>;
582
- export declare const de_DescribePlaceIndexCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<DescribePlaceIndexCommandOutput>;
586
- export declare const de_DescribeRouteCalculatorCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<DescribeRouteCalculatorCommandOutput>;
590
- export declare const de_DescribeTrackerCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<DescribeTrackerCommandOutput>;
594
- export declare const de_DisassociateTrackerConsumerCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<DisassociateTrackerConsumerCommandOutput>;
598
- export declare const de_ForecastGeofenceEventsCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ForecastGeofenceEventsCommandOutput>;
602
- export declare const de_GetDevicePositionCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<GetDevicePositionCommandOutput>;
606
- export declare const de_GetDevicePositionHistoryCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<GetDevicePositionHistoryCommandOutput>;
610
- export declare const de_GetGeofenceCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<GetGeofenceCommandOutput>;
614
- export declare const de_GetMapGlyphsCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<GetMapGlyphsCommandOutput>;
618
- export declare const de_GetMapSpritesCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<GetMapSpritesCommandOutput>;
622
- export declare const de_GetMapStyleDescriptorCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<GetMapStyleDescriptorCommandOutput>;
626
- export declare const de_GetMapTileCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<GetMapTileCommandOutput>;
630
- export declare const de_GetPlaceCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<GetPlaceCommandOutput>;
634
- export declare const de_ListDevicePositionsCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<ListDevicePositionsCommandOutput>;
638
- export declare const de_ListGeofenceCollectionsCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<ListGeofenceCollectionsCommandOutput>;
642
- export declare const de_ListGeofencesCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<ListGeofencesCommandOutput>;
646
- export declare const de_ListKeysCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<ListKeysCommandOutput>;
650
- export declare const de_ListMapsCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<ListMapsCommandOutput>;
654
- export declare const de_ListPlaceIndexesCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<ListPlaceIndexesCommandOutput>;
658
- export declare const de_ListRouteCalculatorsCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<ListRouteCalculatorsCommandOutput>;
662
- export declare const de_ListTagsForResourceCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<ListTagsForResourceCommandOutput>;
666
- export declare const de_ListTrackerConsumersCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<ListTrackerConsumersCommandOutput>;
670
- export declare const de_ListTrackersCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<ListTrackersCommandOutput>;
674
- export declare const de_PutGeofenceCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<PutGeofenceCommandOutput>;
678
- export declare const de_SearchPlaceIndexForPositionCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<SearchPlaceIndexForPositionCommandOutput>;
682
- export declare const de_SearchPlaceIndexForSuggestionsCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
686
- export declare const de_SearchPlaceIndexForTextCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<SearchPlaceIndexForTextCommandOutput>;
690
- export declare const de_TagResourceCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<TagResourceCommandOutput>;
694
- export declare const de_UntagResourceCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<UntagResourceCommandOutput>;
698
- export declare const de_UpdateGeofenceCollectionCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<UpdateGeofenceCollectionCommandOutput>;
702
- export declare const de_UpdateKeyCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<UpdateKeyCommandOutput>;
706
- export declare const de_UpdateMapCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<UpdateMapCommandOutput>;
710
- export declare const de_UpdatePlaceIndexCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UpdatePlaceIndexCommandOutput>;
714
- export declare const de_UpdateRouteCalculatorCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<UpdateRouteCalculatorCommandOutput>;
718
- export declare const de_UpdateTrackerCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<UpdateTrackerCommandOutput>;
722
- export declare const de_VerifyDevicePositionCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<VerifyDevicePositionCommandOutput>;