@aws-amplify/geo 1.1.11-geo.9 → 1.1.11-webpack5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/aws-amplify-geo.js +826 -1837
  2. package/dist/aws-amplify-geo.js.map +1 -1
  3. package/dist/aws-amplify-geo.min.js +6 -6
  4. package/dist/aws-amplify-geo.min.js.map +1 -1
  5. package/lib/Geo.d.ts +3 -36
  6. package/lib/Geo.js +5 -170
  7. package/lib/Geo.js.map +1 -1
  8. package/lib/Providers/AmazonLocationServiceProvider.d.ts +1 -37
  9. package/lib/Providers/AmazonLocationServiceProvider.js +9 -410
  10. package/lib/Providers/AmazonLocationServiceProvider.js.map +1 -1
  11. package/lib/types/AmazonLocationServiceProvider.d.ts +1 -21
  12. package/lib/types/AmazonLocationServicesProvider.d.ts +4 -0
  13. package/lib/types/AmazonLocationServicesProvider.js +3 -0
  14. package/lib/types/AmazonLocationServicesProvider.js.map +1 -0
  15. package/lib/types/Geo.d.ts +1 -48
  16. package/lib/types/Provider.d.ts +1 -5
  17. package/lib/types/Provider.js +12 -0
  18. package/lib/types/Provider.js.map +1 -1
  19. package/lib-esm/Geo.d.ts +3 -36
  20. package/lib-esm/Geo.js +5 -170
  21. package/lib-esm/Geo.js.map +1 -1
  22. package/lib-esm/Providers/AmazonLocationServiceProvider.d.ts +1 -37
  23. package/lib-esm/Providers/AmazonLocationServiceProvider.js +10 -411
  24. package/lib-esm/Providers/AmazonLocationServiceProvider.js.map +1 -1
  25. package/lib-esm/types/AmazonLocationServiceProvider.d.ts +1 -21
  26. package/lib-esm/types/AmazonLocationServicesProvider.d.ts +4 -0
  27. package/lib-esm/types/AmazonLocationServicesProvider.js +1 -0
  28. package/lib-esm/types/AmazonLocationServicesProvider.js.map +1 -0
  29. package/lib-esm/types/Geo.d.ts +1 -48
  30. package/lib-esm/types/Provider.d.ts +1 -5
  31. package/lib-esm/types/Provider.js +12 -0
  32. package/lib-esm/types/Provider.js.map +1 -1
  33. package/package.json +4 -5
  34. package/src/Geo.ts +2 -144
  35. package/src/Providers/AmazonLocationServiceProvider.ts +11 -414
  36. package/src/types/AmazonLocationServiceProvider.ts +1 -56
  37. package/src/types/AmazonLocationServicesProvider.ts +5 -0
  38. package/src/types/Geo.ts +2 -73
  39. package/src/types/Provider.ts +1 -30
  40. package/lib/util.d.ts +0 -6
  41. package/lib/util.js +0 -163
  42. package/lib/util.js.map +0 -1
  43. package/lib-esm/util.d.ts +0 -6
  44. package/lib-esm/util.js +0 -156
  45. package/lib-esm/util.js.map +0 -1
  46. package/src/util.ts +0 -182
@@ -97,9 +97,9 @@ return /******/ (function(modules) { // webpackBootstrap
97
97
  /******/ ({
98
98
 
99
99
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/Location.js":
100
- /*!**********************************************************************************!*\
101
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/Location.js ***!
102
- \**********************************************************************************/
100
+ /*!**************************************************************************************************************************************************!*\
101
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/Location.js ***!
102
+ \**************************************************************************************************************************************************/
103
103
  /*! exports provided: Location */
104
104
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
105
105
 
@@ -923,9 +923,9 @@ var Location = (function (_super) {
923
923
  /***/ }),
924
924
 
925
925
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/LocationClient.js":
926
- /*!****************************************************************************************!*\
927
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/LocationClient.js ***!
928
- \****************************************************************************************/
926
+ /*!********************************************************************************************************************************************************!*\
927
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/LocationClient.js ***!
928
+ \********************************************************************************************************************************************************/
929
929
  /*! exports provided: LocationClient */
930
930
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
931
931
 
@@ -984,9 +984,9 @@ var LocationClient = (function (_super) {
984
984
  /***/ }),
985
985
 
986
986
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/AssociateTrackerConsumerCommand.js":
987
- /*!******************************************************************************************************************!*\
988
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/AssociateTrackerConsumerCommand.js ***!
989
- \******************************************************************************************************************/
987
+ /*!**********************************************************************************************************************************************************************************!*\
988
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/AssociateTrackerConsumerCommand.js ***!
989
+ \**********************************************************************************************************************************************************************************/
990
990
  /*! exports provided: AssociateTrackerConsumerCommand */
991
991
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
992
992
 
@@ -1042,9 +1042,9 @@ var AssociateTrackerConsumerCommand = (function (_super) {
1042
1042
  /***/ }),
1043
1043
 
1044
1044
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js":
1045
- /*!**************************************************************************************************************************!*\
1046
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js ***!
1047
- \**************************************************************************************************************************/
1045
+ /*!******************************************************************************************************************************************************************************************!*\
1046
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js ***!
1047
+ \******************************************************************************************************************************************************************************************/
1048
1048
  /*! exports provided: BatchDeleteDevicePositionHistoryCommand */
1049
1049
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1050
1050
 
@@ -1100,9 +1100,9 @@ var BatchDeleteDevicePositionHistoryCommand = (function (_super) {
1100
1100
  /***/ }),
1101
1101
 
1102
1102
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/BatchDeleteGeofenceCommand.js":
1103
- /*!*************************************************************************************************************!*\
1104
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchDeleteGeofenceCommand.js ***!
1105
- \*************************************************************************************************************/
1103
+ /*!*****************************************************************************************************************************************************************************!*\
1104
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchDeleteGeofenceCommand.js ***!
1105
+ \*****************************************************************************************************************************************************************************/
1106
1106
  /*! exports provided: BatchDeleteGeofenceCommand */
1107
1107
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1108
1108
 
@@ -1158,9 +1158,9 @@ var BatchDeleteGeofenceCommand = (function (_super) {
1158
1158
  /***/ }),
1159
1159
 
1160
1160
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/BatchEvaluateGeofencesCommand.js":
1161
- /*!****************************************************************************************************************!*\
1162
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchEvaluateGeofencesCommand.js ***!
1163
- \****************************************************************************************************************/
1161
+ /*!********************************************************************************************************************************************************************************!*\
1162
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchEvaluateGeofencesCommand.js ***!
1163
+ \********************************************************************************************************************************************************************************/
1164
1164
  /*! exports provided: BatchEvaluateGeofencesCommand */
1165
1165
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1166
1166
 
@@ -1216,9 +1216,9 @@ var BatchEvaluateGeofencesCommand = (function (_super) {
1216
1216
  /***/ }),
1217
1217
 
1218
1218
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/BatchGetDevicePositionCommand.js":
1219
- /*!****************************************************************************************************************!*\
1220
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchGetDevicePositionCommand.js ***!
1221
- \****************************************************************************************************************/
1219
+ /*!********************************************************************************************************************************************************************************!*\
1220
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchGetDevicePositionCommand.js ***!
1221
+ \********************************************************************************************************************************************************************************/
1222
1222
  /*! exports provided: BatchGetDevicePositionCommand */
1223
1223
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1224
1224
 
@@ -1274,9 +1274,9 @@ var BatchGetDevicePositionCommand = (function (_super) {
1274
1274
  /***/ }),
1275
1275
 
1276
1276
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/BatchPutGeofenceCommand.js":
1277
- /*!**********************************************************************************************************!*\
1278
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchPutGeofenceCommand.js ***!
1279
- \**********************************************************************************************************/
1277
+ /*!**************************************************************************************************************************************************************************!*\
1278
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchPutGeofenceCommand.js ***!
1279
+ \**************************************************************************************************************************************************************************/
1280
1280
  /*! exports provided: BatchPutGeofenceCommand */
1281
1281
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1282
1282
 
@@ -1332,9 +1332,9 @@ var BatchPutGeofenceCommand = (function (_super) {
1332
1332
  /***/ }),
1333
1333
 
1334
1334
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/BatchUpdateDevicePositionCommand.js":
1335
- /*!*******************************************************************************************************************!*\
1336
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchUpdateDevicePositionCommand.js ***!
1337
- \*******************************************************************************************************************/
1335
+ /*!***********************************************************************************************************************************************************************************!*\
1336
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/BatchUpdateDevicePositionCommand.js ***!
1337
+ \***********************************************************************************************************************************************************************************/
1338
1338
  /*! exports provided: BatchUpdateDevicePositionCommand */
1339
1339
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1340
1340
 
@@ -1390,9 +1390,9 @@ var BatchUpdateDevicePositionCommand = (function (_super) {
1390
1390
  /***/ }),
1391
1391
 
1392
1392
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteCommand.js":
1393
- /*!********************************************************************************************************!*\
1394
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteCommand.js ***!
1395
- \********************************************************************************************************/
1393
+ /*!************************************************************************************************************************************************************************!*\
1394
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CalculateRouteCommand.js ***!
1395
+ \************************************************************************************************************************************************************************/
1396
1396
  /*! exports provided: CalculateRouteCommand */
1397
1397
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1398
1398
 
@@ -1448,9 +1448,9 @@ var CalculateRouteCommand = (function (_super) {
1448
1448
  /***/ }),
1449
1449
 
1450
1450
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateGeofenceCollectionCommand.js":
1451
- /*!******************************************************************************************************************!*\
1452
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreateGeofenceCollectionCommand.js ***!
1453
- \******************************************************************************************************************/
1451
+ /*!**********************************************************************************************************************************************************************************!*\
1452
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreateGeofenceCollectionCommand.js ***!
1453
+ \**********************************************************************************************************************************************************************************/
1454
1454
  /*! exports provided: CreateGeofenceCollectionCommand */
1455
1455
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1456
1456
 
@@ -1506,9 +1506,9 @@ var CreateGeofenceCollectionCommand = (function (_super) {
1506
1506
  /***/ }),
1507
1507
 
1508
1508
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateMapCommand.js":
1509
- /*!***************************************************************************************************!*\
1510
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreateMapCommand.js ***!
1511
- \***************************************************************************************************/
1509
+ /*!*******************************************************************************************************************************************************************!*\
1510
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreateMapCommand.js ***!
1511
+ \*******************************************************************************************************************************************************************/
1512
1512
  /*! exports provided: CreateMapCommand */
1513
1513
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1514
1514
 
@@ -1564,9 +1564,9 @@ var CreateMapCommand = (function (_super) {
1564
1564
  /***/ }),
1565
1565
 
1566
1566
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreatePlaceIndexCommand.js":
1567
- /*!**********************************************************************************************************!*\
1568
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreatePlaceIndexCommand.js ***!
1569
- \**********************************************************************************************************/
1567
+ /*!**************************************************************************************************************************************************************************!*\
1568
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreatePlaceIndexCommand.js ***!
1569
+ \**************************************************************************************************************************************************************************/
1570
1570
  /*! exports provided: CreatePlaceIndexCommand */
1571
1571
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1572
1572
 
@@ -1622,9 +1622,9 @@ var CreatePlaceIndexCommand = (function (_super) {
1622
1622
  /***/ }),
1623
1623
 
1624
1624
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateRouteCalculatorCommand.js":
1625
- /*!***************************************************************************************************************!*\
1626
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreateRouteCalculatorCommand.js ***!
1627
- \***************************************************************************************************************/
1625
+ /*!*******************************************************************************************************************************************************************************!*\
1626
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreateRouteCalculatorCommand.js ***!
1627
+ \*******************************************************************************************************************************************************************************/
1628
1628
  /*! exports provided: CreateRouteCalculatorCommand */
1629
1629
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1630
1630
 
@@ -1680,9 +1680,9 @@ var CreateRouteCalculatorCommand = (function (_super) {
1680
1680
  /***/ }),
1681
1681
 
1682
1682
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/CreateTrackerCommand.js":
1683
- /*!*******************************************************************************************************!*\
1684
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreateTrackerCommand.js ***!
1685
- \*******************************************************************************************************/
1683
+ /*!***********************************************************************************************************************************************************************!*\
1684
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/CreateTrackerCommand.js ***!
1685
+ \***********************************************************************************************************************************************************************/
1686
1686
  /*! exports provided: CreateTrackerCommand */
1687
1687
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1688
1688
 
@@ -1738,9 +1738,9 @@ var CreateTrackerCommand = (function (_super) {
1738
1738
  /***/ }),
1739
1739
 
1740
1740
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteGeofenceCollectionCommand.js":
1741
- /*!******************************************************************************************************************!*\
1742
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeleteGeofenceCollectionCommand.js ***!
1743
- \******************************************************************************************************************/
1741
+ /*!**********************************************************************************************************************************************************************************!*\
1742
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeleteGeofenceCollectionCommand.js ***!
1743
+ \**********************************************************************************************************************************************************************************/
1744
1744
  /*! exports provided: DeleteGeofenceCollectionCommand */
1745
1745
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1746
1746
 
@@ -1796,9 +1796,9 @@ var DeleteGeofenceCollectionCommand = (function (_super) {
1796
1796
  /***/ }),
1797
1797
 
1798
1798
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteMapCommand.js":
1799
- /*!***************************************************************************************************!*\
1800
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeleteMapCommand.js ***!
1801
- \***************************************************************************************************/
1799
+ /*!*******************************************************************************************************************************************************************!*\
1800
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeleteMapCommand.js ***!
1801
+ \*******************************************************************************************************************************************************************/
1802
1802
  /*! exports provided: DeleteMapCommand */
1803
1803
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1804
1804
 
@@ -1854,9 +1854,9 @@ var DeleteMapCommand = (function (_super) {
1854
1854
  /***/ }),
1855
1855
 
1856
1856
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeletePlaceIndexCommand.js":
1857
- /*!**********************************************************************************************************!*\
1858
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeletePlaceIndexCommand.js ***!
1859
- \**********************************************************************************************************/
1857
+ /*!**************************************************************************************************************************************************************************!*\
1858
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeletePlaceIndexCommand.js ***!
1859
+ \**************************************************************************************************************************************************************************/
1860
1860
  /*! exports provided: DeletePlaceIndexCommand */
1861
1861
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1862
1862
 
@@ -1912,9 +1912,9 @@ var DeletePlaceIndexCommand = (function (_super) {
1912
1912
  /***/ }),
1913
1913
 
1914
1914
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteRouteCalculatorCommand.js":
1915
- /*!***************************************************************************************************************!*\
1916
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeleteRouteCalculatorCommand.js ***!
1917
- \***************************************************************************************************************/
1915
+ /*!*******************************************************************************************************************************************************************************!*\
1916
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeleteRouteCalculatorCommand.js ***!
1917
+ \*******************************************************************************************************************************************************************************/
1918
1918
  /*! exports provided: DeleteRouteCalculatorCommand */
1919
1919
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1920
1920
 
@@ -1970,9 +1970,9 @@ var DeleteRouteCalculatorCommand = (function (_super) {
1970
1970
  /***/ }),
1971
1971
 
1972
1972
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DeleteTrackerCommand.js":
1973
- /*!*******************************************************************************************************!*\
1974
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeleteTrackerCommand.js ***!
1975
- \*******************************************************************************************************/
1973
+ /*!***********************************************************************************************************************************************************************!*\
1974
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DeleteTrackerCommand.js ***!
1975
+ \***********************************************************************************************************************************************************************/
1976
1976
  /*! exports provided: DeleteTrackerCommand */
1977
1977
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1978
1978
 
@@ -2028,9 +2028,9 @@ var DeleteTrackerCommand = (function (_super) {
2028
2028
  /***/ }),
2029
2029
 
2030
2030
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeGeofenceCollectionCommand.js":
2031
- /*!********************************************************************************************************************!*\
2032
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribeGeofenceCollectionCommand.js ***!
2033
- \********************************************************************************************************************/
2031
+ /*!************************************************************************************************************************************************************************************!*\
2032
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribeGeofenceCollectionCommand.js ***!
2033
+ \************************************************************************************************************************************************************************************/
2034
2034
  /*! exports provided: DescribeGeofenceCollectionCommand */
2035
2035
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2036
2036
 
@@ -2086,9 +2086,9 @@ var DescribeGeofenceCollectionCommand = (function (_super) {
2086
2086
  /***/ }),
2087
2087
 
2088
2088
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeMapCommand.js":
2089
- /*!*****************************************************************************************************!*\
2090
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribeMapCommand.js ***!
2091
- \*****************************************************************************************************/
2089
+ /*!*********************************************************************************************************************************************************************!*\
2090
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribeMapCommand.js ***!
2091
+ \*********************************************************************************************************************************************************************/
2092
2092
  /*! exports provided: DescribeMapCommand */
2093
2093
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2094
2094
 
@@ -2144,9 +2144,9 @@ var DescribeMapCommand = (function (_super) {
2144
2144
  /***/ }),
2145
2145
 
2146
2146
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribePlaceIndexCommand.js":
2147
- /*!************************************************************************************************************!*\
2148
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribePlaceIndexCommand.js ***!
2149
- \************************************************************************************************************/
2147
+ /*!****************************************************************************************************************************************************************************!*\
2148
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribePlaceIndexCommand.js ***!
2149
+ \****************************************************************************************************************************************************************************/
2150
2150
  /*! exports provided: DescribePlaceIndexCommand */
2151
2151
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2152
2152
 
@@ -2202,9 +2202,9 @@ var DescribePlaceIndexCommand = (function (_super) {
2202
2202
  /***/ }),
2203
2203
 
2204
2204
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeRouteCalculatorCommand.js":
2205
- /*!*****************************************************************************************************************!*\
2206
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribeRouteCalculatorCommand.js ***!
2207
- \*****************************************************************************************************************/
2205
+ /*!*********************************************************************************************************************************************************************************!*\
2206
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribeRouteCalculatorCommand.js ***!
2207
+ \*********************************************************************************************************************************************************************************/
2208
2208
  /*! exports provided: DescribeRouteCalculatorCommand */
2209
2209
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2210
2210
 
@@ -2260,9 +2260,9 @@ var DescribeRouteCalculatorCommand = (function (_super) {
2260
2260
  /***/ }),
2261
2261
 
2262
2262
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DescribeTrackerCommand.js":
2263
- /*!*********************************************************************************************************!*\
2264
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribeTrackerCommand.js ***!
2265
- \*********************************************************************************************************/
2263
+ /*!*************************************************************************************************************************************************************************!*\
2264
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DescribeTrackerCommand.js ***!
2265
+ \*************************************************************************************************************************************************************************/
2266
2266
  /*! exports provided: DescribeTrackerCommand */
2267
2267
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2268
2268
 
@@ -2318,9 +2318,9 @@ var DescribeTrackerCommand = (function (_super) {
2318
2318
  /***/ }),
2319
2319
 
2320
2320
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/DisassociateTrackerConsumerCommand.js":
2321
- /*!*********************************************************************************************************************!*\
2322
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DisassociateTrackerConsumerCommand.js ***!
2323
- \*********************************************************************************************************************/
2321
+ /*!*************************************************************************************************************************************************************************************!*\
2322
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/DisassociateTrackerConsumerCommand.js ***!
2323
+ \*************************************************************************************************************************************************************************************/
2324
2324
  /*! exports provided: DisassociateTrackerConsumerCommand */
2325
2325
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2326
2326
 
@@ -2376,9 +2376,9 @@ var DisassociateTrackerConsumerCommand = (function (_super) {
2376
2376
  /***/ }),
2377
2377
 
2378
2378
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionCommand.js":
2379
- /*!***********************************************************************************************************!*\
2380
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionCommand.js ***!
2381
- \***********************************************************************************************************/
2379
+ /*!***************************************************************************************************************************************************************************!*\
2380
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionCommand.js ***!
2381
+ \***************************************************************************************************************************************************************************/
2382
2382
  /*! exports provided: GetDevicePositionCommand */
2383
2383
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2384
2384
 
@@ -2434,9 +2434,9 @@ var GetDevicePositionCommand = (function (_super) {
2434
2434
  /***/ }),
2435
2435
 
2436
2436
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionHistoryCommand.js":
2437
- /*!******************************************************************************************************************!*\
2438
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionHistoryCommand.js ***!
2439
- \******************************************************************************************************************/
2437
+ /*!**********************************************************************************************************************************************************************************!*\
2438
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetDevicePositionHistoryCommand.js ***!
2439
+ \**********************************************************************************************************************************************************************************/
2440
2440
  /*! exports provided: GetDevicePositionHistoryCommand */
2441
2441
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2442
2442
 
@@ -2492,9 +2492,9 @@ var GetDevicePositionHistoryCommand = (function (_super) {
2492
2492
  /***/ }),
2493
2493
 
2494
2494
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetGeofenceCommand.js":
2495
- /*!*****************************************************************************************************!*\
2496
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetGeofenceCommand.js ***!
2497
- \*****************************************************************************************************/
2495
+ /*!*********************************************************************************************************************************************************************!*\
2496
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetGeofenceCommand.js ***!
2497
+ \*********************************************************************************************************************************************************************/
2498
2498
  /*! exports provided: GetGeofenceCommand */
2499
2499
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2500
2500
 
@@ -2550,9 +2550,9 @@ var GetGeofenceCommand = (function (_super) {
2550
2550
  /***/ }),
2551
2551
 
2552
2552
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapGlyphsCommand.js":
2553
- /*!******************************************************************************************************!*\
2554
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetMapGlyphsCommand.js ***!
2555
- \******************************************************************************************************/
2553
+ /*!**********************************************************************************************************************************************************************!*\
2554
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetMapGlyphsCommand.js ***!
2555
+ \**********************************************************************************************************************************************************************/
2556
2556
  /*! exports provided: GetMapGlyphsCommand */
2557
2557
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2558
2558
 
@@ -2608,9 +2608,9 @@ var GetMapGlyphsCommand = (function (_super) {
2608
2608
  /***/ }),
2609
2609
 
2610
2610
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapSpritesCommand.js":
2611
- /*!*******************************************************************************************************!*\
2612
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetMapSpritesCommand.js ***!
2613
- \*******************************************************************************************************/
2611
+ /*!***********************************************************************************************************************************************************************!*\
2612
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetMapSpritesCommand.js ***!
2613
+ \***********************************************************************************************************************************************************************/
2614
2614
  /*! exports provided: GetMapSpritesCommand */
2615
2615
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2616
2616
 
@@ -2666,9 +2666,9 @@ var GetMapSpritesCommand = (function (_super) {
2666
2666
  /***/ }),
2667
2667
 
2668
2668
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapStyleDescriptorCommand.js":
2669
- /*!***************************************************************************************************************!*\
2670
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetMapStyleDescriptorCommand.js ***!
2671
- \***************************************************************************************************************/
2669
+ /*!*******************************************************************************************************************************************************************************!*\
2670
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetMapStyleDescriptorCommand.js ***!
2671
+ \*******************************************************************************************************************************************************************************/
2672
2672
  /*! exports provided: GetMapStyleDescriptorCommand */
2673
2673
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2674
2674
 
@@ -2724,9 +2724,9 @@ var GetMapStyleDescriptorCommand = (function (_super) {
2724
2724
  /***/ }),
2725
2725
 
2726
2726
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/GetMapTileCommand.js":
2727
- /*!****************************************************************************************************!*\
2728
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetMapTileCommand.js ***!
2729
- \****************************************************************************************************/
2727
+ /*!********************************************************************************************************************************************************************!*\
2728
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/GetMapTileCommand.js ***!
2729
+ \********************************************************************************************************************************************************************/
2730
2730
  /*! exports provided: GetMapTileCommand */
2731
2731
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2732
2732
 
@@ -2782,9 +2782,9 @@ var GetMapTileCommand = (function (_super) {
2782
2782
  /***/ }),
2783
2783
 
2784
2784
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListDevicePositionsCommand.js":
2785
- /*!*************************************************************************************************************!*\
2786
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListDevicePositionsCommand.js ***!
2787
- \*************************************************************************************************************/
2785
+ /*!*****************************************************************************************************************************************************************************!*\
2786
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListDevicePositionsCommand.js ***!
2787
+ \*****************************************************************************************************************************************************************************/
2788
2788
  /*! exports provided: ListDevicePositionsCommand */
2789
2789
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2790
2790
 
@@ -2840,9 +2840,9 @@ var ListDevicePositionsCommand = (function (_super) {
2840
2840
  /***/ }),
2841
2841
 
2842
2842
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofenceCollectionsCommand.js":
2843
- /*!*****************************************************************************************************************!*\
2844
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofenceCollectionsCommand.js ***!
2845
- \*****************************************************************************************************************/
2843
+ /*!*********************************************************************************************************************************************************************************!*\
2844
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofenceCollectionsCommand.js ***!
2845
+ \*********************************************************************************************************************************************************************************/
2846
2846
  /*! exports provided: ListGeofenceCollectionsCommand */
2847
2847
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2848
2848
 
@@ -2898,9 +2898,9 @@ var ListGeofenceCollectionsCommand = (function (_super) {
2898
2898
  /***/ }),
2899
2899
 
2900
2900
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofencesCommand.js":
2901
- /*!*******************************************************************************************************!*\
2902
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofencesCommand.js ***!
2903
- \*******************************************************************************************************/
2901
+ /*!***********************************************************************************************************************************************************************!*\
2902
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListGeofencesCommand.js ***!
2903
+ \***********************************************************************************************************************************************************************/
2904
2904
  /*! exports provided: ListGeofencesCommand */
2905
2905
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2906
2906
 
@@ -2956,9 +2956,9 @@ var ListGeofencesCommand = (function (_super) {
2956
2956
  /***/ }),
2957
2957
 
2958
2958
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListMapsCommand.js":
2959
- /*!**************************************************************************************************!*\
2960
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListMapsCommand.js ***!
2961
- \**************************************************************************************************/
2959
+ /*!******************************************************************************************************************************************************************!*\
2960
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListMapsCommand.js ***!
2961
+ \******************************************************************************************************************************************************************/
2962
2962
  /*! exports provided: ListMapsCommand */
2963
2963
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2964
2964
 
@@ -3014,9 +3014,9 @@ var ListMapsCommand = (function (_super) {
3014
3014
  /***/ }),
3015
3015
 
3016
3016
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListPlaceIndexesCommand.js":
3017
- /*!**********************************************************************************************************!*\
3018
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListPlaceIndexesCommand.js ***!
3019
- \**********************************************************************************************************/
3017
+ /*!**************************************************************************************************************************************************************************!*\
3018
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListPlaceIndexesCommand.js ***!
3019
+ \**************************************************************************************************************************************************************************/
3020
3020
  /*! exports provided: ListPlaceIndexesCommand */
3021
3021
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3022
3022
 
@@ -3072,9 +3072,9 @@ var ListPlaceIndexesCommand = (function (_super) {
3072
3072
  /***/ }),
3073
3073
 
3074
3074
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListRouteCalculatorsCommand.js":
3075
- /*!**************************************************************************************************************!*\
3076
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListRouteCalculatorsCommand.js ***!
3077
- \**************************************************************************************************************/
3075
+ /*!******************************************************************************************************************************************************************************!*\
3076
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListRouteCalculatorsCommand.js ***!
3077
+ \******************************************************************************************************************************************************************************/
3078
3078
  /*! exports provided: ListRouteCalculatorsCommand */
3079
3079
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3080
3080
 
@@ -3130,9 +3130,9 @@ var ListRouteCalculatorsCommand = (function (_super) {
3130
3130
  /***/ }),
3131
3131
 
3132
3132
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTagsForResourceCommand.js":
3133
- /*!*************************************************************************************************************!*\
3134
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListTagsForResourceCommand.js ***!
3135
- \*************************************************************************************************************/
3133
+ /*!*****************************************************************************************************************************************************************************!*\
3134
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListTagsForResourceCommand.js ***!
3135
+ \*****************************************************************************************************************************************************************************/
3136
3136
  /*! exports provided: ListTagsForResourceCommand */
3137
3137
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3138
3138
 
@@ -3188,9 +3188,9 @@ var ListTagsForResourceCommand = (function (_super) {
3188
3188
  /***/ }),
3189
3189
 
3190
3190
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackerConsumersCommand.js":
3191
- /*!**************************************************************************************************************!*\
3192
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackerConsumersCommand.js ***!
3193
- \**************************************************************************************************************/
3191
+ /*!******************************************************************************************************************************************************************************!*\
3192
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackerConsumersCommand.js ***!
3193
+ \******************************************************************************************************************************************************************************/
3194
3194
  /*! exports provided: ListTrackerConsumersCommand */
3195
3195
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3196
3196
 
@@ -3246,9 +3246,9 @@ var ListTrackerConsumersCommand = (function (_super) {
3246
3246
  /***/ }),
3247
3247
 
3248
3248
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackersCommand.js":
3249
- /*!******************************************************************************************************!*\
3250
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackersCommand.js ***!
3251
- \******************************************************************************************************/
3249
+ /*!**********************************************************************************************************************************************************************!*\
3250
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/ListTrackersCommand.js ***!
3251
+ \**********************************************************************************************************************************************************************/
3252
3252
  /*! exports provided: ListTrackersCommand */
3253
3253
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3254
3254
 
@@ -3304,9 +3304,9 @@ var ListTrackersCommand = (function (_super) {
3304
3304
  /***/ }),
3305
3305
 
3306
3306
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/PutGeofenceCommand.js":
3307
- /*!*****************************************************************************************************!*\
3308
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/PutGeofenceCommand.js ***!
3309
- \*****************************************************************************************************/
3307
+ /*!*********************************************************************************************************************************************************************!*\
3308
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/PutGeofenceCommand.js ***!
3309
+ \*********************************************************************************************************************************************************************/
3310
3310
  /*! exports provided: PutGeofenceCommand */
3311
3311
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3312
3312
 
@@ -3362,9 +3362,9 @@ var PutGeofenceCommand = (function (_super) {
3362
3362
  /***/ }),
3363
3363
 
3364
3364
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForPositionCommand.js":
3365
- /*!*********************************************************************************************************************!*\
3366
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForPositionCommand.js ***!
3367
- \*********************************************************************************************************************/
3365
+ /*!*************************************************************************************************************************************************************************************!*\
3366
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForPositionCommand.js ***!
3367
+ \*************************************************************************************************************************************************************************************/
3368
3368
  /*! exports provided: SearchPlaceIndexForPositionCommand */
3369
3369
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3370
3370
 
@@ -3420,9 +3420,9 @@ var SearchPlaceIndexForPositionCommand = (function (_super) {
3420
3420
  /***/ }),
3421
3421
 
3422
3422
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForTextCommand.js":
3423
- /*!*****************************************************************************************************************!*\
3424
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForTextCommand.js ***!
3425
- \*****************************************************************************************************************/
3423
+ /*!*********************************************************************************************************************************************************************************!*\
3424
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/SearchPlaceIndexForTextCommand.js ***!
3425
+ \*********************************************************************************************************************************************************************************/
3426
3426
  /*! exports provided: SearchPlaceIndexForTextCommand */
3427
3427
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3428
3428
 
@@ -3478,9 +3478,9 @@ var SearchPlaceIndexForTextCommand = (function (_super) {
3478
3478
  /***/ }),
3479
3479
 
3480
3480
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/TagResourceCommand.js":
3481
- /*!*****************************************************************************************************!*\
3482
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/TagResourceCommand.js ***!
3483
- \*****************************************************************************************************/
3481
+ /*!*********************************************************************************************************************************************************************!*\
3482
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/TagResourceCommand.js ***!
3483
+ \*********************************************************************************************************************************************************************/
3484
3484
  /*! exports provided: TagResourceCommand */
3485
3485
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3486
3486
 
@@ -3536,9 +3536,9 @@ var TagResourceCommand = (function (_super) {
3536
3536
  /***/ }),
3537
3537
 
3538
3538
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UntagResourceCommand.js":
3539
- /*!*******************************************************************************************************!*\
3540
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UntagResourceCommand.js ***!
3541
- \*******************************************************************************************************/
3539
+ /*!***********************************************************************************************************************************************************************!*\
3540
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UntagResourceCommand.js ***!
3541
+ \***********************************************************************************************************************************************************************/
3542
3542
  /*! exports provided: UntagResourceCommand */
3543
3543
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3544
3544
 
@@ -3594,9 +3594,9 @@ var UntagResourceCommand = (function (_super) {
3594
3594
  /***/ }),
3595
3595
 
3596
3596
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateGeofenceCollectionCommand.js":
3597
- /*!******************************************************************************************************************!*\
3598
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdateGeofenceCollectionCommand.js ***!
3599
- \******************************************************************************************************************/
3597
+ /*!**********************************************************************************************************************************************************************************!*\
3598
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdateGeofenceCollectionCommand.js ***!
3599
+ \**********************************************************************************************************************************************************************************/
3600
3600
  /*! exports provided: UpdateGeofenceCollectionCommand */
3601
3601
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3602
3602
 
@@ -3652,9 +3652,9 @@ var UpdateGeofenceCollectionCommand = (function (_super) {
3652
3652
  /***/ }),
3653
3653
 
3654
3654
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateMapCommand.js":
3655
- /*!***************************************************************************************************!*\
3656
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdateMapCommand.js ***!
3657
- \***************************************************************************************************/
3655
+ /*!*******************************************************************************************************************************************************************!*\
3656
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdateMapCommand.js ***!
3657
+ \*******************************************************************************************************************************************************************/
3658
3658
  /*! exports provided: UpdateMapCommand */
3659
3659
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3660
3660
 
@@ -3710,9 +3710,9 @@ var UpdateMapCommand = (function (_super) {
3710
3710
  /***/ }),
3711
3711
 
3712
3712
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdatePlaceIndexCommand.js":
3713
- /*!**********************************************************************************************************!*\
3714
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdatePlaceIndexCommand.js ***!
3715
- \**********************************************************************************************************/
3713
+ /*!**************************************************************************************************************************************************************************!*\
3714
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdatePlaceIndexCommand.js ***!
3715
+ \**************************************************************************************************************************************************************************/
3716
3716
  /*! exports provided: UpdatePlaceIndexCommand */
3717
3717
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3718
3718
 
@@ -3768,9 +3768,9 @@ var UpdatePlaceIndexCommand = (function (_super) {
3768
3768
  /***/ }),
3769
3769
 
3770
3770
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateRouteCalculatorCommand.js":
3771
- /*!***************************************************************************************************************!*\
3772
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdateRouteCalculatorCommand.js ***!
3773
- \***************************************************************************************************************/
3771
+ /*!*******************************************************************************************************************************************************************************!*\
3772
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdateRouteCalculatorCommand.js ***!
3773
+ \*******************************************************************************************************************************************************************************/
3774
3774
  /*! exports provided: UpdateRouteCalculatorCommand */
3775
3775
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3776
3776
 
@@ -3826,9 +3826,9 @@ var UpdateRouteCalculatorCommand = (function (_super) {
3826
3826
  /***/ }),
3827
3827
 
3828
3828
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/UpdateTrackerCommand.js":
3829
- /*!*******************************************************************************************************!*\
3830
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdateTrackerCommand.js ***!
3831
- \*******************************************************************************************************/
3829
+ /*!***********************************************************************************************************************************************************************!*\
3830
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/UpdateTrackerCommand.js ***!
3831
+ \***********************************************************************************************************************************************************************/
3832
3832
  /*! exports provided: UpdateTrackerCommand */
3833
3833
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3834
3834
 
@@ -3884,9 +3884,9 @@ var UpdateTrackerCommand = (function (_super) {
3884
3884
  /***/ }),
3885
3885
 
3886
3886
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/commands/index.js":
3887
- /*!****************************************************************************************!*\
3888
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/index.js ***!
3889
- \****************************************************************************************/
3887
+ /*!********************************************************************************************************************************************************!*\
3888
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/commands/index.js ***!
3889
+ \********************************************************************************************************************************************************/
3890
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 */
3891
3891
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3892
3892
 
@@ -4097,9 +4097,9 @@ __webpack_require__.r(__webpack_exports__);
4097
4097
  /***/ }),
4098
4098
 
4099
4099
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/endpoints.js":
4100
- /*!***********************************************************************************!*\
4101
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/endpoints.js ***!
4102
- \***********************************************************************************/
4100
+ /*!***************************************************************************************************************************************************!*\
4101
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/endpoints.js ***!
4102
+ \***************************************************************************************************************************************************/
4103
4103
  /*! exports provided: defaultRegionInfoProvider */
4104
4104
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4105
4105
 
@@ -4239,9 +4239,9 @@ var defaultRegionInfoProvider = function (region, options) { return Object(tslib
4239
4239
  /***/ }),
4240
4240
 
4241
4241
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/index.js":
4242
- /*!*******************************************************************************!*\
4243
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/index.js ***!
4244
- \*******************************************************************************/
4242
+ /*!***********************************************************************************************************************************************!*\
4243
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/index.js ***!
4244
+ \***********************************************************************************************************************************************/
4245
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, AccessDeniedException, AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationExceptionField, ValidationException, BatchDeleteDevicePositionHistoryRequest, BatchItemError, BatchDeleteDevicePositionHistoryError, BatchDeleteDevicePositionHistoryResponse, BatchDeleteGeofenceRequest, BatchDeleteGeofenceError, BatchDeleteGeofenceResponse, 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, 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, Place, SearchForPositionResult, SearchPlaceIndexForPositionSummary, SearchPlaceIndexForPositionResponse, SearchPlaceIndexForTextRequest, SearchForTextResult, SearchPlaceIndexForTextSummary, SearchPlaceIndexForTextResponse, UpdatePlaceIndexRequest, UpdatePlaceIndexResponse, UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse, UpdateTrackerRequest, UpdateTrackerResponse, paginateGetDevicePositionHistory, paginateListDevicePositions, paginateListGeofenceCollections, paginateListGeofences, paginateListMaps, paginateListPlaceIndexes, paginateListRouteCalculators, paginateListTrackerConsumers, paginateListTrackers */
4246
4246
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4247
4247
 
@@ -4670,9 +4670,9 @@ __webpack_require__.r(__webpack_exports__);
4670
4670
  /***/ }),
