@aws-sdk/client-location 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +94 -478
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/LocationClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +94 -478
- package/dist-types/Location.d.ts +1 -1
- package/dist-types/LocationClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +3 -3
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +3 -3
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +3 -3
- package/dist-types/commands/CalculateRouteCommand.d.ts +3 -3
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +3 -3
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +3 -3
- package/dist-types/commands/CreateKeyCommand.d.ts +3 -3
- package/dist-types/commands/CreateMapCommand.d.ts +3 -3
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +3 -3
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrackerCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteKeyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMapCommand.d.ts +3 -3
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrackerCommand.d.ts +3 -3
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeKeyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMapCommand.d.ts +3 -3
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrackerCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +3 -3
- package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +3 -3
- package/dist-types/commands/GetDevicePositionCommand.d.ts +3 -3
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +3 -3
- package/dist-types/commands/GetGeofenceCommand.d.ts +3 -3
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +3 -3
- package/dist-types/commands/GetMapSpritesCommand.d.ts +3 -3
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +3 -3
- package/dist-types/commands/GetMapTileCommand.d.ts +3 -3
- package/dist-types/commands/GetPlaceCommand.d.ts +3 -3
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +3 -3
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +3 -3
- package/dist-types/commands/ListGeofencesCommand.d.ts +3 -3
- package/dist-types/commands/ListKeysCommand.d.ts +3 -3
- package/dist-types/commands/ListMapsCommand.d.ts +3 -3
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +3 -3
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +3 -3
- package/dist-types/commands/ListTrackersCommand.d.ts +3 -3
- package/dist-types/commands/PutGeofenceCommand.d.ts +3 -3
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +3 -3
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +3 -3
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateKeyCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMapCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrackerCommand.d.ts +3 -3
- package/dist-types/commands/VerifyDevicePositionCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/LocationServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/ForecastGeofenceEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDevicePositionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListDevicePositionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGeofenceCollectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGeofencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMapsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPlaceIndexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRouteCalculatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrackerConsumersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrackersPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/LocationClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -749,19 +749,9 @@ var AccessDeniedException = [
|
|
|
749
749
|
-3,
|
|
750
750
|
n0,
|
|
751
751
|
_ADE,
|
|
752
|
-
{
|
|
753
|
-
[_e]: _c,
|
|
754
|
-
[_hE]: 403,
|
|
755
|
-
},
|
|
752
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
756
753
|
[_M],
|
|
757
|
-
[
|
|
758
|
-
[
|
|
759
|
-
0,
|
|
760
|
-
{
|
|
761
|
-
[_jN]: _m,
|
|
762
|
-
},
|
|
763
|
-
],
|
|
764
|
-
],
|
|
754
|
+
[[0, { [_jN]: _m }]],
|
|
765
755
|
];
|
|
766
756
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
767
757
|
var AndroidApp = [3, n0, _AA, 0, [_P, _CF], [0, 0]];
|
|
@@ -946,12 +936,7 @@ var CalculateRouteMatrixRequest = [
|
|
|
946
936
|
0,
|
|
947
937
|
[() => CalculateRouteCarModeOptions, 0],
|
|
948
938
|
[() => CalculateRouteTruckModeOptions, 0],
|
|
949
|
-
[
|
|
950
|
-
() => ApiKey,
|
|
951
|
-
{
|
|
952
|
-
[_hQ]: _k,
|
|
953
|
-
},
|
|
954
|
-
],
|
|
939
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
955
940
|
],
|
|
956
941
|
];
|
|
957
942
|
var CalculateRouteMatrixResponse = [
|
|
@@ -983,12 +968,7 @@ var CalculateRouteRequest = [
|
|
|
983
968
|
[() => CalculateRouteTruckModeOptions, 0],
|
|
984
969
|
[() => Timestamp, 0],
|
|
985
970
|
0,
|
|
986
|
-
[
|
|
987
|
-
() => ApiKey,
|
|
988
|
-
{
|
|
989
|
-
[_hQ]: _k,
|
|
990
|
-
},
|
|
991
|
-
],
|
|
971
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
992
972
|
],
|
|
993
973
|
];
|
|
994
974
|
var CalculateRouteResponse = [
|
|
@@ -1035,24 +1015,7 @@ var Circle = [
|
|
|
1035
1015
|
[() => SensitiveDouble, 0],
|
|
1036
1016
|
],
|
|
1037
1017
|
];
|
|
1038
|
-
var ConflictException = [
|
|
1039
|
-
-3,
|
|
1040
|
-
n0,
|
|
1041
|
-
_CE,
|
|
1042
|
-
{
|
|
1043
|
-
[_e]: _c,
|
|
1044
|
-
[_hE]: 409,
|
|
1045
|
-
},
|
|
1046
|
-
[_M],
|
|
1047
|
-
[
|
|
1048
|
-
[
|
|
1049
|
-
0,
|
|
1050
|
-
{
|
|
1051
|
-
[_jN]: _m,
|
|
1052
|
-
},
|
|
1053
|
-
],
|
|
1054
|
-
],
|
|
1055
|
-
];
|
|
1018
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [[0, { [_jN]: _m }]]];
|
|
1056
1019
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
1057
1020
|
var CreateGeofenceCollectionRequest = [
|
|
1058
1021
|
3,
|
|
@@ -1154,12 +1117,7 @@ var DeleteKeyRequest = [
|
|
|
1154
1117
|
[_KN, _FD],
|
|
1155
1118
|
[
|
|
1156
1119
|
[0, 1],
|
|
1157
|
-
[
|
|
1158
|
-
2,
|
|
1159
|
-
{
|
|
1160
|
-
[_hQ]: _fD,
|
|
1161
|
-
},
|
|
1162
|
-
],
|
|
1120
|
+
[2, { [_hQ]: _fD }],
|
|
1163
1121
|
],
|
|
1164
1122
|
];
|
|
1165
1123
|
var DeleteKeyResponse = [3, n0, _DKRe, 0, [], []];
|
|
@@ -1402,12 +1360,7 @@ var GetMapGlyphsRequest = [
|
|
|
1402
1360
|
[0, 1],
|
|
1403
1361
|
[0, 1],
|
|
1404
1362
|
[0, 1],
|
|
1405
|
-
[
|
|
1406
|
-
() => ApiKey,
|
|
1407
|
-
{
|
|
1408
|
-
[_hQ]: _k,
|
|
1409
|
-
},
|
|
1410
|
-
],
|
|
1363
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
1411
1364
|
],
|
|
1412
1365
|
];
|
|
1413
1366
|
var GetMapGlyphsResponse = [
|
|
@@ -1418,18 +1371,8 @@ var GetMapGlyphsResponse = [
|
|
|
1418
1371
|
[_B, _CTo, _CCa],
|
|
1419
1372
|
[
|
|
1420
1373
|
[21, 16],
|
|
1421
|
-
[
|
|
1422
|
-
|
|
1423
|
-
{
|
|
1424
|
-
[_hH]: _CT_,
|
|
1425
|
-
},
|
|
1426
|
-
],
|
|
1427
|
-
[
|
|
1428
|
-
0,
|
|
1429
|
-
{
|
|
1430
|
-
[_hH]: _CC_,
|
|
1431
|
-
},
|
|
1432
|
-
],
|
|
1374
|
+
[0, { [_hH]: _CT_ }],
|
|
1375
|
+
[0, { [_hH]: _CC_ }],
|
|
1433
1376
|
],
|
|
1434
1377
|
];
|
|
1435
1378
|
var GetMapSpritesRequest = [
|
|
@@ -1441,12 +1384,7 @@ var GetMapSpritesRequest = [
|
|
|
1441
1384
|
[
|
|
1442
1385
|
[0, 1],
|
|
1443
1386
|
[0, 1],
|
|
1444
|
-
[
|
|
1445
|
-
() => ApiKey,
|
|
1446
|
-
{
|
|
1447
|
-
[_hQ]: _k,
|
|
1448
|
-
},
|
|
1449
|
-
],
|
|
1387
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
1450
1388
|
],
|
|
1451
1389
|
];
|
|
1452
1390
|
var GetMapSpritesResponse = [
|
|
@@ -1457,18 +1395,8 @@ var GetMapSpritesResponse = [
|
|
|
1457
1395
|
[_B, _CTo, _CCa],
|
|
1458
1396
|
[
|
|
1459
1397
|
[21, 16],
|
|
1460
|
-
[
|
|
1461
|
-
|
|
1462
|
-
{
|
|
1463
|
-
[_hH]: _CT_,
|
|
1464
|
-
},
|
|
1465
|
-
],
|
|
1466
|
-
[
|
|
1467
|
-
0,
|
|
1468
|
-
{
|
|
1469
|
-
[_hH]: _CC_,
|
|
1470
|
-
},
|
|
1471
|
-
],
|
|
1398
|
+
[0, { [_hH]: _CT_ }],
|
|
1399
|
+
[0, { [_hH]: _CC_ }],
|
|
1472
1400
|
],
|
|
1473
1401
|
];
|
|
1474
1402
|
var GetMapStyleDescriptorRequest = [
|
|
@@ -1479,12 +1407,7 @@ var GetMapStyleDescriptorRequest = [
|
|
|
1479
1407
|
[_MN, _K],
|
|
1480
1408
|
[
|
|
1481
1409
|
[0, 1],
|
|
1482
|
-
[
|
|
1483
|
-
() => ApiKey,
|
|
1484
|
-
{
|
|
1485
|
-
[_hQ]: _k,
|
|
1486
|
-
},
|
|
1487
|
-
],
|
|
1410
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
1488
1411
|
],
|
|
1489
1412
|
];
|
|
1490
1413
|
var GetMapStyleDescriptorResponse = [
|
|
@@ -1495,18 +1418,8 @@ var GetMapStyleDescriptorResponse = [
|
|
|
1495
1418
|
[_B, _CTo, _CCa],
|
|
1496
1419
|
[
|
|
1497
1420
|
[21, 16],
|
|
1498
|
-
[
|
|
1499
|
-
|
|
1500
|
-
{
|
|
1501
|
-
[_hH]: _CT_,
|
|
1502
|
-
},
|
|
1503
|
-
],
|
|
1504
|
-
[
|
|
1505
|
-
0,
|
|
1506
|
-
{
|
|
1507
|
-
[_hH]: _CC_,
|
|
1508
|
-
},
|
|
1509
|
-
],
|
|
1421
|
+
[0, { [_hH]: _CT_ }],
|
|
1422
|
+
[0, { [_hH]: _CC_ }],
|
|
1510
1423
|
],
|
|
1511
1424
|
];
|
|
1512
1425
|
var GetMapTileRequest = [
|
|
@@ -1520,12 +1433,7 @@ var GetMapTileRequest = [
|
|
|
1520
1433
|
[() => SensitiveString, 1],
|
|
1521
1434
|
[() => SensitiveString, 1],
|
|
1522
1435
|
[() => SensitiveString, 1],
|
|
1523
|
-
[
|
|
1524
|
-
() => ApiKey,
|
|
1525
|
-
{
|
|
1526
|
-
[_hQ]: _k,
|
|
1527
|
-
},
|
|
1528
|
-
],
|
|
1436
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
1529
1437
|
],
|
|
1530
1438
|
];
|
|
1531
1439
|
var GetMapTileResponse = [
|
|
@@ -1536,18 +1444,8 @@ var GetMapTileResponse = [
|
|
|
1536
1444
|
[_B, _CTo, _CCa],
|
|
1537
1445
|
[
|
|
1538
1446
|
[21, 16],
|
|
1539
|
-
[
|
|
1540
|
-
|
|
1541
|
-
{
|
|
1542
|
-
[_hH]: _CT_,
|
|
1543
|
-
},
|
|
1544
|
-
],
|
|
1545
|
-
[
|
|
1546
|
-
0,
|
|
1547
|
-
{
|
|
1548
|
-
[_hH]: _CC_,
|
|
1549
|
-
},
|
|
1550
|
-
],
|
|
1447
|
+
[0, { [_hH]: _CT_ }],
|
|
1448
|
+
[0, { [_hH]: _CC_ }],
|
|
1551
1449
|
],
|
|
1552
1450
|
];
|
|
1553
1451
|
var GetPlaceRequest = [
|
|
@@ -1559,18 +1457,8 @@ var GetPlaceRequest = [
|
|
|
1559
1457
|
[
|
|
1560
1458
|
[0, 1],
|
|
1561
1459
|
[() => PlaceId, 1],
|
|
1562
|
-
[
|
|
1563
|
-
|
|
1564
|
-
{
|
|
1565
|
-
[_hQ]: _l,
|
|
1566
|
-
},
|
|
1567
|
-
],
|
|
1568
|
-
[
|
|
1569
|
-
() => ApiKey,
|
|
1570
|
-
{
|
|
1571
|
-
[_hQ]: _k,
|
|
1572
|
-
},
|
|
1573
|
-
],
|
|
1460
|
+
[0, { [_hQ]: _l }],
|
|
1461
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
1574
1462
|
],
|
|
1575
1463
|
];
|
|
1576
1464
|
var GetPlaceResponse = [3, n0, _GPRe, 0, [_Pl], [[() => Place, 0]]];
|
|
@@ -1586,19 +1474,9 @@ var InternalServerException = [
|
|
|
1586
1474
|
-3,
|
|
1587
1475
|
n0,
|
|
1588
1476
|
_ISE,
|
|
1589
|
-
{
|
|
1590
|
-
[_e]: _s,
|
|
1591
|
-
[_hE]: 500,
|
|
1592
|
-
},
|
|
1477
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
1593
1478
|
[_M],
|
|
1594
|
-
[
|
|
1595
|
-
[
|
|
1596
|
-
0,
|
|
1597
|
-
{
|
|
1598
|
-
[_jN]: _m,
|
|
1599
|
-
},
|
|
1600
|
-
],
|
|
1601
|
-
],
|
|
1479
|
+
[[0, { [_jN]: _m }]],
|
|
1602
1480
|
];
|
|
1603
1481
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
1604
1482
|
var Leg = [
|
|
@@ -1850,19 +1728,9 @@ var ResourceNotFoundException = [
|
|
|
1850
1728
|
-3,
|
|
1851
1729
|
n0,
|
|
1852
1730
|
_RNFE,
|
|
1853
|
-
{
|
|
1854
|
-
[_e]: _c,
|
|
1855
|
-
[_hE]: 404,
|
|
1856
|
-
},
|
|
1731
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1857
1732
|
[_M],
|
|
1858
|
-
[
|
|
1859
|
-
[
|
|
1860
|
-
0,
|
|
1861
|
-
{
|
|
1862
|
-
[_jN]: _m,
|
|
1863
|
-
},
|
|
1864
|
-
],
|
|
1865
|
-
],
|
|
1733
|
+
[[0, { [_jN]: _m }]],
|
|
1866
1734
|
];
|
|
1867
1735
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1868
1736
|
var RouteMatrixEntry = [
|
|
@@ -1918,18 +1786,7 @@ var SearchPlaceIndexForPositionRequest = [
|
|
|
1918
1786
|
_SPIFPR,
|
|
1919
1787
|
0,
|
|
1920
1788
|
[_IN, _Po, _MR, _La, _K],
|
|
1921
|
-
[
|
|
1922
|
-
[0, 1],
|
|
1923
|
-
[() => Position, 0],
|
|
1924
|
-
1,
|
|
1925
|
-
0,
|
|
1926
|
-
[
|
|
1927
|
-
() => ApiKey,
|
|
1928
|
-
{
|
|
1929
|
-
[_hQ]: _k,
|
|
1930
|
-
},
|
|
1931
|
-
],
|
|
1932
|
-
],
|
|
1789
|
+
[[0, 1], [() => Position, 0], 1, 0, [() => ApiKey, { [_hQ]: _k }]],
|
|
1933
1790
|
];
|
|
1934
1791
|
var SearchPlaceIndexForPositionResponse = [
|
|
1935
1792
|
3,
|
|
@@ -1965,12 +1822,7 @@ var SearchPlaceIndexForSuggestionsRequest = [
|
|
|
1965
1822
|
1,
|
|
1966
1823
|
0,
|
|
1967
1824
|
[() => FilterPlaceCategoryList, 0],
|
|
1968
|
-
[
|
|
1969
|
-
() => ApiKey,
|
|
1970
|
-
{
|
|
1971
|
-
[_hQ]: _k,
|
|
1972
|
-
},
|
|
1973
|
-
],
|
|
1825
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
1974
1826
|
],
|
|
1975
1827
|
];
|
|
1976
1828
|
var SearchPlaceIndexForSuggestionsResponse = [
|
|
@@ -2016,12 +1868,7 @@ var SearchPlaceIndexForTextRequest = [
|
|
|
2016
1868
|
1,
|
|
2017
1869
|
0,
|
|
2018
1870
|
[() => FilterPlaceCategoryList, 0],
|
|
2019
|
-
[
|
|
2020
|
-
() => ApiKey,
|
|
2021
|
-
{
|
|
2022
|
-
[_hQ]: _k,
|
|
2023
|
-
},
|
|
2024
|
-
],
|
|
1871
|
+
[() => ApiKey, { [_hQ]: _k }],
|
|
2025
1872
|
],
|
|
2026
1873
|
];
|
|
2027
1874
|
var SearchPlaceIndexForTextResponse = [
|
|
@@ -2057,19 +1904,9 @@ var ServiceQuotaExceededException = [
|
|
|
2057
1904
|
-3,
|
|
2058
1905
|
n0,
|
|
2059
1906
|
_SQEE,
|
|
2060
|
-
{
|
|
2061
|
-
[_e]: _c,
|
|
2062
|
-
[_hE]: 402,
|
|
2063
|
-
},
|
|
1907
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
2064
1908
|
[_M],
|
|
2065
|
-
[
|
|
2066
|
-
[
|
|
2067
|
-
0,
|
|
2068
|
-
{
|
|
2069
|
-
[_jN]: _m,
|
|
2070
|
-
},
|
|
2071
|
-
],
|
|
2072
|
-
],
|
|
1909
|
+
[[0, { [_jN]: _m }]],
|
|
2073
1910
|
];
|
|
2074
1911
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
2075
1912
|
var Step = [
|
|
@@ -2082,24 +1919,7 @@ var Step = [
|
|
|
2082
1919
|
];
|
|
2083
1920
|
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
2084
1921
|
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
2085
|
-
var ThrottlingException = [
|
|
2086
|
-
-3,
|
|
2087
|
-
n0,
|
|
2088
|
-
_TE,
|
|
2089
|
-
{
|
|
2090
|
-
[_e]: _c,
|
|
2091
|
-
[_hE]: 429,
|
|
2092
|
-
},
|
|
2093
|
-
[_M],
|
|
2094
|
-
[
|
|
2095
|
-
[
|
|
2096
|
-
0,
|
|
2097
|
-
{
|
|
2098
|
-
[_jN]: _m,
|
|
2099
|
-
},
|
|
2100
|
-
],
|
|
2101
|
-
],
|
|
2102
|
-
];
|
|
1922
|
+
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [[0, { [_jN]: _m }]]];
|
|
2103
1923
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
2104
1924
|
var TimeZone = [
|
|
2105
1925
|
3,
|
|
@@ -2130,12 +1950,7 @@ var UntagResourceRequest = [
|
|
|
2130
1950
|
[_RA, _TK],
|
|
2131
1951
|
[
|
|
2132
1952
|
[0, 1],
|
|
2133
|
-
[
|
|
2134
|
-
64 | 0,
|
|
2135
|
-
{
|
|
2136
|
-
[_hQ]: _tK,
|
|
2137
|
-
},
|
|
2138
|
-
],
|
|
1953
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
2139
1954
|
],
|
|
2140
1955
|
];
|
|
2141
1956
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -2218,30 +2033,12 @@ var ValidationException = [
|
|
|
2218
2033
|
-3,
|
|
2219
2034
|
n0,
|
|
2220
2035
|
_VE,
|
|
2221
|
-
{
|
|
2222
|
-
[_e]: _c,
|
|
2223
|
-
[_hE]: 400,
|
|
2224
|
-
},
|
|
2036
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
2225
2037
|
[_M, _Rea, _FL],
|
|
2226
2038
|
[
|
|
2227
|
-
[
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
[_jN]: _m,
|
|
2231
|
-
},
|
|
2232
|
-
],
|
|
2233
|
-
[
|
|
2234
|
-
0,
|
|
2235
|
-
{
|
|
2236
|
-
[_jN]: _r,
|
|
2237
|
-
},
|
|
2238
|
-
],
|
|
2239
|
-
[
|
|
2240
|
-
() => ValidationExceptionFieldList,
|
|
2241
|
-
{
|
|
2242
|
-
[_jN]: _fL,
|
|
2243
|
-
},
|
|
2244
|
-
],
|
|
2039
|
+
[0, { [_jN]: _m }],
|
|
2040
|
+
[0, { [_jN]: _r }],
|
|
2041
|
+
[() => ValidationExceptionFieldList, { [_jN]: _fL }],
|
|
2245
2042
|
],
|
|
2246
2043
|
];
|
|
2247
2044
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
@@ -2252,18 +2049,8 @@ var ValidationExceptionField = [
|
|
|
2252
2049
|
0,
|
|
2253
2050
|
[_Na, _M],
|
|
2254
2051
|
[
|
|
2255
|
-
[
|
|
2256
|
-
|
|
2257
|
-
{
|
|
2258
|
-
[_jN]: _n,
|
|
2259
|
-
},
|
|
2260
|
-
],
|
|
2261
|
-
[
|
|
2262
|
-
0,
|
|
2263
|
-
{
|
|
2264
|
-
[_jN]: _m,
|
|
2265
|
-
},
|
|
2266
|
-
],
|
|
2052
|
+
[0, { [_jN]: _n }],
|
|
2053
|
+
[0, { [_jN]: _m }],
|
|
2267
2054
|
],
|
|
2268
2055
|
];
|
|
2269
2056
|
var VerifyDevicePositionRequest = [
|
|
@@ -2384,10 +2171,7 @@ var AssociateTrackerConsumer = [
|
|
|
2384
2171
|
9,
|
|
2385
2172
|
n0,
|
|
2386
2173
|
_ATC,
|
|
2387
|
-
{
|
|
2388
|
-
[_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/consumers", 200],
|
|
2389
|
-
[_en]: ["cp.tracking."],
|
|
2390
|
-
},
|
|
2174
|
+
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/consumers", 200], [_en]: ["cp.tracking."] },
|
|
2391
2175
|
() => AssociateTrackerConsumerRequest,
|
|
2392
2176
|
() => AssociateTrackerConsumerResponse,
|
|
2393
2177
|
];
|
|
@@ -2395,10 +2179,7 @@ var BatchDeleteDevicePositionHistory = [
|
|
|
2395
2179
|
9,
|
|
2396
2180
|
n0,
|
|
2397
2181
|
_BDDPH,
|
|
2398
|
-
{
|
|
2399
|
-
[_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/delete-positions", 200],
|
|
2400
|
-
[_en]: ["tracking."],
|
|
2401
|
-
},
|
|
2182
|
+
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/delete-positions", 200], [_en]: ["tracking."] },
|
|
2402
2183
|
() => BatchDeleteDevicePositionHistoryRequest,
|
|
2403
2184
|
() => BatchDeleteDevicePositionHistoryResponse,
|
|
2404
2185
|
];
|
|
@@ -2406,10 +2187,7 @@ var BatchDeleteGeofence = [
|
|
|
2406
2187
|
9,
|
|
2407
2188
|
n0,
|
|
2408
2189
|
_BDG,
|
|
2409
|
-
{
|
|
2410
|
-
[_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/delete-geofences", 200],
|
|
2411
|
-
[_en]: ["geofencing."],
|
|
2412
|
-
},
|
|
2190
|
+
{ [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/delete-geofences", 200], [_en]: ["geofencing."] },
|
|
2413
2191
|
() => BatchDeleteGeofenceRequest,
|
|
2414
2192
|
() => BatchDeleteGeofenceResponse,
|
|
2415
2193
|
];
|
|
@@ -2417,10 +2195,7 @@ var BatchEvaluateGeofences = [
|
|
|
2417
2195
|
9,
|
|
2418
2196
|
n0,
|
|
2419
2197
|
_BEGa,
|
|
2420
|
-
{
|
|
2421
|
-
[_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/positions", 200],
|
|
2422
|
-
[_en]: ["geofencing."],
|
|
2423
|
-
},
|
|
2198
|
+
{ [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/positions", 200], [_en]: ["geofencing."] },
|
|
2424
2199
|
() => BatchEvaluateGeofencesRequest,
|
|
2425
2200
|
() => BatchEvaluateGeofencesResponse,
|
|
2426
2201
|
];
|
|
@@ -2428,10 +2203,7 @@ var BatchGetDevicePosition = [
|
|
|
2428
2203
|
9,
|
|
2429
2204
|
n0,
|
|
2430
2205
|
_BGDP,
|
|
2431
|
-
{
|
|
2432
|
-
[_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/get-positions", 200],
|
|
2433
|
-
[_en]: ["tracking."],
|
|
2434
|
-
},
|
|
2206
|
+
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/get-positions", 200], [_en]: ["tracking."] },
|
|
2435
2207
|
() => BatchGetDevicePositionRequest,
|
|
2436
2208
|
() => BatchGetDevicePositionResponse,
|
|
2437
2209
|
];
|
|
@@ -2439,10 +2211,7 @@ var BatchPutGeofence = [
|
|
|
2439
2211
|
9,
|
|
2440
2212
|
n0,
|
|
2441
2213
|
_BPG,
|
|
2442
|
-
{
|
|
2443
|
-
[_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/put-geofences", 200],
|
|
2444
|
-
[_en]: ["geofencing."],
|
|
2445
|
-
},
|
|
2214
|
+
{ [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/put-geofences", 200], [_en]: ["geofencing."] },
|
|
2446
2215
|
() => BatchPutGeofenceRequest,
|
|
2447
2216
|
() => BatchPutGeofenceResponse,
|
|
2448
2217
|
];
|
|
@@ -2450,10 +2219,7 @@ var BatchUpdateDevicePosition = [
|
|
|
2450
2219
|
9,
|
|
2451
2220
|
n0,
|
|
2452
2221
|
_BUDP,
|
|
2453
|
-
{
|
|
2454
|
-
[_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/positions", 200],
|
|
2455
|
-
[_en]: ["tracking."],
|
|
2456
|
-
},
|
|
2222
|
+
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/positions", 200], [_en]: ["tracking."] },
|
|
2457
2223
|
() => BatchUpdateDevicePositionRequest,
|
|
2458
2224
|
() => BatchUpdateDevicePositionResponse,
|
|
2459
2225
|
];
|
|
@@ -2461,10 +2227,7 @@ var CalculateRoute = [
|
|
|
2461
2227
|
9,
|
|
2462
2228
|
n0,
|
|
2463
2229
|
_CR,
|
|
2464
|
-
{
|
|
2465
|
-
[_h]: ["POST", "/routes/v0/calculators/{CalculatorName}/calculate/route", 200],
|
|
2466
|
-
[_en]: ["routes."],
|
|
2467
|
-
},
|
|
2230
|
+
{ [_h]: ["POST", "/routes/v0/calculators/{CalculatorName}/calculate/route", 200], [_en]: ["routes."] },
|
|
2468
2231
|
() => CalculateRouteRequest,
|
|
2469
2232
|
() => CalculateRouteResponse,
|
|
2470
2233
|
];
|
|
@@ -2472,10 +2235,7 @@ var CalculateRouteMatrix = [
|
|
|
2472
2235
|
9,
|
|
2473
2236
|
n0,
|
|
2474
2237
|
_CRM,
|
|
2475
|
-
{
|
|
2476
|
-
[_h]: ["POST", "/routes/v0/calculators/{CalculatorName}/calculate/route-matrix", 200],
|
|
2477
|
-
[_en]: ["routes."],
|
|
2478
|
-
},
|
|
2238
|
+
{ [_h]: ["POST", "/routes/v0/calculators/{CalculatorName}/calculate/route-matrix", 200], [_en]: ["routes."] },
|
|
2479
2239
|
() => CalculateRouteMatrixRequest,
|
|
2480
2240
|
() => CalculateRouteMatrixResponse,
|
|
2481
2241
|
];
|
|
@@ -2483,10 +2243,7 @@ var CreateGeofenceCollection = [
|
|
|
2483
2243
|
9,
|
|
2484
2244
|
n0,
|
|
2485
2245
|
_CGC,
|
|
2486
|
-
{
|
|
2487
|
-
[_h]: ["POST", "/geofencing/v0/collections", 200],
|
|
2488
|
-
[_en]: ["cp.geofencing."],
|
|
2489
|
-
},
|
|
2246
|
+
{ [_h]: ["POST", "/geofencing/v0/collections", 200], [_en]: ["cp.geofencing."] },
|
|
2490
2247
|
() => CreateGeofenceCollectionRequest,
|
|
2491
2248
|
() => CreateGeofenceCollectionResponse,
|
|
2492
2249
|
];
|
|
@@ -2494,10 +2251,7 @@ var CreateKey = [
|
|
|
2494
2251
|
9,
|
|
2495
2252
|
n0,
|
|
2496
2253
|
_CK,
|
|
2497
|
-
{
|
|
2498
|
-
[_h]: ["POST", "/metadata/v0/keys", 200],
|
|
2499
|
-
[_en]: ["cp.metadata."],
|
|
2500
|
-
},
|
|
2254
|
+
{ [_h]: ["POST", "/metadata/v0/keys", 200], [_en]: ["cp.metadata."] },
|
|
2501
2255
|
() => CreateKeyRequest,
|
|
2502
2256
|
() => CreateKeyResponse,
|
|
2503
2257
|
];
|
|
@@ -2505,10 +2259,7 @@ var CreateMap = [
|
|
|
2505
2259
|
9,
|
|
2506
2260
|
n0,
|
|
2507
2261
|
_CM,
|
|
2508
|
-
{
|
|
2509
|
-
[_h]: ["POST", "/maps/v0/maps", 200],
|
|
2510
|
-
[_en]: ["cp.maps."],
|
|
2511
|
-
},
|
|
2262
|
+
{ [_h]: ["POST", "/maps/v0/maps", 200], [_en]: ["cp.maps."] },
|
|
2512
2263
|
() => CreateMapRequest,
|
|
2513
2264
|
() => CreateMapResponse,
|
|
2514
2265
|
];
|
|
@@ -2516,10 +2267,7 @@ var CreatePlaceIndex = [
|
|
|
2516
2267
|
9,
|
|
2517
2268
|
n0,
|
|
2518
2269
|
_CPI,
|
|
2519
|
-
{
|
|
2520
|
-
[_h]: ["POST", "/places/v0/indexes", 200],
|
|
2521
|
-
[_en]: ["cp.places."],
|
|
2522
|
-
},
|
|
2270
|
+
{ [_h]: ["POST", "/places/v0/indexes", 200], [_en]: ["cp.places."] },
|
|
2523
2271
|
() => CreatePlaceIndexRequest,
|
|
2524
2272
|
() => CreatePlaceIndexResponse,
|
|
2525
2273
|
];
|
|
@@ -2527,10 +2275,7 @@ var CreateRouteCalculator = [
|
|
|
2527
2275
|
9,
|
|
2528
2276
|
n0,
|
|
2529
2277
|
_CRC,
|
|
2530
|
-
{
|
|
2531
|
-
[_h]: ["POST", "/routes/v0/calculators", 200],
|
|
2532
|
-
[_en]: ["cp.routes."],
|
|
2533
|
-
},
|
|
2278
|
+
{ [_h]: ["POST", "/routes/v0/calculators", 200], [_en]: ["cp.routes."] },
|
|
2534
2279
|
() => CreateRouteCalculatorRequest,
|
|
2535
2280
|
() => CreateRouteCalculatorResponse,
|
|
2536
2281
|
];
|
|
@@ -2538,10 +2283,7 @@ var CreateTracker = [
|
|
|
2538
2283
|
9,
|
|
2539
2284
|
n0,
|
|
2540
2285
|
_CTr,
|
|
2541
|
-
{
|
|
2542
|
-
[_h]: ["POST", "/tracking/v0/trackers", 200],
|
|
2543
|
-
[_en]: ["cp.tracking."],
|
|
2544
|
-
},
|
|
2286
|
+
{ [_h]: ["POST", "/tracking/v0/trackers", 200], [_en]: ["cp.tracking."] },
|
|
2545
2287
|
() => CreateTrackerRequest,
|
|
2546
2288
|
() => CreateTrackerResponse,
|
|
2547
2289
|
];
|
|
@@ -2549,10 +2291,7 @@ var DeleteGeofenceCollection = [
|
|
|
2549
2291
|
9,
|
|
2550
2292
|
n0,
|
|
2551
2293
|
_DGC,
|
|
2552
|
-
{
|
|
2553
|
-
[_h]: ["DELETE", "/geofencing/v0/collections/{CollectionName}", 200],
|
|
2554
|
-
[_en]: ["cp.geofencing."],
|
|
2555
|
-
},
|
|
2294
|
+
{ [_h]: ["DELETE", "/geofencing/v0/collections/{CollectionName}", 200], [_en]: ["cp.geofencing."] },
|
|
2556
2295
|
() => DeleteGeofenceCollectionRequest,
|
|
2557
2296
|
() => DeleteGeofenceCollectionResponse,
|
|
2558
2297
|
];
|
|
@@ -2560,10 +2299,7 @@ var DeleteKey = [
|
|
|
2560
2299
|
9,
|
|
2561
2300
|
n0,
|
|
2562
2301
|
_DK,
|
|
2563
|
-
{
|
|
2564
|
-
[_h]: ["DELETE", "/metadata/v0/keys/{KeyName}", 200],
|
|
2565
|
-
[_en]: ["cp.metadata."],
|
|
2566
|
-
},
|
|
2302
|
+
{ [_h]: ["DELETE", "/metadata/v0/keys/{KeyName}", 200], [_en]: ["cp.metadata."] },
|
|
2567
2303
|
() => DeleteKeyRequest,
|
|
2568
2304
|
() => DeleteKeyResponse,
|
|
2569
2305
|
];
|
|
@@ -2571,10 +2307,7 @@ var DeleteMap = [
|
|
|
2571
2307
|
9,
|
|
2572
2308
|
n0,
|
|
2573
2309
|
_DM,
|
|
2574
|
-
{
|
|
2575
|
-
[_h]: ["DELETE", "/maps/v0/maps/{MapName}", 200],
|
|
2576
|
-
[_en]: ["cp.maps."],
|
|
2577
|
-
},
|
|
2310
|
+
{ [_h]: ["DELETE", "/maps/v0/maps/{MapName}", 200], [_en]: ["cp.maps."] },
|
|
2578
2311
|
() => DeleteMapRequest,
|
|
2579
2312
|
() => DeleteMapResponse,
|
|
2580
2313
|
];
|
|
@@ -2582,10 +2315,7 @@ var DeletePlaceIndex = [
|
|
|
2582
2315
|
9,
|
|
2583
2316
|
n0,
|
|
2584
2317
|
_DPI,
|
|
2585
|
-
{
|
|
2586
|
-
[_h]: ["DELETE", "/places/v0/indexes/{IndexName}", 200],
|
|
2587
|
-
[_en]: ["cp.places."],
|
|
2588
|
-
},
|
|
2318
|
+
{ [_h]: ["DELETE", "/places/v0/indexes/{IndexName}", 200], [_en]: ["cp.places."] },
|
|
2589
2319
|
() => DeletePlaceIndexRequest,
|
|
2590
2320
|
() => DeletePlaceIndexResponse,
|
|
2591
2321
|
];
|
|
@@ -2593,10 +2323,7 @@ var DeleteRouteCalculator = [
|
|
|
2593
2323
|
9,
|
|
2594
2324
|
n0,
|
|
2595
2325
|
_DRC,
|
|
2596
|
-
{
|
|
2597
|
-
[_h]: ["DELETE", "/routes/v0/calculators/{CalculatorName}", 200],
|
|
2598
|
-
[_en]: ["cp.routes."],
|
|
2599
|
-
},
|
|
2326
|
+
{ [_h]: ["DELETE", "/routes/v0/calculators/{CalculatorName}", 200], [_en]: ["cp.routes."] },
|
|
2600
2327
|
() => DeleteRouteCalculatorRequest,
|
|
2601
2328
|
() => DeleteRouteCalculatorResponse,
|
|
2602
2329
|
];
|
|
@@ -2604,10 +2331,7 @@ var DeleteTracker = [
|
|
|
2604
2331
|
9,
|
|
2605
2332
|
n0,
|
|
2606
2333
|
_DTe,
|
|
2607
|
-
{
|
|
2608
|
-
[_h]: ["DELETE", "/tracking/v0/trackers/{TrackerName}", 200],
|
|
2609
|
-
[_en]: ["cp.tracking."],
|
|
2610
|
-
},
|
|
2334
|
+
{ [_h]: ["DELETE", "/tracking/v0/trackers/{TrackerName}", 200], [_en]: ["cp.tracking."] },
|
|
2611
2335
|
() => DeleteTrackerRequest,
|
|
2612
2336
|
() => DeleteTrackerResponse,
|
|
2613
2337
|
];
|
|
@@ -2615,10 +2339,7 @@ var DescribeGeofenceCollection = [
|
|
|
2615
2339
|
9,
|
|
2616
2340
|
n0,
|
|
2617
2341
|
_DGCe,
|
|
2618
|
-
{
|
|
2619
|
-
[_h]: ["GET", "/geofencing/v0/collections/{CollectionName}", 200],
|
|
2620
|
-
[_en]: ["cp.geofencing."],
|
|
2621
|
-
},
|
|
2342
|
+
{ [_h]: ["GET", "/geofencing/v0/collections/{CollectionName}", 200], [_en]: ["cp.geofencing."] },
|
|
2622
2343
|
() => DescribeGeofenceCollectionRequest,
|
|
2623
2344
|
() => DescribeGeofenceCollectionResponse,
|
|
2624
2345
|
];
|
|
@@ -2626,10 +2347,7 @@ var DescribeKey = [
|
|
|
2626
2347
|
9,
|
|
2627
2348
|
n0,
|
|
2628
2349
|
_DKe,
|
|
2629
|
-
{
|
|
2630
|
-
[_h]: ["GET", "/metadata/v0/keys/{KeyName}", 200],
|
|
2631
|
-
[_en]: ["cp.metadata."],
|
|
2632
|
-
},
|
|
2350
|
+
{ [_h]: ["GET", "/metadata/v0/keys/{KeyName}", 200], [_en]: ["cp.metadata."] },
|
|
2633
2351
|
() => DescribeKeyRequest,
|
|
2634
2352
|
() => DescribeKeyResponse,
|
|
2635
2353
|
];
|
|
@@ -2637,10 +2355,7 @@ var DescribeMap = [
|
|
|
2637
2355
|
9,
|
|
2638
2356
|
n0,
|
|
2639
2357
|
_DMe,
|
|
2640
|
-
{
|
|
2641
|
-
[_h]: ["GET", "/maps/v0/maps/{MapName}", 200],
|
|
2642
|
-
[_en]: ["cp.maps."],
|
|
2643
|
-
},
|
|
2358
|
+
{ [_h]: ["GET", "/maps/v0/maps/{MapName}", 200], [_en]: ["cp.maps."] },
|
|
2644
2359
|
() => DescribeMapRequest,
|
|
2645
2360
|
() => DescribeMapResponse,
|
|
2646
2361
|
];
|
|
@@ -2648,10 +2363,7 @@ var DescribePlaceIndex = [
|
|
|
2648
2363
|
9,
|
|
2649
2364
|
n0,
|
|
2650
2365
|
_DPIe,
|
|
2651
|
-
{
|
|
2652
|
-
[_h]: ["GET", "/places/v0/indexes/{IndexName}", 200],
|
|
2653
|
-
[_en]: ["cp.places."],
|
|
2654
|
-
},
|
|
2366
|
+
{ [_h]: ["GET", "/places/v0/indexes/{IndexName}", 200], [_en]: ["cp.places."] },
|
|
2655
2367
|
() => DescribePlaceIndexRequest,
|
|
2656
2368
|
() => DescribePlaceIndexResponse,
|
|
2657
2369
|
];
|
|
@@ -2659,10 +2371,7 @@ var DescribeRouteCalculator = [
|
|
|
2659
2371
|
9,
|
|
2660
2372
|
n0,
|
|
2661
2373
|
_DRCe,
|
|
2662
|
-
{
|
|
2663
|
-
[_h]: ["GET", "/routes/v0/calculators/{CalculatorName}", 200],
|
|
2664
|
-
[_en]: ["cp.routes."],
|
|
2665
|
-
},
|
|
2374
|
+
{ [_h]: ["GET", "/routes/v0/calculators/{CalculatorName}", 200], [_en]: ["cp.routes."] },
|
|
2666
2375
|
() => DescribeRouteCalculatorRequest,
|
|
2667
2376
|
() => DescribeRouteCalculatorResponse,
|
|
2668
2377
|
];
|
|
@@ -2670,10 +2379,7 @@ var DescribeTracker = [
|
|
|
2670
2379
|
9,
|
|
2671
2380
|
n0,
|
|
2672
2381
|
_DTes,
|
|
2673
|
-
{
|
|
2674
|
-
[_h]: ["GET", "/tracking/v0/trackers/{TrackerName}", 200],
|
|
2675
|
-
[_en]: ["cp.tracking."],
|
|
2676
|
-
},
|
|
2382
|
+
{ [_h]: ["GET", "/tracking/v0/trackers/{TrackerName}", 200], [_en]: ["cp.tracking."] },
|
|
2677
2383
|
() => DescribeTrackerRequest,
|
|
2678
2384
|
() => DescribeTrackerResponse,
|
|
2679
2385
|
];
|
|
@@ -2681,10 +2387,7 @@ var DisassociateTrackerConsumer = [
|
|
|
2681
2387
|
9,
|
|
2682
2388
|
n0,
|
|
2683
2389
|
_DTC,
|
|
2684
|
-
{
|
|
2685
|
-
[_h]: ["DELETE", "/tracking/v0/trackers/{TrackerName}/consumers/{ConsumerArn}", 200],
|
|
2686
|
-
[_en]: ["cp.tracking."],
|
|
2687
|
-
},
|
|
2390
|
+
{ [_h]: ["DELETE", "/tracking/v0/trackers/{TrackerName}/consumers/{ConsumerArn}", 200], [_en]: ["cp.tracking."] },
|
|
2688
2391
|
() => DisassociateTrackerConsumerRequest,
|
|
2689
2392
|
() => DisassociateTrackerConsumerResponse,
|
|
2690
2393
|
];
|
|
@@ -2725,10 +2428,7 @@ var GetGeofence = [
|
|
|
2725
2428
|
9,
|
|
2726
2429
|
n0,
|
|
2727
2430
|
_GGe,
|
|
2728
|
-
{
|
|
2729
|
-
[_h]: ["GET", "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}", 200],
|
|
2730
|
-
[_en]: ["geofencing."],
|
|
2731
|
-
},
|
|
2431
|
+
{ [_h]: ["GET", "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}", 200], [_en]: ["geofencing."] },
|
|
2732
2432
|
() => GetGeofenceRequest,
|
|
2733
2433
|
() => GetGeofenceResponse,
|
|
2734
2434
|
];
|
|
@@ -2736,10 +2436,7 @@ var GetMapGlyphs = [
|
|
|
2736
2436
|
9,
|
|
2737
2437
|
n0,
|
|
2738
2438
|
_GMG,
|
|
2739
|
-
{
|
|
2740
|
-
[_h]: ["GET", "/maps/v0/maps/{MapName}/glyphs/{FontStack}/{FontUnicodeRange}", 200],
|
|
2741
|
-
[_en]: ["maps."],
|
|
2742
|
-
},
|
|
2439
|
+
{ [_h]: ["GET", "/maps/v0/maps/{MapName}/glyphs/{FontStack}/{FontUnicodeRange}", 200], [_en]: ["maps."] },
|
|
2743
2440
|
() => GetMapGlyphsRequest,
|
|
2744
2441
|
() => GetMapGlyphsResponse,
|
|
2745
2442
|
];
|
|
@@ -2747,10 +2444,7 @@ var GetMapSprites = [
|
|
|
2747
2444
|
9,
|
|
2748
2445
|
n0,
|
|
2749
2446
|
_GMS,
|
|
2750
|
-
{
|
|
2751
|
-
[_h]: ["GET", "/maps/v0/maps/{MapName}/sprites/{FileName}", 200],
|
|
2752
|
-
[_en]: ["maps."],
|
|
2753
|
-
},
|
|
2447
|
+
{ [_h]: ["GET", "/maps/v0/maps/{MapName}/sprites/{FileName}", 200], [_en]: ["maps."] },
|
|
2754
2448
|
() => GetMapSpritesRequest,
|
|
2755
2449
|
() => GetMapSpritesResponse,
|
|
2756
2450
|
];
|
|
@@ -2758,10 +2452,7 @@ var GetMapStyleDescriptor = [
|
|
|
2758
2452
|
9,
|
|
2759
2453
|
n0,
|
|
2760
2454
|
_GMSD,
|
|
2761
|
-
{
|
|
2762
|
-
[_h]: ["GET", "/maps/v0/maps/{MapName}/style-descriptor", 200],
|
|
2763
|
-
[_en]: ["maps."],
|
|
2764
|
-
},
|
|
2455
|
+
{ [_h]: ["GET", "/maps/v0/maps/{MapName}/style-descriptor", 200], [_en]: ["maps."] },
|
|
2765
2456
|
() => GetMapStyleDescriptorRequest,
|
|
2766
2457
|
() => GetMapStyleDescriptorResponse,
|
|
2767
2458
|
];
|
|
@@ -2769,10 +2460,7 @@ var GetMapTile = [
|
|
|
2769
2460
|
9,
|
|
2770
2461
|
n0,
|
|
2771
2462
|
_GMT,
|
|
2772
|
-
{
|
|
2773
|
-
[_h]: ["GET", "/maps/v0/maps/{MapName}/tiles/{Z}/{X}/{Y}", 200],
|
|
2774
|
-
[_en]: ["maps."],
|
|
2775
|
-
},
|
|
2463
|
+
{ [_h]: ["GET", "/maps/v0/maps/{MapName}/tiles/{Z}/{X}/{Y}", 200], [_en]: ["maps."] },
|
|
2776
2464
|
() => GetMapTileRequest,
|
|
2777
2465
|
() => GetMapTileResponse,
|
|
2778
2466
|
];
|
|
@@ -2780,10 +2468,7 @@ var GetPlace = [
|
|
|
2780
2468
|
9,
|
|
2781
2469
|
n0,
|
|
2782
2470
|
_GPe,
|
|
2783
|
-
{
|
|
2784
|
-
[_h]: ["GET", "/places/v0/indexes/{IndexName}/places/{PlaceId}", 200],
|
|
2785
|
-
[_en]: ["places."],
|
|
2786
|
-
},
|
|
2471
|
+
{ [_h]: ["GET", "/places/v0/indexes/{IndexName}/places/{PlaceId}", 200], [_en]: ["places."] },
|
|
2787
2472
|
() => GetPlaceRequest,
|
|
2788
2473
|
() => GetPlaceResponse,
|
|
2789
2474
|
];
|
|
@@ -2791,10 +2476,7 @@ var ListDevicePositions = [
|
|
|
2791
2476
|
9,
|
|
2792
2477
|
n0,
|
|
2793
2478
|
_LDP,
|
|
2794
|
-
{
|
|
2795
|
-
[_en]: ["tracking."],
|
|
2796
|
-
[_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/list-positions", 200],
|
|
2797
|
-
},
|
|
2479
|
+
{ [_en]: ["tracking."], [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/list-positions", 200] },
|
|
2798
2480
|
() => ListDevicePositionsRequest,
|
|
2799
2481
|
() => ListDevicePositionsResponse,
|
|
2800
2482
|
];
|
|
@@ -2802,10 +2484,7 @@ var ListGeofenceCollections = [
|
|
|
2802
2484
|
9,
|
|
2803
2485
|
n0,
|
|
2804
2486
|
_LGC,
|
|
2805
|
-
{
|
|
2806
|
-
[_en]: ["cp.geofencing."],
|
|
2807
|
-
[_h]: ["POST", "/geofencing/v0/list-collections", 200],
|
|
2808
|
-
},
|
|
2487
|
+
{ [_en]: ["cp.geofencing."], [_h]: ["POST", "/geofencing/v0/list-collections", 200] },
|
|
2809
2488
|
() => ListGeofenceCollectionsRequest,
|
|
2810
2489
|
() => ListGeofenceCollectionsResponse,
|
|
2811
2490
|
];
|
|
@@ -2813,10 +2492,7 @@ var ListGeofences = [
|
|
|
2813
2492
|
9,
|
|
2814
2493
|
n0,
|
|
2815
2494
|
_LGi,
|
|
2816
|
-
{
|
|
2817
|
-
[_en]: ["geofencing."],
|
|
2818
|
-
[_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/list-geofences", 200],
|
|
2819
|
-
},
|
|
2495
|
+
{ [_en]: ["geofencing."], [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/list-geofences", 200] },
|
|
2820
2496
|
() => ListGeofencesRequest,
|
|
2821
2497
|
() => ListGeofencesResponse,
|
|
2822
2498
|
];
|
|
@@ -2824,10 +2500,7 @@ var ListKeys = [
|
|
|
2824
2500
|
9,
|
|
2825
2501
|
n0,
|
|
2826
2502
|
_LK,
|
|
2827
|
-
{
|
|
2828
|
-
[_en]: ["cp.metadata."],
|
|
2829
|
-
[_h]: ["POST", "/metadata/v0/list-keys", 200],
|
|
2830
|
-
},
|
|
2503
|
+
{ [_en]: ["cp.metadata."], [_h]: ["POST", "/metadata/v0/list-keys", 200] },
|
|
2831
2504
|
() => ListKeysRequest,
|
|
2832
2505
|
() => ListKeysResponse,
|
|
2833
2506
|
];
|
|
@@ -2835,10 +2508,7 @@ var ListMaps = [
|
|
|
2835
2508
|
9,
|
|
2836
2509
|
n0,
|
|
2837
2510
|
_LM,
|
|
2838
|
-
{
|
|
2839
|
-
[_h]: ["POST", "/maps/v0/list-maps", 200],
|
|
2840
|
-
[_en]: ["cp.maps."],
|
|
2841
|
-
},
|
|
2511
|
+
{ [_h]: ["POST", "/maps/v0/list-maps", 200], [_en]: ["cp.maps."] },
|
|
2842
2512
|
() => ListMapsRequest,
|
|
2843
2513
|
() => ListMapsResponse,
|
|
2844
2514
|
];
|
|
@@ -2846,10 +2516,7 @@ var ListPlaceIndexes = [
|
|
|
2846
2516
|
9,
|
|
2847
2517
|
n0,
|
|
2848
2518
|
_LPI,
|
|
2849
|
-
{
|
|
2850
|
-
[_h]: ["POST", "/places/v0/list-indexes", 200],
|
|
2851
|
-
[_en]: ["cp.places."],
|
|
2852
|
-
},
|
|
2519
|
+
{ [_h]: ["POST", "/places/v0/list-indexes", 200], [_en]: ["cp.places."] },
|
|
2853
2520
|
() => ListPlaceIndexesRequest,
|
|
2854
2521
|
() => ListPlaceIndexesResponse,
|
|
2855
2522
|
];
|
|
@@ -2857,10 +2524,7 @@ var ListRouteCalculators = [
|
|
|
2857
2524
|
9,
|
|
2858
2525
|
n0,
|
|
2859
2526
|
_LRC,
|
|
2860
|
-
{
|
|
2861
|
-
[_h]: ["POST", "/routes/v0/list-calculators", 200],
|
|
2862
|
-
[_en]: ["cp.routes."],
|
|
2863
|
-
},
|
|
2527
|
+
{ [_h]: ["POST", "/routes/v0/list-calculators", 200], [_en]: ["cp.routes."] },
|
|
2864
2528
|
() => ListRouteCalculatorsRequest,
|
|
2865
2529
|
() => ListRouteCalculatorsResponse,
|
|
2866
2530
|
];
|
|
@@ -2868,10 +2532,7 @@ var ListTagsForResource = [
|
|
|
2868
2532
|
9,
|
|
2869
2533
|
n0,
|
|
2870
2534
|
_LTFR,
|
|
2871
|
-
{
|
|
2872
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
2873
|
-
[_en]: ["cp.metadata."],
|
|
2874
|
-
},
|
|
2535
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200], [_en]: ["cp.metadata."] },
|
|
2875
2536
|
() => ListTagsForResourceRequest,
|
|
2876
2537
|
() => ListTagsForResourceResponse,
|
|
2877
2538
|
];
|
|
@@ -2879,10 +2540,7 @@ var ListTrackerConsumers = [
|
|
|
2879
2540
|
9,
|
|
2880
2541
|
n0,
|
|
2881
2542
|
_LTC,
|
|
2882
|
-
{
|
|
2883
|
-
[_en]: ["cp.tracking."],
|
|
2884
|
-
[_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/list-consumers", 200],
|
|
2885
|
-
},
|
|
2543
|
+
{ [_en]: ["cp.tracking."], [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/list-consumers", 200] },
|
|
2886
2544
|
() => ListTrackerConsumersRequest,
|
|
2887
2545
|
() => ListTrackerConsumersResponse,
|
|
2888
2546
|
];
|
|
@@ -2890,10 +2548,7 @@ var ListTrackers = [
|
|
|
2890
2548
|
9,
|
|
2891
2549
|
n0,
|
|
2892
2550
|
_LT,
|
|
2893
|
-
{
|
|
2894
|
-
[_en]: ["cp.tracking."],
|
|
2895
|
-
[_h]: ["POST", "/tracking/v0/list-trackers", 200],
|
|
2896
|
-
},
|
|
2551
|
+
{ [_en]: ["cp.tracking."], [_h]: ["POST", "/tracking/v0/list-trackers", 200] },
|
|
2897
2552
|
() => ListTrackersRequest,
|
|
2898
2553
|
() => ListTrackersResponse,
|
|
2899
2554
|
];
|
|
@@ -2901,10 +2556,7 @@ var PutGeofence = [
|
|
|
2901
2556
|
9,
|
|
2902
2557
|
n0,
|
|
2903
2558
|
_PGu,
|
|
2904
|
-
{
|
|
2905
|
-
[_h]: ["PUT", "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}", 200],
|
|
2906
|
-
[_en]: ["geofencing."],
|
|
2907
|
-
},
|
|
2559
|
+
{ [_h]: ["PUT", "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}", 200], [_en]: ["geofencing."] },
|
|
2908
2560
|
() => PutGeofenceRequest,
|
|
2909
2561
|
() => PutGeofenceResponse,
|
|
2910
2562
|
];
|
|
@@ -2912,10 +2564,7 @@ var SearchPlaceIndexForPosition = [
|
|
|
2912
2564
|
9,
|
|
2913
2565
|
n0,
|
|
2914
2566
|
_SPIFP,
|
|
2915
|
-
{
|
|
2916
|
-
[_h]: ["POST", "/places/v0/indexes/{IndexName}/search/position", 200],
|
|
2917
|
-
[_en]: ["places."],
|
|
2918
|
-
},
|
|
2567
|
+
{ [_h]: ["POST", "/places/v0/indexes/{IndexName}/search/position", 200], [_en]: ["places."] },
|
|
2919
2568
|
() => SearchPlaceIndexForPositionRequest,
|
|
2920
2569
|
() => SearchPlaceIndexForPositionResponse,
|
|
2921
2570
|
];
|
|
@@ -2923,10 +2572,7 @@ var SearchPlaceIndexForSuggestions = [
|
|
|
2923
2572
|
9,
|
|
2924
2573
|
n0,
|
|
2925
2574
|
_SPIFS,
|
|
2926
|
-
{
|
|
2927
|
-
[_h]: ["POST", "/places/v0/indexes/{IndexName}/search/suggestions", 200],
|
|
2928
|
-
[_en]: ["places."],
|
|
2929
|
-
},
|
|
2575
|
+
{ [_h]: ["POST", "/places/v0/indexes/{IndexName}/search/suggestions", 200], [_en]: ["places."] },
|
|
2930
2576
|
() => SearchPlaceIndexForSuggestionsRequest,
|
|
2931
2577
|
() => SearchPlaceIndexForSuggestionsResponse,
|
|
2932
2578
|
];
|
|
@@ -2934,10 +2580,7 @@ var SearchPlaceIndexForText = [
|
|
|
2934
2580
|
9,
|
|
2935
2581
|
n0,
|
|
2936
2582
|
_SPIFT,
|
|
2937
|
-
{
|
|
2938
|
-
[_h]: ["POST", "/places/v0/indexes/{IndexName}/search/text", 200],
|
|
2939
|
-
[_en]: ["places."],
|
|
2940
|
-
},
|
|
2583
|
+
{ [_h]: ["POST", "/places/v0/indexes/{IndexName}/search/text", 200], [_en]: ["places."] },
|
|
2941
2584
|
() => SearchPlaceIndexForTextRequest,
|
|
2942
2585
|
() => SearchPlaceIndexForTextResponse,
|
|
2943
2586
|
];
|
|
@@ -2945,10 +2588,7 @@ var TagResource = [
|
|
|
2945
2588
|
9,
|
|
2946
2589
|
n0,
|
|
2947
2590
|
_TR,
|
|
2948
|
-
{
|
|
2949
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 200],
|
|
2950
|
-
[_en]: ["cp.metadata."],
|
|
2951
|
-
},
|
|
2591
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200], [_en]: ["cp.metadata."] },
|
|
2952
2592
|
() => TagResourceRequest,
|
|
2953
2593
|
() => TagResourceResponse,
|
|
2954
2594
|
];
|
|
@@ -2956,10 +2596,7 @@ var UntagResource = [
|
|
|
2956
2596
|
9,
|
|
2957
2597
|
n0,
|
|
2958
2598
|
_UR,
|
|
2959
|
-
{
|
|
2960
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
2961
|
-
[_en]: ["cp.metadata."],
|
|
2962
|
-
},
|
|
2599
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200], [_en]: ["cp.metadata."] },
|
|
2963
2600
|
() => UntagResourceRequest,
|
|
2964
2601
|
() => UntagResourceResponse,
|
|
2965
2602
|
];
|
|
@@ -2967,10 +2604,7 @@ var UpdateGeofenceCollection = [
|
|
|
2967
2604
|
9,
|
|
2968
2605
|
n0,
|
|
2969
2606
|
_UGC,
|
|
2970
|
-
{
|
|
2971
|
-
[_h]: ["PATCH", "/geofencing/v0/collections/{CollectionName}", 200],
|
|
2972
|
-
[_en]: ["cp.geofencing."],
|
|
2973
|
-
},
|
|
2607
|
+
{ [_h]: ["PATCH", "/geofencing/v0/collections/{CollectionName}", 200], [_en]: ["cp.geofencing."] },
|
|
2974
2608
|
() => UpdateGeofenceCollectionRequest,
|
|
2975
2609
|
() => UpdateGeofenceCollectionResponse,
|
|
2976
2610
|
];
|
|
@@ -2978,10 +2612,7 @@ var UpdateKey = [
|
|
|
2978
2612
|
9,
|
|
2979
2613
|
n0,
|
|
2980
2614
|
_UK,
|
|
2981
|
-
{
|
|
2982
|
-
[_h]: ["PATCH", "/metadata/v0/keys/{KeyName}", 200],
|
|
2983
|
-
[_en]: ["cp.metadata."],
|
|
2984
|
-
},
|
|
2615
|
+
{ [_h]: ["PATCH", "/metadata/v0/keys/{KeyName}", 200], [_en]: ["cp.metadata."] },
|
|
2985
2616
|
() => UpdateKeyRequest,
|
|
2986
2617
|
() => UpdateKeyResponse,
|
|
2987
2618
|
];
|
|
@@ -2989,10 +2620,7 @@ var UpdateMap = [
|
|
|
2989
2620
|
9,
|
|
2990
2621
|
n0,
|
|
2991
2622
|
_UM,
|
|
2992
|
-
{
|
|
2993
|
-
[_h]: ["PATCH", "/maps/v0/maps/{MapName}", 200],
|
|
2994
|
-
[_en]: ["cp.maps."],
|
|
2995
|
-
},
|
|
2623
|
+
{ [_h]: ["PATCH", "/maps/v0/maps/{MapName}", 200], [_en]: ["cp.maps."] },
|
|
2996
2624
|
() => UpdateMapRequest,
|
|
2997
2625
|
() => UpdateMapResponse,
|
|
2998
2626
|
];
|
|
@@ -3000,10 +2628,7 @@ var UpdatePlaceIndex = [
|
|
|
3000
2628
|
9,
|
|
3001
2629
|
n0,
|
|
3002
2630
|
_UPI,
|
|
3003
|
-
{
|
|
3004
|
-
[_h]: ["PATCH", "/places/v0/indexes/{IndexName}", 200],
|
|
3005
|
-
[_en]: ["cp.places."],
|
|
3006
|
-
},
|
|
2631
|
+
{ [_h]: ["PATCH", "/places/v0/indexes/{IndexName}", 200], [_en]: ["cp.places."] },
|
|
3007
2632
|
() => UpdatePlaceIndexRequest,
|
|
3008
2633
|
() => UpdatePlaceIndexResponse,
|
|
3009
2634
|
];
|
|
@@ -3011,10 +2636,7 @@ var UpdateRouteCalculator = [
|
|
|
3011
2636
|
9,
|
|
3012
2637
|
n0,
|
|
3013
2638
|
_URC,
|
|
3014
|
-
{
|
|
3015
|
-
[_h]: ["PATCH", "/routes/v0/calculators/{CalculatorName}", 200],
|
|
3016
|
-
[_en]: ["cp.routes."],
|
|
3017
|
-
},
|
|
2639
|
+
{ [_h]: ["PATCH", "/routes/v0/calculators/{CalculatorName}", 200], [_en]: ["cp.routes."] },
|
|
3018
2640
|
() => UpdateRouteCalculatorRequest,
|
|
3019
2641
|
() => UpdateRouteCalculatorResponse,
|
|
3020
2642
|
];
|
|
@@ -3022,10 +2644,7 @@ var UpdateTracker = [
|
|
|
3022
2644
|
9,
|
|
3023
2645
|
n0,
|
|
3024
2646
|
_UTp,
|
|
3025
|
-
{
|
|
3026
|
-
[_h]: ["PATCH", "/tracking/v0/trackers/{TrackerName}", 200],
|
|
3027
|
-
[_en]: ["cp.tracking."],
|
|
3028
|
-
},
|
|
2647
|
+
{ [_h]: ["PATCH", "/tracking/v0/trackers/{TrackerName}", 200], [_en]: ["cp.tracking."] },
|
|
3029
2648
|
() => UpdateTrackerRequest,
|
|
3030
2649
|
() => UpdateTrackerResponse,
|
|
3031
2650
|
];
|
|
@@ -3033,10 +2652,7 @@ var VerifyDevicePosition = [
|
|
|
3033
2652
|
9,
|
|
3034
2653
|
n0,
|
|
3035
2654
|
_VDP,
|
|
3036
|
-
{
|
|
3037
|
-
[_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/positions/verify", 200],
|
|
3038
|
-
[_en]: ["tracking."],
|
|
3039
|
-
},
|
|
2655
|
+
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/positions/verify", 200], [_en]: ["tracking."] },
|
|
3040
2656
|
() => VerifyDevicePositionRequest,
|
|
3041
2657
|
() => VerifyDevicePositionResponse,
|
|
3042
2658
|
];
|