@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Location.d.ts +626 -905
- package/dist-types/ts3.4/LocationClient.d.ts +197 -422
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +41 -39
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +38 -36
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +63 -39
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +36 -35
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +53 -39
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +68 -35
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +76 -39
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +42 -32
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +45 -35
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +44 -39
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +36 -35
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +39 -32
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +38 -35
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +38 -39
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +40 -35
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +38 -36
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +39 -39
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +37 -35
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +38 -39
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +40 -32
- package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +51 -32
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +36 -32
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +36 -39
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +46 -39
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +44 -39
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -32
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +10 -7
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4783 -1283
- package/dist-types/ts3.4/pagination/GetDevicePositionHistoryPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -7
- package/dist-types/ts3.4/pagination/ListDevicePositionsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListGeofenceCollectionsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListGeofencesPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListMapsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListPlaceIndexesPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListRouteCalculatorsPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListTrackerConsumersPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/ListTrackersPaginator.d.ts +4 -11
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -641
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -67
- package/dist-types/ts3.4/runtimeConfig.d.ts +40 -67
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +39 -68
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -10
- package/package.json +33 -33
|
@@ -1,422 +1,197 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
} from "@aws-sdk/
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} from "
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} from "
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
} from "
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
} from "
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
} from "
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
} from "
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
} from "./commands/
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
} from "./commands/
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
} from "./commands/
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
} from "./commands/
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
ListRouteCalculatorsCommandInput,
|
|
199
|
-
ListRouteCalculatorsCommandOutput,
|
|
200
|
-
} from "./commands/ListRouteCalculatorsCommand";
|
|
201
|
-
import {
|
|
202
|
-
ListTagsForResourceCommandInput,
|
|
203
|
-
ListTagsForResourceCommandOutput,
|
|
204
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
205
|
-
import {
|
|
206
|
-
ListTrackerConsumersCommandInput,
|
|
207
|
-
ListTrackerConsumersCommandOutput,
|
|
208
|
-
} from "./commands/ListTrackerConsumersCommand";
|
|
209
|
-
import {
|
|
210
|
-
ListTrackersCommandInput,
|
|
211
|
-
ListTrackersCommandOutput,
|
|
212
|
-
} from "./commands/ListTrackersCommand";
|
|
213
|
-
import {
|
|
214
|
-
PutGeofenceCommandInput,
|
|
215
|
-
PutGeofenceCommandOutput,
|
|
216
|
-
} from "./commands/PutGeofenceCommand";
|
|
217
|
-
import {
|
|
218
|
-
SearchPlaceIndexForPositionCommandInput,
|
|
219
|
-
SearchPlaceIndexForPositionCommandOutput,
|
|
220
|
-
} from "./commands/SearchPlaceIndexForPositionCommand";
|
|
221
|
-
import {
|
|
222
|
-
SearchPlaceIndexForSuggestionsCommandInput,
|
|
223
|
-
SearchPlaceIndexForSuggestionsCommandOutput,
|
|
224
|
-
} from "./commands/SearchPlaceIndexForSuggestionsCommand";
|
|
225
|
-
import {
|
|
226
|
-
SearchPlaceIndexForTextCommandInput,
|
|
227
|
-
SearchPlaceIndexForTextCommandOutput,
|
|
228
|
-
} from "./commands/SearchPlaceIndexForTextCommand";
|
|
229
|
-
import {
|
|
230
|
-
TagResourceCommandInput,
|
|
231
|
-
TagResourceCommandOutput,
|
|
232
|
-
} from "./commands/TagResourceCommand";
|
|
233
|
-
import {
|
|
234
|
-
UntagResourceCommandInput,
|
|
235
|
-
UntagResourceCommandOutput,
|
|
236
|
-
} from "./commands/UntagResourceCommand";
|
|
237
|
-
import {
|
|
238
|
-
UpdateGeofenceCollectionCommandInput,
|
|
239
|
-
UpdateGeofenceCollectionCommandOutput,
|
|
240
|
-
} from "./commands/UpdateGeofenceCollectionCommand";
|
|
241
|
-
import {
|
|
242
|
-
UpdateMapCommandInput,
|
|
243
|
-
UpdateMapCommandOutput,
|
|
244
|
-
} from "./commands/UpdateMapCommand";
|
|
245
|
-
import {
|
|
246
|
-
UpdatePlaceIndexCommandInput,
|
|
247
|
-
UpdatePlaceIndexCommandOutput,
|
|
248
|
-
} from "./commands/UpdatePlaceIndexCommand";
|
|
249
|
-
import {
|
|
250
|
-
UpdateRouteCalculatorCommandInput,
|
|
251
|
-
UpdateRouteCalculatorCommandOutput,
|
|
252
|
-
} from "./commands/UpdateRouteCalculatorCommand";
|
|
253
|
-
import {
|
|
254
|
-
UpdateTrackerCommandInput,
|
|
255
|
-
UpdateTrackerCommandOutput,
|
|
256
|
-
} from "./commands/UpdateTrackerCommand";
|
|
257
|
-
export declare type ServiceInputTypes =
|
|
258
|
-
| AssociateTrackerConsumerCommandInput
|
|
259
|
-
| BatchDeleteDevicePositionHistoryCommandInput
|
|
260
|
-
| BatchDeleteGeofenceCommandInput
|
|
261
|
-
| BatchEvaluateGeofencesCommandInput
|
|
262
|
-
| BatchGetDevicePositionCommandInput
|
|
263
|
-
| BatchPutGeofenceCommandInput
|
|
264
|
-
| BatchUpdateDevicePositionCommandInput
|
|
265
|
-
| CalculateRouteCommandInput
|
|
266
|
-
| CalculateRouteMatrixCommandInput
|
|
267
|
-
| CreateGeofenceCollectionCommandInput
|
|
268
|
-
| CreateMapCommandInput
|
|
269
|
-
| CreatePlaceIndexCommandInput
|
|
270
|
-
| CreateRouteCalculatorCommandInput
|
|
271
|
-
| CreateTrackerCommandInput
|
|
272
|
-
| DeleteGeofenceCollectionCommandInput
|
|
273
|
-
| DeleteMapCommandInput
|
|
274
|
-
| DeletePlaceIndexCommandInput
|
|
275
|
-
| DeleteRouteCalculatorCommandInput
|
|
276
|
-
| DeleteTrackerCommandInput
|
|
277
|
-
| DescribeGeofenceCollectionCommandInput
|
|
278
|
-
| DescribeMapCommandInput
|
|
279
|
-
| DescribePlaceIndexCommandInput
|
|
280
|
-
| DescribeRouteCalculatorCommandInput
|
|
281
|
-
| DescribeTrackerCommandInput
|
|
282
|
-
| DisassociateTrackerConsumerCommandInput
|
|
283
|
-
| GetDevicePositionCommandInput
|
|
284
|
-
| GetDevicePositionHistoryCommandInput
|
|
285
|
-
| GetGeofenceCommandInput
|
|
286
|
-
| GetMapGlyphsCommandInput
|
|
287
|
-
| GetMapSpritesCommandInput
|
|
288
|
-
| GetMapStyleDescriptorCommandInput
|
|
289
|
-
| GetMapTileCommandInput
|
|
290
|
-
| GetPlaceCommandInput
|
|
291
|
-
| ListDevicePositionsCommandInput
|
|
292
|
-
| ListGeofenceCollectionsCommandInput
|
|
293
|
-
| ListGeofencesCommandInput
|
|
294
|
-
| ListMapsCommandInput
|
|
295
|
-
| ListPlaceIndexesCommandInput
|
|
296
|
-
| ListRouteCalculatorsCommandInput
|
|
297
|
-
| ListTagsForResourceCommandInput
|
|
298
|
-
| ListTrackerConsumersCommandInput
|
|
299
|
-
| ListTrackersCommandInput
|
|
300
|
-
| PutGeofenceCommandInput
|
|
301
|
-
| SearchPlaceIndexForPositionCommandInput
|
|
302
|
-
| SearchPlaceIndexForSuggestionsCommandInput
|
|
303
|
-
| SearchPlaceIndexForTextCommandInput
|
|
304
|
-
| TagResourceCommandInput
|
|
305
|
-
| UntagResourceCommandInput
|
|
306
|
-
| UpdateGeofenceCollectionCommandInput
|
|
307
|
-
| UpdateMapCommandInput
|
|
308
|
-
| UpdatePlaceIndexCommandInput
|
|
309
|
-
| UpdateRouteCalculatorCommandInput
|
|
310
|
-
| UpdateTrackerCommandInput;
|
|
311
|
-
export declare type ServiceOutputTypes =
|
|
312
|
-
| AssociateTrackerConsumerCommandOutput
|
|
313
|
-
| BatchDeleteDevicePositionHistoryCommandOutput
|
|
314
|
-
| BatchDeleteGeofenceCommandOutput
|
|
315
|
-
| BatchEvaluateGeofencesCommandOutput
|
|
316
|
-
| BatchGetDevicePositionCommandOutput
|
|
317
|
-
| BatchPutGeofenceCommandOutput
|
|
318
|
-
| BatchUpdateDevicePositionCommandOutput
|
|
319
|
-
| CalculateRouteCommandOutput
|
|
320
|
-
| CalculateRouteMatrixCommandOutput
|
|
321
|
-
| CreateGeofenceCollectionCommandOutput
|
|
322
|
-
| CreateMapCommandOutput
|
|
323
|
-
| CreatePlaceIndexCommandOutput
|
|
324
|
-
| CreateRouteCalculatorCommandOutput
|
|
325
|
-
| CreateTrackerCommandOutput
|
|
326
|
-
| DeleteGeofenceCollectionCommandOutput
|
|
327
|
-
| DeleteMapCommandOutput
|
|
328
|
-
| DeletePlaceIndexCommandOutput
|
|
329
|
-
| DeleteRouteCalculatorCommandOutput
|
|
330
|
-
| DeleteTrackerCommandOutput
|
|
331
|
-
| DescribeGeofenceCollectionCommandOutput
|
|
332
|
-
| DescribeMapCommandOutput
|
|
333
|
-
| DescribePlaceIndexCommandOutput
|
|
334
|
-
| DescribeRouteCalculatorCommandOutput
|
|
335
|
-
| DescribeTrackerCommandOutput
|
|
336
|
-
| DisassociateTrackerConsumerCommandOutput
|
|
337
|
-
| GetDevicePositionCommandOutput
|
|
338
|
-
| GetDevicePositionHistoryCommandOutput
|
|
339
|
-
| GetGeofenceCommandOutput
|
|
340
|
-
| GetMapGlyphsCommandOutput
|
|
341
|
-
| GetMapSpritesCommandOutput
|
|
342
|
-
| GetMapStyleDescriptorCommandOutput
|
|
343
|
-
| GetMapTileCommandOutput
|
|
344
|
-
| GetPlaceCommandOutput
|
|
345
|
-
| ListDevicePositionsCommandOutput
|
|
346
|
-
| ListGeofenceCollectionsCommandOutput
|
|
347
|
-
| ListGeofencesCommandOutput
|
|
348
|
-
| ListMapsCommandOutput
|
|
349
|
-
| ListPlaceIndexesCommandOutput
|
|
350
|
-
| ListRouteCalculatorsCommandOutput
|
|
351
|
-
| ListTagsForResourceCommandOutput
|
|
352
|
-
| ListTrackerConsumersCommandOutput
|
|
353
|
-
| ListTrackersCommandOutput
|
|
354
|
-
| PutGeofenceCommandOutput
|
|
355
|
-
| SearchPlaceIndexForPositionCommandOutput
|
|
356
|
-
| SearchPlaceIndexForSuggestionsCommandOutput
|
|
357
|
-
| SearchPlaceIndexForTextCommandOutput
|
|
358
|
-
| TagResourceCommandOutput
|
|
359
|
-
| UntagResourceCommandOutput
|
|
360
|
-
| UpdateGeofenceCollectionCommandOutput
|
|
361
|
-
| UpdateMapCommandOutput
|
|
362
|
-
| UpdatePlaceIndexCommandOutput
|
|
363
|
-
| UpdateRouteCalculatorCommandOutput
|
|
364
|
-
| UpdateTrackerCommandOutput;
|
|
365
|
-
export interface ClientDefaults
|
|
366
|
-
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
367
|
-
requestHandler?: __HttpHandler;
|
|
368
|
-
sha256?: __HashConstructor;
|
|
369
|
-
urlParser?: __UrlParser;
|
|
370
|
-
bodyLengthChecker?: __BodyLengthCalculator;
|
|
371
|
-
streamCollector?: __StreamCollector;
|
|
372
|
-
base64Decoder?: __Decoder;
|
|
373
|
-
base64Encoder?: __Encoder;
|
|
374
|
-
utf8Decoder?: __Decoder;
|
|
375
|
-
utf8Encoder?: __Encoder;
|
|
376
|
-
runtime?: string;
|
|
377
|
-
disableHostPrefix?: boolean;
|
|
378
|
-
maxAttempts?: number | __Provider<number>;
|
|
379
|
-
retryMode?: string | __Provider<string>;
|
|
380
|
-
logger?: __Logger;
|
|
381
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
382
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
383
|
-
serviceId?: string;
|
|
384
|
-
region?: string | __Provider<string>;
|
|
385
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
386
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
387
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
388
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
389
|
-
}
|
|
390
|
-
declare type LocationClientConfigType = Partial<
|
|
391
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
392
|
-
> &
|
|
393
|
-
ClientDefaults &
|
|
394
|
-
RegionInputConfig &
|
|
395
|
-
EndpointsInputConfig &
|
|
396
|
-
RetryInputConfig &
|
|
397
|
-
HostHeaderInputConfig &
|
|
398
|
-
AwsAuthInputConfig &
|
|
399
|
-
UserAgentInputConfig;
|
|
400
|
-
export interface LocationClientConfig extends LocationClientConfigType {}
|
|
401
|
-
declare type LocationClientResolvedConfigType =
|
|
402
|
-
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
403
|
-
Required<ClientDefaults> &
|
|
404
|
-
RegionResolvedConfig &
|
|
405
|
-
EndpointsResolvedConfig &
|
|
406
|
-
RetryResolvedConfig &
|
|
407
|
-
HostHeaderResolvedConfig &
|
|
408
|
-
AwsAuthResolvedConfig &
|
|
409
|
-
UserAgentResolvedConfig;
|
|
410
|
-
export interface LocationClientResolvedConfig
|
|
411
|
-
extends LocationClientResolvedConfigType {}
|
|
412
|
-
export declare class LocationClient extends __Client<
|
|
413
|
-
__HttpHandlerOptions,
|
|
414
|
-
ServiceInputTypes,
|
|
415
|
-
ServiceOutputTypes,
|
|
416
|
-
LocationClientResolvedConfig
|
|
417
|
-
> {
|
|
418
|
-
readonly config: LocationClientResolvedConfig;
|
|
419
|
-
constructor(configuration: LocationClientConfig);
|
|
420
|
-
destroy(): void;
|
|
421
|
-
}
|
|
422
|
-
export {};
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput } from "./commands/AssociateTrackerConsumerCommand";
|
|
10
|
+
import { BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput } from "./commands/BatchDeleteDevicePositionHistoryCommand";
|
|
11
|
+
import { BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput } from "./commands/BatchDeleteGeofenceCommand";
|
|
12
|
+
import { BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput } from "./commands/BatchEvaluateGeofencesCommand";
|
|
13
|
+
import { BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput } from "./commands/BatchGetDevicePositionCommand";
|
|
14
|
+
import { BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput } from "./commands/BatchPutGeofenceCommand";
|
|
15
|
+
import { BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput } from "./commands/BatchUpdateDevicePositionCommand";
|
|
16
|
+
import { CalculateRouteCommandInput, CalculateRouteCommandOutput } from "./commands/CalculateRouteCommand";
|
|
17
|
+
import { CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput } from "./commands/CalculateRouteMatrixCommand";
|
|
18
|
+
import { CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput } from "./commands/CreateGeofenceCollectionCommand";
|
|
19
|
+
import { CreateMapCommandInput, CreateMapCommandOutput } from "./commands/CreateMapCommand";
|
|
20
|
+
import { CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput } from "./commands/CreatePlaceIndexCommand";
|
|
21
|
+
import { CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput } from "./commands/CreateRouteCalculatorCommand";
|
|
22
|
+
import { CreateTrackerCommandInput, CreateTrackerCommandOutput } from "./commands/CreateTrackerCommand";
|
|
23
|
+
import { DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput } from "./commands/DeleteGeofenceCollectionCommand";
|
|
24
|
+
import { DeleteMapCommandInput, DeleteMapCommandOutput } from "./commands/DeleteMapCommand";
|
|
25
|
+
import { DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput } from "./commands/DeletePlaceIndexCommand";
|
|
26
|
+
import { DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput } from "./commands/DeleteRouteCalculatorCommand";
|
|
27
|
+
import { DeleteTrackerCommandInput, DeleteTrackerCommandOutput } from "./commands/DeleteTrackerCommand";
|
|
28
|
+
import { DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput } from "./commands/DescribeGeofenceCollectionCommand";
|
|
29
|
+
import { DescribeMapCommandInput, DescribeMapCommandOutput } from "./commands/DescribeMapCommand";
|
|
30
|
+
import { DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput } from "./commands/DescribePlaceIndexCommand";
|
|
31
|
+
import { DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput } from "./commands/DescribeRouteCalculatorCommand";
|
|
32
|
+
import { DescribeTrackerCommandInput, DescribeTrackerCommandOutput } from "./commands/DescribeTrackerCommand";
|
|
33
|
+
import { DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput } from "./commands/DisassociateTrackerConsumerCommand";
|
|
34
|
+
import { GetDevicePositionCommandInput, GetDevicePositionCommandOutput } from "./commands/GetDevicePositionCommand";
|
|
35
|
+
import { GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput } from "./commands/GetDevicePositionHistoryCommand";
|
|
36
|
+
import { GetGeofenceCommandInput, GetGeofenceCommandOutput } from "./commands/GetGeofenceCommand";
|
|
37
|
+
import { GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput } from "./commands/GetMapGlyphsCommand";
|
|
38
|
+
import { GetMapSpritesCommandInput, GetMapSpritesCommandOutput } from "./commands/GetMapSpritesCommand";
|
|
39
|
+
import { GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput } from "./commands/GetMapStyleDescriptorCommand";
|
|
40
|
+
import { GetMapTileCommandInput, GetMapTileCommandOutput } from "./commands/GetMapTileCommand";
|
|
41
|
+
import { GetPlaceCommandInput, GetPlaceCommandOutput } from "./commands/GetPlaceCommand";
|
|
42
|
+
import { ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput } from "./commands/ListDevicePositionsCommand";
|
|
43
|
+
import { ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput } from "./commands/ListGeofenceCollectionsCommand";
|
|
44
|
+
import { ListGeofencesCommandInput, ListGeofencesCommandOutput } from "./commands/ListGeofencesCommand";
|
|
45
|
+
import { ListMapsCommandInput, ListMapsCommandOutput } from "./commands/ListMapsCommand";
|
|
46
|
+
import { ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput } from "./commands/ListPlaceIndexesCommand";
|
|
47
|
+
import { ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput } from "./commands/ListRouteCalculatorsCommand";
|
|
48
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
49
|
+
import { ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput } from "./commands/ListTrackerConsumersCommand";
|
|
50
|
+
import { ListTrackersCommandInput, ListTrackersCommandOutput } from "./commands/ListTrackersCommand";
|
|
51
|
+
import { PutGeofenceCommandInput, PutGeofenceCommandOutput } from "./commands/PutGeofenceCommand";
|
|
52
|
+
import { SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput } from "./commands/SearchPlaceIndexForPositionCommand";
|
|
53
|
+
import { SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput } from "./commands/SearchPlaceIndexForSuggestionsCommand";
|
|
54
|
+
import { SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput } from "./commands/SearchPlaceIndexForTextCommand";
|
|
55
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
56
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
57
|
+
import { UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput } from "./commands/UpdateGeofenceCollectionCommand";
|
|
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
|
+
export declare type ServiceInputTypes = AssociateTrackerConsumerCommandInput | BatchDeleteDevicePositionHistoryCommandInput | BatchDeleteGeofenceCommandInput | BatchEvaluateGeofencesCommandInput | BatchGetDevicePositionCommandInput | BatchPutGeofenceCommandInput | BatchUpdateDevicePositionCommandInput | CalculateRouteCommandInput | CalculateRouteMatrixCommandInput | CreateGeofenceCollectionCommandInput | CreateMapCommandInput | CreatePlaceIndexCommandInput | CreateRouteCalculatorCommandInput | CreateTrackerCommandInput | DeleteGeofenceCollectionCommandInput | DeleteMapCommandInput | DeletePlaceIndexCommandInput | DeleteRouteCalculatorCommandInput | DeleteTrackerCommandInput | DescribeGeofenceCollectionCommandInput | DescribeMapCommandInput | DescribePlaceIndexCommandInput | DescribeRouteCalculatorCommandInput | DescribeTrackerCommandInput | DisassociateTrackerConsumerCommandInput | GetDevicePositionCommandInput | GetDevicePositionHistoryCommandInput | GetGeofenceCommandInput | GetMapGlyphsCommandInput | GetMapSpritesCommandInput | GetMapStyleDescriptorCommandInput | GetMapTileCommandInput | GetPlaceCommandInput | ListDevicePositionsCommandInput | ListGeofenceCollectionsCommandInput | ListGeofencesCommandInput | ListMapsCommandInput | ListPlaceIndexesCommandInput | ListRouteCalculatorsCommandInput | ListTagsForResourceCommandInput | ListTrackerConsumersCommandInput | ListTrackersCommandInput | PutGeofenceCommandInput | SearchPlaceIndexForPositionCommandInput | SearchPlaceIndexForSuggestionsCommandInput | SearchPlaceIndexForTextCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGeofenceCollectionCommandInput | UpdateMapCommandInput | UpdatePlaceIndexCommandInput | UpdateRouteCalculatorCommandInput | UpdateTrackerCommandInput;
|
|
63
|
+
export declare type ServiceOutputTypes = AssociateTrackerConsumerCommandOutput | BatchDeleteDevicePositionHistoryCommandOutput | BatchDeleteGeofenceCommandOutput | BatchEvaluateGeofencesCommandOutput | BatchGetDevicePositionCommandOutput | BatchPutGeofenceCommandOutput | BatchUpdateDevicePositionCommandOutput | CalculateRouteCommandOutput | CalculateRouteMatrixCommandOutput | CreateGeofenceCollectionCommandOutput | CreateMapCommandOutput | CreatePlaceIndexCommandOutput | CreateRouteCalculatorCommandOutput | CreateTrackerCommandOutput | DeleteGeofenceCollectionCommandOutput | DeleteMapCommandOutput | DeletePlaceIndexCommandOutput | DeleteRouteCalculatorCommandOutput | DeleteTrackerCommandOutput | DescribeGeofenceCollectionCommandOutput | DescribeMapCommandOutput | DescribePlaceIndexCommandOutput | DescribeRouteCalculatorCommandOutput | DescribeTrackerCommandOutput | DisassociateTrackerConsumerCommandOutput | GetDevicePositionCommandOutput | GetDevicePositionHistoryCommandOutput | GetGeofenceCommandOutput | GetMapGlyphsCommandOutput | GetMapSpritesCommandOutput | GetMapStyleDescriptorCommandOutput | GetMapTileCommandOutput | GetPlaceCommandOutput | ListDevicePositionsCommandOutput | ListGeofenceCollectionsCommandOutput | ListGeofencesCommandOutput | ListMapsCommandOutput | ListPlaceIndexesCommandOutput | ListRouteCalculatorsCommandOutput | ListTagsForResourceCommandOutput | ListTrackerConsumersCommandOutput | ListTrackersCommandOutput | PutGeofenceCommandOutput | SearchPlaceIndexForPositionCommandOutput | SearchPlaceIndexForSuggestionsCommandOutput | SearchPlaceIndexForTextCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGeofenceCollectionCommandOutput | UpdateMapCommandOutput | UpdatePlaceIndexCommandOutput | UpdateRouteCalculatorCommandOutput | UpdateTrackerCommandOutput;
|
|
64
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
65
|
+
/**
|
|
66
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
67
|
+
*/
|
|
68
|
+
requestHandler?: __HttpHandler;
|
|
69
|
+
/**
|
|
70
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
71
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
74
|
+
sha256?: __HashConstructor;
|
|
75
|
+
/**
|
|
76
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
urlParser?: __UrlParser;
|
|
80
|
+
/**
|
|
81
|
+
* A function that can calculate the length of a request body.
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
85
|
+
/**
|
|
86
|
+
* A function that converts a stream into an array of bytes.
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
streamCollector?: __StreamCollector;
|
|
90
|
+
/**
|
|
91
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
base64Decoder?: __Decoder;
|
|
95
|
+
/**
|
|
96
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
base64Encoder?: __Encoder;
|
|
100
|
+
/**
|
|
101
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
utf8Decoder?: __Decoder;
|
|
105
|
+
/**
|
|
106
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
utf8Encoder?: __Encoder;
|
|
110
|
+
/**
|
|
111
|
+
* The runtime environment.
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
114
|
+
runtime?: string;
|
|
115
|
+
/**
|
|
116
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
117
|
+
* trait of an operation.
|
|
118
|
+
*/
|
|
119
|
+
disableHostPrefix?: boolean;
|
|
120
|
+
/**
|
|
121
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
122
|
+
*/
|
|
123
|
+
maxAttempts?: number | __Provider<number>;
|
|
124
|
+
/**
|
|
125
|
+
* Specifies which retry algorithm to use.
|
|
126
|
+
*/
|
|
127
|
+
retryMode?: string | __Provider<string>;
|
|
128
|
+
/**
|
|
129
|
+
* Optional logger for logging debug/info/warn/error.
|
|
130
|
+
*/
|
|
131
|
+
logger?: __Logger;
|
|
132
|
+
/**
|
|
133
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
134
|
+
*/
|
|
135
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
136
|
+
/**
|
|
137
|
+
* Enables FIPS compatible endpoints.
|
|
138
|
+
*/
|
|
139
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
140
|
+
/**
|
|
141
|
+
* Unique service identifier.
|
|
142
|
+
* @internal
|
|
143
|
+
*/
|
|
144
|
+
serviceId?: string;
|
|
145
|
+
/**
|
|
146
|
+
* The AWS region to which this client will send requests
|
|
147
|
+
*/
|
|
148
|
+
region?: string | __Provider<string>;
|
|
149
|
+
/**
|
|
150
|
+
* Default credentials provider; Not available in browser runtime.
|
|
151
|
+
* @internal
|
|
152
|
+
*/
|
|
153
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
154
|
+
/**
|
|
155
|
+
* Fetch related hostname, signing name or signing region with given region.
|
|
156
|
+
* @internal
|
|
157
|
+
*/
|
|
158
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
159
|
+
/**
|
|
160
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
161
|
+
* @internal
|
|
162
|
+
*/
|
|
163
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
164
|
+
/**
|
|
165
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
166
|
+
*/
|
|
167
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
168
|
+
}
|
|
169
|
+
declare type LocationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
170
|
+
/**
|
|
171
|
+
* The configuration interface of LocationClient class constructor that set the region, credentials and other options.
|
|
172
|
+
*/
|
|
173
|
+
export interface LocationClientConfig extends LocationClientConfigType {
|
|
174
|
+
}
|
|
175
|
+
declare type LocationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
176
|
+
/**
|
|
177
|
+
* The resolved configuration interface of LocationClient class. This is resolved and normalized from the {@link LocationClientConfig | constructor configuration interface}.
|
|
178
|
+
*/
|
|
179
|
+
export interface LocationClientResolvedConfig extends LocationClientResolvedConfigType {
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* <p>"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"</p>
|
|
183
|
+
*/
|
|
184
|
+
export declare class LocationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LocationClientResolvedConfig> {
|
|
185
|
+
/**
|
|
186
|
+
* The resolved configuration of LocationClient class. This is resolved and normalized from the {@link LocationClientConfig | constructor configuration interface}.
|
|
187
|
+
*/
|
|
188
|
+
readonly config: LocationClientResolvedConfig;
|
|
189
|
+
constructor(configuration: LocationClientConfig);
|
|
190
|
+
/**
|
|
191
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
192
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
193
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
194
|
+
*/
|
|
195
|
+
destroy(): void;
|
|
196
|
+
}
|
|
197
|
+
export {};
|