4671
4671
 
4672
4672
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/models/index.js":
4673
- /*!**************************************************************************************!*\
4674
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/models/index.js ***!
4675
- \**************************************************************************************/
4673
+ /*!******************************************************************************************************************************************************!*\
4674
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/models/index.js ***!
4675
+ \******************************************************************************************************************************************************/
4676
4676
  /*! exports provided: AccessDeniedException, AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationExceptionField, ValidationException, BatchDeleteDevicePositionHistoryRequest, BatchItemError, BatchDeleteDevicePositionHistoryError, BatchDeleteDevicePositionHistoryResponse, BatchDeleteGeofenceRequest, BatchDeleteGeofenceError, BatchDeleteGeofenceResponse, 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, 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, Place, SearchForPositionResult, SearchPlaceIndexForPositionSummary, SearchPlaceIndexForPositionResponse, SearchPlaceIndexForTextRequest, SearchForTextResult, SearchPlaceIndexForTextSummary, SearchPlaceIndexForTextResponse, UpdatePlaceIndexRequest, UpdatePlaceIndexResponse, UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse, UpdateTrackerRequest, UpdateTrackerResponse */
4677
4677
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4678
4678
 
@@ -4971,9 +4971,9 @@ __webpack_require__.r(__webpack_exports__);
4971
4971
  /***/ }),
4972
4972
 
4973
4973
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/models/models_0.js":
4974
- /*!*****************************************************************************************!*\
4975
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/models/models_0.js ***!
4976
- \*****************************************************************************************/
4974
+ /*!*********************************************************************************************************************************************************!*\
4975
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/models/models_0.js ***!
4976
+ \*********************************************************************************************************************************************************/
4977
4977
  /*! exports provided: AccessDeniedException, AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationExceptionField, ValidationException, BatchDeleteDevicePositionHistoryRequest, BatchItemError, BatchDeleteDevicePositionHistoryError, BatchDeleteDevicePositionHistoryResponse, BatchDeleteGeofenceRequest, BatchDeleteGeofenceError, BatchDeleteGeofenceResponse, 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, 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, Place, SearchForPositionResult, SearchPlaceIndexForPositionSummary, SearchPlaceIndexForPositionResponse, SearchPlaceIndexForTextRequest, SearchForTextResult, SearchPlaceIndexForTextSummary, SearchPlaceIndexForTextResponse, UpdatePlaceIndexRequest, UpdatePlaceIndexResponse, UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse, UpdateTrackerRequest, UpdateTrackerResponse */
4978
4978
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4979
4979
 
@@ -5711,9 +5711,9 @@ var UpdateTrackerResponse;
5711
5711
  /***/ }),
5712
5712
 
5713
5713
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/GetDevicePositionHistoryPaginator.js":
5714
- /*!**********************************************************************************************************************!*\
5715
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/GetDevicePositionHistoryPaginator.js ***!
5716
- \**********************************************************************************************************************/
5714
+ /*!**************************************************************************************************************************************************************************************!*\
5715
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/GetDevicePositionHistoryPaginator.js ***!
5716
+ \**************************************************************************************************************************************************************************************/
5717
5717
  /*! exports provided: paginateGetDevicePositionHistory */
5718
5718
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5719
5719
 
@@ -5802,9 +5802,9 @@ function paginateGetDevicePositionHistory(config, input) {
5802
5802
  /***/ }),
5803
5803
 
5804
5804
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/Interfaces.js":
5805
- /*!***********************************************************************************************!*\
5806
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/Interfaces.js ***!
5807
- \***********************************************************************************************/
5805
+ /*!***************************************************************************************************************************************************************!*\
5806
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/Interfaces.js ***!
5807
+ \***************************************************************************************************************************************************************/
5808
5808
  /*! no exports provided */
5809
5809
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5810
5810
 
@@ -5816,9 +5816,9 @@ __webpack_require__.r(__webpack_exports__);
5816
5816
  /***/ }),
5817
5817
 
5818
5818
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/ListDevicePositionsPaginator.js":
5819
- /*!*****************************************************************************************************************!*\
5820
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListDevicePositionsPaginator.js ***!
5821
- \*****************************************************************************************************************/
5819
+ /*!*********************************************************************************************************************************************************************************!*\
5820
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListDevicePositionsPaginator.js ***!
5821
+ \*********************************************************************************************************************************************************************************/
5822
5822
  /*! exports provided: paginateListDevicePositions */
5823
5823
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5824
5824
 
@@ -5908,9 +5908,9 @@ function paginateListDevicePositions(config, input) {
5908
5908
  /***/ }),
5909
5909
 
5910
5910
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/ListGeofenceCollectionsPaginator.js":
5911
- /*!*********************************************************************************************************************!*\
5912
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListGeofenceCollectionsPaginator.js ***!
5913
- \*********************************************************************************************************************/
5911
+ /*!*************************************************************************************************************************************************************************************!*\
5912
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListGeofenceCollectionsPaginator.js ***!
5913
+ \*************************************************************************************************************************************************************************************/
5914
5914
  /*! exports provided: paginateListGeofenceCollections */
5915
5915
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5916
5916
 
@@ -6000,9 +6000,9 @@ function paginateListGeofenceCollections(config, input) {
6000
6000
  /***/ }),
6001
6001
 
6002
6002
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/ListGeofencesPaginator.js":
6003
- /*!***********************************************************************************************************!*\
6004
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListGeofencesPaginator.js ***!
6005
- \***********************************************************************************************************/
6003
+ /*!***************************************************************************************************************************************************************************!*\
6004
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListGeofencesPaginator.js ***!
6005
+ \***************************************************************************************************************************************************************************/
6006
6006
  /*! exports provided: paginateListGeofences */
6007
6007
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6008
6008
 
@@ -6091,9 +6091,9 @@ function paginateListGeofences(config, input) {
6091
6091
  /***/ }),
6092
6092
 
6093
6093
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/ListMapsPaginator.js":
6094
- /*!******************************************************************************************************!*\
6095
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListMapsPaginator.js ***!
6096
- \******************************************************************************************************/
6094
+ /*!**********************************************************************************************************************************************************************!*\
6095
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListMapsPaginator.js ***!
6096
+ \**********************************************************************************************************************************************************************/
6097
6097
  /*! exports provided: paginateListMaps */
6098
6098
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6099
6099
 
@@ -6183,9 +6183,9 @@ function paginateListMaps(config, input) {
6183
6183
  /***/ }),
6184
6184
 
6185
6185
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/ListPlaceIndexesPaginator.js":
6186
- /*!**************************************************************************************************************!*\
6187
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListPlaceIndexesPaginator.js ***!
6188
- \**************************************************************************************************************/
6186
+ /*!******************************************************************************************************************************************************************************!*\
6187
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListPlaceIndexesPaginator.js ***!
6188
+ \******************************************************************************************************************************************************************************/
6189
6189
  /*! exports provided: paginateListPlaceIndexes */
6190
6190
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6191
6191
 
@@ -6275,9 +6275,9 @@ function paginateListPlaceIndexes(config, input) {
6275
6275
  /***/ }),
6276
6276
 
6277
6277
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/ListRouteCalculatorsPaginator.js":
6278
- /*!******************************************************************************************************************!*\
6279
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListRouteCalculatorsPaginator.js ***!
6280
- \******************************************************************************************************************/
6278
+ /*!**********************************************************************************************************************************************************************************!*\
6279
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListRouteCalculatorsPaginator.js ***!
6280
+ \**********************************************************************************************************************************************************************************/
6281
6281
  /*! exports provided: paginateListRouteCalculators */
6282
6282
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6283
6283
 
@@ -6367,9 +6367,9 @@ function paginateListRouteCalculators(config, input) {
6367
6367
  /***/ }),
6368
6368
 
6369
6369
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/ListTrackerConsumersPaginator.js":
6370
- /*!******************************************************************************************************************!*\
6371
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListTrackerConsumersPaginator.js ***!
6372
- \******************************************************************************************************************/
6370
+ /*!**********************************************************************************************************************************************************************************!*\
6371
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListTrackerConsumersPaginator.js ***!
6372
+ \**********************************************************************************************************************************************************************************/
6373
6373
  /*! exports provided: paginateListTrackerConsumers */
6374
6374
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6375
6375
 
@@ -6459,9 +6459,9 @@ function paginateListTrackerConsumers(config, input) {
6459
6459
  /***/ }),
6460
6460
 
6461
6461
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/ListTrackersPaginator.js":
6462
- /*!**********************************************************************************************************!*\
6463
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListTrackersPaginator.js ***!
6464
- \**********************************************************************************************************/
6462
+ /*!**************************************************************************************************************************************************************************!*\
6463
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/ListTrackersPaginator.js ***!
6464
+ \**************************************************************************************************************************************************************************/
6465
6465
  /*! exports provided: paginateListTrackers */
6466
6466
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6467
6467
 
@@ -6551,9 +6551,9 @@ function paginateListTrackers(config, input) {
6551
6551
  /***/ }),
6552
6552
 
6553
6553
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/pagination/index.js":
6554
- /*!******************************************************************************************!*\
6555
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/index.js ***!
6556
- \******************************************************************************************/
6554
+ /*!**********************************************************************************************************************************************************!*\
6555
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/pagination/index.js ***!
6556
+ \**********************************************************************************************************************************************************/
6557
6557
  /*! exports provided: paginateGetDevicePositionHistory, paginateListDevicePositions, paginateListGeofenceCollections, paginateListGeofences, paginateListMaps, paginateListPlaceIndexes, paginateListRouteCalculators, paginateListTrackerConsumers, paginateListTrackers */
6558
6558
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6559
6559
 
@@ -6602,9 +6602,9 @@ __webpack_require__.r(__webpack_exports__);
6602
6602
  /***/ }),
6603
6603
 
6604
6604
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/protocols/Aws_restJson1.js":
6605
- /*!*************************************************************************************************!*\
6606
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/protocols/Aws_restJson1.js ***!
6607
- \*************************************************************************************************/
6605
+ /*!*****************************************************************************************************************************************************************!*\
6606
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/protocols/Aws_restJson1.js ***!
6607
+ \*****************************************************************************************************************************************************************/
6608
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 */
6609
6609
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
6610
6610
 
@@ -14781,9 +14781,9 @@ var loadRestJsonErrorCode = function (output, data) {
14781
14781
  /***/ }),
14782
14782
 
14783
14783
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/runtimeConfig.browser.js":
14784
- /*!***********************************************************************************************!*\
14785
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/runtimeConfig.browser.js ***!
14786
- \***********************************************************************************************/
14784
+ /*!***************************************************************************************************************************************************************!*\
14785
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/runtimeConfig.browser.js ***!
14786
+ \***************************************************************************************************************************************************************/
14787
14787
  /*! exports provided: getRuntimeConfig */
14788
14788
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14789
14789
 
@@ -14826,9 +14826,9 @@ var getRuntimeConfig = function (config) {
14826
14826
  /***/ }),
14827
14827
 
14828
14828
  /***/ "../../node_modules/@aws-sdk/client-location/dist-es/runtimeConfig.shared.js":
14829
- /*!**********************************************************************************************!*\
14830
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/dist-es/runtimeConfig.shared.js ***!
14831
- \**********************************************************************************************/
14829
+ /*!**************************************************************************************************************************************************************!*\
14830
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/dist-es/runtimeConfig.shared.js ***!
14831
+ \**************************************************************************************************************************************************************/
14832
14832
  /*! exports provided: getRuntimeConfig */
14833
14833
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14834
14834
 
