@aws-sdk/client-location 3.928.0 → 3.930.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 +34 -34
  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,542 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/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 { CreateKeyCommandInput, CreateKeyCommandOutput } from "../commands/CreateKeyCommand";
14
- import { CreateMapCommandInput, CreateMapCommandOutput } from "../commands/CreateMapCommand";
15
- import { CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput } from "../commands/CreatePlaceIndexCommand";
16
- import { CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput } from "../commands/CreateRouteCalculatorCommand";
17
- import { CreateTrackerCommandInput, CreateTrackerCommandOutput } from "../commands/CreateTrackerCommand";
18
- import { DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput } from "../commands/DeleteGeofenceCollectionCommand";
19
- import { DeleteKeyCommandInput, DeleteKeyCommandOutput } from "../commands/DeleteKeyCommand";
20
- import { DeleteMapCommandInput, DeleteMapCommandOutput } from "../commands/DeleteMapCommand";
21
- import { DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput } from "../commands/DeletePlaceIndexCommand";
22
- import { DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput } from "../commands/DeleteRouteCalculatorCommand";
23
- import { DeleteTrackerCommandInput, DeleteTrackerCommandOutput } from "../commands/DeleteTrackerCommand";
24
- import { DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput } from "../commands/DescribeGeofenceCollectionCommand";
25
- import { DescribeKeyCommandInput, DescribeKeyCommandOutput } from "../commands/DescribeKeyCommand";
26
- import { DescribeMapCommandInput, DescribeMapCommandOutput } from "../commands/DescribeMapCommand";
27
- import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from "../commands/DescribePlaceIndexCommand";
28
- import { DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput } from "../commands/DescribeRouteCalculatorCommand";
29
- import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "../commands/DescribeTrackerCommand";
30
- import { DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput } from "../commands/DisassociateTrackerConsumerCommand";
31
- import { ForecastGeofenceEventsCommandInput, ForecastGeofenceEventsCommandOutput } from "../commands/ForecastGeofenceEventsCommand";
32
- import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "../commands/GetDevicePositionCommand";
33
- import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "../commands/GetDevicePositionHistoryCommand";
34
- import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "../commands/GetGeofenceCommand";
35
- import { GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput } from "../commands/GetMapGlyphsCommand";
36
- import { GetMapSpritesCommandInput, GetMapSpritesCommandOutput } from "../commands/GetMapSpritesCommand";
37
- import { GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput } from "../commands/GetMapStyleDescriptorCommand";
38
- import { GetMapTileCommandInput, GetMapTileCommandOutput } from "../commands/GetMapTileCommand";
39
- import { GetPlaceCommandInput, GetPlaceCommandOutput } from "../commands/GetPlaceCommand";
40
- import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "../commands/ListDevicePositionsCommand";
41
- import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "../commands/ListGeofenceCollectionsCommand";
42
- import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "../commands/ListGeofencesCommand";
43
- import { ListKeysCommandInput, ListKeysCommandOutput } from "../commands/ListKeysCommand";
44
- import { ListMapsCommandInput, ListMapsCommandOutput } from "../commands/ListMapsCommand";
45
- import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "../commands/ListPlaceIndexesCommand";
46
- import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "../commands/ListRouteCalculatorsCommand";
47
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
48
- import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "../commands/ListTrackerConsumersCommand";
49
- import { ListTrackersCommandInput, ListTrackersCommandOutput } from "../commands/ListTrackersCommand";
50
- import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "../commands/PutGeofenceCommand";
51
- import { SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput } from "../commands/SearchPlaceIndexForPositionCommand";
52
- import { SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput } from "../commands/SearchPlaceIndexForSuggestionsCommand";
53
- import { SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput } from "../commands/SearchPlaceIndexForTextCommand";
54
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
55
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
56
- import { UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput } from "../commands/UpdateGeofenceCollectionCommand";
57
- import { UpdateKeyCommandInput, UpdateKeyCommandOutput } from "../commands/UpdateKeyCommand";
58
- import { UpdateMapCommandInput, UpdateMapCommandOutput } from "../commands/UpdateMapCommand";
59
- import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "../commands/UpdatePlaceIndexCommand";
60
- import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "../commands/UpdateRouteCalculatorCommand";
61
- import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "../commands/UpdateTrackerCommand";
62
- import { VerifyDevicePositionCommandInput, VerifyDevicePositionCommandOutput } from "../commands/VerifyDevicePositionCommand";
63
- /**
64
- * serializeAws_restJson1AssociateTrackerConsumerCommand
65
- */
66
- export declare const se_AssociateTrackerConsumerCommand: (input: AssociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand
69
- */
70
- export declare const se_BatchDeleteDevicePositionHistoryCommand: (input: BatchDeleteDevicePositionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1BatchDeleteGeofenceCommand
73
- */
74
- export declare const se_BatchDeleteGeofenceCommand: (input: BatchDeleteGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1BatchEvaluateGeofencesCommand
77
- */
78
- export declare const se_BatchEvaluateGeofencesCommand: (input: BatchEvaluateGeofencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1BatchGetDevicePositionCommand
81
- */
82
- export declare const se_BatchGetDevicePositionCommand: (input: BatchGetDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1BatchPutGeofenceCommand
85
- */
86
- export declare const se_BatchPutGeofenceCommand: (input: BatchPutGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1BatchUpdateDevicePositionCommand
89
- */
90
- export declare const se_BatchUpdateDevicePositionCommand: (input: BatchUpdateDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1CalculateRouteCommand
93
- */
94
- export declare const se_CalculateRouteCommand: (input: CalculateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1CalculateRouteMatrixCommand
97
- */
98
- export declare const se_CalculateRouteMatrixCommand: (input: CalculateRouteMatrixCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1CreateGeofenceCollectionCommand
101
- */
102
- export declare const se_CreateGeofenceCollectionCommand: (input: CreateGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1CreateKeyCommand
105
- */
106
- export declare const se_CreateKeyCommand: (input: CreateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1CreateMapCommand
109
- */
110
- export declare const se_CreateMapCommand: (input: CreateMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1CreatePlaceIndexCommand
113
- */
114
- export declare const se_CreatePlaceIndexCommand: (input: CreatePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1CreateRouteCalculatorCommand
117
- */
118
- export declare const se_CreateRouteCalculatorCommand: (input: CreateRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1CreateTrackerCommand
121
- */
122
- export declare const se_CreateTrackerCommand: (input: CreateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1DeleteGeofenceCollectionCommand
125
- */
126
- export declare const se_DeleteGeofenceCollectionCommand: (input: DeleteGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1DeleteKeyCommand
129
- */
130
- export declare const se_DeleteKeyCommand: (input: DeleteKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1DeleteMapCommand
133
- */
134
- export declare const se_DeleteMapCommand: (input: DeleteMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1DeletePlaceIndexCommand
137
- */
138
- export declare const se_DeletePlaceIndexCommand: (input: DeletePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1DeleteRouteCalculatorCommand
141
- */
142
- export declare const se_DeleteRouteCalculatorCommand: (input: DeleteRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1DeleteTrackerCommand
145
- */
146
- export declare const se_DeleteTrackerCommand: (input: DeleteTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1DescribeGeofenceCollectionCommand
149
- */
150
- export declare const se_DescribeGeofenceCollectionCommand: (input: DescribeGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1DescribeKeyCommand
153
- */
154
- export declare const se_DescribeKeyCommand: (input: DescribeKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1DescribeMapCommand
157
- */
158
- export declare const se_DescribeMapCommand: (input: DescribeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1DescribePlaceIndexCommand
161
- */
162
- export declare const se_DescribePlaceIndexCommand: (input: DescribePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_restJson1DescribeRouteCalculatorCommand
165
- */
166
- export declare const se_DescribeRouteCalculatorCommand: (input: DescribeRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_restJson1DescribeTrackerCommand
169
- */
170
- export declare const se_DescribeTrackerCommand: (input: DescribeTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_restJson1DisassociateTrackerConsumerCommand
173
- */
174
- export declare const se_DisassociateTrackerConsumerCommand: (input: DisassociateTrackerConsumerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_restJson1ForecastGeofenceEventsCommand
177
- */
178
- export declare const se_ForecastGeofenceEventsCommand: (input: ForecastGeofenceEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_restJson1GetDevicePositionCommand
181
- */
182
- export declare const se_GetDevicePositionCommand: (input: GetDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_restJson1GetDevicePositionHistoryCommand
185
- */
186
- export declare const se_GetDevicePositionHistoryCommand: (input: GetDevicePositionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_restJson1GetGeofenceCommand
189
- */
190
- export declare const se_GetGeofenceCommand: (input: GetGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_restJson1GetMapGlyphsCommand
193
- */
194
- export declare const se_GetMapGlyphsCommand: (input: GetMapGlyphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_restJson1GetMapSpritesCommand
197
- */
198
- export declare const se_GetMapSpritesCommand: (input: GetMapSpritesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_restJson1GetMapStyleDescriptorCommand
201
- */
202
- export declare const se_GetMapStyleDescriptorCommand: (input: GetMapStyleDescriptorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_restJson1GetMapTileCommand
205
- */
206
- export declare const se_GetMapTileCommand: (input: GetMapTileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_restJson1GetPlaceCommand
209
- */
210
- export declare const se_GetPlaceCommand: (input: GetPlaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_restJson1ListDevicePositionsCommand
213
- */
214
- export declare const se_ListDevicePositionsCommand: (input: ListDevicePositionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_restJson1ListGeofenceCollectionsCommand
217
- */
218
- export declare const se_ListGeofenceCollectionsCommand: (input: ListGeofenceCollectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_restJson1ListGeofencesCommand
221
- */
222
- export declare const se_ListGeofencesCommand: (input: ListGeofencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_restJson1ListKeysCommand
225
- */
226
- export declare const se_ListKeysCommand: (input: ListKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_restJson1ListMapsCommand
229
- */
230
- export declare const se_ListMapsCommand: (input: ListMapsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_restJson1ListPlaceIndexesCommand
233
- */
234
- export declare const se_ListPlaceIndexesCommand: (input: ListPlaceIndexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_restJson1ListRouteCalculatorsCommand
237
- */
238
- export declare const se_ListRouteCalculatorsCommand: (input: ListRouteCalculatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_restJson1ListTagsForResourceCommand
241
- */
242
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_restJson1ListTrackerConsumersCommand
245
- */
246
- export declare const se_ListTrackerConsumersCommand: (input: ListTrackerConsumersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_restJson1ListTrackersCommand
249
- */
250
- export declare const se_ListTrackersCommand: (input: ListTrackersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_restJson1PutGeofenceCommand
253
- */
254
- export declare const se_PutGeofenceCommand: (input: PutGeofenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_restJson1SearchPlaceIndexForPositionCommand
257
- */
258
- export declare const se_SearchPlaceIndexForPositionCommand: (input: SearchPlaceIndexForPositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand
261
- */
262
- export declare const se_SearchPlaceIndexForSuggestionsCommand: (input: SearchPlaceIndexForSuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * serializeAws_restJson1SearchPlaceIndexForTextCommand
265
- */
266
- export declare const se_SearchPlaceIndexForTextCommand: (input: SearchPlaceIndexForTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- /**
268
- * serializeAws_restJson1TagResourceCommand
269
- */
270
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- /**
272
- * serializeAws_restJson1UntagResourceCommand
273
- */
274
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- /**
276
- * serializeAws_restJson1UpdateGeofenceCollectionCommand
277
- */
278
- export declare const se_UpdateGeofenceCollectionCommand: (input: UpdateGeofenceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- /**
280
- * serializeAws_restJson1UpdateKeyCommand
281
- */
282
- export declare const se_UpdateKeyCommand: (input: UpdateKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- /**
284
- * serializeAws_restJson1UpdateMapCommand
285
- */
286
- export declare const se_UpdateMapCommand: (input: UpdateMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- /**
288
- * serializeAws_restJson1UpdatePlaceIndexCommand
289
- */
290
- export declare const se_UpdatePlaceIndexCommand: (input: UpdatePlaceIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- /**
292
- * serializeAws_restJson1UpdateRouteCalculatorCommand
293
- */
294
- export declare const se_UpdateRouteCalculatorCommand: (input: UpdateRouteCalculatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- /**
296
- * serializeAws_restJson1UpdateTrackerCommand
297
- */
298
- export declare const se_UpdateTrackerCommand: (input: UpdateTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- /**
300
- * serializeAws_restJson1VerifyDevicePositionCommand
301
- */
302
- export declare const se_VerifyDevicePositionCommand: (input: VerifyDevicePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- /**
304
- * deserializeAws_restJson1AssociateTrackerConsumerCommand
305
- */
306
- export declare const de_AssociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrackerConsumerCommandOutput>;
307
- /**
308
- * deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand
309
- */
310
- export declare const de_BatchDeleteDevicePositionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
311
- /**
312
- * deserializeAws_restJson1BatchDeleteGeofenceCommand
313
- */
314
- export declare const de_BatchDeleteGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteGeofenceCommandOutput>;
315
- /**
316
- * deserializeAws_restJson1BatchEvaluateGeofencesCommand
317
- */
318
- export declare const de_BatchEvaluateGeofencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchEvaluateGeofencesCommandOutput>;
319
- /**
320
- * deserializeAws_restJson1BatchGetDevicePositionCommand
321
- */
322
- export declare const de_BatchGetDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDevicePositionCommandOutput>;
323
- /**
324
- * deserializeAws_restJson1BatchPutGeofenceCommand
325
- */
326
- export declare const de_BatchPutGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutGeofenceCommandOutput>;
327
- /**
328
- * deserializeAws_restJson1BatchUpdateDevicePositionCommand
329
- */
330
- export declare const de_BatchUpdateDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateDevicePositionCommandOutput>;
331
- /**
332
- * deserializeAws_restJson1CalculateRouteCommand
333
- */
334
- export declare const de_CalculateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteCommandOutput>;
335
- /**
336
- * deserializeAws_restJson1CalculateRouteMatrixCommand
337
- */
338
- export declare const de_CalculateRouteMatrixCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CalculateRouteMatrixCommandOutput>;
339
- /**
340
- * deserializeAws_restJson1CreateGeofenceCollectionCommand
341
- */
342
- export declare const de_CreateGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGeofenceCollectionCommandOutput>;
343
- /**
344
- * deserializeAws_restJson1CreateKeyCommand
345
- */
346
- export declare const de_CreateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyCommandOutput>;
347
- /**
348
- * deserializeAws_restJson1CreateMapCommand
349
- */
350
- export declare const de_CreateMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMapCommandOutput>;
351
- /**
352
- * deserializeAws_restJson1CreatePlaceIndexCommand
353
- */
354
- export declare const de_CreatePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlaceIndexCommandOutput>;
355
- /**
356
- * deserializeAws_restJson1CreateRouteCalculatorCommand
357
- */
358
- export declare const de_CreateRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCalculatorCommandOutput>;
359
- /**
360
- * deserializeAws_restJson1CreateTrackerCommand
361
- */
362
- export declare const de_CreateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrackerCommandOutput>;
363
- /**
364
- * deserializeAws_restJson1DeleteGeofenceCollectionCommand
365
- */
366
- export declare const de_DeleteGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGeofenceCollectionCommandOutput>;
367
- /**
368
- * deserializeAws_restJson1DeleteKeyCommand
369
- */
370
- export declare const de_DeleteKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyCommandOutput>;
371
- /**
372
- * deserializeAws_restJson1DeleteMapCommand
373
- */
374
- export declare const de_DeleteMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMapCommandOutput>;
375
- /**
376
- * deserializeAws_restJson1DeletePlaceIndexCommand
377
- */
378
- export declare const de_DeletePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaceIndexCommandOutput>;
379
- /**
380
- * deserializeAws_restJson1DeleteRouteCalculatorCommand
381
- */
382
- export declare const de_DeleteRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCalculatorCommandOutput>;
383
- /**
384
- * deserializeAws_restJson1DeleteTrackerCommand
385
- */
386
- export declare const de_DeleteTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrackerCommandOutput>;
387
- /**
388
- * deserializeAws_restJson1DescribeGeofenceCollectionCommand
389
- */
390
- export declare const de_DescribeGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGeofenceCollectionCommandOutput>;
391
- /**
392
- * deserializeAws_restJson1DescribeKeyCommand
393
- */
394
- export declare const de_DescribeKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyCommandOutput>;
395
- /**
396
- * deserializeAws_restJson1DescribeMapCommand
397
- */
398
- export declare const de_DescribeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMapCommandOutput>;
399
- /**
400
- * deserializeAws_restJson1DescribePlaceIndexCommand
401
- */
402
- export declare const de_DescribePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlaceIndexCommandOutput>;
403
- /**
404
- * deserializeAws_restJson1DescribeRouteCalculatorCommand
405
- */
406
- export declare const de_DescribeRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRouteCalculatorCommandOutput>;
407
- /**
408
- * deserializeAws_restJson1DescribeTrackerCommand
409
- */
410
- export declare const de_DescribeTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrackerCommandOutput>;
411
- /**
412
- * deserializeAws_restJson1DisassociateTrackerConsumerCommand
413
- */
414
- export declare const de_DisassociateTrackerConsumerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrackerConsumerCommandOutput>;
415
- /**
416
- * deserializeAws_restJson1ForecastGeofenceEventsCommand
417
- */
418
- export declare const de_ForecastGeofenceEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ForecastGeofenceEventsCommandOutput>;
419
- /**
420
- * deserializeAws_restJson1GetDevicePositionCommand
421
- */
422
- export declare const de_GetDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePositionCommandOutput>;
423
- /**
424
- * deserializeAws_restJson1GetDevicePositionHistoryCommand
425
- */
426
- export declare const de_GetDevicePositionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePositionHistoryCommandOutput>;
427
- /**
428
- * deserializeAws_restJson1GetGeofenceCommand
429
- */
430
- export declare const de_GetGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGeofenceCommandOutput>;
431
- /**
432
- * deserializeAws_restJson1GetMapGlyphsCommand
433
- */
434
- export declare const de_GetMapGlyphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapGlyphsCommandOutput>;
435
- /**
436
- * deserializeAws_restJson1GetMapSpritesCommand
437
- */
438
- export declare const de_GetMapSpritesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapSpritesCommandOutput>;
439
- /**
440
- * deserializeAws_restJson1GetMapStyleDescriptorCommand
441
- */
442
- export declare const de_GetMapStyleDescriptorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapStyleDescriptorCommandOutput>;
443
- /**
444
- * deserializeAws_restJson1GetMapTileCommand
445
- */
446
- export declare const de_GetMapTileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMapTileCommandOutput>;
447
- /**
448
- * deserializeAws_restJson1GetPlaceCommand
449
- */
450
- export declare const de_GetPlaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaceCommandOutput>;
451
- /**
452
- * deserializeAws_restJson1ListDevicePositionsCommand
453
- */
454
- export declare const de_ListDevicePositionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicePositionsCommandOutput>;
455
- /**
456
- * deserializeAws_restJson1ListGeofenceCollectionsCommand
457
- */
458
- export declare const de_ListGeofenceCollectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeofenceCollectionsCommandOutput>;
459
- /**
460
- * deserializeAws_restJson1ListGeofencesCommand
461
- */
462
- export declare const de_ListGeofencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGeofencesCommandOutput>;
463
- /**
464
- * deserializeAws_restJson1ListKeysCommand
465
- */
466
- export declare const de_ListKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeysCommandOutput>;
467
- /**
468
- * deserializeAws_restJson1ListMapsCommand
469
- */
470
- export declare const de_ListMapsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMapsCommandOutput>;
471
- /**
472
- * deserializeAws_restJson1ListPlaceIndexesCommand
473
- */
474
- export declare const de_ListPlaceIndexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaceIndexesCommandOutput>;
475
- /**
476
- * deserializeAws_restJson1ListRouteCalculatorsCommand
477
- */
478
- export declare const de_ListRouteCalculatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRouteCalculatorsCommandOutput>;
479
- /**
480
- * deserializeAws_restJson1ListTagsForResourceCommand
481
- */
482
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
483
- /**
484
- * deserializeAws_restJson1ListTrackerConsumersCommand
485
- */
486
- export declare const de_ListTrackerConsumersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrackerConsumersCommandOutput>;
487
- /**
488
- * deserializeAws_restJson1ListTrackersCommand
489
- */
490
- export declare const de_ListTrackersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrackersCommandOutput>;
491
- /**
492
- * deserializeAws_restJson1PutGeofenceCommand
493
- */
494
- export declare const de_PutGeofenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGeofenceCommandOutput>;
495
- /**
496
- * deserializeAws_restJson1SearchPlaceIndexForPositionCommand
497
- */
498
- export declare const de_SearchPlaceIndexForPositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForPositionCommandOutput>;
499
- /**
500
- * deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand
501
- */
502
- export declare const de_SearchPlaceIndexForSuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForSuggestionsCommandOutput>;
503
- /**
504
- * deserializeAws_restJson1SearchPlaceIndexForTextCommand
505
- */
506
- export declare const de_SearchPlaceIndexForTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchPlaceIndexForTextCommandOutput>;
507
- /**
508
- * deserializeAws_restJson1TagResourceCommand
509
- */
510
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
511
- /**
512
- * deserializeAws_restJson1UntagResourceCommand
513
- */
514
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
515
- /**
516
- * deserializeAws_restJson1UpdateGeofenceCollectionCommand
517
- */
518
- export declare const de_UpdateGeofenceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGeofenceCollectionCommandOutput>;
519
- /**
520
- * deserializeAws_restJson1UpdateKeyCommand
521
- */
522
- export declare const de_UpdateKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyCommandOutput>;
523
- /**
524
- * deserializeAws_restJson1UpdateMapCommand
525
- */
526
- export declare const de_UpdateMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMapCommandOutput>;
527
- /**
528
- * deserializeAws_restJson1UpdatePlaceIndexCommand
529
- */
530
- export declare const de_UpdatePlaceIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePlaceIndexCommandOutput>;
531
- /**
532
- * deserializeAws_restJson1UpdateRouteCalculatorCommand
533
- */
534
- export declare const de_UpdateRouteCalculatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCalculatorCommandOutput>;
535
- /**
536
- * deserializeAws_restJson1UpdateTrackerCommand
537
- */
538
- export declare const de_UpdateTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrackerCommandOutput>;
539
- /**
540
- * deserializeAws_restJson1VerifyDevicePositionCommand
541
- */
542
- export declare const de_VerifyDevicePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyDevicePositionCommandOutput>;