@aws-sdk/client-location 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +2 -2
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +2 -2
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +2 -2
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +2 -2
- package/dist-cjs/commands/CalculateRouteCommand.js +2 -2
- package/dist-cjs/commands/CalculateRouteMatrixCommand.js +2 -2
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +2 -2
- package/dist-cjs/commands/CreateMapCommand.js +2 -2
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +2 -2
- package/dist-cjs/commands/CreateTrackerCommand.js +2 -2
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteMapCommand.js +2 -2
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrackerCommand.js +2 -2
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +2 -2
- package/dist-cjs/commands/DescribeMapCommand.js +2 -2
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +2 -2
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrackerCommand.js +2 -2
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePositionCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +2 -2
- package/dist-cjs/commands/GetGeofenceCommand.js +2 -2
- package/dist-cjs/commands/GetMapGlyphsCommand.js +2 -2
- package/dist-cjs/commands/GetMapSpritesCommand.js +2 -2
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +2 -2
- package/dist-cjs/commands/GetMapTileCommand.js +2 -2
- package/dist-cjs/commands/ListDevicePositionsCommand.js +2 -2
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +2 -2
- package/dist-cjs/commands/ListGeofencesCommand.js +2 -2
- package/dist-cjs/commands/ListMapsCommand.js +2 -2
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +2 -2
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +2 -2
- package/dist-cjs/commands/ListTrackersCommand.js +2 -2
- package/dist-cjs/commands/PutGeofenceCommand.js +2 -2
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +2 -2
- package/dist-cjs/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -2
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateMapCommand.js +2 -2
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrackerCommand.js +2 -2
- package/dist-cjs/models/models_0.js +659 -955
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +3 -3
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +3 -3
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +3 -3
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +3 -3
- package/dist-es/commands/BatchGetDevicePositionCommand.js +3 -3
- package/dist-es/commands/BatchPutGeofenceCommand.js +3 -3
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +3 -3
- package/dist-es/commands/CalculateRouteCommand.js +3 -3
- package/dist-es/commands/CalculateRouteMatrixCommand.js +3 -3
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +3 -3
- package/dist-es/commands/CreateMapCommand.js +3 -3
- package/dist-es/commands/CreatePlaceIndexCommand.js +3 -3
- package/dist-es/commands/CreateRouteCalculatorCommand.js +3 -3
- package/dist-es/commands/CreateTrackerCommand.js +3 -3
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +3 -3
- package/dist-es/commands/DeleteMapCommand.js +3 -3
- package/dist-es/commands/DeletePlaceIndexCommand.js +3 -3
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +3 -3
- package/dist-es/commands/DeleteTrackerCommand.js +3 -3
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +3 -3
- package/dist-es/commands/DescribeMapCommand.js +3 -3
- package/dist-es/commands/DescribePlaceIndexCommand.js +3 -3
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +3 -3
- package/dist-es/commands/DescribeTrackerCommand.js +3 -3
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +3 -3
- package/dist-es/commands/GetDevicePositionCommand.js +3 -3
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +3 -3
- package/dist-es/commands/GetGeofenceCommand.js +3 -3
- package/dist-es/commands/GetMapGlyphsCommand.js +3 -3
- package/dist-es/commands/GetMapSpritesCommand.js +3 -3
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +3 -3
- package/dist-es/commands/GetMapTileCommand.js +3 -3
- package/dist-es/commands/ListDevicePositionsCommand.js +3 -3
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +3 -3
- package/dist-es/commands/ListGeofencesCommand.js +3 -3
- package/dist-es/commands/ListMapsCommand.js +3 -3
- package/dist-es/commands/ListPlaceIndexesCommand.js +3 -3
- package/dist-es/commands/ListRouteCalculatorsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTrackerConsumersCommand.js +3 -3
- package/dist-es/commands/ListTrackersCommand.js +3 -3
- package/dist-es/commands/PutGeofenceCommand.js +3 -3
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +3 -3
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +3 -3
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +3 -3
- package/dist-es/commands/UpdateMapCommand.js +3 -3
- package/dist-es/commands/UpdatePlaceIndexCommand.js +3 -3
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +3 -3
- package/dist-es/commands/UpdateTrackerCommand.js +3 -3
- package/dist-es/models/models_0.js +153 -596
- package/dist-types/models/models_0.d.ts +588 -882
- package/dist-types/ts3.4/models/models_0.d.ts +294 -588
- package/package.json +6 -6
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.CalculateRouteMatrixResponseFilterSensitiveLog = exports.CalculateRouteMatrixSummaryFilterSensitiveLog = exports.RouteMatrixEntryFilterSensitiveLog = exports.RouteMatrixEntryErrorFilterSensitiveLog = exports.CalculateRouteMatrixRequestFilterSensitiveLog = exports.CalculateRouteResponseFilterSensitiveLog = exports.CalculateRouteSummaryFilterSensitiveLog = exports.LegFilterSensitiveLog = exports.StepFilterSensitiveLog = exports.LegGeometryFilterSensitiveLog = exports.CalculateRouteRequestFilterSensitiveLog = exports.CalculateRouteTruckModeOptionsFilterSensitiveLog = exports.TruckWeightFilterSensitiveLog = exports.TruckDimensionsFilterSensitiveLog = exports.CalculateRouteCarModeOptionsFilterSensitiveLog = exports.BatchUpdateDevicePositionResponseFilterSensitiveLog = exports.BatchUpdateDevicePositionErrorFilterSensitiveLog = exports.BatchUpdateDevicePositionRequestFilterSensitiveLog = exports.BatchPutGeofenceResponseFilterSensitiveLog = exports.BatchPutGeofenceSuccessFilterSensitiveLog = exports.BatchPutGeofenceErrorFilterSensitiveLog = exports.BatchPutGeofenceRequestFilterSensitiveLog = exports.BatchPutGeofenceRequestEntryFilterSensitiveLog = exports.GeofenceGeometryFilterSensitiveLog = exports.BatchGetDevicePositionResponseFilterSensitiveLog = exports.BatchGetDevicePositionErrorFilterSensitiveLog = exports.DevicePositionFilterSensitiveLog = exports.BatchGetDevicePositionRequestFilterSensitiveLog = exports.BatchEvaluateGeofencesResponseFilterSensitiveLog = exports.BatchEvaluateGeofencesErrorFilterSensitiveLog = exports.BatchEvaluateGeofencesRequestFilterSensitiveLog = exports.DevicePositionUpdateFilterSensitiveLog = exports.PositionalAccuracyFilterSensitiveLog = exports.BatchDeleteGeofenceResponseFilterSensitiveLog = exports.BatchDeleteGeofenceErrorFilterSensitiveLog = exports.BatchDeleteGeofenceRequestFilterSensitiveLog = exports.BatchDeleteDevicePositionHistoryResponseFilterSensitiveLog = exports.BatchDeleteDevicePositionHistoryErrorFilterSensitiveLog = exports.BatchItemErrorFilterSensitiveLog = exports.BatchDeleteDevicePositionHistoryRequestFilterSensitiveLog = exports.ValidationExceptionFieldFilterSensitiveLog = exports.AssociateTrackerConsumerResponseFilterSensitiveLog = exports.AssociateTrackerConsumerRequestFilterSensitiveLog = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.PutGeofenceResponseFilterSensitiveLog = exports.PutGeofenceRequestFilterSensitiveLog = exports.ListGeofencesResponseFilterSensitiveLog = exports.ListGeofenceResponseEntryFilterSensitiveLog = exports.ListGeofencesRequestFilterSensitiveLog = exports.ListGeofenceCollectionsResponseFilterSensitiveLog = exports.ListGeofenceCollectionsResponseEntryFilterSensitiveLog = exports.ListGeofenceCollectionsRequestFilterSensitiveLog = exports.GetGeofenceResponseFilterSensitiveLog = exports.GetGeofenceRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.DisassociateTrackerConsumerResponseFilterSensitiveLog = exports.DisassociateTrackerConsumerRequestFilterSensitiveLog = exports.DescribeTrackerResponseFilterSensitiveLog = exports.DescribeTrackerRequestFilterSensitiveLog = exports.DescribeRouteCalculatorResponseFilterSensitiveLog = exports.DescribeRouteCalculatorRequestFilterSensitiveLog = exports.DescribePlaceIndexResponseFilterSensitiveLog = exports.DescribePlaceIndexRequestFilterSensitiveLog = exports.DescribeMapResponseFilterSensitiveLog = exports.DescribeMapRequestFilterSensitiveLog = exports.DescribeGeofenceCollectionResponseFilterSensitiveLog = exports.DescribeGeofenceCollectionRequestFilterSensitiveLog = exports.DeleteTrackerResponseFilterSensitiveLog = exports.DeleteTrackerRequestFilterSensitiveLog = exports.DeleteRouteCalculatorResponseFilterSensitiveLog = exports.DeleteRouteCalculatorRequestFilterSensitiveLog = exports.DeletePlaceIndexResponseFilterSensitiveLog = exports.DeletePlaceIndexRequestFilterSensitiveLog = exports.DeleteMapResponseFilterSensitiveLog = exports.DeleteMapRequestFilterSensitiveLog = exports.DeleteGeofenceCollectionResponseFilterSensitiveLog = exports.DeleteGeofenceCollectionRequestFilterSensitiveLog = exports.CreateTrackerResponseFilterSensitiveLog = exports.CreateTrackerRequestFilterSensitiveLog = exports.CreateRouteCalculatorResponseFilterSensitiveLog = exports.CreateRouteCalculatorRequestFilterSensitiveLog = exports.CreatePlaceIndexResponseFilterSensitiveLog = exports.CreatePlaceIndexRequestFilterSensitiveLog = exports.DataSourceConfigurationFilterSensitiveLog = exports.CreateMapResponseFilterSensitiveLog = exports.CreateMapRequestFilterSensitiveLog = exports.MapConfigurationFilterSensitiveLog = exports.CreateGeofenceCollectionResponseFilterSensitiveLog = exports.CreateGeofenceCollectionRequestFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UpdatePlaceIndexResponseFilterSensitiveLog = exports.UpdatePlaceIndexRequestFilterSensitiveLog = exports.SearchPlaceIndexForTextResponseFilterSensitiveLog = exports.SearchPlaceIndexForTextSummaryFilterSensitiveLog = exports.SearchForTextResultFilterSensitiveLog = exports.SearchPlaceIndexForTextRequestFilterSensitiveLog = exports.SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog = exports.SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog = exports.SearchForSuggestionsResultFilterSensitiveLog = exports.SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog = exports.SearchPlaceIndexForPositionResponseFilterSensitiveLog = exports.SearchPlaceIndexForPositionSummaryFilterSensitiveLog = exports.SearchForPositionResultFilterSensitiveLog = exports.PlaceFilterSensitiveLog = exports.TimeZoneFilterSensitiveLog = exports.PlaceGeometryFilterSensitiveLog = exports.SearchPlaceIndexForPositionRequestFilterSensitiveLog = exports.UpdateMapResponseFilterSensitiveLog = exports.UpdateMapRequestFilterSensitiveLog = exports.ListTrackersResponseFilterSensitiveLog = exports.ListTrackersResponseEntryFilterSensitiveLog = exports.ListTrackersRequestFilterSensitiveLog = exports.ListTrackerConsumersResponseFilterSensitiveLog = exports.ListTrackerConsumersRequestFilterSensitiveLog = exports.ListRouteCalculatorsResponseFilterSensitiveLog = exports.ListRouteCalculatorsResponseEntryFilterSensitiveLog = exports.ListRouteCalculatorsRequestFilterSensitiveLog = exports.ListPlaceIndexesResponseFilterSensitiveLog = exports.ListPlaceIndexesResponseEntryFilterSensitiveLog = exports.ListPlaceIndexesRequestFilterSensitiveLog = exports.ListMapsResponseFilterSensitiveLog = exports.ListMapsResponseEntryFilterSensitiveLog = exports.ListMapsRequestFilterSensitiveLog = exports.ListDevicePositionsResponseFilterSensitiveLog = exports.ListDevicePositionsResponseEntryFilterSensitiveLog = exports.ListDevicePositionsRequestFilterSensitiveLog = exports.GetMapTileResponseFilterSensitiveLog = exports.GetMapTileRequestFilterSensitiveLog = exports.GetMapStyleDescriptorResponseFilterSensitiveLog = exports.GetMapStyleDescriptorRequestFilterSensitiveLog = exports.GetMapSpritesResponseFilterSensitiveLog = exports.GetMapSpritesRequestFilterSensitiveLog = exports.GetMapGlyphsResponseFilterSensitiveLog = exports.GetMapGlyphsRequestFilterSensitiveLog = exports.GetDevicePositionHistoryResponseFilterSensitiveLog = exports.GetDevicePositionHistoryRequestFilterSensitiveLog = exports.GetDevicePositionResponseFilterSensitiveLog = exports.GetDevicePositionRequestFilterSensitiveLog = exports.UpdateGeofenceCollectionResponseFilterSensitiveLog = exports.UpdateGeofenceCollectionRequestFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateTrackerResponseFilterSensitiveLog = exports.UpdateTrackerRequestFilterSensitiveLog = exports.UpdateRouteCalculatorResponseFilterSensitiveLog = exports.UpdateRouteCalculatorRequestFilterSensitiveLog = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
const LocationServiceException_1 = require("./LocationServiceException");
|
|
9
9
|
class AccessDeniedException extends LocationServiceException_1.LocationServiceException {
|
|
@@ -20,18 +20,6 @@ class AccessDeniedException extends LocationServiceException_1.LocationServiceEx
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
exports.AccessDeniedException = AccessDeniedException;
|
|
23
|
-
var AssociateTrackerConsumerRequest;
|
|
24
|
-
(function (AssociateTrackerConsumerRequest) {
|
|
25
|
-
AssociateTrackerConsumerRequest.filterSensitiveLog = (obj) => ({
|
|
26
|
-
...obj,
|
|
27
|
-
});
|
|
28
|
-
})(AssociateTrackerConsumerRequest = exports.AssociateTrackerConsumerRequest || (exports.AssociateTrackerConsumerRequest = {}));
|
|
29
|
-
var AssociateTrackerConsumerResponse;
|
|
30
|
-
(function (AssociateTrackerConsumerResponse) {
|
|
31
|
-
AssociateTrackerConsumerResponse.filterSensitiveLog = (obj) => ({
|
|
32
|
-
...obj,
|
|
33
|
-
});
|
|
34
|
-
})(AssociateTrackerConsumerResponse = exports.AssociateTrackerConsumerResponse || (exports.AssociateTrackerConsumerResponse = {}));
|
|
35
23
|
class ConflictException extends LocationServiceException_1.LocationServiceException {
|
|
36
24
|
constructor(opts) {
|
|
37
25
|
super({
|
|
@@ -104,12 +92,6 @@ class ThrottlingException extends LocationServiceException_1.LocationServiceExce
|
|
|
104
92
|
}
|
|
105
93
|
}
|
|
106
94
|
exports.ThrottlingException = ThrottlingException;
|
|
107
|
-
var ValidationExceptionField;
|
|
108
|
-
(function (ValidationExceptionField) {
|
|
109
|
-
ValidationExceptionField.filterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
})(ValidationExceptionField = exports.ValidationExceptionField || (exports.ValidationExceptionField = {}));
|
|
113
95
|
class ValidationException extends LocationServiceException_1.LocationServiceException {
|
|
114
96
|
constructor(opts) {
|
|
115
97
|
super({
|
|
@@ -126,936 +108,658 @@ class ValidationException extends LocationServiceException_1.LocationServiceExce
|
|
|
126
108
|
}
|
|
127
109
|
}
|
|
128
110
|
exports.ValidationException = ValidationException;
|
|
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
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
(
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
(
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
})
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
(
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
})
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
})
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
(
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
})
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
})
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
})
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
})
|
|
525
|
-
})
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
(
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
})
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
})
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
})
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
})
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
})
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
(
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
(
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
})
|
|
703
|
-
})
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
})
|
|
709
|
-
})
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
})
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
(
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
(
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
})
|
|
744
|
-
})
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
})
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
})
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
})
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
...obj,
|
|
785
|
-
});
|
|
786
|
-
})(GetMapTileRequest = exports.GetMapTileRequest || (exports.GetMapTileRequest = {}));
|
|
787
|
-
var GetMapTileResponse;
|
|
788
|
-
(function (GetMapTileResponse) {
|
|
789
|
-
GetMapTileResponse.filterSensitiveLog = (obj) => ({
|
|
790
|
-
...obj,
|
|
791
|
-
});
|
|
792
|
-
})(GetMapTileResponse = exports.GetMapTileResponse || (exports.GetMapTileResponse = {}));
|
|
793
|
-
var ListDevicePositionsRequest;
|
|
794
|
-
(function (ListDevicePositionsRequest) {
|
|
795
|
-
ListDevicePositionsRequest.filterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
});
|
|
798
|
-
})(ListDevicePositionsRequest = exports.ListDevicePositionsRequest || (exports.ListDevicePositionsRequest = {}));
|
|
799
|
-
var ListDevicePositionsResponseEntry;
|
|
800
|
-
(function (ListDevicePositionsResponseEntry) {
|
|
801
|
-
ListDevicePositionsResponseEntry.filterSensitiveLog = (obj) => ({
|
|
802
|
-
...obj,
|
|
803
|
-
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
804
|
-
...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
|
|
805
|
-
});
|
|
806
|
-
})(ListDevicePositionsResponseEntry = exports.ListDevicePositionsResponseEntry || (exports.ListDevicePositionsResponseEntry = {}));
|
|
807
|
-
var ListDevicePositionsResponse;
|
|
808
|
-
(function (ListDevicePositionsResponse) {
|
|
809
|
-
ListDevicePositionsResponse.filterSensitiveLog = (obj) => ({
|
|
810
|
-
...obj,
|
|
811
|
-
...(obj.Entries && {
|
|
812
|
-
Entries: obj.Entries.map((item) => ListDevicePositionsResponseEntry.filterSensitiveLog(item)),
|
|
813
|
-
}),
|
|
814
|
-
});
|
|
815
|
-
})(ListDevicePositionsResponse = exports.ListDevicePositionsResponse || (exports.ListDevicePositionsResponse = {}));
|
|
816
|
-
var ListMapsRequest;
|
|
817
|
-
(function (ListMapsRequest) {
|
|
818
|
-
ListMapsRequest.filterSensitiveLog = (obj) => ({
|
|
819
|
-
...obj,
|
|
820
|
-
});
|
|
821
|
-
})(ListMapsRequest = exports.ListMapsRequest || (exports.ListMapsRequest = {}));
|
|
822
|
-
var ListMapsResponseEntry;
|
|
823
|
-
(function (ListMapsResponseEntry) {
|
|
824
|
-
ListMapsResponseEntry.filterSensitiveLog = (obj) => ({
|
|
825
|
-
...obj,
|
|
826
|
-
});
|
|
827
|
-
})(ListMapsResponseEntry = exports.ListMapsResponseEntry || (exports.ListMapsResponseEntry = {}));
|
|
828
|
-
var ListMapsResponse;
|
|
829
|
-
(function (ListMapsResponse) {
|
|
830
|
-
ListMapsResponse.filterSensitiveLog = (obj) => ({
|
|
831
|
-
...obj,
|
|
832
|
-
});
|
|
833
|
-
})(ListMapsResponse = exports.ListMapsResponse || (exports.ListMapsResponse = {}));
|
|
834
|
-
var ListPlaceIndexesRequest;
|
|
835
|
-
(function (ListPlaceIndexesRequest) {
|
|
836
|
-
ListPlaceIndexesRequest.filterSensitiveLog = (obj) => ({
|
|
837
|
-
...obj,
|
|
838
|
-
});
|
|
839
|
-
})(ListPlaceIndexesRequest = exports.ListPlaceIndexesRequest || (exports.ListPlaceIndexesRequest = {}));
|
|
840
|
-
var ListPlaceIndexesResponseEntry;
|
|
841
|
-
(function (ListPlaceIndexesResponseEntry) {
|
|
842
|
-
ListPlaceIndexesResponseEntry.filterSensitiveLog = (obj) => ({
|
|
843
|
-
...obj,
|
|
844
|
-
});
|
|
845
|
-
})(ListPlaceIndexesResponseEntry = exports.ListPlaceIndexesResponseEntry || (exports.ListPlaceIndexesResponseEntry = {}));
|
|
846
|
-
var ListPlaceIndexesResponse;
|
|
847
|
-
(function (ListPlaceIndexesResponse) {
|
|
848
|
-
ListPlaceIndexesResponse.filterSensitiveLog = (obj) => ({
|
|
849
|
-
...obj,
|
|
850
|
-
});
|
|
851
|
-
})(ListPlaceIndexesResponse = exports.ListPlaceIndexesResponse || (exports.ListPlaceIndexesResponse = {}));
|
|
852
|
-
var ListRouteCalculatorsRequest;
|
|
853
|
-
(function (ListRouteCalculatorsRequest) {
|
|
854
|
-
ListRouteCalculatorsRequest.filterSensitiveLog = (obj) => ({
|
|
855
|
-
...obj,
|
|
856
|
-
});
|
|
857
|
-
})(ListRouteCalculatorsRequest = exports.ListRouteCalculatorsRequest || (exports.ListRouteCalculatorsRequest = {}));
|
|
858
|
-
var ListRouteCalculatorsResponseEntry;
|
|
859
|
-
(function (ListRouteCalculatorsResponseEntry) {
|
|
860
|
-
ListRouteCalculatorsResponseEntry.filterSensitiveLog = (obj) => ({
|
|
861
|
-
...obj,
|
|
862
|
-
});
|
|
863
|
-
})(ListRouteCalculatorsResponseEntry = exports.ListRouteCalculatorsResponseEntry || (exports.ListRouteCalculatorsResponseEntry = {}));
|
|
864
|
-
var ListRouteCalculatorsResponse;
|
|
865
|
-
(function (ListRouteCalculatorsResponse) {
|
|
866
|
-
ListRouteCalculatorsResponse.filterSensitiveLog = (obj) => ({
|
|
867
|
-
...obj,
|
|
868
|
-
});
|
|
869
|
-
})(ListRouteCalculatorsResponse = exports.ListRouteCalculatorsResponse || (exports.ListRouteCalculatorsResponse = {}));
|
|
870
|
-
var ListTrackerConsumersRequest;
|
|
871
|
-
(function (ListTrackerConsumersRequest) {
|
|
872
|
-
ListTrackerConsumersRequest.filterSensitiveLog = (obj) => ({
|
|
873
|
-
...obj,
|
|
874
|
-
});
|
|
875
|
-
})(ListTrackerConsumersRequest = exports.ListTrackerConsumersRequest || (exports.ListTrackerConsumersRequest = {}));
|
|
876
|
-
var ListTrackerConsumersResponse;
|
|
877
|
-
(function (ListTrackerConsumersResponse) {
|
|
878
|
-
ListTrackerConsumersResponse.filterSensitiveLog = (obj) => ({
|
|
879
|
-
...obj,
|
|
880
|
-
});
|
|
881
|
-
})(ListTrackerConsumersResponse = exports.ListTrackerConsumersResponse || (exports.ListTrackerConsumersResponse = {}));
|
|
882
|
-
var ListTrackersRequest;
|
|
883
|
-
(function (ListTrackersRequest) {
|
|
884
|
-
ListTrackersRequest.filterSensitiveLog = (obj) => ({
|
|
885
|
-
...obj,
|
|
886
|
-
});
|
|
887
|
-
})(ListTrackersRequest = exports.ListTrackersRequest || (exports.ListTrackersRequest = {}));
|
|
888
|
-
var ListTrackersResponseEntry;
|
|
889
|
-
(function (ListTrackersResponseEntry) {
|
|
890
|
-
ListTrackersResponseEntry.filterSensitiveLog = (obj) => ({
|
|
891
|
-
...obj,
|
|
892
|
-
});
|
|
893
|
-
})(ListTrackersResponseEntry = exports.ListTrackersResponseEntry || (exports.ListTrackersResponseEntry = {}));
|
|
894
|
-
var ListTrackersResponse;
|
|
895
|
-
(function (ListTrackersResponse) {
|
|
896
|
-
ListTrackersResponse.filterSensitiveLog = (obj) => ({
|
|
897
|
-
...obj,
|
|
898
|
-
});
|
|
899
|
-
})(ListTrackersResponse = exports.ListTrackersResponse || (exports.ListTrackersResponse = {}));
|
|
900
|
-
var UpdateMapRequest;
|
|
901
|
-
(function (UpdateMapRequest) {
|
|
902
|
-
UpdateMapRequest.filterSensitiveLog = (obj) => ({
|
|
903
|
-
...obj,
|
|
904
|
-
});
|
|
905
|
-
})(UpdateMapRequest = exports.UpdateMapRequest || (exports.UpdateMapRequest = {}));
|
|
906
|
-
var UpdateMapResponse;
|
|
907
|
-
(function (UpdateMapResponse) {
|
|
908
|
-
UpdateMapResponse.filterSensitiveLog = (obj) => ({
|
|
909
|
-
...obj,
|
|
910
|
-
});
|
|
911
|
-
})(UpdateMapResponse = exports.UpdateMapResponse || (exports.UpdateMapResponse = {}));
|
|
912
|
-
var SearchPlaceIndexForPositionRequest;
|
|
913
|
-
(function (SearchPlaceIndexForPositionRequest) {
|
|
914
|
-
SearchPlaceIndexForPositionRequest.filterSensitiveLog = (obj) => ({
|
|
915
|
-
...obj,
|
|
916
|
-
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
917
|
-
});
|
|
918
|
-
})(SearchPlaceIndexForPositionRequest = exports.SearchPlaceIndexForPositionRequest || (exports.SearchPlaceIndexForPositionRequest = {}));
|
|
919
|
-
var PlaceGeometry;
|
|
920
|
-
(function (PlaceGeometry) {
|
|
921
|
-
PlaceGeometry.filterSensitiveLog = (obj) => ({
|
|
922
|
-
...obj,
|
|
923
|
-
...(obj.Point && { Point: smithy_client_1.SENSITIVE_STRING }),
|
|
924
|
-
});
|
|
925
|
-
})(PlaceGeometry = exports.PlaceGeometry || (exports.PlaceGeometry = {}));
|
|
926
|
-
var TimeZone;
|
|
927
|
-
(function (TimeZone) {
|
|
928
|
-
TimeZone.filterSensitiveLog = (obj) => ({
|
|
929
|
-
...obj,
|
|
930
|
-
});
|
|
931
|
-
})(TimeZone = exports.TimeZone || (exports.TimeZone = {}));
|
|
932
|
-
var Place;
|
|
933
|
-
(function (Place) {
|
|
934
|
-
Place.filterSensitiveLog = (obj) => ({
|
|
935
|
-
...obj,
|
|
936
|
-
...(obj.Geometry && { Geometry: PlaceGeometry.filterSensitiveLog(obj.Geometry) }),
|
|
937
|
-
});
|
|
938
|
-
})(Place = exports.Place || (exports.Place = {}));
|
|
939
|
-
var SearchForPositionResult;
|
|
940
|
-
(function (SearchForPositionResult) {
|
|
941
|
-
SearchForPositionResult.filterSensitiveLog = (obj) => ({
|
|
942
|
-
...obj,
|
|
943
|
-
...(obj.Place && { Place: Place.filterSensitiveLog(obj.Place) }),
|
|
944
|
-
});
|
|
945
|
-
})(SearchForPositionResult = exports.SearchForPositionResult || (exports.SearchForPositionResult = {}));
|
|
946
|
-
var SearchPlaceIndexForPositionSummary;
|
|
947
|
-
(function (SearchPlaceIndexForPositionSummary) {
|
|
948
|
-
SearchPlaceIndexForPositionSummary.filterSensitiveLog = (obj) => ({
|
|
949
|
-
...obj,
|
|
950
|
-
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
951
|
-
});
|
|
952
|
-
})(SearchPlaceIndexForPositionSummary = exports.SearchPlaceIndexForPositionSummary || (exports.SearchPlaceIndexForPositionSummary = {}));
|
|
953
|
-
var SearchPlaceIndexForPositionResponse;
|
|
954
|
-
(function (SearchPlaceIndexForPositionResponse) {
|
|
955
|
-
SearchPlaceIndexForPositionResponse.filterSensitiveLog = (obj) => ({
|
|
956
|
-
...obj,
|
|
957
|
-
...(obj.Summary && { Summary: SearchPlaceIndexForPositionSummary.filterSensitiveLog(obj.Summary) }),
|
|
958
|
-
...(obj.Results && { Results: obj.Results.map((item) => SearchForPositionResult.filterSensitiveLog(item)) }),
|
|
959
|
-
});
|
|
960
|
-
})(SearchPlaceIndexForPositionResponse = exports.SearchPlaceIndexForPositionResponse || (exports.SearchPlaceIndexForPositionResponse = {}));
|
|
961
|
-
var SearchPlaceIndexForSuggestionsRequest;
|
|
962
|
-
(function (SearchPlaceIndexForSuggestionsRequest) {
|
|
963
|
-
SearchPlaceIndexForSuggestionsRequest.filterSensitiveLog = (obj) => ({
|
|
964
|
-
...obj,
|
|
965
|
-
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
966
|
-
...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
967
|
-
...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
968
|
-
});
|
|
969
|
-
})(SearchPlaceIndexForSuggestionsRequest = exports.SearchPlaceIndexForSuggestionsRequest || (exports.SearchPlaceIndexForSuggestionsRequest = {}));
|
|
970
|
-
var SearchForSuggestionsResult;
|
|
971
|
-
(function (SearchForSuggestionsResult) {
|
|
972
|
-
SearchForSuggestionsResult.filterSensitiveLog = (obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
});
|
|
975
|
-
})(SearchForSuggestionsResult = exports.SearchForSuggestionsResult || (exports.SearchForSuggestionsResult = {}));
|
|
976
|
-
var SearchPlaceIndexForSuggestionsSummary;
|
|
977
|
-
(function (SearchPlaceIndexForSuggestionsSummary) {
|
|
978
|
-
SearchPlaceIndexForSuggestionsSummary.filterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
981
|
-
...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
982
|
-
...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
983
|
-
});
|
|
984
|
-
})(SearchPlaceIndexForSuggestionsSummary = exports.SearchPlaceIndexForSuggestionsSummary || (exports.SearchPlaceIndexForSuggestionsSummary = {}));
|
|
985
|
-
var SearchPlaceIndexForSuggestionsResponse;
|
|
986
|
-
(function (SearchPlaceIndexForSuggestionsResponse) {
|
|
987
|
-
SearchPlaceIndexForSuggestionsResponse.filterSensitiveLog = (obj) => ({
|
|
988
|
-
...obj,
|
|
989
|
-
...(obj.Summary && { Summary: SearchPlaceIndexForSuggestionsSummary.filterSensitiveLog(obj.Summary) }),
|
|
990
|
-
});
|
|
991
|
-
})(SearchPlaceIndexForSuggestionsResponse = exports.SearchPlaceIndexForSuggestionsResponse || (exports.SearchPlaceIndexForSuggestionsResponse = {}));
|
|
992
|
-
var SearchPlaceIndexForTextRequest;
|
|
993
|
-
(function (SearchPlaceIndexForTextRequest) {
|
|
994
|
-
SearchPlaceIndexForTextRequest.filterSensitiveLog = (obj) => ({
|
|
995
|
-
...obj,
|
|
996
|
-
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
997
|
-
...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
998
|
-
...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
999
|
-
});
|
|
1000
|
-
})(SearchPlaceIndexForTextRequest = exports.SearchPlaceIndexForTextRequest || (exports.SearchPlaceIndexForTextRequest = {}));
|
|
1001
|
-
var SearchForTextResult;
|
|
1002
|
-
(function (SearchForTextResult) {
|
|
1003
|
-
SearchForTextResult.filterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
...(obj.Place && { Place: Place.filterSensitiveLog(obj.Place) }),
|
|
1006
|
-
});
|
|
1007
|
-
})(SearchForTextResult = exports.SearchForTextResult || (exports.SearchForTextResult = {}));
|
|
1008
|
-
var SearchPlaceIndexForTextSummary;
|
|
1009
|
-
(function (SearchPlaceIndexForTextSummary) {
|
|
1010
|
-
SearchPlaceIndexForTextSummary.filterSensitiveLog = (obj) => ({
|
|
1011
|
-
...obj,
|
|
1012
|
-
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
1013
|
-
...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
1014
|
-
...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
1015
|
-
...(obj.ResultBBox && { ResultBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
1016
|
-
});
|
|
1017
|
-
})(SearchPlaceIndexForTextSummary = exports.SearchPlaceIndexForTextSummary || (exports.SearchPlaceIndexForTextSummary = {}));
|
|
1018
|
-
var SearchPlaceIndexForTextResponse;
|
|
1019
|
-
(function (SearchPlaceIndexForTextResponse) {
|
|
1020
|
-
SearchPlaceIndexForTextResponse.filterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
...(obj.Summary && { Summary: SearchPlaceIndexForTextSummary.filterSensitiveLog(obj.Summary) }),
|
|
1023
|
-
...(obj.Results && { Results: obj.Results.map((item) => SearchForTextResult.filterSensitiveLog(item)) }),
|
|
1024
|
-
});
|
|
1025
|
-
})(SearchPlaceIndexForTextResponse = exports.SearchPlaceIndexForTextResponse || (exports.SearchPlaceIndexForTextResponse = {}));
|
|
1026
|
-
var UpdatePlaceIndexRequest;
|
|
1027
|
-
(function (UpdatePlaceIndexRequest) {
|
|
1028
|
-
UpdatePlaceIndexRequest.filterSensitiveLog = (obj) => ({
|
|
1029
|
-
...obj,
|
|
1030
|
-
});
|
|
1031
|
-
})(UpdatePlaceIndexRequest = exports.UpdatePlaceIndexRequest || (exports.UpdatePlaceIndexRequest = {}));
|
|
1032
|
-
var UpdatePlaceIndexResponse;
|
|
1033
|
-
(function (UpdatePlaceIndexResponse) {
|
|
1034
|
-
UpdatePlaceIndexResponse.filterSensitiveLog = (obj) => ({
|
|
1035
|
-
...obj,
|
|
1036
|
-
});
|
|
1037
|
-
})(UpdatePlaceIndexResponse = exports.UpdatePlaceIndexResponse || (exports.UpdatePlaceIndexResponse = {}));
|
|
1038
|
-
var UpdateRouteCalculatorRequest;
|
|
1039
|
-
(function (UpdateRouteCalculatorRequest) {
|
|
1040
|
-
UpdateRouteCalculatorRequest.filterSensitiveLog = (obj) => ({
|
|
1041
|
-
...obj,
|
|
1042
|
-
});
|
|
1043
|
-
})(UpdateRouteCalculatorRequest = exports.UpdateRouteCalculatorRequest || (exports.UpdateRouteCalculatorRequest = {}));
|
|
1044
|
-
var UpdateRouteCalculatorResponse;
|
|
1045
|
-
(function (UpdateRouteCalculatorResponse) {
|
|
1046
|
-
UpdateRouteCalculatorResponse.filterSensitiveLog = (obj) => ({
|
|
1047
|
-
...obj,
|
|
1048
|
-
});
|
|
1049
|
-
})(UpdateRouteCalculatorResponse = exports.UpdateRouteCalculatorResponse || (exports.UpdateRouteCalculatorResponse = {}));
|
|
1050
|
-
var UpdateTrackerRequest;
|
|
1051
|
-
(function (UpdateTrackerRequest) {
|
|
1052
|
-
UpdateTrackerRequest.filterSensitiveLog = (obj) => ({
|
|
1053
|
-
...obj,
|
|
1054
|
-
});
|
|
1055
|
-
})(UpdateTrackerRequest = exports.UpdateTrackerRequest || (exports.UpdateTrackerRequest = {}));
|
|
1056
|
-
var UpdateTrackerResponse;
|
|
1057
|
-
(function (UpdateTrackerResponse) {
|
|
1058
|
-
UpdateTrackerResponse.filterSensitiveLog = (obj) => ({
|
|
1059
|
-
...obj,
|
|
1060
|
-
});
|
|
1061
|
-
})(UpdateTrackerResponse = exports.UpdateTrackerResponse || (exports.UpdateTrackerResponse = {}));
|
|
111
|
+
const AssociateTrackerConsumerRequestFilterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
exports.AssociateTrackerConsumerRequestFilterSensitiveLog = AssociateTrackerConsumerRequestFilterSensitiveLog;
|
|
115
|
+
const AssociateTrackerConsumerResponseFilterSensitiveLog = (obj) => ({
|
|
116
|
+
...obj,
|
|
117
|
+
});
|
|
118
|
+
exports.AssociateTrackerConsumerResponseFilterSensitiveLog = AssociateTrackerConsumerResponseFilterSensitiveLog;
|
|
119
|
+
const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
120
|
+
...obj,
|
|
121
|
+
});
|
|
122
|
+
exports.ValidationExceptionFieldFilterSensitiveLog = ValidationExceptionFieldFilterSensitiveLog;
|
|
123
|
+
const BatchDeleteDevicePositionHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
124
|
+
...obj,
|
|
125
|
+
});
|
|
126
|
+
exports.BatchDeleteDevicePositionHistoryRequestFilterSensitiveLog = BatchDeleteDevicePositionHistoryRequestFilterSensitiveLog;
|
|
127
|
+
const BatchItemErrorFilterSensitiveLog = (obj) => ({
|
|
128
|
+
...obj,
|
|
129
|
+
});
|
|
130
|
+
exports.BatchItemErrorFilterSensitiveLog = BatchItemErrorFilterSensitiveLog;
|
|
131
|
+
const BatchDeleteDevicePositionHistoryErrorFilterSensitiveLog = (obj) => ({
|
|
132
|
+
...obj,
|
|
133
|
+
});
|
|
134
|
+
exports.BatchDeleteDevicePositionHistoryErrorFilterSensitiveLog = BatchDeleteDevicePositionHistoryErrorFilterSensitiveLog;
|
|
135
|
+
const BatchDeleteDevicePositionHistoryResponseFilterSensitiveLog = (obj) => ({
|
|
136
|
+
...obj,
|
|
137
|
+
});
|
|
138
|
+
exports.BatchDeleteDevicePositionHistoryResponseFilterSensitiveLog = BatchDeleteDevicePositionHistoryResponseFilterSensitiveLog;
|
|
139
|
+
const BatchDeleteGeofenceRequestFilterSensitiveLog = (obj) => ({
|
|
140
|
+
...obj,
|
|
141
|
+
});
|
|
142
|
+
exports.BatchDeleteGeofenceRequestFilterSensitiveLog = BatchDeleteGeofenceRequestFilterSensitiveLog;
|
|
143
|
+
const BatchDeleteGeofenceErrorFilterSensitiveLog = (obj) => ({
|
|
144
|
+
...obj,
|
|
145
|
+
});
|
|
146
|
+
exports.BatchDeleteGeofenceErrorFilterSensitiveLog = BatchDeleteGeofenceErrorFilterSensitiveLog;
|
|
147
|
+
const BatchDeleteGeofenceResponseFilterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
});
|
|
150
|
+
exports.BatchDeleteGeofenceResponseFilterSensitiveLog = BatchDeleteGeofenceResponseFilterSensitiveLog;
|
|
151
|
+
const PositionalAccuracyFilterSensitiveLog = (obj) => ({
|
|
152
|
+
...obj,
|
|
153
|
+
});
|
|
154
|
+
exports.PositionalAccuracyFilterSensitiveLog = PositionalAccuracyFilterSensitiveLog;
|
|
155
|
+
const DevicePositionUpdateFilterSensitiveLog = (obj) => ({
|
|
156
|
+
...obj,
|
|
157
|
+
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
158
|
+
...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
|
|
159
|
+
});
|
|
160
|
+
exports.DevicePositionUpdateFilterSensitiveLog = DevicePositionUpdateFilterSensitiveLog;
|
|
161
|
+
const BatchEvaluateGeofencesRequestFilterSensitiveLog = (obj) => ({
|
|
162
|
+
...obj,
|
|
163
|
+
...(obj.DevicePositionUpdates && {
|
|
164
|
+
DevicePositionUpdates: obj.DevicePositionUpdates.map((item) => (0, exports.DevicePositionUpdateFilterSensitiveLog)(item)),
|
|
165
|
+
}),
|
|
166
|
+
});
|
|
167
|
+
exports.BatchEvaluateGeofencesRequestFilterSensitiveLog = BatchEvaluateGeofencesRequestFilterSensitiveLog;
|
|
168
|
+
const BatchEvaluateGeofencesErrorFilterSensitiveLog = (obj) => ({
|
|
169
|
+
...obj,
|
|
170
|
+
});
|
|
171
|
+
exports.BatchEvaluateGeofencesErrorFilterSensitiveLog = BatchEvaluateGeofencesErrorFilterSensitiveLog;
|
|
172
|
+
const BatchEvaluateGeofencesResponseFilterSensitiveLog = (obj) => ({
|
|
173
|
+
...obj,
|
|
174
|
+
});
|
|
175
|
+
exports.BatchEvaluateGeofencesResponseFilterSensitiveLog = BatchEvaluateGeofencesResponseFilterSensitiveLog;
|
|
176
|
+
const BatchGetDevicePositionRequestFilterSensitiveLog = (obj) => ({
|
|
177
|
+
...obj,
|
|
178
|
+
});
|
|
179
|
+
exports.BatchGetDevicePositionRequestFilterSensitiveLog = BatchGetDevicePositionRequestFilterSensitiveLog;
|
|
180
|
+
const DevicePositionFilterSensitiveLog = (obj) => ({
|
|
181
|
+
...obj,
|
|
182
|
+
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
183
|
+
...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
|
|
184
|
+
});
|
|
185
|
+
exports.DevicePositionFilterSensitiveLog = DevicePositionFilterSensitiveLog;
|
|
186
|
+
const BatchGetDevicePositionErrorFilterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
});
|
|
189
|
+
exports.BatchGetDevicePositionErrorFilterSensitiveLog = BatchGetDevicePositionErrorFilterSensitiveLog;
|
|
190
|
+
const BatchGetDevicePositionResponseFilterSensitiveLog = (obj) => ({
|
|
191
|
+
...obj,
|
|
192
|
+
...(obj.DevicePositions && {
|
|
193
|
+
DevicePositions: obj.DevicePositions.map((item) => (0, exports.DevicePositionFilterSensitiveLog)(item)),
|
|
194
|
+
}),
|
|
195
|
+
});
|
|
196
|
+
exports.BatchGetDevicePositionResponseFilterSensitiveLog = BatchGetDevicePositionResponseFilterSensitiveLog;
|
|
197
|
+
const GeofenceGeometryFilterSensitiveLog = (obj) => ({
|
|
198
|
+
...obj,
|
|
199
|
+
...(obj.Polygon && { Polygon: obj.Polygon.map((item) => smithy_client_1.SENSITIVE_STRING) }),
|
|
200
|
+
});
|
|
201
|
+
exports.GeofenceGeometryFilterSensitiveLog = GeofenceGeometryFilterSensitiveLog;
|
|
202
|
+
const BatchPutGeofenceRequestEntryFilterSensitiveLog = (obj) => ({
|
|
203
|
+
...obj,
|
|
204
|
+
...(obj.Geometry && { Geometry: (0, exports.GeofenceGeometryFilterSensitiveLog)(obj.Geometry) }),
|
|
205
|
+
});
|
|
206
|
+
exports.BatchPutGeofenceRequestEntryFilterSensitiveLog = BatchPutGeofenceRequestEntryFilterSensitiveLog;
|
|
207
|
+
const BatchPutGeofenceRequestFilterSensitiveLog = (obj) => ({
|
|
208
|
+
...obj,
|
|
209
|
+
...(obj.Entries && { Entries: obj.Entries.map((item) => (0, exports.BatchPutGeofenceRequestEntryFilterSensitiveLog)(item)) }),
|
|
210
|
+
});
|
|
211
|
+
exports.BatchPutGeofenceRequestFilterSensitiveLog = BatchPutGeofenceRequestFilterSensitiveLog;
|
|
212
|
+
const BatchPutGeofenceErrorFilterSensitiveLog = (obj) => ({
|
|
213
|
+
...obj,
|
|
214
|
+
});
|
|
215
|
+
exports.BatchPutGeofenceErrorFilterSensitiveLog = BatchPutGeofenceErrorFilterSensitiveLog;
|
|
216
|
+
const BatchPutGeofenceSuccessFilterSensitiveLog = (obj) => ({
|
|
217
|
+
...obj,
|
|
218
|
+
});
|
|
219
|
+
exports.BatchPutGeofenceSuccessFilterSensitiveLog = BatchPutGeofenceSuccessFilterSensitiveLog;
|
|
220
|
+
const BatchPutGeofenceResponseFilterSensitiveLog = (obj) => ({
|
|
221
|
+
...obj,
|
|
222
|
+
});
|
|
223
|
+
exports.BatchPutGeofenceResponseFilterSensitiveLog = BatchPutGeofenceResponseFilterSensitiveLog;
|
|
224
|
+
const BatchUpdateDevicePositionRequestFilterSensitiveLog = (obj) => ({
|
|
225
|
+
...obj,
|
|
226
|
+
...(obj.Updates && { Updates: obj.Updates.map((item) => (0, exports.DevicePositionUpdateFilterSensitiveLog)(item)) }),
|
|
227
|
+
});
|
|
228
|
+
exports.BatchUpdateDevicePositionRequestFilterSensitiveLog = BatchUpdateDevicePositionRequestFilterSensitiveLog;
|
|
229
|
+
const BatchUpdateDevicePositionErrorFilterSensitiveLog = (obj) => ({
|
|
230
|
+
...obj,
|
|
231
|
+
});
|
|
232
|
+
exports.BatchUpdateDevicePositionErrorFilterSensitiveLog = BatchUpdateDevicePositionErrorFilterSensitiveLog;
|
|
233
|
+
const BatchUpdateDevicePositionResponseFilterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
236
|
+
exports.BatchUpdateDevicePositionResponseFilterSensitiveLog = BatchUpdateDevicePositionResponseFilterSensitiveLog;
|
|
237
|
+
const CalculateRouteCarModeOptionsFilterSensitiveLog = (obj) => ({
|
|
238
|
+
...obj,
|
|
239
|
+
});
|
|
240
|
+
exports.CalculateRouteCarModeOptionsFilterSensitiveLog = CalculateRouteCarModeOptionsFilterSensitiveLog;
|
|
241
|
+
const TruckDimensionsFilterSensitiveLog = (obj) => ({
|
|
242
|
+
...obj,
|
|
243
|
+
});
|
|
244
|
+
exports.TruckDimensionsFilterSensitiveLog = TruckDimensionsFilterSensitiveLog;
|
|
245
|
+
const TruckWeightFilterSensitiveLog = (obj) => ({
|
|
246
|
+
...obj,
|
|
247
|
+
});
|
|
248
|
+
exports.TruckWeightFilterSensitiveLog = TruckWeightFilterSensitiveLog;
|
|
249
|
+
const CalculateRouteTruckModeOptionsFilterSensitiveLog = (obj) => ({
|
|
250
|
+
...obj,
|
|
251
|
+
});
|
|
252
|
+
exports.CalculateRouteTruckModeOptionsFilterSensitiveLog = CalculateRouteTruckModeOptionsFilterSensitiveLog;
|
|
253
|
+
const CalculateRouteRequestFilterSensitiveLog = (obj) => ({
|
|
254
|
+
...obj,
|
|
255
|
+
...(obj.DeparturePosition && { DeparturePosition: smithy_client_1.SENSITIVE_STRING }),
|
|
256
|
+
...(obj.DestinationPosition && { DestinationPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
257
|
+
...(obj.WaypointPositions && { WaypointPositions: smithy_client_1.SENSITIVE_STRING }),
|
|
258
|
+
});
|
|
259
|
+
exports.CalculateRouteRequestFilterSensitiveLog = CalculateRouteRequestFilterSensitiveLog;
|
|
260
|
+
const LegGeometryFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
...(obj.LineString && { LineString: smithy_client_1.SENSITIVE_STRING }),
|
|
263
|
+
});
|
|
264
|
+
exports.LegGeometryFilterSensitiveLog = LegGeometryFilterSensitiveLog;
|
|
265
|
+
const StepFilterSensitiveLog = (obj) => ({
|
|
266
|
+
...obj,
|
|
267
|
+
...(obj.StartPosition && { StartPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
268
|
+
...(obj.EndPosition && { EndPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
269
|
+
});
|
|
270
|
+
exports.StepFilterSensitiveLog = StepFilterSensitiveLog;
|
|
271
|
+
const LegFilterSensitiveLog = (obj) => ({
|
|
272
|
+
...obj,
|
|
273
|
+
...(obj.StartPosition && { StartPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
274
|
+
...(obj.EndPosition && { EndPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
275
|
+
...(obj.Geometry && { Geometry: (0, exports.LegGeometryFilterSensitiveLog)(obj.Geometry) }),
|
|
276
|
+
...(obj.Steps && { Steps: obj.Steps.map((item) => (0, exports.StepFilterSensitiveLog)(item)) }),
|
|
277
|
+
});
|
|
278
|
+
exports.LegFilterSensitiveLog = LegFilterSensitiveLog;
|
|
279
|
+
const CalculateRouteSummaryFilterSensitiveLog = (obj) => ({
|
|
280
|
+
...obj,
|
|
281
|
+
...(obj.RouteBBox && { RouteBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
282
|
+
});
|
|
283
|
+
exports.CalculateRouteSummaryFilterSensitiveLog = CalculateRouteSummaryFilterSensitiveLog;
|
|
284
|
+
const CalculateRouteResponseFilterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
...(obj.Legs && { Legs: obj.Legs.map((item) => (0, exports.LegFilterSensitiveLog)(item)) }),
|
|
287
|
+
...(obj.Summary && { Summary: (0, exports.CalculateRouteSummaryFilterSensitiveLog)(obj.Summary) }),
|
|
288
|
+
});
|
|
289
|
+
exports.CalculateRouteResponseFilterSensitiveLog = CalculateRouteResponseFilterSensitiveLog;
|
|
290
|
+
const CalculateRouteMatrixRequestFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
...(obj.DeparturePositions && { DeparturePositions: smithy_client_1.SENSITIVE_STRING }),
|
|
293
|
+
...(obj.DestinationPositions && { DestinationPositions: smithy_client_1.SENSITIVE_STRING }),
|
|
294
|
+
});
|
|
295
|
+
exports.CalculateRouteMatrixRequestFilterSensitiveLog = CalculateRouteMatrixRequestFilterSensitiveLog;
|
|
296
|
+
const RouteMatrixEntryErrorFilterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
});
|
|
299
|
+
exports.RouteMatrixEntryErrorFilterSensitiveLog = RouteMatrixEntryErrorFilterSensitiveLog;
|
|
300
|
+
const RouteMatrixEntryFilterSensitiveLog = (obj) => ({
|
|
301
|
+
...obj,
|
|
302
|
+
});
|
|
303
|
+
exports.RouteMatrixEntryFilterSensitiveLog = RouteMatrixEntryFilterSensitiveLog;
|
|
304
|
+
const CalculateRouteMatrixSummaryFilterSensitiveLog = (obj) => ({
|
|
305
|
+
...obj,
|
|
306
|
+
});
|
|
307
|
+
exports.CalculateRouteMatrixSummaryFilterSensitiveLog = CalculateRouteMatrixSummaryFilterSensitiveLog;
|
|
308
|
+
const CalculateRouteMatrixResponseFilterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
...(obj.SnappedDeparturePositions && { SnappedDeparturePositions: smithy_client_1.SENSITIVE_STRING }),
|
|
311
|
+
...(obj.SnappedDestinationPositions && { SnappedDestinationPositions: smithy_client_1.SENSITIVE_STRING }),
|
|
312
|
+
});
|
|
313
|
+
exports.CalculateRouteMatrixResponseFilterSensitiveLog = CalculateRouteMatrixResponseFilterSensitiveLog;
|
|
314
|
+
const CreateGeofenceCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
exports.CreateGeofenceCollectionRequestFilterSensitiveLog = CreateGeofenceCollectionRequestFilterSensitiveLog;
|
|
318
|
+
const CreateGeofenceCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
exports.CreateGeofenceCollectionResponseFilterSensitiveLog = CreateGeofenceCollectionResponseFilterSensitiveLog;
|
|
322
|
+
const MapConfigurationFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
});
|
|
325
|
+
exports.MapConfigurationFilterSensitiveLog = MapConfigurationFilterSensitiveLog;
|
|
326
|
+
const CreateMapRequestFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.CreateMapRequestFilterSensitiveLog = CreateMapRequestFilterSensitiveLog;
|
|
330
|
+
const CreateMapResponseFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.CreateMapResponseFilterSensitiveLog = CreateMapResponseFilterSensitiveLog;
|
|
334
|
+
const DataSourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
exports.DataSourceConfigurationFilterSensitiveLog = DataSourceConfigurationFilterSensitiveLog;
|
|
338
|
+
const CreatePlaceIndexRequestFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.CreatePlaceIndexRequestFilterSensitiveLog = CreatePlaceIndexRequestFilterSensitiveLog;
|
|
342
|
+
const CreatePlaceIndexResponseFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.CreatePlaceIndexResponseFilterSensitiveLog = CreatePlaceIndexResponseFilterSensitiveLog;
|
|
346
|
+
const CreateRouteCalculatorRequestFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
exports.CreateRouteCalculatorRequestFilterSensitiveLog = CreateRouteCalculatorRequestFilterSensitiveLog;
|
|
350
|
+
const CreateRouteCalculatorResponseFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
exports.CreateRouteCalculatorResponseFilterSensitiveLog = CreateRouteCalculatorResponseFilterSensitiveLog;
|
|
354
|
+
const CreateTrackerRequestFilterSensitiveLog = (obj) => ({
|
|
355
|
+
...obj,
|
|
356
|
+
});
|
|
357
|
+
exports.CreateTrackerRequestFilterSensitiveLog = CreateTrackerRequestFilterSensitiveLog;
|
|
358
|
+
const CreateTrackerResponseFilterSensitiveLog = (obj) => ({
|
|
359
|
+
...obj,
|
|
360
|
+
});
|
|
361
|
+
exports.CreateTrackerResponseFilterSensitiveLog = CreateTrackerResponseFilterSensitiveLog;
|
|
362
|
+
const DeleteGeofenceCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
exports.DeleteGeofenceCollectionRequestFilterSensitiveLog = DeleteGeofenceCollectionRequestFilterSensitiveLog;
|
|
366
|
+
const DeleteGeofenceCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
exports.DeleteGeofenceCollectionResponseFilterSensitiveLog = DeleteGeofenceCollectionResponseFilterSensitiveLog;
|
|
370
|
+
const DeleteMapRequestFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.DeleteMapRequestFilterSensitiveLog = DeleteMapRequestFilterSensitiveLog;
|
|
374
|
+
const DeleteMapResponseFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.DeleteMapResponseFilterSensitiveLog = DeleteMapResponseFilterSensitiveLog;
|
|
378
|
+
const DeletePlaceIndexRequestFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.DeletePlaceIndexRequestFilterSensitiveLog = DeletePlaceIndexRequestFilterSensitiveLog;
|
|
382
|
+
const DeletePlaceIndexResponseFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
exports.DeletePlaceIndexResponseFilterSensitiveLog = DeletePlaceIndexResponseFilterSensitiveLog;
|
|
386
|
+
const DeleteRouteCalculatorRequestFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
exports.DeleteRouteCalculatorRequestFilterSensitiveLog = DeleteRouteCalculatorRequestFilterSensitiveLog;
|
|
390
|
+
const DeleteRouteCalculatorResponseFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
exports.DeleteRouteCalculatorResponseFilterSensitiveLog = DeleteRouteCalculatorResponseFilterSensitiveLog;
|
|
394
|
+
const DeleteTrackerRequestFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
exports.DeleteTrackerRequestFilterSensitiveLog = DeleteTrackerRequestFilterSensitiveLog;
|
|
398
|
+
const DeleteTrackerResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.DeleteTrackerResponseFilterSensitiveLog = DeleteTrackerResponseFilterSensitiveLog;
|
|
402
|
+
const DescribeGeofenceCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.DescribeGeofenceCollectionRequestFilterSensitiveLog = DescribeGeofenceCollectionRequestFilterSensitiveLog;
|
|
406
|
+
const DescribeGeofenceCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.DescribeGeofenceCollectionResponseFilterSensitiveLog = DescribeGeofenceCollectionResponseFilterSensitiveLog;
|
|
410
|
+
const DescribeMapRequestFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
exports.DescribeMapRequestFilterSensitiveLog = DescribeMapRequestFilterSensitiveLog;
|
|
414
|
+
const DescribeMapResponseFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
});
|
|
417
|
+
exports.DescribeMapResponseFilterSensitiveLog = DescribeMapResponseFilterSensitiveLog;
|
|
418
|
+
const DescribePlaceIndexRequestFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
exports.DescribePlaceIndexRequestFilterSensitiveLog = DescribePlaceIndexRequestFilterSensitiveLog;
|
|
422
|
+
const DescribePlaceIndexResponseFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
exports.DescribePlaceIndexResponseFilterSensitiveLog = DescribePlaceIndexResponseFilterSensitiveLog;
|
|
426
|
+
const DescribeRouteCalculatorRequestFilterSensitiveLog = (obj) => ({
|
|
427
|
+
...obj,
|
|
428
|
+
});
|
|
429
|
+
exports.DescribeRouteCalculatorRequestFilterSensitiveLog = DescribeRouteCalculatorRequestFilterSensitiveLog;
|
|
430
|
+
const DescribeRouteCalculatorResponseFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
});
|
|
433
|
+
exports.DescribeRouteCalculatorResponseFilterSensitiveLog = DescribeRouteCalculatorResponseFilterSensitiveLog;
|
|
434
|
+
const DescribeTrackerRequestFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
exports.DescribeTrackerRequestFilterSensitiveLog = DescribeTrackerRequestFilterSensitiveLog;
|
|
438
|
+
const DescribeTrackerResponseFilterSensitiveLog = (obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
});
|
|
441
|
+
exports.DescribeTrackerResponseFilterSensitiveLog = DescribeTrackerResponseFilterSensitiveLog;
|
|
442
|
+
const DisassociateTrackerConsumerRequestFilterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
});
|
|
445
|
+
exports.DisassociateTrackerConsumerRequestFilterSensitiveLog = DisassociateTrackerConsumerRequestFilterSensitiveLog;
|
|
446
|
+
const DisassociateTrackerConsumerResponseFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
exports.DisassociateTrackerConsumerResponseFilterSensitiveLog = DisassociateTrackerConsumerResponseFilterSensitiveLog;
|
|
450
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
451
|
+
...obj,
|
|
452
|
+
});
|
|
453
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
454
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
});
|
|
457
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
458
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
462
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
});
|
|
465
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
466
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
});
|
|
469
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
470
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
474
|
+
const GetGeofenceRequestFilterSensitiveLog = (obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
});
|
|
477
|
+
exports.GetGeofenceRequestFilterSensitiveLog = GetGeofenceRequestFilterSensitiveLog;
|
|
478
|
+
const GetGeofenceResponseFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
...(obj.Geometry && { Geometry: (0, exports.GeofenceGeometryFilterSensitiveLog)(obj.Geometry) }),
|
|
481
|
+
});
|
|
482
|
+
exports.GetGeofenceResponseFilterSensitiveLog = GetGeofenceResponseFilterSensitiveLog;
|
|
483
|
+
const ListGeofenceCollectionsRequestFilterSensitiveLog = (obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
});
|
|
486
|
+
exports.ListGeofenceCollectionsRequestFilterSensitiveLog = ListGeofenceCollectionsRequestFilterSensitiveLog;
|
|
487
|
+
const ListGeofenceCollectionsResponseEntryFilterSensitiveLog = (obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
});
|
|
490
|
+
exports.ListGeofenceCollectionsResponseEntryFilterSensitiveLog = ListGeofenceCollectionsResponseEntryFilterSensitiveLog;
|
|
491
|
+
const ListGeofenceCollectionsResponseFilterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
exports.ListGeofenceCollectionsResponseFilterSensitiveLog = ListGeofenceCollectionsResponseFilterSensitiveLog;
|
|
495
|
+
const ListGeofencesRequestFilterSensitiveLog = (obj) => ({
|
|
496
|
+
...obj,
|
|
497
|
+
});
|
|
498
|
+
exports.ListGeofencesRequestFilterSensitiveLog = ListGeofencesRequestFilterSensitiveLog;
|
|
499
|
+
const ListGeofenceResponseEntryFilterSensitiveLog = (obj) => ({
|
|
500
|
+
...obj,
|
|
501
|
+
...(obj.Geometry && { Geometry: (0, exports.GeofenceGeometryFilterSensitiveLog)(obj.Geometry) }),
|
|
502
|
+
});
|
|
503
|
+
exports.ListGeofenceResponseEntryFilterSensitiveLog = ListGeofenceResponseEntryFilterSensitiveLog;
|
|
504
|
+
const ListGeofencesResponseFilterSensitiveLog = (obj) => ({
|
|
505
|
+
...obj,
|
|
506
|
+
...(obj.Entries && { Entries: obj.Entries.map((item) => (0, exports.ListGeofenceResponseEntryFilterSensitiveLog)(item)) }),
|
|
507
|
+
});
|
|
508
|
+
exports.ListGeofencesResponseFilterSensitiveLog = ListGeofencesResponseFilterSensitiveLog;
|
|
509
|
+
const PutGeofenceRequestFilterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
...(obj.Geometry && { Geometry: (0, exports.GeofenceGeometryFilterSensitiveLog)(obj.Geometry) }),
|
|
512
|
+
});
|
|
513
|
+
exports.PutGeofenceRequestFilterSensitiveLog = PutGeofenceRequestFilterSensitiveLog;
|
|
514
|
+
const PutGeofenceResponseFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
});
|
|
517
|
+
exports.PutGeofenceResponseFilterSensitiveLog = PutGeofenceResponseFilterSensitiveLog;
|
|
518
|
+
const UpdateGeofenceCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
exports.UpdateGeofenceCollectionRequestFilterSensitiveLog = UpdateGeofenceCollectionRequestFilterSensitiveLog;
|
|
522
|
+
const UpdateGeofenceCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
});
|
|
525
|
+
exports.UpdateGeofenceCollectionResponseFilterSensitiveLog = UpdateGeofenceCollectionResponseFilterSensitiveLog;
|
|
526
|
+
const GetDevicePositionRequestFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
exports.GetDevicePositionRequestFilterSensitiveLog = GetDevicePositionRequestFilterSensitiveLog;
|
|
530
|
+
const GetDevicePositionResponseFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
533
|
+
...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
|
|
534
|
+
});
|
|
535
|
+
exports.GetDevicePositionResponseFilterSensitiveLog = GetDevicePositionResponseFilterSensitiveLog;
|
|
536
|
+
const GetDevicePositionHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
537
|
+
...obj,
|
|
538
|
+
});
|
|
539
|
+
exports.GetDevicePositionHistoryRequestFilterSensitiveLog = GetDevicePositionHistoryRequestFilterSensitiveLog;
|
|
540
|
+
const GetDevicePositionHistoryResponseFilterSensitiveLog = (obj) => ({
|
|
541
|
+
...obj,
|
|
542
|
+
...(obj.DevicePositions && {
|
|
543
|
+
DevicePositions: obj.DevicePositions.map((item) => (0, exports.DevicePositionFilterSensitiveLog)(item)),
|
|
544
|
+
}),
|
|
545
|
+
});
|
|
546
|
+
exports.GetDevicePositionHistoryResponseFilterSensitiveLog = GetDevicePositionHistoryResponseFilterSensitiveLog;
|
|
547
|
+
const GetMapGlyphsRequestFilterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
});
|
|
550
|
+
exports.GetMapGlyphsRequestFilterSensitiveLog = GetMapGlyphsRequestFilterSensitiveLog;
|
|
551
|
+
const GetMapGlyphsResponseFilterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
});
|
|
554
|
+
exports.GetMapGlyphsResponseFilterSensitiveLog = GetMapGlyphsResponseFilterSensitiveLog;
|
|
555
|
+
const GetMapSpritesRequestFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
exports.GetMapSpritesRequestFilterSensitiveLog = GetMapSpritesRequestFilterSensitiveLog;
|
|
559
|
+
const GetMapSpritesResponseFilterSensitiveLog = (obj) => ({
|
|
560
|
+
...obj,
|
|
561
|
+
});
|
|
562
|
+
exports.GetMapSpritesResponseFilterSensitiveLog = GetMapSpritesResponseFilterSensitiveLog;
|
|
563
|
+
const GetMapStyleDescriptorRequestFilterSensitiveLog = (obj) => ({
|
|
564
|
+
...obj,
|
|
565
|
+
});
|
|
566
|
+
exports.GetMapStyleDescriptorRequestFilterSensitiveLog = GetMapStyleDescriptorRequestFilterSensitiveLog;
|
|
567
|
+
const GetMapStyleDescriptorResponseFilterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
});
|
|
570
|
+
exports.GetMapStyleDescriptorResponseFilterSensitiveLog = GetMapStyleDescriptorResponseFilterSensitiveLog;
|
|
571
|
+
const GetMapTileRequestFilterSensitiveLog = (obj) => ({
|
|
572
|
+
...obj,
|
|
573
|
+
});
|
|
574
|
+
exports.GetMapTileRequestFilterSensitiveLog = GetMapTileRequestFilterSensitiveLog;
|
|
575
|
+
const GetMapTileResponseFilterSensitiveLog = (obj) => ({
|
|
576
|
+
...obj,
|
|
577
|
+
});
|
|
578
|
+
exports.GetMapTileResponseFilterSensitiveLog = GetMapTileResponseFilterSensitiveLog;
|
|
579
|
+
const ListDevicePositionsRequestFilterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
});
|
|
582
|
+
exports.ListDevicePositionsRequestFilterSensitiveLog = ListDevicePositionsRequestFilterSensitiveLog;
|
|
583
|
+
const ListDevicePositionsResponseEntryFilterSensitiveLog = (obj) => ({
|
|
584
|
+
...obj,
|
|
585
|
+
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
586
|
+
...(obj.PositionProperties && { PositionProperties: smithy_client_1.SENSITIVE_STRING }),
|
|
587
|
+
});
|
|
588
|
+
exports.ListDevicePositionsResponseEntryFilterSensitiveLog = ListDevicePositionsResponseEntryFilterSensitiveLog;
|
|
589
|
+
const ListDevicePositionsResponseFilterSensitiveLog = (obj) => ({
|
|
590
|
+
...obj,
|
|
591
|
+
...(obj.Entries && { Entries: obj.Entries.map((item) => (0, exports.ListDevicePositionsResponseEntryFilterSensitiveLog)(item)) }),
|
|
592
|
+
});
|
|
593
|
+
exports.ListDevicePositionsResponseFilterSensitiveLog = ListDevicePositionsResponseFilterSensitiveLog;
|
|
594
|
+
const ListMapsRequestFilterSensitiveLog = (obj) => ({
|
|
595
|
+
...obj,
|
|
596
|
+
});
|
|
597
|
+
exports.ListMapsRequestFilterSensitiveLog = ListMapsRequestFilterSensitiveLog;
|
|
598
|
+
const ListMapsResponseEntryFilterSensitiveLog = (obj) => ({
|
|
599
|
+
...obj,
|
|
600
|
+
});
|
|
601
|
+
exports.ListMapsResponseEntryFilterSensitiveLog = ListMapsResponseEntryFilterSensitiveLog;
|
|
602
|
+
const ListMapsResponseFilterSensitiveLog = (obj) => ({
|
|
603
|
+
...obj,
|
|
604
|
+
});
|
|
605
|
+
exports.ListMapsResponseFilterSensitiveLog = ListMapsResponseFilterSensitiveLog;
|
|
606
|
+
const ListPlaceIndexesRequestFilterSensitiveLog = (obj) => ({
|
|
607
|
+
...obj,
|
|
608
|
+
});
|
|
609
|
+
exports.ListPlaceIndexesRequestFilterSensitiveLog = ListPlaceIndexesRequestFilterSensitiveLog;
|
|
610
|
+
const ListPlaceIndexesResponseEntryFilterSensitiveLog = (obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
});
|
|
613
|
+
exports.ListPlaceIndexesResponseEntryFilterSensitiveLog = ListPlaceIndexesResponseEntryFilterSensitiveLog;
|
|
614
|
+
const ListPlaceIndexesResponseFilterSensitiveLog = (obj) => ({
|
|
615
|
+
...obj,
|
|
616
|
+
});
|
|
617
|
+
exports.ListPlaceIndexesResponseFilterSensitiveLog = ListPlaceIndexesResponseFilterSensitiveLog;
|
|
618
|
+
const ListRouteCalculatorsRequestFilterSensitiveLog = (obj) => ({
|
|
619
|
+
...obj,
|
|
620
|
+
});
|
|
621
|
+
exports.ListRouteCalculatorsRequestFilterSensitiveLog = ListRouteCalculatorsRequestFilterSensitiveLog;
|
|
622
|
+
const ListRouteCalculatorsResponseEntryFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
});
|
|
625
|
+
exports.ListRouteCalculatorsResponseEntryFilterSensitiveLog = ListRouteCalculatorsResponseEntryFilterSensitiveLog;
|
|
626
|
+
const ListRouteCalculatorsResponseFilterSensitiveLog = (obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
});
|
|
629
|
+
exports.ListRouteCalculatorsResponseFilterSensitiveLog = ListRouteCalculatorsResponseFilterSensitiveLog;
|
|
630
|
+
const ListTrackerConsumersRequestFilterSensitiveLog = (obj) => ({
|
|
631
|
+
...obj,
|
|
632
|
+
});
|
|
633
|
+
exports.ListTrackerConsumersRequestFilterSensitiveLog = ListTrackerConsumersRequestFilterSensitiveLog;
|
|
634
|
+
const ListTrackerConsumersResponseFilterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
exports.ListTrackerConsumersResponseFilterSensitiveLog = ListTrackerConsumersResponseFilterSensitiveLog;
|
|
638
|
+
const ListTrackersRequestFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
exports.ListTrackersRequestFilterSensitiveLog = ListTrackersRequestFilterSensitiveLog;
|
|
642
|
+
const ListTrackersResponseEntryFilterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
});
|
|
645
|
+
exports.ListTrackersResponseEntryFilterSensitiveLog = ListTrackersResponseEntryFilterSensitiveLog;
|
|
646
|
+
const ListTrackersResponseFilterSensitiveLog = (obj) => ({
|
|
647
|
+
...obj,
|
|
648
|
+
});
|
|
649
|
+
exports.ListTrackersResponseFilterSensitiveLog = ListTrackersResponseFilterSensitiveLog;
|
|
650
|
+
const UpdateMapRequestFilterSensitiveLog = (obj) => ({
|
|
651
|
+
...obj,
|
|
652
|
+
});
|
|
653
|
+
exports.UpdateMapRequestFilterSensitiveLog = UpdateMapRequestFilterSensitiveLog;
|
|
654
|
+
const UpdateMapResponseFilterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
exports.UpdateMapResponseFilterSensitiveLog = UpdateMapResponseFilterSensitiveLog;
|
|
658
|
+
const SearchPlaceIndexForPositionRequestFilterSensitiveLog = (obj) => ({
|
|
659
|
+
...obj,
|
|
660
|
+
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
661
|
+
});
|
|
662
|
+
exports.SearchPlaceIndexForPositionRequestFilterSensitiveLog = SearchPlaceIndexForPositionRequestFilterSensitiveLog;
|
|
663
|
+
const PlaceGeometryFilterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
...(obj.Point && { Point: smithy_client_1.SENSITIVE_STRING }),
|
|
666
|
+
});
|
|
667
|
+
exports.PlaceGeometryFilterSensitiveLog = PlaceGeometryFilterSensitiveLog;
|
|
668
|
+
const TimeZoneFilterSensitiveLog = (obj) => ({
|
|
669
|
+
...obj,
|
|
670
|
+
});
|
|
671
|
+
exports.TimeZoneFilterSensitiveLog = TimeZoneFilterSensitiveLog;
|
|
672
|
+
const PlaceFilterSensitiveLog = (obj) => ({
|
|
673
|
+
...obj,
|
|
674
|
+
...(obj.Geometry && { Geometry: (0, exports.PlaceGeometryFilterSensitiveLog)(obj.Geometry) }),
|
|
675
|
+
});
|
|
676
|
+
exports.PlaceFilterSensitiveLog = PlaceFilterSensitiveLog;
|
|
677
|
+
const SearchForPositionResultFilterSensitiveLog = (obj) => ({
|
|
678
|
+
...obj,
|
|
679
|
+
...(obj.Place && { Place: (0, exports.PlaceFilterSensitiveLog)(obj.Place) }),
|
|
680
|
+
});
|
|
681
|
+
exports.SearchForPositionResultFilterSensitiveLog = SearchForPositionResultFilterSensitiveLog;
|
|
682
|
+
const SearchPlaceIndexForPositionSummaryFilterSensitiveLog = (obj) => ({
|
|
683
|
+
...obj,
|
|
684
|
+
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
685
|
+
});
|
|
686
|
+
exports.SearchPlaceIndexForPositionSummaryFilterSensitiveLog = SearchPlaceIndexForPositionSummaryFilterSensitiveLog;
|
|
687
|
+
const SearchPlaceIndexForPositionResponseFilterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
...(obj.Summary && { Summary: (0, exports.SearchPlaceIndexForPositionSummaryFilterSensitiveLog)(obj.Summary) }),
|
|
690
|
+
...(obj.Results && { Results: obj.Results.map((item) => (0, exports.SearchForPositionResultFilterSensitiveLog)(item)) }),
|
|
691
|
+
});
|
|
692
|
+
exports.SearchPlaceIndexForPositionResponseFilterSensitiveLog = SearchPlaceIndexForPositionResponseFilterSensitiveLog;
|
|
693
|
+
const SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
696
|
+
...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
697
|
+
...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
698
|
+
});
|
|
699
|
+
exports.SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog = SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog;
|
|
700
|
+
const SearchForSuggestionsResultFilterSensitiveLog = (obj) => ({
|
|
701
|
+
...obj,
|
|
702
|
+
});
|
|
703
|
+
exports.SearchForSuggestionsResultFilterSensitiveLog = SearchForSuggestionsResultFilterSensitiveLog;
|
|
704
|
+
const SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog = (obj) => ({
|
|
705
|
+
...obj,
|
|
706
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
707
|
+
...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
708
|
+
...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
709
|
+
});
|
|
710
|
+
exports.SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog = SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog;
|
|
711
|
+
const SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog = (obj) => ({
|
|
712
|
+
...obj,
|
|
713
|
+
...(obj.Summary && { Summary: (0, exports.SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog)(obj.Summary) }),
|
|
714
|
+
});
|
|
715
|
+
exports.SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog = SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog;
|
|
716
|
+
const SearchPlaceIndexForTextRequestFilterSensitiveLog = (obj) => ({
|
|
717
|
+
...obj,
|
|
718
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
719
|
+
...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
720
|
+
...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
721
|
+
});
|
|
722
|
+
exports.SearchPlaceIndexForTextRequestFilterSensitiveLog = SearchPlaceIndexForTextRequestFilterSensitiveLog;
|
|
723
|
+
const SearchForTextResultFilterSensitiveLog = (obj) => ({
|
|
724
|
+
...obj,
|
|
725
|
+
...(obj.Place && { Place: (0, exports.PlaceFilterSensitiveLog)(obj.Place) }),
|
|
726
|
+
});
|
|
727
|
+
exports.SearchForTextResultFilterSensitiveLog = SearchForTextResultFilterSensitiveLog;
|
|
728
|
+
const SearchPlaceIndexForTextSummaryFilterSensitiveLog = (obj) => ({
|
|
729
|
+
...obj,
|
|
730
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
731
|
+
...(obj.BiasPosition && { BiasPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
732
|
+
...(obj.FilterBBox && { FilterBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
733
|
+
...(obj.ResultBBox && { ResultBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
734
|
+
});
|
|
735
|
+
exports.SearchPlaceIndexForTextSummaryFilterSensitiveLog = SearchPlaceIndexForTextSummaryFilterSensitiveLog;
|
|
736
|
+
const SearchPlaceIndexForTextResponseFilterSensitiveLog = (obj) => ({
|
|
737
|
+
...obj,
|
|
738
|
+
...(obj.Summary && { Summary: (0, exports.SearchPlaceIndexForTextSummaryFilterSensitiveLog)(obj.Summary) }),
|
|
739
|
+
...(obj.Results && { Results: obj.Results.map((item) => (0, exports.SearchForTextResultFilterSensitiveLog)(item)) }),
|
|
740
|
+
});
|
|
741
|
+
exports.SearchPlaceIndexForTextResponseFilterSensitiveLog = SearchPlaceIndexForTextResponseFilterSensitiveLog;
|
|
742
|
+
const UpdatePlaceIndexRequestFilterSensitiveLog = (obj) => ({
|
|
743
|
+
...obj,
|
|
744
|
+
});
|
|
745
|
+
exports.UpdatePlaceIndexRequestFilterSensitiveLog = UpdatePlaceIndexRequestFilterSensitiveLog;
|
|
746
|
+
const UpdatePlaceIndexResponseFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
exports.UpdatePlaceIndexResponseFilterSensitiveLog = UpdatePlaceIndexResponseFilterSensitiveLog;
|
|
750
|
+
const UpdateRouteCalculatorRequestFilterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
});
|
|
753
|
+
exports.UpdateRouteCalculatorRequestFilterSensitiveLog = UpdateRouteCalculatorRequestFilterSensitiveLog;
|
|
754
|
+
const UpdateRouteCalculatorResponseFilterSensitiveLog = (obj) => ({
|
|
755
|
+
...obj,
|
|
756
|
+
});
|
|
757
|
+
exports.UpdateRouteCalculatorResponseFilterSensitiveLog = UpdateRouteCalculatorResponseFilterSensitiveLog;
|
|
758
|
+
const UpdateTrackerRequestFilterSensitiveLog = (obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
});
|
|
761
|
+
exports.UpdateTrackerRequestFilterSensitiveLog = UpdateTrackerRequestFilterSensitiveLog;
|
|
762
|
+
const UpdateTrackerResponseFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
});
|
|
765
|
+
exports.UpdateTrackerResponseFilterSensitiveLog = UpdateTrackerResponseFilterSensitiveLog;
|