@@ -14855,9 +14855,9 @@ var getRuntimeConfig = function (config) {
14855
14855
  /***/ }),
14856
14856
 
14857
14857
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js":
14858
- /*!*******************************************************************************************************************************!*\
14859
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js ***!
14860
- \*******************************************************************************************************************************/
14858
+ /*!***********************************************************************************************************************************************************************************************!*\
14859
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js ***!
14860
+ \***********************************************************************************************************************************************************************************************/
14861
14861
  /*! no static exports found */
14862
14862
  /***/ (function(module, exports, __webpack_require__) {
14863
14863
 
@@ -14869,9 +14869,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
14869
14869
  /***/ }),
14870
14870
 
14871
14871
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/Key.js":
14872
- /*!*******************************************************************************************************************!*\
14873
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/Key.js ***!
14874
- \*******************************************************************************************************************/
14872
+ /*!***********************************************************************************************************************************************************************************!*\
14873
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/Key.js ***!
14874
+ \***********************************************************************************************************************************************************************************/
14875
14875
  /*! no static exports found */
14876
14876
  /***/ (function(module, exports, __webpack_require__) {
14877
14877
 
@@ -14883,9 +14883,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
14883
14883
  /***/ }),
14884
14884
 
14885
14885
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js":
14886
- /*!****************************************************************************************************************************!*\
14887
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js ***!
14888
- \****************************************************************************************************************************/
14886
+ /*!********************************************************************************************************************************************************************************************!*\
14887
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js ***!
14888
+ \********************************************************************************************************************************************************************************************/
14889
14889
  /*! no static exports found */
14890
14890
  /***/ (function(module, exports, __webpack_require__) {
14891
14891
 
@@ -14897,9 +14897,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
14897
14897
  /***/ }),
14898
14898
 
14899
14899
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js":
14900
- /*!******************************************************************************************************************************!*\
14901
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js ***!
14902
- \******************************************************************************************************************************/
14900
+ /*!**********************************************************************************************************************************************************************************************!*\
14901
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js ***!
14902
+ \**********************************************************************************************************************************************************************************************/
14903
14903
  /*! no static exports found */
14904
14904
  /***/ (function(module, exports, __webpack_require__) {
14905
14905
 
@@ -14911,9 +14911,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
14911
14911
  /***/ }),
14912
14912
 
14913
14913
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js":
14914
- /*!************************************************************************************************************************!*\
14915
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js ***!
14916
- \************************************************************************************************************************/
14914
+ /*!****************************************************************************************************************************************************************************************!*\
14915
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js ***!
14916
+ \****************************************************************************************************************************************************************************************/
14917
14917
  /*! no static exports found */
14918
14918
  /***/ (function(module, exports, __webpack_require__) {
14919
14919
 
@@ -14954,9 +14954,9 @@ exports.isMsWindow = isMsWindow;
14954
14954
  /***/ }),
14955
14955
 
14956
14956
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/index.js":
14957
- /*!*********************************************************************************************************************!*\
14958
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/index.js ***!
14959
- \*********************************************************************************************************************/
14957
+ /*!*************************************************************************************************************************************************************************************!*\
14958
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/build/index.js ***!
14959
+ \*************************************************************************************************************************************************************************************/
14960
14960
  /*! no static exports found */
14961
14961
  /***/ (function(module, exports, __webpack_require__) {
14962
14962
 
@@ -14974,9 +14974,9 @@ var tslib_1 = __webpack_require__(/*! tslib */ "../../node_modules/@aws-sdk/clie
14974
14974
  /***/ }),
14975
14975
 
14976
14976
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js":
14977
- /*!**************************************************************************************************************************************!*\
14978
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js ***!
14979
- \**************************************************************************************************************************************/
14977
+ /*!******************************************************************************************************************************************************************************************************!*\
14978
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js ***!
14979
+ \******************************************************************************************************************************************************************************************************/
14980
14980
  /*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */
14981
14981
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
14982
14982
 
@@ -15228,9 +15228,9 @@ function __classPrivateFieldSet(receiver, privateMap, value) {
15228
15228
  /***/ }),
15229
15229
 
15230
15230
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/constants.js":
15231
- /*!*************************************************************************************************************************!*\
15232
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/constants.js ***!
15233
- \*************************************************************************************************************************/
15231
+ /*!*****************************************************************************************************************************************************************************************!*\
15232
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/constants.js ***!
15233
+ \*****************************************************************************************************************************************************************************************/
15234
15234
  /*! no static exports found */
15235
15235
  /***/ (function(module, exports, __webpack_require__) {
15236
15236
 
@@ -15282,9 +15282,9 @@ exports.EMPTY_DATA_SHA_256 = new Uint8Array([
15282
15282
  /***/ }),
15283
15283
 
15284
15284
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js":
15285
- /*!***********************************************************************************************************************************!*\
15286
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js ***!
15287
- \***********************************************************************************************************************************/
15285
+ /*!***************************************************************************************************************************************************************************************************!*\
15286
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js ***!
15287
+ \***************************************************************************************************************************************************************************************************/
15288
15288
  /*! no static exports found */
15289
15289
  /***/ (function(module, exports, __webpack_require__) {
15290
15290
 
@@ -15324,9 +15324,9 @@ exports.Sha256 = Sha256;
15324
15324
  /***/ }),
15325
15325
 
15326
15326
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js":
15327
- /*!**************************************************************************************************************************!*\
15328
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js ***!
15329
- \**************************************************************************************************************************/
15327
+ /*!******************************************************************************************************************************************************************************************!*\
15328
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js ***!
15329
+ \******************************************************************************************************************************************************************************************/
15330
15330
  /*! no static exports found */
15331
15331
  /***/ (function(module, exports, __webpack_require__) {
15332
15332
 
@@ -15411,9 +15411,9 @@ function toArrayBufferView(data) {
15411
15411
  /***/ }),
15412
15412
 
15413
15413
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/index.js":
15414
- /*!*********************************************************************************************************************!*\
15415
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/index.js ***!
15416
- \*********************************************************************************************************************/
15414
+ /*!*************************************************************************************************************************************************************************************!*\
15415
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/index.js ***!
15416
+ \*************************************************************************************************************************************************************************************/
15417
15417
  /*! no static exports found */
15418
15418
  /***/ (function(module, exports, __webpack_require__) {
15419
15419
 
@@ -15432,9 +15432,9 @@ Object.defineProperty(exports, "WebCryptoSha256", { enumerable: true, get: funct
15432
15432
  /***/ }),
15433
15433
 
15434
15434
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js":
15435
- /*!***************************************************************************************************************************!*\
15436
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js ***!
15437
- \***************************************************************************************************************************/
15435
+ /*!*******************************************************************************************************************************************************************************************!*\
15436
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js ***!
15437
+ \*******************************************************************************************************************************************************************************************/
15438
15438
  /*! no static exports found */
15439
15439
  /***/ (function(module, exports, __webpack_require__) {
15440
15440
 
@@ -15454,9 +15454,9 @@ exports.isEmptyData = isEmptyData;
15454
15454
  /***/ }),
15455
15455
 
15456
15456
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js":
15457
- /*!*******************************************************************************************************************************!*\
15458
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js ***!
15459
- \*******************************************************************************************************************************/
15457
+ /*!***********************************************************************************************************************************************************************************************!*\
15458
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js ***!
15459
+ \***********************************************************************************************************************************************************************************************/
15460
15460
  /*! no static exports found */
15461
15461
  /***/ (function(module, exports, __webpack_require__) {
15462
15462
 
@@ -15515,9 +15515,9 @@ exports.Sha256 = Sha256;
15515
15515
  /***/ }),
15516
15516
 
15517
15517
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/RawSha256.js":
15518
- /*!************************************************************************************************************************************************************!*\
15519
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/RawSha256.js ***!
15520
- \************************************************************************************************************************************************************/
15518
+ /*!****************************************************************************************************************************************************************************************************************************!*\
15519
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/RawSha256.js ***!
15520
+ \****************************************************************************************************************************************************************************************************************************/
15521
15521
  /*! no static exports found */
15522
15522
  /***/ (function(module, exports, __webpack_require__) {
15523
15523
 
@@ -15650,9 +15650,9 @@ exports.RawSha256 = RawSha256;
15650
15650
  /***/ }),
15651
15651
 
15652
15652
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/constants.js":
15653
- /*!************************************************************************************************************************************************************!*\
15654
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/constants.js ***!
15655
- \************************************************************************************************************************************************************/
15653
+ /*!****************************************************************************************************************************************************************************************************************************!*\
15654
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/constants.js ***!
15655
+ \****************************************************************************************************************************************************************************************************************************/
15656
15656
  /*! no static exports found */
15657
15657
  /***/ (function(module, exports, __webpack_require__) {
15658
15658
 
@@ -15759,9 +15759,9 @@ exports.MAX_HASHABLE_LENGTH = Math.pow(2, 53) - 1;
15759
15759
  /***/ }),
15760
15760
 
15761
15761
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/index.js":
15762
- /*!********************************************************************************************************************************************************!*\
15763
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/index.js ***!
15764
- \********************************************************************************************************************************************************/
15762
+ /*!************************************************************************************************************************************************************************************************************************!*\
15763
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/index.js ***!
15764
+ \************************************************************************************************************************************************************************************************************************/
15765
15765
  /*! no static exports found */
15766
15766
  /***/ (function(module, exports, __webpack_require__) {
15767
15767
 
@@ -15775,9 +15775,9 @@ var tslib_1 = __webpack_require__(/*! tslib */ "../../node_modules/@aws-sdk/clie
15775
15775
  /***/ }),
15776
15776
 
15777
15777
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/jsSha256.js":
15778
- /*!***********************************************************************************************************************************************************!*\
15779
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/jsSha256.js ***!
15780
- \***********************************************************************************************************************************************************/
15778
+ /*!***************************************************************************************************************************************************************************************************************************!*\
15779
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-crypto/sha256-js/build/jsSha256.js ***!
15780
+ \***************************************************************************************************************************************************************************************************************************/
15781
15781
  /*! no static exports found */
15782
15782
  /***/ (function(module, exports, __webpack_require__) {
15783
15783
 
@@ -15866,9 +15866,9 @@ function bufferFromSecret(secret) {
15866
15866
  /***/ }),
15867
15867
 
15868
15868
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js":
15869
- /*!**************************************************************************************************************************************!*\
15870
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js ***!
15871
- \**************************************************************************************************************************************/
15869
+ /*!******************************************************************************************************************************************************************************************************!*\
15870
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js ***!
15871
+ \******************************************************************************************************************************************************************************************************/
15872
15872
  /*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */
15873
15873
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
15874
15874
 
@@ -16120,9 +16120,9 @@ function __classPrivateFieldSet(receiver, privateMap, value) {
16120
16120
  /***/ }),
16121
16121
 
16122
16122
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/build/index.js":
16123
- /*!**************************************************************************************************************************!*\
16124
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/build/index.js ***!
16125
- \**************************************************************************************************************************/
16123
+ /*!******************************************************************************************************************************************************************************************!*\
16124
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/build/index.js ***!
16125
+ \******************************************************************************************************************************************************************************************/
16126
16126
  /*! no static exports found */
16127
16127
  /***/ (function(module, exports, __webpack_require__) {
16128
16128
 
@@ -16136,9 +16136,9 @@ var tslib_1 = __webpack_require__(/*! tslib */ "../../node_modules/@aws-sdk/clie
16136
16136
  /***/ }),
16137
16137
 
16138
16138
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js":
16139
- /*!**************************************************************************************************************************************!*\
16140
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js ***!
16141
- \**************************************************************************************************************************************/
16139
+ /*!******************************************************************************************************************************************************************************************************!*\
16140
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js ***!
16141
+ \******************************************************************************************************************************************************************************************************/
16142
16142
  /*! no static exports found */
16143
16143
  /***/ (function(module, exports, __webpack_require__) {
16144
16144
 
@@ -16216,9 +16216,9 @@ exports.supportsZeroByteGCM = supportsZeroByteGCM;
16216
16216
  /***/ }),
16217
16217
 
16218
16218
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js":
16219
- /*!*******************************************************************************************************************************************!*\
16220
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js ***!
16221
- \*******************************************************************************************************************************************/
16219
+ /*!***********************************************************************************************************************************************************************************************************!*\
16220
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js ***!
16221
+ \***********************************************************************************************************************************************************************************************************/
16222
16222
  /*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */
16223
16223
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16224
16224
 
@@ -16470,9 +16470,9 @@ function __classPrivateFieldSet(receiver, privateMap, value) {
16470
16470
  /***/ }),
16471
16471
 
16472
16472
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/convertToBuffer.js":
16473
- /*!*********************************************************************************************************************!*\
16474
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/convertToBuffer.js ***!
16475
- \*********************************************************************************************************************/
16473
+ /*!*************************************************************************************************************************************************************************************!*\
16474
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/convertToBuffer.js ***!
16475
+ \*************************************************************************************************************************************************************************************/
16476
16476
  /*! no static exports found */
16477
16477
  /***/ (function(module, exports, __webpack_require__) {
16478
16478
 
@@ -16506,9 +16506,9 @@ exports.convertToBuffer = convertToBuffer;
16506
16506
  /***/ }),
16507
16507
 
16508
16508
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/index.js":
16509
- /*!***********************************************************************************************************!*\
16510
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/index.js ***!
16511
- \***********************************************************************************************************/
16509
+ /*!***************************************************************************************************************************************************************************!*\
16510
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/index.js ***!
16511
+ \***************************************************************************************************************************************************************************/
16512
16512
  /*! no static exports found */
16513
16513
  /***/ (function(module, exports, __webpack_require__) {
16514
16514
 
@@ -16531,9 +16531,9 @@ Object.defineProperty(exports, "uint32ArrayFrom", { enumerable: true, get: funct
16531
16531
  /***/ }),
16532
16532
 
16533
16533
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/isEmptyData.js":
16534
- /*!*****************************************************************************************************************!*\
16535
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/isEmptyData.js ***!
16536
- \*****************************************************************************************************************/
16534
+ /*!*********************************************************************************************************************************************************************************!*\
16535
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/isEmptyData.js ***!
16536
+ \*********************************************************************************************************************************************************************************/
16537
16537
  /*! no static exports found */
16538
16538
  /***/ (function(module, exports, __webpack_require__) {
16539
16539
 
@@ -16555,9 +16555,9 @@ exports.isEmptyData = isEmptyData;
16555
16555
  /***/ }),
16556
16556
 
16557
16557
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/numToUint8.js":
16558
- /*!****************************************************************************************************************!*\
16559
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/numToUint8.js ***!
16560
- \****************************************************************************************************************/
16558
+ /*!********************************************************************************************************************************************************************************!*\
16559
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/numToUint8.js ***!
16560
+ \********************************************************************************************************************************************************************************/
16561
16561
  /*! no static exports found */
16562
16562
  /***/ (function(module, exports, __webpack_require__) {
16563
16563
 
@@ -16581,9 +16581,9 @@ exports.numToUint8 = numToUint8;
16581
16581
  /***/ }),
16582
16582
 
16583
16583
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js":
16584
- /*!*********************************************************************************************************************!*\
16585
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js ***!
16586
- \*********************************************************************************************************************/
16584
+ /*!*************************************************************************************************************************************************************************************!*\
16585
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js ***!
16586
+ \*************************************************************************************************************************************************************************************/
16587
16587
  /*! no static exports found */
16588
16588
  /***/ (function(module, exports, __webpack_require__) {
16589
16589
 
@@ -16612,9 +16612,9 @@ exports.uint32ArrayFrom = uint32ArrayFrom;
16612
16612
  /***/ }),
16613
16613
 
16614
16614
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js":
16615
- /*!*********************************************************************************************************************************************************************!*\
16616
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js ***!
16617
- \*********************************************************************************************************************************************************************/
16615
+ /*!*************************************************************************************************************************************************************************************************************************************!*\
16616
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js ***!
16617
+ \*************************************************************************************************************************************************************************************************************************************/
16618
16618
  /*! exports provided: ENV_USE_DUALSTACK_ENDPOINT, CONFIG_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_DUALSTACK_ENDPOINT, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS */
16619
16619
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16620
16620
 
@@ -16641,9 +16641,9 @@ var NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = {
16641
16641
  /***/ }),
16642
16642
 
16643
16643
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js":
16644
- /*!****************************************************************************************************************************************************************!*\
16645
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js ***!
16646
- \****************************************************************************************************************************************************************/
16644
+ /*!********************************************************************************************************************************************************************************************************************************!*\
16645
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js ***!
16646
+ \********************************************************************************************************************************************************************************************************************************/
16647
16647
  /*! exports provided: ENV_USE_FIPS_ENDPOINT, CONFIG_USE_FIPS_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS */
16648
16648
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16649
16649
 
@@ -16670,9 +16670,9 @@ var NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = {
16670
16670
  /***/ }),
16671
16671
 
16672
16672
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js":
16673
- /*!*************************************************************************************************************************************!*\
16674
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js ***!
16675
- \*************************************************************************************************************************************/
16673
+ /*!*****************************************************************************************************************************************************************************************************!*\
16674
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js ***!
16675
+ \*****************************************************************************************************************************************************************************************************/
16676
16676
  /*! exports provided: ENV_USE_DUALSTACK_ENDPOINT, CONFIG_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_DUALSTACK_ENDPOINT, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, ENV_USE_FIPS_ENDPOINT, CONFIG_USE_FIPS_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveCustomEndpointsConfig, resolveEndpointsConfig */
16677
16677
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16678
16678
 
@@ -16711,9 +16711,9 @@ __webpack_require__.r(__webpack_exports__);
16711
16711
  /***/ }),
16712
16712
 
16713
16713
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js":
16714
- /*!************************************************************************************************************************************************************!*\
16715
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js ***!
16716
- \************************************************************************************************************************************************************/
16714
+ /*!****************************************************************************************************************************************************************************************************************************!*\
16715
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js ***!
16716
+ \****************************************************************************************************************************************************************************************************************************/
16717
16717
  /*! exports provided: resolveCustomEndpointsConfig */
16718
16718
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16719
16719
 
@@ -16735,9 +16735,9 @@ var resolveCustomEndpointsConfig = function (input) {
16735
16735
  /***/ }),
16736
16736
 
16737
16737
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js":
16738
- /*!******************************************************************************************************************************************************!*\
16739
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js ***!
16740
- \******************************************************************************************************************************************************/
16738
+ /*!**********************************************************************************************************************************************************************************************************************!*\
16739
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js ***!
16740
+ \**********************************************************************************************************************************************************************************************************************/
16741
16741
  /*! exports provided: resolveEndpointsConfig */
16742
16742
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16743
16743
 
@@ -16765,9 +16765,9 @@ var resolveEndpointsConfig = function (input) {
16765
16765
  /***/ }),
16766
16766
 
16767
16767
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js":
16768
- /*!***********************************************************************************************************************************************************!*\
16769
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js ***!
16770
- \***********************************************************************************************************************************************************/
16768
+ /*!***************************************************************************************************************************************************************************************************************************!*\
16769
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js ***!
16770
+ \***************************************************************************************************************************************************************************************************************************/
16771
16771
  /*! exports provided: getEndpointFromRegion */
16772
16772
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16773
16773
 
@@ -16811,9 +16811,9 @@ var getEndpointFromRegion = function (input) { return Object(tslib__WEBPACK_IMPO
16811
16811
  /***/ }),
16812
16812
 
16813
16813
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js":
16814
- /*!******************************************************************************************************************************************************!*\
16815
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js ***!
16816
- \******************************************************************************************************************************************************/
16814
+ /*!**********************************************************************************************************************************************************************************************************************!*\
16815
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js ***!
16816
+ \**********************************************************************************************************************************************************************************************************************/
16817
16817
  /*! exports provided: normalizeBoolean */
16818
16818
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16819
16819
 
@@ -16832,9 +16832,9 @@ var normalizeBoolean = function (value) {
16832
16832
  /***/ }),
16833
16833
 
16834
16834
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js":
16835
- /*!*******************************************************************************************************************************************************!*\
16836
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js ***!
16837
- \*******************************************************************************************************************************************************/
16835
+ /*!***********************************************************************************************************************************************************************************************************************!*\
16836
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js ***!
16837
+ \***********************************************************************************************************************************************************************************************************************/
16838
16838
  /*! exports provided: normalizeEndpoint */
16839
16839
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16840
16840
 
@@ -16858,9 +16858,9 @@ var normalizeEndpoint = function (_a) {
16858
16858
  /***/ }),
16859
16859
 
16860
16860
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/index.js":
16861
- /*!*********************************************************************************************************************!*\
16862
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/index.js ***!
16863
- \*********************************************************************************************************************/
16861
+ /*!*************************************************************************************************************************************************************************************!*\
16862
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/index.js ***!
16863
+ \*************************************************************************************************************************************************************************************/
16864
16864
  /*! exports provided: ENV_USE_DUALSTACK_ENDPOINT, CONFIG_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_DUALSTACK_ENDPOINT, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, ENV_USE_FIPS_ENDPOINT, CONFIG_USE_FIPS_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveCustomEndpointsConfig, resolveEndpointsConfig, REGION_ENV_NAME, REGION_INI_NAME, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig, getRegionInfo */
16865
16865
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16866
16866
 
@@ -16909,9 +16909,9 @@ __webpack_require__.r(__webpack_exports__);
16909
16909
  /***/ }),
16910
16910
 
16911
16911
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js":
16912
- /*!***********************************************************************************************************************************!*\
16913
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js ***!
16914
- \***********************************************************************************************************************************/
16912
+ /*!***************************************************************************************************************************************************************************************************!*\
16913
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js ***!
16914
+ \***************************************************************************************************************************************************************************************************/
16915
16915
  /*! exports provided: REGION_ENV_NAME, REGION_INI_NAME, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS */
16916
16916
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16917
16917
 
@@ -16938,9 +16938,9 @@ var NODE_REGION_CONFIG_FILE_OPTIONS = {
16938
16938
  /***/ }),
16939
16939
 
16940
16940
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js":
16941
- /*!******************************************************************************************************************************************!*\
16942
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js ***!
16943
- \******************************************************************************************************************************************/
16941
+ /*!**********************************************************************************************************************************************************************************************************!*\
16942
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js ***!
16943
+ \**********************************************************************************************************************************************************************************************************/
16944
16944
  /*! exports provided: getRealRegion */
16945
16945
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16946
16946
 
@@ -16961,9 +16961,9 @@ var getRealRegion = function (region) {
16961
16961
  /***/ }),
16962
16962
 
16963
16963
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js":
16964
- /*!**********************************************************************************************************************************!*\
16965
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js ***!
16966
- \**********************************************************************************************************************************/
16964
+ /*!**************************************************************************************************************************************************************************************************!*\
16965
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js ***!
16966
+ \**************************************************************************************************************************************************************************************************/
16967
16967
  /*! exports provided: REGION_ENV_NAME, REGION_INI_NAME, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig */
16968
16968
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16969
16969
 
@@ -16988,9 +16988,9 @@ __webpack_require__.r(__webpack_exports__);
16988
16988
  /***/ }),
16989
16989
 
16990
16990
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js":
16991
- /*!*****************************************************************************************************************************************!*\
16992
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js ***!
16993
- \*****************************************************************************************************************************************/
16991
+ /*!*********************************************************************************************************************************************************************************************************!*\
16992
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js ***!
16993
+ \*********************************************************************************************************************************************************************************************************/
16994
16994
  /*! exports provided: isFipsRegion */
16995
16995
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16996
16996
 
@@ -17005,9 +17005,9 @@ var isFipsRegion = function (region) {
17005
17005
  /***/ }),
17006
17006
 
17007
17007
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js":
17008
- /*!************************************************************************************************************************************************!*\
17009
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js ***!
17010
- \************************************************************************************************************************************************/
17008
+ /*!****************************************************************************************************************************************************************************************************************!*\
17009
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js ***!
17010
+ \****************************************************************************************************************************************************************************************************************/
17011
17011
  /*! exports provided: resolveRegionConfig */
17012
17012
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17013
17013
 
@@ -17066,9 +17066,9 @@ var resolveRegionConfig = function (input) {
17066
17066
  /***/ }),
17067
17067
 
17068
17068
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js":
17069
- /*!****************************************************************************************************************************************!*\
17070
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js ***!
17071
- \****************************************************************************************************************************************/
17069
+ /*!********************************************************************************************************************************************************************************************************!*\
17070
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js ***!
17071
+ \********************************************************************************************************************************************************************************************************/
17072
17072
  /*! no exports provided */
17073
17073
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17074
17074
 
@@ -17080,9 +17080,9 @@ __webpack_require__.r(__webpack_exports__);
17080
17080
  /***/ }),
17081
17081
 
17082
17082
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js":
17083
- /*!*************************************************************************************************************************************!*\
17084
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js ***!
17085
- \*************************************************************************************************************************************/
17083
+ /*!*****************************************************************************************************************************************************************************************************!*\
17084
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js ***!
17085
+ \*****************************************************************************************************************************************************************************************************/
17086
17086
  /*! no exports provided */
