@aws-amplify/geo 1.1.14-unstable.2 → 1.2.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/aws-amplify-geo.js +1759 -484
- package/dist/aws-amplify-geo.js.map +1 -1
- package/dist/aws-amplify-geo.min.js +6 -6
- package/dist/aws-amplify-geo.min.js.map +1 -1
- package/lib/Geo.d.ts +8 -1
- package/lib/Geo.js +32 -4
- package/lib/Geo.js.map +1 -1
- package/lib/Providers/AmazonLocationServiceProvider.d.ts +8 -1
- package/lib/Providers/AmazonLocationServiceProvider.js +72 -7
- package/lib/Providers/AmazonLocationServiceProvider.js.map +1 -1
- package/lib/types/Geo.d.ts +1 -0
- package/lib/types/Provider.d.ts +2 -1
- package/lib-esm/Geo.d.ts +8 -1
- package/lib-esm/Geo.js +32 -4
- package/lib-esm/Geo.js.map +1 -1
- package/lib-esm/Providers/AmazonLocationServiceProvider.d.ts +8 -1
- package/lib-esm/Providers/AmazonLocationServiceProvider.js +73 -8
- package/lib-esm/Providers/AmazonLocationServiceProvider.js.map +1 -1
- package/lib-esm/types/Geo.d.ts +1 -0
- package/lib-esm/types/Provider.d.ts +2 -1
- package/package.json +4 -4
- package/src/Geo.ts +22 -0
- package/src/Providers/AmazonLocationServiceProvider.ts +84 -5
- package/src/types/Geo.ts +3 -0
- package/src/types/Provider.ts +6 -0
package/dist/aws-amplify-geo.js
CHANGED
|
@@ -115,49 +115,53 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
115
115
|
/* harmony import */ var _commands_BatchPutGeofenceCommand__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./commands/BatchPutGeofenceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/BatchPutGeofenceCommand.js");
|
|
116
116
|
/* harmony import */ var _commands_BatchUpdateDevicePositionCommand__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./commands/BatchUpdateDevicePositionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/BatchUpdateDevicePositionCommand.js");
|
|
117
117
|
/* harmony import */ var _commands_CalculateRouteCommand__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./commands/CalculateRouteCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteCommand.js");
|
|
118
|
-
/* harmony import */ var
|
|
119
|
-
/* harmony import */ var
|
|
120
|
-
/* harmony import */ var
|
|
121
|
-
/* harmony import */ var
|
|
122
|
-
/* harmony import */ var
|
|
123
|
-
/* harmony import */ var
|
|
124
|
-
/* harmony import */ var
|
|
125
|
-
/* harmony import */ var
|
|
126
|
-
/* harmony import */ var
|
|
127
|
-
/* harmony import */ var
|
|
128
|
-
/* harmony import */ var
|
|
129
|
-
/* harmony import */ var
|
|
130
|
-
/* harmony import */ var
|
|
131
|
-
/* harmony import */ var
|
|
132
|
-
/* harmony import */ var
|
|
133
|
-
/* harmony import */ var
|
|
134
|
-
/* harmony import */ var
|
|
135
|
-
/* harmony import */ var
|
|
136
|
-
/* harmony import */ var
|
|
137
|
-
/* harmony import */ var
|
|
138
|
-
/* harmony import */ var
|
|
139
|
-
/* harmony import */ var
|
|
140
|
-
/* harmony import */ var
|
|
141
|
-
/* harmony import */ var
|
|
142
|
-
/* harmony import */ var
|
|
143
|
-
/* harmony import */ var
|
|
144
|
-
/* harmony import */ var
|
|
145
|
-
/* harmony import */ var
|
|
146
|
-
/* harmony import */ var
|
|
147
|
-
/* harmony import */ var
|
|
148
|
-
/* harmony import */ var
|
|
149
|
-
/* harmony import */ var
|
|
150
|
-
/* harmony import */ var
|
|
151
|
-
/* harmony import */ var
|
|
152
|
-
/* harmony import */ var
|
|
153
|
-
/* harmony import */ var
|
|
154
|
-
/* harmony import */ var
|
|
155
|
-
/* harmony import */ var
|
|
156
|
-
/* harmony import */ var
|
|
157
|
-
/* harmony import */ var
|
|
158
|
-
/* harmony import */ var
|
|
159
|
-
/* harmony import */ var
|
|
160
|
-
/* harmony import */ var
|
|
118
|
+
/* harmony import */ var _commands_CalculateRouteMatrixCommand__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./commands/CalculateRouteMatrixCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteMatrixCommand.js");
|
|
119
|
+
/* harmony import */ var _commands_CreateGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./commands/CreateGeofenceCollectionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateGeofenceCollectionCommand.js");
|
|
120
|
+
/* harmony import */ var _commands_CreateMapCommand__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./commands/CreateMapCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateMapCommand.js");
|
|
121
|
+
/* harmony import */ var _commands_CreatePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./commands/CreatePlaceIndexCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreatePlaceIndexCommand.js");
|
|
122
|
+
/* harmony import */ var _commands_CreateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./commands/CreateRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateRouteCalculatorCommand.js");
|
|
123
|
+
/* harmony import */ var _commands_CreateTrackerCommand__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./commands/CreateTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateTrackerCommand.js");
|
|
124
|
+
/* harmony import */ var _commands_DeleteGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./commands/DeleteGeofenceCollectionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteGeofenceCollectionCommand.js");
|
|
125
|
+
/* harmony import */ var _commands_DeleteMapCommand__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./commands/DeleteMapCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteMapCommand.js");
|
|
126
|
+
/* harmony import */ var _commands_DeletePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./commands/DeletePlaceIndexCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeletePlaceIndexCommand.js");
|
|
127
|
+
/* harmony import */ var _commands_DeleteRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./commands/DeleteRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteRouteCalculatorCommand.js");
|
|
128
|
+
/* harmony import */ var _commands_DeleteTrackerCommand__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./commands/DeleteTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteTrackerCommand.js");
|
|
129
|
+
/* harmony import */ var _commands_DescribeGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./commands/DescribeGeofenceCollectionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeGeofenceCollectionCommand.js");
|
|
130
|
+
/* harmony import */ var _commands_DescribeMapCommand__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./commands/DescribeMapCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeMapCommand.js");
|
|
131
|
+
/* harmony import */ var _commands_DescribePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./commands/DescribePlaceIndexCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribePlaceIndexCommand.js");
|
|
132
|
+
/* harmony import */ var _commands_DescribeRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./commands/DescribeRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeRouteCalculatorCommand.js");
|
|
133
|
+
/* harmony import */ var _commands_DescribeTrackerCommand__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./commands/DescribeTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeTrackerCommand.js");
|
|
134
|
+
/* harmony import */ var _commands_DisassociateTrackerConsumerCommand__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./commands/DisassociateTrackerConsumerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DisassociateTrackerConsumerCommand.js");
|
|
135
|
+
/* harmony import */ var _commands_GetDevicePositionCommand__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./commands/GetDevicePositionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionCommand.js");
|
|
136
|
+
/* harmony import */ var _commands_GetDevicePositionHistoryCommand__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./commands/GetDevicePositionHistoryCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionHistoryCommand.js");
|
|
137
|
+
/* harmony import */ var _commands_GetGeofenceCommand__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./commands/GetGeofenceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetGeofenceCommand.js");
|
|
138
|
+
/* harmony import */ var _commands_GetMapGlyphsCommand__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./commands/GetMapGlyphsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapGlyphsCommand.js");
|
|
139
|
+
/* harmony import */ var _commands_GetMapSpritesCommand__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./commands/GetMapSpritesCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapSpritesCommand.js");
|
|
140
|
+
/* harmony import */ var _commands_GetMapStyleDescriptorCommand__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./commands/GetMapStyleDescriptorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapStyleDescriptorCommand.js");
|
|
141
|
+
/* harmony import */ var _commands_GetMapTileCommand__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./commands/GetMapTileCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapTileCommand.js");
|
|
142
|
+
/* harmony import */ var _commands_ListDevicePositionsCommand__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./commands/ListDevicePositionsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListDevicePositionsCommand.js");
|
|
143
|
+
/* harmony import */ var _commands_ListGeofenceCollectionsCommand__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./commands/ListGeofenceCollectionsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofenceCollectionsCommand.js");
|
|
144
|
+
/* harmony import */ var _commands_ListGeofencesCommand__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./commands/ListGeofencesCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofencesCommand.js");
|
|
145
|
+
/* harmony import */ var _commands_ListMapsCommand__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./commands/ListMapsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListMapsCommand.js");
|
|
146
|
+
/* harmony import */ var _commands_ListPlaceIndexesCommand__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./commands/ListPlaceIndexesCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListPlaceIndexesCommand.js");
|
|
147
|
+
/* harmony import */ var _commands_ListRouteCalculatorsCommand__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./commands/ListRouteCalculatorsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListRouteCalculatorsCommand.js");
|
|
148
|
+
/* harmony import */ var _commands_ListTagsForResourceCommand__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./commands/ListTagsForResourceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTagsForResourceCommand.js");
|
|
149
|
+
/* harmony import */ var _commands_ListTrackerConsumersCommand__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./commands/ListTrackerConsumersCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackerConsumersCommand.js");
|
|
150
|
+
/* harmony import */ var _commands_ListTrackersCommand__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./commands/ListTrackersCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackersCommand.js");
|
|
151
|
+
/* harmony import */ var _commands_PutGeofenceCommand__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./commands/PutGeofenceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/PutGeofenceCommand.js");
|
|
152
|
+
/* harmony import */ var _commands_SearchPlaceIndexForPositionCommand__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./commands/SearchPlaceIndexForPositionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForPositionCommand.js");
|
|
153
|
+
/* harmony import */ var _commands_SearchPlaceIndexForSuggestionsCommand__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./commands/SearchPlaceIndexForSuggestionsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js");
|
|
154
|
+
/* harmony import */ var _commands_SearchPlaceIndexForTextCommand__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./commands/SearchPlaceIndexForTextCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForTextCommand.js");
|
|
155
|
+
/* harmony import */ var _commands_TagResourceCommand__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./commands/TagResourceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/TagResourceCommand.js");
|
|
156
|
+
/* harmony import */ var _commands_UntagResourceCommand__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./commands/UntagResourceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UntagResourceCommand.js");
|
|
157
|
+
/* harmony import */ var _commands_UpdateGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./commands/UpdateGeofenceCollectionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateGeofenceCollectionCommand.js");
|
|
158
|
+
/* harmony import */ var _commands_UpdateMapCommand__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./commands/UpdateMapCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateMapCommand.js");
|
|
159
|
+
/* harmony import */ var _commands_UpdatePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./commands/UpdatePlaceIndexCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdatePlaceIndexCommand.js");
|
|
160
|
+
/* harmony import */ var _commands_UpdateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./commands/UpdateRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateRouteCalculatorCommand.js");
|
|
161
|
+
/* harmony import */ var _commands_UpdateTrackerCommand__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./commands/UpdateTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateTrackerCommand.js");
|
|
162
|
+
/* harmony import */ var _LocationClient__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ./LocationClient */ "../../node_modules/@aws-sdk/client-location/dist-es/LocationClient.js");
|
|
163
|
+
|
|
164
|
+
|
|
161
165
|
|
|
162
166
|
|
|
163
167
|
|
|
@@ -327,8 +331,22 @@ var Location = (function (_super) {
|
|
|
327
331
|
return this.send(command, optionsOrCb);
|
|
328
332
|
}
|
|
329
333
|
};
|
|
334
|
+
Location.prototype.calculateRouteMatrix = function (args, optionsOrCb, cb) {
|
|
335
|
+
var command = new _commands_CalculateRouteMatrixCommand__WEBPACK_IMPORTED_MODULE_9__["CalculateRouteMatrixCommand"](args);
|
|
336
|
+
if (typeof optionsOrCb === "function") {
|
|
337
|
+
this.send(command, optionsOrCb);
|
|
338
|
+
}
|
|
339
|
+
else if (typeof cb === "function") {
|
|
340
|
+
if (typeof optionsOrCb !== "object")
|
|
341
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
342
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
343
|
+
}
|
|
344
|
+
else {
|
|
345
|
+
return this.send(command, optionsOrCb);
|
|
346
|
+
}
|
|
347
|
+
};
|
|
330
348
|
Location.prototype.createGeofenceCollection = function (args, optionsOrCb, cb) {
|
|
331
|
-
var command = new
|
|
349
|
+
var command = new _commands_CreateGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_10__["CreateGeofenceCollectionCommand"](args);
|
|
332
350
|
if (typeof optionsOrCb === "function") {
|
|
333
351
|
this.send(command, optionsOrCb);
|
|
334
352
|
}
|
|
@@ -342,7 +360,7 @@ var Location = (function (_super) {
|
|
|
342
360
|
}
|
|
343
361
|
};
|
|
344
362
|
Location.prototype.createMap = function (args, optionsOrCb, cb) {
|
|
345
|
-
var command = new
|
|
363
|
+
var command = new _commands_CreateMapCommand__WEBPACK_IMPORTED_MODULE_11__["CreateMapCommand"](args);
|
|
346
364
|
if (typeof optionsOrCb === "function") {
|
|
347
365
|
this.send(command, optionsOrCb);
|
|
348
366
|
}
|
|
@@ -356,7 +374,7 @@ var Location = (function (_super) {
|
|
|
356
374
|
}
|
|
357
375
|
};
|
|
358
376
|
Location.prototype.createPlaceIndex = function (args, optionsOrCb, cb) {
|
|
359
|
-
var command = new
|
|
377
|
+
var command = new _commands_CreatePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_12__["CreatePlaceIndexCommand"](args);
|
|
360
378
|
if (typeof optionsOrCb === "function") {
|
|
361
379
|
this.send(command, optionsOrCb);
|
|
362
380
|
}
|
|
@@ -370,7 +388,7 @@ var Location = (function (_super) {
|
|
|
370
388
|
}
|
|
371
389
|
};
|
|
372
390
|
Location.prototype.createRouteCalculator = function (args, optionsOrCb, cb) {
|
|
373
|
-
var command = new
|
|
391
|
+
var command = new _commands_CreateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_13__["CreateRouteCalculatorCommand"](args);
|
|
374
392
|
if (typeof optionsOrCb === "function") {
|
|
375
393
|
this.send(command, optionsOrCb);
|
|
376
394
|
}
|
|
@@ -384,7 +402,7 @@ var Location = (function (_super) {
|
|
|
384
402
|
}
|
|
385
403
|
};
|
|
386
404
|
Location.prototype.createTracker = function (args, optionsOrCb, cb) {
|
|
387
|
-
var command = new
|
|
405
|
+
var command = new _commands_CreateTrackerCommand__WEBPACK_IMPORTED_MODULE_14__["CreateTrackerCommand"](args);
|
|
388
406
|
if (typeof optionsOrCb === "function") {
|
|
389
407
|
this.send(command, optionsOrCb);
|
|
390
408
|
}
|
|
@@ -398,7 +416,7 @@ var Location = (function (_super) {
|
|
|
398
416
|
}
|
|
399
417
|
};
|
|
400
418
|
Location.prototype.deleteGeofenceCollection = function (args, optionsOrCb, cb) {
|
|
401
|
-
var command = new
|
|
419
|
+
var command = new _commands_DeleteGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_15__["DeleteGeofenceCollectionCommand"](args);
|
|
402
420
|
if (typeof optionsOrCb === "function") {
|
|
403
421
|
this.send(command, optionsOrCb);
|
|
404
422
|
}
|
|
@@ -412,7 +430,7 @@ var Location = (function (_super) {
|
|
|
412
430
|
}
|
|
413
431
|
};
|
|
414
432
|
Location.prototype.deleteMap = function (args, optionsOrCb, cb) {
|
|
415
|
-
var command = new
|
|
433
|
+
var command = new _commands_DeleteMapCommand__WEBPACK_IMPORTED_MODULE_16__["DeleteMapCommand"](args);
|
|
416
434
|
if (typeof optionsOrCb === "function") {
|
|
417
435
|
this.send(command, optionsOrCb);
|
|
418
436
|
}
|
|
@@ -426,7 +444,7 @@ var Location = (function (_super) {
|
|
|
426
444
|
}
|
|
427
445
|
};
|
|
428
446
|
Location.prototype.deletePlaceIndex = function (args, optionsOrCb, cb) {
|
|
429
|
-
var command = new
|
|
447
|
+
var command = new _commands_DeletePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_17__["DeletePlaceIndexCommand"](args);
|
|
430
448
|
if (typeof optionsOrCb === "function") {
|
|
431
449
|
this.send(command, optionsOrCb);
|
|
432
450
|
}
|
|
@@ -440,7 +458,7 @@ var Location = (function (_super) {
|
|
|
440
458
|
}
|
|
441
459
|
};
|
|
442
460
|
Location.prototype.deleteRouteCalculator = function (args, optionsOrCb, cb) {
|
|
443
|
-
var command = new
|
|
461
|
+
var command = new _commands_DeleteRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_18__["DeleteRouteCalculatorCommand"](args);
|
|
444
462
|
if (typeof optionsOrCb === "function") {
|
|
445
463
|
this.send(command, optionsOrCb);
|
|
446
464
|
}
|
|
@@ -454,7 +472,7 @@ var Location = (function (_super) {
|
|
|
454
472
|
}
|
|
455
473
|
};
|
|
456
474
|
Location.prototype.deleteTracker = function (args, optionsOrCb, cb) {
|
|
457
|
-
var command = new
|
|
475
|
+
var command = new _commands_DeleteTrackerCommand__WEBPACK_IMPORTED_MODULE_19__["DeleteTrackerCommand"](args);
|
|
458
476
|
if (typeof optionsOrCb === "function") {
|
|
459
477
|
this.send(command, optionsOrCb);
|
|
460
478
|
}
|
|
@@ -468,7 +486,7 @@ var Location = (function (_super) {
|
|
|
468
486
|
}
|
|
469
487
|
};
|
|
470
488
|
Location.prototype.describeGeofenceCollection = function (args, optionsOrCb, cb) {
|
|
471
|
-
var command = new
|
|
489
|
+
var command = new _commands_DescribeGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_20__["DescribeGeofenceCollectionCommand"](args);
|
|
472
490
|
if (typeof optionsOrCb === "function") {
|
|
473
491
|
this.send(command, optionsOrCb);
|
|
474
492
|
}
|
|
@@ -482,7 +500,7 @@ var Location = (function (_super) {
|
|
|
482
500
|
}
|
|
483
501
|
};
|
|
484
502
|
Location.prototype.describeMap = function (args, optionsOrCb, cb) {
|
|
485
|
-
var command = new
|
|
503
|
+
var command = new _commands_DescribeMapCommand__WEBPACK_IMPORTED_MODULE_21__["DescribeMapCommand"](args);
|
|
486
504
|
if (typeof optionsOrCb === "function") {
|
|
487
505
|
this.send(command, optionsOrCb);
|
|
488
506
|
}
|
|
@@ -496,7 +514,7 @@ var Location = (function (_super) {
|
|
|
496
514
|
}
|
|
497
515
|
};
|
|
498
516
|
Location.prototype.describePlaceIndex = function (args, optionsOrCb, cb) {
|
|
499
|
-
var command = new
|
|
517
|
+
var command = new _commands_DescribePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_22__["DescribePlaceIndexCommand"](args);
|
|
500
518
|
if (typeof optionsOrCb === "function") {
|
|
501
519
|
this.send(command, optionsOrCb);
|
|
502
520
|
}
|
|
@@ -510,7 +528,7 @@ var Location = (function (_super) {
|
|
|
510
528
|
}
|
|
511
529
|
};
|
|
512
530
|
Location.prototype.describeRouteCalculator = function (args, optionsOrCb, cb) {
|
|
513
|
-
var command = new
|
|
531
|
+
var command = new _commands_DescribeRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_23__["DescribeRouteCalculatorCommand"](args);
|
|
514
532
|
if (typeof optionsOrCb === "function") {
|
|
515
533
|
this.send(command, optionsOrCb);
|
|
516
534
|
}
|
|
@@ -524,7 +542,7 @@ var Location = (function (_super) {
|
|
|
524
542
|
}
|
|
525
543
|
};
|
|
526
544
|
Location.prototype.describeTracker = function (args, optionsOrCb, cb) {
|
|
527
|
-
var command = new
|
|
545
|
+
var command = new _commands_DescribeTrackerCommand__WEBPACK_IMPORTED_MODULE_24__["DescribeTrackerCommand"](args);
|
|
528
546
|
if (typeof optionsOrCb === "function") {
|
|
529
547
|
this.send(command, optionsOrCb);
|
|
530
548
|
}
|
|
@@ -538,7 +556,7 @@ var Location = (function (_super) {
|
|
|
538
556
|
}
|
|
539
557
|
};
|
|
540
558
|
Location.prototype.disassociateTrackerConsumer = function (args, optionsOrCb, cb) {
|
|
541
|
-
var command = new
|
|
559
|
+
var command = new _commands_DisassociateTrackerConsumerCommand__WEBPACK_IMPORTED_MODULE_25__["DisassociateTrackerConsumerCommand"](args);
|
|
542
560
|
if (typeof optionsOrCb === "function") {
|
|
543
561
|
this.send(command, optionsOrCb);
|
|
544
562
|
}
|
|
@@ -552,7 +570,7 @@ var Location = (function (_super) {
|
|
|
552
570
|
}
|
|
553
571
|
};
|
|
554
572
|
Location.prototype.getDevicePosition = function (args, optionsOrCb, cb) {
|
|
555
|
-
var command = new
|
|
573
|
+
var command = new _commands_GetDevicePositionCommand__WEBPACK_IMPORTED_MODULE_26__["GetDevicePositionCommand"](args);
|
|
556
574
|
if (typeof optionsOrCb === "function") {
|
|
557
575
|
this.send(command, optionsOrCb);
|
|
558
576
|
}
|
|
@@ -566,7 +584,7 @@ var Location = (function (_super) {
|
|
|
566
584
|
}
|
|
567
585
|
};
|
|
568
586
|
Location.prototype.getDevicePositionHistory = function (args, optionsOrCb, cb) {
|
|
569
|
-
var command = new
|
|
587
|
+
var command = new _commands_GetDevicePositionHistoryCommand__WEBPACK_IMPORTED_MODULE_27__["GetDevicePositionHistoryCommand"](args);
|
|
570
588
|
if (typeof optionsOrCb === "function") {
|
|
571
589
|
this.send(command, optionsOrCb);
|
|
572
590
|
}
|
|
@@ -580,7 +598,7 @@ var Location = (function (_super) {
|
|
|
580
598
|
}
|
|
581
599
|
};
|
|
582
600
|
Location.prototype.getGeofence = function (args, optionsOrCb, cb) {
|
|
583
|
-
var command = new
|
|
601
|
+
var command = new _commands_GetGeofenceCommand__WEBPACK_IMPORTED_MODULE_28__["GetGeofenceCommand"](args);
|
|
584
602
|
if (typeof optionsOrCb === "function") {
|
|
585
603
|
this.send(command, optionsOrCb);
|
|
586
604
|
}
|
|
@@ -594,7 +612,7 @@ var Location = (function (_super) {
|
|
|
594
612
|
}
|
|
595
613
|
};
|
|
596
614
|
Location.prototype.getMapGlyphs = function (args, optionsOrCb, cb) {
|
|
597
|
-
var command = new
|
|
615
|
+
var command = new _commands_GetMapGlyphsCommand__WEBPACK_IMPORTED_MODULE_29__["GetMapGlyphsCommand"](args);
|
|
598
616
|
if (typeof optionsOrCb === "function") {
|
|
599
617
|
this.send(command, optionsOrCb);
|
|
600
618
|
}
|
|
@@ -608,7 +626,7 @@ var Location = (function (_super) {
|
|
|
608
626
|
}
|
|
609
627
|
};
|
|
610
628
|
Location.prototype.getMapSprites = function (args, optionsOrCb, cb) {
|
|
611
|
-
var command = new
|
|
629
|
+
var command = new _commands_GetMapSpritesCommand__WEBPACK_IMPORTED_MODULE_30__["GetMapSpritesCommand"](args);
|
|
612
630
|
if (typeof optionsOrCb === "function") {
|
|
613
631
|
this.send(command, optionsOrCb);
|
|
614
632
|
}
|
|
@@ -622,7 +640,7 @@ var Location = (function (_super) {
|
|
|
622
640
|
}
|
|
623
641
|
};
|
|
624
642
|
Location.prototype.getMapStyleDescriptor = function (args, optionsOrCb, cb) {
|
|
625
|
-
var command = new
|
|
643
|
+
var command = new _commands_GetMapStyleDescriptorCommand__WEBPACK_IMPORTED_MODULE_31__["GetMapStyleDescriptorCommand"](args);
|
|
626
644
|
if (typeof optionsOrCb === "function") {
|
|
627
645
|
this.send(command, optionsOrCb);
|
|
628
646
|
}
|
|
@@ -636,7 +654,7 @@ var Location = (function (_super) {
|
|
|
636
654
|
}
|
|
637
655
|
};
|
|
638
656
|
Location.prototype.getMapTile = function (args, optionsOrCb, cb) {
|
|
639
|
-
var command = new
|
|
657
|
+
var command = new _commands_GetMapTileCommand__WEBPACK_IMPORTED_MODULE_32__["GetMapTileCommand"](args);
|
|
640
658
|
if (typeof optionsOrCb === "function") {
|
|
641
659
|
this.send(command, optionsOrCb);
|
|
642
660
|
}
|
|
@@ -650,7 +668,7 @@ var Location = (function (_super) {
|
|
|
650
668
|
}
|
|
651
669
|
};
|
|
652
670
|
Location.prototype.listDevicePositions = function (args, optionsOrCb, cb) {
|
|
653
|
-
var command = new
|
|
671
|
+
var command = new _commands_ListDevicePositionsCommand__WEBPACK_IMPORTED_MODULE_33__["ListDevicePositionsCommand"](args);
|
|
654
672
|
if (typeof optionsOrCb === "function") {
|
|
655
673
|
this.send(command, optionsOrCb);
|
|
656
674
|
}
|
|
@@ -664,7 +682,7 @@ var Location = (function (_super) {
|
|
|
664
682
|
}
|
|
665
683
|
};
|
|
666
684
|
Location.prototype.listGeofenceCollections = function (args, optionsOrCb, cb) {
|
|
667
|
-
var command = new
|
|
685
|
+
var command = new _commands_ListGeofenceCollectionsCommand__WEBPACK_IMPORTED_MODULE_34__["ListGeofenceCollectionsCommand"](args);
|
|
668
686
|
if (typeof optionsOrCb === "function") {
|
|
669
687
|
this.send(command, optionsOrCb);
|
|
670
688
|
}
|
|
@@ -678,7 +696,7 @@ var Location = (function (_super) {
|
|
|
678
696
|
}
|
|
679
697
|
};
|
|
680
698
|
Location.prototype.listGeofences = function (args, optionsOrCb, cb) {
|
|
681
|
-
var command = new
|
|
699
|
+
var command = new _commands_ListGeofencesCommand__WEBPACK_IMPORTED_MODULE_35__["ListGeofencesCommand"](args);
|
|
682
700
|
if (typeof optionsOrCb === "function") {
|
|
683
701
|
this.send(command, optionsOrCb);
|
|
684
702
|
}
|
|
@@ -692,7 +710,7 @@ var Location = (function (_super) {
|
|
|
692
710
|
}
|
|
693
711
|
};
|
|
694
712
|
Location.prototype.listMaps = function (args, optionsOrCb, cb) {
|
|
695
|
-
var command = new
|
|
713
|
+
var command = new _commands_ListMapsCommand__WEBPACK_IMPORTED_MODULE_36__["ListMapsCommand"](args);
|
|
696
714
|
if (typeof optionsOrCb === "function") {
|
|
697
715
|
this.send(command, optionsOrCb);
|
|
698
716
|
}
|
|
@@ -706,7 +724,7 @@ var Location = (function (_super) {
|
|
|
706
724
|
}
|
|
707
725
|
};
|
|
708
726
|
Location.prototype.listPlaceIndexes = function (args, optionsOrCb, cb) {
|
|
709
|
-
var command = new
|
|
727
|
+
var command = new _commands_ListPlaceIndexesCommand__WEBPACK_IMPORTED_MODULE_37__["ListPlaceIndexesCommand"](args);
|
|
710
728
|
if (typeof optionsOrCb === "function") {
|
|
711
729
|
this.send(command, optionsOrCb);
|
|
712
730
|
}
|
|
@@ -720,7 +738,7 @@ var Location = (function (_super) {
|
|
|
720
738
|
}
|
|
721
739
|
};
|
|
722
740
|
Location.prototype.listRouteCalculators = function (args, optionsOrCb, cb) {
|
|
723
|
-
var command = new
|
|
741
|
+
var command = new _commands_ListRouteCalculatorsCommand__WEBPACK_IMPORTED_MODULE_38__["ListRouteCalculatorsCommand"](args);
|
|
724
742
|
if (typeof optionsOrCb === "function") {
|
|
725
743
|
this.send(command, optionsOrCb);
|
|
726
744
|
}
|
|
@@ -734,7 +752,7 @@ var Location = (function (_super) {
|
|
|
734
752
|
}
|
|
735
753
|
};
|
|
736
754
|
Location.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
737
|
-
var command = new
|
|
755
|
+
var command = new _commands_ListTagsForResourceCommand__WEBPACK_IMPORTED_MODULE_39__["ListTagsForResourceCommand"](args);
|
|
738
756
|
if (typeof optionsOrCb === "function") {
|
|
739
757
|
this.send(command, optionsOrCb);
|
|
740
758
|
}
|
|
@@ -748,7 +766,7 @@ var Location = (function (_super) {
|
|
|
748
766
|
}
|
|
749
767
|
};
|
|
750
768
|
Location.prototype.listTrackerConsumers = function (args, optionsOrCb, cb) {
|
|
751
|
-
var command = new
|
|
769
|
+
var command = new _commands_ListTrackerConsumersCommand__WEBPACK_IMPORTED_MODULE_40__["ListTrackerConsumersCommand"](args);
|
|
752
770
|
if (typeof optionsOrCb === "function") {
|
|
753
771
|
this.send(command, optionsOrCb);
|
|
754
772
|
}
|
|
@@ -762,7 +780,7 @@ var Location = (function (_super) {
|
|
|
762
780
|
}
|
|
763
781
|
};
|
|
764
782
|
Location.prototype.listTrackers = function (args, optionsOrCb, cb) {
|
|
765
|
-
var command = new
|
|
783
|
+
var command = new _commands_ListTrackersCommand__WEBPACK_IMPORTED_MODULE_41__["ListTrackersCommand"](args);
|
|
766
784
|
if (typeof optionsOrCb === "function") {
|
|
767
785
|
this.send(command, optionsOrCb);
|
|
768
786
|
}
|
|
@@ -776,7 +794,7 @@ var Location = (function (_super) {
|
|
|
776
794
|
}
|
|
777
795
|
};
|
|
778
796
|
Location.prototype.putGeofence = function (args, optionsOrCb, cb) {
|
|
779
|
-
var command = new
|
|
797
|
+
var command = new _commands_PutGeofenceCommand__WEBPACK_IMPORTED_MODULE_42__["PutGeofenceCommand"](args);
|
|
780
798
|
if (typeof optionsOrCb === "function") {
|
|
781
799
|
this.send(command, optionsOrCb);
|
|
782
800
|
}
|
|
@@ -790,7 +808,21 @@ var Location = (function (_super) {
|
|
|
790
808
|
}
|
|
791
809
|
};
|
|
792
810
|
Location.prototype.searchPlaceIndexForPosition = function (args, optionsOrCb, cb) {
|
|
793
|
-
var command = new
|
|
811
|
+
var command = new _commands_SearchPlaceIndexForPositionCommand__WEBPACK_IMPORTED_MODULE_43__["SearchPlaceIndexForPositionCommand"](args);
|
|
812
|
+
if (typeof optionsOrCb === "function") {
|
|
813
|
+
this.send(command, optionsOrCb);
|
|
814
|
+
}
|
|
815
|
+
else if (typeof cb === "function") {
|
|
816
|
+
if (typeof optionsOrCb !== "object")
|
|
817
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
818
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
819
|
+
}
|
|
820
|
+
else {
|
|
821
|
+
return this.send(command, optionsOrCb);
|
|
822
|
+
}
|
|
823
|
+
};
|
|
824
|
+
Location.prototype.searchPlaceIndexForSuggestions = function (args, optionsOrCb, cb) {
|
|
825
|
+
var command = new _commands_SearchPlaceIndexForSuggestionsCommand__WEBPACK_IMPORTED_MODULE_44__["SearchPlaceIndexForSuggestionsCommand"](args);
|
|
794
826
|
if (typeof optionsOrCb === "function") {
|
|
795
827
|
this.send(command, optionsOrCb);
|
|
796
828
|
}
|
|
@@ -804,7 +836,7 @@ var Location = (function (_super) {
|
|
|
804
836
|
}
|
|
805
837
|
};
|
|
806
838
|
Location.prototype.searchPlaceIndexForText = function (args, optionsOrCb, cb) {
|
|
807
|
-
var command = new
|
|
839
|
+
var command = new _commands_SearchPlaceIndexForTextCommand__WEBPACK_IMPORTED_MODULE_45__["SearchPlaceIndexForTextCommand"](args);
|
|
808
840
|
if (typeof optionsOrCb === "function") {
|
|
809
841
|
this.send(command, optionsOrCb);
|
|
810
842
|
}
|
|
@@ -818,7 +850,7 @@ var Location = (function (_super) {
|
|
|
818
850
|
}
|
|
819
851
|
};
|
|
820
852
|
Location.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
821
|
-
var command = new
|
|
853
|
+
var command = new _commands_TagResourceCommand__WEBPACK_IMPORTED_MODULE_46__["TagResourceCommand"](args);
|
|
822
854
|
if (typeof optionsOrCb === "function") {
|
|
823
855
|
this.send(command, optionsOrCb);
|
|
824
856
|
}
|
|
@@ -832,7 +864,7 @@ var Location = (function (_super) {
|
|
|
832
864
|
}
|
|
833
865
|
};
|
|
834
866
|
Location.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
835
|
-
var command = new
|
|
867
|
+
var command = new _commands_UntagResourceCommand__WEBPACK_IMPORTED_MODULE_47__["UntagResourceCommand"](args);
|
|
836
868
|
if (typeof optionsOrCb === "function") {
|
|
837
869
|
this.send(command, optionsOrCb);
|
|
838
870
|
}
|
|
@@ -846,7 +878,7 @@ var Location = (function (_super) {
|
|
|
846
878
|
}
|
|
847
879
|
};
|
|
848
880
|
Location.prototype.updateGeofenceCollection = function (args, optionsOrCb, cb) {
|
|
849
|
-
var command = new
|
|
881
|
+
var command = new _commands_UpdateGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_48__["UpdateGeofenceCollectionCommand"](args);
|
|
850
882
|
if (typeof optionsOrCb === "function") {
|
|
851
883
|
this.send(command, optionsOrCb);
|
|
852
884
|
}
|
|
@@ -860,7 +892,7 @@ var Location = (function (_super) {
|
|
|
860
892
|
}
|
|
861
893
|
};
|
|
862
894
|
Location.prototype.updateMap = function (args, optionsOrCb, cb) {
|
|
863
|
-
var command = new
|
|
895
|
+
var command = new _commands_UpdateMapCommand__WEBPACK_IMPORTED_MODULE_49__["UpdateMapCommand"](args);
|
|
864
896
|
if (typeof optionsOrCb === "function") {
|
|
865
897
|
this.send(command, optionsOrCb);
|
|
866
898
|
}
|
|
@@ -874,7 +906,7 @@ var Location = (function (_super) {
|
|
|
874
906
|
}
|
|
875
907
|
};
|
|
876
908
|
Location.prototype.updatePlaceIndex = function (args, optionsOrCb, cb) {
|
|
877
|
-
var command = new
|
|
909
|
+
var command = new _commands_UpdatePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_50__["UpdatePlaceIndexCommand"](args);
|
|
878
910
|
if (typeof optionsOrCb === "function") {
|
|
879
911
|
this.send(command, optionsOrCb);
|
|
880
912
|
}
|
|
@@ -888,7 +920,7 @@ var Location = (function (_super) {
|
|
|
888
920
|
}
|
|
889
921
|
};
|
|
890
922
|
Location.prototype.updateRouteCalculator = function (args, optionsOrCb, cb) {
|
|
891
|
-
var command = new
|
|
923
|
+
var command = new _commands_UpdateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_51__["UpdateRouteCalculatorCommand"](args);
|
|
892
924
|
if (typeof optionsOrCb === "function") {
|
|
893
925
|
this.send(command, optionsOrCb);
|
|
894
926
|
}
|
|
@@ -902,7 +934,7 @@ var Location = (function (_super) {
|
|
|
902
934
|
}
|
|
903
935
|
};
|
|
904
936
|
Location.prototype.updateTracker = function (args, optionsOrCb, cb) {
|
|
905
|
-
var command = new
|
|
937
|
+
var command = new _commands_UpdateTrackerCommand__WEBPACK_IMPORTED_MODULE_52__["UpdateTrackerCommand"](args);
|
|
906
938
|
if (typeof optionsOrCb === "function") {
|
|
907
939
|
this.send(command, optionsOrCb);
|
|
908
940
|
}
|
|
@@ -916,7 +948,7 @@ var Location = (function (_super) {
|
|
|
916
948
|
}
|
|
917
949
|
};
|
|
918
950
|
return Location;
|
|
919
|
-
}(
|
|
951
|
+
}(_LocationClient__WEBPACK_IMPORTED_MODULE_53__["LocationClient"]));
|
|
920
952
|
|
|
921
953
|
|
|
922
954
|
|
|
@@ -1445,6 +1477,64 @@ var CalculateRouteCommand = (function (_super) {
|
|
|
1445
1477
|
|
|
1446
1478
|
|
|
1447
1479
|
|
|
1480
|
+
/***/ }),
|
|
1481
|
+
|
|
1482
|
+
/***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteMatrixCommand.js":
|
|
1483
|
+
/*!**************************************************************************************************************!*\
|
|
1484
|
+
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteMatrixCommand.js ***!
|
|
1485
|
+
\**************************************************************************************************************/
|
|
1486
|
+
/*! exports provided: CalculateRouteMatrixCommand */
|
|
1487
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1488
|
+
|
|
1489
|
+
"use strict";
|
|
1490
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1491
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixCommand", function() { return CalculateRouteMatrixCommand; });
|
|
1492
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/@aws-sdk/client-location/node_modules/tslib/tslib.es6.js");
|
|
1493
|
+
/* harmony import */ var _aws_sdk_middleware_serde__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @aws-sdk/middleware-serde */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/index.js");
|
|
1494
|
+
/* harmony import */ var _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @aws-sdk/smithy-client */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/index.js");
|
|
1495
|
+
/* harmony import */ var _models_models_0__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../models/models_0 */ "../../node_modules/@aws-sdk/client-location/dist-es/models/models_0.js");
|
|
1496
|
+
/* harmony import */ var _protocols_Aws_restJson1__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../protocols/Aws_restJson1 */ "../../node_modules/@aws-sdk/client-location/dist-es/protocols/Aws_restJson1.js");
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
var CalculateRouteMatrixCommand = (function (_super) {
|
|
1503
|
+
Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"])(CalculateRouteMatrixCommand, _super);
|
|
1504
|
+
function CalculateRouteMatrixCommand(input) {
|
|
1505
|
+
var _this = _super.call(this) || this;
|
|
1506
|
+
_this.input = input;
|
|
1507
|
+
return _this;
|
|
1508
|
+
}
|
|
1509
|
+
CalculateRouteMatrixCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
1510
|
+
this.middlewareStack.use(Object(_aws_sdk_middleware_serde__WEBPACK_IMPORTED_MODULE_1__["getSerdePlugin"])(configuration, this.serialize, this.deserialize));
|
|
1511
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
1512
|
+
var logger = configuration.logger;
|
|
1513
|
+
var clientName = "LocationClient";
|
|
1514
|
+
var commandName = "CalculateRouteMatrixCommand";
|
|
1515
|
+
var handlerExecutionContext = {
|
|
1516
|
+
logger: logger,
|
|
1517
|
+
clientName: clientName,
|
|
1518
|
+
commandName: commandName,
|
|
1519
|
+
inputFilterSensitiveLog: _models_models_0__WEBPACK_IMPORTED_MODULE_3__["CalculateRouteMatrixRequest"].filterSensitiveLog,
|
|
1520
|
+
outputFilterSensitiveLog: _models_models_0__WEBPACK_IMPORTED_MODULE_3__["CalculateRouteMatrixResponse"].filterSensitiveLog,
|
|
1521
|
+
};
|
|
1522
|
+
var requestHandler = configuration.requestHandler;
|
|
1523
|
+
return stack.resolve(function (request) {
|
|
1524
|
+
return requestHandler.handle(request.request, options || {});
|
|
1525
|
+
}, handlerExecutionContext);
|
|
1526
|
+
};
|
|
1527
|
+
CalculateRouteMatrixCommand.prototype.serialize = function (input, context) {
|
|
1528
|
+
return Object(_protocols_Aws_restJson1__WEBPACK_IMPORTED_MODULE_4__["serializeAws_restJson1CalculateRouteMatrixCommand"])(input, context);
|
|
1529
|
+
};
|
|
1530
|
+
CalculateRouteMatrixCommand.prototype.deserialize = function (output, context) {
|
|
1531
|
+
return Object(_protocols_Aws_restJson1__WEBPACK_IMPORTED_MODULE_4__["deserializeAws_restJson1CalculateRouteMatrixCommand"])(output, context);
|
|
1532
|
+
};
|
|
1533
|
+
return CalculateRouteMatrixCommand;
|
|
1534
|
+
}(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["Command"]));
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
|
|
1448
1538
|
/***/ }),
|
|
1449
1539
|
|
|
1450
1540
|
/***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateGeofenceCollectionCommand.js":
|
|
@@ -3417,6 +3507,64 @@ var SearchPlaceIndexForPositionCommand = (function (_super) {
|
|
|
3417
3507
|
|
|
3418
3508
|
|
|
3419
3509
|
|
|
3510
|
+
/***/ }),
|
|
3511
|
+
|
|
3512
|
+
/***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js":
|
|
3513
|
+
/*!************************************************************************************************************************!*\
|
|
3514
|
+
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js ***!
|
|
3515
|
+
\************************************************************************************************************************/
|
|
3516
|
+
/*! exports provided: SearchPlaceIndexForSuggestionsCommand */
|
|
3517
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3518
|
+
|
|
3519
|
+
"use strict";
|
|
3520
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3521
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsCommand", function() { return SearchPlaceIndexForSuggestionsCommand; });
|
|
3522
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/@aws-sdk/client-location/node_modules/tslib/tslib.es6.js");
|
|
3523
|
+
/* harmony import */ var _aws_sdk_middleware_serde__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @aws-sdk/middleware-serde */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/index.js");
|
|
3524
|
+
/* harmony import */ var _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @aws-sdk/smithy-client */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/index.js");
|
|
3525
|
+
/* harmony import */ var _models_models_0__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../models/models_0 */ "../../node_modules/@aws-sdk/client-location/dist-es/models/models_0.js");
|
|
3526
|
+
/* harmony import */ var _protocols_Aws_restJson1__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../protocols/Aws_restJson1 */ "../../node_modules/@aws-sdk/client-location/dist-es/protocols/Aws_restJson1.js");
|
|
3527
|
+
|
|
3528
|
+
|
|
3529
|
+
|
|
3530
|
+
|
|
3531
|
+
|
|
3532
|
+
var SearchPlaceIndexForSuggestionsCommand = (function (_super) {
|
|
3533
|
+
Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__extends"])(SearchPlaceIndexForSuggestionsCommand, _super);
|
|
3534
|
+
function SearchPlaceIndexForSuggestionsCommand(input) {
|
|
3535
|
+
var _this = _super.call(this) || this;
|
|
3536
|
+
_this.input = input;
|
|
3537
|
+
return _this;
|
|
3538
|
+
}
|
|
3539
|
+
SearchPlaceIndexForSuggestionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
3540
|
+
this.middlewareStack.use(Object(_aws_sdk_middleware_serde__WEBPACK_IMPORTED_MODULE_1__["getSerdePlugin"])(configuration, this.serialize, this.deserialize));
|
|
3541
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
3542
|
+
var logger = configuration.logger;
|
|
3543
|
+
var clientName = "LocationClient";
|
|
3544
|
+
var commandName = "SearchPlaceIndexForSuggestionsCommand";
|
|
3545
|
+
var handlerExecutionContext = {
|
|
3546
|
+
logger: logger,
|
|
3547
|
+
clientName: clientName,
|
|
3548
|
+
commandName: commandName,
|
|
3549
|
+
inputFilterSensitiveLog: _models_models_0__WEBPACK_IMPORTED_MODULE_3__["SearchPlaceIndexForSuggestionsRequest"].filterSensitiveLog,
|
|
3550
|
+
outputFilterSensitiveLog: _models_models_0__WEBPACK_IMPORTED_MODULE_3__["SearchPlaceIndexForSuggestionsResponse"].filterSensitiveLog,
|
|
3551
|
+
};
|
|
3552
|
+
var requestHandler = configuration.requestHandler;
|
|
3553
|
+
return stack.resolve(function (request) {
|
|
3554
|
+
return requestHandler.handle(request.request, options || {});
|
|
3555
|
+
}, handlerExecutionContext);
|
|
3556
|
+
};
|
|
3557
|
+
SearchPlaceIndexForSuggestionsCommand.prototype.serialize = function (input, context) {
|
|
3558
|
+
return Object(_protocols_Aws_restJson1__WEBPACK_IMPORTED_MODULE_4__["serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand"])(input, context);
|
|
3559
|
+
};
|
|
3560
|
+
SearchPlaceIndexForSuggestionsCommand.prototype.deserialize = function (output, context) {
|
|
3561
|
+
return Object(_protocols_Aws_restJson1__WEBPACK_IMPORTED_MODULE_4__["deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand"])(output, context);
|
|
3562
|
+
};
|
|
3563
|
+
return SearchPlaceIndexForSuggestionsCommand;
|
|
3564
|
+
}(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["Command"]));
|
|
3565
|
+
|
|
3566
|
+
|
|
3567
|
+
|
|
3420
3568
|
/***/ }),
|
|
3421
3569
|
|
|
3422
3570
|
/***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForTextCommand.js":
|
|
@@ -3887,7 +4035,7 @@ var UpdateTrackerCommand = (function (_super) {
|
|
|
3887
4035
|
/*!****************************************************************************************!*\
|
|
3888
4036
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/index.js ***!
|
|
3889
4037
|
\****************************************************************************************/
|
|
3890
|
-
/*! exports provided: AssociateTrackerConsumerCommand, BatchDeleteDevicePositionHistoryCommand, BatchDeleteGeofenceCommand, BatchEvaluateGeofencesCommand, BatchGetDevicePositionCommand, BatchPutGeofenceCommand, BatchUpdateDevicePositionCommand, CalculateRouteCommand, CreateGeofenceCollectionCommand, CreateMapCommand, CreatePlaceIndexCommand, CreateRouteCalculatorCommand, CreateTrackerCommand, DeleteGeofenceCollectionCommand, DeleteMapCommand, DeletePlaceIndexCommand, DeleteRouteCalculatorCommand, DeleteTrackerCommand, DescribeGeofenceCollectionCommand, DescribeMapCommand, DescribePlaceIndexCommand, DescribeRouteCalculatorCommand, DescribeTrackerCommand, DisassociateTrackerConsumerCommand, GetDevicePositionCommand, GetDevicePositionHistoryCommand, GetGeofenceCommand, GetMapGlyphsCommand, GetMapSpritesCommand, GetMapStyleDescriptorCommand, GetMapTileCommand, ListDevicePositionsCommand, ListGeofenceCollectionsCommand, ListGeofencesCommand, ListMapsCommand, ListPlaceIndexesCommand, ListRouteCalculatorsCommand, ListTagsForResourceCommand, ListTrackerConsumersCommand, ListTrackersCommand, PutGeofenceCommand, SearchPlaceIndexForPositionCommand, SearchPlaceIndexForTextCommand, TagResourceCommand, UntagResourceCommand, UpdateGeofenceCollectionCommand, UpdateMapCommand, UpdatePlaceIndexCommand, UpdateRouteCalculatorCommand, UpdateTrackerCommand */
|
|
4038
|
+
/*! exports provided: AssociateTrackerConsumerCommand, BatchDeleteDevicePositionHistoryCommand, BatchDeleteGeofenceCommand, BatchEvaluateGeofencesCommand, BatchGetDevicePositionCommand, BatchPutGeofenceCommand, BatchUpdateDevicePositionCommand, CalculateRouteCommand, CalculateRouteMatrixCommand, CreateGeofenceCollectionCommand, CreateMapCommand, CreatePlaceIndexCommand, CreateRouteCalculatorCommand, CreateTrackerCommand, DeleteGeofenceCollectionCommand, DeleteMapCommand, DeletePlaceIndexCommand, DeleteRouteCalculatorCommand, DeleteTrackerCommand, DescribeGeofenceCollectionCommand, DescribeMapCommand, DescribePlaceIndexCommand, DescribeRouteCalculatorCommand, DescribeTrackerCommand, DisassociateTrackerConsumerCommand, GetDevicePositionCommand, GetDevicePositionHistoryCommand, GetGeofenceCommand, GetMapGlyphsCommand, GetMapSpritesCommand, GetMapStyleDescriptorCommand, GetMapTileCommand, ListDevicePositionsCommand, ListGeofenceCollectionsCommand, ListGeofencesCommand, ListMapsCommand, ListPlaceIndexesCommand, ListRouteCalculatorsCommand, ListTagsForResourceCommand, ListTrackerConsumersCommand, ListTrackersCommand, PutGeofenceCommand, SearchPlaceIndexForPositionCommand, SearchPlaceIndexForSuggestionsCommand, SearchPlaceIndexForTextCommand, TagResourceCommand, UntagResourceCommand, UpdateGeofenceCollectionCommand, UpdateMapCommand, UpdatePlaceIndexCommand, UpdateRouteCalculatorCommand, UpdateTrackerCommand */
|
|
3891
4039
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3892
4040
|
|
|
3893
4041
|
"use strict";
|
|
@@ -3916,131 +4064,139 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3916
4064
|
/* harmony import */ var _CalculateRouteCommand__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./CalculateRouteCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteCommand.js");
|
|
3917
4065
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteCommand", function() { return _CalculateRouteCommand__WEBPACK_IMPORTED_MODULE_7__["CalculateRouteCommand"]; });
|
|
3918
4066
|
|
|
3919
|
-
/* harmony import */ var
|
|
3920
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4067
|
+
/* harmony import */ var _CalculateRouteMatrixCommand__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./CalculateRouteMatrixCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteMatrixCommand.js");
|
|
4068
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixCommand", function() { return _CalculateRouteMatrixCommand__WEBPACK_IMPORTED_MODULE_8__["CalculateRouteMatrixCommand"]; });
|
|
4069
|
+
|
|
4070
|
+
/* harmony import */ var _CreateGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./CreateGeofenceCollectionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateGeofenceCollectionCommand.js");
|
|
4071
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateGeofenceCollectionCommand", function() { return _CreateGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_9__["CreateGeofenceCollectionCommand"]; });
|
|
4072
|
+
|
|
4073
|
+
/* harmony import */ var _CreateMapCommand__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./CreateMapCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateMapCommand.js");
|
|
4074
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateMapCommand", function() { return _CreateMapCommand__WEBPACK_IMPORTED_MODULE_10__["CreateMapCommand"]; });
|
|
3921
4075
|
|
|
3922
|
-
/* harmony import */ var
|
|
3923
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4076
|
+
/* harmony import */ var _CreatePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./CreatePlaceIndexCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreatePlaceIndexCommand.js");
|
|
4077
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreatePlaceIndexCommand", function() { return _CreatePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_11__["CreatePlaceIndexCommand"]; });
|
|
3924
4078
|
|
|
3925
|
-
/* harmony import */ var
|
|
3926
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4079
|
+
/* harmony import */ var _CreateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./CreateRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateRouteCalculatorCommand.js");
|
|
4080
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateRouteCalculatorCommand", function() { return _CreateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_12__["CreateRouteCalculatorCommand"]; });
|
|
3927
4081
|
|
|
3928
|
-
/* harmony import */ var
|
|
3929
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4082
|
+
/* harmony import */ var _CreateTrackerCommand__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./CreateTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateTrackerCommand.js");
|
|
4083
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateTrackerCommand", function() { return _CreateTrackerCommand__WEBPACK_IMPORTED_MODULE_13__["CreateTrackerCommand"]; });
|
|
3930
4084
|
|
|
3931
|
-
/* harmony import */ var
|
|
3932
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4085
|
+
/* harmony import */ var _DeleteGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./DeleteGeofenceCollectionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteGeofenceCollectionCommand.js");
|
|
4086
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DeleteGeofenceCollectionCommand", function() { return _DeleteGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_14__["DeleteGeofenceCollectionCommand"]; });
|
|
3933
4087
|
|
|
3934
|
-
/* harmony import */ var
|
|
3935
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4088
|
+
/* harmony import */ var _DeleteMapCommand__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./DeleteMapCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteMapCommand.js");
|
|
4089
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DeleteMapCommand", function() { return _DeleteMapCommand__WEBPACK_IMPORTED_MODULE_15__["DeleteMapCommand"]; });
|
|
3936
4090
|
|
|
3937
|
-
/* harmony import */ var
|
|
3938
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4091
|
+
/* harmony import */ var _DeletePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./DeletePlaceIndexCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeletePlaceIndexCommand.js");
|
|
4092
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DeletePlaceIndexCommand", function() { return _DeletePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_16__["DeletePlaceIndexCommand"]; });
|
|
3939
4093
|
|
|
3940
|
-
/* harmony import */ var
|
|
3941
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
+
/* harmony import */ var _DeleteRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./DeleteRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteRouteCalculatorCommand.js");
|
|
4095
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DeleteRouteCalculatorCommand", function() { return _DeleteRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_17__["DeleteRouteCalculatorCommand"]; });
|
|
3942
4096
|
|
|
3943
|
-
/* harmony import */ var
|
|
3944
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4097
|
+
/* harmony import */ var _DeleteTrackerCommand__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./DeleteTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteTrackerCommand.js");
|
|
4098
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DeleteTrackerCommand", function() { return _DeleteTrackerCommand__WEBPACK_IMPORTED_MODULE_18__["DeleteTrackerCommand"]; });
|
|
3945
4099
|
|
|
3946
|
-
/* harmony import */ var
|
|
3947
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4100
|
+
/* harmony import */ var _DescribeGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./DescribeGeofenceCollectionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeGeofenceCollectionCommand.js");
|
|
4101
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DescribeGeofenceCollectionCommand", function() { return _DescribeGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_19__["DescribeGeofenceCollectionCommand"]; });
|
|
3948
4102
|
|
|
3949
|
-
/* harmony import */ var
|
|
3950
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4103
|
+
/* harmony import */ var _DescribeMapCommand__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./DescribeMapCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeMapCommand.js");
|
|
4104
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DescribeMapCommand", function() { return _DescribeMapCommand__WEBPACK_IMPORTED_MODULE_20__["DescribeMapCommand"]; });
|
|
3951
4105
|
|
|
3952
|
-
/* harmony import */ var
|
|
3953
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4106
|
+
/* harmony import */ var _DescribePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./DescribePlaceIndexCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribePlaceIndexCommand.js");
|
|
4107
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DescribePlaceIndexCommand", function() { return _DescribePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_21__["DescribePlaceIndexCommand"]; });
|
|
3954
4108
|
|
|
3955
|
-
/* harmony import */ var
|
|
3956
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4109
|
+
/* harmony import */ var _DescribeRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./DescribeRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeRouteCalculatorCommand.js");
|
|
4110
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DescribeRouteCalculatorCommand", function() { return _DescribeRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_22__["DescribeRouteCalculatorCommand"]; });
|
|
3957
4111
|
|
|
3958
|
-
/* harmony import */ var
|
|
3959
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4112
|
+
/* harmony import */ var _DescribeTrackerCommand__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./DescribeTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeTrackerCommand.js");
|
|
4113
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DescribeTrackerCommand", function() { return _DescribeTrackerCommand__WEBPACK_IMPORTED_MODULE_23__["DescribeTrackerCommand"]; });
|
|
3960
4114
|
|
|
3961
|
-
/* harmony import */ var
|
|
3962
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4115
|
+
/* harmony import */ var _DisassociateTrackerConsumerCommand__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./DisassociateTrackerConsumerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DisassociateTrackerConsumerCommand.js");
|
|
4116
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DisassociateTrackerConsumerCommand", function() { return _DisassociateTrackerConsumerCommand__WEBPACK_IMPORTED_MODULE_24__["DisassociateTrackerConsumerCommand"]; });
|
|
3963
4117
|
|
|
3964
|
-
/* harmony import */ var
|
|
3965
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4118
|
+
/* harmony import */ var _GetDevicePositionCommand__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./GetDevicePositionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionCommand.js");
|
|
4119
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GetDevicePositionCommand", function() { return _GetDevicePositionCommand__WEBPACK_IMPORTED_MODULE_25__["GetDevicePositionCommand"]; });
|
|
3966
4120
|
|
|
3967
|
-
/* harmony import */ var
|
|
3968
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4121
|
+
/* harmony import */ var _GetDevicePositionHistoryCommand__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./GetDevicePositionHistoryCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionHistoryCommand.js");
|
|
4122
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GetDevicePositionHistoryCommand", function() { return _GetDevicePositionHistoryCommand__WEBPACK_IMPORTED_MODULE_26__["GetDevicePositionHistoryCommand"]; });
|
|
3969
4123
|
|
|
3970
|
-
/* harmony import */ var
|
|
3971
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4124
|
+
/* harmony import */ var _GetGeofenceCommand__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./GetGeofenceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetGeofenceCommand.js");
|
|
4125
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GetGeofenceCommand", function() { return _GetGeofenceCommand__WEBPACK_IMPORTED_MODULE_27__["GetGeofenceCommand"]; });
|
|
3972
4126
|
|
|
3973
|
-
/* harmony import */ var
|
|
3974
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4127
|
+
/* harmony import */ var _GetMapGlyphsCommand__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./GetMapGlyphsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapGlyphsCommand.js");
|
|
4128
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GetMapGlyphsCommand", function() { return _GetMapGlyphsCommand__WEBPACK_IMPORTED_MODULE_28__["GetMapGlyphsCommand"]; });
|
|
3975
4129
|
|
|
3976
|
-
/* harmony import */ var
|
|
3977
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4130
|
+
/* harmony import */ var _GetMapSpritesCommand__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./GetMapSpritesCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapSpritesCommand.js");
|
|
4131
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GetMapSpritesCommand", function() { return _GetMapSpritesCommand__WEBPACK_IMPORTED_MODULE_29__["GetMapSpritesCommand"]; });
|
|
3978
4132
|
|
|
3979
|
-
/* harmony import */ var
|
|
3980
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4133
|
+
/* harmony import */ var _GetMapStyleDescriptorCommand__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./GetMapStyleDescriptorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapStyleDescriptorCommand.js");
|
|
4134
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GetMapStyleDescriptorCommand", function() { return _GetMapStyleDescriptorCommand__WEBPACK_IMPORTED_MODULE_30__["GetMapStyleDescriptorCommand"]; });
|
|
3981
4135
|
|
|
3982
|
-
/* harmony import */ var
|
|
3983
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4136
|
+
/* harmony import */ var _GetMapTileCommand__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./GetMapTileCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapTileCommand.js");
|
|
4137
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GetMapTileCommand", function() { return _GetMapTileCommand__WEBPACK_IMPORTED_MODULE_31__["GetMapTileCommand"]; });
|
|
3984
4138
|
|
|
3985
|
-
/* harmony import */ var
|
|
3986
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4139
|
+
/* harmony import */ var _ListDevicePositionsCommand__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./ListDevicePositionsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListDevicePositionsCommand.js");
|
|
4140
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListDevicePositionsCommand", function() { return _ListDevicePositionsCommand__WEBPACK_IMPORTED_MODULE_32__["ListDevicePositionsCommand"]; });
|
|
3987
4141
|
|
|
3988
|
-
/* harmony import */ var
|
|
3989
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4142
|
+
/* harmony import */ var _ListGeofenceCollectionsCommand__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./ListGeofenceCollectionsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofenceCollectionsCommand.js");
|
|
4143
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListGeofenceCollectionsCommand", function() { return _ListGeofenceCollectionsCommand__WEBPACK_IMPORTED_MODULE_33__["ListGeofenceCollectionsCommand"]; });
|
|
3990
4144
|
|
|
3991
|
-
/* harmony import */ var
|
|
3992
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4145
|
+
/* harmony import */ var _ListGeofencesCommand__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./ListGeofencesCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofencesCommand.js");
|
|
4146
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListGeofencesCommand", function() { return _ListGeofencesCommand__WEBPACK_IMPORTED_MODULE_34__["ListGeofencesCommand"]; });
|
|
3993
4147
|
|
|
3994
|
-
/* harmony import */ var
|
|
3995
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4148
|
+
/* harmony import */ var _ListMapsCommand__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./ListMapsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListMapsCommand.js");
|
|
4149
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListMapsCommand", function() { return _ListMapsCommand__WEBPACK_IMPORTED_MODULE_35__["ListMapsCommand"]; });
|
|
3996
4150
|
|
|
3997
|
-
/* harmony import */ var
|
|
3998
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4151
|
+
/* harmony import */ var _ListPlaceIndexesCommand__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./ListPlaceIndexesCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListPlaceIndexesCommand.js");
|
|
4152
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListPlaceIndexesCommand", function() { return _ListPlaceIndexesCommand__WEBPACK_IMPORTED_MODULE_36__["ListPlaceIndexesCommand"]; });
|
|
3999
4153
|
|
|
4000
|
-
/* harmony import */ var
|
|
4001
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4154
|
+
/* harmony import */ var _ListRouteCalculatorsCommand__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./ListRouteCalculatorsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListRouteCalculatorsCommand.js");
|
|
4155
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListRouteCalculatorsCommand", function() { return _ListRouteCalculatorsCommand__WEBPACK_IMPORTED_MODULE_37__["ListRouteCalculatorsCommand"]; });
|
|
4002
4156
|
|
|
4003
|
-
/* harmony import */ var
|
|
4004
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4157
|
+
/* harmony import */ var _ListTagsForResourceCommand__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./ListTagsForResourceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTagsForResourceCommand.js");
|
|
4158
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListTagsForResourceCommand", function() { return _ListTagsForResourceCommand__WEBPACK_IMPORTED_MODULE_38__["ListTagsForResourceCommand"]; });
|
|
4005
4159
|
|
|
4006
|
-
/* harmony import */ var
|
|
4007
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4160
|
+
/* harmony import */ var _ListTrackerConsumersCommand__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./ListTrackerConsumersCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackerConsumersCommand.js");
|
|
4161
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListTrackerConsumersCommand", function() { return _ListTrackerConsumersCommand__WEBPACK_IMPORTED_MODULE_39__["ListTrackerConsumersCommand"]; });
|
|
4008
4162
|
|
|
4009
|
-
/* harmony import */ var
|
|
4010
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4163
|
+
/* harmony import */ var _ListTrackersCommand__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./ListTrackersCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackersCommand.js");
|
|
4164
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListTrackersCommand", function() { return _ListTrackersCommand__WEBPACK_IMPORTED_MODULE_40__["ListTrackersCommand"]; });
|
|
4011
4165
|
|
|
4012
|
-
/* harmony import */ var
|
|
4013
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4166
|
+
/* harmony import */ var _PutGeofenceCommand__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./PutGeofenceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/PutGeofenceCommand.js");
|
|
4167
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PutGeofenceCommand", function() { return _PutGeofenceCommand__WEBPACK_IMPORTED_MODULE_41__["PutGeofenceCommand"]; });
|
|
4014
4168
|
|
|
4015
|
-
/* harmony import */ var
|
|
4016
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4169
|
+
/* harmony import */ var _SearchPlaceIndexForPositionCommand__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./SearchPlaceIndexForPositionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForPositionCommand.js");
|
|
4170
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForPositionCommand", function() { return _SearchPlaceIndexForPositionCommand__WEBPACK_IMPORTED_MODULE_42__["SearchPlaceIndexForPositionCommand"]; });
|
|
4017
4171
|
|
|
4018
|
-
/* harmony import */ var
|
|
4019
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
4172
|
+
/* harmony import */ var _SearchPlaceIndexForSuggestionsCommand__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./SearchPlaceIndexForSuggestionsCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js");
|
|
4173
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsCommand", function() { return _SearchPlaceIndexForSuggestionsCommand__WEBPACK_IMPORTED_MODULE_43__["SearchPlaceIndexForSuggestionsCommand"]; });
|
|
4020
4174
|
|
|
4021
|
-
/* harmony import */ var
|
|
4022
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForTextCommand", function() { return
|
|
4175
|
+
/* harmony import */ var _SearchPlaceIndexForTextCommand__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./SearchPlaceIndexForTextCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForTextCommand.js");
|
|
4176
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForTextCommand", function() { return _SearchPlaceIndexForTextCommand__WEBPACK_IMPORTED_MODULE_44__["SearchPlaceIndexForTextCommand"]; });
|
|
4023
4177
|
|
|
4024
|
-
/* harmony import */ var
|
|
4025
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TagResourceCommand", function() { return
|
|
4178
|
+
/* harmony import */ var _TagResourceCommand__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./TagResourceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/TagResourceCommand.js");
|
|
4179
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TagResourceCommand", function() { return _TagResourceCommand__WEBPACK_IMPORTED_MODULE_45__["TagResourceCommand"]; });
|
|
4026
4180
|
|
|
4027
|
-
/* harmony import */ var
|
|
4028
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UntagResourceCommand", function() { return
|
|
4181
|
+
/* harmony import */ var _UntagResourceCommand__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./UntagResourceCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UntagResourceCommand.js");
|
|
4182
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UntagResourceCommand", function() { return _UntagResourceCommand__WEBPACK_IMPORTED_MODULE_46__["UntagResourceCommand"]; });
|
|
4029
4183
|
|
|
4030
|
-
/* harmony import */ var
|
|
4031
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateGeofenceCollectionCommand", function() { return
|
|
4184
|
+
/* harmony import */ var _UpdateGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./UpdateGeofenceCollectionCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateGeofenceCollectionCommand.js");
|
|
4185
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateGeofenceCollectionCommand", function() { return _UpdateGeofenceCollectionCommand__WEBPACK_IMPORTED_MODULE_47__["UpdateGeofenceCollectionCommand"]; });
|
|
4032
4186
|
|
|
4033
|
-
/* harmony import */ var
|
|
4034
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateMapCommand", function() { return
|
|
4187
|
+
/* harmony import */ var _UpdateMapCommand__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./UpdateMapCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateMapCommand.js");
|
|
4188
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateMapCommand", function() { return _UpdateMapCommand__WEBPACK_IMPORTED_MODULE_48__["UpdateMapCommand"]; });
|
|
4035
4189
|
|
|
4036
|
-
/* harmony import */ var
|
|
4037
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdatePlaceIndexCommand", function() { return
|
|
4190
|
+
/* harmony import */ var _UpdatePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./UpdatePlaceIndexCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdatePlaceIndexCommand.js");
|
|
4191
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdatePlaceIndexCommand", function() { return _UpdatePlaceIndexCommand__WEBPACK_IMPORTED_MODULE_49__["UpdatePlaceIndexCommand"]; });
|
|
4192
|
+
|
|
4193
|
+
/* harmony import */ var _UpdateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./UpdateRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateRouteCalculatorCommand.js");
|
|
4194
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateRouteCalculatorCommand", function() { return _UpdateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_50__["UpdateRouteCalculatorCommand"]; });
|
|
4195
|
+
|
|
4196
|
+
/* harmony import */ var _UpdateTrackerCommand__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./UpdateTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateTrackerCommand.js");
|
|
4197
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateTrackerCommand", function() { return _UpdateTrackerCommand__WEBPACK_IMPORTED_MODULE_51__["UpdateTrackerCommand"]; });
|
|
4038
4198
|
|
|
4039
|
-
/* harmony import */ var _UpdateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./UpdateRouteCalculatorCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateRouteCalculatorCommand.js");
|
|
4040
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateRouteCalculatorCommand", function() { return _UpdateRouteCalculatorCommand__WEBPACK_IMPORTED_MODULE_48__["UpdateRouteCalculatorCommand"]; });
|
|
4041
4199
|
|
|
4042
|
-
/* harmony import */ var _UpdateTrackerCommand__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./UpdateTrackerCommand */ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateTrackerCommand.js");
|
|
4043
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateTrackerCommand", function() { return _UpdateTrackerCommand__WEBPACK_IMPORTED_MODULE_49__["UpdateTrackerCommand"]; });
|
|
4044
4200
|
|
|
4045
4201
|
|
|
4046
4202
|
|
|
@@ -4122,6 +4278,7 @@ var partitionHash = {
|
|
|
4122
4278
|
"ap-south-1",
|
|
4123
4279
|
"ap-southeast-1",
|
|
4124
4280
|
"ap-southeast-2",
|
|
4281
|
+
"ap-southeast-3",
|
|
4125
4282
|
"ca-central-1",
|
|
4126
4283
|
"eu-central-1",
|
|
4127
4284
|
"eu-north-1",
|
|
@@ -4242,7 +4399,7 @@ var defaultRegionInfoProvider = function (region, options) { return Object(tslib
|
|
|
4242
4399
|
/*!*******************************************************************************!*\
|
|
4243
4400
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/index.js ***!
|
|
4244
4401
|
\*******************************************************************************/
|
|
4245
|
-
/*! exports provided: Location, LocationClient, AssociateTrackerConsumerCommand, BatchDeleteDevicePositionHistoryCommand, BatchDeleteGeofenceCommand, BatchEvaluateGeofencesCommand, BatchGetDevicePositionCommand, BatchPutGeofenceCommand, BatchUpdateDevicePositionCommand, CalculateRouteCommand, CreateGeofenceCollectionCommand, CreateMapCommand, CreatePlaceIndexCommand, CreateRouteCalculatorCommand, CreateTrackerCommand, DeleteGeofenceCollectionCommand, DeleteMapCommand, DeletePlaceIndexCommand, DeleteRouteCalculatorCommand, DeleteTrackerCommand, DescribeGeofenceCollectionCommand, DescribeMapCommand, DescribePlaceIndexCommand, DescribeRouteCalculatorCommand, DescribeTrackerCommand, DisassociateTrackerConsumerCommand, GetDevicePositionCommand, GetDevicePositionHistoryCommand, GetGeofenceCommand, GetMapGlyphsCommand, GetMapSpritesCommand, GetMapStyleDescriptorCommand, GetMapTileCommand, ListDevicePositionsCommand, ListGeofenceCollectionsCommand, ListGeofencesCommand, ListMapsCommand, ListPlaceIndexesCommand, ListRouteCalculatorsCommand, ListTagsForResourceCommand, ListTrackerConsumersCommand, ListTrackersCommand, PutGeofenceCommand, SearchPlaceIndexForPositionCommand, SearchPlaceIndexForTextCommand, TagResourceCommand, UntagResourceCommand, UpdateGeofenceCollectionCommand, UpdateMapCommand, UpdatePlaceIndexCommand, UpdateRouteCalculatorCommand, UpdateTrackerCommand,
|
|
4402
|
+
/*! exports provided: Location, LocationClient, AssociateTrackerConsumerCommand, BatchDeleteDevicePositionHistoryCommand, BatchDeleteGeofenceCommand, BatchEvaluateGeofencesCommand, BatchGetDevicePositionCommand, BatchPutGeofenceCommand, BatchUpdateDevicePositionCommand, CalculateRouteCommand, CalculateRouteMatrixCommand, CreateGeofenceCollectionCommand, CreateMapCommand, CreatePlaceIndexCommand, CreateRouteCalculatorCommand, CreateTrackerCommand, DeleteGeofenceCollectionCommand, DeleteMapCommand, DeletePlaceIndexCommand, DeleteRouteCalculatorCommand, DeleteTrackerCommand, DescribeGeofenceCollectionCommand, DescribeMapCommand, DescribePlaceIndexCommand, DescribeRouteCalculatorCommand, DescribeTrackerCommand, DisassociateTrackerConsumerCommand, GetDevicePositionCommand, GetDevicePositionHistoryCommand, GetGeofenceCommand, GetMapGlyphsCommand, GetMapSpritesCommand, GetMapStyleDescriptorCommand, GetMapTileCommand, ListDevicePositionsCommand, ListGeofenceCollectionsCommand, ListGeofencesCommand, ListMapsCommand, ListPlaceIndexesCommand, ListRouteCalculatorsCommand, ListTagsForResourceCommand, ListTrackerConsumersCommand, ListTrackersCommand, PutGeofenceCommand, SearchPlaceIndexForPositionCommand, SearchPlaceIndexForSuggestionsCommand, SearchPlaceIndexForTextCommand, TagResourceCommand, UntagResourceCommand, UpdateGeofenceCollectionCommand, UpdateMapCommand, UpdatePlaceIndexCommand, UpdateRouteCalculatorCommand, UpdateTrackerCommand, AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse, ValidationExceptionField, BatchDeleteDevicePositionHistoryRequest, BatchItemError, BatchDeleteDevicePositionHistoryError, BatchDeleteDevicePositionHistoryResponse, BatchDeleteGeofenceRequest, BatchDeleteGeofenceError, BatchDeleteGeofenceResponse, PositionalAccuracy, DevicePositionUpdate, BatchEvaluateGeofencesRequest, BatchEvaluateGeofencesError, BatchEvaluateGeofencesResponse, BatchGetDevicePositionRequest, DevicePosition, BatchGetDevicePositionError, BatchGetDevicePositionResponse, GeofenceGeometry, BatchPutGeofenceRequestEntry, BatchPutGeofenceRequest, BatchPutGeofenceError, BatchPutGeofenceSuccess, BatchPutGeofenceResponse, BatchUpdateDevicePositionRequest, BatchUpdateDevicePositionError, BatchUpdateDevicePositionResponse, CalculateRouteCarModeOptions, TruckDimensions, TruckWeight, CalculateRouteTruckModeOptions, CalculateRouteRequest, LegGeometry, Step, Leg, CalculateRouteSummary, CalculateRouteResponse, CalculateRouteMatrixRequest, RouteMatrixEntryError, RouteMatrixEntry, CalculateRouteMatrixSummary, CalculateRouteMatrixResponse, CreateGeofenceCollectionRequest, CreateGeofenceCollectionResponse, MapConfiguration, CreateMapRequest, CreateMapResponse, DataSourceConfiguration, CreatePlaceIndexRequest, CreatePlaceIndexResponse, CreateRouteCalculatorRequest, CreateRouteCalculatorResponse, CreateTrackerRequest, CreateTrackerResponse, DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse, DeleteMapRequest, DeleteMapResponse, DeletePlaceIndexRequest, DeletePlaceIndexResponse, DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse, DeleteTrackerRequest, DeleteTrackerResponse, DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse, DescribeMapRequest, DescribeMapResponse, DescribePlaceIndexRequest, DescribePlaceIndexResponse, DescribeRouteCalculatorRequest, DescribeRouteCalculatorResponse, DescribeTrackerRequest, DescribeTrackerResponse, DisassociateTrackerConsumerRequest, DisassociateTrackerConsumerResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, TagResourceRequest, TagResourceResponse, UntagResourceRequest, UntagResourceResponse, GetGeofenceRequest, GetGeofenceResponse, ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponseEntry, ListGeofenceCollectionsResponse, ListGeofencesRequest, ListGeofenceResponseEntry, ListGeofencesResponse, PutGeofenceRequest, PutGeofenceResponse, UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse, GetDevicePositionRequest, GetDevicePositionResponse, GetDevicePositionHistoryRequest, GetDevicePositionHistoryResponse, GetMapGlyphsRequest, GetMapGlyphsResponse, GetMapSpritesRequest, GetMapSpritesResponse, GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse, GetMapTileRequest, GetMapTileResponse, ListDevicePositionsRequest, ListDevicePositionsResponseEntry, ListDevicePositionsResponse, ListMapsRequest, ListMapsResponseEntry, ListMapsResponse, ListPlaceIndexesRequest, ListPlaceIndexesResponseEntry, ListPlaceIndexesResponse, ListRouteCalculatorsRequest, ListRouteCalculatorsResponseEntry, ListRouteCalculatorsResponse, ListTrackerConsumersRequest, ListTrackerConsumersResponse, ListTrackersRequest, ListTrackersResponseEntry, ListTrackersResponse, UpdateMapRequest, UpdateMapResponse, SearchPlaceIndexForPositionRequest, PlaceGeometry, TimeZone, Place, SearchForPositionResult, SearchPlaceIndexForPositionSummary, SearchPlaceIndexForPositionResponse, SearchPlaceIndexForSuggestionsRequest, SearchForSuggestionsResult, SearchPlaceIndexForSuggestionsSummary, SearchPlaceIndexForSuggestionsResponse, SearchPlaceIndexForTextRequest, SearchForTextResult, SearchPlaceIndexForTextSummary, SearchPlaceIndexForTextResponse, UpdatePlaceIndexRequest, UpdatePlaceIndexResponse, UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse, UpdateTrackerRequest, UpdateTrackerResponse, paginateGetDevicePositionHistory, paginateListDevicePositions, paginateListGeofenceCollections, paginateListGeofences, paginateListMaps, paginateListPlaceIndexes, paginateListRouteCalculators, paginateListTrackerConsumers, paginateListTrackers */
|
|
4246
4403
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4247
4404
|
|
|
4248
4405
|
"use strict";
|
|
@@ -4270,6 +4427,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4270
4427
|
|
|
4271
4428
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["CalculateRouteCommand"]; });
|
|
4272
4429
|
|
|
4430
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["CalculateRouteMatrixCommand"]; });
|
|
4431
|
+
|
|
4273
4432
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateGeofenceCollectionCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["CreateGeofenceCollectionCommand"]; });
|
|
4274
4433
|
|
|
4275
4434
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateMapCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["CreateMapCommand"]; });
|
|
@@ -4338,6 +4497,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4338
4497
|
|
|
4339
4498
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForPositionCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["SearchPlaceIndexForPositionCommand"]; });
|
|
4340
4499
|
|
|
4500
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["SearchPlaceIndexForSuggestionsCommand"]; });
|
|
4501
|
+
|
|
4341
4502
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForTextCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["SearchPlaceIndexForTextCommand"]; });
|
|
4342
4503
|
|
|
4343
4504
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TagResourceCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["TagResourceCommand"]; });
|
|
@@ -4355,26 +4516,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4355
4516
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "UpdateTrackerCommand", function() { return _commands__WEBPACK_IMPORTED_MODULE_2__["UpdateTrackerCommand"]; });
|
|
4356
4517
|
|
|
4357
4518
|
/* harmony import */ var _models__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./models */ "../../node_modules/@aws-sdk/client-location/dist-es/models/index.js");
|
|
4358
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AccessDeniedException", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["AccessDeniedException"]; });
|
|
4359
|
-
|
|
4360
4519
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AssociateTrackerConsumerRequest", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["AssociateTrackerConsumerRequest"]; });
|
|
4361
4520
|
|
|
4362
4521
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AssociateTrackerConsumerResponse", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["AssociateTrackerConsumerResponse"]; });
|
|
4363
4522
|
|
|
4364
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ConflictException", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["ConflictException"]; });
|
|
4365
|
-
|
|
4366
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "InternalServerException", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["InternalServerException"]; });
|
|
4367
|
-
|
|
4368
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ResourceNotFoundException", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["ResourceNotFoundException"]; });
|
|
4369
|
-
|
|
4370
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ServiceQuotaExceededException", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["ServiceQuotaExceededException"]; });
|
|
4371
|
-
|
|
4372
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ThrottlingException", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["ThrottlingException"]; });
|
|
4373
|
-
|
|
4374
4523
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ValidationExceptionField", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["ValidationExceptionField"]; });
|
|
4375
4524
|
|
|
4376
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ValidationException", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["ValidationException"]; });
|
|
4377
|
-
|
|
4378
4525
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteDevicePositionHistoryRequest", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["BatchDeleteDevicePositionHistoryRequest"]; });
|
|
4379
4526
|
|
|
4380
4527
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BatchItemError", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["BatchItemError"]; });
|
|
@@ -4389,6 +4536,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4389
4536
|
|
|
4390
4537
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteGeofenceResponse", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["BatchDeleteGeofenceResponse"]; });
|
|
4391
4538
|
|
|
4539
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PositionalAccuracy", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["PositionalAccuracy"]; });
|
|
4540
|
+
|
|
4392
4541
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DevicePositionUpdate", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["DevicePositionUpdate"]; });
|
|
4393
4542
|
|
|
4394
4543
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BatchEvaluateGeofencesRequest", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["BatchEvaluateGeofencesRequest"]; });
|
|
@@ -4443,6 +4592,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4443
4592
|
|
|
4444
4593
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteResponse", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["CalculateRouteResponse"]; });
|
|
4445
4594
|
|
|
4595
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixRequest", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["CalculateRouteMatrixRequest"]; });
|
|
4596
|
+
|
|
4597
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RouteMatrixEntryError", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["RouteMatrixEntryError"]; });
|
|
4598
|
+
|
|
4599
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RouteMatrixEntry", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["RouteMatrixEntry"]; });
|
|
4600
|
+
|
|
4601
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixSummary", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["CalculateRouteMatrixSummary"]; });
|
|
4602
|
+
|
|
4603
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixResponse", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["CalculateRouteMatrixResponse"]; });
|
|
4604
|
+
|
|
4446
4605
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateGeofenceCollectionRequest", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["CreateGeofenceCollectionRequest"]; });
|
|
4447
4606
|
|
|
4448
4607
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateGeofenceCollectionResponse", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["CreateGeofenceCollectionResponse"]; });
|
|
@@ -4613,6 +4772,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4613
4772
|
|
|
4614
4773
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PlaceGeometry", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["PlaceGeometry"]; });
|
|
4615
4774
|
|
|
4775
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TimeZone", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["TimeZone"]; });
|
|
4776
|
+
|
|
4616
4777
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Place", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["Place"]; });
|
|
4617
4778
|
|
|
4618
4779
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchForPositionResult", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["SearchForPositionResult"]; });
|
|
@@ -4621,6 +4782,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4621
4782
|
|
|
4622
4783
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForPositionResponse", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["SearchPlaceIndexForPositionResponse"]; });
|
|
4623
4784
|
|
|
4785
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsRequest", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["SearchPlaceIndexForSuggestionsRequest"]; });
|
|
4786
|
+
|
|
4787
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchForSuggestionsResult", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["SearchForSuggestionsResult"]; });
|
|
4788
|
+
|
|
4789
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsSummary", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["SearchPlaceIndexForSuggestionsSummary"]; });
|
|
4790
|
+
|
|
4791
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsResponse", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["SearchPlaceIndexForSuggestionsResponse"]; });
|
|
4792
|
+
|
|
4624
4793
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForTextRequest", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["SearchPlaceIndexForTextRequest"]; });
|
|
4625
4794
|
|
|
4626
4795
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchForTextResult", function() { return _models__WEBPACK_IMPORTED_MODULE_3__["SearchForTextResult"]; });
|
|
@@ -4673,32 +4842,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4673
4842
|
/*!**************************************************************************************!*\
|
|
4674
4843
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/models/index.js ***!
|
|
4675
4844
|
\**************************************************************************************/
|
|
4676
|
-
/*! exports provided:
|
|
4845
|
+
/*! exports provided: AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse, ValidationExceptionField, BatchDeleteDevicePositionHistoryRequest, BatchItemError, BatchDeleteDevicePositionHistoryError, BatchDeleteDevicePositionHistoryResponse, BatchDeleteGeofenceRequest, BatchDeleteGeofenceError, BatchDeleteGeofenceResponse, PositionalAccuracy, DevicePositionUpdate, BatchEvaluateGeofencesRequest, BatchEvaluateGeofencesError, BatchEvaluateGeofencesResponse, BatchGetDevicePositionRequest, DevicePosition, BatchGetDevicePositionError, BatchGetDevicePositionResponse, GeofenceGeometry, BatchPutGeofenceRequestEntry, BatchPutGeofenceRequest, BatchPutGeofenceError, BatchPutGeofenceSuccess, BatchPutGeofenceResponse, BatchUpdateDevicePositionRequest, BatchUpdateDevicePositionError, BatchUpdateDevicePositionResponse, CalculateRouteCarModeOptions, TruckDimensions, TruckWeight, CalculateRouteTruckModeOptions, CalculateRouteRequest, LegGeometry, Step, Leg, CalculateRouteSummary, CalculateRouteResponse, CalculateRouteMatrixRequest, RouteMatrixEntryError, RouteMatrixEntry, CalculateRouteMatrixSummary, CalculateRouteMatrixResponse, CreateGeofenceCollectionRequest, CreateGeofenceCollectionResponse, MapConfiguration, CreateMapRequest, CreateMapResponse, DataSourceConfiguration, CreatePlaceIndexRequest, CreatePlaceIndexResponse, CreateRouteCalculatorRequest, CreateRouteCalculatorResponse, CreateTrackerRequest, CreateTrackerResponse, DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse, DeleteMapRequest, DeleteMapResponse, DeletePlaceIndexRequest, DeletePlaceIndexResponse, DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse, DeleteTrackerRequest, DeleteTrackerResponse, DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse, DescribeMapRequest, DescribeMapResponse, DescribePlaceIndexRequest, DescribePlaceIndexResponse, DescribeRouteCalculatorRequest, DescribeRouteCalculatorResponse, DescribeTrackerRequest, DescribeTrackerResponse, DisassociateTrackerConsumerRequest, DisassociateTrackerConsumerResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, TagResourceRequest, TagResourceResponse, UntagResourceRequest, UntagResourceResponse, GetGeofenceRequest, GetGeofenceResponse, ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponseEntry, ListGeofenceCollectionsResponse, ListGeofencesRequest, ListGeofenceResponseEntry, ListGeofencesResponse, PutGeofenceRequest, PutGeofenceResponse, UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse, GetDevicePositionRequest, GetDevicePositionResponse, GetDevicePositionHistoryRequest, GetDevicePositionHistoryResponse, GetMapGlyphsRequest, GetMapGlyphsResponse, GetMapSpritesRequest, GetMapSpritesResponse, GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse, GetMapTileRequest, GetMapTileResponse, ListDevicePositionsRequest, ListDevicePositionsResponseEntry, ListDevicePositionsResponse, ListMapsRequest, ListMapsResponseEntry, ListMapsResponse, ListPlaceIndexesRequest, ListPlaceIndexesResponseEntry, ListPlaceIndexesResponse, ListRouteCalculatorsRequest, ListRouteCalculatorsResponseEntry, ListRouteCalculatorsResponse, ListTrackerConsumersRequest, ListTrackerConsumersResponse, ListTrackersRequest, ListTrackersResponseEntry, ListTrackersResponse, UpdateMapRequest, UpdateMapResponse, SearchPlaceIndexForPositionRequest, PlaceGeometry, TimeZone, Place, SearchForPositionResult, SearchPlaceIndexForPositionSummary, SearchPlaceIndexForPositionResponse, SearchPlaceIndexForSuggestionsRequest, SearchForSuggestionsResult, SearchPlaceIndexForSuggestionsSummary, SearchPlaceIndexForSuggestionsResponse, SearchPlaceIndexForTextRequest, SearchForTextResult, SearchPlaceIndexForTextSummary, SearchPlaceIndexForTextResponse, UpdatePlaceIndexRequest, UpdatePlaceIndexResponse, UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse, UpdateTrackerRequest, UpdateTrackerResponse */
|
|
4677
4846
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4678
4847
|
|
|
4679
4848
|
"use strict";
|
|
4680
4849
|
__webpack_require__.r(__webpack_exports__);
|
|
4681
4850
|
/* harmony import */ var _models_0__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./models_0 */ "../../node_modules/@aws-sdk/client-location/dist-es/models/models_0.js");
|
|
4682
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AccessDeniedException", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["AccessDeniedException"]; });
|
|
4683
|
-
|
|
4684
4851
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AssociateTrackerConsumerRequest", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["AssociateTrackerConsumerRequest"]; });
|
|
4685
4852
|
|
|
4686
4853
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AssociateTrackerConsumerResponse", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["AssociateTrackerConsumerResponse"]; });
|
|
4687
4854
|
|
|
4688
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ConflictException", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["ConflictException"]; });
|
|
4689
|
-
|
|
4690
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "InternalServerException", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["InternalServerException"]; });
|
|
4691
|
-
|
|
4692
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ResourceNotFoundException", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["ResourceNotFoundException"]; });
|
|
4693
|
-
|
|
4694
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ServiceQuotaExceededException", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["ServiceQuotaExceededException"]; });
|
|
4695
|
-
|
|
4696
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ThrottlingException", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["ThrottlingException"]; });
|
|
4697
|
-
|
|
4698
4855
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ValidationExceptionField", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["ValidationExceptionField"]; });
|
|
4699
4856
|
|
|
4700
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ValidationException", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["ValidationException"]; });
|
|
4701
|
-
|
|
4702
4857
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteDevicePositionHistoryRequest", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["BatchDeleteDevicePositionHistoryRequest"]; });
|
|
4703
4858
|
|
|
4704
4859
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BatchItemError", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["BatchItemError"]; });
|
|
@@ -4713,6 +4868,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4713
4868
|
|
|
4714
4869
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteGeofenceResponse", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["BatchDeleteGeofenceResponse"]; });
|
|
4715
4870
|
|
|
4871
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PositionalAccuracy", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["PositionalAccuracy"]; });
|
|
4872
|
+
|
|
4716
4873
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DevicePositionUpdate", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["DevicePositionUpdate"]; });
|
|
4717
4874
|
|
|
4718
4875
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BatchEvaluateGeofencesRequest", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["BatchEvaluateGeofencesRequest"]; });
|
|
@@ -4767,6 +4924,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4767
4924
|
|
|
4768
4925
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteResponse", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["CalculateRouteResponse"]; });
|
|
4769
4926
|
|
|
4927
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixRequest", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["CalculateRouteMatrixRequest"]; });
|
|
4928
|
+
|
|
4929
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RouteMatrixEntryError", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["RouteMatrixEntryError"]; });
|
|
4930
|
+
|
|
4931
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "RouteMatrixEntry", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["RouteMatrixEntry"]; });
|
|
4932
|
+
|
|
4933
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixSummary", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["CalculateRouteMatrixSummary"]; });
|
|
4934
|
+
|
|
4935
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixResponse", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["CalculateRouteMatrixResponse"]; });
|
|
4936
|
+
|
|
4770
4937
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateGeofenceCollectionRequest", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["CreateGeofenceCollectionRequest"]; });
|
|
4771
4938
|
|
|
4772
4939
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CreateGeofenceCollectionResponse", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["CreateGeofenceCollectionResponse"]; });
|
|
@@ -4937,6 +5104,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4937
5104
|
|
|
4938
5105
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PlaceGeometry", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["PlaceGeometry"]; });
|
|
4939
5106
|
|
|
5107
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TimeZone", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["TimeZone"]; });
|
|
5108
|
+
|
|
4940
5109
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Place", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["Place"]; });
|
|
4941
5110
|
|
|
4942
5111
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchForPositionResult", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["SearchForPositionResult"]; });
|
|
@@ -4945,6 +5114,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4945
5114
|
|
|
4946
5115
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForPositionResponse", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["SearchPlaceIndexForPositionResponse"]; });
|
|
4947
5116
|
|
|
5117
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsRequest", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["SearchPlaceIndexForSuggestionsRequest"]; });
|
|
5118
|
+
|
|
5119
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchForSuggestionsResult", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["SearchForSuggestionsResult"]; });
|
|
5120
|
+
|
|
5121
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsSummary", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["SearchPlaceIndexForSuggestionsSummary"]; });
|
|
5122
|
+
|
|
5123
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsResponse", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["SearchPlaceIndexForSuggestionsResponse"]; });
|
|
5124
|
+
|
|
4948
5125
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForTextRequest", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["SearchPlaceIndexForTextRequest"]; });
|
|
4949
5126
|
|
|
4950
5127
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SearchForTextResult", function() { return _models_0__WEBPACK_IMPORTED_MODULE_0__["SearchForTextResult"]; });
|
|
@@ -4974,21 +5151,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4974
5151
|
/*!*****************************************************************************************!*\
|
|
4975
5152
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/models/models_0.js ***!
|
|
4976
5153
|
\*****************************************************************************************/
|
|
4977
|
-
/*! exports provided:
|
|
5154
|
+
/*! exports provided: AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse, ValidationExceptionField, BatchDeleteDevicePositionHistoryRequest, BatchItemError, BatchDeleteDevicePositionHistoryError, BatchDeleteDevicePositionHistoryResponse, BatchDeleteGeofenceRequest, BatchDeleteGeofenceError, BatchDeleteGeofenceResponse, PositionalAccuracy, DevicePositionUpdate, BatchEvaluateGeofencesRequest, BatchEvaluateGeofencesError, BatchEvaluateGeofencesResponse, BatchGetDevicePositionRequest, DevicePosition, BatchGetDevicePositionError, BatchGetDevicePositionResponse, GeofenceGeometry, BatchPutGeofenceRequestEntry, BatchPutGeofenceRequest, BatchPutGeofenceError, BatchPutGeofenceSuccess, BatchPutGeofenceResponse, BatchUpdateDevicePositionRequest, BatchUpdateDevicePositionError, BatchUpdateDevicePositionResponse, CalculateRouteCarModeOptions, TruckDimensions, TruckWeight, CalculateRouteTruckModeOptions, CalculateRouteRequest, LegGeometry, Step, Leg, CalculateRouteSummary, CalculateRouteResponse, CalculateRouteMatrixRequest, RouteMatrixEntryError, RouteMatrixEntry, CalculateRouteMatrixSummary, CalculateRouteMatrixResponse, CreateGeofenceCollectionRequest, CreateGeofenceCollectionResponse, MapConfiguration, CreateMapRequest, CreateMapResponse, DataSourceConfiguration, CreatePlaceIndexRequest, CreatePlaceIndexResponse, CreateRouteCalculatorRequest, CreateRouteCalculatorResponse, CreateTrackerRequest, CreateTrackerResponse, DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse, DeleteMapRequest, DeleteMapResponse, DeletePlaceIndexRequest, DeletePlaceIndexResponse, DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse, DeleteTrackerRequest, DeleteTrackerResponse, DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse, DescribeMapRequest, DescribeMapResponse, DescribePlaceIndexRequest, DescribePlaceIndexResponse, DescribeRouteCalculatorRequest, DescribeRouteCalculatorResponse, DescribeTrackerRequest, DescribeTrackerResponse, DisassociateTrackerConsumerRequest, DisassociateTrackerConsumerResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, TagResourceRequest, TagResourceResponse, UntagResourceRequest, UntagResourceResponse, GetGeofenceRequest, GetGeofenceResponse, ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponseEntry, ListGeofenceCollectionsResponse, ListGeofencesRequest, ListGeofenceResponseEntry, ListGeofencesResponse, PutGeofenceRequest, PutGeofenceResponse, UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse, GetDevicePositionRequest, GetDevicePositionResponse, GetDevicePositionHistoryRequest, GetDevicePositionHistoryResponse, GetMapGlyphsRequest, GetMapGlyphsResponse, GetMapSpritesRequest, GetMapSpritesResponse, GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse, GetMapTileRequest, GetMapTileResponse, ListDevicePositionsRequest, ListDevicePositionsResponseEntry, ListDevicePositionsResponse, ListMapsRequest, ListMapsResponseEntry, ListMapsResponse, ListPlaceIndexesRequest, ListPlaceIndexesResponseEntry, ListPlaceIndexesResponse, ListRouteCalculatorsRequest, ListRouteCalculatorsResponseEntry, ListRouteCalculatorsResponse, ListTrackerConsumersRequest, ListTrackerConsumersResponse, ListTrackersRequest, ListTrackersResponseEntry, ListTrackersResponse, UpdateMapRequest, UpdateMapResponse, SearchPlaceIndexForPositionRequest, PlaceGeometry, TimeZone, Place, SearchForPositionResult, SearchPlaceIndexForPositionSummary, SearchPlaceIndexForPositionResponse, SearchPlaceIndexForSuggestionsRequest, SearchForSuggestionsResult, SearchPlaceIndexForSuggestionsSummary, SearchPlaceIndexForSuggestionsResponse, SearchPlaceIndexForTextRequest, SearchForTextResult, SearchPlaceIndexForTextSummary, SearchPlaceIndexForTextResponse, UpdatePlaceIndexRequest, UpdatePlaceIndexResponse, UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse, UpdateTrackerRequest, UpdateTrackerResponse */
|
|
4978
5155
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4979
5156
|
|
|
4980
5157
|
"use strict";
|
|
4981
5158
|
__webpack_require__.r(__webpack_exports__);
|
|
4982
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AccessDeniedException", function() { return AccessDeniedException; });
|
|
4983
5159
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AssociateTrackerConsumerRequest", function() { return AssociateTrackerConsumerRequest; });
|
|
4984
5160
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AssociateTrackerConsumerResponse", function() { return AssociateTrackerConsumerResponse; });
|
|
4985
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ConflictException", function() { return ConflictException; });
|
|
4986
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "InternalServerException", function() { return InternalServerException; });
|
|
4987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ResourceNotFoundException", function() { return ResourceNotFoundException; });
|
|
4988
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ServiceQuotaExceededException", function() { return ServiceQuotaExceededException; });
|
|
4989
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ThrottlingException", function() { return ThrottlingException; });
|
|
4990
5161
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ValidationExceptionField", function() { return ValidationExceptionField; });
|
|
4991
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ValidationException", function() { return ValidationException; });
|
|
4992
5162
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteDevicePositionHistoryRequest", function() { return BatchDeleteDevicePositionHistoryRequest; });
|
|
4993
5163
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BatchItemError", function() { return BatchItemError; });
|
|
4994
5164
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteDevicePositionHistoryError", function() { return BatchDeleteDevicePositionHistoryError; });
|
|
@@ -4996,6 +5166,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4996
5166
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteGeofenceRequest", function() { return BatchDeleteGeofenceRequest; });
|
|
4997
5167
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteGeofenceError", function() { return BatchDeleteGeofenceError; });
|
|
4998
5168
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BatchDeleteGeofenceResponse", function() { return BatchDeleteGeofenceResponse; });
|
|
5169
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PositionalAccuracy", function() { return PositionalAccuracy; });
|
|
4999
5170
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DevicePositionUpdate", function() { return DevicePositionUpdate; });
|
|
5000
5171
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BatchEvaluateGeofencesRequest", function() { return BatchEvaluateGeofencesRequest; });
|
|
5001
5172
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BatchEvaluateGeofencesError", function() { return BatchEvaluateGeofencesError; });
|
|
@@ -5023,6 +5194,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5023
5194
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Leg", function() { return Leg; });
|
|
5024
5195
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteSummary", function() { return CalculateRouteSummary; });
|
|
5025
5196
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteResponse", function() { return CalculateRouteResponse; });
|
|
5197
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixRequest", function() { return CalculateRouteMatrixRequest; });
|
|
5198
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RouteMatrixEntryError", function() { return RouteMatrixEntryError; });
|
|
5199
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RouteMatrixEntry", function() { return RouteMatrixEntry; });
|
|
5200
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixSummary", function() { return CalculateRouteMatrixSummary; });
|
|
5201
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CalculateRouteMatrixResponse", function() { return CalculateRouteMatrixResponse; });
|
|
5026
5202
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CreateGeofenceCollectionRequest", function() { return CreateGeofenceCollectionRequest; });
|
|
5027
5203
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CreateGeofenceCollectionResponse", function() { return CreateGeofenceCollectionResponse; });
|
|
5028
5204
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MapConfiguration", function() { return MapConfiguration; });
|
|
@@ -5108,10 +5284,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5108
5284
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "UpdateMapResponse", function() { return UpdateMapResponse; });
|
|
5109
5285
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForPositionRequest", function() { return SearchPlaceIndexForPositionRequest; });
|
|
5110
5286
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PlaceGeometry", function() { return PlaceGeometry; });
|
|
5287
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TimeZone", function() { return TimeZone; });
|
|
5111
5288
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Place", function() { return Place; });
|
|
5112
5289
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchForPositionResult", function() { return SearchForPositionResult; });
|
|
5113
5290
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForPositionSummary", function() { return SearchPlaceIndexForPositionSummary; });
|
|
5114
5291
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForPositionResponse", function() { return SearchPlaceIndexForPositionResponse; });
|
|
5292
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsRequest", function() { return SearchPlaceIndexForSuggestionsRequest; });
|
|
5293
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchForSuggestionsResult", function() { return SearchForSuggestionsResult; });
|
|
5294
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsSummary", function() { return SearchPlaceIndexForSuggestionsSummary; });
|
|
5295
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForSuggestionsResponse", function() { return SearchPlaceIndexForSuggestionsResponse; });
|
|
5115
5296
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForTextRequest", function() { return SearchPlaceIndexForTextRequest; });
|
|
5116
5297
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchForTextResult", function() { return SearchForTextResult; });
|
|
5117
5298
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SearchPlaceIndexForTextSummary", function() { return SearchPlaceIndexForTextSummary; });
|
|
@@ -5126,10 +5307,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5126
5307
|
/* harmony import */ var _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @aws-sdk/smithy-client */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/index.js");
|
|
5127
5308
|
|
|
5128
5309
|
|
|
5129
|
-
var AccessDeniedException;
|
|
5130
|
-
(function (AccessDeniedException) {
|
|
5131
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5132
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
5133
5310
|
var AssociateTrackerConsumerRequest;
|
|
5134
5311
|
(function (AssociateTrackerConsumerRequest) {
|
|
5135
5312
|
AssociateTrackerConsumerRequest.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
@@ -5138,34 +5315,10 @@ var AssociateTrackerConsumerResponse;
|
|
|
5138
5315
|
(function (AssociateTrackerConsumerResponse) {
|
|
5139
5316
|
AssociateTrackerConsumerResponse.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5140
5317
|
})(AssociateTrackerConsumerResponse || (AssociateTrackerConsumerResponse = {}));
|
|
5141
|
-
var ConflictException;
|
|
5142
|
-
(function (ConflictException) {
|
|
5143
|
-
ConflictException.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5144
|
-
})(ConflictException || (ConflictException = {}));
|
|
5145
|
-
var InternalServerException;
|
|
5146
|
-
(function (InternalServerException) {
|
|
5147
|
-
InternalServerException.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5148
|
-
})(InternalServerException || (InternalServerException = {}));
|
|
5149
|
-
var ResourceNotFoundException;
|
|
5150
|
-
(function (ResourceNotFoundException) {
|
|
5151
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5152
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
5153
|
-
var ServiceQuotaExceededException;
|
|
5154
|
-
(function (ServiceQuotaExceededException) {
|
|
5155
|
-
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5156
|
-
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
5157
|
-
var ThrottlingException;
|
|
5158
|
-
(function (ThrottlingException) {
|
|
5159
|
-
ThrottlingException.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5160
|
-
})(ThrottlingException || (ThrottlingException = {}));
|
|
5161
5318
|
var ValidationExceptionField;
|
|
5162
5319
|
(function (ValidationExceptionField) {
|
|
5163
5320
|
ValidationExceptionField.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5164
5321
|
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
5165
|
-
var ValidationException;
|
|
5166
|
-
(function (ValidationException) {
|
|
5167
|
-
ValidationException.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5168
|
-
})(ValidationException || (ValidationException = {}));
|
|
5169
5322
|
var BatchDeleteDevicePositionHistoryRequest;
|
|
5170
5323
|
(function (BatchDeleteDevicePositionHistoryRequest) {
|
|
5171
5324
|
BatchDeleteDevicePositionHistoryRequest.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
@@ -5194,9 +5347,13 @@ var BatchDeleteGeofenceResponse;
|
|
|
5194
5347
|
(function (BatchDeleteGeofenceResponse) {
|
|
5195
5348
|
BatchDeleteGeofenceResponse.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5196
5349
|
})(BatchDeleteGeofenceResponse || (BatchDeleteGeofenceResponse = {}));
|
|
5350
|
+
var PositionalAccuracy;
|
|
5351
|
+
(function (PositionalAccuracy) {
|
|
5352
|
+
PositionalAccuracy.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5353
|
+
})(PositionalAccuracy || (PositionalAccuracy = {}));
|
|
5197
5354
|
var DevicePositionUpdate;
|
|
5198
5355
|
(function (DevicePositionUpdate) {
|
|
5199
|
-
DevicePositionUpdate.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Position && { Position: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5356
|
+
DevicePositionUpdate.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Position && { Position: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.PositionProperties && { PositionProperties: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5200
5357
|
})(DevicePositionUpdate || (DevicePositionUpdate = {}));
|
|
5201
5358
|
var BatchEvaluateGeofencesRequest;
|
|
5202
5359
|
(function (BatchEvaluateGeofencesRequest) {
|
|
@@ -5218,7 +5375,7 @@ var BatchGetDevicePositionRequest;
|
|
|
5218
5375
|
})(BatchGetDevicePositionRequest || (BatchGetDevicePositionRequest = {}));
|
|
5219
5376
|
var DevicePosition;
|
|
5220
5377
|
(function (DevicePosition) {
|
|
5221
|
-
DevicePosition.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Position && { Position: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5378
|
+
DevicePosition.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Position && { Position: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.PositionProperties && { PositionProperties: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5222
5379
|
})(DevicePosition || (DevicePosition = {}));
|
|
5223
5380
|
var BatchGetDevicePositionError;
|
|
5224
5381
|
(function (BatchGetDevicePositionError) {
|
|
@@ -5306,6 +5463,26 @@ var CalculateRouteResponse;
|
|
|
5306
5463
|
(function (CalculateRouteResponse) {
|
|
5307
5464
|
CalculateRouteResponse.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Legs && { Legs: obj.Legs.map(function (item) { return Leg.filterSensitiveLog(item); }) })), (obj.Summary && { Summary: CalculateRouteSummary.filterSensitiveLog(obj.Summary) }))); };
|
|
5308
5465
|
})(CalculateRouteResponse || (CalculateRouteResponse = {}));
|
|
5466
|
+
var CalculateRouteMatrixRequest;
|
|
5467
|
+
(function (CalculateRouteMatrixRequest) {
|
|
5468
|
+
CalculateRouteMatrixRequest.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.DeparturePositions && { DeparturePositions: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.DestinationPositions && { DestinationPositions: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5469
|
+
})(CalculateRouteMatrixRequest || (CalculateRouteMatrixRequest = {}));
|
|
5470
|
+
var RouteMatrixEntryError;
|
|
5471
|
+
(function (RouteMatrixEntryError) {
|
|
5472
|
+
RouteMatrixEntryError.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5473
|
+
})(RouteMatrixEntryError || (RouteMatrixEntryError = {}));
|
|
5474
|
+
var RouteMatrixEntry;
|
|
5475
|
+
(function (RouteMatrixEntry) {
|
|
5476
|
+
RouteMatrixEntry.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5477
|
+
})(RouteMatrixEntry || (RouteMatrixEntry = {}));
|
|
5478
|
+
var CalculateRouteMatrixSummary;
|
|
5479
|
+
(function (CalculateRouteMatrixSummary) {
|
|
5480
|
+
CalculateRouteMatrixSummary.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5481
|
+
})(CalculateRouteMatrixSummary || (CalculateRouteMatrixSummary = {}));
|
|
5482
|
+
var CalculateRouteMatrixResponse;
|
|
5483
|
+
(function (CalculateRouteMatrixResponse) {
|
|
5484
|
+
CalculateRouteMatrixResponse.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.SnappedDeparturePositions && { SnappedDeparturePositions: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.SnappedDestinationPositions && { SnappedDestinationPositions: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5485
|
+
})(CalculateRouteMatrixResponse || (CalculateRouteMatrixResponse = {}));
|
|
5309
5486
|
var CreateGeofenceCollectionRequest;
|
|
5310
5487
|
(function (CreateGeofenceCollectionRequest) {
|
|
5311
5488
|
CreateGeofenceCollectionRequest.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
@@ -5520,7 +5697,7 @@ var GetDevicePositionRequest;
|
|
|
5520
5697
|
})(GetDevicePositionRequest || (GetDevicePositionRequest = {}));
|
|
5521
5698
|
var GetDevicePositionResponse;
|
|
5522
5699
|
(function (GetDevicePositionResponse) {
|
|
5523
|
-
GetDevicePositionResponse.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Position && { Position: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5700
|
+
GetDevicePositionResponse.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Position && { Position: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.PositionProperties && { PositionProperties: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5524
5701
|
})(GetDevicePositionResponse || (GetDevicePositionResponse = {}));
|
|
5525
5702
|
var GetDevicePositionHistoryRequest;
|
|
5526
5703
|
(function (GetDevicePositionHistoryRequest) {
|
|
@@ -5570,7 +5747,7 @@ var ListDevicePositionsRequest;
|
|
|
5570
5747
|
})(ListDevicePositionsRequest || (ListDevicePositionsRequest = {}));
|
|
5571
5748
|
var ListDevicePositionsResponseEntry;
|
|
5572
5749
|
(function (ListDevicePositionsResponseEntry) {
|
|
5573
|
-
ListDevicePositionsResponseEntry.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Position && { Position: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5750
|
+
ListDevicePositionsResponseEntry.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Position && { Position: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.PositionProperties && { PositionProperties: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5574
5751
|
})(ListDevicePositionsResponseEntry || (ListDevicePositionsResponseEntry = {}));
|
|
5575
5752
|
var ListDevicePositionsResponse;
|
|
5576
5753
|
(function (ListDevicePositionsResponse) {
|
|
@@ -5650,6 +5827,10 @@ var PlaceGeometry;
|
|
|
5650
5827
|
(function (PlaceGeometry) {
|
|
5651
5828
|
PlaceGeometry.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Point && { Point: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5652
5829
|
})(PlaceGeometry || (PlaceGeometry = {}));
|
|
5830
|
+
var TimeZone;
|
|
5831
|
+
(function (TimeZone) {
|
|
5832
|
+
TimeZone.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5833
|
+
})(TimeZone || (TimeZone = {}));
|
|
5653
5834
|
var Place;
|
|
5654
5835
|
(function (Place) {
|
|
5655
5836
|
Place.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Geometry && { Geometry: PlaceGeometry.filterSensitiveLog(obj.Geometry) }))); };
|
|
@@ -5666,6 +5847,22 @@ var SearchPlaceIndexForPositionResponse;
|
|
|
5666
5847
|
(function (SearchPlaceIndexForPositionResponse) {
|
|
5667
5848
|
SearchPlaceIndexForPositionResponse.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Summary && { Summary: SearchPlaceIndexForPositionSummary.filterSensitiveLog(obj.Summary) })), (obj.Results && { Results: obj.Results.map(function (item) { return SearchForPositionResult.filterSensitiveLog(item); }) }))); };
|
|
5668
5849
|
})(SearchPlaceIndexForPositionResponse || (SearchPlaceIndexForPositionResponse = {}));
|
|
5850
|
+
var SearchPlaceIndexForSuggestionsRequest;
|
|
5851
|
+
(function (SearchPlaceIndexForSuggestionsRequest) {
|
|
5852
|
+
SearchPlaceIndexForSuggestionsRequest.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Text && { Text: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.BiasPosition && { BiasPosition: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.FilterBBox && { FilterBBox: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5853
|
+
})(SearchPlaceIndexForSuggestionsRequest || (SearchPlaceIndexForSuggestionsRequest = {}));
|
|
5854
|
+
var SearchForSuggestionsResult;
|
|
5855
|
+
(function (SearchForSuggestionsResult) {
|
|
5856
|
+
SearchForSuggestionsResult.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj)); };
|
|
5857
|
+
})(SearchForSuggestionsResult || (SearchForSuggestionsResult = {}));
|
|
5858
|
+
var SearchPlaceIndexForSuggestionsSummary;
|
|
5859
|
+
(function (SearchPlaceIndexForSuggestionsSummary) {
|
|
5860
|
+
SearchPlaceIndexForSuggestionsSummary.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Text && { Text: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.BiasPosition && { BiasPosition: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.FilterBBox && { FilterBBox: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
5861
|
+
})(SearchPlaceIndexForSuggestionsSummary || (SearchPlaceIndexForSuggestionsSummary = {}));
|
|
5862
|
+
var SearchPlaceIndexForSuggestionsResponse;
|
|
5863
|
+
(function (SearchPlaceIndexForSuggestionsResponse) {
|
|
5864
|
+
SearchPlaceIndexForSuggestionsResponse.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Summary && { Summary: SearchPlaceIndexForSuggestionsSummary.filterSensitiveLog(obj.Summary) }))); };
|
|
5865
|
+
})(SearchPlaceIndexForSuggestionsResponse || (SearchPlaceIndexForSuggestionsResponse = {}));
|
|
5669
5866
|
var SearchPlaceIndexForTextRequest;
|
|
5670
5867
|
(function (SearchPlaceIndexForTextRequest) {
|
|
5671
5868
|
SearchPlaceIndexForTextRequest.filterSensitiveLog = function (obj) { return (Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, obj), (obj.Text && { Text: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.BiasPosition && { BiasPosition: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] })), (obj.FilterBBox && { FilterBBox: _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_1__["SENSITIVE_STRING"] }))); };
|
|
@@ -6605,7 +6802,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6605
6802
|
/*!*************************************************************************************************!*\
|
|
6606
6803
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/protocols/Aws_restJson1.js ***!
|
|
6607
6804
|
\*************************************************************************************************/
|
|
6608
|
-
/*! exports provided: serializeAws_restJson1AssociateTrackerConsumerCommand, serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand, serializeAws_restJson1BatchDeleteGeofenceCommand, serializeAws_restJson1BatchEvaluateGeofencesCommand, serializeAws_restJson1BatchGetDevicePositionCommand, serializeAws_restJson1BatchPutGeofenceCommand, serializeAws_restJson1BatchUpdateDevicePositionCommand, serializeAws_restJson1CalculateRouteCommand, serializeAws_restJson1CreateGeofenceCollectionCommand, serializeAws_restJson1CreateMapCommand, serializeAws_restJson1CreatePlaceIndexCommand, serializeAws_restJson1CreateRouteCalculatorCommand, serializeAws_restJson1CreateTrackerCommand, serializeAws_restJson1DeleteGeofenceCollectionCommand, serializeAws_restJson1DeleteMapCommand, serializeAws_restJson1DeletePlaceIndexCommand, serializeAws_restJson1DeleteRouteCalculatorCommand, serializeAws_restJson1DeleteTrackerCommand, serializeAws_restJson1DescribeGeofenceCollectionCommand, serializeAws_restJson1DescribeMapCommand, serializeAws_restJson1DescribePlaceIndexCommand, serializeAws_restJson1DescribeRouteCalculatorCommand, serializeAws_restJson1DescribeTrackerCommand, serializeAws_restJson1DisassociateTrackerConsumerCommand, serializeAws_restJson1GetDevicePositionCommand, serializeAws_restJson1GetDevicePositionHistoryCommand, serializeAws_restJson1GetGeofenceCommand, serializeAws_restJson1GetMapGlyphsCommand, serializeAws_restJson1GetMapSpritesCommand, serializeAws_restJson1GetMapStyleDescriptorCommand, serializeAws_restJson1GetMapTileCommand, serializeAws_restJson1ListDevicePositionsCommand, serializeAws_restJson1ListGeofenceCollectionsCommand, serializeAws_restJson1ListGeofencesCommand, serializeAws_restJson1ListMapsCommand, serializeAws_restJson1ListPlaceIndexesCommand, serializeAws_restJson1ListRouteCalculatorsCommand, serializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTrackerConsumersCommand, serializeAws_restJson1ListTrackersCommand, serializeAws_restJson1PutGeofenceCommand, serializeAws_restJson1SearchPlaceIndexForPositionCommand, serializeAws_restJson1SearchPlaceIndexForTextCommand, serializeAws_restJson1TagResourceCommand, serializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UpdateGeofenceCollectionCommand, serializeAws_restJson1UpdateMapCommand, serializeAws_restJson1UpdatePlaceIndexCommand, serializeAws_restJson1UpdateRouteCalculatorCommand, serializeAws_restJson1UpdateTrackerCommand, deserializeAws_restJson1AssociateTrackerConsumerCommand, deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand, deserializeAws_restJson1BatchDeleteGeofenceCommand, deserializeAws_restJson1BatchEvaluateGeofencesCommand, deserializeAws_restJson1BatchGetDevicePositionCommand, deserializeAws_restJson1BatchPutGeofenceCommand, deserializeAws_restJson1BatchUpdateDevicePositionCommand, deserializeAws_restJson1CalculateRouteCommand, deserializeAws_restJson1CreateGeofenceCollectionCommand, deserializeAws_restJson1CreateMapCommand, deserializeAws_restJson1CreatePlaceIndexCommand, deserializeAws_restJson1CreateRouteCalculatorCommand, deserializeAws_restJson1CreateTrackerCommand, deserializeAws_restJson1DeleteGeofenceCollectionCommand, deserializeAws_restJson1DeleteMapCommand, deserializeAws_restJson1DeletePlaceIndexCommand, deserializeAws_restJson1DeleteRouteCalculatorCommand, deserializeAws_restJson1DeleteTrackerCommand, deserializeAws_restJson1DescribeGeofenceCollectionCommand, deserializeAws_restJson1DescribeMapCommand, deserializeAws_restJson1DescribePlaceIndexCommand, deserializeAws_restJson1DescribeRouteCalculatorCommand, deserializeAws_restJson1DescribeTrackerCommand, deserializeAws_restJson1DisassociateTrackerConsumerCommand, deserializeAws_restJson1GetDevicePositionCommand, deserializeAws_restJson1GetDevicePositionHistoryCommand, deserializeAws_restJson1GetGeofenceCommand, deserializeAws_restJson1GetMapGlyphsCommand, deserializeAws_restJson1GetMapSpritesCommand, deserializeAws_restJson1GetMapStyleDescriptorCommand, deserializeAws_restJson1GetMapTileCommand, deserializeAws_restJson1ListDevicePositionsCommand, deserializeAws_restJson1ListGeofenceCollectionsCommand, deserializeAws_restJson1ListGeofencesCommand, deserializeAws_restJson1ListMapsCommand, deserializeAws_restJson1ListPlaceIndexesCommand, deserializeAws_restJson1ListRouteCalculatorsCommand, deserializeAws_restJson1ListTagsForResourceCommand, deserializeAws_restJson1ListTrackerConsumersCommand, deserializeAws_restJson1ListTrackersCommand, deserializeAws_restJson1PutGeofenceCommand, deserializeAws_restJson1SearchPlaceIndexForPositionCommand, deserializeAws_restJson1SearchPlaceIndexForTextCommand, deserializeAws_restJson1TagResourceCommand, deserializeAws_restJson1UntagResourceCommand, deserializeAws_restJson1UpdateGeofenceCollectionCommand, deserializeAws_restJson1UpdateMapCommand, deserializeAws_restJson1UpdatePlaceIndexCommand, deserializeAws_restJson1UpdateRouteCalculatorCommand, deserializeAws_restJson1UpdateTrackerCommand */
|
|
6805
|
+
/*! exports provided: serializeAws_restJson1AssociateTrackerConsumerCommand, serializeAws_restJson1BatchDeleteDevicePositionHistoryCommand, serializeAws_restJson1BatchDeleteGeofenceCommand, serializeAws_restJson1BatchEvaluateGeofencesCommand, serializeAws_restJson1BatchGetDevicePositionCommand, serializeAws_restJson1BatchPutGeofenceCommand, serializeAws_restJson1BatchUpdateDevicePositionCommand, serializeAws_restJson1CalculateRouteCommand, serializeAws_restJson1CalculateRouteMatrixCommand, serializeAws_restJson1CreateGeofenceCollectionCommand, serializeAws_restJson1CreateMapCommand, serializeAws_restJson1CreatePlaceIndexCommand, serializeAws_restJson1CreateRouteCalculatorCommand, serializeAws_restJson1CreateTrackerCommand, serializeAws_restJson1DeleteGeofenceCollectionCommand, serializeAws_restJson1DeleteMapCommand, serializeAws_restJson1DeletePlaceIndexCommand, serializeAws_restJson1DeleteRouteCalculatorCommand, serializeAws_restJson1DeleteTrackerCommand, serializeAws_restJson1DescribeGeofenceCollectionCommand, serializeAws_restJson1DescribeMapCommand, serializeAws_restJson1DescribePlaceIndexCommand, serializeAws_restJson1DescribeRouteCalculatorCommand, serializeAws_restJson1DescribeTrackerCommand, serializeAws_restJson1DisassociateTrackerConsumerCommand, serializeAws_restJson1GetDevicePositionCommand, serializeAws_restJson1GetDevicePositionHistoryCommand, serializeAws_restJson1GetGeofenceCommand, serializeAws_restJson1GetMapGlyphsCommand, serializeAws_restJson1GetMapSpritesCommand, serializeAws_restJson1GetMapStyleDescriptorCommand, serializeAws_restJson1GetMapTileCommand, serializeAws_restJson1ListDevicePositionsCommand, serializeAws_restJson1ListGeofenceCollectionsCommand, serializeAws_restJson1ListGeofencesCommand, serializeAws_restJson1ListMapsCommand, serializeAws_restJson1ListPlaceIndexesCommand, serializeAws_restJson1ListRouteCalculatorsCommand, serializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTrackerConsumersCommand, serializeAws_restJson1ListTrackersCommand, serializeAws_restJson1PutGeofenceCommand, serializeAws_restJson1SearchPlaceIndexForPositionCommand, serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand, serializeAws_restJson1SearchPlaceIndexForTextCommand, serializeAws_restJson1TagResourceCommand, serializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UpdateGeofenceCollectionCommand, serializeAws_restJson1UpdateMapCommand, serializeAws_restJson1UpdatePlaceIndexCommand, serializeAws_restJson1UpdateRouteCalculatorCommand, serializeAws_restJson1UpdateTrackerCommand, deserializeAws_restJson1AssociateTrackerConsumerCommand, deserializeAws_restJson1BatchDeleteDevicePositionHistoryCommand, deserializeAws_restJson1BatchDeleteGeofenceCommand, deserializeAws_restJson1BatchEvaluateGeofencesCommand, deserializeAws_restJson1BatchGetDevicePositionCommand, deserializeAws_restJson1BatchPutGeofenceCommand, deserializeAws_restJson1BatchUpdateDevicePositionCommand, deserializeAws_restJson1CalculateRouteCommand, deserializeAws_restJson1CalculateRouteMatrixCommand, deserializeAws_restJson1CreateGeofenceCollectionCommand, deserializeAws_restJson1CreateMapCommand, deserializeAws_restJson1CreatePlaceIndexCommand, deserializeAws_restJson1CreateRouteCalculatorCommand, deserializeAws_restJson1CreateTrackerCommand, deserializeAws_restJson1DeleteGeofenceCollectionCommand, deserializeAws_restJson1DeleteMapCommand, deserializeAws_restJson1DeletePlaceIndexCommand, deserializeAws_restJson1DeleteRouteCalculatorCommand, deserializeAws_restJson1DeleteTrackerCommand, deserializeAws_restJson1DescribeGeofenceCollectionCommand, deserializeAws_restJson1DescribeMapCommand, deserializeAws_restJson1DescribePlaceIndexCommand, deserializeAws_restJson1DescribeRouteCalculatorCommand, deserializeAws_restJson1DescribeTrackerCommand, deserializeAws_restJson1DisassociateTrackerConsumerCommand, deserializeAws_restJson1GetDevicePositionCommand, deserializeAws_restJson1GetDevicePositionHistoryCommand, deserializeAws_restJson1GetGeofenceCommand, deserializeAws_restJson1GetMapGlyphsCommand, deserializeAws_restJson1GetMapSpritesCommand, deserializeAws_restJson1GetMapStyleDescriptorCommand, deserializeAws_restJson1GetMapTileCommand, deserializeAws_restJson1ListDevicePositionsCommand, deserializeAws_restJson1ListGeofenceCollectionsCommand, deserializeAws_restJson1ListGeofencesCommand, deserializeAws_restJson1ListMapsCommand, deserializeAws_restJson1ListPlaceIndexesCommand, deserializeAws_restJson1ListRouteCalculatorsCommand, deserializeAws_restJson1ListTagsForResourceCommand, deserializeAws_restJson1ListTrackerConsumersCommand, deserializeAws_restJson1ListTrackersCommand, deserializeAws_restJson1PutGeofenceCommand, deserializeAws_restJson1SearchPlaceIndexForPositionCommand, deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand, deserializeAws_restJson1SearchPlaceIndexForTextCommand, deserializeAws_restJson1TagResourceCommand, deserializeAws_restJson1UntagResourceCommand, deserializeAws_restJson1UpdateGeofenceCollectionCommand, deserializeAws_restJson1UpdateMapCommand, deserializeAws_restJson1UpdatePlaceIndexCommand, deserializeAws_restJson1UpdateRouteCalculatorCommand, deserializeAws_restJson1UpdateTrackerCommand */
|
|
6609
6806
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
6610
6807
|
|
|
6611
6808
|
"use strict";
|
|
@@ -6618,6 +6815,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6618
6815
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1BatchPutGeofenceCommand", function() { return serializeAws_restJson1BatchPutGeofenceCommand; });
|
|
6619
6816
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1BatchUpdateDevicePositionCommand", function() { return serializeAws_restJson1BatchUpdateDevicePositionCommand; });
|
|
6620
6817
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1CalculateRouteCommand", function() { return serializeAws_restJson1CalculateRouteCommand; });
|
|
6818
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1CalculateRouteMatrixCommand", function() { return serializeAws_restJson1CalculateRouteMatrixCommand; });
|
|
6621
6819
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1CreateGeofenceCollectionCommand", function() { return serializeAws_restJson1CreateGeofenceCollectionCommand; });
|
|
6622
6820
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1CreateMapCommand", function() { return serializeAws_restJson1CreateMapCommand; });
|
|
6623
6821
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1CreatePlaceIndexCommand", function() { return serializeAws_restJson1CreatePlaceIndexCommand; });
|
|
@@ -6652,6 +6850,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6652
6850
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1ListTrackersCommand", function() { return serializeAws_restJson1ListTrackersCommand; });
|
|
6653
6851
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1PutGeofenceCommand", function() { return serializeAws_restJson1PutGeofenceCommand; });
|
|
6654
6852
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1SearchPlaceIndexForPositionCommand", function() { return serializeAws_restJson1SearchPlaceIndexForPositionCommand; });
|
|
6853
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand", function() { return serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand; });
|
|
6655
6854
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1SearchPlaceIndexForTextCommand", function() { return serializeAws_restJson1SearchPlaceIndexForTextCommand; });
|
|
6656
6855
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1TagResourceCommand", function() { return serializeAws_restJson1TagResourceCommand; });
|
|
6657
6856
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "serializeAws_restJson1UntagResourceCommand", function() { return serializeAws_restJson1UntagResourceCommand; });
|
|
@@ -6668,6 +6867,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6668
6867
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1BatchPutGeofenceCommand", function() { return deserializeAws_restJson1BatchPutGeofenceCommand; });
|
|
6669
6868
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1BatchUpdateDevicePositionCommand", function() { return deserializeAws_restJson1BatchUpdateDevicePositionCommand; });
|
|
6670
6869
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1CalculateRouteCommand", function() { return deserializeAws_restJson1CalculateRouteCommand; });
|
|
6870
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1CalculateRouteMatrixCommand", function() { return deserializeAws_restJson1CalculateRouteMatrixCommand; });
|
|
6671
6871
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1CreateGeofenceCollectionCommand", function() { return deserializeAws_restJson1CreateGeofenceCollectionCommand; });
|
|
6672
6872
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1CreateMapCommand", function() { return deserializeAws_restJson1CreateMapCommand; });
|
|
6673
6873
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1CreatePlaceIndexCommand", function() { return deserializeAws_restJson1CreatePlaceIndexCommand; });
|
|
@@ -6702,6 +6902,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6702
6902
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1ListTrackersCommand", function() { return deserializeAws_restJson1ListTrackersCommand; });
|
|
6703
6903
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1PutGeofenceCommand", function() { return deserializeAws_restJson1PutGeofenceCommand; });
|
|
6704
6904
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1SearchPlaceIndexForPositionCommand", function() { return deserializeAws_restJson1SearchPlaceIndexForPositionCommand; });
|
|
6905
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand", function() { return deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand; });
|
|
6705
6906
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1SearchPlaceIndexForTextCommand", function() { return deserializeAws_restJson1SearchPlaceIndexForTextCommand; });
|
|
6706
6907
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1TagResourceCommand", function() { return deserializeAws_restJson1TagResourceCommand; });
|
|
6707
6908
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deserializeAws_restJson1UntagResourceCommand", function() { return deserializeAws_restJson1UntagResourceCommand; });
|
|
@@ -7095,6 +7296,63 @@ var serializeAws_restJson1CalculateRouteCommand = function (input, context) { re
|
|
|
7095
7296
|
}
|
|
7096
7297
|
});
|
|
7097
7298
|
}); };
|
|
7299
|
+
var serializeAws_restJson1CalculateRouteMatrixCommand = function (input, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
7300
|
+
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body, resolvedHostname;
|
|
7301
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_c) {
|
|
7302
|
+
switch (_c.label) {
|
|
7303
|
+
case 0: return [4, context.endpoint()];
|
|
7304
|
+
case 1:
|
|
7305
|
+
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
7306
|
+
headers = {
|
|
7307
|
+
"content-type": "application/json",
|
|
7308
|
+
};
|
|
7309
|
+
resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
7310
|
+
"/routes/v0/calculators/{CalculatorName}/calculate/route-matrix";
|
|
7311
|
+
if (input.CalculatorName !== undefined) {
|
|
7312
|
+
labelValue = input.CalculatorName;
|
|
7313
|
+
if (labelValue.length <= 0) {
|
|
7314
|
+
throw new Error("Empty value provided for input HTTP label: CalculatorName.");
|
|
7315
|
+
}
|
|
7316
|
+
resolvedPath = resolvedPath.replace("{CalculatorName}", Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["extendedEncodeURIComponent"])(labelValue));
|
|
7317
|
+
}
|
|
7318
|
+
else {
|
|
7319
|
+
throw new Error("No value provided for input HTTP label: CalculatorName.");
|
|
7320
|
+
}
|
|
7321
|
+
body = JSON.stringify(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, (input.CarModeOptions !== undefined &&
|
|
7322
|
+
input.CarModeOptions !== null && {
|
|
7323
|
+
CarModeOptions: serializeAws_restJson1CalculateRouteCarModeOptions(input.CarModeOptions, context),
|
|
7324
|
+
})), (input.DepartNow !== undefined && input.DepartNow !== null && { DepartNow: input.DepartNow })), (input.DeparturePositions !== undefined &&
|
|
7325
|
+
input.DeparturePositions !== null && {
|
|
7326
|
+
DeparturePositions: serializeAws_restJson1PositionList(input.DeparturePositions, context),
|
|
7327
|
+
})), (input.DepartureTime !== undefined &&
|
|
7328
|
+
input.DepartureTime !== null && { DepartureTime: input.DepartureTime.toISOString().split(".")[0] + "Z" })), (input.DestinationPositions !== undefined &&
|
|
7329
|
+
input.DestinationPositions !== null && {
|
|
7330
|
+
DestinationPositions: serializeAws_restJson1PositionList(input.DestinationPositions, context),
|
|
7331
|
+
})), (input.DistanceUnit !== undefined && input.DistanceUnit !== null && { DistanceUnit: input.DistanceUnit })), (input.TravelMode !== undefined && input.TravelMode !== null && { TravelMode: input.TravelMode })), (input.TruckModeOptions !== undefined &&
|
|
7332
|
+
input.TruckModeOptions !== null && {
|
|
7333
|
+
TruckModeOptions: serializeAws_restJson1CalculateRouteTruckModeOptions(input.TruckModeOptions, context),
|
|
7334
|
+
})));
|
|
7335
|
+
return [4, context.endpoint()];
|
|
7336
|
+
case 2:
|
|
7337
|
+
resolvedHostname = (_c.sent()).hostname;
|
|
7338
|
+
if (context.disableHostPrefix !== true) {
|
|
7339
|
+
resolvedHostname = "routes." + resolvedHostname;
|
|
7340
|
+
if (!Object(_aws_sdk_protocol_http__WEBPACK_IMPORTED_MODULE_1__["isValidHostname"])(resolvedHostname)) {
|
|
7341
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
7342
|
+
}
|
|
7343
|
+
}
|
|
7344
|
+
return [2, new _aws_sdk_protocol_http__WEBPACK_IMPORTED_MODULE_1__["HttpRequest"]({
|
|
7345
|
+
protocol: protocol,
|
|
7346
|
+
hostname: resolvedHostname,
|
|
7347
|
+
port: port,
|
|
7348
|
+
method: "POST",
|
|
7349
|
+
headers: headers,
|
|
7350
|
+
path: resolvedPath,
|
|
7351
|
+
body: body,
|
|
7352
|
+
})];
|
|
7353
|
+
}
|
|
7354
|
+
});
|
|
7355
|
+
}); };
|
|
7098
7356
|
var serializeAws_restJson1CreateGeofenceCollectionCommand = function (input, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
7099
7357
|
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body, resolvedHostname;
|
|
7100
7358
|
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_c) {
|
|
@@ -8522,7 +8780,7 @@ var serializeAws_restJson1SearchPlaceIndexForPositionCommand = function (input,
|
|
|
8522
8780
|
else {
|
|
8523
8781
|
throw new Error("No value provided for input HTTP label: IndexName.");
|
|
8524
8782
|
}
|
|
8525
|
-
body = JSON.stringify(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Position !== undefined &&
|
|
8783
|
+
body = JSON.stringify(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, (input.Language !== undefined && input.Language !== null && { Language: input.Language })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Position !== undefined &&
|
|
8526
8784
|
input.Position !== null && { Position: serializeAws_restJson1Position(input.Position, context) })));
|
|
8527
8785
|
return [4, context.endpoint()];
|
|
8528
8786
|
case 2:
|
|
@@ -8545,6 +8803,55 @@ var serializeAws_restJson1SearchPlaceIndexForPositionCommand = function (input,
|
|
|
8545
8803
|
}
|
|
8546
8804
|
});
|
|
8547
8805
|
}); };
|
|
8806
|
+
var serializeAws_restJson1SearchPlaceIndexForSuggestionsCommand = function (input, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
8807
|
+
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body, resolvedHostname;
|
|
8808
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_c) {
|
|
8809
|
+
switch (_c.label) {
|
|
8810
|
+
case 0: return [4, context.endpoint()];
|
|
8811
|
+
case 1:
|
|
8812
|
+
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
8813
|
+
headers = {
|
|
8814
|
+
"content-type": "application/json",
|
|
8815
|
+
};
|
|
8816
|
+
resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
8817
|
+
"/places/v0/indexes/{IndexName}/search/suggestions";
|
|
8818
|
+
if (input.IndexName !== undefined) {
|
|
8819
|
+
labelValue = input.IndexName;
|
|
8820
|
+
if (labelValue.length <= 0) {
|
|
8821
|
+
throw new Error("Empty value provided for input HTTP label: IndexName.");
|
|
8822
|
+
}
|
|
8823
|
+
resolvedPath = resolvedPath.replace("{IndexName}", Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["extendedEncodeURIComponent"])(labelValue));
|
|
8824
|
+
}
|
|
8825
|
+
else {
|
|
8826
|
+
throw new Error("No value provided for input HTTP label: IndexName.");
|
|
8827
|
+
}
|
|
8828
|
+
body = JSON.stringify(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, (input.BiasPosition !== undefined &&
|
|
8829
|
+
input.BiasPosition !== null && { BiasPosition: serializeAws_restJson1Position(input.BiasPosition, context) })), (input.FilterBBox !== undefined &&
|
|
8830
|
+
input.FilterBBox !== null && { FilterBBox: serializeAws_restJson1BoundingBox(input.FilterBBox, context) })), (input.FilterCountries !== undefined &&
|
|
8831
|
+
input.FilterCountries !== null && {
|
|
8832
|
+
FilterCountries: serializeAws_restJson1CountryCodeList(input.FilterCountries, context),
|
|
8833
|
+
})), (input.Language !== undefined && input.Language !== null && { Language: input.Language })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Text !== undefined && input.Text !== null && { Text: input.Text })));
|
|
8834
|
+
return [4, context.endpoint()];
|
|
8835
|
+
case 2:
|
|
8836
|
+
resolvedHostname = (_c.sent()).hostname;
|
|
8837
|
+
if (context.disableHostPrefix !== true) {
|
|
8838
|
+
resolvedHostname = "places." + resolvedHostname;
|
|
8839
|
+
if (!Object(_aws_sdk_protocol_http__WEBPACK_IMPORTED_MODULE_1__["isValidHostname"])(resolvedHostname)) {
|
|
8840
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
8841
|
+
}
|
|
8842
|
+
}
|
|
8843
|
+
return [2, new _aws_sdk_protocol_http__WEBPACK_IMPORTED_MODULE_1__["HttpRequest"]({
|
|
8844
|
+
protocol: protocol,
|
|
8845
|
+
hostname: resolvedHostname,
|
|
8846
|
+
port: port,
|
|
8847
|
+
method: "POST",
|
|
8848
|
+
headers: headers,
|
|
8849
|
+
path: resolvedPath,
|
|
8850
|
+
body: body,
|
|
8851
|
+
})];
|
|
8852
|
+
}
|
|
8853
|
+
});
|
|
8854
|
+
}); };
|
|
8548
8855
|
var serializeAws_restJson1SearchPlaceIndexForTextCommand = function (input, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
8549
8856
|
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body, resolvedHostname;
|
|
8550
8857
|
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_c) {
|
|
@@ -8567,12 +8874,12 @@ var serializeAws_restJson1SearchPlaceIndexForTextCommand = function (input, cont
|
|
|
8567
8874
|
else {
|
|
8568
8875
|
throw new Error("No value provided for input HTTP label: IndexName.");
|
|
8569
8876
|
}
|
|
8570
|
-
body = JSON.stringify(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, (input.BiasPosition !== undefined &&
|
|
8877
|
+
body = JSON.stringify(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, (input.BiasPosition !== undefined &&
|
|
8571
8878
|
input.BiasPosition !== null && { BiasPosition: serializeAws_restJson1Position(input.BiasPosition, context) })), (input.FilterBBox !== undefined &&
|
|
8572
8879
|
input.FilterBBox !== null && { FilterBBox: serializeAws_restJson1BoundingBox(input.FilterBBox, context) })), (input.FilterCountries !== undefined &&
|
|
8573
8880
|
input.FilterCountries !== null && {
|
|
8574
8881
|
FilterCountries: serializeAws_restJson1CountryCodeList(input.FilterCountries, context),
|
|
8575
|
-
})), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Text !== undefined && input.Text !== null && { Text: input.Text })));
|
|
8882
|
+
})), (input.Language !== undefined && input.Language !== null && { Language: input.Language })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Text !== undefined && input.Text !== null && { Text: input.Text })));
|
|
8576
8883
|
return [4, context.endpoint()];
|
|
8577
8884
|
case 2:
|
|
8578
8885
|
resolvedHostname = (_c.sent()).hostname;
|
|
@@ -9675,33 +9982,139 @@ var deserializeAws_restJson1CalculateRouteCommandError = function (output, conte
|
|
|
9675
9982
|
}
|
|
9676
9983
|
});
|
|
9677
9984
|
}); };
|
|
9678
|
-
var
|
|
9985
|
+
var deserializeAws_restJson1CalculateRouteMatrixCommand = function (output, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
9679
9986
|
var contents, data, _a, _b;
|
|
9680
9987
|
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_c) {
|
|
9681
9988
|
switch (_c.label) {
|
|
9682
9989
|
case 0:
|
|
9683
9990
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9684
|
-
return [2,
|
|
9991
|
+
return [2, deserializeAws_restJson1CalculateRouteMatrixCommandError(output, context)];
|
|
9685
9992
|
}
|
|
9686
9993
|
contents = {
|
|
9687
9994
|
$metadata: deserializeMetadata(output),
|
|
9688
|
-
|
|
9689
|
-
|
|
9690
|
-
|
|
9995
|
+
RouteMatrix: undefined,
|
|
9996
|
+
SnappedDeparturePositions: undefined,
|
|
9997
|
+
SnappedDestinationPositions: undefined,
|
|
9998
|
+
Summary: undefined,
|
|
9691
9999
|
};
|
|
9692
10000
|
_a = _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectNonNull"];
|
|
9693
10001
|
_b = _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectObject"];
|
|
9694
10002
|
return [4, parseBody(output.body, context)];
|
|
9695
10003
|
case 1:
|
|
9696
10004
|
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
9697
|
-
if (data.
|
|
9698
|
-
contents.
|
|
10005
|
+
if (data.RouteMatrix !== undefined && data.RouteMatrix !== null) {
|
|
10006
|
+
contents.RouteMatrix = deserializeAws_restJson1RouteMatrix(data.RouteMatrix, context);
|
|
9699
10007
|
}
|
|
9700
|
-
if (data.
|
|
9701
|
-
contents.
|
|
10008
|
+
if (data.SnappedDeparturePositions !== undefined && data.SnappedDeparturePositions !== null) {
|
|
10009
|
+
contents.SnappedDeparturePositions = deserializeAws_restJson1PositionList(data.SnappedDeparturePositions, context);
|
|
9702
10010
|
}
|
|
9703
|
-
if (data.
|
|
9704
|
-
contents.
|
|
10011
|
+
if (data.SnappedDestinationPositions !== undefined && data.SnappedDestinationPositions !== null) {
|
|
10012
|
+
contents.SnappedDestinationPositions = deserializeAws_restJson1PositionList(data.SnappedDestinationPositions, context);
|
|
10013
|
+
}
|
|
10014
|
+
if (data.Summary !== undefined && data.Summary !== null) {
|
|
10015
|
+
contents.Summary = deserializeAws_restJson1CalculateRouteMatrixSummary(data.Summary, context);
|
|
10016
|
+
}
|
|
10017
|
+
return [2, Promise.resolve(contents)];
|
|
10018
|
+
}
|
|
10019
|
+
});
|
|
10020
|
+
}); };
|
|
10021
|
+
var deserializeAws_restJson1CalculateRouteMatrixCommandError = function (output, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
10022
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, _g, parsedBody, message;
|
|
10023
|
+
var _h;
|
|
10024
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_j) {
|
|
10025
|
+
switch (_j.label) {
|
|
10026
|
+
case 0:
|
|
10027
|
+
_a = [Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, output)];
|
|
10028
|
+
_h = {};
|
|
10029
|
+
return [4, parseBody(output.body, context)];
|
|
10030
|
+
case 1:
|
|
10031
|
+
parsedOutput = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _a.concat([(_h.body = _j.sent(), _h)]));
|
|
10032
|
+
errorCode = "UnknownError";
|
|
10033
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10034
|
+
_b = errorCode;
|
|
10035
|
+
switch (_b) {
|
|
10036
|
+
case "AccessDeniedException": return [3, 2];
|
|
10037
|
+
case "com.amazonaws.location#AccessDeniedException": return [3, 2];
|
|
10038
|
+
case "InternalServerException": return [3, 4];
|
|
10039
|
+
case "com.amazonaws.location#InternalServerException": return [3, 4];
|
|
10040
|
+
case "ResourceNotFoundException": return [3, 6];
|
|
10041
|
+
case "com.amazonaws.location#ResourceNotFoundException": return [3, 6];
|
|
10042
|
+
case "ThrottlingException": return [3, 8];
|
|
10043
|
+
case "com.amazonaws.location#ThrottlingException": return [3, 8];
|
|
10044
|
+
case "ValidationException": return [3, 10];
|
|
10045
|
+
case "com.amazonaws.location#ValidationException": return [3, 10];
|
|
10046
|
+
}
|
|
10047
|
+
return [3, 12];
|
|
10048
|
+
case 2:
|
|
10049
|
+
_c = [{}];
|
|
10050
|
+
return [4, deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)];
|
|
10051
|
+
case 3:
|
|
10052
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _c.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
10053
|
+
return [3, 13];
|
|
10054
|
+
case 4:
|
|
10055
|
+
_d = [{}];
|
|
10056
|
+
return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
|
|
10057
|
+
case 5:
|
|
10058
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _d.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
10059
|
+
return [3, 13];
|
|
10060
|
+
case 6:
|
|
10061
|
+
_e = [{}];
|
|
10062
|
+
return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
10063
|
+
case 7:
|
|
10064
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _e.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
10065
|
+
return [3, 13];
|
|
10066
|
+
case 8:
|
|
10067
|
+
_f = [{}];
|
|
10068
|
+
return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
10069
|
+
case 9:
|
|
10070
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _f.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
10071
|
+
return [3, 13];
|
|
10072
|
+
case 10:
|
|
10073
|
+
_g = [{}];
|
|
10074
|
+
return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
|
|
10075
|
+
case 11:
|
|
10076
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _g.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
10077
|
+
return [3, 13];
|
|
10078
|
+
case 12:
|
|
10079
|
+
parsedBody = parsedOutput.body;
|
|
10080
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
10081
|
+
response = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
10082
|
+
_j.label = 13;
|
|
10083
|
+
case 13:
|
|
10084
|
+
message = response.message || response.Message || errorCode;
|
|
10085
|
+
response.message = message;
|
|
10086
|
+
delete response.Message;
|
|
10087
|
+
return [2, Promise.reject(Object.assign(new Error(message), response))];
|
|
10088
|
+
}
|
|
10089
|
+
});
|
|
10090
|
+
}); };
|
|
10091
|
+
var deserializeAws_restJson1CreateGeofenceCollectionCommand = function (output, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
10092
|
+
var contents, data, _a, _b;
|
|
10093
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_c) {
|
|
10094
|
+
switch (_c.label) {
|
|
10095
|
+
case 0:
|
|
10096
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10097
|
+
return [2, deserializeAws_restJson1CreateGeofenceCollectionCommandError(output, context)];
|
|
10098
|
+
}
|
|
10099
|
+
contents = {
|
|
10100
|
+
$metadata: deserializeMetadata(output),
|
|
10101
|
+
CollectionArn: undefined,
|
|
10102
|
+
CollectionName: undefined,
|
|
10103
|
+
CreateTime: undefined,
|
|
10104
|
+
};
|
|
10105
|
+
_a = _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectNonNull"];
|
|
10106
|
+
_b = _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectObject"];
|
|
10107
|
+
return [4, parseBody(output.body, context)];
|
|
10108
|
+
case 1:
|
|
10109
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
10110
|
+
if (data.CollectionArn !== undefined && data.CollectionArn !== null) {
|
|
10111
|
+
contents.CollectionArn = Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(data.CollectionArn);
|
|
10112
|
+
}
|
|
10113
|
+
if (data.CollectionName !== undefined && data.CollectionName !== null) {
|
|
10114
|
+
contents.CollectionName = Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(data.CollectionName);
|
|
10115
|
+
}
|
|
10116
|
+
if (data.CreateTime !== undefined && data.CreateTime !== null) {
|
|
10117
|
+
contents.CreateTime = Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectNonNull"])(Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["parseRfc3339DateTime"])(data.CreateTime));
|
|
9705
10118
|
}
|
|
9706
10119
|
return [2, Promise.resolve(contents)];
|
|
9707
10120
|
}
|
|
@@ -11353,8 +11766,10 @@ var deserializeAws_restJson1GetDevicePositionCommand = function (output, context
|
|
|
11353
11766
|
}
|
|
11354
11767
|
contents = {
|
|
11355
11768
|
$metadata: deserializeMetadata(output),
|
|
11769
|
+
Accuracy: undefined,
|
|
11356
11770
|
DeviceId: undefined,
|
|
11357
11771
|
Position: undefined,
|
|
11772
|
+
PositionProperties: undefined,
|
|
11358
11773
|
ReceivedTime: undefined,
|
|
11359
11774
|
SampleTime: undefined,
|
|
11360
11775
|
};
|
|
@@ -11363,12 +11778,18 @@ var deserializeAws_restJson1GetDevicePositionCommand = function (output, context
|
|
|
11363
11778
|
return [4, parseBody(output.body, context)];
|
|
11364
11779
|
case 1:
|
|
11365
11780
|
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
11781
|
+
if (data.Accuracy !== undefined && data.Accuracy !== null) {
|
|
11782
|
+
contents.Accuracy = deserializeAws_restJson1PositionalAccuracy(data.Accuracy, context);
|
|
11783
|
+
}
|
|
11366
11784
|
if (data.DeviceId !== undefined && data.DeviceId !== null) {
|
|
11367
11785
|
contents.DeviceId = Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(data.DeviceId);
|
|
11368
11786
|
}
|
|
11369
11787
|
if (data.Position !== undefined && data.Position !== null) {
|
|
11370
11788
|
contents.Position = deserializeAws_restJson1Position(data.Position, context);
|
|
11371
11789
|
}
|
|
11790
|
+
if (data.PositionProperties !== undefined && data.PositionProperties !== null) {
|
|
11791
|
+
contents.PositionProperties = deserializeAws_restJson1PropertyMap(data.PositionProperties, context);
|
|
11792
|
+
}
|
|
11372
11793
|
if (data.ReceivedTime !== undefined && data.ReceivedTime !== null) {
|
|
11373
11794
|
contents.ReceivedTime = Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectNonNull"])(Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["parseRfc3339DateTime"])(data.ReceivedTime));
|
|
11374
11795
|
}
|
|
@@ -13071,6 +13492,104 @@ var deserializeAws_restJson1SearchPlaceIndexForPositionCommandError = function (
|
|
|
13071
13492
|
}
|
|
13072
13493
|
});
|
|
13073
13494
|
}); };
|
|
13495
|
+
var deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommand = function (output, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
13496
|
+
var contents, data, _a, _b;
|
|
13497
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_c) {
|
|
13498
|
+
switch (_c.label) {
|
|
13499
|
+
case 0:
|
|
13500
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
13501
|
+
return [2, deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommandError(output, context)];
|
|
13502
|
+
}
|
|
13503
|
+
contents = {
|
|
13504
|
+
$metadata: deserializeMetadata(output),
|
|
13505
|
+
Results: undefined,
|
|
13506
|
+
Summary: undefined,
|
|
13507
|
+
};
|
|
13508
|
+
_a = _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectNonNull"];
|
|
13509
|
+
_b = _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectObject"];
|
|
13510
|
+
return [4, parseBody(output.body, context)];
|
|
13511
|
+
case 1:
|
|
13512
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
13513
|
+
if (data.Results !== undefined && data.Results !== null) {
|
|
13514
|
+
contents.Results = deserializeAws_restJson1SearchForSuggestionsResultList(data.Results, context);
|
|
13515
|
+
}
|
|
13516
|
+
if (data.Summary !== undefined && data.Summary !== null) {
|
|
13517
|
+
contents.Summary = deserializeAws_restJson1SearchPlaceIndexForSuggestionsSummary(data.Summary, context);
|
|
13518
|
+
}
|
|
13519
|
+
return [2, Promise.resolve(contents)];
|
|
13520
|
+
}
|
|
13521
|
+
});
|
|
13522
|
+
}); };
|
|
13523
|
+
var deserializeAws_restJson1SearchPlaceIndexForSuggestionsCommandError = function (output, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
13524
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, _g, parsedBody, message;
|
|
13525
|
+
var _h;
|
|
13526
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_j) {
|
|
13527
|
+
switch (_j.label) {
|
|
13528
|
+
case 0:
|
|
13529
|
+
_a = [Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, output)];
|
|
13530
|
+
_h = {};
|
|
13531
|
+
return [4, parseBody(output.body, context)];
|
|
13532
|
+
case 1:
|
|
13533
|
+
parsedOutput = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _a.concat([(_h.body = _j.sent(), _h)]));
|
|
13534
|
+
errorCode = "UnknownError";
|
|
13535
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
13536
|
+
_b = errorCode;
|
|
13537
|
+
switch (_b) {
|
|
13538
|
+
case "AccessDeniedException": return [3, 2];
|
|
13539
|
+
case "com.amazonaws.location#AccessDeniedException": return [3, 2];
|
|
13540
|
+
case "InternalServerException": return [3, 4];
|
|
13541
|
+
case "com.amazonaws.location#InternalServerException": return [3, 4];
|
|
13542
|
+
case "ResourceNotFoundException": return [3, 6];
|
|
13543
|
+
case "com.amazonaws.location#ResourceNotFoundException": return [3, 6];
|
|
13544
|
+
case "ThrottlingException": return [3, 8];
|
|
13545
|
+
case "com.amazonaws.location#ThrottlingException": return [3, 8];
|
|
13546
|
+
case "ValidationException": return [3, 10];
|
|
13547
|
+
case "com.amazonaws.location#ValidationException": return [3, 10];
|
|
13548
|
+
}
|
|
13549
|
+
return [3, 12];
|
|
13550
|
+
case 2:
|
|
13551
|
+
_c = [{}];
|
|
13552
|
+
return [4, deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)];
|
|
13553
|
+
case 3:
|
|
13554
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _c.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
13555
|
+
return [3, 13];
|
|
13556
|
+
case 4:
|
|
13557
|
+
_d = [{}];
|
|
13558
|
+
return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
|
|
13559
|
+
case 5:
|
|
13560
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _d.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
13561
|
+
return [3, 13];
|
|
13562
|
+
case 6:
|
|
13563
|
+
_e = [{}];
|
|
13564
|
+
return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
13565
|
+
case 7:
|
|
13566
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _e.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
13567
|
+
return [3, 13];
|
|
13568
|
+
case 8:
|
|
13569
|
+
_f = [{}];
|
|
13570
|
+
return [4, deserializeAws_restJson1ThrottlingExceptionResponse(parsedOutput, context)];
|
|
13571
|
+
case 9:
|
|
13572
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _f.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
13573
|
+
return [3, 13];
|
|
13574
|
+
case 10:
|
|
13575
|
+
_g = [{}];
|
|
13576
|
+
return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
|
|
13577
|
+
case 11:
|
|
13578
|
+
response = tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _g.concat([(_j.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
13579
|
+
return [3, 13];
|
|
13580
|
+
case 12:
|
|
13581
|
+
parsedBody = parsedOutput.body;
|
|
13582
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
13583
|
+
response = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
13584
|
+
_j.label = 13;
|
|
13585
|
+
case 13:
|
|
13586
|
+
message = response.message || response.Message || errorCode;
|
|
13587
|
+
response.message = message;
|
|
13588
|
+
delete response.Message;
|
|
13589
|
+
return [2, Promise.reject(Object.assign(new Error(message), response))];
|
|
13590
|
+
}
|
|
13591
|
+
});
|
|
13592
|
+
}); };
|
|
13074
13593
|
var deserializeAws_restJson1SearchPlaceIndexForTextCommand = function (output, context) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
13075
13594
|
var contents, data, _a, _b;
|
|
13076
13595
|
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_c) {
|
|
@@ -14033,8 +14552,12 @@ var serializeAws_restJson1DeviceIdsList = function (input, context) {
|
|
|
14033
14552
|
});
|
|
14034
14553
|
};
|
|
14035
14554
|
var serializeAws_restJson1DevicePositionUpdate = function (input, context) {
|
|
14036
|
-
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(
|
|
14037
|
-
input.
|
|
14555
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, (input.Accuracy !== undefined &&
|
|
14556
|
+
input.Accuracy !== null && { Accuracy: serializeAws_restJson1PositionalAccuracy(input.Accuracy, context) })), (input.DeviceId !== undefined && input.DeviceId !== null && { DeviceId: input.DeviceId })), (input.Position !== undefined &&
|
|
14557
|
+
input.Position !== null && { Position: serializeAws_restJson1Position(input.Position, context) })), (input.PositionProperties !== undefined &&
|
|
14558
|
+
input.PositionProperties !== null && {
|
|
14559
|
+
PositionProperties: serializeAws_restJson1PropertyMap(input.PositionProperties, context),
|
|
14560
|
+
})), (input.SampleTime !== undefined &&
|
|
14038
14561
|
input.SampleTime !== null && { SampleTime: input.SampleTime.toISOString().split(".")[0] + "Z" }));
|
|
14039
14562
|
};
|
|
14040
14563
|
var serializeAws_restJson1DevicePositionUpdateList = function (input, context) {
|
|
@@ -14094,6 +14617,30 @@ var serializeAws_restJson1Position = function (input, context) {
|
|
|
14094
14617
|
return Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["serializeFloat"])(entry);
|
|
14095
14618
|
});
|
|
14096
14619
|
};
|
|
14620
|
+
var serializeAws_restJson1PositionalAccuracy = function (input, context) {
|
|
14621
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, (input.Horizontal !== undefined &&
|
|
14622
|
+
input.Horizontal !== null && { Horizontal: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["serializeFloat"])(input.Horizontal) }));
|
|
14623
|
+
};
|
|
14624
|
+
var serializeAws_restJson1PositionList = function (input, context) {
|
|
14625
|
+
return input
|
|
14626
|
+
.filter(function (e) { return e != null; })
|
|
14627
|
+
.map(function (entry) {
|
|
14628
|
+
if (entry === null) {
|
|
14629
|
+
return null;
|
|
14630
|
+
}
|
|
14631
|
+
return serializeAws_restJson1Position(entry, context);
|
|
14632
|
+
});
|
|
14633
|
+
};
|
|
14634
|
+
var serializeAws_restJson1PropertyMap = function (input, context) {
|
|
14635
|
+
return Object.entries(input).reduce(function (acc, _a) {
|
|
14636
|
+
var _b;
|
|
14637
|
+
var _c = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__read"])(_a, 2), key = _c[0], value = _c[1];
|
|
14638
|
+
if (value === null) {
|
|
14639
|
+
return acc;
|
|
14640
|
+
}
|
|
14641
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, acc), (_b = {}, _b[key] = value, _b));
|
|
14642
|
+
}, {});
|
|
14643
|
+
};
|
|
14097
14644
|
var serializeAws_restJson1TagMap = function (input, context) {
|
|
14098
14645
|
return Object.entries(input).reduce(function (acc, _a) {
|
|
14099
14646
|
var _b;
|
|
@@ -14281,6 +14828,14 @@ var deserializeAws_restJson1BoundingBox = function (output, context) {
|
|
|
14281
14828
|
return Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["limitedParseDouble"])(entry);
|
|
14282
14829
|
});
|
|
14283
14830
|
};
|
|
14831
|
+
var deserializeAws_restJson1CalculateRouteMatrixSummary = function (output, context) {
|
|
14832
|
+
return {
|
|
14833
|
+
DataSource: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.DataSource),
|
|
14834
|
+
DistanceUnit: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.DistanceUnit),
|
|
14835
|
+
ErrorCount: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectInt32"])(output.ErrorCount),
|
|
14836
|
+
RouteCount: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectInt32"])(output.RouteCount),
|
|
14837
|
+
};
|
|
14838
|
+
};
|
|
14284
14839
|
var deserializeAws_restJson1CalculateRouteSummary = function (output, context) {
|
|
14285
14840
|
return {
|
|
14286
14841
|
DataSource: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.DataSource),
|
|
@@ -14309,10 +14864,16 @@ var deserializeAws_restJson1DataSourceConfiguration = function (output, context)
|
|
|
14309
14864
|
};
|
|
14310
14865
|
var deserializeAws_restJson1DevicePosition = function (output, context) {
|
|
14311
14866
|
return {
|
|
14867
|
+
Accuracy: output.Accuracy !== undefined && output.Accuracy !== null
|
|
14868
|
+
? deserializeAws_restJson1PositionalAccuracy(output.Accuracy, context)
|
|
14869
|
+
: undefined,
|
|
14312
14870
|
DeviceId: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.DeviceId),
|
|
14313
14871
|
Position: output.Position !== undefined && output.Position !== null
|
|
14314
14872
|
? deserializeAws_restJson1Position(output.Position, context)
|
|
14315
14873
|
: undefined,
|
|
14874
|
+
PositionProperties: output.PositionProperties !== undefined && output.PositionProperties !== null
|
|
14875
|
+
? deserializeAws_restJson1PropertyMap(output.PositionProperties, context)
|
|
14876
|
+
: undefined,
|
|
14316
14877
|
ReceivedTime: output.ReceivedTime !== undefined && output.ReceivedTime !== null
|
|
14317
14878
|
? Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectNonNull"])(Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["parseRfc3339DateTime"])(output.ReceivedTime))
|
|
14318
14879
|
: undefined,
|
|
@@ -14405,10 +14966,16 @@ var deserializeAws_restJson1LineString = function (output, context) {
|
|
|
14405
14966
|
};
|
|
14406
14967
|
var deserializeAws_restJson1ListDevicePositionsResponseEntry = function (output, context) {
|
|
14407
14968
|
return {
|
|
14969
|
+
Accuracy: output.Accuracy !== undefined && output.Accuracy !== null
|
|
14970
|
+
? deserializeAws_restJson1PositionalAccuracy(output.Accuracy, context)
|
|
14971
|
+
: undefined,
|
|
14408
14972
|
DeviceId: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.DeviceId),
|
|
14409
14973
|
Position: output.Position !== undefined && output.Position !== null
|
|
14410
14974
|
? deserializeAws_restJson1Position(output.Position, context)
|
|
14411
14975
|
: undefined,
|
|
14976
|
+
PositionProperties: output.PositionProperties !== undefined && output.PositionProperties !== null
|
|
14977
|
+
? deserializeAws_restJson1PropertyMap(output.PositionProperties, context)
|
|
14978
|
+
: undefined,
|
|
14412
14979
|
SampleTime: output.SampleTime !== undefined && output.SampleTime !== null
|
|
14413
14980
|
? Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectNonNull"])(Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["parseRfc3339DateTime"])(output.SampleTime))
|
|
14414
14981
|
: undefined,
|
|
@@ -14581,6 +15148,7 @@ var deserializeAws_restJson1Place = function (output, context) {
|
|
|
14581
15148
|
Geometry: output.Geometry !== undefined && output.Geometry !== null
|
|
14582
15149
|
? deserializeAws_restJson1PlaceGeometry(output.Geometry, context)
|
|
14583
15150
|
: undefined,
|
|
15151
|
+
Interpolated: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectBoolean"])(output.Interpolated),
|
|
14584
15152
|
Label: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Label),
|
|
14585
15153
|
Municipality: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Municipality),
|
|
14586
15154
|
Neighborhood: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Neighborhood),
|
|
@@ -14588,6 +15156,9 @@ var deserializeAws_restJson1Place = function (output, context) {
|
|
|
14588
15156
|
Region: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Region),
|
|
14589
15157
|
Street: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Street),
|
|
14590
15158
|
SubRegion: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.SubRegion),
|
|
15159
|
+
TimeZone: output.TimeZone !== undefined && output.TimeZone !== null
|
|
15160
|
+
? deserializeAws_restJson1TimeZone(output.TimeZone, context)
|
|
15161
|
+
: undefined,
|
|
14591
15162
|
};
|
|
14592
15163
|
};
|
|
14593
15164
|
var deserializeAws_restJson1PlaceGeometry = function (output, context) {
|
|
@@ -14607,47 +15178,143 @@ var deserializeAws_restJson1Position = function (output, context) {
|
|
|
14607
15178
|
return Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["limitedParseDouble"])(entry);
|
|
14608
15179
|
});
|
|
14609
15180
|
};
|
|
14610
|
-
var
|
|
15181
|
+
var deserializeAws_restJson1PositionalAccuracy = function (output, context) {
|
|
14611
15182
|
return {
|
|
14612
|
-
|
|
14613
|
-
? deserializeAws_restJson1Place(output.Place, context)
|
|
14614
|
-
: undefined,
|
|
15183
|
+
Horizontal: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["limitedParseDouble"])(output.Horizontal),
|
|
14615
15184
|
};
|
|
14616
15185
|
};
|
|
14617
|
-
var
|
|
15186
|
+
var deserializeAws_restJson1PositionList = function (output, context) {
|
|
14618
15187
|
return (output || [])
|
|
14619
15188
|
.filter(function (e) { return e != null; })
|
|
14620
15189
|
.map(function (entry) {
|
|
14621
15190
|
if (entry === null) {
|
|
14622
15191
|
return null;
|
|
14623
15192
|
}
|
|
14624
|
-
return
|
|
15193
|
+
return deserializeAws_restJson1Position(entry, context);
|
|
14625
15194
|
});
|
|
14626
15195
|
};
|
|
14627
|
-
var
|
|
14628
|
-
return {
|
|
14629
|
-
|
|
14630
|
-
|
|
14631
|
-
|
|
14632
|
-
|
|
15196
|
+
var deserializeAws_restJson1PropertyMap = function (output, context) {
|
|
15197
|
+
return Object.entries(output).reduce(function (acc, _a) {
|
|
15198
|
+
var _b;
|
|
15199
|
+
var _c = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__read"])(_a, 2), key = _c[0], value = _c[1];
|
|
15200
|
+
if (value === null) {
|
|
15201
|
+
return acc;
|
|
15202
|
+
}
|
|
15203
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, acc), (_b = {}, _b[key] = Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(value), _b));
|
|
15204
|
+
}, {});
|
|
14633
15205
|
};
|
|
14634
|
-
var
|
|
15206
|
+
var deserializeAws_restJson1RouteMatrix = function (output, context) {
|
|
14635
15207
|
return (output || [])
|
|
14636
15208
|
.filter(function (e) { return e != null; })
|
|
14637
15209
|
.map(function (entry) {
|
|
14638
15210
|
if (entry === null) {
|
|
14639
15211
|
return null;
|
|
14640
15212
|
}
|
|
14641
|
-
return
|
|
15213
|
+
return deserializeAws_restJson1RouteMatrixRow(entry, context);
|
|
14642
15214
|
});
|
|
14643
15215
|
};
|
|
14644
|
-
var
|
|
15216
|
+
var deserializeAws_restJson1RouteMatrixEntry = function (output, context) {
|
|
14645
15217
|
return {
|
|
14646
|
-
|
|
14647
|
-
|
|
14648
|
-
|
|
14649
|
-
?
|
|
14650
|
-
: undefined,
|
|
15218
|
+
Distance: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["limitedParseDouble"])(output.Distance),
|
|
15219
|
+
DurationSeconds: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["limitedParseDouble"])(output.DurationSeconds),
|
|
15220
|
+
Error: output.Error !== undefined && output.Error !== null
|
|
15221
|
+
? deserializeAws_restJson1RouteMatrixEntryError(output.Error, context)
|
|
15222
|
+
: undefined,
|
|
15223
|
+
};
|
|
15224
|
+
};
|
|
15225
|
+
var deserializeAws_restJson1RouteMatrixEntryError = function (output, context) {
|
|
15226
|
+
return {
|
|
15227
|
+
Code: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Code),
|
|
15228
|
+
Message: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Message),
|
|
15229
|
+
};
|
|
15230
|
+
};
|
|
15231
|
+
var deserializeAws_restJson1RouteMatrixRow = function (output, context) {
|
|
15232
|
+
return (output || [])
|
|
15233
|
+
.filter(function (e) { return e != null; })
|
|
15234
|
+
.map(function (entry) {
|
|
15235
|
+
if (entry === null) {
|
|
15236
|
+
return null;
|
|
15237
|
+
}
|
|
15238
|
+
return deserializeAws_restJson1RouteMatrixEntry(entry, context);
|
|
15239
|
+
});
|
|
15240
|
+
};
|
|
15241
|
+
var deserializeAws_restJson1SearchForPositionResult = function (output, context) {
|
|
15242
|
+
return {
|
|
15243
|
+
Distance: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["limitedParseDouble"])(output.Distance),
|
|
15244
|
+
Place: output.Place !== undefined && output.Place !== null
|
|
15245
|
+
? deserializeAws_restJson1Place(output.Place, context)
|
|
15246
|
+
: undefined,
|
|
15247
|
+
};
|
|
15248
|
+
};
|
|
15249
|
+
var deserializeAws_restJson1SearchForPositionResultList = function (output, context) {
|
|
15250
|
+
return (output || [])
|
|
15251
|
+
.filter(function (e) { return e != null; })
|
|
15252
|
+
.map(function (entry) {
|
|
15253
|
+
if (entry === null) {
|
|
15254
|
+
return null;
|
|
15255
|
+
}
|
|
15256
|
+
return deserializeAws_restJson1SearchForPositionResult(entry, context);
|
|
15257
|
+
});
|
|
15258
|
+
};
|
|
15259
|
+
var deserializeAws_restJson1SearchForSuggestionsResult = function (output, context) {
|
|
15260
|
+
return {
|
|
15261
|
+
Text: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Text),
|
|
15262
|
+
};
|
|
15263
|
+
};
|
|
15264
|
+
var deserializeAws_restJson1SearchForSuggestionsResultList = function (output, context) {
|
|
15265
|
+
return (output || [])
|
|
15266
|
+
.filter(function (e) { return e != null; })
|
|
15267
|
+
.map(function (entry) {
|
|
15268
|
+
if (entry === null) {
|
|
15269
|
+
return null;
|
|
15270
|
+
}
|
|
15271
|
+
return deserializeAws_restJson1SearchForSuggestionsResult(entry, context);
|
|
15272
|
+
});
|
|
15273
|
+
};
|
|
15274
|
+
var deserializeAws_restJson1SearchForTextResult = function (output, context) {
|
|
15275
|
+
return {
|
|
15276
|
+
Distance: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["limitedParseDouble"])(output.Distance),
|
|
15277
|
+
Place: output.Place !== undefined && output.Place !== null
|
|
15278
|
+
? deserializeAws_restJson1Place(output.Place, context)
|
|
15279
|
+
: undefined,
|
|
15280
|
+
Relevance: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["limitedParseDouble"])(output.Relevance),
|
|
15281
|
+
};
|
|
15282
|
+
};
|
|
15283
|
+
var deserializeAws_restJson1SearchForTextResultList = function (output, context) {
|
|
15284
|
+
return (output || [])
|
|
15285
|
+
.filter(function (e) { return e != null; })
|
|
15286
|
+
.map(function (entry) {
|
|
15287
|
+
if (entry === null) {
|
|
15288
|
+
return null;
|
|
15289
|
+
}
|
|
15290
|
+
return deserializeAws_restJson1SearchForTextResult(entry, context);
|
|
15291
|
+
});
|
|
15292
|
+
};
|
|
15293
|
+
var deserializeAws_restJson1SearchPlaceIndexForPositionSummary = function (output, context) {
|
|
15294
|
+
return {
|
|
15295
|
+
DataSource: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.DataSource),
|
|
15296
|
+
Language: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Language),
|
|
15297
|
+
MaxResults: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectInt32"])(output.MaxResults),
|
|
15298
|
+
Position: output.Position !== undefined && output.Position !== null
|
|
15299
|
+
? deserializeAws_restJson1Position(output.Position, context)
|
|
15300
|
+
: undefined,
|
|
15301
|
+
};
|
|
15302
|
+
};
|
|
15303
|
+
var deserializeAws_restJson1SearchPlaceIndexForSuggestionsSummary = function (output, context) {
|
|
15304
|
+
return {
|
|
15305
|
+
BiasPosition: output.BiasPosition !== undefined && output.BiasPosition !== null
|
|
15306
|
+
? deserializeAws_restJson1Position(output.BiasPosition, context)
|
|
15307
|
+
: undefined,
|
|
15308
|
+
DataSource: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.DataSource),
|
|
15309
|
+
FilterBBox: output.FilterBBox !== undefined && output.FilterBBox !== null
|
|
15310
|
+
? deserializeAws_restJson1BoundingBox(output.FilterBBox, context)
|
|
15311
|
+
: undefined,
|
|
15312
|
+
FilterCountries: output.FilterCountries !== undefined && output.FilterCountries !== null
|
|
15313
|
+
? deserializeAws_restJson1CountryCodeList(output.FilterCountries, context)
|
|
15314
|
+
: undefined,
|
|
15315
|
+
Language: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Language),
|
|
15316
|
+
MaxResults: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectInt32"])(output.MaxResults),
|
|
15317
|
+
Text: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Text),
|
|
14651
15318
|
};
|
|
14652
15319
|
};
|
|
14653
15320
|
var deserializeAws_restJson1SearchPlaceIndexForTextSummary = function (output, context) {
|
|
@@ -14662,6 +15329,7 @@ var deserializeAws_restJson1SearchPlaceIndexForTextSummary = function (output, c
|
|
|
14662
15329
|
FilterCountries: output.FilterCountries !== undefined && output.FilterCountries !== null
|
|
14663
15330
|
? deserializeAws_restJson1CountryCodeList(output.FilterCountries, context)
|
|
14664
15331
|
: undefined,
|
|
15332
|
+
Language: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Language),
|
|
14665
15333
|
MaxResults: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectInt32"])(output.MaxResults),
|
|
14666
15334
|
ResultBBox: output.ResultBBox !== undefined && output.ResultBBox !== null
|
|
14667
15335
|
? deserializeAws_restJson1BoundingBox(output.ResultBBox, context)
|
|
@@ -14702,6 +15370,12 @@ var deserializeAws_restJson1TagMap = function (output, context) {
|
|
|
14702
15370
|
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, acc), (_b = {}, _b[key] = Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(value), _b));
|
|
14703
15371
|
}, {});
|
|
14704
15372
|
};
|
|
15373
|
+
var deserializeAws_restJson1TimeZone = function (output, context) {
|
|
15374
|
+
return {
|
|
15375
|
+
Name: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.Name),
|
|
15376
|
+
Offset: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectInt32"])(output.Offset),
|
|
15377
|
+
};
|
|
15378
|
+
};
|
|
14705
15379
|
var deserializeAws_restJson1ValidationExceptionField = function (output, context) {
|
|
14706
15380
|
return {
|
|
14707
15381
|
Message: Object(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_2__["expectString"])(output.message),
|
|
@@ -14804,6 +15478,10 @@ var _package_json__WEBPACK_IMPORTED_MODULE_1___namespace = /*#__PURE__*/__webpac
|
|
|
14804
15478
|
/* harmony import */ var _aws_sdk_util_user_agent_browser__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @aws-sdk/util-user-agent-browser */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js");
|
|
14805
15479
|
/* harmony import */ var _aws_sdk_util_utf8_browser__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @aws-sdk/util-utf8-browser */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js");
|
|
14806
15480
|
/* harmony import */ var _runtimeConfig_shared__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./runtimeConfig.shared */ "../../node_modules/@aws-sdk/client-location/dist-es/runtimeConfig.shared.js");
|
|
15481
|
+
/* harmony import */ var _aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @aws-sdk/smithy-client */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/index.js");
|
|
15482
|
+
/* harmony import */ var _aws_sdk_util_defaults_mode_browser__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @aws-sdk/util-defaults-mode-browser */ "../../node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/index.js");
|
|
15483
|
+
|
|
15484
|
+
|
|
14807
15485
|
|
|
14808
15486
|
|
|
14809
15487
|
|
|
@@ -14818,8 +15496,15 @@ var _package_json__WEBPACK_IMPORTED_MODULE_1___namespace = /*#__PURE__*/__webpac
|
|
|
14818
15496
|
|
|
14819
15497
|
var getRuntimeConfig = function (config) {
|
|
14820
15498
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
15499
|
+
var defaultsMode = Object(_aws_sdk_util_defaults_mode_browser__WEBPACK_IMPORTED_MODULE_13__["resolveDefaultsModeConfig"])(config);
|
|
15500
|
+
var defaultConfigProvider = function () { return defaultsMode().then(_aws_sdk_smithy_client__WEBPACK_IMPORTED_MODULE_12__["loadConfigsForDefaultMode"]); };
|
|
14821
15501
|
var clientSharedValues = Object(_runtimeConfig_shared__WEBPACK_IMPORTED_MODULE_11__["getRuntimeConfig"])(config);
|
|
14822
|
-
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : _aws_sdk_util_base64_browser__WEBPACK_IMPORTED_MODULE_7__["fromBase64"], base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : _aws_sdk_util_base64_browser__WEBPACK_IMPORTED_MODULE_7__["toBase64"], bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : _aws_sdk_util_body_length_browser__WEBPACK_IMPORTED_MODULE_8__["calculateBodyLength"], credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : Object(_aws_sdk_util_user_agent_browser__WEBPACK_IMPORTED_MODULE_9__["defaultUserAgent"])({ serviceId: clientSharedValues.serviceId, clientVersion: _package_json__WEBPACK_IMPORTED_MODULE_1__.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : _aws_sdk_middleware_retry__WEBPACK_IMPORTED_MODULE_6__["DEFAULT_MAX_ATTEMPTS"], region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : Object(_aws_sdk_invalid_dependency__WEBPACK_IMPORTED_MODULE_5__["invalidProvider"])("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new _aws_sdk_fetch_http_handler__WEBPACK_IMPORTED_MODULE_4__["FetchHttpHandler"](), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return
|
|
15502
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({}, clientSharedValues), config), { runtime: "browser", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : _aws_sdk_util_base64_browser__WEBPACK_IMPORTED_MODULE_7__["fromBase64"], base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : _aws_sdk_util_base64_browser__WEBPACK_IMPORTED_MODULE_7__["toBase64"], bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : _aws_sdk_util_body_length_browser__WEBPACK_IMPORTED_MODULE_8__["calculateBodyLength"], credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : Object(_aws_sdk_util_user_agent_browser__WEBPACK_IMPORTED_MODULE_9__["defaultUserAgent"])({ serviceId: clientSharedValues.serviceId, clientVersion: _package_json__WEBPACK_IMPORTED_MODULE_1__.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : _aws_sdk_middleware_retry__WEBPACK_IMPORTED_MODULE_6__["DEFAULT_MAX_ATTEMPTS"], region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : Object(_aws_sdk_invalid_dependency__WEBPACK_IMPORTED_MODULE_5__["invalidProvider"])("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new _aws_sdk_fetch_http_handler__WEBPACK_IMPORTED_MODULE_4__["FetchHttpHandler"](defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_a) {
|
|
15503
|
+
switch (_a.label) {
|
|
15504
|
+
case 0: return [4, defaultConfigProvider()];
|
|
15505
|
+
case 1: return [2, (_a.sent()).retryMode || _aws_sdk_middleware_retry__WEBPACK_IMPORTED_MODULE_6__["DEFAULT_RETRY_MODE"]];
|
|
15506
|
+
}
|
|
15507
|
+
}); }); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : _aws_crypto_sha256_browser__WEBPACK_IMPORTED_MODULE_2__["Sha256"], streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : _aws_sdk_fetch_http_handler__WEBPACK_IMPORTED_MODULE_4__["streamCollector"], useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(_aws_sdk_config_resolver__WEBPACK_IMPORTED_MODULE_3__["DEFAULT_USE_DUALSTACK_ENDPOINT"]); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(_aws_sdk_config_resolver__WEBPACK_IMPORTED_MODULE_3__["DEFAULT_USE_FIPS_ENDPOINT"]); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : _aws_sdk_util_utf8_browser__WEBPACK_IMPORTED_MODULE_10__["fromUtf8"], utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : _aws_sdk_util_utf8_browser__WEBPACK_IMPORTED_MODULE_10__["toUtf8"] });
|
|
14823
15508
|
};
|
|
14824
15509
|
|
|
14825
15510
|
|
|
@@ -17475,87 +18160,112 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17475
18160
|
|
|
17476
18161
|
|
|
17477
18162
|
var FetchHttpHandler = (function () {
|
|
17478
|
-
function FetchHttpHandler(
|
|
17479
|
-
var
|
|
17480
|
-
|
|
18163
|
+
function FetchHttpHandler(options) {
|
|
18164
|
+
var _this = this;
|
|
18165
|
+
if (typeof options === "function") {
|
|
18166
|
+
this.configProvider = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(_this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_a) {
|
|
18167
|
+
switch (_a.label) {
|
|
18168
|
+
case 0: return [4, options()];
|
|
18169
|
+
case 1: return [2, (_a.sent()) || {}];
|
|
18170
|
+
}
|
|
18171
|
+
}); }); };
|
|
18172
|
+
}
|
|
18173
|
+
else {
|
|
18174
|
+
this.config = options !== null && options !== void 0 ? options : {};
|
|
18175
|
+
}
|
|
17481
18176
|
}
|
|
17482
18177
|
FetchHttpHandler.prototype.destroy = function () {
|
|
17483
18178
|
};
|
|
17484
18179
|
FetchHttpHandler.prototype.handle = function (request, _a) {
|
|
17485
18180
|
var _b = _a === void 0 ? {} : _a, abortSignal = _b.abortSignal;
|
|
17486
|
-
|
|
17487
|
-
|
|
17488
|
-
|
|
17489
|
-
|
|
17490
|
-
|
|
17491
|
-
|
|
17492
|
-
|
|
17493
|
-
|
|
17494
|
-
|
|
17495
|
-
|
|
17496
|
-
|
|
17497
|
-
|
|
17498
|
-
|
|
17499
|
-
|
|
17500
|
-
|
|
17501
|
-
|
|
17502
|
-
|
|
17503
|
-
|
|
17504
|
-
|
|
17505
|
-
|
|
17506
|
-
|
|
17507
|
-
|
|
17508
|
-
|
|
17509
|
-
|
|
17510
|
-
|
|
17511
|
-
|
|
17512
|
-
|
|
17513
|
-
|
|
17514
|
-
|
|
17515
|
-
var transformedHeaders = {};
|
|
17516
|
-
try {
|
|
17517
|
-
for (var _b = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__values"])(fetchHeaders.entries()), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
17518
|
-
var pair = _c.value;
|
|
17519
|
-
transformedHeaders[pair[0]] = pair[1];
|
|
17520
|
-
}
|
|
17521
|
-
}
|
|
17522
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
17523
|
-
finally {
|
|
17524
|
-
try {
|
|
17525
|
-
if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
|
|
17526
|
-
}
|
|
17527
|
-
finally { if (e_1) throw e_1.error; }
|
|
17528
|
-
}
|
|
17529
|
-
var hasReadableStream = response.body !== undefined;
|
|
17530
|
-
if (!hasReadableStream) {
|
|
17531
|
-
return response.blob().then(function (body) { return ({
|
|
17532
|
-
response: new _aws_sdk_protocol_http__WEBPACK_IMPORTED_MODULE_1__["HttpResponse"]({
|
|
17533
|
-
headers: transformedHeaders,
|
|
17534
|
-
statusCode: response.status,
|
|
18181
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(this, void 0, void 0, function () {
|
|
18182
|
+
var _c, requestTimeoutInMs, abortError, path, queryString, port, method, url, body, requestOptions, fetchRequest, raceOfPromises;
|
|
18183
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_d) {
|
|
18184
|
+
switch (_d.label) {
|
|
18185
|
+
case 0:
|
|
18186
|
+
if (!(!this.config && this.configProvider)) return [3, 2];
|
|
18187
|
+
_c = this;
|
|
18188
|
+
return [4, this.configProvider()];
|
|
18189
|
+
case 1:
|
|
18190
|
+
_c.config = _d.sent();
|
|
18191
|
+
_d.label = 2;
|
|
18192
|
+
case 2:
|
|
18193
|
+
requestTimeoutInMs = this.config.requestTimeout;
|
|
18194
|
+
if (abortSignal === null || abortSignal === void 0 ? void 0 : abortSignal.aborted) {
|
|
18195
|
+
abortError = new Error("Request aborted");
|
|
18196
|
+
abortError.name = "AbortError";
|
|
18197
|
+
return [2, Promise.reject(abortError)];
|
|
18198
|
+
}
|
|
18199
|
+
path = request.path;
|
|
18200
|
+
if (request.query) {
|
|
18201
|
+
queryString = Object(_aws_sdk_querystring_builder__WEBPACK_IMPORTED_MODULE_2__["buildQueryString"])(request.query);
|
|
18202
|
+
if (queryString) {
|
|
18203
|
+
path += "?" + queryString;
|
|
18204
|
+
}
|
|
18205
|
+
}
|
|
18206
|
+
port = request.port, method = request.method;
|
|
18207
|
+
url = request.protocol + "//" + request.hostname + (port ? ":" + port : "") + path;
|
|
18208
|
+
body = method === "GET" || method === "HEAD" ? undefined : request.body;
|
|
18209
|
+
requestOptions = {
|
|
17535
18210
|
body: body,
|
|
17536
|
-
|
|
17537
|
-
|
|
17538
|
-
|
|
17539
|
-
|
|
17540
|
-
|
|
17541
|
-
|
|
17542
|
-
|
|
17543
|
-
|
|
17544
|
-
|
|
17545
|
-
|
|
17546
|
-
|
|
17547
|
-
|
|
17548
|
-
|
|
17549
|
-
|
|
17550
|
-
|
|
17551
|
-
|
|
17552
|
-
|
|
17553
|
-
|
|
17554
|
-
|
|
17555
|
-
|
|
17556
|
-
|
|
17557
|
-
|
|
17558
|
-
|
|
18211
|
+
headers: new Headers(request.headers),
|
|
18212
|
+
method: method,
|
|
18213
|
+
};
|
|
18214
|
+
if (typeof AbortController !== "undefined") {
|
|
18215
|
+
requestOptions["signal"] = abortSignal;
|
|
18216
|
+
}
|
|
18217
|
+
fetchRequest = new Request(url, requestOptions);
|
|
18218
|
+
raceOfPromises = [
|
|
18219
|
+
fetch(fetchRequest).then(function (response) {
|
|
18220
|
+
var e_1, _a;
|
|
18221
|
+
var fetchHeaders = response.headers;
|
|
18222
|
+
var transformedHeaders = {};
|
|
18223
|
+
try {
|
|
18224
|
+
for (var _b = Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__values"])(fetchHeaders.entries()), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
18225
|
+
var pair = _c.value;
|
|
18226
|
+
transformedHeaders[pair[0]] = pair[1];
|
|
18227
|
+
}
|
|
18228
|
+
}
|
|
18229
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
18230
|
+
finally {
|
|
18231
|
+
try {
|
|
18232
|
+
if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
|
|
18233
|
+
}
|
|
18234
|
+
finally { if (e_1) throw e_1.error; }
|
|
18235
|
+
}
|
|
18236
|
+
var hasReadableStream = response.body !== undefined;
|
|
18237
|
+
if (!hasReadableStream) {
|
|
18238
|
+
return response.blob().then(function (body) { return ({
|
|
18239
|
+
response: new _aws_sdk_protocol_http__WEBPACK_IMPORTED_MODULE_1__["HttpResponse"]({
|
|
18240
|
+
headers: transformedHeaders,
|
|
18241
|
+
statusCode: response.status,
|
|
18242
|
+
body: body,
|
|
18243
|
+
}),
|
|
18244
|
+
}); });
|
|
18245
|
+
}
|
|
18246
|
+
return {
|
|
18247
|
+
response: new _aws_sdk_protocol_http__WEBPACK_IMPORTED_MODULE_1__["HttpResponse"]({
|
|
18248
|
+
headers: transformedHeaders,
|
|
18249
|
+
statusCode: response.status,
|
|
18250
|
+
body: response.body,
|
|
18251
|
+
}),
|
|
18252
|
+
};
|
|
18253
|
+
}),
|
|
18254
|
+
Object(_request_timeout__WEBPACK_IMPORTED_MODULE_3__["requestTimeout"])(requestTimeoutInMs),
|
|
18255
|
+
];
|
|
18256
|
+
if (abortSignal) {
|
|
18257
|
+
raceOfPromises.push(new Promise(function (resolve, reject) {
|
|
18258
|
+
abortSignal.onabort = function () {
|
|
18259
|
+
var abortError = new Error("Request aborted");
|
|
18260
|
+
abortError.name = "AbortError";
|
|
18261
|
+
reject(abortError);
|
|
18262
|
+
};
|
|
18263
|
+
}));
|
|
18264
|
+
}
|
|
18265
|
+
return [2, Promise.race(raceOfPromises)];
|
|
18266
|
+
}
|
|
18267
|
+
});
|
|
18268
|
+
});
|
|
17559
18269
|
};
|
|
17560
18270
|
return FetchHttpHandler;
|
|
17561
18271
|
}());
|
|
@@ -18739,19 +19449,26 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
18739
19449
|
var deserializerMiddleware = function (options, deserializer) {
|
|
18740
19450
|
return function (next, context) {
|
|
18741
19451
|
return function (args) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
18742
|
-
var response, parsed;
|
|
19452
|
+
var response, parsed, error_1;
|
|
18743
19453
|
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_a) {
|
|
18744
19454
|
switch (_a.label) {
|
|
18745
19455
|
case 0: return [4, next(args)];
|
|
18746
19456
|
case 1:
|
|
18747
19457
|
response = (_a.sent()).response;
|
|
18748
|
-
|
|
19458
|
+
_a.label = 2;
|
|
18749
19459
|
case 2:
|
|
19460
|
+
_a.trys.push([2, 4, , 5]);
|
|
19461
|
+
return [4, deserializer(response, options)];
|
|
19462
|
+
case 3:
|
|
18750
19463
|
parsed = _a.sent();
|
|
18751
19464
|
return [2, {
|
|
18752
19465
|
response: response,
|
|
18753
19466
|
output: parsed,
|
|
18754
19467
|
}];
|
|
19468
|
+
case 4:
|
|
19469
|
+
error_1 = _a.sent();
|
|
19470
|
+
throw Object.assign(error_1, { $response: response });
|
|
19471
|
+
case 5: return [2];
|
|
18755
19472
|
}
|
|
18756
19473
|
});
|
|
18757
19474
|
}); };
|
|
@@ -19020,7 +19737,7 @@ var awsAuthMiddleware = function (options) {
|
|
|
19020
19737
|
return function (next, context) {
|
|
19021
19738
|
return function (args) {
|
|
19022
19739
|
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(this, void 0, void 0, function () {
|
|
19023
|
-
var signer, output, _a, _b,
|
|
19740
|
+
var signer, output, _a, _b, dateHeader;
|
|
19024
19741
|
var _c;
|
|
19025
19742
|
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_d) {
|
|
19026
19743
|
switch (_d.label) {
|
|
@@ -19039,15 +19756,16 @@ var awsAuthMiddleware = function (options) {
|
|
|
19039
19756
|
signingService: context["signing_service"],
|
|
19040
19757
|
})];
|
|
19041
19758
|
case 2: return [4, _a.apply(void 0, [tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"].apply(void 0, _b.concat([(_c.request = _d.sent(), _c)]))]).catch(function (error) {
|
|
19042
|
-
|
|
19043
|
-
|
|
19759
|
+
var _a;
|
|
19760
|
+
var serverTime = (_a = error.ServerTime) !== null && _a !== void 0 ? _a : getDateHeader(error.$response);
|
|
19761
|
+
if (serverTime) {
|
|
19762
|
+
options.systemClockOffset = Object(_utils_getUpdatedSystemClockOffset__WEBPACK_IMPORTED_MODULE_3__["getUpdatedSystemClockOffset"])(serverTime, options.systemClockOffset);
|
|
19044
19763
|
}
|
|
19045
19764
|
throw error;
|
|
19046
19765
|
})];
|
|
19047
19766
|
case 3:
|
|
19048
19767
|
output = _d.sent();
|
|
19049
|
-
|
|
19050
|
-
dateHeader = headers && (headers.date || headers.Date);
|
|
19768
|
+
dateHeader = getDateHeader(output.response);
|
|
19051
19769
|
if (dateHeader) {
|
|
19052
19770
|
options.systemClockOffset = Object(_utils_getUpdatedSystemClockOffset__WEBPACK_IMPORTED_MODULE_3__["getUpdatedSystemClockOffset"])(dateHeader, options.systemClockOffset);
|
|
19053
19771
|
}
|
|
@@ -19058,6 +19776,7 @@ var awsAuthMiddleware = function (options) {
|
|
|
19058
19776
|
};
|
|
19059
19777
|
};
|
|
19060
19778
|
};
|
|
19779
|
+
var getDateHeader = function (response) { var _a, _b, _c; return _aws_sdk_protocol_http__WEBPACK_IMPORTED_MODULE_1__["HttpResponse"].isInstance(response) ? (_b = (_a = response.headers) === null || _a === void 0 ? void 0 : _a.date) !== null && _b !== void 0 ? _b : (_c = response.headers) === null || _c === void 0 ? void 0 : _c.Date : undefined; };
|
|
19061
19780
|
var awsAuthMiddlewareOptions = {
|
|
19062
19781
|
name: "awsAuthMiddleware",
|
|
19063
19782
|
tags: ["SIGNATURE", "AWSAUTH"],
|
|
@@ -21021,6 +21740,46 @@ var stripLeadingZeroes = function (value) {
|
|
|
21021
21740
|
};
|
|
21022
21741
|
|
|
21023
21742
|
|
|
21743
|
+
/***/ }),
|
|
21744
|
+
|
|
21745
|
+
/***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/defaults-mode.js":
|
|
21746
|
+
/*!***************************************************************************************************************************!*\
|
|
21747
|
+
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/defaults-mode.js ***!
|
|
21748
|
+
\***************************************************************************************************************************/
|
|
21749
|
+
/*! exports provided: loadConfigsForDefaultMode */
|
|
21750
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
21751
|
+
|
|
21752
|
+
"use strict";
|
|
21753
|
+
__webpack_require__.r(__webpack_exports__);
|
|
21754
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "loadConfigsForDefaultMode", function() { return loadConfigsForDefaultMode; });
|
|
21755
|
+
var loadConfigsForDefaultMode = function (mode) {
|
|
21756
|
+
switch (mode) {
|
|
21757
|
+
case "standard":
|
|
21758
|
+
return {
|
|
21759
|
+
retryMode: "standard",
|
|
21760
|
+
connectionTimeout: 3100,
|
|
21761
|
+
};
|
|
21762
|
+
case "in-region":
|
|
21763
|
+
return {
|
|
21764
|
+
retryMode: "standard",
|
|
21765
|
+
connectionTimeout: 1100,
|
|
21766
|
+
};
|
|
21767
|
+
case "cross-region":
|
|
21768
|
+
return {
|
|
21769
|
+
retryMode: "standard",
|
|
21770
|
+
connectionTimeout: 3100,
|
|
21771
|
+
};
|
|
21772
|
+
case "mobile":
|
|
21773
|
+
return {
|
|
21774
|
+
retryMode: "standard",
|
|
21775
|
+
connectionTimeout: 30000,
|
|
21776
|
+
};
|
|
21777
|
+
default:
|
|
21778
|
+
return {};
|
|
21779
|
+
}
|
|
21780
|
+
};
|
|
21781
|
+
|
|
21782
|
+
|
|
21024
21783
|
/***/ }),
|
|
21025
21784
|
|
|
21026
21785
|
/***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js":
|
|
@@ -21115,7 +21874,7 @@ var getValueFromTextNode = function (obj) {
|
|
|
21115
21874
|
/*!*******************************************************************************************************************!*\
|
|
21116
21875
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/index.js ***!
|
|
21117
21876
|
\*******************************************************************************************************************/
|
|
21118
|
-
/*! exports provided: Client, Command, SENSITIVE_STRING, dateToUtcString, parseRfc3339DateTime, parseRfc7231DateTime, parseEpochTimestamp, emitWarningIfUnsupportedVersion, extendedEncodeURIComponent, getArrayIfSingleItem, getValueFromTextNode, StringWrapper, LazyJsonString, parseBoolean, expectBoolean, expectNumber, expectFloat32, expectLong, expectInt, expectInt32, expectShort, expectByte, expectNonNull, expectObject, expectString, expectUnion, strictParseDouble, strictParseFloat, strictParseFloat32, limitedParseDouble, handleFloat, limitedParseFloat, limitedParseFloat32, strictParseLong, strictParseInt, strictParseInt32, strictParseShort, strictParseByte, serializeFloat, splitEvery */
|
|
21877
|
+
/*! exports provided: Client, Command, SENSITIVE_STRING, dateToUtcString, parseRfc3339DateTime, parseRfc7231DateTime, parseEpochTimestamp, loadConfigsForDefaultMode, emitWarningIfUnsupportedVersion, extendedEncodeURIComponent, getArrayIfSingleItem, getValueFromTextNode, StringWrapper, LazyJsonString, parseBoolean, expectBoolean, expectNumber, expectFloat32, expectLong, expectInt, expectInt32, expectShort, expectByte, expectNonNull, expectObject, expectString, expectUnion, strictParseDouble, strictParseFloat, strictParseFloat32, limitedParseDouble, handleFloat, limitedParseFloat, limitedParseFloat32, strictParseLong, strictParseInt, strictParseInt32, strictParseShort, strictParseByte, serializeFloat, splitEvery */
|
|
21119
21878
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
21120
21879
|
|
|
21121
21880
|
"use strict";
|
|
@@ -21138,79 +21897,83 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21138
21897
|
|
|
21139
21898
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "parseEpochTimestamp", function() { return _date_utils__WEBPACK_IMPORTED_MODULE_3__["parseEpochTimestamp"]; });
|
|
21140
21899
|
|
|
21141
|
-
/* harmony import */ var
|
|
21142
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21900
|
+
/* harmony import */ var _defaults_mode__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./defaults-mode */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/defaults-mode.js");
|
|
21901
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "loadConfigsForDefaultMode", function() { return _defaults_mode__WEBPACK_IMPORTED_MODULE_4__["loadConfigsForDefaultMode"]; });
|
|
21902
|
+
|
|
21903
|
+
/* harmony import */ var _emitWarningIfUnsupportedVersion__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./emitWarningIfUnsupportedVersion */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js");
|
|
21904
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "emitWarningIfUnsupportedVersion", function() { return _emitWarningIfUnsupportedVersion__WEBPACK_IMPORTED_MODULE_5__["emitWarningIfUnsupportedVersion"]; });
|
|
21905
|
+
|
|
21906
|
+
/* harmony import */ var _extended_encode_uri_component__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./extended-encode-uri-component */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js");
|
|
21907
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "extendedEncodeURIComponent", function() { return _extended_encode_uri_component__WEBPACK_IMPORTED_MODULE_6__["extendedEncodeURIComponent"]; });
|
|
21143
21908
|
|
|
21144
|
-
/* harmony import */ var
|
|
21145
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21909
|
+
/* harmony import */ var _get_array_if_single_item__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./get-array-if-single-item */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js");
|
|
21910
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getArrayIfSingleItem", function() { return _get_array_if_single_item__WEBPACK_IMPORTED_MODULE_7__["getArrayIfSingleItem"]; });
|
|
21146
21911
|
|
|
21147
|
-
/* harmony import */ var
|
|
21148
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21912
|
+
/* harmony import */ var _get_value_from_text_node__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./get-value-from-text-node */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js");
|
|
21913
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getValueFromTextNode", function() { return _get_value_from_text_node__WEBPACK_IMPORTED_MODULE_8__["getValueFromTextNode"]; });
|
|
21149
21914
|
|
|
21150
|
-
/* harmony import */ var
|
|
21151
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21915
|
+
/* harmony import */ var _lazy_json__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./lazy-json */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js");
|
|
21916
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "StringWrapper", function() { return _lazy_json__WEBPACK_IMPORTED_MODULE_9__["StringWrapper"]; });
|
|
21152
21917
|
|
|
21153
|
-
/* harmony
|
|
21154
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "StringWrapper", function() { return _lazy_json__WEBPACK_IMPORTED_MODULE_8__["StringWrapper"]; });
|
|
21918
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "LazyJsonString", function() { return _lazy_json__WEBPACK_IMPORTED_MODULE_9__["LazyJsonString"]; });
|
|
21155
21919
|
|
|
21156
|
-
/* harmony
|
|
21920
|
+
/* harmony import */ var _parse_utils__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./parse-utils */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js");
|
|
21921
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "parseBoolean", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["parseBoolean"]; });
|
|
21157
21922
|
|
|
21158
|
-
/* harmony
|
|
21159
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "parseBoolean", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_9__["parseBoolean"]; });
|
|
21923
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectBoolean", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectBoolean"]; });
|
|
21160
21924
|
|
|
21161
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21925
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectNumber", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectNumber"]; });
|
|
21162
21926
|
|
|
21163
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21927
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectFloat32", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectFloat32"]; });
|
|
21164
21928
|
|
|
21165
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21929
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectLong", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectLong"]; });
|
|
21166
21930
|
|
|
21167
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21931
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectInt", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectInt"]; });
|
|
21168
21932
|
|
|
21169
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21933
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectInt32", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectInt32"]; });
|
|
21170
21934
|
|
|
21171
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21935
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectShort", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectShort"]; });
|
|
21172
21936
|
|
|
21173
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21937
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectByte", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectByte"]; });
|
|
21174
21938
|
|
|
21175
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21939
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectNonNull", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectNonNull"]; });
|
|
21176
21940
|
|
|
21177
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21941
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectObject", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectObject"]; });
|
|
21178
21942
|
|
|
21179
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21943
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectString", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectString"]; });
|
|
21180
21944
|
|
|
21181
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21945
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "expectUnion", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["expectUnion"]; });
|
|
21182
21946
|
|
|
21183
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21947
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "strictParseDouble", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["strictParseDouble"]; });
|
|
21184
21948
|
|
|
21185
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21949
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "strictParseFloat", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["strictParseFloat"]; });
|
|
21186
21950
|
|
|
21187
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21951
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "strictParseFloat32", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["strictParseFloat32"]; });
|
|
21188
21952
|
|
|
21189
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21953
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "limitedParseDouble", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["limitedParseDouble"]; });
|
|
21190
21954
|
|
|
21191
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21955
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "handleFloat", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["handleFloat"]; });
|
|
21192
21956
|
|
|
21193
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21957
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "limitedParseFloat", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["limitedParseFloat"]; });
|
|
21194
21958
|
|
|
21195
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21959
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "limitedParseFloat32", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["limitedParseFloat32"]; });
|
|
21196
21960
|
|
|
21197
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21961
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "strictParseLong", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["strictParseLong"]; });
|
|
21198
21962
|
|
|
21199
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21963
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "strictParseInt", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["strictParseInt"]; });
|
|
21200
21964
|
|
|
21201
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21965
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "strictParseInt32", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["strictParseInt32"]; });
|
|
21202
21966
|
|
|
21203
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21967
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "strictParseShort", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["strictParseShort"]; });
|
|
21204
21968
|
|
|
21205
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21969
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "strictParseByte", function() { return _parse_utils__WEBPACK_IMPORTED_MODULE_10__["strictParseByte"]; });
|
|
21206
21970
|
|
|
21207
|
-
/* harmony
|
|
21971
|
+
/* harmony import */ var _ser_utils__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./ser-utils */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js");
|
|
21972
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "serializeFloat", function() { return _ser_utils__WEBPACK_IMPORTED_MODULE_11__["serializeFloat"]; });
|
|
21208
21973
|
|
|
21209
|
-
/* harmony import */ var
|
|
21210
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "
|
|
21974
|
+
/* harmony import */ var _split_every__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./split-every */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js");
|
|
21975
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "splitEvery", function() { return _split_every__WEBPACK_IMPORTED_MODULE_12__["splitEvery"]; });
|
|
21211
21976
|
|
|
21212
|
-
/* harmony import */ var _split_every__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./split-every */ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js");
|
|
21213
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "splitEvery", function() { return _split_every__WEBPACK_IMPORTED_MODULE_11__["splitEvery"]; });
|
|
21214
21977
|
|
|
21215
21978
|
|
|
21216
21979
|
|
|
@@ -23110,7 +23873,7 @@ function version(uuid) {
|
|
|
23110
23873
|
/*! exports provided: name, description, version, scripts, main, types, module, sideEffects, dependencies, devDependencies, engines, typesVersions, files, author, license, browser, react-native, homepage, repository, default */
|
|
23111
23874
|
/***/ (function(module) {
|
|
23112
23875
|
|
|
23113
|
-
module.exports = JSON.parse("{\"name\":\"@aws-sdk/client-location\",\"description\":\"AWS SDK for JavaScript Location Client for Node.js, Browser and React Native\",\"version\":\"3.
|
|
23876
|
+
module.exports = JSON.parse("{\"name\":\"@aws-sdk/client-location\",\"description\":\"AWS SDK for JavaScript Location Client for Node.js, Browser and React Native\",\"version\":\"3.48.0\",\"scripts\":{\"build\":\"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'\",\"build:cjs\":\"tsc -p tsconfig.cjs.json\",\"build:docs\":\"typedoc\",\"build:es\":\"tsc -p tsconfig.es.json\",\"build:types\":\"tsc -p tsconfig.types.json\",\"build:types:downlevel\":\"downlevel-dts dist-types dist-types/ts3.4\",\"clean\":\"rimraf ./dist-*\"},\"main\":\"./dist-cjs/index.js\",\"types\":\"./dist-types/index.d.ts\",\"module\":\"./dist-es/index.js\",\"sideEffects\":false,\"dependencies\":{\"@aws-crypto/sha256-browser\":\"2.0.0\",\"@aws-crypto/sha256-js\":\"2.0.0\",\"@aws-sdk/client-sts\":\"3.48.0\",\"@aws-sdk/config-resolver\":\"3.47.2\",\"@aws-sdk/credential-provider-node\":\"3.48.0\",\"@aws-sdk/fetch-http-handler\":\"3.47.2\",\"@aws-sdk/hash-node\":\"3.47.2\",\"@aws-sdk/invalid-dependency\":\"3.47.2\",\"@aws-sdk/middleware-content-length\":\"3.47.2\",\"@aws-sdk/middleware-host-header\":\"3.47.2\",\"@aws-sdk/middleware-logger\":\"3.47.2\",\"@aws-sdk/middleware-retry\":\"3.47.2\",\"@aws-sdk/middleware-serde\":\"3.47.2\",\"@aws-sdk/middleware-signing\":\"3.47.2\",\"@aws-sdk/middleware-stack\":\"3.47.2\",\"@aws-sdk/middleware-user-agent\":\"3.47.2\",\"@aws-sdk/node-config-provider\":\"3.47.2\",\"@aws-sdk/node-http-handler\":\"3.47.2\",\"@aws-sdk/protocol-http\":\"3.47.2\",\"@aws-sdk/smithy-client\":\"3.47.2\",\"@aws-sdk/types\":\"3.47.1\",\"@aws-sdk/url-parser\":\"3.47.2\",\"@aws-sdk/util-base64-browser\":\"3.47.1\",\"@aws-sdk/util-base64-node\":\"3.47.2\",\"@aws-sdk/util-body-length-browser\":\"3.47.1\",\"@aws-sdk/util-body-length-node\":\"3.47.1\",\"@aws-sdk/util-defaults-mode-browser\":\"3.47.2\",\"@aws-sdk/util-defaults-mode-node\":\"3.47.2\",\"@aws-sdk/util-user-agent-browser\":\"3.47.2\",\"@aws-sdk/util-user-agent-node\":\"3.47.2\",\"@aws-sdk/util-utf8-browser\":\"3.47.1\",\"@aws-sdk/util-utf8-node\":\"3.47.2\",\"tslib\":\"^2.3.0\"},\"devDependencies\":{\"@aws-sdk/service-client-documentation-generator\":\"3.47.1\",\"@types/node\":\"^12.7.5\"},\"engines\":{\"node\":\">=12.0.0\"},\"typesVersions\":{\"<4.0\":{\"dist-types/*\":[\"dist-types/ts3.4/*\"]}},\"files\":[\"dist-*\"],\"author\":{\"name\":\"AWS SDK for JavaScript Team\",\"url\":\"https://aws.amazon.com/javascript/\"},\"license\":\"Apache-2.0\",\"browser\":{\"./dist-es/runtimeConfig\":\"./dist-es/runtimeConfig.browser\"},\"react-native\":{\"./dist-es/runtimeConfig\":\"./dist-es/runtimeConfig.native\"},\"homepage\":\"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-location\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/aws/aws-sdk-js-v3.git\",\"directory\":\"clients/client-location\"}}");
|
|
23114
23877
|
|
|
23115
23878
|
/***/ }),
|
|
23116
23879
|
|
|
@@ -23683,97 +24446,472 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23683
24446
|
|
|
23684
24447
|
/***/ }),
|
|
23685
24448
|
|
|
23686
|
-
/***/ "../../node_modules/@aws-sdk/util-
|
|
23687
|
-
|
|
23688
|
-
!*** /root/amplify-js/node_modules/@aws-sdk/util-
|
|
23689
|
-
|
|
23690
|
-
/*! exports provided:
|
|
24449
|
+
/***/ "../../node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/constants.js":
|
|
24450
|
+
/*!**********************************************************************************************!*\
|
|
24451
|
+
!*** /root/amplify-js/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/constants.js ***!
|
|
24452
|
+
\**********************************************************************************************/
|
|
24453
|
+
/*! exports provided: DEFAULTS_MODE_OPTIONS */
|
|
23691
24454
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23692
24455
|
|
|
23693
24456
|
"use strict";
|
|
23694
24457
|
__webpack_require__.r(__webpack_exports__);
|
|
23695
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
23696
|
-
var
|
|
23697
|
-
function locateWindow() {
|
|
23698
|
-
if (typeof window !== "undefined") {
|
|
23699
|
-
return window;
|
|
23700
|
-
}
|
|
23701
|
-
else if (typeof self !== "undefined") {
|
|
23702
|
-
return self;
|
|
23703
|
-
}
|
|
23704
|
-
return fallbackWindow;
|
|
23705
|
-
}
|
|
24458
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DEFAULTS_MODE_OPTIONS", function() { return DEFAULTS_MODE_OPTIONS; });
|
|
24459
|
+
var DEFAULTS_MODE_OPTIONS = ["in-region", "cross-region", "mobile", "standard", "legacy"];
|
|
23706
24460
|
|
|
23707
24461
|
|
|
23708
24462
|
/***/ }),
|
|
23709
24463
|
|
|
23710
|
-
/***/ "../../node_modules/
|
|
23711
|
-
|
|
23712
|
-
!*** /root/amplify-js/node_modules/
|
|
23713
|
-
|
|
23714
|
-
/*!
|
|
23715
|
-
/***/ (function(module,
|
|
24464
|
+
/***/ "../../node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/index.js":
|
|
24465
|
+
/*!******************************************************************************************!*\
|
|
24466
|
+
!*** /root/amplify-js/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/index.js ***!
|
|
24467
|
+
\******************************************************************************************/
|
|
24468
|
+
/*! exports provided: resolveDefaultsModeConfig */
|
|
24469
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23716
24470
|
|
|
23717
24471
|
"use strict";
|
|
24472
|
+
__webpack_require__.r(__webpack_exports__);
|
|
24473
|
+
/* harmony import */ var _resolveDefaultsModeConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./resolveDefaultsModeConfig */ "../../node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js");
|
|
24474
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "resolveDefaultsModeConfig", function() { return _resolveDefaultsModeConfig__WEBPACK_IMPORTED_MODULE_0__["resolveDefaultsModeConfig"]; });
|
|
23718
24475
|
|
|
23719
24476
|
|
|
23720
|
-
exports.byteLength = byteLength
|
|
23721
|
-
exports.toByteArray = toByteArray
|
|
23722
|
-
exports.fromByteArray = fromByteArray
|
|
23723
|
-
|
|
23724
|
-
var lookup = []
|
|
23725
|
-
var revLookup = []
|
|
23726
|
-
var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array
|
|
23727
|
-
|
|
23728
|
-
var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'
|
|
23729
|
-
for (var i = 0, len = code.length; i < len; ++i) {
|
|
23730
|
-
lookup[i] = code[i]
|
|
23731
|
-
revLookup[code.charCodeAt(i)] = i
|
|
23732
|
-
}
|
|
23733
24477
|
|
|
23734
|
-
// Support decoding URL-safe base64 strings, as Node.js does.
|
|
23735
|
-
// See: https://en.wikipedia.org/wiki/Base64#URL_applications
|
|
23736
|
-
revLookup['-'.charCodeAt(0)] = 62
|
|
23737
|
-
revLookup['_'.charCodeAt(0)] = 63
|
|
23738
24478
|
|
|
23739
|
-
|
|
23740
|
-
var len = b64.length
|
|
24479
|
+
/***/ }),
|
|
23741
24480
|
|
|
23742
|
-
|
|
23743
|
-
|
|
23744
|
-
|
|
24481
|
+
/***/ "../../node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js":
|
|
24482
|
+
/*!**************************************************************************************************************!*\
|
|
24483
|
+
!*** /root/amplify-js/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js ***!
|
|
24484
|
+
\**************************************************************************************************************/
|
|
24485
|
+
/*! exports provided: resolveDefaultsModeConfig */
|
|
24486
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23745
24487
|
|
|
23746
|
-
|
|
23747
|
-
|
|
23748
|
-
|
|
23749
|
-
|
|
24488
|
+
"use strict";
|
|
24489
|
+
__webpack_require__.r(__webpack_exports__);
|
|
24490
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "resolveDefaultsModeConfig", function() { return resolveDefaultsModeConfig; });
|
|
24491
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../node_modules/@aws-sdk/util-defaults-mode-browser/node_modules/tslib/tslib.es6.js");
|
|
24492
|
+
/* harmony import */ var _aws_sdk_property_provider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @aws-sdk/property-provider */ "../../node_modules/@aws-sdk/property-provider/dist-es/index.js");
|
|
24493
|
+
/* harmony import */ var bowser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! bowser */ "../../node_modules/bowser/es5.js");
|
|
24494
|
+
/* harmony import */ var bowser__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(bowser__WEBPACK_IMPORTED_MODULE_2__);
|
|
24495
|
+
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./constants */ "../../node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/constants.js");
|
|
23750
24496
|
|
|
23751
|
-
var placeHoldersLen = validLen === len
|
|
23752
|
-
? 0
|
|
23753
|
-
: 4 - (validLen % 4)
|
|
23754
24497
|
|
|
23755
|
-
return [validLen, placeHoldersLen]
|
|
23756
|
-
}
|
|
23757
24498
|
|
|
23758
|
-
// base64 is 4/3 + up to two characters of the original data
|
|
23759
|
-
function byteLength (b64) {
|
|
23760
|
-
var lens = getLens(b64)
|
|
23761
|
-
var validLen = lens[0]
|
|
23762
|
-
var placeHoldersLen = lens[1]
|
|
23763
|
-
return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
|
|
23764
|
-
}
|
|
23765
24499
|
|
|
23766
|
-
|
|
23767
|
-
|
|
23768
|
-
|
|
24500
|
+
var resolveDefaultsModeConfig = function (_a) {
|
|
24501
|
+
var _b = _a === void 0 ? {} : _a, defaultsMode = _b.defaultsMode;
|
|
24502
|
+
return Object(_aws_sdk_property_provider__WEBPACK_IMPORTED_MODULE_1__["memoize"])(function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () {
|
|
24503
|
+
var mode, _a;
|
|
24504
|
+
return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_b) {
|
|
24505
|
+
switch (_b.label) {
|
|
24506
|
+
case 0:
|
|
24507
|
+
if (!(typeof defaultsMode === "function")) return [3, 2];
|
|
24508
|
+
return [4, defaultsMode()];
|
|
24509
|
+
case 1:
|
|
24510
|
+
_a = _b.sent();
|
|
24511
|
+
return [3, 3];
|
|
24512
|
+
case 2:
|
|
24513
|
+
_a = defaultsMode;
|
|
24514
|
+
_b.label = 3;
|
|
24515
|
+
case 3:
|
|
24516
|
+
mode = _a;
|
|
24517
|
+
switch (mode === null || mode === void 0 ? void 0 : mode.toLowerCase()) {
|
|
24518
|
+
case "auto":
|
|
24519
|
+
return [2, Promise.resolve(isMobileBrowser() ? "mobile" : "standard")];
|
|
24520
|
+
case "mobile":
|
|
24521
|
+
case "in-region":
|
|
24522
|
+
case "cross-region":
|
|
24523
|
+
case "standard":
|
|
24524
|
+
case "legacy":
|
|
24525
|
+
return [2, Promise.resolve(mode === null || mode === void 0 ? void 0 : mode.toLocaleLowerCase())];
|
|
24526
|
+
case undefined:
|
|
24527
|
+
return [2, Promise.resolve("legacy")];
|
|
24528
|
+
default:
|
|
24529
|
+
throw new Error("Invalid parameter for \"defaultsMode\", expect " + _constants__WEBPACK_IMPORTED_MODULE_3__["DEFAULTS_MODE_OPTIONS"].join(", ") + ", got " + mode);
|
|
24530
|
+
}
|
|
24531
|
+
return [2];
|
|
24532
|
+
}
|
|
24533
|
+
});
|
|
24534
|
+
}); });
|
|
24535
|
+
};
|
|
24536
|
+
var isMobileBrowser = function () {
|
|
24537
|
+
var _a, _b;
|
|
24538
|
+
var parsedUA = typeof window !== "undefined" && ((_a = window === null || window === void 0 ? void 0 : window.navigator) === null || _a === void 0 ? void 0 : _a.userAgent)
|
|
24539
|
+
? bowser__WEBPACK_IMPORTED_MODULE_2___default.a.parse(window.navigator.userAgent)
|
|
24540
|
+
: undefined;
|
|
24541
|
+
var platform = (_b = parsedUA === null || parsedUA === void 0 ? void 0 : parsedUA.platform) === null || _b === void 0 ? void 0 : _b.type;
|
|
24542
|
+
return platform === "tablet" || platform === "mobile";
|
|
24543
|
+
};
|
|
23769
24544
|
|
|
23770
|
-
function toByteArray (b64) {
|
|
23771
|
-
var tmp
|
|
23772
|
-
var lens = getLens(b64)
|
|
23773
|
-
var validLen = lens[0]
|
|
23774
|
-
var placeHoldersLen = lens[1]
|
|
23775
24545
|
|
|
23776
|
-
|
|
24546
|
+
/***/ }),
|
|
24547
|
+
|
|
24548
|
+
/***/ "../../node_modules/@aws-sdk/util-defaults-mode-browser/node_modules/tslib/tslib.es6.js":
|
|
24549
|
+
/*!*********************************************************************************************************!*\
|
|
24550
|
+
!*** /root/amplify-js/node_modules/@aws-sdk/util-defaults-mode-browser/node_modules/tslib/tslib.es6.js ***!
|
|
24551
|
+
\*********************************************************************************************************/
|
|
24552
|
+
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */
|
|
24553
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
24554
|
+
|
|
24555
|
+
"use strict";
|
|
24556
|
+
__webpack_require__.r(__webpack_exports__);
|
|
24557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__extends", function() { return __extends; });
|
|
24558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__assign", function() { return __assign; });
|
|
24559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__rest", function() { return __rest; });
|
|
24560
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__decorate", function() { return __decorate; });
|
|
24561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__param", function() { return __param; });
|
|
24562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; });
|
|
24563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; });
|
|
24564
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; });
|
|
24565
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__createBinding", function() { return __createBinding; });
|
|
24566
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__exportStar", function() { return __exportStar; });
|
|
24567
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__values", function() { return __values; });
|
|
24568
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__read", function() { return __read; });
|
|
24569
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spread", function() { return __spread; });
|
|
24570
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spreadArrays", function() { return __spreadArrays; });
|
|
24571
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spreadArray", function() { return __spreadArray; });
|
|
24572
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__await", function() { return __await; });
|
|
24573
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncGenerator", function() { return __asyncGenerator; });
|
|
24574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncDelegator", function() { return __asyncDelegator; });
|
|
24575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncValues", function() { return __asyncValues; });
|
|
24576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__makeTemplateObject", function() { return __makeTemplateObject; });
|
|
24577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importStar", function() { return __importStar; });
|
|
24578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importDefault", function() { return __importDefault; });
|
|
24579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__classPrivateFieldGet", function() { return __classPrivateFieldGet; });
|
|
24580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__classPrivateFieldSet", function() { return __classPrivateFieldSet; });
|
|
24581
|
+
/*! *****************************************************************************
|
|
24582
|
+
Copyright (c) Microsoft Corporation.
|
|
24583
|
+
|
|
24584
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
24585
|
+
purpose with or without fee is hereby granted.
|
|
24586
|
+
|
|
24587
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
24588
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
24589
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
24590
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
24591
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
24592
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
24593
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
24594
|
+
***************************************************************************** */
|
|
24595
|
+
/* global Reflect, Promise */
|
|
24596
|
+
|
|
24597
|
+
var extendStatics = function(d, b) {
|
|
24598
|
+
extendStatics = Object.setPrototypeOf ||
|
|
24599
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
24600
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
24601
|
+
return extendStatics(d, b);
|
|
24602
|
+
};
|
|
24603
|
+
|
|
24604
|
+
function __extends(d, b) {
|
|
24605
|
+
if (typeof b !== "function" && b !== null)
|
|
24606
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
24607
|
+
extendStatics(d, b);
|
|
24608
|
+
function __() { this.constructor = d; }
|
|
24609
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
24610
|
+
}
|
|
24611
|
+
|
|
24612
|
+
var __assign = function() {
|
|
24613
|
+
__assign = Object.assign || function __assign(t) {
|
|
24614
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
24615
|
+
s = arguments[i];
|
|
24616
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
24617
|
+
}
|
|
24618
|
+
return t;
|
|
24619
|
+
}
|
|
24620
|
+
return __assign.apply(this, arguments);
|
|
24621
|
+
}
|
|
24622
|
+
|
|
24623
|
+
function __rest(s, e) {
|
|
24624
|
+
var t = {};
|
|
24625
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
24626
|
+
t[p] = s[p];
|
|
24627
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
24628
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
24629
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
24630
|
+
t[p[i]] = s[p[i]];
|
|
24631
|
+
}
|
|
24632
|
+
return t;
|
|
24633
|
+
}
|
|
24634
|
+
|
|
24635
|
+
function __decorate(decorators, target, key, desc) {
|
|
24636
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
24637
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
24638
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24639
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
24640
|
+
}
|
|
24641
|
+
|
|
24642
|
+
function __param(paramIndex, decorator) {
|
|
24643
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
|
24644
|
+
}
|
|
24645
|
+
|
|
24646
|
+
function __metadata(metadataKey, metadataValue) {
|
|
24647
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
24648
|
+
}
|
|
24649
|
+
|
|
24650
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
24651
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
24652
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
24653
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
24654
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
24655
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
24656
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
24657
|
+
});
|
|
24658
|
+
}
|
|
24659
|
+
|
|
24660
|
+
function __generator(thisArg, body) {
|
|
24661
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
24662
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
24663
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
24664
|
+
function step(op) {
|
|
24665
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
24666
|
+
while (_) try {
|
|
24667
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
24668
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
24669
|
+
switch (op[0]) {
|
|
24670
|
+
case 0: case 1: t = op; break;
|
|
24671
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
24672
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
24673
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
24674
|
+
default:
|
|
24675
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
24676
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
24677
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
24678
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
24679
|
+
if (t[2]) _.ops.pop();
|
|
24680
|
+
_.trys.pop(); continue;
|
|
24681
|
+
}
|
|
24682
|
+
op = body.call(thisArg, _);
|
|
24683
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
24684
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
24685
|
+
}
|
|
24686
|
+
}
|
|
24687
|
+
|
|
24688
|
+
var __createBinding = Object.create ? (function(o, m, k, k2) {
|
|
24689
|
+
if (k2 === undefined) k2 = k;
|
|
24690
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24691
|
+
}) : (function(o, m, k, k2) {
|
|
24692
|
+
if (k2 === undefined) k2 = k;
|
|
24693
|
+
o[k2] = m[k];
|
|
24694
|
+
});
|
|
24695
|
+
|
|
24696
|
+
function __exportStar(m, o) {
|
|
24697
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
|
|
24698
|
+
}
|
|
24699
|
+
|
|
24700
|
+
function __values(o) {
|
|
24701
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
24702
|
+
if (m) return m.call(o);
|
|
24703
|
+
if (o && typeof o.length === "number") return {
|
|
24704
|
+
next: function () {
|
|
24705
|
+
if (o && i >= o.length) o = void 0;
|
|
24706
|
+
return { value: o && o[i++], done: !o };
|
|
24707
|
+
}
|
|
24708
|
+
};
|
|
24709
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
24710
|
+
}
|
|
24711
|
+
|
|
24712
|
+
function __read(o, n) {
|
|
24713
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
24714
|
+
if (!m) return o;
|
|
24715
|
+
var i = m.call(o), r, ar = [], e;
|
|
24716
|
+
try {
|
|
24717
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
24718
|
+
}
|
|
24719
|
+
catch (error) { e = { error: error }; }
|
|
24720
|
+
finally {
|
|
24721
|
+
try {
|
|
24722
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
24723
|
+
}
|
|
24724
|
+
finally { if (e) throw e.error; }
|
|
24725
|
+
}
|
|
24726
|
+
return ar;
|
|
24727
|
+
}
|
|
24728
|
+
|
|
24729
|
+
/** @deprecated */
|
|
24730
|
+
function __spread() {
|
|
24731
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
24732
|
+
ar = ar.concat(__read(arguments[i]));
|
|
24733
|
+
return ar;
|
|
24734
|
+
}
|
|
24735
|
+
|
|
24736
|
+
/** @deprecated */
|
|
24737
|
+
function __spreadArrays() {
|
|
24738
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
24739
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
24740
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
24741
|
+
r[k] = a[j];
|
|
24742
|
+
return r;
|
|
24743
|
+
}
|
|
24744
|
+
|
|
24745
|
+
function __spreadArray(to, from, pack) {
|
|
24746
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
24747
|
+
if (ar || !(i in from)) {
|
|
24748
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
24749
|
+
ar[i] = from[i];
|
|
24750
|
+
}
|
|
24751
|
+
}
|
|
24752
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
24753
|
+
}
|
|
24754
|
+
|
|
24755
|
+
function __await(v) {
|
|
24756
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
24757
|
+
}
|
|
24758
|
+
|
|
24759
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
24760
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
24761
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
24762
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
24763
|
+
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
24764
|
+
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
24765
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
24766
|
+
function fulfill(value) { resume("next", value); }
|
|
24767
|
+
function reject(value) { resume("throw", value); }
|
|
24768
|
+
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
24769
|
+
}
|
|
24770
|
+
|
|
24771
|
+
function __asyncDelegator(o) {
|
|
24772
|
+
var i, p;
|
|
24773
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
24774
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
24775
|
+
}
|
|
24776
|
+
|
|
24777
|
+
function __asyncValues(o) {
|
|
24778
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
24779
|
+
var m = o[Symbol.asyncIterator], i;
|
|
24780
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
24781
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
24782
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
24783
|
+
}
|
|
24784
|
+
|
|
24785
|
+
function __makeTemplateObject(cooked, raw) {
|
|
24786
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
24787
|
+
return cooked;
|
|
24788
|
+
};
|
|
24789
|
+
|
|
24790
|
+
var __setModuleDefault = Object.create ? (function(o, v) {
|
|
24791
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24792
|
+
}) : function(o, v) {
|
|
24793
|
+
o["default"] = v;
|
|
24794
|
+
};
|
|
24795
|
+
|
|
24796
|
+
function __importStar(mod) {
|
|
24797
|
+
if (mod && mod.__esModule) return mod;
|
|
24798
|
+
var result = {};
|
|
24799
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24800
|
+
__setModuleDefault(result, mod);
|
|
24801
|
+
return result;
|
|
24802
|
+
}
|
|
24803
|
+
|
|
24804
|
+
function __importDefault(mod) {
|
|
24805
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
24806
|
+
}
|
|
24807
|
+
|
|
24808
|
+
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
24809
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
24810
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
24811
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
24812
|
+
}
|
|
24813
|
+
|
|
24814
|
+
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
24815
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
24816
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
24817
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
24818
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
24819
|
+
}
|
|
24820
|
+
|
|
24821
|
+
|
|
24822
|
+
/***/ }),
|
|
24823
|
+
|
|
24824
|
+
/***/ "../../node_modules/@aws-sdk/util-locate-window/dist-es/index.js":
|
|
24825
|
+
/*!**********************************************************************************!*\
|
|
24826
|
+
!*** /root/amplify-js/node_modules/@aws-sdk/util-locate-window/dist-es/index.js ***!
|
|
24827
|
+
\**********************************************************************************/
|
|
24828
|
+
/*! exports provided: locateWindow */
|
|
24829
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
24830
|
+
|
|
24831
|
+
"use strict";
|
|
24832
|
+
__webpack_require__.r(__webpack_exports__);
|
|
24833
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "locateWindow", function() { return locateWindow; });
|
|
24834
|
+
var fallbackWindow = {};
|
|
24835
|
+
function locateWindow() {
|
|
24836
|
+
if (typeof window !== "undefined") {
|
|
24837
|
+
return window;
|
|
24838
|
+
}
|
|
24839
|
+
else if (typeof self !== "undefined") {
|
|
24840
|
+
return self;
|
|
24841
|
+
}
|
|
24842
|
+
return fallbackWindow;
|
|
24843
|
+
}
|
|
24844
|
+
|
|
24845
|
+
|
|
24846
|
+
/***/ }),
|
|
24847
|
+
|
|
24848
|
+
/***/ "../../node_modules/base64-js/index.js":
|
|
24849
|
+
/*!********************************************************!*\
|
|
24850
|
+
!*** /root/amplify-js/node_modules/base64-js/index.js ***!
|
|
24851
|
+
\********************************************************/
|
|
24852
|
+
/*! no static exports found */
|
|
24853
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
24854
|
+
|
|
24855
|
+
"use strict";
|
|
24856
|
+
|
|
24857
|
+
|
|
24858
|
+
exports.byteLength = byteLength
|
|
24859
|
+
exports.toByteArray = toByteArray
|
|
24860
|
+
exports.fromByteArray = fromByteArray
|
|
24861
|
+
|
|
24862
|
+
var lookup = []
|
|
24863
|
+
var revLookup = []
|
|
24864
|
+
var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array
|
|
24865
|
+
|
|
24866
|
+
var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'
|
|
24867
|
+
for (var i = 0, len = code.length; i < len; ++i) {
|
|
24868
|
+
lookup[i] = code[i]
|
|
24869
|
+
revLookup[code.charCodeAt(i)] = i
|
|
24870
|
+
}
|
|
24871
|
+
|
|
24872
|
+
// Support decoding URL-safe base64 strings, as Node.js does.
|
|
24873
|
+
// See: https://en.wikipedia.org/wiki/Base64#URL_applications
|
|
24874
|
+
revLookup['-'.charCodeAt(0)] = 62
|
|
24875
|
+
revLookup['_'.charCodeAt(0)] = 63
|
|
24876
|
+
|
|
24877
|
+
function getLens (b64) {
|
|
24878
|
+
var len = b64.length
|
|
24879
|
+
|
|
24880
|
+
if (len % 4 > 0) {
|
|
24881
|
+
throw new Error('Invalid string. Length must be a multiple of 4')
|
|
24882
|
+
}
|
|
24883
|
+
|
|
24884
|
+
// Trim off extra bytes after placeholder bytes are found
|
|
24885
|
+
// See: https://github.com/beatgammit/base64-js/issues/42
|
|
24886
|
+
var validLen = b64.indexOf('=')
|
|
24887
|
+
if (validLen === -1) validLen = len
|
|
24888
|
+
|
|
24889
|
+
var placeHoldersLen = validLen === len
|
|
24890
|
+
? 0
|
|
24891
|
+
: 4 - (validLen % 4)
|
|
24892
|
+
|
|
24893
|
+
return [validLen, placeHoldersLen]
|
|
24894
|
+
}
|
|
24895
|
+
|
|
24896
|
+
// base64 is 4/3 + up to two characters of the original data
|
|
24897
|
+
function byteLength (b64) {
|
|
24898
|
+
var lens = getLens(b64)
|
|
24899
|
+
var validLen = lens[0]
|
|
24900
|
+
var placeHoldersLen = lens[1]
|
|
24901
|
+
return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
|
|
24902
|
+
}
|
|
24903
|
+
|
|
24904
|
+
function _byteLength (b64, validLen, placeHoldersLen) {
|
|
24905
|
+
return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
|
|
24906
|
+
}
|
|
24907
|
+
|
|
24908
|
+
function toByteArray (b64) {
|
|
24909
|
+
var tmp
|
|
24910
|
+
var lens = getLens(b64)
|
|
24911
|
+
var validLen = lens[0]
|
|
24912
|
+
var placeHoldersLen = lens[1]
|
|
24913
|
+
|
|
24914
|
+
var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))
|
|
23777
24915
|
|
|
23778
24916
|
var curByte = 0
|
|
23779
24917
|
|
|
@@ -26737,6 +27875,50 @@ function () {
|
|
|
26737
27875
|
});
|
|
26738
27876
|
});
|
|
26739
27877
|
};
|
|
27878
|
+
/**
|
|
27879
|
+
* Search for search term suggestions based on input text
|
|
27880
|
+
* @param {string} text - The text string that is to be search for
|
|
27881
|
+
* @param {SearchByTextOptions} options? - Optional parameters to the search
|
|
27882
|
+
* @returns {Promise<SearchForSuggestionsResults>} - Resolves to an array of search suggestion strings
|
|
27883
|
+
*/
|
|
27884
|
+
|
|
27885
|
+
|
|
27886
|
+
GeoClass.prototype.searchForSuggestions = function (text, options) {
|
|
27887
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
27888
|
+
var _a, providerName, prov, error_2;
|
|
27889
|
+
|
|
27890
|
+
return __generator(this, function (_b) {
|
|
27891
|
+
switch (_b.label) {
|
|
27892
|
+
case 0:
|
|
27893
|
+
_a = (options || {}).providerName, providerName = _a === void 0 ? DEFAULT_PROVIDER : _a;
|
|
27894
|
+
prov = this.getPluggable(providerName);
|
|
27895
|
+
_b.label = 1;
|
|
27896
|
+
|
|
27897
|
+
case 1:
|
|
27898
|
+
_b.trys.push([1, 3,, 4]);
|
|
27899
|
+
|
|
27900
|
+
return [4
|
|
27901
|
+
/*yield*/
|
|
27902
|
+
, prov.searchForSuggestions(text, options)];
|
|
27903
|
+
|
|
27904
|
+
case 2:
|
|
27905
|
+
return [2
|
|
27906
|
+
/*return*/
|
|
27907
|
+
, _b.sent()];
|
|
27908
|
+
|
|
27909
|
+
case 3:
|
|
27910
|
+
error_2 = _b.sent();
|
|
27911
|
+
logger.debug(error_2);
|
|
27912
|
+
throw error_2;
|
|
27913
|
+
|
|
27914
|
+
case 4:
|
|
27915
|
+
return [2
|
|
27916
|
+
/*return*/
|
|
27917
|
+
];
|
|
27918
|
+
}
|
|
27919
|
+
});
|
|
27920
|
+
});
|
|
27921
|
+
};
|
|
26740
27922
|
/**
|
|
26741
27923
|
* Reverse geocoding search via a coordinate point on the map
|
|
26742
27924
|
* @param coordinates - Coordinates array for the search input
|
|
@@ -26747,7 +27929,7 @@ function () {
|
|
|
26747
27929
|
|
|
26748
27930
|
GeoClass.prototype.searchByCoordinates = function (coordinates, options) {
|
|
26749
27931
|
return __awaiter(this, void 0, void 0, function () {
|
|
26750
|
-
var _a, providerName, prov,
|
|
27932
|
+
var _a, providerName, prov, error_3;
|
|
26751
27933
|
|
|
26752
27934
|
return __generator(this, function (_b) {
|
|
26753
27935
|
switch (_b.label) {
|
|
@@ -26769,9 +27951,9 @@ function () {
|
|
|
26769
27951
|
, _b.sent()];
|
|
26770
27952
|
|
|
26771
27953
|
case 3:
|
|
26772
|
-
|
|
26773
|
-
logger.debug(
|
|
26774
|
-
throw
|
|
27954
|
+
error_3 = _b.sent();
|
|
27955
|
+
logger.debug(error_3);
|
|
27956
|
+
throw error_3;
|
|
26775
27957
|
|
|
26776
27958
|
case 4:
|
|
26777
27959
|
return [2
|
|
@@ -27148,6 +28330,99 @@ function () {
|
|
|
27148
28330
|
});
|
|
27149
28331
|
});
|
|
27150
28332
|
};
|
|
28333
|
+
/**
|
|
28334
|
+
* Search for suggestions based on the input text
|
|
28335
|
+
* @param {string} text - The text string that is to be searched for
|
|
28336
|
+
* @param {SearchByTextOptions} options? - Optional parameters to the search
|
|
28337
|
+
* @returns {Promise<SearchForSuggestionsResults>} - Resolves to an array of search suggestion strings
|
|
28338
|
+
*/
|
|
28339
|
+
|
|
28340
|
+
|
|
28341
|
+
AmazonLocationServiceProvider.prototype.searchForSuggestions = function (text, options) {
|
|
28342
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
28343
|
+
var credentialsOK, locationServiceInput, client, command, response, error_2, results;
|
|
28344
|
+
return __generator(this, function (_a) {
|
|
28345
|
+
switch (_a.label) {
|
|
28346
|
+
case 0:
|
|
28347
|
+
return [4
|
|
28348
|
+
/*yield*/
|
|
28349
|
+
, this._ensureCredentials()];
|
|
28350
|
+
|
|
28351
|
+
case 1:
|
|
28352
|
+
credentialsOK = _a.sent();
|
|
28353
|
+
|
|
28354
|
+
if (!credentialsOK) {
|
|
28355
|
+
throw new Error('No credentials');
|
|
28356
|
+
}
|
|
28357
|
+
|
|
28358
|
+
this._verifySearchIndex(options === null || options === void 0 ? void 0 : options.searchIndexName);
|
|
28359
|
+
|
|
28360
|
+
locationServiceInput = {
|
|
28361
|
+
Text: text,
|
|
28362
|
+
IndexName: this._config.search_indices["default"]
|
|
28363
|
+
};
|
|
28364
|
+
/**
|
|
28365
|
+
* Map search options to Amazon Location Service input object
|
|
28366
|
+
*/
|
|
28367
|
+
|
|
28368
|
+
if (options) {
|
|
28369
|
+
locationServiceInput.FilterCountries = options.countries;
|
|
28370
|
+
locationServiceInput.MaxResults = options.maxResults;
|
|
28371
|
+
|
|
28372
|
+
if (options.searchIndexName) {
|
|
28373
|
+
locationServiceInput.IndexName = options.searchIndexName;
|
|
28374
|
+
}
|
|
28375
|
+
|
|
28376
|
+
if (options['biasPosition'] && options['searchAreaConstraints']) {
|
|
28377
|
+
throw new Error('BiasPosition and SearchAreaConstraints are mutually exclusive, please remove one or the other from the options object');
|
|
28378
|
+
}
|
|
28379
|
+
|
|
28380
|
+
if (options['biasPosition']) {
|
|
28381
|
+
locationServiceInput.BiasPosition = options['biasPosition'];
|
|
28382
|
+
}
|
|
28383
|
+
|
|
28384
|
+
if (options['searchAreaConstraints']) {
|
|
28385
|
+
locationServiceInput.FilterBBox = options['searchAreaConstraints'];
|
|
28386
|
+
}
|
|
28387
|
+
}
|
|
28388
|
+
|
|
28389
|
+
client = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["LocationClient"]({
|
|
28390
|
+
credentials: this._config.credentials,
|
|
28391
|
+
region: this._config.region,
|
|
28392
|
+
customUserAgent: Object(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["getAmplifyUserAgent"])()
|
|
28393
|
+
});
|
|
28394
|
+
command = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["SearchPlaceIndexForSuggestionsCommand"](locationServiceInput);
|
|
28395
|
+
_a.label = 2;
|
|
28396
|
+
|
|
28397
|
+
case 2:
|
|
28398
|
+
_a.trys.push([2, 4,, 5]);
|
|
28399
|
+
|
|
28400
|
+
return [4
|
|
28401
|
+
/*yield*/
|
|
28402
|
+
, client.send(command)];
|
|
28403
|
+
|
|
28404
|
+
case 3:
|
|
28405
|
+
response = _a.sent();
|
|
28406
|
+
return [3
|
|
28407
|
+
/*break*/
|
|
28408
|
+
, 5];
|
|
28409
|
+
|
|
28410
|
+
case 4:
|
|
28411
|
+
error_2 = _a.sent();
|
|
28412
|
+
logger.debug(error_2);
|
|
28413
|
+
throw error_2;
|
|
28414
|
+
|
|
28415
|
+
case 5:
|
|
28416
|
+
results = response.Results.map(function (result) {
|
|
28417
|
+
return result.Text;
|
|
28418
|
+
});
|
|
28419
|
+
return [2
|
|
28420
|
+
/*return*/
|
|
28421
|
+
, results];
|
|
28422
|
+
}
|
|
28423
|
+
});
|
|
28424
|
+
});
|
|
28425
|
+
};
|
|
27151
28426
|
/**
|
|
27152
28427
|
* Reverse geocoding search via a coordinate point on the map
|
|
27153
28428
|
* @param coordinates - Coordinates array for the search input
|
|
@@ -27158,7 +28433,7 @@ function () {
|
|
|
27158
28433
|
|
|
27159
28434
|
AmazonLocationServiceProvider.prototype.searchByCoordinates = function (coordinates, options) {
|
|
27160
28435
|
return __awaiter(this, void 0, void 0, function () {
|
|
27161
|
-
var credentialsOK, locationServiceInput, client, command, response,
|
|
28436
|
+
var credentialsOK, locationServiceInput, client, command, response, error_3, PascalResults, results;
|
|
27162
28437
|
return __generator(this, function (_a) {
|
|
27163
28438
|
switch (_a.label) {
|
|
27164
28439
|
case 0:
|
|
@@ -27210,9 +28485,9 @@ function () {
|
|
|
27210
28485
|
, 5];
|
|
27211
28486
|
|
|
27212
28487
|
case 4:
|
|
27213
|
-
|
|
27214
|
-
logger.debug(
|
|
27215
|
-
throw
|
|
28488
|
+
error_3 = _a.sent();
|
|
28489
|
+
logger.debug(error_3);
|
|
28490
|
+
throw error_3;
|
|
27216
28491
|
|
|
27217
28492
|
case 5:
|
|
27218
28493
|
PascalResults = response.Results.map(function (result) {
|
|
@@ -27235,7 +28510,7 @@ function () {
|
|
|
27235
28510
|
|
|
27236
28511
|
AmazonLocationServiceProvider.prototype._ensureCredentials = function () {
|
|
27237
28512
|
return __awaiter(this, void 0, void 0, function () {
|
|
27238
|
-
var credentials, cred,
|
|
28513
|
+
var credentials, cred, error_4;
|
|
27239
28514
|
return __generator(this, function (_a) {
|
|
27240
28515
|
switch (_a.label) {
|
|
27241
28516
|
case 0:
|
|
@@ -27258,8 +28533,8 @@ function () {
|
|
|
27258
28533
|
, true];
|
|
27259
28534
|
|
|
27260
28535
|
case 2:
|
|
27261
|
-
|
|
27262
|
-
logger.warn('Ensure credentials error. Credentials are:',
|
|
28536
|
+
error_4 = _a.sent();
|
|
28537
|
+
logger.warn('Ensure credentials error. Credentials are:', error_4);
|
|
27263
28538
|
return [2
|
|
27264
28539
|
/*return*/
|
|
27265
28540
|
, false];
|