@aws-sdk/client-location 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Location.d.ts +0 -52
- package/dist-types/ts3.4/LocationClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -526
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,76 +1,60 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { LocationServiceException as __BaseException } from "./LocationServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message: string | undefined;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
12
10
|
}
|
|
13
11
|
export interface AssociateTrackerConsumerRequest {
|
|
14
12
|
TrackerName: string | undefined;
|
|
15
|
-
|
|
16
13
|
ConsumerArn: string | undefined;
|
|
17
14
|
}
|
|
18
15
|
export interface AssociateTrackerConsumerResponse {}
|
|
19
|
-
|
|
20
16
|
export declare class ConflictException extends __BaseException {
|
|
21
17
|
readonly name: "ConflictException";
|
|
22
18
|
readonly $fault: "client";
|
|
23
19
|
Message: string | undefined;
|
|
24
|
-
|
|
25
20
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
26
21
|
}
|
|
27
|
-
|
|
28
22
|
export declare class InternalServerException extends __BaseException {
|
|
29
23
|
readonly name: "InternalServerException";
|
|
30
24
|
readonly $fault: "server";
|
|
31
25
|
$retryable: {};
|
|
32
26
|
Message: string | undefined;
|
|
33
|
-
|
|
34
27
|
constructor(
|
|
35
28
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
36
29
|
);
|
|
37
30
|
}
|
|
38
|
-
|
|
39
31
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
40
32
|
readonly name: "ResourceNotFoundException";
|
|
41
33
|
readonly $fault: "client";
|
|
42
34
|
Message: string | undefined;
|
|
43
|
-
|
|
44
35
|
constructor(
|
|
45
36
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
46
37
|
);
|
|
47
38
|
}
|
|
48
|
-
|
|
49
39
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
50
40
|
readonly name: "ServiceQuotaExceededException";
|
|
51
41
|
readonly $fault: "client";
|
|
52
|
-
|
|
53
42
|
Message: string | undefined;
|
|
54
|
-
|
|
55
43
|
constructor(
|
|
56
44
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
57
45
|
);
|
|
58
46
|
}
|
|
59
|
-
|
|
60
47
|
export declare class ThrottlingException extends __BaseException {
|
|
61
48
|
readonly name: "ThrottlingException";
|
|
62
49
|
readonly $fault: "client";
|
|
63
50
|
$retryable: {};
|
|
64
51
|
Message: string | undefined;
|
|
65
|
-
|
|
66
52
|
constructor(
|
|
67
53
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
68
54
|
);
|
|
69
55
|
}
|
|
70
|
-
|
|
71
56
|
export interface ValidationExceptionField {
|
|
72
57
|
Name: string | undefined;
|
|
73
|
-
|
|
74
58
|
Message: string | undefined;
|
|
75
59
|
}
|
|
76
60
|
export declare type ValidationExceptionReason =
|
|
@@ -79,23 +63,18 @@ export declare type ValidationExceptionReason =
|
|
|
79
63
|
| "Missing"
|
|
80
64
|
| "Other"
|
|
81
65
|
| "UnknownOperation";
|
|
82
|
-
|
|
83
66
|
export declare class ValidationException extends __BaseException {
|
|
84
67
|
readonly name: "ValidationException";
|
|
85
68
|
readonly $fault: "client";
|
|
86
69
|
Message: string | undefined;
|
|
87
|
-
|
|
88
70
|
Reason: ValidationExceptionReason | string | undefined;
|
|
89
|
-
|
|
90
71
|
FieldList: ValidationExceptionField[] | undefined;
|
|
91
|
-
|
|
92
72
|
constructor(
|
|
93
73
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
94
74
|
);
|
|
95
75
|
}
|
|
96
76
|
export interface BatchDeleteDevicePositionHistoryRequest {
|
|
97
77
|
TrackerName: string | undefined;
|
|
98
|
-
|
|
99
78
|
DeviceIds: string[] | undefined;
|
|
100
79
|
}
|
|
101
80
|
export declare type BatchItemErrorCode =
|
|
@@ -105,16 +84,12 @@ export declare type BatchItemErrorCode =
|
|
|
105
84
|
| "ResourceNotFoundError"
|
|
106
85
|
| "ThrottlingError"
|
|
107
86
|
| "ValidationError";
|
|
108
|
-
|
|
109
87
|
export interface BatchItemError {
|
|
110
88
|
Code?: BatchItemErrorCode | string;
|
|
111
|
-
|
|
112
89
|
Message?: string;
|
|
113
90
|
}
|
|
114
|
-
|
|
115
91
|
export interface BatchDeleteDevicePositionHistoryError {
|
|
116
92
|
DeviceId: string | undefined;
|
|
117
|
-
|
|
118
93
|
Error: BatchItemError | undefined;
|
|
119
94
|
}
|
|
120
95
|
export interface BatchDeleteDevicePositionHistoryResponse {
|
|
@@ -122,45 +97,32 @@ export interface BatchDeleteDevicePositionHistoryResponse {
|
|
|
122
97
|
}
|
|
123
98
|
export interface BatchDeleteGeofenceRequest {
|
|
124
99
|
CollectionName: string | undefined;
|
|
125
|
-
|
|
126
100
|
GeofenceIds: string[] | undefined;
|
|
127
101
|
}
|
|
128
|
-
|
|
129
102
|
export interface BatchDeleteGeofenceError {
|
|
130
103
|
GeofenceId: string | undefined;
|
|
131
|
-
|
|
132
104
|
Error: BatchItemError | undefined;
|
|
133
105
|
}
|
|
134
106
|
export interface BatchDeleteGeofenceResponse {
|
|
135
107
|
Errors: BatchDeleteGeofenceError[] | undefined;
|
|
136
108
|
}
|
|
137
|
-
|
|
138
109
|
export interface PositionalAccuracy {
|
|
139
110
|
Horizontal: number | undefined;
|
|
140
111
|
}
|
|
141
|
-
|
|
142
112
|
export interface DevicePositionUpdate {
|
|
143
113
|
DeviceId: string | undefined;
|
|
144
|
-
|
|
145
114
|
SampleTime: Date | undefined;
|
|
146
|
-
|
|
147
115
|
Position: number[] | undefined;
|
|
148
|
-
|
|
149
116
|
Accuracy?: PositionalAccuracy;
|
|
150
|
-
|
|
151
117
|
PositionProperties?: Record<string, string>;
|
|
152
118
|
}
|
|
153
119
|
export interface BatchEvaluateGeofencesRequest {
|
|
154
120
|
CollectionName: string | undefined;
|
|
155
|
-
|
|
156
121
|
DevicePositionUpdates: DevicePositionUpdate[] | undefined;
|
|
157
122
|
}
|
|
158
|
-
|
|
159
123
|
export interface BatchEvaluateGeofencesError {
|
|
160
124
|
DeviceId: string | undefined;
|
|
161
|
-
|
|
162
125
|
SampleTime: Date | undefined;
|
|
163
|
-
|
|
164
126
|
Error: BatchItemError | undefined;
|
|
165
127
|
}
|
|
166
128
|
export interface BatchEvaluateGeofencesResponse {
|
|
@@ -168,216 +130,140 @@ export interface BatchEvaluateGeofencesResponse {
|
|
|
168
130
|
}
|
|
169
131
|
export interface BatchGetDevicePositionRequest {
|
|
170
132
|
TrackerName: string | undefined;
|
|
171
|
-
|
|
172
133
|
DeviceIds: string[] | undefined;
|
|
173
134
|
}
|
|
174
|
-
|
|
175
135
|
export interface DevicePosition {
|
|
176
136
|
DeviceId?: string;
|
|
177
|
-
|
|
178
137
|
SampleTime: Date | undefined;
|
|
179
|
-
|
|
180
138
|
ReceivedTime: Date | undefined;
|
|
181
|
-
|
|
182
139
|
Position: number[] | undefined;
|
|
183
|
-
|
|
184
140
|
Accuracy?: PositionalAccuracy;
|
|
185
|
-
|
|
186
141
|
PositionProperties?: Record<string, string>;
|
|
187
142
|
}
|
|
188
|
-
|
|
189
143
|
export interface BatchGetDevicePositionError {
|
|
190
144
|
DeviceId: string | undefined;
|
|
191
|
-
|
|
192
145
|
Error: BatchItemError | undefined;
|
|
193
146
|
}
|
|
194
147
|
export interface BatchGetDevicePositionResponse {
|
|
195
148
|
Errors: BatchGetDevicePositionError[] | undefined;
|
|
196
|
-
|
|
197
149
|
DevicePositions: DevicePosition[] | undefined;
|
|
198
150
|
}
|
|
199
|
-
|
|
200
151
|
export interface Circle {
|
|
201
152
|
Center: number[] | undefined;
|
|
202
|
-
|
|
203
153
|
Radius: number | undefined;
|
|
204
154
|
}
|
|
205
|
-
|
|
206
155
|
export interface GeofenceGeometry {
|
|
207
156
|
Polygon?: number[][][];
|
|
208
|
-
|
|
209
157
|
Circle?: Circle;
|
|
210
158
|
}
|
|
211
|
-
|
|
212
159
|
export interface BatchPutGeofenceRequestEntry {
|
|
213
160
|
GeofenceId: string | undefined;
|
|
214
|
-
|
|
215
161
|
Geometry: GeofenceGeometry | undefined;
|
|
216
162
|
}
|
|
217
163
|
export interface BatchPutGeofenceRequest {
|
|
218
164
|
CollectionName: string | undefined;
|
|
219
|
-
|
|
220
165
|
Entries: BatchPutGeofenceRequestEntry[] | undefined;
|
|
221
166
|
}
|
|
222
|
-
|
|
223
167
|
export interface BatchPutGeofenceError {
|
|
224
168
|
GeofenceId: string | undefined;
|
|
225
|
-
|
|
226
169
|
Error: BatchItemError | undefined;
|
|
227
170
|
}
|
|
228
|
-
|
|
229
171
|
export interface BatchPutGeofenceSuccess {
|
|
230
172
|
GeofenceId: string | undefined;
|
|
231
|
-
|
|
232
173
|
CreateTime: Date | undefined;
|
|
233
|
-
|
|
234
174
|
UpdateTime: Date | undefined;
|
|
235
175
|
}
|
|
236
176
|
export interface BatchPutGeofenceResponse {
|
|
237
177
|
Successes: BatchPutGeofenceSuccess[] | undefined;
|
|
238
|
-
|
|
239
178
|
Errors: BatchPutGeofenceError[] | undefined;
|
|
240
179
|
}
|
|
241
180
|
export interface BatchUpdateDevicePositionRequest {
|
|
242
181
|
TrackerName: string | undefined;
|
|
243
|
-
|
|
244
182
|
Updates: DevicePositionUpdate[] | undefined;
|
|
245
183
|
}
|
|
246
|
-
|
|
247
184
|
export interface BatchUpdateDevicePositionError {
|
|
248
185
|
DeviceId: string | undefined;
|
|
249
|
-
|
|
250
186
|
SampleTime: Date | undefined;
|
|
251
|
-
|
|
252
187
|
Error: BatchItemError | undefined;
|
|
253
188
|
}
|
|
254
189
|
export interface BatchUpdateDevicePositionResponse {
|
|
255
190
|
Errors: BatchUpdateDevicePositionError[] | undefined;
|
|
256
191
|
}
|
|
257
|
-
|
|
258
192
|
export interface CalculateRouteCarModeOptions {
|
|
259
193
|
AvoidFerries?: boolean;
|
|
260
|
-
|
|
261
194
|
AvoidTolls?: boolean;
|
|
262
195
|
}
|
|
263
196
|
export declare type DistanceUnit = "Kilometers" | "Miles";
|
|
264
197
|
export declare type TravelMode = "Car" | "Truck" | "Walking";
|
|
265
198
|
export declare type DimensionUnit = "Feet" | "Meters";
|
|
266
|
-
|
|
267
199
|
export interface TruckDimensions {
|
|
268
200
|
Length?: number;
|
|
269
|
-
|
|
270
201
|
Height?: number;
|
|
271
|
-
|
|
272
202
|
Width?: number;
|
|
273
|
-
|
|
274
203
|
Unit?: DimensionUnit | string;
|
|
275
204
|
}
|
|
276
205
|
export declare type VehicleWeightUnit = "Kilograms" | "Pounds";
|
|
277
|
-
|
|
278
206
|
export interface TruckWeight {
|
|
279
207
|
Total?: number;
|
|
280
|
-
|
|
281
208
|
Unit?: VehicleWeightUnit | string;
|
|
282
209
|
}
|
|
283
|
-
|
|
284
210
|
export interface CalculateRouteTruckModeOptions {
|
|
285
211
|
AvoidFerries?: boolean;
|
|
286
|
-
|
|
287
212
|
AvoidTolls?: boolean;
|
|
288
|
-
|
|
289
213
|
Dimensions?: TruckDimensions;
|
|
290
|
-
|
|
291
214
|
Weight?: TruckWeight;
|
|
292
215
|
}
|
|
293
216
|
export interface CalculateRouteRequest {
|
|
294
217
|
CalculatorName: string | undefined;
|
|
295
|
-
|
|
296
218
|
DeparturePosition: number[] | undefined;
|
|
297
|
-
|
|
298
219
|
DestinationPosition: number[] | undefined;
|
|
299
|
-
|
|
300
220
|
WaypointPositions?: number[][];
|
|
301
|
-
|
|
302
221
|
TravelMode?: TravelMode | string;
|
|
303
|
-
|
|
304
222
|
DepartureTime?: Date;
|
|
305
|
-
|
|
306
223
|
DepartNow?: boolean;
|
|
307
|
-
|
|
308
224
|
DistanceUnit?: DistanceUnit | string;
|
|
309
|
-
|
|
310
225
|
IncludeLegGeometry?: boolean;
|
|
311
|
-
|
|
312
226
|
CarModeOptions?: CalculateRouteCarModeOptions;
|
|
313
|
-
|
|
314
227
|
TruckModeOptions?: CalculateRouteTruckModeOptions;
|
|
315
228
|
}
|
|
316
|
-
|
|
317
229
|
export interface LegGeometry {
|
|
318
230
|
LineString?: number[][];
|
|
319
231
|
}
|
|
320
|
-
|
|
321
232
|
export interface Step {
|
|
322
233
|
StartPosition: number[] | undefined;
|
|
323
|
-
|
|
324
234
|
EndPosition: number[] | undefined;
|
|
325
|
-
|
|
326
235
|
Distance: number | undefined;
|
|
327
|
-
|
|
328
236
|
DurationSeconds: number | undefined;
|
|
329
|
-
|
|
330
237
|
GeometryOffset?: number;
|
|
331
238
|
}
|
|
332
|
-
|
|
333
239
|
export interface Leg {
|
|
334
240
|
StartPosition: number[] | undefined;
|
|
335
|
-
|
|
336
241
|
EndPosition: number[] | undefined;
|
|
337
|
-
|
|
338
242
|
Distance: number | undefined;
|
|
339
|
-
|
|
340
243
|
DurationSeconds: number | undefined;
|
|
341
|
-
|
|
342
244
|
Geometry?: LegGeometry;
|
|
343
|
-
|
|
344
245
|
Steps: Step[] | undefined;
|
|
345
246
|
}
|
|
346
|
-
|
|
347
247
|
export interface CalculateRouteSummary {
|
|
348
248
|
RouteBBox: number[] | undefined;
|
|
349
|
-
|
|
350
249
|
DataSource: string | undefined;
|
|
351
|
-
|
|
352
250
|
Distance: number | undefined;
|
|
353
|
-
|
|
354
251
|
DurationSeconds: number | undefined;
|
|
355
|
-
|
|
356
252
|
DistanceUnit: DistanceUnit | string | undefined;
|
|
357
253
|
}
|
|
358
|
-
|
|
359
254
|
export interface CalculateRouteResponse {
|
|
360
255
|
Legs: Leg[] | undefined;
|
|
361
|
-
|
|
362
256
|
Summary: CalculateRouteSummary | undefined;
|
|
363
257
|
}
|
|
364
258
|
export interface CalculateRouteMatrixRequest {
|
|
365
259
|
CalculatorName: string | undefined;
|
|
366
|
-
|
|
367
260
|
DeparturePositions: number[][] | undefined;
|
|
368
|
-
|
|
369
261
|
DestinationPositions: number[][] | undefined;
|
|
370
|
-
|
|
371
262
|
TravelMode?: TravelMode | string;
|
|
372
|
-
|
|
373
263
|
DepartureTime?: Date;
|
|
374
|
-
|
|
375
264
|
DepartNow?: boolean;
|
|
376
|
-
|
|
377
265
|
DistanceUnit?: DistanceUnit | string;
|
|
378
|
-
|
|
379
266
|
CarModeOptions?: CalculateRouteCarModeOptions;
|
|
380
|
-
|
|
381
267
|
TruckModeOptions?: CalculateRouteTruckModeOptions;
|
|
382
268
|
}
|
|
383
269
|
export declare type RouteMatrixErrorCode =
|
|
@@ -387,38 +273,25 @@ export declare type RouteMatrixErrorCode =
|
|
|
387
273
|
| "PositionsNotFound"
|
|
388
274
|
| "RouteNotFound"
|
|
389
275
|
| "RouteTooLong";
|
|
390
|
-
|
|
391
276
|
export interface RouteMatrixEntryError {
|
|
392
277
|
Code: RouteMatrixErrorCode | string | undefined;
|
|
393
|
-
|
|
394
278
|
Message?: string;
|
|
395
279
|
}
|
|
396
|
-
|
|
397
280
|
export interface RouteMatrixEntry {
|
|
398
281
|
Distance?: number;
|
|
399
|
-
|
|
400
282
|
DurationSeconds?: number;
|
|
401
|
-
|
|
402
283
|
Error?: RouteMatrixEntryError;
|
|
403
284
|
}
|
|
404
|
-
|
|
405
285
|
export interface CalculateRouteMatrixSummary {
|
|
406
286
|
DataSource: string | undefined;
|
|
407
|
-
|
|
408
287
|
RouteCount: number | undefined;
|
|
409
|
-
|
|
410
288
|
ErrorCount: number | undefined;
|
|
411
|
-
|
|
412
289
|
DistanceUnit: DistanceUnit | string | undefined;
|
|
413
290
|
}
|
|
414
|
-
|
|
415
291
|
export interface CalculateRouteMatrixResponse {
|
|
416
292
|
RouteMatrix: RouteMatrixEntry[][] | undefined;
|
|
417
|
-
|
|
418
293
|
SnappedDeparturePositions?: number[][];
|
|
419
|
-
|
|
420
294
|
SnappedDestinationPositions?: number[][];
|
|
421
|
-
|
|
422
295
|
Summary: CalculateRouteMatrixSummary | undefined;
|
|
423
296
|
}
|
|
424
297
|
export declare type PricingPlan =
|
|
@@ -427,87 +300,59 @@ export declare type PricingPlan =
|
|
|
427
300
|
| "RequestBasedUsage";
|
|
428
301
|
export interface CreateGeofenceCollectionRequest {
|
|
429
302
|
CollectionName: string | undefined;
|
|
430
|
-
|
|
431
303
|
PricingPlan?: PricingPlan | string;
|
|
432
|
-
|
|
433
304
|
PricingPlanDataSource?: string;
|
|
434
|
-
|
|
435
305
|
Description?: string;
|
|
436
|
-
|
|
437
306
|
Tags?: Record<string, string>;
|
|
438
|
-
|
|
439
307
|
KmsKeyId?: string;
|
|
440
308
|
}
|
|
441
309
|
export interface CreateGeofenceCollectionResponse {
|
|
442
310
|
CollectionName: string | undefined;
|
|
443
|
-
|
|
444
311
|
CollectionArn: string | undefined;
|
|
445
|
-
|
|
446
312
|
CreateTime: Date | undefined;
|
|
447
313
|
}
|
|
448
|
-
|
|
449
314
|
export interface MapConfiguration {
|
|
450
315
|
Style: string | undefined;
|
|
451
316
|
}
|
|
452
317
|
export interface CreateMapRequest {
|
|
453
318
|
MapName: string | undefined;
|
|
454
|
-
|
|
455
319
|
Configuration: MapConfiguration | undefined;
|
|
456
|
-
|
|
457
320
|
PricingPlan?: PricingPlan | string;
|
|
458
|
-
|
|
459
321
|
Description?: string;
|
|
460
|
-
|
|
461
322
|
Tags?: Record<string, string>;
|
|
462
323
|
}
|
|
463
324
|
export interface CreateMapResponse {
|
|
464
325
|
MapName: string | undefined;
|
|
465
|
-
|
|
466
326
|
MapArn: string | undefined;
|
|
467
|
-
|
|
468
327
|
CreateTime: Date | undefined;
|
|
469
328
|
}
|
|
470
329
|
export declare type IntendedUse = "SingleUse" | "Storage";
|
|
471
|
-
|
|
472
330
|
export interface DataSourceConfiguration {
|
|
473
331
|
IntendedUse?: IntendedUse | string;
|
|
474
332
|
}
|
|
475
333
|
export interface CreatePlaceIndexRequest {
|
|
476
334
|
IndexName: string | undefined;
|
|
477
|
-
|
|
478
335
|
DataSource: string | undefined;
|
|
479
|
-
|
|
480
336
|
PricingPlan?: PricingPlan | string;
|
|
481
|
-
|
|
482
337
|
Description?: string;
|
|
483
|
-
|
|
484
338
|
DataSourceConfiguration?: DataSourceConfiguration;
|
|
485
|
-
|
|
486
339
|
Tags?: Record<string, string>;
|
|
487
340
|
}
|
|
488
341
|
export interface CreatePlaceIndexResponse {
|
|
489
342
|
IndexName: string | undefined;
|
|
490
|
-
|
|
491
343
|
IndexArn: string | undefined;
|
|
492
|
-
|
|
493
344
|
CreateTime: Date | undefined;
|
|
494
345
|
}
|
|
495
346
|
export interface CreateRouteCalculatorRequest {
|
|
496
347
|
CalculatorName: string | undefined;
|
|
497
|
-
|
|
498
348
|
DataSource: string | undefined;
|
|
499
|
-
|
|
500
349
|
PricingPlan?: PricingPlan | string;
|
|
501
|
-
|
|
502
350
|
Description?: string;
|
|
503
|
-
|
|
504
351
|
Tags?: Record<string, string>;
|
|
505
352
|
}
|
|
506
353
|
export interface CreateRouteCalculatorResponse {
|
|
507
354
|
CalculatorName: string | undefined;
|
|
508
|
-
|
|
509
355
|
CalculatorArn: string | undefined;
|
|
510
|
-
|
|
511
356
|
CreateTime: Date | undefined;
|
|
512
357
|
}
|
|
513
358
|
export declare type PositionFiltering =
|
|
@@ -516,24 +361,16 @@ export declare type PositionFiltering =
|
|
|
516
361
|
| "TimeBased";
|
|
517
362
|
export interface CreateTrackerRequest {
|
|
518
363
|
TrackerName: string | undefined;
|
|
519
|
-
|
|
520
364
|
PricingPlan?: PricingPlan | string;
|
|
521
|
-
|
|
522
365
|
KmsKeyId?: string;
|
|
523
|
-
|
|
524
366
|
PricingPlanDataSource?: string;
|
|
525
|
-
|
|
526
367
|
Description?: string;
|
|
527
|
-
|
|
528
368
|
Tags?: Record<string, string>;
|
|
529
|
-
|
|
530
369
|
PositionFiltering?: PositionFiltering | string;
|
|
531
370
|
}
|
|
532
371
|
export interface CreateTrackerResponse {
|
|
533
372
|
TrackerName: string | undefined;
|
|
534
|
-
|
|
535
373
|
TrackerArn: string | undefined;
|
|
536
|
-
|
|
537
374
|
CreateTime: Date | undefined;
|
|
538
375
|
}
|
|
539
376
|
export interface DeleteGeofenceCollectionRequest {
|
|
@@ -561,21 +398,13 @@ export interface DescribeGeofenceCollectionRequest {
|
|
|
561
398
|
}
|
|
562
399
|
export interface DescribeGeofenceCollectionResponse {
|
|
563
400
|
CollectionName: string | undefined;
|
|
564
|
-
|
|
565
401
|
CollectionArn: string | undefined;
|
|
566
|
-
|
|
567
402
|
Description: string | undefined;
|
|
568
|
-
|
|
569
403
|
PricingPlan?: PricingPlan | string;
|
|
570
|
-
|
|
571
404
|
PricingPlanDataSource?: string;
|
|
572
|
-
|
|
573
405
|
KmsKeyId?: string;
|
|
574
|
-
|
|
575
406
|
Tags?: Record<string, string>;
|
|
576
|
-
|
|
577
407
|
CreateTime: Date | undefined;
|
|
578
|
-
|
|
579
408
|
UpdateTime: Date | undefined;
|
|
580
409
|
}
|
|
581
410
|
export interface DescribeMapRequest {
|
|
@@ -583,21 +412,13 @@ export interface DescribeMapRequest {
|
|
|
583
412
|
}
|
|
584
413
|
export interface DescribeMapResponse {
|
|
585
414
|
MapName: string | undefined;
|
|
586
|
-
|
|
587
415
|
MapArn: string | undefined;
|
|
588
|
-
|
|
589
416
|
PricingPlan?: PricingPlan | string;
|
|
590
|
-
|
|
591
417
|
DataSource: string | undefined;
|
|
592
|
-
|
|
593
418
|
Configuration: MapConfiguration | undefined;
|
|
594
|
-
|
|
595
419
|
Description: string | undefined;
|
|
596
|
-
|
|
597
420
|
Tags?: Record<string, string>;
|
|
598
|
-
|
|
599
421
|
CreateTime: Date | undefined;
|
|
600
|
-
|
|
601
422
|
UpdateTime: Date | undefined;
|
|
602
423
|
}
|
|
603
424
|
export interface DescribePlaceIndexRequest {
|
|
@@ -605,21 +426,13 @@ export interface DescribePlaceIndexRequest {
|
|
|
605
426
|
}
|
|
606
427
|
export interface DescribePlaceIndexResponse {
|
|
607
428
|
IndexName: string | undefined;
|
|
608
|
-
|
|
609
429
|
IndexArn: string | undefined;
|
|
610
|
-
|
|
611
430
|
PricingPlan?: PricingPlan | string;
|
|
612
|
-
|
|
613
431
|
Description: string | undefined;
|
|
614
|
-
|
|
615
432
|
CreateTime: Date | undefined;
|
|
616
|
-
|
|
617
433
|
UpdateTime: Date | undefined;
|
|
618
|
-
|
|
619
434
|
DataSource: string | undefined;
|
|
620
|
-
|
|
621
435
|
DataSourceConfiguration: DataSourceConfiguration | undefined;
|
|
622
|
-
|
|
623
436
|
Tags?: Record<string, string>;
|
|
624
437
|
}
|
|
625
438
|
export interface DescribeRouteCalculatorRequest {
|
|
@@ -627,19 +440,12 @@ export interface DescribeRouteCalculatorRequest {
|
|
|
627
440
|
}
|
|
628
441
|
export interface DescribeRouteCalculatorResponse {
|
|
629
442
|
CalculatorName: string | undefined;
|
|
630
|
-
|
|
631
443
|
CalculatorArn: string | undefined;
|
|
632
|
-
|
|
633
444
|
PricingPlan?: PricingPlan | string;
|
|
634
|
-
|
|
635
445
|
Description: string | undefined;
|
|
636
|
-
|
|
637
446
|
CreateTime: Date | undefined;
|
|
638
|
-
|
|
639
447
|
UpdateTime: Date | undefined;
|
|
640
|
-
|
|
641
448
|
DataSource: string | undefined;
|
|
642
|
-
|
|
643
449
|
Tags?: Record<string, string>;
|
|
644
450
|
}
|
|
645
451
|
export interface DescribeTrackerRequest {
|
|
@@ -647,28 +453,18 @@ export interface DescribeTrackerRequest {
|
|
|
647
453
|
}
|
|
648
454
|
export interface DescribeTrackerResponse {
|
|
649
455
|
TrackerName: string | undefined;
|
|
650
|
-
|
|
651
456
|
TrackerArn: string | undefined;
|
|
652
|
-
|
|
653
457
|
Description: string | undefined;
|
|
654
|
-
|
|
655
458
|
PricingPlan?: PricingPlan | string;
|
|
656
|
-
|
|
657
459
|
PricingPlanDataSource?: string;
|
|
658
|
-
|
|
659
460
|
Tags?: Record<string, string>;
|
|
660
|
-
|
|
661
461
|
CreateTime: Date | undefined;
|
|
662
|
-
|
|
663
462
|
UpdateTime: Date | undefined;
|
|
664
|
-
|
|
665
463
|
KmsKeyId?: string;
|
|
666
|
-
|
|
667
464
|
PositionFiltering?: PositionFiltering | string;
|
|
668
465
|
}
|
|
669
466
|
export interface DisassociateTrackerConsumerRequest {
|
|
670
467
|
TrackerName: string | undefined;
|
|
671
|
-
|
|
672
468
|
ConsumerArn: string | undefined;
|
|
673
469
|
}
|
|
674
470
|
export interface DisassociateTrackerConsumerResponse {}
|
|
@@ -680,166 +476,117 @@ export interface ListTagsForResourceResponse {
|
|
|
680
476
|
}
|
|
681
477
|
export interface TagResourceRequest {
|
|
682
478
|
ResourceArn: string | undefined;
|
|
683
|
-
|
|
684
479
|
Tags: Record<string, string> | undefined;
|
|
685
480
|
}
|
|
686
481
|
export interface TagResourceResponse {}
|
|
687
482
|
export interface UntagResourceRequest {
|
|
688
483
|
ResourceArn: string | undefined;
|
|
689
|
-
|
|
690
484
|
TagKeys: string[] | undefined;
|
|
691
485
|
}
|
|
692
486
|
export interface UntagResourceResponse {}
|
|
693
487
|
export interface GetGeofenceRequest {
|
|
694
488
|
CollectionName: string | undefined;
|
|
695
|
-
|
|
696
489
|
GeofenceId: string | undefined;
|
|
697
490
|
}
|
|
698
491
|
export interface GetGeofenceResponse {
|
|
699
492
|
GeofenceId: string | undefined;
|
|
700
|
-
|
|
701
493
|
Geometry: GeofenceGeometry | undefined;
|
|
702
|
-
|
|
703
494
|
Status: string | undefined;
|
|
704
|
-
|
|
705
495
|
CreateTime: Date | undefined;
|
|
706
|
-
|
|
707
496
|
UpdateTime: Date | undefined;
|
|
708
497
|
}
|
|
709
498
|
export interface ListGeofenceCollectionsRequest {
|
|
710
499
|
MaxResults?: number;
|
|
711
|
-
|
|
712
500
|
NextToken?: string;
|
|
713
501
|
}
|
|
714
|
-
|
|
715
502
|
export interface ListGeofenceCollectionsResponseEntry {
|
|
716
503
|
CollectionName: string | undefined;
|
|
717
|
-
|
|
718
504
|
Description: string | undefined;
|
|
719
|
-
|
|
720
505
|
PricingPlan?: PricingPlan | string;
|
|
721
|
-
|
|
722
506
|
PricingPlanDataSource?: string;
|
|
723
|
-
|
|
724
507
|
CreateTime: Date | undefined;
|
|
725
|
-
|
|
726
508
|
UpdateTime: Date | undefined;
|
|
727
509
|
}
|
|
728
510
|
export interface ListGeofenceCollectionsResponse {
|
|
729
511
|
Entries: ListGeofenceCollectionsResponseEntry[] | undefined;
|
|
730
|
-
|
|
731
512
|
NextToken?: string;
|
|
732
513
|
}
|
|
733
514
|
export interface ListGeofencesRequest {
|
|
734
515
|
CollectionName: string | undefined;
|
|
735
|
-
|
|
736
516
|
NextToken?: string;
|
|
737
|
-
|
|
738
517
|
MaxResults?: number;
|
|
739
518
|
}
|
|
740
|
-
|
|
741
519
|
export interface ListGeofenceResponseEntry {
|
|
742
520
|
GeofenceId: string | undefined;
|
|
743
|
-
|
|
744
521
|
Geometry: GeofenceGeometry | undefined;
|
|
745
|
-
|
|
746
522
|
Status: string | undefined;
|
|
747
|
-
|
|
748
523
|
CreateTime: Date | undefined;
|
|
749
|
-
|
|
750
524
|
UpdateTime: Date | undefined;
|
|
751
525
|
}
|
|
752
526
|
export interface ListGeofencesResponse {
|
|
753
527
|
Entries: ListGeofenceResponseEntry[] | undefined;
|
|
754
|
-
|
|
755
528
|
NextToken?: string;
|
|
756
529
|
}
|
|
757
530
|
export interface PutGeofenceRequest {
|
|
758
531
|
CollectionName: string | undefined;
|
|
759
|
-
|
|
760
532
|
GeofenceId: string | undefined;
|
|
761
|
-
|
|
762
533
|
Geometry: GeofenceGeometry | undefined;
|
|
763
534
|
}
|
|
764
535
|
export interface PutGeofenceResponse {
|
|
765
536
|
GeofenceId: string | undefined;
|
|
766
|
-
|
|
767
537
|
CreateTime: Date | undefined;
|
|
768
|
-
|
|
769
538
|
UpdateTime: Date | undefined;
|
|
770
539
|
}
|
|
771
540
|
export interface UpdateGeofenceCollectionRequest {
|
|
772
541
|
CollectionName: string | undefined;
|
|
773
|
-
|
|
774
542
|
PricingPlan?: PricingPlan | string;
|
|
775
|
-
|
|
776
543
|
PricingPlanDataSource?: string;
|
|
777
|
-
|
|
778
544
|
Description?: string;
|
|
779
545
|
}
|
|
780
546
|
export interface UpdateGeofenceCollectionResponse {
|
|
781
547
|
CollectionName: string | undefined;
|
|
782
|
-
|
|
783
548
|
CollectionArn: string | undefined;
|
|
784
|
-
|
|
785
549
|
UpdateTime: Date | undefined;
|
|
786
550
|
}
|
|
787
551
|
export interface GetDevicePositionRequest {
|
|
788
552
|
TrackerName: string | undefined;
|
|
789
|
-
|
|
790
553
|
DeviceId: string | undefined;
|
|
791
554
|
}
|
|
792
555
|
export interface GetDevicePositionResponse {
|
|
793
556
|
DeviceId?: string;
|
|
794
|
-
|
|
795
557
|
SampleTime: Date | undefined;
|
|
796
|
-
|
|
797
558
|
ReceivedTime: Date | undefined;
|
|
798
|
-
|
|
799
559
|
Position: number[] | undefined;
|
|
800
|
-
|
|
801
560
|
Accuracy?: PositionalAccuracy;
|
|
802
|
-
|
|
803
561
|
PositionProperties?: Record<string, string>;
|
|
804
562
|
}
|
|
805
563
|
export interface GetDevicePositionHistoryRequest {
|
|
806
564
|
TrackerName: string | undefined;
|
|
807
|
-
|
|
808
565
|
DeviceId: string | undefined;
|
|
809
|
-
|
|
810
566
|
NextToken?: string;
|
|
811
|
-
|
|
812
567
|
StartTimeInclusive?: Date;
|
|
813
|
-
|
|
814
568
|
EndTimeExclusive?: Date;
|
|
815
|
-
|
|
816
569
|
MaxResults?: number;
|
|
817
570
|
}
|
|
818
571
|
export interface GetDevicePositionHistoryResponse {
|
|
819
572
|
DevicePositions: DevicePosition[] | undefined;
|
|
820
|
-
|
|
821
573
|
NextToken?: string;
|
|
822
574
|
}
|
|
823
575
|
export interface GetMapGlyphsRequest {
|
|
824
576
|
MapName: string | undefined;
|
|
825
|
-
|
|
826
577
|
FontStack: string | undefined;
|
|
827
|
-
|
|
828
578
|
FontUnicodeRange: string | undefined;
|
|
829
579
|
}
|
|
830
580
|
export interface GetMapGlyphsResponse {
|
|
831
581
|
Blob?: Uint8Array;
|
|
832
|
-
|
|
833
582
|
ContentType?: string;
|
|
834
583
|
}
|
|
835
584
|
export interface GetMapSpritesRequest {
|
|
836
585
|
MapName: string | undefined;
|
|
837
|
-
|
|
838
586
|
FileName: string | undefined;
|
|
839
587
|
}
|
|
840
588
|
export interface GetMapSpritesResponse {
|
|
841
589
|
Blob?: Uint8Array;
|
|
842
|
-
|
|
843
590
|
ContentType?: string;
|
|
844
591
|
}
|
|
845
592
|
export interface GetMapStyleDescriptorRequest {
|
|
@@ -847,944 +594,671 @@ export interface GetMapStyleDescriptorRequest {
|
|
|
847
594
|
}
|
|
848
595
|
export interface GetMapStyleDescriptorResponse {
|
|
849
596
|
Blob?: Uint8Array;
|
|
850
|
-
|
|
851
597
|
ContentType?: string;
|
|
852
598
|
}
|
|
853
599
|
export interface GetMapTileRequest {
|
|
854
600
|
MapName: string | undefined;
|
|
855
|
-
|
|
856
601
|
Z: string | undefined;
|
|
857
|
-
|
|
858
602
|
X: string | undefined;
|
|
859
|
-
|
|
860
603
|
Y: string | undefined;
|
|
861
604
|
}
|
|
862
605
|
export interface GetMapTileResponse {
|
|
863
606
|
Blob?: Uint8Array;
|
|
864
|
-
|
|
865
607
|
ContentType?: string;
|
|
866
608
|
}
|
|
867
609
|
export interface ListDevicePositionsRequest {
|
|
868
610
|
TrackerName: string | undefined;
|
|
869
|
-
|
|
870
611
|
MaxResults?: number;
|
|
871
|
-
|
|
872
612
|
NextToken?: string;
|
|
873
613
|
}
|
|
874
|
-
|
|
875
614
|
export interface ListDevicePositionsResponseEntry {
|
|
876
615
|
DeviceId: string | undefined;
|
|
877
|
-
|
|
878
616
|
SampleTime: Date | undefined;
|
|
879
|
-
|
|
880
617
|
Position: number[] | undefined;
|
|
881
|
-
|
|
882
618
|
Accuracy?: PositionalAccuracy;
|
|
883
|
-
|
|
884
619
|
PositionProperties?: Record<string, string>;
|
|
885
620
|
}
|
|
886
621
|
export interface ListDevicePositionsResponse {
|
|
887
622
|
Entries: ListDevicePositionsResponseEntry[] | undefined;
|
|
888
|
-
|
|
889
623
|
NextToken?: string;
|
|
890
624
|
}
|
|
891
625
|
export interface ListMapsRequest {
|
|
892
626
|
MaxResults?: number;
|
|
893
|
-
|
|
894
627
|
NextToken?: string;
|
|
895
628
|
}
|
|
896
|
-
|
|
897
629
|
export interface ListMapsResponseEntry {
|
|
898
630
|
MapName: string | undefined;
|
|
899
|
-
|
|
900
631
|
Description: string | undefined;
|
|
901
|
-
|
|
902
632
|
DataSource: string | undefined;
|
|
903
|
-
|
|
904
633
|
PricingPlan?: PricingPlan | string;
|
|
905
|
-
|
|
906
634
|
CreateTime: Date | undefined;
|
|
907
|
-
|
|
908
635
|
UpdateTime: Date | undefined;
|
|
909
636
|
}
|
|
910
637
|
export interface ListMapsResponse {
|
|
911
638
|
Entries: ListMapsResponseEntry[] | undefined;
|
|
912
|
-
|
|
913
639
|
NextToken?: string;
|
|
914
640
|
}
|
|
915
641
|
export interface ListPlaceIndexesRequest {
|
|
916
642
|
MaxResults?: number;
|
|
917
|
-
|
|
918
643
|
NextToken?: string;
|
|
919
644
|
}
|
|
920
|
-
|
|
921
645
|
export interface ListPlaceIndexesResponseEntry {
|
|
922
646
|
IndexName: string | undefined;
|
|
923
|
-
|
|
924
647
|
Description: string | undefined;
|
|
925
|
-
|
|
926
648
|
DataSource: string | undefined;
|
|
927
|
-
|
|
928
649
|
PricingPlan?: PricingPlan | string;
|
|
929
|
-
|
|
930
650
|
CreateTime: Date | undefined;
|
|
931
|
-
|
|
932
651
|
UpdateTime: Date | undefined;
|
|
933
652
|
}
|
|
934
653
|
export interface ListPlaceIndexesResponse {
|
|
935
654
|
Entries: ListPlaceIndexesResponseEntry[] | undefined;
|
|
936
|
-
|
|
937
655
|
NextToken?: string;
|
|
938
656
|
}
|
|
939
657
|
export interface ListRouteCalculatorsRequest {
|
|
940
658
|
MaxResults?: number;
|
|
941
|
-
|
|
942
659
|
NextToken?: string;
|
|
943
660
|
}
|
|
944
|
-
|
|
945
661
|
export interface ListRouteCalculatorsResponseEntry {
|
|
946
662
|
CalculatorName: string | undefined;
|
|
947
|
-
|
|
948
663
|
Description: string | undefined;
|
|
949
|
-
|
|
950
664
|
DataSource: string | undefined;
|
|
951
|
-
|
|
952
665
|
PricingPlan?: PricingPlan | string;
|
|
953
|
-
|
|
954
666
|
CreateTime: Date | undefined;
|
|
955
|
-
|
|
956
667
|
UpdateTime: Date | undefined;
|
|
957
668
|
}
|
|
958
669
|
export interface ListRouteCalculatorsResponse {
|
|
959
670
|
Entries: ListRouteCalculatorsResponseEntry[] | undefined;
|
|
960
|
-
|
|
961
671
|
NextToken?: string;
|
|
962
672
|
}
|
|
963
673
|
export interface ListTrackerConsumersRequest {
|
|
964
674
|
TrackerName: string | undefined;
|
|
965
|
-
|
|
966
675
|
MaxResults?: number;
|
|
967
|
-
|
|
968
676
|
NextToken?: string;
|
|
969
677
|
}
|
|
970
678
|
export interface ListTrackerConsumersResponse {
|
|
971
679
|
ConsumerArns: string[] | undefined;
|
|
972
|
-
|
|
973
680
|
NextToken?: string;
|
|
974
681
|
}
|
|
975
682
|
export interface ListTrackersRequest {
|
|
976
683
|
MaxResults?: number;
|
|
977
|
-
|
|
978
684
|
NextToken?: string;
|
|
979
685
|
}
|
|
980
|
-
|
|
981
686
|
export interface ListTrackersResponseEntry {
|
|
982
687
|
TrackerName: string | undefined;
|
|
983
|
-
|
|
984
688
|
Description: string | undefined;
|
|
985
|
-
|
|
986
689
|
PricingPlan?: PricingPlan | string;
|
|
987
|
-
|
|
988
690
|
PricingPlanDataSource?: string;
|
|
989
|
-
|
|
990
691
|
CreateTime: Date | undefined;
|
|
991
|
-
|
|
992
692
|
UpdateTime: Date | undefined;
|
|
993
693
|
}
|
|
994
694
|
export interface ListTrackersResponse {
|
|
995
695
|
Entries: ListTrackersResponseEntry[] | undefined;
|
|
996
|
-
|
|
997
696
|
NextToken?: string;
|
|
998
697
|
}
|
|
999
698
|
export interface UpdateMapRequest {
|
|
1000
699
|
MapName: string | undefined;
|
|
1001
|
-
|
|
1002
700
|
PricingPlan?: PricingPlan | string;
|
|
1003
|
-
|
|
1004
701
|
Description?: string;
|
|
1005
702
|
}
|
|
1006
703
|
export interface UpdateMapResponse {
|
|
1007
704
|
MapName: string | undefined;
|
|
1008
|
-
|
|
1009
705
|
MapArn: string | undefined;
|
|
1010
|
-
|
|
1011
706
|
UpdateTime: Date | undefined;
|
|
1012
707
|
}
|
|
1013
708
|
export interface SearchPlaceIndexForPositionRequest {
|
|
1014
709
|
IndexName: string | undefined;
|
|
1015
|
-
|
|
1016
710
|
Position: number[] | undefined;
|
|
1017
|
-
|
|
1018
711
|
MaxResults?: number;
|
|
1019
|
-
|
|
1020
712
|
Language?: string;
|
|
1021
713
|
}
|
|
1022
|
-
|
|
1023
714
|
export interface PlaceGeometry {
|
|
1024
715
|
Point?: number[];
|
|
1025
716
|
}
|
|
1026
|
-
|
|
1027
717
|
export interface TimeZone {
|
|
1028
718
|
Name: string | undefined;
|
|
1029
|
-
|
|
1030
719
|
Offset?: number;
|
|
1031
720
|
}
|
|
1032
|
-
|
|
1033
721
|
export interface Place {
|
|
1034
722
|
Label?: string;
|
|
1035
|
-
|
|
1036
723
|
Geometry: PlaceGeometry | undefined;
|
|
1037
|
-
|
|
1038
724
|
AddressNumber?: string;
|
|
1039
|
-
|
|
1040
725
|
Street?: string;
|
|
1041
|
-
|
|
1042
726
|
Neighborhood?: string;
|
|
1043
|
-
|
|
1044
727
|
Municipality?: string;
|
|
1045
|
-
|
|
1046
728
|
SubRegion?: string;
|
|
1047
|
-
|
|
1048
729
|
Region?: string;
|
|
1049
|
-
|
|
1050
730
|
Country?: string;
|
|
1051
|
-
|
|
1052
731
|
PostalCode?: string;
|
|
1053
|
-
|
|
1054
732
|
Interpolated?: boolean;
|
|
1055
|
-
|
|
1056
733
|
TimeZone?: TimeZone;
|
|
1057
734
|
}
|
|
1058
|
-
|
|
1059
735
|
export interface SearchForPositionResult {
|
|
1060
736
|
Place: Place | undefined;
|
|
1061
|
-
|
|
1062
737
|
Distance: number | undefined;
|
|
1063
738
|
}
|
|
1064
|
-
|
|
1065
739
|
export interface SearchPlaceIndexForPositionSummary {
|
|
1066
740
|
Position: number[] | undefined;
|
|
1067
|
-
|
|
1068
741
|
MaxResults?: number;
|
|
1069
|
-
|
|
1070
742
|
DataSource: string | undefined;
|
|
1071
|
-
|
|
1072
743
|
Language?: string;
|
|
1073
744
|
}
|
|
1074
745
|
export interface SearchPlaceIndexForPositionResponse {
|
|
1075
746
|
Summary: SearchPlaceIndexForPositionSummary | undefined;
|
|
1076
|
-
|
|
1077
747
|
Results: SearchForPositionResult[] | undefined;
|
|
1078
748
|
}
|
|
1079
749
|
export interface SearchPlaceIndexForSuggestionsRequest {
|
|
1080
750
|
IndexName: string | undefined;
|
|
1081
|
-
|
|
1082
751
|
Text: string | undefined;
|
|
1083
|
-
|
|
1084
752
|
BiasPosition?: number[];
|
|
1085
|
-
|
|
1086
753
|
FilterBBox?: number[];
|
|
1087
|
-
|
|
1088
754
|
FilterCountries?: string[];
|
|
1089
|
-
|
|
1090
755
|
MaxResults?: number;
|
|
1091
|
-
|
|
1092
756
|
Language?: string;
|
|
1093
757
|
}
|
|
1094
|
-
|
|
1095
758
|
export interface SearchForSuggestionsResult {
|
|
1096
759
|
Text: string | undefined;
|
|
1097
760
|
}
|
|
1098
|
-
|
|
1099
761
|
export interface SearchPlaceIndexForSuggestionsSummary {
|
|
1100
762
|
Text: string | undefined;
|
|
1101
|
-
|
|
1102
763
|
BiasPosition?: number[];
|
|
1103
|
-
|
|
1104
764
|
FilterBBox?: number[];
|
|
1105
|
-
|
|
1106
765
|
FilterCountries?: string[];
|
|
1107
|
-
|
|
1108
766
|
MaxResults?: number;
|
|
1109
|
-
|
|
1110
767
|
DataSource: string | undefined;
|
|
1111
|
-
|
|
1112
768
|
Language?: string;
|
|
1113
769
|
}
|
|
1114
770
|
export interface SearchPlaceIndexForSuggestionsResponse {
|
|
1115
771
|
Summary: SearchPlaceIndexForSuggestionsSummary | undefined;
|
|
1116
|
-
|
|
1117
772
|
Results: SearchForSuggestionsResult[] | undefined;
|
|
1118
773
|
}
|
|
1119
774
|
export interface SearchPlaceIndexForTextRequest {
|
|
1120
775
|
IndexName: string | undefined;
|
|
1121
|
-
|
|
1122
776
|
Text: string | undefined;
|
|
1123
|
-
|
|
1124
777
|
BiasPosition?: number[];
|
|
1125
|
-
|
|
1126
778
|
FilterBBox?: number[];
|
|
1127
|
-
|
|
1128
779
|
FilterCountries?: string[];
|
|
1129
|
-
|
|
1130
780
|
MaxResults?: number;
|
|
1131
|
-
|
|
1132
781
|
Language?: string;
|
|
1133
782
|
}
|
|
1134
|
-
|
|
1135
783
|
export interface SearchForTextResult {
|
|
1136
784
|
Place: Place | undefined;
|
|
1137
|
-
|
|
1138
785
|
Distance?: number;
|
|
1139
|
-
|
|
1140
786
|
Relevance?: number;
|
|
1141
787
|
}
|
|
1142
|
-
|
|
1143
788
|
export interface SearchPlaceIndexForTextSummary {
|
|
1144
789
|
Text: string | undefined;
|
|
1145
|
-
|
|
1146
790
|
BiasPosition?: number[];
|
|
1147
|
-
|
|
1148
791
|
FilterBBox?: number[];
|
|
1149
|
-
|
|
1150
792
|
FilterCountries?: string[];
|
|
1151
|
-
|
|
1152
793
|
MaxResults?: number;
|
|
1153
|
-
|
|
1154
794
|
ResultBBox?: number[];
|
|
1155
|
-
|
|
1156
795
|
DataSource: string | undefined;
|
|
1157
|
-
|
|
1158
796
|
Language?: string;
|
|
1159
797
|
}
|
|
1160
798
|
export interface SearchPlaceIndexForTextResponse {
|
|
1161
799
|
Summary: SearchPlaceIndexForTextSummary | undefined;
|
|
1162
|
-
|
|
1163
800
|
Results: SearchForTextResult[] | undefined;
|
|
1164
801
|
}
|
|
1165
802
|
export interface UpdatePlaceIndexRequest {
|
|
1166
803
|
IndexName: string | undefined;
|
|
1167
|
-
|
|
1168
804
|
PricingPlan?: PricingPlan | string;
|
|
1169
|
-
|
|
1170
805
|
Description?: string;
|
|
1171
|
-
|
|
1172
806
|
DataSourceConfiguration?: DataSourceConfiguration;
|
|
1173
807
|
}
|
|
1174
808
|
export interface UpdatePlaceIndexResponse {
|
|
1175
809
|
IndexName: string | undefined;
|
|
1176
|
-
|
|
1177
810
|
IndexArn: string | undefined;
|
|
1178
|
-
|
|
1179
811
|
UpdateTime: Date | undefined;
|
|
1180
812
|
}
|
|
1181
813
|
export interface UpdateRouteCalculatorRequest {
|
|
1182
814
|
CalculatorName: string | undefined;
|
|
1183
|
-
|
|
1184
815
|
PricingPlan?: PricingPlan | string;
|
|
1185
|
-
|
|
1186
816
|
Description?: string;
|
|
1187
817
|
}
|
|
1188
818
|
export interface UpdateRouteCalculatorResponse {
|
|
1189
819
|
CalculatorName: string | undefined;
|
|
1190
|
-
|
|
1191
820
|
CalculatorArn: string | undefined;
|
|
1192
|
-
|
|
1193
821
|
UpdateTime: Date | undefined;
|
|
1194
822
|
}
|
|
1195
823
|
export interface UpdateTrackerRequest {
|
|
1196
824
|
TrackerName: string | undefined;
|
|
1197
|
-
|
|
1198
825
|
PricingPlan?: PricingPlan | string;
|
|
1199
|
-
|
|
1200
826
|
PricingPlanDataSource?: string;
|
|
1201
|
-
|
|
1202
827
|
Description?: string;
|
|
1203
|
-
|
|
1204
828
|
PositionFiltering?: PositionFiltering | string;
|
|
1205
829
|
}
|
|
1206
830
|
export interface UpdateTrackerResponse {
|
|
1207
831
|
TrackerName: string | undefined;
|
|
1208
|
-
|
|
1209
832
|
TrackerArn: string | undefined;
|
|
1210
|
-
|
|
1211
833
|
UpdateTime: Date | undefined;
|
|
1212
834
|
}
|
|
1213
|
-
|
|
1214
835
|
export declare const AssociateTrackerConsumerRequestFilterSensitiveLog: (
|
|
1215
836
|
obj: AssociateTrackerConsumerRequest
|
|
1216
837
|
) => any;
|
|
1217
|
-
|
|
1218
838
|
export declare const AssociateTrackerConsumerResponseFilterSensitiveLog: (
|
|
1219
839
|
obj: AssociateTrackerConsumerResponse
|
|
1220
840
|
) => any;
|
|
1221
|
-
|
|
1222
841
|
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
1223
842
|
obj: ValidationExceptionField
|
|
1224
843
|
) => any;
|
|
1225
|
-
|
|
1226
844
|
export declare const BatchDeleteDevicePositionHistoryRequestFilterSensitiveLog: (
|
|
1227
845
|
obj: BatchDeleteDevicePositionHistoryRequest
|
|
1228
846
|
) => any;
|
|
1229
|
-
|
|
1230
847
|
export declare const BatchItemErrorFilterSensitiveLog: (
|
|
1231
848
|
obj: BatchItemError
|
|
1232
849
|
) => any;
|
|
1233
|
-
|
|
1234
850
|
export declare const BatchDeleteDevicePositionHistoryErrorFilterSensitiveLog: (
|
|
1235
851
|
obj: BatchDeleteDevicePositionHistoryError
|
|
1236
852
|
) => any;
|
|
1237
|
-
|
|
1238
853
|
export declare const BatchDeleteDevicePositionHistoryResponseFilterSensitiveLog: (
|
|
1239
854
|
obj: BatchDeleteDevicePositionHistoryResponse
|
|
1240
855
|
) => any;
|
|
1241
|
-
|
|
1242
856
|
export declare const BatchDeleteGeofenceRequestFilterSensitiveLog: (
|
|
1243
857
|
obj: BatchDeleteGeofenceRequest
|
|
1244
858
|
) => any;
|
|
1245
|
-
|
|
1246
859
|
export declare const BatchDeleteGeofenceErrorFilterSensitiveLog: (
|
|
1247
860
|
obj: BatchDeleteGeofenceError
|
|
1248
861
|
) => any;
|
|
1249
|
-
|
|
1250
862
|
export declare const BatchDeleteGeofenceResponseFilterSensitiveLog: (
|
|
1251
863
|
obj: BatchDeleteGeofenceResponse
|
|
1252
864
|
) => any;
|
|
1253
|
-
|
|
1254
865
|
export declare const PositionalAccuracyFilterSensitiveLog: (
|
|
1255
866
|
obj: PositionalAccuracy
|
|
1256
867
|
) => any;
|
|
1257
|
-
|
|
1258
868
|
export declare const DevicePositionUpdateFilterSensitiveLog: (
|
|
1259
869
|
obj: DevicePositionUpdate
|
|
1260
870
|
) => any;
|
|
1261
|
-
|
|
1262
871
|
export declare const BatchEvaluateGeofencesRequestFilterSensitiveLog: (
|
|
1263
872
|
obj: BatchEvaluateGeofencesRequest
|
|
1264
873
|
) => any;
|
|
1265
|
-
|
|
1266
874
|
export declare const BatchEvaluateGeofencesErrorFilterSensitiveLog: (
|
|
1267
875
|
obj: BatchEvaluateGeofencesError
|
|
1268
876
|
) => any;
|
|
1269
|
-
|
|
1270
877
|
export declare const BatchEvaluateGeofencesResponseFilterSensitiveLog: (
|
|
1271
878
|
obj: BatchEvaluateGeofencesResponse
|
|
1272
879
|
) => any;
|
|
1273
|
-
|
|
1274
880
|
export declare const BatchGetDevicePositionRequestFilterSensitiveLog: (
|
|
1275
881
|
obj: BatchGetDevicePositionRequest
|
|
1276
882
|
) => any;
|
|
1277
|
-
|
|
1278
883
|
export declare const DevicePositionFilterSensitiveLog: (
|
|
1279
884
|
obj: DevicePosition
|
|
1280
885
|
) => any;
|
|
1281
|
-
|
|
1282
886
|
export declare const BatchGetDevicePositionErrorFilterSensitiveLog: (
|
|
1283
887
|
obj: BatchGetDevicePositionError
|
|
1284
888
|
) => any;
|
|
1285
|
-
|
|
1286
889
|
export declare const BatchGetDevicePositionResponseFilterSensitiveLog: (
|
|
1287
890
|
obj: BatchGetDevicePositionResponse
|
|
1288
891
|
) => any;
|
|
1289
|
-
|
|
1290
892
|
export declare const CircleFilterSensitiveLog: (obj: Circle) => any;
|
|
1291
|
-
|
|
1292
893
|
export declare const GeofenceGeometryFilterSensitiveLog: (
|
|
1293
894
|
obj: GeofenceGeometry
|
|
1294
895
|
) => any;
|
|
1295
|
-
|
|
1296
896
|
export declare const BatchPutGeofenceRequestEntryFilterSensitiveLog: (
|
|
1297
897
|
obj: BatchPutGeofenceRequestEntry
|
|
1298
898
|
) => any;
|
|
1299
|
-
|
|
1300
899
|
export declare const BatchPutGeofenceRequestFilterSensitiveLog: (
|
|
1301
900
|
obj: BatchPutGeofenceRequest
|
|
1302
901
|
) => any;
|
|
1303
|
-
|
|
1304
902
|
export declare const BatchPutGeofenceErrorFilterSensitiveLog: (
|
|
1305
903
|
obj: BatchPutGeofenceError
|
|
1306
904
|
) => any;
|
|
1307
|
-
|
|
1308
905
|
export declare const BatchPutGeofenceSuccessFilterSensitiveLog: (
|
|
1309
906
|
obj: BatchPutGeofenceSuccess
|
|
1310
907
|
) => any;
|
|
1311
|
-
|
|
1312
908
|
export declare const BatchPutGeofenceResponseFilterSensitiveLog: (
|
|
1313
909
|
obj: BatchPutGeofenceResponse
|
|
1314
910
|
) => any;
|
|
1315
|
-
|
|
1316
911
|
export declare const BatchUpdateDevicePositionRequestFilterSensitiveLog: (
|
|
1317
912
|
obj: BatchUpdateDevicePositionRequest
|
|
1318
913
|
) => any;
|
|
1319
|
-
|
|
1320
914
|
export declare const BatchUpdateDevicePositionErrorFilterSensitiveLog: (
|
|
1321
915
|
obj: BatchUpdateDevicePositionError
|
|
1322
916
|
) => any;
|
|
1323
|
-
|
|
1324
917
|
export declare const BatchUpdateDevicePositionResponseFilterSensitiveLog: (
|
|
1325
918
|
obj: BatchUpdateDevicePositionResponse
|
|
1326
919
|
) => any;
|
|
1327
|
-
|
|
1328
920
|
export declare const CalculateRouteCarModeOptionsFilterSensitiveLog: (
|
|
1329
921
|
obj: CalculateRouteCarModeOptions
|
|
1330
922
|
) => any;
|
|
1331
|
-
|
|
1332
923
|
export declare const TruckDimensionsFilterSensitiveLog: (
|
|
1333
924
|
obj: TruckDimensions
|
|
1334
925
|
) => any;
|
|
1335
|
-
|
|
1336
926
|
export declare const TruckWeightFilterSensitiveLog: (obj: TruckWeight) => any;
|
|
1337
|
-
|
|
1338
927
|
export declare const CalculateRouteTruckModeOptionsFilterSensitiveLog: (
|
|
1339
928
|
obj: CalculateRouteTruckModeOptions
|
|
1340
929
|
) => any;
|
|
1341
|
-
|
|
1342
930
|
export declare const CalculateRouteRequestFilterSensitiveLog: (
|
|
1343
931
|
obj: CalculateRouteRequest
|
|
1344
932
|
) => any;
|
|
1345
|
-
|
|
1346
933
|
export declare const LegGeometryFilterSensitiveLog: (obj: LegGeometry) => any;
|
|
1347
|
-
|
|
1348
934
|
export declare const StepFilterSensitiveLog: (obj: Step) => any;
|
|
1349
|
-
|
|
1350
935
|
export declare const LegFilterSensitiveLog: (obj: Leg) => any;
|
|
1351
|
-
|
|
1352
936
|
export declare const CalculateRouteSummaryFilterSensitiveLog: (
|
|
1353
937
|
obj: CalculateRouteSummary
|
|
1354
938
|
) => any;
|
|
1355
|
-
|
|
1356
939
|
export declare const CalculateRouteResponseFilterSensitiveLog: (
|
|
1357
940
|
obj: CalculateRouteResponse
|
|
1358
941
|
) => any;
|
|
1359
|
-
|
|
1360
942
|
export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (
|
|
1361
943
|
obj: CalculateRouteMatrixRequest
|
|
1362
944
|
) => any;
|
|
1363
|
-
|
|
1364
945
|
export declare const RouteMatrixEntryErrorFilterSensitiveLog: (
|
|
1365
946
|
obj: RouteMatrixEntryError
|
|
1366
947
|
) => any;
|
|
1367
|
-
|
|
1368
948
|
export declare const RouteMatrixEntryFilterSensitiveLog: (
|
|
1369
949
|
obj: RouteMatrixEntry
|
|
1370
950
|
) => any;
|
|
1371
|
-
|
|
1372
951
|
export declare const CalculateRouteMatrixSummaryFilterSensitiveLog: (
|
|
1373
952
|
obj: CalculateRouteMatrixSummary
|
|
1374
953
|
) => any;
|
|
1375
|
-
|
|
1376
954
|
export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (
|
|
1377
955
|
obj: CalculateRouteMatrixResponse
|
|
1378
956
|
) => any;
|
|
1379
|
-
|
|
1380
957
|
export declare const CreateGeofenceCollectionRequestFilterSensitiveLog: (
|
|
1381
958
|
obj: CreateGeofenceCollectionRequest
|
|
1382
959
|
) => any;
|
|
1383
|
-
|
|
1384
960
|
export declare const CreateGeofenceCollectionResponseFilterSensitiveLog: (
|
|
1385
961
|
obj: CreateGeofenceCollectionResponse
|
|
1386
962
|
) => any;
|
|
1387
|
-
|
|
1388
963
|
export declare const MapConfigurationFilterSensitiveLog: (
|
|
1389
964
|
obj: MapConfiguration
|
|
1390
965
|
) => any;
|
|
1391
|
-
|
|
1392
966
|
export declare const CreateMapRequestFilterSensitiveLog: (
|
|
1393
967
|
obj: CreateMapRequest
|
|
1394
968
|
) => any;
|
|
1395
|
-
|
|
1396
969
|
export declare const CreateMapResponseFilterSensitiveLog: (
|
|
1397
970
|
obj: CreateMapResponse
|
|
1398
971
|
) => any;
|
|
1399
|
-
|
|
1400
972
|
export declare const DataSourceConfigurationFilterSensitiveLog: (
|
|
1401
973
|
obj: DataSourceConfiguration
|
|
1402
974
|
) => any;
|
|
1403
|
-
|
|
1404
975
|
export declare const CreatePlaceIndexRequestFilterSensitiveLog: (
|
|
1405
976
|
obj: CreatePlaceIndexRequest
|
|
1406
977
|
) => any;
|
|
1407
|
-
|
|
1408
978
|
export declare const CreatePlaceIndexResponseFilterSensitiveLog: (
|
|
1409
979
|
obj: CreatePlaceIndexResponse
|
|
1410
980
|
) => any;
|
|
1411
|
-
|
|
1412
981
|
export declare const CreateRouteCalculatorRequestFilterSensitiveLog: (
|
|
1413
982
|
obj: CreateRouteCalculatorRequest
|
|
1414
983
|
) => any;
|
|
1415
|
-
|
|
1416
984
|
export declare const CreateRouteCalculatorResponseFilterSensitiveLog: (
|
|
1417
985
|
obj: CreateRouteCalculatorResponse
|
|
1418
986
|
) => any;
|
|
1419
|
-
|
|
1420
987
|
export declare const CreateTrackerRequestFilterSensitiveLog: (
|
|
1421
988
|
obj: CreateTrackerRequest
|
|
1422
989
|
) => any;
|
|
1423
|
-
|
|
1424
990
|
export declare const CreateTrackerResponseFilterSensitiveLog: (
|
|
1425
991
|
obj: CreateTrackerResponse
|
|
1426
992
|
) => any;
|
|
1427
|
-
|
|
1428
993
|
export declare const DeleteGeofenceCollectionRequestFilterSensitiveLog: (
|
|
1429
994
|
obj: DeleteGeofenceCollectionRequest
|
|
1430
995
|
) => any;
|
|
1431
|
-
|
|
1432
996
|
export declare const DeleteGeofenceCollectionResponseFilterSensitiveLog: (
|
|
1433
997
|
obj: DeleteGeofenceCollectionResponse
|
|
1434
998
|
) => any;
|
|
1435
|
-
|
|
1436
999
|
export declare const DeleteMapRequestFilterSensitiveLog: (
|
|
1437
1000
|
obj: DeleteMapRequest
|
|
1438
1001
|
) => any;
|
|
1439
|
-
|
|
1440
1002
|
export declare const DeleteMapResponseFilterSensitiveLog: (
|
|
1441
1003
|
obj: DeleteMapResponse
|
|
1442
1004
|
) => any;
|
|
1443
|
-
|
|
1444
1005
|
export declare const DeletePlaceIndexRequestFilterSensitiveLog: (
|
|
1445
1006
|
obj: DeletePlaceIndexRequest
|
|
1446
1007
|
) => any;
|
|
1447
|
-
|
|
1448
1008
|
export declare const DeletePlaceIndexResponseFilterSensitiveLog: (
|
|
1449
1009
|
obj: DeletePlaceIndexResponse
|
|
1450
1010
|
) => any;
|
|
1451
|
-
|
|
1452
1011
|
export declare const DeleteRouteCalculatorRequestFilterSensitiveLog: (
|
|
1453
1012
|
obj: DeleteRouteCalculatorRequest
|
|
1454
1013
|
) => any;
|
|
1455
|
-
|
|
1456
1014
|
export declare const DeleteRouteCalculatorResponseFilterSensitiveLog: (
|
|
1457
1015
|
obj: DeleteRouteCalculatorResponse
|
|
1458
1016
|
) => any;
|
|
1459
|
-
|
|
1460
1017
|
export declare const DeleteTrackerRequestFilterSensitiveLog: (
|
|
1461
1018
|
obj: DeleteTrackerRequest
|
|
1462
1019
|
) => any;
|
|
1463
|
-
|
|
1464
1020
|
export declare const DeleteTrackerResponseFilterSensitiveLog: (
|
|
1465
1021
|
obj: DeleteTrackerResponse
|
|
1466
1022
|
) => any;
|
|
1467
|
-
|
|
1468
1023
|
export declare const DescribeGeofenceCollectionRequestFilterSensitiveLog: (
|
|
1469
1024
|
obj: DescribeGeofenceCollectionRequest
|
|
1470
1025
|
) => any;
|
|
1471
|
-
|
|
1472
1026
|
export declare const DescribeGeofenceCollectionResponseFilterSensitiveLog: (
|
|
1473
1027
|
obj: DescribeGeofenceCollectionResponse
|
|
1474
1028
|
) => any;
|
|
1475
|
-
|
|
1476
1029
|
export declare const DescribeMapRequestFilterSensitiveLog: (
|
|
1477
1030
|
obj: DescribeMapRequest
|
|
1478
1031
|
) => any;
|
|
1479
|
-
|
|
1480
1032
|
export declare const DescribeMapResponseFilterSensitiveLog: (
|
|
1481
1033
|
obj: DescribeMapResponse
|
|
1482
1034
|
) => any;
|
|
1483
|
-
|
|
1484
1035
|
export declare const DescribePlaceIndexRequestFilterSensitiveLog: (
|
|
1485
1036
|
obj: DescribePlaceIndexRequest
|
|
1486
1037
|
) => any;
|
|
1487
|
-
|
|
1488
1038
|
export declare const DescribePlaceIndexResponseFilterSensitiveLog: (
|
|
1489
1039
|
obj: DescribePlaceIndexResponse
|
|
1490
1040
|
) => any;
|
|
1491
|
-
|
|
1492
1041
|
export declare const DescribeRouteCalculatorRequestFilterSensitiveLog: (
|
|
1493
1042
|
obj: DescribeRouteCalculatorRequest
|
|
1494
1043
|
) => any;
|
|
1495
|
-
|
|
1496
1044
|
export declare const DescribeRouteCalculatorResponseFilterSensitiveLog: (
|
|
1497
1045
|
obj: DescribeRouteCalculatorResponse
|
|
1498
1046
|
) => any;
|
|
1499
|
-
|
|
1500
1047
|
export declare const DescribeTrackerRequestFilterSensitiveLog: (
|
|
1501
1048
|
obj: DescribeTrackerRequest
|
|
1502
1049
|
) => any;
|
|
1503
|
-
|
|
1504
1050
|
export declare const DescribeTrackerResponseFilterSensitiveLog: (
|
|
1505
1051
|
obj: DescribeTrackerResponse
|
|
1506
1052
|
) => any;
|
|
1507
|
-
|
|
1508
1053
|
export declare const DisassociateTrackerConsumerRequestFilterSensitiveLog: (
|
|
1509
1054
|
obj: DisassociateTrackerConsumerRequest
|
|
1510
1055
|
) => any;
|
|
1511
|
-
|
|
1512
1056
|
export declare const DisassociateTrackerConsumerResponseFilterSensitiveLog: (
|
|
1513
1057
|
obj: DisassociateTrackerConsumerResponse
|
|
1514
1058
|
) => any;
|
|
1515
|
-
|
|
1516
1059
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1517
1060
|
obj: ListTagsForResourceRequest
|
|
1518
1061
|
) => any;
|
|
1519
|
-
|
|
1520
1062
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1521
1063
|
obj: ListTagsForResourceResponse
|
|
1522
1064
|
) => any;
|
|
1523
|
-
|
|
1524
1065
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1525
1066
|
obj: TagResourceRequest
|
|
1526
1067
|
) => any;
|
|
1527
|
-
|
|
1528
1068
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1529
1069
|
obj: TagResourceResponse
|
|
1530
1070
|
) => any;
|
|
1531
|
-
|
|
1532
1071
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1533
1072
|
obj: UntagResourceRequest
|
|
1534
1073
|
) => any;
|
|
1535
|
-
|
|
1536
1074
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1537
1075
|
obj: UntagResourceResponse
|
|
1538
1076
|
) => any;
|
|
1539
|
-
|
|
1540
1077
|
export declare const GetGeofenceRequestFilterSensitiveLog: (
|
|
1541
1078
|
obj: GetGeofenceRequest
|
|
1542
1079
|
) => any;
|
|
1543
|
-
|
|
1544
1080
|
export declare const GetGeofenceResponseFilterSensitiveLog: (
|
|
1545
1081
|
obj: GetGeofenceResponse
|
|
1546
1082
|
) => any;
|
|
1547
|
-
|
|
1548
1083
|
export declare const ListGeofenceCollectionsRequestFilterSensitiveLog: (
|
|
1549
1084
|
obj: ListGeofenceCollectionsRequest
|
|
1550
1085
|
) => any;
|
|
1551
|
-
|
|
1552
1086
|
export declare const ListGeofenceCollectionsResponseEntryFilterSensitiveLog: (
|
|
1553
1087
|
obj: ListGeofenceCollectionsResponseEntry
|
|
1554
1088
|
) => any;
|
|
1555
|
-
|
|
1556
1089
|
export declare const ListGeofenceCollectionsResponseFilterSensitiveLog: (
|
|
1557
1090
|
obj: ListGeofenceCollectionsResponse
|
|
1558
1091
|
) => any;
|
|
1559
|
-
|
|
1560
1092
|
export declare const ListGeofencesRequestFilterSensitiveLog: (
|
|
1561
1093
|
obj: ListGeofencesRequest
|
|
1562
1094
|
) => any;
|
|
1563
|
-
|
|
1564
1095
|
export declare const ListGeofenceResponseEntryFilterSensitiveLog: (
|
|
1565
1096
|
obj: ListGeofenceResponseEntry
|
|
1566
1097
|
) => any;
|
|
1567
|
-
|
|
1568
1098
|
export declare const ListGeofencesResponseFilterSensitiveLog: (
|
|
1569
1099
|
obj: ListGeofencesResponse
|
|
1570
1100
|
) => any;
|
|
1571
|
-
|
|
1572
1101
|
export declare const PutGeofenceRequestFilterSensitiveLog: (
|
|
1573
1102
|
obj: PutGeofenceRequest
|
|
1574
1103
|
) => any;
|
|
1575
|
-
|
|
1576
1104
|
export declare const PutGeofenceResponseFilterSensitiveLog: (
|
|
1577
1105
|
obj: PutGeofenceResponse
|
|
1578
1106
|
) => any;
|
|
1579
|
-
|
|
1580
1107
|
export declare const UpdateGeofenceCollectionRequestFilterSensitiveLog: (
|
|
1581
1108
|
obj: UpdateGeofenceCollectionRequest
|
|
1582
1109
|
) => any;
|
|
1583
|
-
|
|
1584
1110
|
export declare const UpdateGeofenceCollectionResponseFilterSensitiveLog: (
|
|
1585
1111
|
obj: UpdateGeofenceCollectionResponse
|
|
1586
1112
|
) => any;
|
|
1587
|
-
|
|
1588
1113
|
export declare const GetDevicePositionRequestFilterSensitiveLog: (
|
|
1589
1114
|
obj: GetDevicePositionRequest
|
|
1590
1115
|
) => any;
|
|
1591
|
-
|
|
1592
1116
|
export declare const GetDevicePositionResponseFilterSensitiveLog: (
|
|
1593
1117
|
obj: GetDevicePositionResponse
|
|
1594
1118
|
) => any;
|
|
1595
|
-
|
|
1596
1119
|
export declare const GetDevicePositionHistoryRequestFilterSensitiveLog: (
|
|
1597
1120
|
obj: GetDevicePositionHistoryRequest
|
|
1598
1121
|
) => any;
|
|
1599
|
-
|
|
1600
1122
|
export declare const GetDevicePositionHistoryResponseFilterSensitiveLog: (
|
|
1601
1123
|
obj: GetDevicePositionHistoryResponse
|
|
1602
1124
|
) => any;
|
|
1603
|
-
|
|
1604
1125
|
export declare const GetMapGlyphsRequestFilterSensitiveLog: (
|
|
1605
1126
|
obj: GetMapGlyphsRequest
|
|
1606
1127
|
) => any;
|
|
1607
|
-
|
|
1608
1128
|
export declare const GetMapGlyphsResponseFilterSensitiveLog: (
|
|
1609
1129
|
obj: GetMapGlyphsResponse
|
|
1610
1130
|
) => any;
|
|
1611
|
-
|
|
1612
1131
|
export declare const GetMapSpritesRequestFilterSensitiveLog: (
|
|
1613
1132
|
obj: GetMapSpritesRequest
|
|
1614
1133
|
) => any;
|
|
1615
|
-
|
|
1616
1134
|
export declare const GetMapSpritesResponseFilterSensitiveLog: (
|
|
1617
1135
|
obj: GetMapSpritesResponse
|
|
1618
1136
|
) => any;
|
|
1619
|
-
|
|
1620
1137
|
export declare const GetMapStyleDescriptorRequestFilterSensitiveLog: (
|
|
1621
1138
|
obj: GetMapStyleDescriptorRequest
|
|
1622
1139
|
) => any;
|
|
1623
|
-
|
|
1624
1140
|
export declare const GetMapStyleDescriptorResponseFilterSensitiveLog: (
|
|
1625
1141
|
obj: GetMapStyleDescriptorResponse
|
|
1626
1142
|
) => any;
|
|
1627
|
-
|
|
1628
1143
|
export declare const GetMapTileRequestFilterSensitiveLog: (
|
|
1629
1144
|
obj: GetMapTileRequest
|
|
1630
1145
|
) => any;
|
|
1631
|
-
|
|
1632
1146
|
export declare const GetMapTileResponseFilterSensitiveLog: (
|
|
1633
1147
|
obj: GetMapTileResponse
|
|
1634
1148
|
) => any;
|
|
1635
|
-
|
|
1636
1149
|
export declare const ListDevicePositionsRequestFilterSensitiveLog: (
|
|
1637
1150
|
obj: ListDevicePositionsRequest
|
|
1638
1151
|
) => any;
|
|
1639
|
-
|
|
1640
1152
|
export declare const ListDevicePositionsResponseEntryFilterSensitiveLog: (
|
|
1641
1153
|
obj: ListDevicePositionsResponseEntry
|
|
1642
1154
|
) => any;
|
|
1643
|
-
|
|
1644
1155
|
export declare const ListDevicePositionsResponseFilterSensitiveLog: (
|
|
1645
1156
|
obj: ListDevicePositionsResponse
|
|
1646
1157
|
) => any;
|
|
1647
|
-
|
|
1648
1158
|
export declare const ListMapsRequestFilterSensitiveLog: (
|
|
1649
1159
|
obj: ListMapsRequest
|
|
1650
1160
|
) => any;
|
|
1651
|
-
|
|
1652
1161
|
export declare const ListMapsResponseEntryFilterSensitiveLog: (
|
|
1653
1162
|
obj: ListMapsResponseEntry
|
|
1654
1163
|
) => any;
|
|
1655
|
-
|
|
1656
1164
|
export declare const ListMapsResponseFilterSensitiveLog: (
|
|
1657
1165
|
obj: ListMapsResponse
|
|
1658
1166
|
) => any;
|
|
1659
|
-
|
|
1660
1167
|
export declare const ListPlaceIndexesRequestFilterSensitiveLog: (
|
|
1661
1168
|
obj: ListPlaceIndexesRequest
|
|
1662
1169
|
) => any;
|
|
1663
|
-
|
|
1664
1170
|
export declare const ListPlaceIndexesResponseEntryFilterSensitiveLog: (
|
|
1665
1171
|
obj: ListPlaceIndexesResponseEntry
|
|
1666
1172
|
) => any;
|
|
1667
|
-
|
|
1668
1173
|
export declare const ListPlaceIndexesResponseFilterSensitiveLog: (
|
|
1669
1174
|
obj: ListPlaceIndexesResponse
|
|
1670
1175
|
) => any;
|
|
1671
|
-
|
|
1672
1176
|
export declare const ListRouteCalculatorsRequestFilterSensitiveLog: (
|
|
1673
1177
|
obj: ListRouteCalculatorsRequest
|
|
1674
1178
|
) => any;
|
|
1675
|
-
|
|
1676
1179
|
export declare const ListRouteCalculatorsResponseEntryFilterSensitiveLog: (
|
|
1677
1180
|
obj: ListRouteCalculatorsResponseEntry
|
|
1678
1181
|
) => any;
|
|
1679
|
-
|
|
1680
1182
|
export declare const ListRouteCalculatorsResponseFilterSensitiveLog: (
|
|
1681
1183
|
obj: ListRouteCalculatorsResponse
|
|
1682
1184
|
) => any;
|
|
1683
|
-
|
|
1684
1185
|
export declare const ListTrackerConsumersRequestFilterSensitiveLog: (
|
|
1685
1186
|
obj: ListTrackerConsumersRequest
|
|
1686
1187
|
) => any;
|
|
1687
|
-
|
|
1688
1188
|
export declare const ListTrackerConsumersResponseFilterSensitiveLog: (
|
|
1689
1189
|
obj: ListTrackerConsumersResponse
|
|
1690
1190
|
) => any;
|
|
1691
|
-
|
|
1692
1191
|
export declare const ListTrackersRequestFilterSensitiveLog: (
|
|
1693
1192
|
obj: ListTrackersRequest
|
|
1694
1193
|
) => any;
|
|
1695
|
-
|
|
1696
1194
|
export declare const ListTrackersResponseEntryFilterSensitiveLog: (
|
|
1697
1195
|
obj: ListTrackersResponseEntry
|
|
1698
1196
|
) => any;
|
|
1699
|
-
|
|
1700
1197
|
export declare const ListTrackersResponseFilterSensitiveLog: (
|
|
1701
1198
|
obj: ListTrackersResponse
|
|
1702
1199
|
) => any;
|
|
1703
|
-
|
|
1704
1200
|
export declare const UpdateMapRequestFilterSensitiveLog: (
|
|
1705
1201
|
obj: UpdateMapRequest
|
|
1706
1202
|
) => any;
|
|
1707
|
-
|
|
1708
1203
|
export declare const UpdateMapResponseFilterSensitiveLog: (
|
|
1709
1204
|
obj: UpdateMapResponse
|
|
1710
1205
|
) => any;
|
|
1711
|
-
|
|
1712
1206
|
export declare const SearchPlaceIndexForPositionRequestFilterSensitiveLog: (
|
|
1713
1207
|
obj: SearchPlaceIndexForPositionRequest
|
|
1714
1208
|
) => any;
|
|
1715
|
-
|
|
1716
1209
|
export declare const PlaceGeometryFilterSensitiveLog: (
|
|
1717
1210
|
obj: PlaceGeometry
|
|
1718
1211
|
) => any;
|
|
1719
|
-
|
|
1720
1212
|
export declare const TimeZoneFilterSensitiveLog: (obj: TimeZone) => any;
|
|
1721
|
-
|
|
1722
1213
|
export declare const PlaceFilterSensitiveLog: (obj: Place) => any;
|
|
1723
|
-
|
|
1724
1214
|
export declare const SearchForPositionResultFilterSensitiveLog: (
|
|
1725
1215
|
obj: SearchForPositionResult
|
|
1726
1216
|
) => any;
|
|
1727
|
-
|
|
1728
1217
|
export declare const SearchPlaceIndexForPositionSummaryFilterSensitiveLog: (
|
|
1729
1218
|
obj: SearchPlaceIndexForPositionSummary
|
|
1730
1219
|
) => any;
|
|
1731
|
-
|
|
1732
1220
|
export declare const SearchPlaceIndexForPositionResponseFilterSensitiveLog: (
|
|
1733
1221
|
obj: SearchPlaceIndexForPositionResponse
|
|
1734
1222
|
) => any;
|
|
1735
|
-
|
|
1736
1223
|
export declare const SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog: (
|
|
1737
1224
|
obj: SearchPlaceIndexForSuggestionsRequest
|
|
1738
1225
|
) => any;
|
|
1739
|
-
|
|
1740
1226
|
export declare const SearchForSuggestionsResultFilterSensitiveLog: (
|
|
1741
1227
|
obj: SearchForSuggestionsResult
|
|
1742
1228
|
) => any;
|
|
1743
|
-
|
|
1744
1229
|
export declare const SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog: (
|
|
1745
1230
|
obj: SearchPlaceIndexForSuggestionsSummary
|
|
1746
1231
|
) => any;
|
|
1747
|
-
|
|
1748
1232
|
export declare const SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog: (
|
|
1749
1233
|
obj: SearchPlaceIndexForSuggestionsResponse
|
|
1750
1234
|
) => any;
|
|
1751
|
-
|
|
1752
1235
|
export declare const SearchPlaceIndexForTextRequestFilterSensitiveLog: (
|
|
1753
1236
|
obj: SearchPlaceIndexForTextRequest
|
|
1754
1237
|
) => any;
|
|
1755
|
-
|
|
1756
1238
|
export declare const SearchForTextResultFilterSensitiveLog: (
|
|
1757
1239
|
obj: SearchForTextResult
|
|
1758
1240
|
) => any;
|
|
1759
|
-
|
|
1760
1241
|
export declare const SearchPlaceIndexForTextSummaryFilterSensitiveLog: (
|
|
1761
1242
|
obj: SearchPlaceIndexForTextSummary
|
|
1762
1243
|
) => any;
|
|
1763
|
-
|
|
1764
1244
|
export declare const SearchPlaceIndexForTextResponseFilterSensitiveLog: (
|
|
1765
1245
|
obj: SearchPlaceIndexForTextResponse
|
|
1766
1246
|
) => any;
|
|
1767
|
-
|
|
1768
1247
|
export declare const UpdatePlaceIndexRequestFilterSensitiveLog: (
|
|
1769
1248
|
obj: UpdatePlaceIndexRequest
|
|
1770
1249
|
) => any;
|
|
1771
|
-
|
|
1772
1250
|
export declare const UpdatePlaceIndexResponseFilterSensitiveLog: (
|
|
1773
1251
|
obj: UpdatePlaceIndexResponse
|
|
1774
1252
|
) => any;
|
|
1775
|
-
|
|
1776
1253
|
export declare const UpdateRouteCalculatorRequestFilterSensitiveLog: (
|
|
1777
1254
|
obj: UpdateRouteCalculatorRequest
|
|
1778
1255
|
) => any;
|
|
1779
|
-
|
|
1780
1256
|
export declare const UpdateRouteCalculatorResponseFilterSensitiveLog: (
|
|
1781
1257
|
obj: UpdateRouteCalculatorResponse
|
|
1782
1258
|
) => any;
|
|
1783
|
-
|
|
1784
1259
|
export declare const UpdateTrackerRequestFilterSensitiveLog: (
|
|
1785
1260
|
obj: UpdateTrackerRequest
|
|
1786
1261
|
) => any;
|
|
1787
|
-
|
|
1788
1262
|
export declare const UpdateTrackerResponseFilterSensitiveLog: (
|
|
1789
1263
|
obj: UpdateTrackerResponse
|
|
1790
1264
|
) => any;
|