17087
17087
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17088
17088
 
@@ -17094,9 +17094,9 @@ __webpack_require__.r(__webpack_exports__);
17094
17094
  /***/ }),
17095
17095
 
17096
17096
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js":
17097
- /*!**************************************************************************************************************************************************!*\
17098
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js ***!
17099
- \**************************************************************************************************************************************************/
17097
+ /*!******************************************************************************************************************************************************************************************************************!*\
17098
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js ***!
17099
+ \******************************************************************************************************************************************************************************************************************/
17100
17100
  /*! exports provided: getHostnameFromVariants */
17101
17101
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17102
17102
 
@@ -17117,9 +17117,9 @@ var getHostnameFromVariants = function (variants, _a) {
17117
17117
  /***/ }),
17118
17118
 
17119
17119
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js":
17120
- /*!****************************************************************************************************************************************!*\
17121
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js ***!
17122
- \****************************************************************************************************************************************/
17120
+ /*!********************************************************************************************************************************************************************************************************!*\
17121
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js ***!
17122
+ \********************************************************************************************************************************************************************************************************/
17123
17123
  /*! exports provided: getRegionInfo */
17124
17124
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17125
17125
 
@@ -17162,9 +17162,9 @@ var getRegionInfo = function (region, _a) {
17162
17162
  /***/ }),
17163
17163
 
17164
17164
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js":
17165
- /*!**********************************************************************************************************************************************!*\
17166
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js ***!
17167
- \**********************************************************************************************************************************************/
17165
+ /*!**************************************************************************************************************************************************************************************************************!*\
17166
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js ***!
17167
+ \**************************************************************************************************************************************************************************************************************/
17168
17168
  /*! exports provided: getResolvedHostname */
17169
17169
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17170
17170
 
@@ -17184,9 +17184,9 @@ var getResolvedHostname = function (resolvedRegion, _a) {
17184
17184
  /***/ }),
17185
17185
 
17186
17186
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js":
17187
- /*!***********************************************************************************************************************************************!*\
17188
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js ***!
17189
- \***********************************************************************************************************************************************/
17187
+ /*!***************************************************************************************************************************************************************************************************************!*\
17188
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js ***!
17189
+ \***************************************************************************************************************************************************************************************************************/
17190
17190
  /*! exports provided: getResolvedPartition */
17191
17191
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17192
17192
 
@@ -17203,9 +17203,9 @@ var getResolvedPartition = function (region, _a) {
17203
17203
  /***/ }),
17204
17204
 
17205
17205
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js":
17206
- /*!***************************************************************************************************************************************************!*\
17207
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js ***!
17208
- \***************************************************************************************************************************************************/
17206
+ /*!*******************************************************************************************************************************************************************************************************************!*\
17207
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js ***!
17208
+ \*******************************************************************************************************************************************************************************************************************/
17209
17209
  /*! exports provided: getResolvedSigningRegion */
17210
17210
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17211
17211
 
@@ -17230,9 +17230,9 @@ var getResolvedSigningRegion = function (hostname, _a) {
17230
17230
  /***/ }),
17231
17231
 
17232
17232
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js":
17233
- /*!********************************************************************************************************************************!*\
17234
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js ***!
17235
- \********************************************************************************************************************************/
17233
+ /*!************************************************************************************************************************************************************************************************!*\
17234
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js ***!
17235
+ \************************************************************************************************************************************************************************************************/
17236
17236
  /*! exports provided: getRegionInfo */
17237
17237
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17238
17238
 
@@ -17251,9 +17251,9 @@ __webpack_require__.r(__webpack_exports__);
17251
17251
  /***/ }),
17252
17252
 
17253
17253
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js":
17254
- /*!*************************************************************************************************************************************!*\
17255
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js ***!
17256
- \*************************************************************************************************************************************/
17254
+ /*!*****************************************************************************************************************************************************************************************************!*\
17255
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js ***!
17256
+ \*****************************************************************************************************************************************************************************************************/
17257
17257
  /*! exports provided: FetchHttpHandler */
17258
17258
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17259
17259
 
@@ -17359,9 +17359,9 @@ var FetchHttpHandler = (function () {
17359
17359
  /***/ }),
17360
17360
 
17361
17361
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js":
17362
- /*!************************************************************************************************************************!*\
17363
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js ***!
17364
- \************************************************************************************************************************/
17362
+ /*!****************************************************************************************************************************************************************************************!*\
17363
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js ***!
17364
+ \****************************************************************************************************************************************************************************************/
17365
17365
  /*! exports provided: FetchHttpHandler, streamCollector */
17366
17366
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17367
17367
 
@@ -17380,9 +17380,9 @@ __webpack_require__.r(__webpack_exports__);
17380
17380
  /***/ }),
17381
17381
 
17382
17382
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js":
17383
- /*!**********************************************************************************************************************************!*\
17384
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js ***!
17385
- \**********************************************************************************************************************************/
17383
+ /*!**************************************************************************************************************************************************************************************************!*\
17384
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js ***!
17385
+ \**************************************************************************************************************************************************************************************************/
17386
17386
  /*! exports provided: requestTimeout */
17387
17387
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17388
17388
 
@@ -17406,9 +17406,9 @@ function requestTimeout(timeoutInMs) {
17406
17406
  /***/ }),
17407
17407
 
17408
17408
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js":
17409
- /*!***********************************************************************************************************************************!*\
17410
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js ***!
17411
- \***********************************************************************************************************************************/
17409
+ /*!***************************************************************************************************************************************************************************************************!*\
17410
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js ***!
17411
+ \***************************************************************************************************************************************************************************************************/
17412
17412
  /*! exports provided: streamCollector */
17413
17413
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17414
17414
 
@@ -17490,9 +17490,9 @@ function readToBase64(blob) {
17490
17490
  /***/ }),
17491
17491
 
17492
17492
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js":
17493
- /*!************************************************************************************************************************!*\
17494
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js ***!
17495
- \************************************************************************************************************************/
17493
+ /*!****************************************************************************************************************************************************************************************!*\
17494
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js ***!
17495
+ \****************************************************************************************************************************************************************************************/
17496
17496
  /*! exports provided: invalidFunction, invalidProvider */
17497
17497
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17498
17498
 
@@ -17511,9 +17511,9 @@ __webpack_require__.r(__webpack_exports__);
17511
17511
  /***/ }),
17512
17512
 
17513
17513
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js":
17514
- /*!**********************************************************************************************************************************!*\
17515
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js ***!
17516
- \**********************************************************************************************************************************/
17514
+ /*!**************************************************************************************************************************************************************************************************!*\
17515
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js ***!
17516
+ \**************************************************************************************************************************************************************************************************/
17517
17517
  /*! exports provided: invalidFunction */
17518
17518
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17519
17519
 
@@ -17528,9 +17528,9 @@ var invalidFunction = function (message) { return function () {
17528
17528
  /***/ }),
17529
17529
 
17530
17530
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js":
17531
- /*!**********************************************************************************************************************************!*\
17532
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js ***!
17533
- \**********************************************************************************************************************************/
17531
+ /*!**************************************************************************************************************************************************************************************************!*\
17532
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js ***!
17533
+ \**************************************************************************************************************************************************************************************************/
17534
17534
  /*! exports provided: invalidProvider */
17535
17535
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17536
17536
 
@@ -17543,9 +17543,9 @@ var invalidProvider = function (message) { return function () { return Promise.r
17543
17543
  /***/ }),
17544
17544
 
17545
17545
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js":
17546
- /*!*********************************************************************************************************************!*\
17547
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js ***!
17548
- \*********************************************************************************************************************/
17546
+ /*!*************************************************************************************************************************************************************************************!*\
17547
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js ***!
17548
+ \*************************************************************************************************************************************************************************************/
17549
17549
  /*! exports provided: isArrayBuffer */
17550
17550
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17551
17551
 
@@ -17561,9 +17561,9 @@ var isArrayBuffer = function (arg) {
17561
17561
  /***/ }),
17562
17562
 
17563
17563
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js":
17564
- /*!*******************************************************************************************************************************!*\
17565
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js ***!
17566
- \*******************************************************************************************************************************/
17564
+ /*!***********************************************************************************************************************************************************************************************!*\
17565
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js ***!
17566
+ \***********************************************************************************************************************************************************************************************/
17567
17567
  /*! exports provided: contentLengthMiddleware, contentLengthMiddlewareOptions, getContentLengthPlugin */
17568
17568
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17569
17569
 
@@ -17618,9 +17618,9 @@ var getContentLengthPlugin = function (options) { return ({
17618
17618
  /***/ }),
17619
17619
 
17620
17620
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js":
17621
- /*!****************************************************************************************************************************!*\
17622
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js ***!
17623
- \****************************************************************************************************************************/
17621
+ /*!********************************************************************************************************************************************************************************************!*\
17622
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js ***!
17623
+ \********************************************************************************************************************************************************************************************/
17624
17624
  /*! exports provided: resolveHostHeaderConfig, hostHeaderMiddleware, hostHeaderMiddlewareOptions, getHostHeaderPlugin */
17625
17625
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17626
17626
 
@@ -17675,9 +17675,9 @@ var getHostHeaderPlugin = function (options) { return ({
17675
17675
  /***/ }),
17676
17676
 
17677
17677
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-logger/dist-es/index.js":
17678
- /*!***********************************************************************************************************************!*\
17679
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-logger/dist-es/index.js ***!
17680
- \***********************************************************************************************************************/
17678
+ /*!***************************************************************************************************************************************************************************************!*\
17679
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-logger/dist-es/index.js ***!
17680
+ \***************************************************************************************************************************************************************************************/
17681
17681
  /*! exports provided: loggerMiddleware, loggerMiddlewareOptions, getLoggerPlugin */
17682
17682
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17683
17683
 
@@ -17696,9 +17696,9 @@ __webpack_require__.r(__webpack_exports__);
17696
17696
  /***/ }),
17697
17697
 
17698
17698
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js":
17699
- /*!**********************************************************************************************************************************!*\
17700
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js ***!
17701
- \**********************************************************************************************************************************/
17699
+ /*!**************************************************************************************************************************************************************************************************!*\
17700
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js ***!
17701
+ \**************************************************************************************************************************************************************************************************/
17702
17702
  /*! exports provided: loggerMiddleware, loggerMiddlewareOptions, getLoggerPlugin */
17703
17703
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17704
17704
 
@@ -17755,9 +17755,9 @@ var getLoggerPlugin = function (options) { return ({
17755
17755
  /***/ }),
17756
17756
 
17757
17757
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js":
17758
- /*!**************************************************************************************************************************************!*\
17759
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js ***!
17760
- \**************************************************************************************************************************************/
17758
+ /*!******************************************************************************************************************************************************************************************************!*\
17759
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js ***!
17760
+ \******************************************************************************************************************************************************************************************************/
17761
17761
  /*! exports provided: AdaptiveRetryStrategy */
17762
17762
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17763
17763
 
@@ -17807,9 +17807,9 @@ var AdaptiveRetryStrategy = (function (_super) {
17807
17807
  /***/ }),
17808
17808
 
17809
17809
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js":
17810
- /*!***********************************************************************************************************************************!*\
17811
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js ***!
17812
- \***********************************************************************************************************************************/
17810
+ /*!***************************************************************************************************************************************************************************************************!*\
17811
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js ***!
17812
+ \***************************************************************************************************************************************************************************************************/
17813
17813
  /*! exports provided: DefaultRateLimiter */
17814
17814
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17815
17815
 
@@ -17942,9 +17942,9 @@ var DefaultRateLimiter = (function () {
17942
17942
  /***/ }),
17943
17943
 
17944
17944
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js":
17945
- /*!**************************************************************************************************************************************!*\
17946
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js ***!
17947
- \**************************************************************************************************************************************/
17945
+ /*!******************************************************************************************************************************************************************************************************!*\
17946
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js ***!
17947
+ \******************************************************************************************************************************************************************************************************/
17948
17948
  /*! exports provided: StandardRetryStrategy */
17949
17949
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
17950
17950
 
@@ -18095,9 +18095,9 @@ var asSdkError = function (error) {
18095
18095
  /***/ }),
18096
18096
 
18097
18097
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/config.js":
18098
- /*!***********************************************************************************************************************!*\
18099
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/config.js ***!
18100
- \***********************************************************************************************************************/
18098
+ /*!***************************************************************************************************************************************************************************************!*\
18099
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/config.js ***!
18100
+ \***************************************************************************************************************************************************************************************/
18101
18101
  /*! exports provided: RETRY_MODES, DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE */
18102
18102
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18103
18103
 
@@ -18118,9 +18118,9 @@ var DEFAULT_RETRY_MODE = RETRY_MODES.STANDARD;
18118
18118
  /***/ }),
18119
18119
 
18120
18120
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js":
18121
- /*!*******************************************************************************************************************************!*\
18122
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js ***!
18123
- \*******************************************************************************************************************************/
18121
+ /*!***********************************************************************************************************************************************************************************************!*\
18122
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js ***!
18123
+ \***********************************************************************************************************************************************************************************************/
18124
18124
  /*! exports provided: ENV_MAX_ATTEMPTS, CONFIG_MAX_ATTEMPTS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, ENV_RETRY_MODE, CONFIG_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS */
18125
18125
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18126
18126
 
@@ -18219,9 +18219,9 @@ var NODE_RETRY_MODE_CONFIG_OPTIONS = {
18219
18219
  /***/ }),
18220
18220
 
18221
18221
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js":
18222
- /*!**************************************************************************************************************************!*\
18223
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js ***!
18224
- \**************************************************************************************************************************/
18222
+ /*!******************************************************************************************************************************************************************************************!*\
18223
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js ***!
18224
+ \******************************************************************************************************************************************************************************************/
18225
18225
  /*! exports provided: DEFAULT_RETRY_DELAY_BASE, MAXIMUM_RETRY_DELAY, THROTTLING_RETRY_DELAY_BASE, INITIAL_RETRY_TOKENS, RETRY_COST, TIMEOUT_RETRY_COST, NO_RETRY_INCREMENT, INVOCATION_ID_HEADER, REQUEST_HEADER */
18226
18226
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18227
18227
 
@@ -18250,9 +18250,9 @@ var REQUEST_HEADER = "amz-sdk-request";
18250
18250
  /***/ }),
18251
18251
 
18252
18252
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js":
18253
- /*!**********************************************************************************************************************************!*\
18254
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js ***!
18255
- \**********************************************************************************************************************************/
18253
+ /*!**************************************************************************************************************************************************************************************************!*\
18254
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js ***!
18255
+ \**************************************************************************************************************************************************************************************************/
18256
18256
  /*! exports provided: getDefaultRetryQuota */
18257
18257
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18258
18258
 
@@ -18293,9 +18293,9 @@ var getDefaultRetryQuota = function (initialRetryTokens, options) {
18293
18293
  /***/ }),
18294
18294
 
18295
18295
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js":
18296
- /*!*****************************************************************************************************************************!*\
18297
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js ***!
18298
- \*****************************************************************************************************************************/
18296
+ /*!*********************************************************************************************************************************************************************************************!*\
18297
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js ***!
18298
+ \*********************************************************************************************************************************************************************************************/
18299
18299
  /*! exports provided: defaultDelayDecider */
18300
18300
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18301
18301
 
@@ -18312,9 +18312,9 @@ var defaultDelayDecider = function (delayBase, attempts) {
18312
18312
  /***/ }),
18313
18313
 
18314
18314
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/index.js":
18315
- /*!**********************************************************************************************************************!*\
18316
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/index.js ***!
18317
- \**********************************************************************************************************************/
18315
+ /*!**************************************************************************************************************************************************************************************!*\
18316
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/index.js ***!
18317
+ \**************************************************************************************************************************************************************************************/
18318
18318
  /*! exports provided: AdaptiveRetryStrategy, DefaultRateLimiter, StandardRetryStrategy, RETRY_MODES, DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE, ENV_MAX_ATTEMPTS, CONFIG_MAX_ATTEMPTS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, ENV_RETRY_MODE, CONFIG_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, defaultDelayDecider, omitRetryHeadersMiddleware, omitRetryHeadersMiddlewareOptions, getOmitRetryHeadersPlugin, defaultRetryDecider, retryMiddleware, retryMiddlewareOptions, getRetryPlugin */
18319
18319
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18320
18320
 
@@ -18387,9 +18387,9 @@ __webpack_require__.r(__webpack_exports__);
18387
18387
  /***/ }),
18388
18388
 
18389
18389
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js":
18390
- /*!*******************************************************************************************************************************************!*\
18391
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js ***!
18392
- \*******************************************************************************************************************************************/
18390
+ /*!***********************************************************************************************************************************************************************************************************!*\
18391
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js ***!
18392
+ \***********************************************************************************************************************************************************************************************************/
18393
18393
  /*! exports provided: omitRetryHeadersMiddleware, omitRetryHeadersMiddlewareOptions, getOmitRetryHeadersPlugin */
18394
18394
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18395
18395
 
@@ -18436,9 +18436,9 @@ var getOmitRetryHeadersPlugin = function (options) { return ({
18436
18436
  /***/ }),
18437
18437
 
18438
18438
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js":
18439
- /*!*****************************************************************************************************************************!*\
18440
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js ***!
18441
- \*****************************************************************************************************************************/
18439
+ /*!*********************************************************************************************************************************************************************************************!*\
18440
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js ***!
18441
+ \*********************************************************************************************************************************************************************************************/
18442
18442
  /*! exports provided: defaultRetryDecider */
18443
18443
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18444
18444
 
@@ -18458,9 +18458,9 @@ var defaultRetryDecider = function (error) {
18458
18458
  /***/ }),
18459
18459
 
18460
18460
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js":
18461
- /*!********************************************************************************************************************************!*\
18462
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js ***!
18463
- \********************************************************************************************************************************/
18461
+ /*!************************************************************************************************************************************************************************************************!*\
18462
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js ***!
18463
+ \************************************************************************************************************************************************************************************************/
18464
18464
  /*! exports provided: retryMiddleware, retryMiddlewareOptions, getRetryPlugin */
18465
18465
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18466
18466
 
@@ -18505,9 +18505,9 @@ var getRetryPlugin = function (options) { return ({
18505
18505
  /***/ }),
18506
18506
 
18507
18507
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/types.js":
18508
- /*!**********************************************************************************************************************!*\
18509
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/types.js ***!
18510
- \**********************************************************************************************************************/
18508
+ /*!**************************************************************************************************************************************************************************************!*\
18509
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-retry/dist-es/types.js ***!
18510
+ \**************************************************************************************************************************************************************************************/
18511
18511
  /*! no exports provided */
18512
18512
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18513
18513
 
@@ -18519,9 +18519,9 @@ __webpack_require__.r(__webpack_exports__);
18519
18519
  /***/ }),
18520
18520
 
18521
18521
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js":
18522
- /*!***************************************************************************************************************************************!*\
18523
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js ***!
18524
- \***************************************************************************************************************************************/
18522
+ /*!*******************************************************************************************************************************************************************************************************!*\
18523
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js ***!
18524
+ \*******************************************************************************************************************************************************************************************************/
18525
18525
  /*! exports provided: deserializerMiddleware */
18526
18526
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18527
18527
 
@@ -18556,9 +18556,9 @@ var deserializerMiddleware = function (options, deserializer) {
18556
18556
  /***/ }),
18557
18557
 
18558
18558
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/index.js":
18559
- /*!**********************************************************************************************************************!*\
18560
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/index.js ***!
18561
- \**********************************************************************************************************************/
18559
+ /*!**************************************************************************************************************************************************************************************!*\
18560
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/index.js ***!
18561
+ \**************************************************************************************************************************************************************************************/
18562
18562
  /*! exports provided: deserializerMiddleware, deserializerMiddlewareOption, serializerMiddlewareOption, getSerdePlugin, serializerMiddleware */
18563
18563
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18564
18564
 
@@ -18585,9 +18585,9 @@ __webpack_require__.r(__webpack_exports__);
18585
18585
  /***/ }),
18586
18586
 
18587
18587
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js":
18588
- /*!****************************************************************************************************************************!*\
18589
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js ***!
18590
- \****************************************************************************************************************************/
18588
+ /*!********************************************************************************************************************************************************************************************!*\
18589
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js ***!
18590
+ \********************************************************************************************************************************************************************************************/
18591
18591
  /*! exports provided: deserializerMiddlewareOption, serializerMiddlewareOption, getSerdePlugin */
18592
18592
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18593
18593
 
@@ -18625,9 +18625,9 @@ function getSerdePlugin(config, serializer, deserializer) {
18625
18625
  /***/ }),
18626
18626
 
18627
18627
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js":
18628
- /*!*************************************************************************************************************************************!*\
18629
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js ***!
18630
- \*************************************************************************************************************************************/
18628
+ /*!*****************************************************************************************************************************************************************************************************!*\
18629
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js ***!
18630
+ \*****************************************************************************************************************************************************************************************************/
18631
18631
  /*! exports provided: serializerMiddleware */
18632
18632
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18633
18633
 
@@ -18656,9 +18656,9 @@ var serializerMiddleware = function (options, serializer) {
18656
18656
  /***/ }),
18657
18657
 
18658
18658
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js":
18659
- /*!*********************************************************************************************************************************!*\
18660
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js ***!
18661
- \*********************************************************************************************************************************/
18659
+ /*!*************************************************************************************************************************************************************************************************!*\
18660
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js ***!
18661
+ \*************************************************************************************************************************************************************************************************/
18662
18662
  /*! exports provided: resolveAwsAuthConfig, resolveSigV4AuthConfig */
18663
18663
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18664
18664
 
@@ -18761,9 +18761,9 @@ var normalizeCredentialProvider = function (credentials) {
18761
18761
  /***/ }),
18762
18762
 
18763
18763
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/index.js":
18764
- /*!************************************************************************************************************************!*\
18765
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/index.js ***!
18766
- \************************************************************************************************************************/
18764
+ /*!****************************************************************************************************************************************************************************************!*\
18765
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/index.js ***!
18766
+ \****************************************************************************************************************************************************************************************/
18767
18767
  /*! exports provided: resolveAwsAuthConfig, resolveSigV4AuthConfig, awsAuthMiddleware, awsAuthMiddlewareOptions, getAwsAuthPlugin, getSigV4AuthPlugin */
18768
18768
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18769
18769
 
@@ -18790,9 +18790,9 @@ __webpack_require__.r(__webpack_exports__);
18790
18790
  /***/ }),
18791
18791
 
18792
18792
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js":
18793
- /*!*****************************************************************************************************************************!*\
18794
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js ***!
18795
- \*****************************************************************************************************************************/
18793
+ /*!*********************************************************************************************************************************************************************************************!*\
18794
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js ***!
18795
+ \*********************************************************************************************************************************************************************************************/
18796
18796
  /*! exports provided: awsAuthMiddleware, awsAuthMiddlewareOptions, getAwsAuthPlugin, getSigV4AuthPlugin */
18797
18797
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18798
18798
 
@@ -18870,9 +18870,9 @@ var getSigV4AuthPlugin = getAwsAuthPlugin;
18870
18870
  /***/ }),
18871
18871
 
18872
18872
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js":
18873
- /*!*********************************************************************************************************************************************!*\
18874
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js ***!
18875
- \*********************************************************************************************************************************************/
18873
+ /*!*************************************************************************************************************************************************************************************************************!*\
18874
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js ***!
18875
+ \*************************************************************************************************************************************************************************************************************/
18876
18876
  /*! exports provided: getSkewCorrectedDate */
18877
18877
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18878
18878
 
@@ -18885,9 +18885,9 @@ var getSkewCorrectedDate = function (systemClockOffset) { return new Date(Date.n
18885
18885
  /***/ }),
18886
18886
 
18887
18887
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js":
18888
- /*!****************************************************************************************************************************************************!*\
18889
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js ***!
18890
- \****************************************************************************************************************************************************/
18888
+ /*!********************************************************************************************************************************************************************************************************************!*\
18889
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js ***!
18890
+ \********************************************************************************************************************************************************************************************************************/
18891
18891
  /*! exports provided: getUpdatedSystemClockOffset */
18892
18892
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18893
18893
 
@@ -18908,9 +18908,9 @@ var getUpdatedSystemClockOffset = function (clockTime, currentSystemClockOffset)
18908
18908
  /***/ }),
18909
18909
 
18910
18910
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js":
18911
- /*!**************************************************************************************************************************************!*\
18912
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js ***!
18913
- \**************************************************************************************************************************************/
18911
+ /*!******************************************************************************************************************************************************************************************************!*\
18912
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js ***!
18913
+ \******************************************************************************************************************************************************************************************************/
18914
18914
  /*! exports provided: isClockSkewed */
18915
18915
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18916
18916
 
@@ -18927,9 +18927,9 @@ var isClockSkewed = function (clockTime, systemClockOffset) {
18927
18927
  /***/ }),
18928
18928
 
18929
18929
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js":
18930
- /*!********************************************************************************************************************************!*\
18931
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js ***!
18932
- \********************************************************************************************************************************/
18930
+ /*!************************************************************************************************************************************************************************************************!*\
18931
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js ***!
18932
+ \************************************************************************************************************************************************************************************************/
18933
18933
  /*! exports provided: constructStack */
18934
18934
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
18935
18935
 
@@ -19154,9 +19154,9 @@ var priorityWeights = {
19154
19154
  /***/ }),
19155
19155
 
19156
19156
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-stack/dist-es/index.js":
19157
- /*!**********************************************************************************************************************!*\
19158
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-stack/dist-es/index.js ***!
19159
- \**********************************************************************************************************************/
19157
+ /*!**************************************************************************************************************************************************************************************!*\
19158
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-stack/dist-es/index.js ***!
19159
+ \**************************************************************************************************************************************************************************************/
19160
19160
  /*! exports provided: constructStack */
19161
19161
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19162
19162
 
@@ -19171,9 +19171,9 @@ __webpack_require__.r(__webpack_exports__);
19171
19171
  /***/ }),
19172
19172
 
19173
19173
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js":
19174
- /*!************************************************************************************************************************************!*\
19175
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js ***!
19176
- \************************************************************************************************************************************/
19174
+ /*!****************************************************************************************************************************************************************************************************!*\
19175
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js ***!
19176
+ \****************************************************************************************************************************************************************************************************/
19177
19177
  /*! exports provided: resolveUserAgentConfig */
19178
19178
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19179
19179
 
@@ -19190,9 +19190,9 @@ function resolveUserAgentConfig(input) {
19190
19190
  /***/ }),
19191
19191
 
19192
19192
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js":
19193
- /*!*******************************************************************************************************************************!*\
19194
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js ***!
19195
- \*******************************************************************************************************************************/
19193
+ /*!***********************************************************************************************************************************************************************************************!*\
19194
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js ***!
19195
+ \***********************************************************************************************************************************************************************************************/
19196
19196
  /*! exports provided: USER_AGENT, X_AMZ_USER_AGENT, SPACE, UA_ESCAPE_REGEX */
19197
19197
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19198
19198
 
@@ -19211,9 +19211,9 @@ var UA_ESCAPE_REGEX = /[^\!\#\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g;
19211
19211
  /***/ }),
19212
19212
 
19213
19213
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js":
19214
- /*!***************************************************************************************************************************!*\
19215
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js ***!
19216
- \***************************************************************************************************************************/
19214
+ /*!*******************************************************************************************************************************************************************************************!*\
19215
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js ***!
19216
+ \*******************************************************************************************************************************************************************************************/
19217
19217
  /*! exports provided: resolveUserAgentConfig, userAgentMiddleware, getUserAgentMiddlewareOptions, getUserAgentPlugin */
19218
19218
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19219
19219
 
@@ -19236,9 +19236,9 @@ __webpack_require__.r(__webpack_exports__);
19236
19236
  /***/ }),
19237
19237
 
19238
19238
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js":
19239
- /*!*******************************************************************************************************************************************!*\
19240
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js ***!
19241
- \*******************************************************************************************************************************************/
19239
+ /*!***********************************************************************************************************************************************************************************************************!*\
19240
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js ***!
19241
+ \***********************************************************************************************************************************************************************************************************/
19242
19242
  /*! exports provided: userAgentMiddleware, getUserAgentMiddlewareOptions, getUserAgentPlugin */
19243
19243
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19244
19244
 
@@ -19319,9 +19319,9 @@ var getUserAgentPlugin = function (config) { return ({
19319
19319
  /***/ }),
19320
19320
 
19321
19321
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js":
19322
- /*!*************************************************************************************************************************!*\
19323
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js ***!
19324
- \*************************************************************************************************************************/
19322
+ /*!*****************************************************************************************************************************************************************************************!*\
19323
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js ***!
19324
+ \*****************************************************************************************************************************************************************************************/
19325
19325
  /*! no exports provided */
19326
19326
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19327
19327
 
@@ -19333,9 +19333,9 @@ __webpack_require__.r(__webpack_exports__);
19333
19333
  /***/ }),
19334
19334
 
19335
19335
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js":
19336
- /*!*************************************************************************************************************************!*\
19337
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js ***!
19338
- \*************************************************************************************************************************/
19336
+ /*!*****************************************************************************************************************************************************************************************!*\
19337
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js ***!
19338
+ \*****************************************************************************************************************************************************************************************/
19339
19339
  /*! exports provided: HttpRequest */
19340
19340
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19341
19341
 
@@ -19391,9 +19391,9 @@ function cloneQuery(query) {
19391
19391
  /***/ }),
19392
19392
 
19393
19393
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js":
19394
- /*!**************************************************************************************************************************!*\
19395
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js ***!
19396
- \**************************************************************************************************************************/
19394
+ /*!******************************************************************************************************************************************************************************************!*\
19395
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js ***!
19396
+ \******************************************************************************************************************************************************************************************/
19397
19397
  /*! exports provided: HttpResponse */
19398
19398
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19399
19399
 
@@ -19420,9 +19420,9 @@ var HttpResponse = (function () {
19420
19420
  /***/ }),
19421
19421
 
19422
19422
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/index.js":
19423
- /*!*******************************************************************************************************************!*\
19424
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/index.js ***!
19425
- \*******************************************************************************************************************/
19423
+ /*!***********************************************************************************************************************************************************************************!*\
19424
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/index.js ***!
19425
+ \***********************************************************************************************************************************************************************************/
19426
19426
  /*! exports provided: HttpRequest, HttpResponse, isValidHostname */
19427
19427
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19428
19428
 
@@ -19447,9 +19447,9 @@ __webpack_require__.r(__webpack_exports__);
19447
19447
  /***/ }),
19448
19448
 
19449
19449
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js":
19450
- /*!*****************************************************************************************************************************!*\
19451
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js ***!
19452
- \*****************************************************************************************************************************/
19450
+ /*!*********************************************************************************************************************************************************************************************!*\
19451
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js ***!
19452
+ \*********************************************************************************************************************************************************************************************/
19453
19453
  /*! exports provided: isValidHostname */
19454
19454
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19455
19455
 
@@ -19465,9 +19465,9 @@ function isValidHostname(hostname) {
19465
19465
  /***/ }),
19466
19466
 
19467
19467
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/querystring-builder/dist-es/index.js":
19468
- /*!*************************************************************************************************************************!*\
19469
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/querystring-builder/dist-es/index.js ***!
19470
- \*************************************************************************************************************************/
19468
+ /*!*****************************************************************************************************************************************************************************************!*\
19469
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/querystring-builder/dist-es/index.js ***!
19470
+ \*****************************************************************************************************************************************************************************************/
19471
19471
  /*! exports provided: buildQueryString */
19472
19472
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19473
19473
 
@@ -19514,9 +19514,9 @@ function buildQueryString(query) {
19514
19514
  /***/ }),
19515
19515
 
19516
19516
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/querystring-parser/dist-es/index.js":
19517
- /*!************************************************************************************************************************!*\
19518
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/querystring-parser/dist-es/index.js ***!
19519
- \************************************************************************************************************************/
19517
+ /*!****************************************************************************************************************************************************************************************!*\
19518
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/querystring-parser/dist-es/index.js ***!
19519
+ \****************************************************************************************************************************************************************************************/
19520
19520
  /*! exports provided: parseQueryString */
19521
19521
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19522
19522
 
@@ -19564,9 +19564,9 @@ function parseQueryString(querystring) {
19564
19564
  /***/ }),
19565
19565
 
19566
19566
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js":
19567
- /*!**************************************************************************************************************************************!*\
19568
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js ***!
19569
- \**************************************************************************************************************************************/
19567
+ /*!******************************************************************************************************************************************************************************************************!*\
19568
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js ***!
19569
+ \******************************************************************************************************************************************************************************************************/
19570
19570
  /*! exports provided: CLOCK_SKEW_ERROR_CODES, THROTTLING_ERROR_CODES, TRANSIENT_ERROR_CODES, TRANSIENT_ERROR_STATUS_CODES */
19571
19571
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19572
19572
 
@@ -19607,9 +19607,9 @@ var TRANSIENT_ERROR_STATUS_CODES = [500, 502, 503, 504];
19607
19607
  /***/ }),
19608
19608
 
19609
19609
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/service-error-classification/dist-es/index.js":
19610
- /*!**********************************************************************************************************************************!*\
19611
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/service-error-classification/dist-es/index.js ***!
19612
- \**********************************************************************************************************************************/
19610
+ /*!**************************************************************************************************************************************************************************************************!*\
19611
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/service-error-classification/dist-es/index.js ***!
19612
+ \**************************************************************************************************************************************************************************************************/
19613
19613
  /*! exports provided: isRetryableByTrait, isClockSkewError, isThrottlingError, isTransientError */
19614
19614
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19615
19615
 
@@ -19639,9 +19639,9 @@ var isTransientError = function (error) {
19639
19639
  /***/ }),
19640
19640
 
19641
19641
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js":
19642
- /*!************************************************************************************************************************!*\
19643
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js ***!
19644
- \************************************************************************************************************************/
19642
+ /*!****************************************************************************************************************************************************************************************!*\
19643
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js ***!
19644
+ \****************************************************************************************************************************************************************************************/
19645
19645
  /*! exports provided: SignatureV4 */
19646
19646
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19647
19647
 
@@ -19934,9 +19934,9 @@ var getCanonicalHeaderList = function (headers) { return Object.keys(headers).so
19934
19934
  /***/ }),
19935
19935
 
19936
19936
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js":
19937
- /*!*************************************************************************************************************************!*\
19938
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js ***!
19939
- \*************************************************************************************************************************/
19937
+ /*!*****************************************************************************************************************************************************************************************!*\
19938
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js ***!
19939
+ \*****************************************************************************************************************************************************************************************/
19940
19940
  /*! exports provided: cloneRequest, cloneQuery */
19941
19941
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19942
19942
 
@@ -19962,9 +19962,9 @@ var cloneQuery = function (query) {
19962
19962
  /***/ }),
19963
19963
 
19964
19964
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/constants.js":
19965
- /*!**********************************************************************************************************************!*\
19966
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/constants.js ***!
19967
- \**********************************************************************************************************************/
19965
+ /*!**************************************************************************************************************************************************************************************!*\
19966
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/constants.js ***!
19967
+ \**************************************************************************************************************************************************************************************/
19968
19968
  /*! exports provided: ALGORITHM_QUERY_PARAM, CREDENTIAL_QUERY_PARAM, AMZ_DATE_QUERY_PARAM, SIGNED_HEADERS_QUERY_PARAM, EXPIRES_QUERY_PARAM, SIGNATURE_QUERY_PARAM, TOKEN_QUERY_PARAM, REGION_SET_PARAM, AUTH_HEADER, AMZ_DATE_HEADER, DATE_HEADER, GENERATED_HEADERS, SIGNATURE_HEADER, SHA256_HEADER, TOKEN_HEADER, HOST_HEADER, ALWAYS_UNSIGNABLE_HEADERS, PROXY_HEADER_PATTERN, SEC_HEADER_PATTERN, UNSIGNABLE_PATTERNS, ALGORITHM_IDENTIFIER, ALGORITHM_IDENTIFIER_V4A, EVENT_ALGORITHM_IDENTIFIER, UNSIGNED_PAYLOAD, MAX_CACHE_SIZE, KEY_TYPE_IDENTIFIER, MAX_PRESIGNED_TTL */
19969
19969
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
19970
19970
 
@@ -20045,9 +20045,9 @@ var MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7;
20045
20045
  /***/ }),
20046
20046
 
20047
20047
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js":
20048
- /*!*********************************************************************************************************************************!*\
20049
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js ***!
20050
- \*********************************************************************************************************************************/
20048
+ /*!*************************************************************************************************************************************************************************************************!*\
20049
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js ***!
20050
+ \*************************************************************************************************************************************************************************************************/
20051
20051
  /*! exports provided: createScope, getSigningKey, clearCredentialCache */
20052
20052
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20053
20053
 
@@ -20130,9 +20130,9 @@ var hmac = function (ctor, secret, data) {
20130
20130
  /***/ }),
20131
20131
 
20132
20132
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js":
20133
- /*!********************************************************************************************************************************!*\
20134
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js ***!
20135
- \********************************************************************************************************************************/
20133
+ /*!************************************************************************************************************************************************************************************************!*\
20134
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js ***!
20135
+ \************************************************************************************************************************************************************************************************/
20136
20136
  /*! exports provided: getCanonicalHeaders */
20137
20137
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20138
20138
 
@@ -20176,9 +20176,9 @@ var getCanonicalHeaders = function (_a, unsignableHeaders, signableHeaders) {
20176
20176
  /***/ }),
20177
20177
 
20178
20178
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js":
20179
- /*!******************************************************************************************************************************!*\
20180
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js ***!
20181
- \******************************************************************************************************************************/
20179
+ /*!**********************************************************************************************************************************************************************************************!*\
20180
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js ***!
20181
+ \**********************************************************************************************************************************************************************************************/
20182
20182
  /*! exports provided: getCanonicalQuery */
20183
20183
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20184
20184
 
@@ -20236,9 +20236,9 @@ var getCanonicalQuery = function (_a) {
20236
20236
  /***/ }),
20237
20237
 
20238
20238
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js":
20239
- /*!***************************************************************************************************************************!*\
20240
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js ***!
20241
- \***************************************************************************************************************************/
20239
+ /*!*******************************************************************************************************************************************************************************************!*\
20240
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js ***!
20241
+ \*******************************************************************************************************************************************************************************************/
20242
20242
  /*! exports provided: getPayloadHash */
20243
20243
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20244
20244
 
@@ -20295,9 +20295,9 @@ var getPayloadHash = function (_a, hashConstructor) {
20295
20295
  /***/ }),
20296
20296
 
20297
20297
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js":
20298
- /*!***********************************************************************************************************************!*\
20299
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js ***!
20300
- \***********************************************************************************************************************/
20298
+ /*!***************************************************************************************************************************************************************************************!*\
20299
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js ***!
20300
+ \***************************************************************************************************************************************************************************************/
20301
20301
  /*! exports provided: hasHeader, getHeaderValue, deleteHeader */
20302
20302
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20303
20303
 
@@ -20372,9 +20372,9 @@ var deleteHeader = function (soughtHeader, headers) {
20372
20372
  /***/ }),
20373
20373
 
20374
20374
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/index.js":
20375
- /*!******************************************************************************************************************!*\
20376
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/index.js ***!
20377
- \******************************************************************************************************************/
20375
+ /*!**********************************************************************************************************************************************************************************!*\
20376
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/index.js ***!
20377
+ \**********************************************************************************************************************************************************************************/
20378
20378
  /*! exports provided: SignatureV4, getCanonicalHeaders, getCanonicalQuery, getPayloadHash, moveHeadersToQuery, prepareRequest, normalizeCredentialsProvider, normalizeRegionProvider, createScope, getSigningKey, clearCredentialCache */
20379
20379
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20380
20380
 
@@ -20423,9 +20423,9 @@ __webpack_require__.r(__webpack_exports__);
20423
20423
  /***/ }),
20424
20424
 
20425
20425
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js":
20426
- /*!*******************************************************************************************************************************!*\
20427
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js ***!
20428
- \*******************************************************************************************************************************/
20426
+ /*!***********************************************************************************************************************************************************************************************!*\
20427
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js ***!
20428
+ \***********************************************************************************************************************************************************************************************/
20429
20429
  /*! exports provided: moveHeadersToQuery */
20430
20430
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20431
20431
 
@@ -20465,9 +20465,9 @@ var moveHeadersToQuery = function (request, options) {
20465
20465
  /***/ }),
20466
20466
 
20467
20467
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js":
20468
- /*!******************************************************************************************************************************!*\
20469
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js ***!
20470
- \******************************************************************************************************************************/
20468
+ /*!**********************************************************************************************************************************************************************************************!*\
20469
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js ***!
20470
+ \**********************************************************************************************************************************************************************************************/
20471
20471
  /*! exports provided: normalizeRegionProvider, normalizeCredentialsProvider */
20472
20472
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20473
20473
 
@@ -20498,9 +20498,9 @@ var normalizeCredentialsProvider = function (credentials) {
20498
20498
  /***/ }),
20499
20499
 
20500
20500
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js":
20501
- /*!***************************************************************************************************************************!*\
20502
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js ***!
20503
- \***************************************************************************************************************************/
20501
+ /*!*******************************************************************************************************************************************************************************************!*\
20502
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js ***!
20503
+ \*******************************************************************************************************************************************************************************************/
20504
20504
  /*! exports provided: prepareRequest */
20505
20505
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20506
20506
 
@@ -20538,9 +20538,9 @@ var prepareRequest = function (request) {
20538
20538
  /***/ }),
20539
20539
 
20540
20540
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js":
20541
- /*!*********************************************************************************************************************!*\
20542
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js ***!
20543
- \*********************************************************************************************************************/
20541
+ /*!*************************************************************************************************************************************************************************************!*\
20542
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js ***!
20543
+ \*************************************************************************************************************************************************************************************/
20544
20544
  /*! exports provided: iso8601, toDate */
20545
20545
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20546
20546
 
@@ -20570,9 +20570,9 @@ var toDate = function (time) {
20570
20570
  /***/ }),
20571
20571
 
20572
20572
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/client.js":
20573
- /*!********************************************************************************************************************!*\
20574
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/client.js ***!
20575
- \********************************************************************************************************************/
20573
+ /*!************************************************************************************************************************************************************************************!*\
20574
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/client.js ***!
20575
+ \************************************************************************************************************************************************************************************/
20576
20576
  /*! exports provided: Client */
20577
20577
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20578
20578
 
@@ -20611,9 +20611,9 @@ var Client = (function () {
20611
20611
  /***/ }),
20612
20612
 
20613
20613
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/command.js":
20614
- /*!*********************************************************************************************************************!*\
20615
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/command.js ***!
20616
- \*********************************************************************************************************************/
20614
+ /*!*************************************************************************************************************************************************************************************!*\
20615
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/command.js ***!
20616
+ \*************************************************************************************************************************************************************************************/
20617
20617
  /*! exports provided: Command */
20618
20618
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20619
20619
 
@@ -20634,9 +20634,9 @@ var Command = (function () {
20634
20634
  /***/ }),
20635
20635
 
20636
20636
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/constants.js":
20637
- /*!***********************************************************************************************************************!*\
20638
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/constants.js ***!
20639
- \***********************************************************************************************************************/
20637
+ /*!***************************************************************************************************************************************************************************************!*\
20638
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/constants.js ***!
20639
+ \***************************************************************************************************************************************************************************************/
20640
20640
  /*! exports provided: SENSITIVE_STRING */
20641
20641
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20642
20642
 
@@ -20649,9 +20649,9 @@ var SENSITIVE_STRING = "***SensitiveInformation***";
20649
20649
  /***/ }),
20650
20650
 
20651
20651
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js":
20652
- /*!************************************************************************************************************************!*\
20653
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js ***!
20654
- \************************************************************************************************************************/
20652
+ /*!****************************************************************************************************************************************************************************************!*\
20653
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js ***!
20654
+ \****************************************************************************************************************************************************************************************/
20655
20655
  /*! exports provided: dateToUtcString, parseRfc3339DateTime, parseRfc7231DateTime, parseEpochTimestamp */
20656
20656
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20657
20657
 
@@ -20818,9 +20818,9 @@ var stripLeadingZeroes = function (value) {
20818
20818
  /***/ }),
20819
20819
 
20820
20820
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js":
20821
- /*!*********************************************************************************************************************************************!*\
20822
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js ***!
20823
- \*********************************************************************************************************************************************/
20821
+ /*!*************************************************************************************************************************************************************************************************************!*\
20822
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js ***!
20823
+ \*************************************************************************************************************************************************************************************************************/
20824
20824
  /*! exports provided: emitWarningIfUnsupportedVersion */
20825
20825
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20826
20826
 
@@ -20844,9 +20844,9 @@ var emitWarningIfUnsupportedVersion = function (version) {
20844
20844
  /***/ }),
20845
20845
 
20846
20846
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js":
20847
- /*!*******************************************************************************************************************************************!*\
20848
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js ***!
20849
- \*******************************************************************************************************************************************/
20847
+ /*!***********************************************************************************************************************************************************************************************************!*\
20848
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js ***!
20849
+ \***********************************************************************************************************************************************************************************************************/
20850
20850
  /*! exports provided: extendedEncodeURIComponent */
20851
20851
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20852
20852
 
@@ -20863,9 +20863,9 @@ function extendedEncodeURIComponent(str) {
20863
20863
  /***/ }),
20864
20864
 
20865
20865
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js":
20866
- /*!**************************************************************************************************************************************!*\
20867
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js ***!
20868
- \**************************************************************************************************************************************/
20866
+ /*!******************************************************************************************************************************************************************************************************!*\
20867
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js ***!
20868
+ \******************************************************************************************************************************************************************************************************/
20869
20869
  /*! exports provided: getArrayIfSingleItem */
20870
20870
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20871
20871
 
@@ -20880,9 +20880,9 @@ var getArrayIfSingleItem = function (mayBeArray) {
20880
20880
  /***/ }),
20881
20881
 
20882
20882
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js":
20883
- /*!**************************************************************************************************************************************!*\
20884
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js ***!
20885
- \**************************************************************************************************************************************/
20883
+ /*!******************************************************************************************************************************************************************************************************!*\
20884
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js ***!
20885
+ \******************************************************************************************************************************************************************************************************/
20886
20886
  /*! exports provided: getValueFromTextNode */
20887
20887
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20888
20888
 
@@ -20906,9 +20906,9 @@ var getValueFromTextNode = function (obj) {
20906
20906
  /***/ }),
20907
20907
 
20908
20908
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/index.js":
20909
- /*!*******************************************************************************************************************!*\
20910
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/index.js ***!
20911
- \*******************************************************************************************************************/
20909
+ /*!***********************************************************************************************************************************************************************************!*\
20910
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/index.js ***!
20911
+ \***********************************************************************************************************************************************************************************/
20912
20912
  /*! 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 */
20913
20913
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20914
20914
 
@@ -21023,9 +21023,9 @@ __webpack_require__.r(__webpack_exports__);
21023
21023
  /***/ }),
21024
21024
 
21025
21025
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js":
21026
- /*!***********************************************************************************************************************!*\
21027
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js ***!
21028
- \***********************************************************************************************************************/
21026
+ /*!***************************************************************************************************************************************************************************************!*\
21027
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js ***!
21028
+ \***************************************************************************************************************************************************************************************/
21029
21029
  /*! exports provided: StringWrapper, LazyJsonString */
21030
21030
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21031
21031
 
@@ -21079,9 +21079,9 @@ var LazyJsonString = (function (_super) {
21079
21079
  /***/ }),
21080
21080
 
21081
21081
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js":
21082
- /*!*************************************************************************************************************************!*\
21083
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js ***!
21084
- \*************************************************************************************************************************/
21082
+ /*!*****************************************************************************************************************************************************************************************!*\
21083
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js ***!
21084
+ \*****************************************************************************************************************************************************************************************/
21085
21085
  /*! exports provided: 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 */
21086
21086
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21087
21087
 
@@ -21308,9 +21308,9 @@ var strictParseByte = function (value) {
21308
21308
  /***/ }),
21309
21309
 
21310
21310
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js":
21311
- /*!***********************************************************************************************************************!*\
21312
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js ***!
21313
- \***********************************************************************************************************************/
21311
+ /*!***************************************************************************************************************************************************************************************!*\
21312
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js ***!
21313
+ \***************************************************************************************************************************************************************************************/
21314
21314
  /*! exports provided: serializeFloat */
21315
21315
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21316
21316
 
@@ -21335,9 +21335,9 @@ var serializeFloat = function (value) {
21335
21335
  /***/ }),
21336
21336
 
21337
21337
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js":
21338
- /*!*************************************************************************************************************************!*\
21339
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js ***!
21340
- \*************************************************************************************************************************/
21338
+ /*!*****************************************************************************************************************************************************************************************!*\
21339
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js ***!
21340
+ \*****************************************************************************************************************************************************************************************/
21341
21341
  /*! exports provided: splitEvery */
21342
21342
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21343
21343
 
@@ -21376,9 +21376,9 @@ function splitEvery(value, delimiter, numDelimiters) {
21376
21376
  /***/ }),
21377
21377
 
21378
21378
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/url-parser/dist-es/index.js":
21379
- /*!****************************************************************************************************************!*\
21380
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/url-parser/dist-es/index.js ***!
21381
- \****************************************************************************************************************/
21379
+ /*!********************************************************************************************************************************************************************************!*\
21380
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/url-parser/dist-es/index.js ***!
21381
+ \********************************************************************************************************************************************************************************/
21382
21382
  /*! exports provided: parseUrl */
21383
21383
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21384
21384
 
@@ -21406,9 +21406,9 @@ var parseUrl = function (url) {
21406
21406
  /***/ }),
21407
21407
 
21408
21408
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js":
21409
- /*!*************************************************************************************************************************!*\
21410
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js ***!
21411
- \*************************************************************************************************************************/
21409
+ /*!*****************************************************************************************************************************************************************************************!*\
21410
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js ***!
21411
+ \*****************************************************************************************************************************************************************************************/
21412
21412
  /*! exports provided: fromBase64, toBase64 */
21413
21413
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21414
21414
 
@@ -21502,9 +21502,9 @@ function toBase64(input) {
21502
21502
  /***/ }),
21503
21503
 
21504
21504
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js":
21505
- /*!******************************************************************************************************************************!*\
21506
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js ***!
21507
- \******************************************************************************************************************************/
21505
+ /*!**********************************************************************************************************************************************************************************************!*\
21506
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js ***!
21507
+ \**********************************************************************************************************************************************************************************************/
21508
21508
  /*! exports provided: calculateBodyLength */
21509
21509
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21510
21510
 
@@ -21535,9 +21535,9 @@ function calculateBodyLength(body) {
21535
21535
  /***/ }),
21536
21536
 
21537
21537
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js":
21538
- /*!***********************************************************************************************************************!*\
21539
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js ***!
21540
- \***********************************************************************************************************************/
21538
+ /*!***************************************************************************************************************************************************************************************!*\
21539
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js ***!
21540
+ \***************************************************************************************************************************************************************************************/
21541
21541
  /*! exports provided: fromHex, toHex */
21542
21542
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21543
21543
 
@@ -21583,9 +21583,9 @@ function toHex(bytes) {
21583
21583
  /***/ }),
21584
21584
 
21585
21585
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js":
21586
- /*!*******************************************************************************************************************************!*\
21587
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js ***!
21588
- \*******************************************************************************************************************************/
21586
+ /*!***********************************************************************************************************************************************************************************************!*\
21587
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js ***!
21588
+ \***********************************************************************************************************************************************************************************************/
21589
21589
  /*! exports provided: escapeUriPath */
21590
21590
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21591
21591
 
@@ -21600,9 +21600,9 @@ var escapeUriPath = function (uri) { return uri.split("/").map(_escape_uri__WEBP
21600
21600
  /***/ }),
21601
21601
 
21602
21602
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js":
21603
- /*!**************************************************************************************************************************!*\
21604
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js ***!
21605
- \**************************************************************************************************************************/
21603
+ /*!******************************************************************************************************************************************************************************************!*\
21604
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js ***!
21605
+ \******************************************************************************************************************************************************************************************/
21606
21606
  /*! exports provided: escapeUri */
21607
21607
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21608
21608
 
@@ -21618,9 +21618,9 @@ var hexEncode = function (c) { return "%" + c.charCodeAt(0).toString(16).toUpper
21618
21618
  /***/ }),
21619
21619
 
21620
21620
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js":
21621
- /*!*********************************************************************************************************************!*\
21622
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js ***!
21623
- \*********************************************************************************************************************/
21621
+ /*!*************************************************************************************************************************************************************************************!*\
21622
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js ***!
21623
+ \*************************************************************************************************************************************************************************************/
21624
21624
  /*! exports provided: escapeUri, escapeUriPath */
21625
21625
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21626
21626
 
@@ -21639,9 +21639,9 @@ __webpack_require__.r(__webpack_exports__);
21639
21639
  /***/ }),
21640
21640
 
21641
21641
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js":
21642
- /*!*****************************************************************************************************************************!*\
21643
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js ***!
21644
- \*****************************************************************************************************************************/
21642
+ /*!*********************************************************************************************************************************************************************************************!*\
21643
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js ***!
21644
+ \*********************************************************************************************************************************************************************************************/
21645
21645
  /*! exports provided: defaultUserAgent */
21646
21646
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21647
21647
 
@@ -21680,9 +21680,9 @@ var defaultUserAgent = function (_a) {
21680
21680
  /***/ }),
21681
21681
 
21682
21682
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js":
21683
- /*!***********************************************************************************************************************!*\
21684
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js ***!
21685
- \***********************************************************************************************************************/
21683
+ /*!***************************************************************************************************************************************************************************************!*\
21684
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js ***!
21685
+ \***************************************************************************************************************************************************************************************/
21686
21686
  /*! exports provided: fromUtf8, toUtf8 */
21687
21687
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21688
21688
 
@@ -21705,9 +21705,9 @@ var toUtf8 = function (input) {
21705
21705
  /***/ }),
21706
21706
 
21707
21707
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js":
21708
- /*!************************************************************************************************************************!*\
21709
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js ***!
21710
- \************************************************************************************************************************/
21708
+ /*!****************************************************************************************************************************************************************************************!*\
21709
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js ***!
21710
+ \****************************************************************************************************************************************************************************************/
21711
21711
  /*! exports provided: fromUtf8, toUtf8 */
21712
21712
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21713
21713
 
@@ -21762,9 +21762,9 @@ var toUtf8 = function (input) {
21762
21762
  /***/ }),
21763
21763
 
21764
21764
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js":
21765
- /*!***********************************************************************************************************************************!*\
21766
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js ***!
21767
- \***********************************************************************************************************************************/
21765
+ /*!***************************************************************************************************************************************************************************************************!*\
21766
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js ***!
21767
+ \***************************************************************************************************************************************************************************************************/
21768
21768
  /*! exports provided: fromUtf8, toUtf8 */
21769
21769
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21770
21770
 
@@ -21783,9 +21783,9 @@ function toUtf8(input) {
21783
21783
  /***/ }),
21784
21784
 
21785
21785
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/tslib/tslib.es6.js":
21786
- /*!**********************************************************************************************!*\
21787
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/tslib/tslib.es6.js ***!
21788
- \**********************************************************************************************/
21786
+ /*!**************************************************************************************************************************************************************!*\
21787
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/tslib/tslib.es6.js ***!
21788
+ \**************************************************************************************************************************************************************/
21789
21789
  /*! 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 */
21790
21790
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
21791
21791
 
@@ -22059,9 +22059,9 @@ function __classPrivateFieldSet(receiver, state, value, kind, f) {
22059
22059
  /***/ }),
22060
22060
 
22061
22061
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/index.js":
22062
- /*!**********************************************************************************************************!*\
22063
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/index.js ***!
22064
- \**********************************************************************************************************/
22062
+ /*!**************************************************************************************************************************************************************************!*\
22063
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/index.js ***!
22064
+ \**************************************************************************************************************************************************************************/
22065
22065
  /*! exports provided: v1, v3, v4, v5, NIL, version, validate, stringify, parse */
22066
22066
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22067
22067
 
@@ -22107,9 +22107,9 @@ __webpack_require__.r(__webpack_exports__);
22107
22107
  /***/ }),
22108
22108
 
22109
22109
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/md5.js":
22110
- /*!********************************************************************************************************!*\
22111
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/md5.js ***!
22112
- \********************************************************************************************************/
22110
+ /*!************************************************************************************************************************************************************************!*\
22111
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/md5.js ***!
22112
+ \************************************************************************************************************************************************************************/
22113
22113
  /*! exports provided: default */
22114
22114
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22115
22115
 
@@ -22334,9 +22334,9 @@ function md5ii(a, b, c, d, x, s, t) {
22334
22334
  /***/ }),
22335
22335
 
22336
22336
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/nil.js":
22337
- /*!********************************************************************************************************!*\
22338
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/nil.js ***!
22339
- \********************************************************************************************************/
22337
+ /*!************************************************************************************************************************************************************************!*\
22338
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/nil.js ***!
22339
+ \************************************************************************************************************************************************************************/
22340
22340
  /*! exports provided: default */
22341
22341
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22342
22342
 
@@ -22347,9 +22347,9 @@ __webpack_require__.r(__webpack_exports__);
22347
22347
  /***/ }),
22348
22348
 
22349
22349
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/parse.js":
22350
- /*!**********************************************************************************************************!*\
22351
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/parse.js ***!
22352
- \**********************************************************************************************************/
22350
+ /*!**************************************************************************************************************************************************************************!*\
22351
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/parse.js ***!
22352
+ \**************************************************************************************************************************************************************************/
22353
22353
  /*! exports provided: default */
22354
22354
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22355
22355
 
@@ -22395,9 +22395,9 @@ function parse(uuid) {
22395
22395
  /***/ }),
22396
22396
 
22397
22397
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/regex.js":
22398
- /*!**********************************************************************************************************!*\
22399
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/regex.js ***!
22400
- \**********************************************************************************************************/
22398
+ /*!**************************************************************************************************************************************************************************!*\
22399
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/regex.js ***!
22400
+ \**************************************************************************************************************************************************************************/
22401
22401
  /*! exports provided: default */
22402
22402
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22403
22403
 
@@ -22408,9 +22408,9 @@ __webpack_require__.r(__webpack_exports__);
22408
22408
  /***/ }),
22409
22409
 
22410
22410
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/rng.js":
22411
- /*!********************************************************************************************************!*\
22412
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/rng.js ***!
22413
- \********************************************************************************************************/
22411
+ /*!************************************************************************************************************************************************************************!*\
22412
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/rng.js ***!
22413
+ \************************************************************************************************************************************************************************/
22414
22414
  /*! exports provided: default */
22415
22415
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22416
22416
 
@@ -22440,9 +22440,9 @@ function rng() {
22440
22440
  /***/ }),
22441
22441
 
22442
22442
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/sha1.js":
22443
- /*!*********************************************************************************************************!*\
22444
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/sha1.js ***!
22445
- \*********************************************************************************************************/
22443
+ /*!*************************************************************************************************************************************************************************!*\
22444
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/sha1.js ***!
22445
+ \*************************************************************************************************************************************************************************/
22446
22446
  /*! exports provided: default */
22447
22447
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22448
22448
 
@@ -22548,9 +22548,9 @@ function sha1(bytes) {
22548
22548
  /***/ }),
22549
22549
 
22550
22550
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/stringify.js":
22551
- /*!**************************************************************************************************************!*\
22552
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/stringify.js ***!
22553
- \**************************************************************************************************************/
22551
+ /*!******************************************************************************************************************************************************************************!*\
22552
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/stringify.js ***!
22553
+ \******************************************************************************************************************************************************************************/
22554
22554
  /*! exports provided: default */
22555
22555
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22556
22556
 
@@ -22591,9 +22591,9 @@ function stringify(arr) {
22591
22591
  /***/ }),
22592
22592
 
22593
22593
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v1.js":
22594
- /*!*******************************************************************************************************!*\
22595
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v1.js ***!
22596
- \*******************************************************************************************************/
22594
+ /*!***********************************************************************************************************************************************************************!*\
22595
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v1.js ***!
22596
+ \***********************************************************************************************************************************************************************/
22597
22597
  /*! exports provided: default */
22598
22598
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22599
22599
 
@@ -22700,9 +22700,9 @@ function v1(options, buf, offset) {
22700
22700
  /***/ }),
22701
22701
 
22702
22702
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v3.js":
22703
- /*!*******************************************************************************************************!*\
22704
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v3.js ***!
22705
- \*******************************************************************************************************/
22703
+ /*!***********************************************************************************************************************************************************************!*\
22704
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v3.js ***!
22705
+ \***********************************************************************************************************************************************************************/
22706
22706
  /*! exports provided: default */
22707
22707
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22708
22708
 
@@ -22718,9 +22718,9 @@ var v3 = Object(_v35_js__WEBPACK_IMPORTED_MODULE_0__["default"])('v3', 0x30, _md
22718
22718
  /***/ }),
22719
22719
 
22720
22720
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v35.js":
22721
- /*!********************************************************************************************************!*\
22722
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v35.js ***!
22723
- \********************************************************************************************************/
22721
+ /*!************************************************************************************************************************************************************************!*\
22722
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v35.js ***!
22723
+ \************************************************************************************************************************************************************************/
22724
22724
  /*! exports provided: DNS, URL, default */
22725
22725
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22726
22726
 
@@ -22798,9 +22798,9 @@ var URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
22798
22798
  /***/ }),
22799
22799
 
22800
22800
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v4.js":
22801
- /*!*******************************************************************************************************!*\
22802
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v4.js ***!
22803
- \*******************************************************************************************************/
22801
+ /*!***********************************************************************************************************************************************************************!*\
22802
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v4.js ***!
22803
+ \***********************************************************************************************************************************************************************/
22804
22804
  /*! exports provided: default */
22805
22805
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22806
22806
 
@@ -22836,9 +22836,9 @@ function v4(options, buf, offset) {
22836
22836
  /***/ }),
22837
22837
 
22838
22838
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v5.js":
22839
- /*!*******************************************************************************************************!*\
22840
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v5.js ***!
22841
- \*******************************************************************************************************/
22839
+ /*!***********************************************************************************************************************************************************************!*\
22840
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/v5.js ***!
22841
+ \***********************************************************************************************************************************************************************/
22842
22842
  /*! exports provided: default */
22843
22843
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22844
22844
 
@@ -22854,9 +22854,9 @@ var v5 = Object(_v35_js__WEBPACK_IMPORTED_MODULE_0__["default"])('v5', 0x50, _sh
22854
22854
  /***/ }),
22855
22855
 
22856
22856
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/validate.js":
22857
- /*!*************************************************************************************************************!*\
22858
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/validate.js ***!
22859
- \*************************************************************************************************************/
22857
+ /*!*****************************************************************************************************************************************************************************!*\
22858
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/validate.js ***!
22859
+ \*****************************************************************************************************************************************************************************/
22860
22860
  /*! exports provided: default */
22861
22861
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22862
22862
 
@@ -22874,9 +22874,9 @@ function validate(uuid) {
22874
22874
  /***/ }),
22875
22875
 
22876
22876
  /***/ "../../node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/version.js":
22877
- /*!************************************************************************************************************!*\
22878
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/version.js ***!
22879
- \************************************************************************************************************/
22877
+ /*!****************************************************************************************************************************************************************************!*\
22878
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/node_modules/uuid/dist/esm-browser/version.js ***!
22879
+ \****************************************************************************************************************************************************************************/
22880
22880
  /*! exports provided: default */
22881
22881
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22882
22882
 
@@ -22898,9 +22898,9 @@ function version(uuid) {
22898
22898
  /***/ }),
22899
22899
 
22900
22900
  /***/ "../../node_modules/@aws-sdk/client-location/package.json":
22901
- /*!***************************************************************************!*\
22902
- !*** /root/amplify-js/node_modules/@aws-sdk/client-location/package.json ***!
22903
- \***************************************************************************/
22901
+ /*!*******************************************************************************************************************************************!*\
22902
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/client-location/package.json ***!
22903
+ \*******************************************************************************************************************************************/
22904
22904
  /*! exports provided: name, description, version, scripts, main, types, module, sideEffects, dependencies, devDependencies, engines, typesVersions, files, author, license, browser, react-native, homepage, repository, default */
22905
22905
  /***/ (function(module) {
22906
22906
 
@@ -22909,9 +22909,9 @@ module.exports = JSON.parse("{\"name\":\"@aws-sdk/client-location\",\"descriptio
22909
22909
  /***/ }),
22910
22910
 
22911
22911
  /***/ "../../node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js":
22912
- /*!*****************************************************************************************!*\
22913
- !*** /root/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js ***!
22914
- \*****************************************************************************************/
22912
+ /*!*********************************************************************************************************************************************************!*\
22913
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js ***!
22914
+ \*********************************************************************************************************************************************************/
22915
22915
  /*! exports provided: ProviderError, CredentialsProviderError */
22916
22916
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22917
22917
 
@@ -22969,9 +22969,9 @@ var CredentialsProviderError = (function (_super) {
22969
22969
  /***/ }),
22970
22970
 
22971
22971
  /***/ "../../node_modules/@aws-sdk/property-provider/dist-es/chain.js":
22972
- /*!*********************************************************************************!*\
22973
- !*** /root/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/chain.js ***!
22974
- \*********************************************************************************/
22972
+ /*!*************************************************************************************************************************************************!*\
22973
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/chain.js ***!
22974
+ \*************************************************************************************************************************************************/
22975
22975
  /*! exports provided: chain */
22976
22976
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22977
22977
 
@@ -23019,9 +23019,9 @@ function chain() {
23019
23019
  /***/ }),
23020
23020
 
23021
23021
  /***/ "../../node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js":
23022
- /*!**************************************************************************************!*\
23023
- !*** /root/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js ***!
23024
- \**************************************************************************************/
23022
+ /*!******************************************************************************************************************************************************!*\
23023
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js ***!
23024
+ \******************************************************************************************************************************************************/
23025
23025
  /*! exports provided: fromStatic */
23026
23026
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23027
23027
 
@@ -23038,9 +23038,9 @@ var fromStatic = function (staticValue) {
23038
23038
  /***/ }),
23039
23039
 
23040
23040
  /***/ "../../node_modules/@aws-sdk/property-provider/dist-es/index.js":
23041
- /*!*********************************************************************************!*\
23042
- !*** /root/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/index.js ***!
23043
- \*********************************************************************************/
23041
+ /*!*************************************************************************************************************************************************!*\
23042
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/index.js ***!
23043
+ \*************************************************************************************************************************************************/
23044
23044
  /*! exports provided: ProviderError, CredentialsProviderError, chain, fromStatic, memoize */
23045
23045
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23046
23046
 
@@ -23069,9 +23069,9 @@ __webpack_require__.r(__webpack_exports__);
23069
23069
  /***/ }),
23070
23070
 
23071
23071
  /***/ "../../node_modules/@aws-sdk/property-provider/dist-es/memoize.js":
23072
- /*!***********************************************************************************!*\
23073
- !*** /root/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/memoize.js ***!
23074
- \***********************************************************************************/
23072
+ /*!***************************************************************************************************************************************************!*\
23073
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/property-provider/dist-es/memoize.js ***!
23074
+ \***************************************************************************************************************************************************/
23075
23075
  /*! exports provided: memoize */
23076
23076
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23077
23077
 
@@ -23154,9 +23154,9 @@ var memoize = function (provider, isExpired, requiresRefresh) {
23154
23154
  /***/ }),
23155
23155
 
23156
23156
  /***/ "../../node_modules/@aws-sdk/property-provider/node_modules/tslib/tslib.es6.js":
23157
- /*!************************************************************************************************!*\
23158
- !*** /root/amplify-js/node_modules/@aws-sdk/property-provider/node_modules/tslib/tslib.es6.js ***!
23159
- \************************************************************************************************/
23157
+ /*!****************************************************************************************************************************************************************!*\
23158
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/property-provider/node_modules/tslib/tslib.es6.js ***!
23159
+ \****************************************************************************************************************************************************************/
23160
23160
  /*! 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 */
23161
23161
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23162
23162
 
@@ -23430,9 +23430,9 @@ function __classPrivateFieldSet(receiver, state, value, kind, f) {
23430
23430
  /***/ }),
23431
23431
 
23432
23432
  /***/ "../../node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js":
23433
- /*!**********************************************************************************************!*\
23434
- !*** /root/amplify-js/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js ***!
23435
- \**********************************************************************************************/
23433
+ /*!**************************************************************************************************************************************************************!*\
23434
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js ***!
23435
+ \**************************************************************************************************************************************************************/
23436
23436
  /*! exports provided: SelectorType, booleanSelector */
23437
23437
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23438
23438
 
@@ -23459,9 +23459,9 @@ var booleanSelector = function (obj, key, type) {
23459
23459
  /***/ }),
23460
23460
 
23461
23461
  /***/ "../../node_modules/@aws-sdk/util-config-provider/dist-es/index.js":
23462
- /*!************************************************************************************!*\
23463
- !*** /root/amplify-js/node_modules/@aws-sdk/util-config-provider/dist-es/index.js ***!
23464
- \************************************************************************************/
23462
+ /*!****************************************************************************************************************************************************!*\
23463
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/util-config-provider/dist-es/index.js ***!
23464
+ \****************************************************************************************************************************************************/
23465
23465
  /*! exports provided: SelectorType, booleanSelector */
23466
23466
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23467
23467
 
@@ -23478,9 +23478,9 @@ __webpack_require__.r(__webpack_exports__);
23478
23478
  /***/ }),
23479
23479
 
23480
23480
  /***/ "../../node_modules/@aws-sdk/util-locate-window/dist-es/index.js":
23481
- /*!**********************************************************************************!*\
23482
- !*** /root/amplify-js/node_modules/@aws-sdk/util-locate-window/dist-es/index.js ***!
23483
- \**********************************************************************************/
23481
+ /*!**************************************************************************************************************************************************!*\
23482
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/@aws-sdk/util-locate-window/dist-es/index.js ***!
23483
+ \**************************************************************************************************************************************************/
23484
23484
  /*! exports provided: locateWindow */
23485
23485
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
23486
23486
 
@@ -23502,9 +23502,9 @@ function locateWindow() {
23502
23502
  /***/ }),
23503
23503
 
23504
23504
  /***/ "../../node_modules/base64-js/index.js":
23505
- /*!********************************************************!*\
23506
- !*** /root/amplify-js/node_modules/base64-js/index.js ***!
23507
- \********************************************************/
23505
+ /*!************************************************************************************************************************!*\
23506
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/base64-js/index.js ***!
23507
+ \************************************************************************************************************************/
23508
23508
  /*! no static exports found */
23509
23509
  /***/ (function(module, exports, __webpack_require__) {
23510
23510
 
@@ -23664,9 +23664,9 @@ function fromByteArray (uint8) {
23664
23664
  /***/ }),
23665
23665
 
23666
23666
  /***/ "../../node_modules/bowser/es5.js":
23667
- /*!***************************************************!*\
23668
- !*** /root/amplify-js/node_modules/bowser/es5.js ***!
23669
- \***************************************************/
23667
+ /*!*******************************************************************************************************************!*\
23668
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/bowser/es5.js ***!
23669
+ \*******************************************************************************************************************/
23670
23670
  /*! no static exports found */
23671
23671
  /***/ (function(module, exports, __webpack_require__) {
23672
23672
 
@@ -23675,9 +23675,9 @@ function fromByteArray (uint8) {
23675
23675
  /***/ }),
23676
23676
 
23677
23677
  /***/ "../../node_modules/buffer/index.js":
23678
- /*!*****************************************************!*\
23679
- !*** /root/amplify-js/node_modules/buffer/index.js ***!
23680
- \*****************************************************/
23678
+ /*!*********************************************************************************************************************!*\
23679
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/buffer/index.js ***!
23680
+ \*********************************************************************************************************************/
23681
23681
  /*! no static exports found */
23682
23682
  /***/ (function(module, exports, __webpack_require__) {
23683
23683
 
@@ -25477,9 +25477,9 @@ function isnan (val) {
25477
25477
  /***/ }),
25478
25478
 
25479
25479
  /***/ "../../node_modules/camelcase-keys/index.js":
25480
- /*!*************************************************************!*\
25481
- !*** /root/amplify-js/node_modules/camelcase-keys/index.js ***!
25482
- \*************************************************************/
25480
+ /*!*****************************************************************************************************************************!*\
25481
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/camelcase-keys/index.js ***!
25482
+ \*****************************************************************************************************************************/
25483
25483
  /*! no static exports found */
25484
25484
  /***/ (function(module, exports, __webpack_require__) {
25485
25485
 
@@ -25566,9 +25566,9 @@ module.exports = (input, options) => {
25566
25566
  /***/ }),
25567
25567
 
25568
25568
  /***/ "../../node_modules/camelcase-keys/node_modules/map-obj/index.js":
25569
- /*!**********************************************************************************!*\
25570
- !*** /root/amplify-js/node_modules/camelcase-keys/node_modules/map-obj/index.js ***!
25571
- \**********************************************************************************/
25569
+ /*!**************************************************************************************************************************************************!*\
25570
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/camelcase-keys/node_modules/map-obj/index.js ***!
25571
+ \**************************************************************************************************************************************************/
25572
25572
  /*! no static exports found */
25573
25573
  /***/ (function(module, exports, __webpack_require__) {
25574
25574
 
@@ -25646,9 +25646,9 @@ module.exports.mapObjectSkip = mapObjectSkip;
25646
25646
  /***/ }),
25647
25647
 
25648
25648
  /***/ "../../node_modules/camelcase/index.js":
25649
- /*!********************************************************!*\
25650
- !*** /root/amplify-js/node_modules/camelcase/index.js ***!
25651
- \********************************************************/
25649
+ /*!************************************************************************************************************************!*\
25650
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/camelcase/index.js ***!
25651
+ \************************************************************************************************************************/
25652
25652
  /*! no static exports found */
25653
25653
  /***/ (function(module, exports, __webpack_require__) {
25654
25654
 
@@ -25734,9 +25734,9 @@ module.exports.default = camelCase;
25734
25734
  /***/ }),
25735
25735
 
25736
25736
  /***/ "../../node_modules/ieee754/index.js":
25737
- /*!******************************************************!*\
25738
- !*** /root/amplify-js/node_modules/ieee754/index.js ***!
25739
- \******************************************************/
25737
+ /*!**********************************************************************************************************************!*\
25738
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/ieee754/index.js ***!
25739
+ \**********************************************************************************************************************/
25740
25740
  /*! no static exports found */
25741
25741
  /***/ (function(module, exports) {
25742
25742
 
@@ -25830,9 +25830,9 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
25830
25830
  /***/ }),
25831
25831
 
25832
25832
  /***/ "../../node_modules/isarray/index.js":
25833
- /*!******************************************************!*\
25834
- !*** /root/amplify-js/node_modules/isarray/index.js ***!
25835
- \******************************************************/
25833
+ /*!**********************************************************************************************************************!*\
25834
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/isarray/index.js ***!
25835
+ \**********************************************************************************************************************/
25836
25836
  /*! no static exports found */
25837
25837
  /***/ (function(module, exports) {
25838
25838
 
@@ -25846,9 +25846,9 @@ module.exports = Array.isArray || function (arr) {
25846
25846
  /***/ }),
25847
25847
 
25848
25848
  /***/ "../../node_modules/process/browser.js":
25849
- /*!********************************************************!*\
25850
- !*** /root/amplify-js/node_modules/process/browser.js ***!
25851
- \********************************************************/
25849
+ /*!************************************************************************************************************************!*\
25850
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/process/browser.js ***!
25851
+ \************************************************************************************************************************/
25852
25852
  /*! no static exports found */
25853
25853
  /***/ (function(module, exports) {
25854
25854
 
@@ -26041,9 +26041,9 @@ process.umask = function() { return 0; };
26041
26041
  /***/ }),
26042
26042
 
26043
26043
  /***/ "../../node_modules/quick-lru/index.js":
26044
- /*!********************************************************!*\
26045
- !*** /root/amplify-js/node_modules/quick-lru/index.js ***!
26046
- \********************************************************/
26044
+ /*!************************************************************************************************************************!*\
26045
+ !*** /private/var/folders/mk/36m2f9gx7h5bblhkkx68fv1ck8cth9/T/tmp.75LdrxOn/amplify-js/node_modules/quick-lru/index.js ***!
26046
+ \************************************************************************************************************************/
26047
26047
  /*! no static exports found */
26048
26048
  /***/ (function(module, exports, __webpack_require__) {
26049
26049
 
@@ -26212,7 +26212,6 @@ __webpack_require__.r(__webpack_exports__);
26212
26212
  /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
26213
26213
  /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__);
26214
26214
  /* harmony import */ var _Providers_AmazonLocationServiceProvider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Providers/AmazonLocationServiceProvider */ "./lib-esm/Providers/AmazonLocationServiceProvider.js");
26215
- /* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./util */ "./lib-esm/util.js");
26216
26215
  var __awaiter = undefined && undefined.__awaiter || function (thisArg, _arguments, P, generator) {
26217
26216
  function adopt(value) {
26218
26217
  return value instanceof P ? value : new P(function (resolve) {
@@ -26355,33 +26354,6 @@ var __generator = undefined && undefined.__generator || function (thisArg, body)
26355
26354
  };
26356
26355
  }
26357
26356
  };
26358
-
26359
- var __read = undefined && undefined.__read || function (o, n) {
26360
- var m = typeof Symbol === "function" && o[Symbol.iterator];
26361
- if (!m) return o;
26362
- var i = m.call(o),
26363
- r,
26364
- ar = [],
26365
- e;
26366
-
26367
- try {
26368
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) {
26369
- ar.push(r.value);
26370
- }
26371
- } catch (error) {
26372
- e = {
26373
- error: error
26374
- };
26375
- } finally {
26376
- try {
26377
- if (r && !r.done && (m = i["return"])) m.call(i);
26378
- } finally {
26379
- if (e) throw e.error;
26380
- }
26381
- }
26382
-
26383
- return ar;
26384
- };
26385
26357
  /*
26386
26358
  * Copyright 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
26387
26359
  *
@@ -26398,7 +26370,6 @@ var __read = undefined && undefined.__read || function (o, n) {
26398
26370
 
26399
26371
 
26400
26372
 
26401
-
26402
26373
  var logger = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["ConsoleLogger"]('Geo');
26403
26374
  var DEFAULT_PROVIDER = 'AmazonLocationService';
26404
26375
 
@@ -26570,20 +26541,18 @@ function () {
26570
26541
 
26571
26542
  GeoClass.prototype.searchByCoordinates = function (coordinates, options) {
26572
26543
  return __awaiter(this, void 0, void 0, function () {
26573
- var _a, providerName, prov, _b, lng, lat, error_2;
26544
+ var _a, providerName, prov, error_2;
26574
26545
 
26575
- return __generator(this, function (_c) {
26576
- switch (_c.label) {
26546
+ return __generator(this, function (_b) {
26547
+ switch (_b.label) {
26577
26548
  case 0:
26578
26549
  _a = (options || {}).providerName, providerName = _a === void 0 ? DEFAULT_PROVIDER : _a;
26579
26550
  prov = this.getPluggable(providerName);
26580
- _b = __read(coordinates, 2), lng = _b[0], lat = _b[1];
26581
- _c.label = 1;
26551
+ _b.label = 1;
26582
26552
 
26583
26553
  case 1:
26584
- _c.trys.push([1, 3,, 4]);
26554
+ _b.trys.push([1, 3,, 4]);
26585
26555
 
26586
- Object(_util__WEBPACK_IMPORTED_MODULE_2__["validateCoordinates"])(lng, lat);
26587
26556
  return [4
26588
26557
  /*yield*/
26589
26558
  , prov.searchByCoordinates(coordinates, options)];
@@ -26591,10 +26560,10 @@ function () {
26591
26560
  case 2:
26592
26561
  return [2
26593
26562
  /*return*/
26594
- , _c.sent()];
26563
+ , _b.sent()];
26595
26564
 
26596
26565
  case 3:
26597
- error_2 = _c.sent();
26566
+ error_2 = _b.sent();
26598
26567
  logger.debug(error_2);
26599
26568
  throw error_2;
26600
26569
 
@@ -26606,276 +26575,63 @@ function () {
26606
26575
  });
26607
26576
  });
26608
26577
  };
26609
- /**
26610
- * Create geofences
26611
- * @param geofences - Single or array of geofence objects to create
26612
- * @param options? - Optional parameters for creating geofences
26613
- * @returns {Promise<SaveGeofencesResults>} - Promise that resolves to an object with:
26614
- * successes: list of geofences successfully created
26615
- * errors: list of geofences that failed to create
26616
- */
26617
-
26618
-
26619
- GeoClass.prototype.saveGeofences = function (geofences, options) {
26620
- return __awaiter(this, void 0, void 0, function () {
26621
- var _a, providerName, prov, geofenceInputArray, error_3;
26622
-
26623
- return __generator(this, function (_b) {
26624
- switch (_b.label) {
26625
- case 0:
26626
- _a = (options || {}).providerName, providerName = _a === void 0 ? DEFAULT_PROVIDER : _a;
26627
- prov = this.getPluggable(providerName);
26628
26578
 
26629
- if (!Array.isArray(geofences)) {
26630
- geofenceInputArray = [geofences];
26631
- } else {
26632
- geofenceInputArray = geofences;
26633
- }
26634
-
26635
- _b.label = 1;
26636
-
26637
- case 1:
26638
- _b.trys.push([1, 3,, 4]); // Validate all geofences are unique and valid before calling Provider
26579
+ GeoClass.MODULE = 'Geo';
26580
+ return GeoClass;
26581
+ }();
26639
26582
 
26640
26583
 
26641
- Object(_util__WEBPACK_IMPORTED_MODULE_2__["validateGeofences"])(geofenceInputArray);
26642
- return [4
26643
- /*yield*/
26644
- , prov.saveGeofences(geofenceInputArray, options)];
26584
+ var Geo = new GeoClass();
26585
+ _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["Amplify"].register(Geo);
26645
26586
 
26646
- case 2:
26647
- return [2
26648
- /*return*/
26649
- , _b.sent()];
26587
+ /***/ }),
26650
26588
 
26651
- case 3:
26652
- error_3 = _b.sent();
26653
- logger.debug(error_3);
26654
- throw error_3;
26589
+ /***/ "./lib-esm/Providers/AmazonLocationServiceProvider.js":
26590
+ /*!************************************************************!*\
26591
+ !*** ./lib-esm/Providers/AmazonLocationServiceProvider.js ***!
26592
+ \************************************************************/
26593
+ /*! exports provided: AmazonLocationServiceProvider */
26594
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
26655
26595
 
26656
- case 4:
26657
- return [2
26658
- /*return*/
26659
- ];
26660
- }
26661
- });
26596
+ "use strict";
26597
+ __webpack_require__.r(__webpack_exports__);
26598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AmazonLocationServiceProvider", function() { return AmazonLocationServiceProvider; });
26599
+ /* harmony import */ var camelcase_keys__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! camelcase-keys */ "../../node_modules/camelcase-keys/index.js");
26600
+ /* harmony import */ var camelcase_keys__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(camelcase_keys__WEBPACK_IMPORTED_MODULE_0__);
26601
+ /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
26602
+ /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__);
26603
+ /* harmony import */ var _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @aws-sdk/client-location */ "../../node_modules/@aws-sdk/client-location/dist-es/index.js");
26604
+ var __awaiter = undefined && undefined.__awaiter || function (thisArg, _arguments, P, generator) {
26605
+ function adopt(value) {
26606
+ return value instanceof P ? value : new P(function (resolve) {
26607
+ resolve(value);
26662
26608
  });
26663
- };
26664
- /**
26665
- * Get a single geofence by geofenceId
26666
- * @param geofenceId: string
26667
- * @param options?: GeofenceOptions
26668
- * @returns Promise<Geofence> - Promise that resolves to a geofence object
26669
- */
26670
-
26671
-
26672
- GeoClass.prototype.getGeofence = function (geofenceId, options) {
26673
- return __awaiter(this, void 0, void 0, function () {
26674
- var _a, providerName, prov, error_4;
26609
+ }
26675
26610
 
26676
- return __generator(this, function (_b) {
26677
- switch (_b.label) {
26678
- case 0:
26679
- _a = (options || {}).providerName, providerName = _a === void 0 ? DEFAULT_PROVIDER : _a;
26680
- prov = this.getPluggable(providerName);
26681
- _b.label = 1;
26611
+ return new (P || (P = Promise))(function (resolve, reject) {
26612
+ function fulfilled(value) {
26613
+ try {
26614
+ step(generator.next(value));
26615
+ } catch (e) {
26616
+ reject(e);
26617
+ }
26618
+ }
26682
26619
 
26683
- case 1:
26684
- _b.trys.push([1, 3,, 4]); // Validate geofenceId is valid before calling Provider
26620
+ function rejected(value) {
26621
+ try {
26622
+ step(generator["throw"](value));
26623
+ } catch (e) {
26624
+ reject(e);
26625
+ }
26626
+ }
26685
26627
 
26628
+ function step(result) {
26629
+ result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
26630
+ }
26686
26631
 
26687
- Object(_util__WEBPACK_IMPORTED_MODULE_2__["validateGeofenceId"])(geofenceId);
26688
- return [4
26689
- /*yield*/
26690
- , prov.getGeofence(geofenceId, options)];
26691
-
26692
- case 2:
26693
- return [2
26694
- /*return*/
26695
- , _b.sent()];
26696
-
26697
- case 3:
26698
- error_4 = _b.sent();
26699
- logger.debug(error_4);
26700
- throw error_4;
26701
-
26702
- case 4:
26703
- return [2
26704
- /*return*/
26705
- ];
26706
- }
26707
- });
26708
- });
26709
- };
26710
- /**
26711
- * List geofences
26712
- * @param options?: ListGeofenceOptions
26713
- * @returns {Promise<ListGeofencesResults>} - Promise that resolves to an object with:
26714
- * entries: list of geofences - 100 geofences are listed per page
26715
- * nextToken: token for next page of geofences
26716
- */
26717
-
26718
-
26719
- GeoClass.prototype.listGeofences = function (options) {
26720
- return __awaiter(this, void 0, void 0, function () {
26721
- var _a, providerName, prov, error_5;
26722
-
26723
- return __generator(this, function (_b) {
26724
- switch (_b.label) {
26725
- case 0:
26726
- _a = (options || {}).providerName, providerName = _a === void 0 ? DEFAULT_PROVIDER : _a;
26727
- prov = this.getPluggable(providerName);
26728
- _b.label = 1;
26729
-
26730
- case 1:
26731
- _b.trys.push([1, 3,, 4]);
26732
-
26733
- return [4
26734
- /*yield*/
26735
- , prov.listGeofences(options)];
26736
-
26737
- case 2:
26738
- return [2
26739
- /*return*/
26740
- , _b.sent()];
26741
-
26742
- case 3:
26743
- error_5 = _b.sent();
26744
- logger.debug(error_5);
26745
- throw error_5;
26746
-
26747
- case 4:
26748
- return [2
26749
- /*return*/
26750
- ];
26751
- }
26752
- });
26753
- });
26754
- };
26755
- /**
26756
- * Delete geofences
26757
- * @param geofenceIds: string|string[]
26758
- * @param options?: GeofenceOptions
26759
- * @returns {Promise<DeleteGeofencesResults>} - Promise that resolves to an object with:
26760
- * successes: list of geofences successfully deleted
26761
- * errors: list of geofences that failed to delete
26762
- */
26763
-
26764
-
26765
- GeoClass.prototype.deleteGeofences = function (geofenceIds, options) {
26766
- return __awaiter(this, void 0, void 0, function () {
26767
- var _a, providerName, prov, geofenceIdsInputArray, badGeofenceIds, errorString, error_6;
26768
-
26769
- return __generator(this, function (_b) {
26770
- switch (_b.label) {
26771
- case 0:
26772
- _a = (options || {}).providerName, providerName = _a === void 0 ? DEFAULT_PROVIDER : _a;
26773
- prov = this.getPluggable(providerName);
26774
-
26775
- if (!Array.isArray(geofenceIds)) {
26776
- geofenceIdsInputArray = [geofenceIds];
26777
- } else {
26778
- geofenceIdsInputArray = geofenceIds;
26779
- }
26780
-
26781
- badGeofenceIds = geofenceIdsInputArray.filter(function (geofenceId) {
26782
- try {
26783
- Object(_util__WEBPACK_IMPORTED_MODULE_2__["validateGeofenceId"])(geofenceId);
26784
- } catch (error) {
26785
- return false;
26786
- }
26787
- });
26788
-
26789
- if (badGeofenceIds.length > 0) {
26790
- errorString = "Invalid geofence ids: " + badGeofenceIds;
26791
- logger.debug(errorString);
26792
- throw new Error(errorString);
26793
- }
26794
-
26795
- _b.label = 1;
26796
-
26797
- case 1:
26798
- _b.trys.push([1, 3,, 4]);
26799
-
26800
- return [4
26801
- /*yield*/
26802
- , prov.deleteGeofences(geofenceIdsInputArray, options)];
26803
-
26804
- case 2:
26805
- return [2
26806
- /*return*/
26807
- , _b.sent()];
26808
-
26809
- case 3:
26810
- error_6 = _b.sent();
26811
- logger.debug(error_6);
26812
- throw error_6;
26813
-
26814
- case 4:
26815
- return [2
26816
- /*return*/
26817
- ];
26818
- }
26819
- });
26820
- });
26821
- };
26822
-
26823
- GeoClass.MODULE = 'Geo';
26824
- return GeoClass;
26825
- }();
26826
-
26827
-
26828
- var Geo = new GeoClass();
26829
- _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["Amplify"].register(Geo);
26830
-
26831
- /***/ }),
26832
-
26833
- /***/ "./lib-esm/Providers/AmazonLocationServiceProvider.js":
26834
- /*!************************************************************!*\
26835
- !*** ./lib-esm/Providers/AmazonLocationServiceProvider.js ***!
26836
- \************************************************************/
26837
- /*! exports provided: AmazonLocationServiceProvider */
26838
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
26839
-
26840
- "use strict";
26841
- __webpack_require__.r(__webpack_exports__);
26842
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AmazonLocationServiceProvider", function() { return AmazonLocationServiceProvider; });
26843
- /* harmony import */ var camelcase_keys__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! camelcase-keys */ "../../node_modules/camelcase-keys/index.js");
26844
- /* harmony import */ var camelcase_keys__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(camelcase_keys__WEBPACK_IMPORTED_MODULE_0__);
26845
- /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
26846
- /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__);
26847
- /* harmony import */ var _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @aws-sdk/client-location */ "../../node_modules/@aws-sdk/client-location/dist-es/index.js");
26848
- var __awaiter = undefined && undefined.__awaiter || function (thisArg, _arguments, P, generator) {
26849
- function adopt(value) {
26850
- return value instanceof P ? value : new P(function (resolve) {
26851
- resolve(value);
26852
- });
26853
- }
26854
-
26855
- return new (P || (P = Promise))(function (resolve, reject) {
26856
- function fulfilled(value) {
26857
- try {
26858
- step(generator.next(value));
26859
- } catch (e) {
26860
- reject(e);
26861
- }
26862
- }
26863
-
26864
- function rejected(value) {
26865
- try {
26866
- step(generator["throw"](value));
26867
- } catch (e) {
26868
- reject(e);
26869
- }
26870
- }
26871
-
26872
- function step(result) {
26873
- result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
26874
- }
26875
-
26876
- step((generator = generator.apply(thisArg, _arguments || [])).next());
26877
- });
26878
- };
26632
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
26633
+ });
26634
+ };
26879
26635
 
26880
26636
  var __generator = undefined && undefined.__generator || function (thisArg, body) {
26881
26637
  var _ = {
@@ -26987,41 +26743,6 @@ var __generator = undefined && undefined.__generator || function (thisArg, body)
26987
26743
  };
26988
26744
  }
26989
26745
  };
26990
-
26991
- var __read = undefined && undefined.__read || function (o, n) {
26992
- var m = typeof Symbol === "function" && o[Symbol.iterator];
26993
- if (!m) return o;
26994
- var i = m.call(o),
26995
- r,
26996
- ar = [],
26997
- e;
26998
-
26999
- try {
27000
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) {
27001
- ar.push(r.value);
27002
- }
27003
- } catch (error) {
27004
- e = {
27005
- error: error
27006
- };
27007
- } finally {
27008
- try {
27009
- if (r && !r.done && (m = i["return"])) m.call(i);
27010
- } finally {
27011
- if (e) throw e.error;
27012
- }
27013
- }
27014
-
27015
- return ar;
27016
- };
27017
-
27018
- var __spread = undefined && undefined.__spread || function () {
27019
- for (var ar = [], i = 0; i < arguments.length; i++) {
27020
- ar = ar.concat(__read(arguments[i]));
27021
- }
27022
-
27023
- return ar;
27024
- };
27025
26746
  /*
27026
26747
  * Copyright 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
27027
26748
  *
@@ -27296,604 +27017,80 @@ function () {
27296
27017
  });
27297
27018
  };
27298
27019
  /**
27299
- * Create geofences inside of a geofence collection
27300
- * @param geofences - Array of geofence objects to create
27301
- * @param options? - Optional parameters for creating geofences
27302
- * @returns {Promise<AmazonLocationServiceSaveGeofencesResults>} - Promise that resolves to an object with:
27303
- * successes: list of geofences successfully created
27304
- * errors: list of geofences that failed to create
27020
+ * @private
27305
27021
  */
27306
27022
 
27307
27023
 
27308
- AmazonLocationServiceProvider.prototype.saveGeofences = function (geofences, options) {
27024
+ AmazonLocationServiceProvider.prototype._ensureCredentials = function () {
27309
27025
  return __awaiter(this, void 0, void 0, function () {
27310
- var credentialsOK, PascalGeofences, results, batches;
27311
-
27312
- var _this = this;
27313
-
27026
+ var credentials, cred, error_3;
27314
27027
  return __generator(this, function (_a) {
27315
27028
  switch (_a.label) {
27316
27029
  case 0:
27317
- return [4
27318
- /*yield*/
27319
- , this._ensureCredentials()];
27320
-
27321
- case 1:
27322
- credentialsOK = _a.sent();
27323
-
27324
- if (!credentialsOK) {
27325
- throw new Error('No credentials');
27326
- }
27327
-
27328
- try {
27329
- this._verifyGeofenceCollections(options === null || options === void 0 ? void 0 : options.collectionName);
27330
- } catch (error) {
27331
- logger.debug(error);
27332
- throw error;
27333
- }
27334
-
27335
- PascalGeofences = geofences.map(function (_a) {
27336
- var geofenceId = _a.geofenceId,
27337
- polygon = _a.geometry.polygon;
27338
- return {
27339
- GeofenceId: geofenceId,
27340
- Geometry: {
27341
- Polygon: polygon
27342
- }
27343
- };
27344
- });
27345
- results = {
27346
- successes: [],
27347
- errors: []
27348
- };
27349
- batches = [];
27350
-
27351
- while (PascalGeofences.length > 0) {
27352
- // Splice off 10 geofences from input clone due to Amazon Location Service API limit
27353
- batches.push(PascalGeofences.splice(0, 10));
27354
- }
27030
+ _a.trys.push([0, 2,, 3]);
27355
27031
 
27356
27032
  return [4
27357
27033
  /*yield*/
27358
- , Promise.all(batches.map(function (batch) {
27359
- return __awaiter(_this, void 0, void 0, function () {
27360
- var response, error_3;
27361
- return __generator(this, function (_a) {
27362
- switch (_a.label) {
27363
- case 0:
27364
- _a.trys.push([0, 2,, 3]);
27365
-
27366
- return [4
27367
- /*yield*/
27368
- , this._AmazonLocationServiceBatchPutGeofenceCall(batch, (options === null || options === void 0 ? void 0 : options.collectionName) || this._config.geofenceCollections["default"])];
27369
-
27370
- case 1:
27371
- response = _a.sent();
27372
- return [3
27373
- /*break*/
27374
- , 3];
27375
-
27376
- case 2:
27377
- error_3 = _a.sent(); // If the API call fails, add the geofences to the errors array and move to next batch
27378
-
27379
- batch.forEach(function (geofence) {
27380
- results.errors.push({
27381
- geofenceId: geofence.GeofenceId,
27382
- error: {
27383
- code: 'APIConnectionError',
27384
- message: error_3.message
27385
- }
27386
- });
27387
- });
27388
- return [2
27389
- /*return*/
27390
- ];
27034
+ , _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["Credentials"].get()];
27391
27035
 
27392
- case 3:
27393
- // Push all successes to results
27394
- response.Successes.forEach(function (success) {
27395
- var GeofenceId = success.GeofenceId,
27396
- CreateTime = success.CreateTime,
27397
- UpdateTime = success.UpdateTime;
27398
- results.successes.push({
27399
- geofenceId: GeofenceId,
27400
- createTime: CreateTime,
27401
- updateTime: UpdateTime
27402
- });
27403
- }); // Push all errors to results
27404
-
27405
- response.Errors.forEach(function (error) {
27406
- var _a = error.Error,
27407
- Code = _a.Code,
27408
- Message = _a.Message,
27409
- GeofenceId = error.GeofenceId;
27410
- results.errors.push({
27411
- error: {
27412
- code: Code,
27413
- message: Message
27414
- },
27415
- geofenceId: GeofenceId
27416
- });
27417
- });
27418
- return [2
27419
- /*return*/
27420
- ];
27421
- }
27422
- });
27423
- });
27424
- }))];
27036
+ case 1:
27037
+ credentials = _a.sent();
27038
+ if (!credentials) return [2
27039
+ /*return*/
27040
+ , false];
27041
+ cred = _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["Credentials"].shear(credentials);
27042
+ logger.debug('Set credentials for storage. Credentials are:', cred);
27043
+ this._config.credentials = cred;
27044
+ return [2
27045
+ /*return*/
27046
+ , true];
27425
27047
 
27426
27048
  case 2:
27427
- _a.sent();
27049
+ error_3 = _a.sent();
27050
+ logger.warn('Ensure credentials error. Credentials are:', error_3);
27051
+ return [2
27052
+ /*return*/
27053
+ , false];
27428
27054
 
27055
+ case 3:
27429
27056
  return [2
27430
27057
  /*return*/
27431
- , results];
27058
+ ];
27432
27059
  }
27433
27060
  });
27434
27061
  });
27435
27062
  };
27436
- /**
27437
- * Get geofence from a geofence collection
27438
- * @param geofenceId:string
27439
- * @param options?: Optional parameters for getGeofence
27440
- * @returns {Promise<AmazonLocationServiceGeofence>} - Promise that resolves to a geofence object
27441
- */
27442
-
27443
27063
 
27444
- AmazonLocationServiceProvider.prototype.getGeofence = function (geofenceId, options) {
27445
- return __awaiter(this, void 0, void 0, function () {
27446
- var credentialsOK, client, commandInput, command, response, error_4, GeofenceId, CreateTime, UpdateTime, Status, Geometry, geofence;
27447
- return __generator(this, function (_a) {
27448
- switch (_a.label) {
27449
- case 0:
27450
- return [4
27451
- /*yield*/
27452
- , this._ensureCredentials()];
27064
+ AmazonLocationServiceProvider.prototype._verifyMapResources = function () {
27065
+ if (!this._config.maps) {
27066
+ var errorString = "No map resources found in amplify config, run 'amplify add geo' to create them and ensure to run `amplify push` after";
27067
+ logger.warn(errorString);
27068
+ throw new Error(errorString);
27069
+ }
27453
27070
 
27454
- case 1:
27455
- credentialsOK = _a.sent();
27071
+ if (!this._config.maps["default"]) {
27072
+ var errorString = "No default map resource found in amplify config, run 'amplify add geo' to create one and ensure to run `amplify push` after";
27073
+ logger.warn(errorString);
27074
+ throw new Error(errorString);
27075
+ }
27076
+ };
27456
27077
 
27457
- if (!credentialsOK) {
27458
- throw new Error('No credentials');
27459
- } // Verify geofence collection exists in aws-config.js
27078
+ AmazonLocationServiceProvider.prototype._verifySearchIndex = function (optionalSearchIndex) {
27079
+ if ((!this._config.search_indices || !this._config.search_indices["default"]) && !optionalSearchIndex) {
27080
+ var errorString = 'No Search Index found, please run `amplify add geo` to add one and ensure to run `amplify push` after.';
27081
+ logger.warn(errorString);
27082
+ throw new Error(errorString);
27083
+ }
27084
+ };
27460
27085
 
27086
+ AmazonLocationServiceProvider.CATEGORY = 'Geo';
27087
+ AmazonLocationServiceProvider.PROVIDER_NAME = 'AmazonLocationService';
27088
+ return AmazonLocationServiceProvider;
27089
+ }();
27461
27090
 
27462
- try {
27463
- this._verifyGeofenceCollections(options === null || options === void 0 ? void 0 : options.collectionName);
27464
- } catch (error) {
27465
- logger.debug(error);
27466
- throw error;
27467
- }
27468
27091
 
27469
- client = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["LocationClient"]({
27470
- credentials: this._config.credentials,
27471
- region: this._config.region,
27472
- customUserAgent: Object(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["getAmplifyUserAgent"])()
27473
- });
27474
- commandInput = {
27475
- GeofenceId: geofenceId,
27476
- CollectionName: (options === null || options === void 0 ? void 0 : options.collectionName) || this._config.geofenceCollections["default"]
27477
- };
27478
- command = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["GetGeofenceCommand"](commandInput);
27479
- _a.label = 2;
27480
27092
 
27481
- case 2:
27482
- _a.trys.push([2, 4,, 5]);
27483
-
27484
- return [4
27485
- /*yield*/
27486
- , client.send(command)];
27487
-
27488
- case 3:
27489
- response = _a.sent();
27490
- return [3
27491
- /*break*/
27492
- , 5];
27493
-
27494
- case 4:
27495
- error_4 = _a.sent();
27496
- logger.debug(error_4);
27497
- throw error_4;
27498
-
27499
- case 5:
27500
- GeofenceId = response.GeofenceId, CreateTime = response.CreateTime, UpdateTime = response.UpdateTime, Status = response.Status, Geometry = response.Geometry;
27501
- geofence = {
27502
- createTime: CreateTime,
27503
- geofenceId: GeofenceId,
27504
- geometry: {
27505
- polygon: Geometry.Polygon
27506
- },
27507
- status: Status,
27508
- updateTime: UpdateTime
27509
- };
27510
- return [2
27511
- /*return*/
27512
- , geofence];
27513
- }
27514
- });
27515
- });
27516
- };
27517
- /**
27518
- * List geofences from a geofence collection
27519
- * @param options?: ListGeofenceOptions
27520
- * @returns {Promise<ListGeofencesResults>} - Promise that resolves to an object with:
27521
- * entries: list of geofences - 100 geofences are listed per page
27522
- * nextToken: token for next page of geofences
27523
- */
27524
-
27525
-
27526
- AmazonLocationServiceProvider.prototype.listGeofences = function (options) {
27527
- return __awaiter(this, void 0, void 0, function () {
27528
- var credentialsOK, client, listGeofencesInput, command, response, error_5, NextToken, Entries, results;
27529
- return __generator(this, function (_a) {
27530
- switch (_a.label) {
27531
- case 0:
27532
- return [4
27533
- /*yield*/
27534
- , this._ensureCredentials()];
27535
-
27536
- case 1:
27537
- credentialsOK = _a.sent();
27538
-
27539
- if (!credentialsOK) {
27540
- throw new Error('No credentials');
27541
- } // Verify geofence collection exists in aws-config.js
27542
-
27543
-
27544
- try {
27545
- this._verifyGeofenceCollections(options === null || options === void 0 ? void 0 : options.collectionName);
27546
- } catch (error) {
27547
- logger.debug(error);
27548
- throw error;
27549
- }
27550
-
27551
- client = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["LocationClient"]({
27552
- credentials: this._config.credentials,
27553
- region: this._config.region,
27554
- customUserAgent: Object(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["getAmplifyUserAgent"])()
27555
- });
27556
- listGeofencesInput = {
27557
- NextToken: options === null || options === void 0 ? void 0 : options.nextToken,
27558
- CollectionName: (options === null || options === void 0 ? void 0 : options.collectionName) || this._config.geofenceCollections["default"]
27559
- };
27560
- command = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["ListGeofencesCommand"](listGeofencesInput);
27561
- _a.label = 2;
27562
-
27563
- case 2:
27564
- _a.trys.push([2, 4,, 5]);
27565
-
27566
- return [4
27567
- /*yield*/
27568
- , client.send(command)];
27569
-
27570
- case 3:
27571
- response = _a.sent();
27572
- return [3
27573
- /*break*/
27574
- , 5];
27575
-
27576
- case 4:
27577
- error_5 = _a.sent();
27578
- logger.debug(error_5);
27579
- throw error_5;
27580
-
27581
- case 5:
27582
- NextToken = response.NextToken, Entries = response.Entries;
27583
- results = {
27584
- entries: Entries.map(function (_a) {
27585
- var GeofenceId = _a.GeofenceId,
27586
- CreateTime = _a.CreateTime,
27587
- UpdateTime = _a.UpdateTime,
27588
- Status = _a.Status,
27589
- Polygon = _a.Geometry.Polygon;
27590
- return {
27591
- geofenceId: GeofenceId,
27592
- createTime: CreateTime,
27593
- updateTime: UpdateTime,
27594
- status: Status,
27595
- geometry: {
27596
- polygon: Polygon
27597
- }
27598
- };
27599
- }),
27600
- nextToken: NextToken
27601
- };
27602
- return [2
27603
- /*return*/
27604
- , results];
27605
- }
27606
- });
27607
- });
27608
- };
27609
- /**
27610
- * Delete geofences from a geofence collection
27611
- * @param geofenceIds: string|string[]
27612
- * @param options?: GeofenceOptions
27613
- * @returns {Promise<DeleteGeofencesResults>} - Promise that resolves to an object with:
27614
- * successes: list of geofences successfully deleted
27615
- * errors: list of geofences that failed to delete
27616
- */
27617
-
27618
-
27619
- AmazonLocationServiceProvider.prototype.deleteGeofences = function (geofenceIds, options) {
27620
- return __awaiter(this, void 0, void 0, function () {
27621
- var credentialsOK, results, batches, count;
27622
-
27623
- var _this = this;
27624
-
27625
- return __generator(this, function (_a) {
27626
- switch (_a.label) {
27627
- case 0:
27628
- return [4
27629
- /*yield*/
27630
- , this._ensureCredentials()];
27631
-
27632
- case 1:
27633
- credentialsOK = _a.sent();
27634
-
27635
- if (!credentialsOK) {
27636
- throw new Error('No credentials');
27637
- } // Verify geofence collection exists in aws-config.js
27638
-
27639
-
27640
- try {
27641
- this._verifyGeofenceCollections(options === null || options === void 0 ? void 0 : options.collectionName);
27642
- } catch (error) {
27643
- logger.debug(error);
27644
- throw error;
27645
- }
27646
-
27647
- results = {
27648
- successes: [],
27649
- errors: []
27650
- };
27651
- batches = [];
27652
- count = 0;
27653
-
27654
- while (count < geofenceIds.length) {
27655
- batches.push(geofenceIds.slice(count, count += 10));
27656
- }
27657
-
27658
- return [4
27659
- /*yield*/
27660
- , Promise.all(batches.map(function (batch) {
27661
- return __awaiter(_this, void 0, void 0, function () {
27662
- var response, error_6, badGeofenceIds;
27663
-
27664
- var _a;
27665
-
27666
- return __generator(this, function (_b) {
27667
- switch (_b.label) {
27668
- case 0:
27669
- _b.trys.push([0, 2,, 3]);
27670
-
27671
- return [4
27672
- /*yield*/
27673
- , this._AmazonLocationServiceBatchDeleteGeofenceCall(batch, (options === null || options === void 0 ? void 0 : options.collectionName) || this._config.geofenceCollections["default"])];
27674
-
27675
- case 1:
27676
- response = _b.sent();
27677
- return [3
27678
- /*break*/
27679
- , 3];
27680
-
27681
- case 2:
27682
- error_6 = _b.sent(); // If the API call fails, add the geofences to the errors array and move to next batch
27683
-
27684
- batch.forEach(function (geofenceId) {
27685
- var errorObject = {
27686
- geofenceId: geofenceId,
27687
- error: {
27688
- code: error_6.message,
27689
- message: error_6.message
27690
- }
27691
- };
27692
- results.errors.push(errorObject);
27693
- });
27694
- return [2
27695
- /*return*/
27696
- ];
27697
-
27698
- case 3:
27699
- badGeofenceIds = response.Errors.map(function (_a) {
27700
- var geofenceId = _a.geofenceId;
27701
- return geofenceId;
27702
- });
27703
-
27704
- (_a = results.successes).push.apply(_a, __spread(batch.filter(function (Id) {
27705
- return !badGeofenceIds.includes(Id);
27706
- })));
27707
-
27708
- return [2
27709
- /*return*/
27710
- ];
27711
- }
27712
- });
27713
- });
27714
- }))];
27715
-
27716
- case 2:
27717
- _a.sent();
27718
-
27719
- return [2
27720
- /*return*/
27721
- , results];
27722
- }
27723
- });
27724
- });
27725
- };
27726
- /**
27727
- * @private
27728
- */
27729
-
27730
-
27731
- AmazonLocationServiceProvider.prototype._ensureCredentials = function () {
27732
- return __awaiter(this, void 0, void 0, function () {
27733
- var credentials, cred, error_7;
27734
- return __generator(this, function (_a) {
27735
- switch (_a.label) {
27736
- case 0:
27737
- _a.trys.push([0, 2,, 3]);
27738
-
27739
- return [4
27740
- /*yield*/
27741
- , _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["Credentials"].get()];
27742
-
27743
- case 1:
27744
- credentials = _a.sent();
27745
- if (!credentials) return [2
27746
- /*return*/
27747
- , false];
27748
- cred = _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["Credentials"].shear(credentials);
27749
- logger.debug('Set credentials for storage. Credentials are:', cred);
27750
- this._config.credentials = cred;
27751
- return [2
27752
- /*return*/
27753
- , true];
27754
-
27755
- case 2:
27756
- error_7 = _a.sent();
27757
- logger.debug('Ensure credentials error. Credentials are:', error_7);
27758
- return [2
27759
- /*return*/
27760
- , false];
27761
-
27762
- case 3:
27763
- return [2
27764
- /*return*/
27765
- ];
27766
- }
27767
- });
27768
- });
27769
- };
27770
-
27771
- AmazonLocationServiceProvider.prototype._verifyMapResources = function () {
27772
- if (!this._config.maps) {
27773
- var errorString = "No map resources found in amplify config, run 'amplify add geo' to create one and run `amplify push` after";
27774
- logger.debug(errorString);
27775
- throw new Error(errorString);
27776
- }
27777
-
27778
- if (!this._config.maps["default"]) {
27779
- var errorString = "No default map resource found in amplify config, run 'amplify add geo' to create one and run `amplify push` after";
27780
- logger.debug(errorString);
27781
- throw new Error(errorString);
27782
- }
27783
- };
27784
-
27785
- AmazonLocationServiceProvider.prototype._verifySearchIndex = function (optionalSearchIndex) {
27786
- if ((!this._config.search_indices || !this._config.search_indices["default"]) && !optionalSearchIndex) {
27787
- var errorString = 'No Search Index found in amplify config, please run `amplify add geo` to create one and run `amplify push` after.';
27788
- logger.debug(errorString);
27789
- throw new Error(errorString);
27790
- }
27791
- };
27792
-
27793
- AmazonLocationServiceProvider.prototype._verifyGeofenceCollections = function (optionalGeofenceCollectionName) {
27794
- if ((!this._config.geofenceCollections || !this._config.geofenceCollections["default"]) && !optionalGeofenceCollectionName) {
27795
- var errorString = 'No Geofence Collections found, please run `amplify add geo` to create one and run `amplify push` after.';
27796
- logger.debug(errorString);
27797
- throw new Error(errorString);
27798
- }
27799
- };
27800
-
27801
- AmazonLocationServiceProvider.prototype._AmazonLocationServiceBatchPutGeofenceCall = function (PascalGeofences, collectionName) {
27802
- return __awaiter(this, void 0, void 0, function () {
27803
- var geofenceInput, client, command, response, error_8;
27804
- return __generator(this, function (_a) {
27805
- switch (_a.label) {
27806
- case 0:
27807
- geofenceInput = {
27808
- Entries: PascalGeofences,
27809
- CollectionName: collectionName || this._config.geofenceCollections["default"]
27810
- };
27811
- client = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["LocationClient"]({
27812
- credentials: this._config.credentials,
27813
- region: this._config.region,
27814
- customUserAgent: Object(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["getAmplifyUserAgent"])()
27815
- });
27816
- command = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["BatchPutGeofenceCommand"](geofenceInput);
27817
- _a.label = 1;
27818
-
27819
- case 1:
27820
- _a.trys.push([1, 3,, 4]);
27821
-
27822
- return [4
27823
- /*yield*/
27824
- , client.send(command)];
27825
-
27826
- case 2:
27827
- response = _a.sent();
27828
- return [3
27829
- /*break*/
27830
- , 4];
27831
-
27832
- case 3:
27833
- error_8 = _a.sent();
27834
- throw error_8;
27835
-
27836
- case 4:
27837
- return [2
27838
- /*return*/
27839
- , response];
27840
- }
27841
- });
27842
- });
27843
- };
27844
-
27845
- AmazonLocationServiceProvider.prototype._AmazonLocationServiceBatchDeleteGeofenceCall = function (geofenceIds, collectionName) {
27846
- return __awaiter(this, void 0, void 0, function () {
27847
- var deleteGeofencesInput, client, command, response, error_9;
27848
- return __generator(this, function (_a) {
27849
- switch (_a.label) {
27850
- case 0:
27851
- deleteGeofencesInput = {
27852
- GeofenceIds: geofenceIds,
27853
- CollectionName: collectionName || this._config.geofenceCollections["default"]
27854
- };
27855
- client = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["LocationClient"]({
27856
- credentials: this._config.credentials,
27857
- region: this._config.region,
27858
- customUserAgent: Object(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["getAmplifyUserAgent"])()
27859
- });
27860
- command = new _aws_sdk_client_location__WEBPACK_IMPORTED_MODULE_2__["BatchDeleteGeofenceCommand"](deleteGeofencesInput);
27861
- _a.label = 1;
27862
-
27863
- case 1:
27864
- _a.trys.push([1, 3,, 4]);
27865
-
27866
- return [4
27867
- /*yield*/
27868
- , client.send(command)];
27869
-
27870
- case 2:
27871
- response = _a.sent();
27872
- return [3
27873
- /*break*/
27874
- , 4];
27875
-
27876
- case 3:
27877
- error_9 = _a.sent();
27878
- throw error_9;
27879
-
27880
- case 4:
27881
- return [2
27882
- /*return*/
27883
- , response];
27884
- }
27885
- });
27886
- });
27887
- };
27888
-
27889
- AmazonLocationServiceProvider.CATEGORY = 'Geo';
27890
- AmazonLocationServiceProvider.PROVIDER_NAME = 'AmazonLocationService';
27891
- return AmazonLocationServiceProvider;
27892
- }();
27893
-
27894
-
27895
-
27896
- /***/ }),
27093
+ /***/ }),
27897
27094
 
27898
27095
  /***/ "./lib-esm/index.js":
27899
27096
  /*!**************************!*\
@@ -27909,214 +27106,6 @@ __webpack_require__.r(__webpack_exports__);
27909
27106
 
27910
27107
 
27911
27108
 
27912
- /***/ }),
27913
-
27914
- /***/ "./lib-esm/util.js":
27915
- /*!*************************!*\
27916
- !*** ./lib-esm/util.js ***!
27917
- \*************************/
27918
- /*! exports provided: validateCoordinates, validateGeofenceId, validateLinearRing, validatePolygon, validateGeofences */
27919
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
27920
-
27921
- "use strict";
27922
- __webpack_require__.r(__webpack_exports__);
27923
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateCoordinates", function() { return validateCoordinates; });
27924
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateGeofenceId", function() { return validateGeofenceId; });
27925
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateLinearRing", function() { return validateLinearRing; });
27926
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validatePolygon", function() { return validatePolygon; });
27927
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateGeofences", function() { return validateGeofences; });
27928
- /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
27929
- /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__);
27930
- var __read = undefined && undefined.__read || function (o, n) {
27931
- var m = typeof Symbol === "function" && o[Symbol.iterator];
27932
- if (!m) return o;
27933
- var i = m.call(o),
27934
- r,
27935
- ar = [],
27936
- e;
27937
-
27938
- try {
27939
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) {
27940
- ar.push(r.value);
27941
- }
27942
- } catch (error) {
27943
- e = {
27944
- error: error
27945
- };
27946
- } finally {
27947
- try {
27948
- if (r && !r.done && (m = i["return"])) m.call(i);
27949
- } finally {
27950
- if (e) throw e.error;
27951
- }
27952
- }
27953
-
27954
- return ar;
27955
- };
27956
- /*
27957
- * Copyright 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
27958
- *
27959
- * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
27960
- * the License. A copy of the License is located at
27961
- *
27962
- * http://aws.amazon.com/apache2.0/
27963
- *
27964
- * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
27965
- * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
27966
- * and limitations under the License.
27967
- */
27968
-
27969
-
27970
-
27971
- var logger = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["ConsoleLogger"]('Geo');
27972
- function validateCoordinates(lng, lat) {
27973
- if (!Number.isFinite(lng) || !Number.isFinite(lat)) {
27974
- throw new Error("Invalid coordinates: [" + lng + "," + lat + "]");
27975
- }
27976
-
27977
- if (lat < -90 || lat > 90) {
27978
- var errorString = 'Latitude must be between -90 and 90 degrees inclusive.';
27979
- logger.debug(errorString);
27980
- throw new Error(errorString);
27981
- } else if (lng < -180 || lng > 180) {
27982
- var errorString = 'Longitude must be between -180 and 180 degrees inclusive.';
27983
- logger.debug(errorString);
27984
- throw new Error(errorString);
27985
- }
27986
- }
27987
- function validateGeofenceId(geofenceId) {
27988
- var geofenceIdRegex = /^(?:[\x2D\.0-9A-Z_a-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])+$/i; // Check if geofenceId is valid
27989
-
27990
- if (!geofenceIdRegex.test(geofenceId)) {
27991
- var errorString = "Invalid geofenceId: " + geofenceId + " Ids can only contain alphanumeric characters, hyphens, underscores and periods.";
27992
- logger.debug(errorString);
27993
- throw new Error(errorString);
27994
- }
27995
- }
27996
- function validateLinearRing(linearRing) {
27997
- // Validate LinearRing size, must be at least 4 points
27998
- if (linearRing.length < 4) {
27999
- var errorString = 'LinearRing must contain 4 or more coordinates.';
28000
- logger.debug(errorString);
28001
- throw new Error(errorString);
28002
- } // Validate all coordinates are valid, error with which ones are bad
28003
-
28004
-
28005
- var badCoordinates = [];
28006
- linearRing.forEach(function (coordinates) {
28007
- try {
28008
- validateCoordinates(coordinates[0], coordinates[1]);
28009
- } catch (error) {
28010
- badCoordinates.push({
28011
- coordinates: coordinates,
28012
- error: error.message
28013
- });
28014
- }
28015
- });
28016
-
28017
- if (badCoordinates.length > 0) {
28018
- var errorString = "One or more of the coordinates are not valid: " + JSON.stringify(badCoordinates);
28019
- logger.debug(errorString);
28020
- throw new Error(errorString);
28021
- } // Validate first and last coordinates are the same
28022
-
28023
-
28024
- var _a = __read(linearRing[0], 2),
28025
- lngA = _a[0],
28026
- latA = _a[1];
28027
-
28028
- var _b = __read(linearRing[linearRing.length - 1], 2),
28029
- lngB = _b[0],
28030
- latB = _b[1];
28031
-
28032
- if (lngA !== lngB || latA !== latB) {
28033
- var errorString = "LinearRing's first and last coordinates are not the same";
28034
- logger.debug(errorString);
28035
- throw new Error(errorString);
28036
- }
28037
- }
28038
- function validatePolygon(polygon) {
28039
- if (!Array.isArray(polygon)) {
28040
- var errorString = "Polygon " + JSON.stringify(polygon) + " is of incorrect structure. It should be an array of 'LinearRing'";
28041
- logger.debug(errorString);
28042
- throw new Error(errorString);
28043
- }
28044
-
28045
- if (!(polygon.length === 1)) {
28046
- var errorString = "Polygon " + JSON.stringify(polygon) + " geometry.polygon must have a single LinearRing array";
28047
- logger.debug(errorString);
28048
- throw new Error(errorString);
28049
- }
28050
-
28051
- var verticesCount = polygon.reduce(function (prev, linearRing) {
28052
- return prev + linearRing.length;
28053
- }, 0);
28054
-
28055
- if (verticesCount > 1000) {
28056
- var errorString = "Polygon has more than the maximum 1000 vertices.";
28057
- logger.debug(errorString);
28058
- throw new Error(errorString);
28059
- }
28060
- }
28061
- function validateGeofences(geofences) {
28062
- var geofenceIds = {};
28063
- geofences.forEach(function (geofence) {
28064
- // verify all required properties are present
28065
- if (!geofence.geofenceId) {
28066
- var errorString = "Geofence " + JSON.stringify(geofence) + " is missing geofenceId";
28067
- logger.debug(errorString);
28068
- throw new Error(errorString);
28069
- }
28070
-
28071
- if (!geofence.geometry) {
28072
- var errorString = "Geofence " + JSON.stringify(geofence) + " is missing geometry";
28073
- logger.debug(errorString);
28074
- throw new Error(errorString);
28075
- }
28076
-
28077
- if (!geofence.geometry.polygon) {
28078
- var errorString = "Geofence " + JSON.stringify(geofence) + " is missing geometry.polygon";
28079
- logger.debug(errorString);
28080
- throw new Error(errorString);
28081
- }
28082
-
28083
- var geofenceId = geofence.geofenceId,
28084
- polygon = geofence.geometry.polygon; // Validate geofenceId is valid
28085
-
28086
- try {
28087
- validateGeofenceId(geofenceId);
28088
- } catch (error) {
28089
- throw error;
28090
- } // Validate geofenceId is unique
28091
-
28092
-
28093
- if (geofenceIds[geofenceId]) {
28094
- var errorString = "Duplicate geofenceId: " + geofenceId;
28095
- logger.debug(errorString);
28096
- throw new Error(errorString);
28097
- } else {
28098
- geofenceIds[geofenceId] = true;
28099
- } // Validate polygon length and structure
28100
-
28101
-
28102
- try {
28103
- validatePolygon(polygon);
28104
- } catch (error) {
28105
- if (error.message === "Polygon has more than the maximum 1000 vertices.") {
28106
- var errorString = "Geofence " + geofenceId + " has more than the maximum of 1000 vertices";
28107
- logger.debug(errorString);
28108
- throw new Error(errorString);
28109
- }
28110
- } // Validate LinearRing length, structure, and coordinates
28111
-
28112
-
28113
- var _a = __read(polygon, 1),
28114
- linearRing = _a[0];
28115
-
28116
- validateLinearRing(linearRing);
28117
- });
28118
- }
28119
-
28120
27109
  /***/ }),
28121
27110
 
28122
27111
  /***/ "@aws-amplify/core":