@aws-sdk/client-location 3.496.0 → 3.501.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 +61 -60
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -6426,31 +6426,22 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6426
6426
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6427
6427
|
|
|
6428
6428
|
0 && (module.exports = {
|
|
6429
|
-
|
|
6429
|
+
LocationServiceException,
|
|
6430
|
+
__Client,
|
|
6431
|
+
LocationClient,
|
|
6432
|
+
Location,
|
|
6433
|
+
$Command,
|
|
6430
6434
|
AssociateTrackerConsumerCommand,
|
|
6431
6435
|
BatchDeleteDevicePositionHistoryCommand,
|
|
6432
6436
|
BatchDeleteGeofenceCommand,
|
|
6433
6437
|
BatchEvaluateGeofencesCommand,
|
|
6434
|
-
BatchEvaluateGeofencesRequestFilterSensitiveLog,
|
|
6435
6438
|
BatchGetDevicePositionCommand,
|
|
6436
|
-
BatchGetDevicePositionResponseFilterSensitiveLog,
|
|
6437
6439
|
BatchPutGeofenceCommand,
|
|
6438
|
-
BatchPutGeofenceRequestEntryFilterSensitiveLog,
|
|
6439
|
-
BatchPutGeofenceRequestFilterSensitiveLog,
|
|
6440
6440
|
BatchUpdateDevicePositionCommand,
|
|
6441
|
-
BatchUpdateDevicePositionRequestFilterSensitiveLog,
|
|
6442
6441
|
CalculateRouteCommand,
|
|
6443
6442
|
CalculateRouteMatrixCommand,
|
|
6444
|
-
CalculateRouteMatrixRequestFilterSensitiveLog,
|
|
6445
|
-
CalculateRouteMatrixResponseFilterSensitiveLog,
|
|
6446
|
-
CalculateRouteRequestFilterSensitiveLog,
|
|
6447
|
-
CalculateRouteResponseFilterSensitiveLog,
|
|
6448
|
-
CalculateRouteSummaryFilterSensitiveLog,
|
|
6449
|
-
CircleFilterSensitiveLog,
|
|
6450
|
-
ConflictException,
|
|
6451
6443
|
CreateGeofenceCollectionCommand,
|
|
6452
6444
|
CreateKeyCommand,
|
|
6453
|
-
CreateKeyResponseFilterSensitiveLog,
|
|
6454
6445
|
CreateMapCommand,
|
|
6455
6446
|
CreatePlaceIndexCommand,
|
|
6456
6447
|
CreateRouteCalculatorCommand,
|
|
@@ -6463,43 +6454,22 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6463
6454
|
DeleteTrackerCommand,
|
|
6464
6455
|
DescribeGeofenceCollectionCommand,
|
|
6465
6456
|
DescribeKeyCommand,
|
|
6466
|
-
DescribeKeyResponseFilterSensitiveLog,
|
|
6467
6457
|
DescribeMapCommand,
|
|
6468
6458
|
DescribePlaceIndexCommand,
|
|
6469
6459
|
DescribeRouteCalculatorCommand,
|
|
6470
6460
|
DescribeTrackerCommand,
|
|
6471
|
-
DevicePositionFilterSensitiveLog,
|
|
6472
|
-
DevicePositionUpdateFilterSensitiveLog,
|
|
6473
6461
|
DisassociateTrackerConsumerCommand,
|
|
6474
|
-
GeofenceGeometryFilterSensitiveLog,
|
|
6475
6462
|
GetDevicePositionCommand,
|
|
6476
6463
|
GetDevicePositionHistoryCommand,
|
|
6477
|
-
GetDevicePositionHistoryResponseFilterSensitiveLog,
|
|
6478
|
-
GetDevicePositionResponseFilterSensitiveLog,
|
|
6479
6464
|
GetGeofenceCommand,
|
|
6480
|
-
GetGeofenceResponseFilterSensitiveLog,
|
|
6481
6465
|
GetMapGlyphsCommand,
|
|
6482
|
-
GetMapGlyphsRequestFilterSensitiveLog,
|
|
6483
6466
|
GetMapSpritesCommand,
|
|
6484
|
-
GetMapSpritesRequestFilterSensitiveLog,
|
|
6485
6467
|
GetMapStyleDescriptorCommand,
|
|
6486
|
-
GetMapStyleDescriptorRequestFilterSensitiveLog,
|
|
6487
6468
|
GetMapTileCommand,
|
|
6488
|
-
GetMapTileRequestFilterSensitiveLog,
|
|
6489
6469
|
GetPlaceCommand,
|
|
6490
|
-
GetPlaceRequestFilterSensitiveLog,
|
|
6491
|
-
GetPlaceResponseFilterSensitiveLog,
|
|
6492
|
-
InternalServerException,
|
|
6493
|
-
LegFilterSensitiveLog,
|
|
6494
|
-
LegGeometryFilterSensitiveLog,
|
|
6495
6470
|
ListDevicePositionsCommand,
|
|
6496
|
-
ListDevicePositionsRequestFilterSensitiveLog,
|
|
6497
|
-
ListDevicePositionsResponseEntryFilterSensitiveLog,
|
|
6498
|
-
ListDevicePositionsResponseFilterSensitiveLog,
|
|
6499
6471
|
ListGeofenceCollectionsCommand,
|
|
6500
|
-
ListGeofenceResponseEntryFilterSensitiveLog,
|
|
6501
6472
|
ListGeofencesCommand,
|
|
6502
|
-
ListGeofencesResponseFilterSensitiveLog,
|
|
6503
6473
|
ListKeysCommand,
|
|
6504
6474
|
ListMapsCommand,
|
|
6505
6475
|
ListPlaceIndexesCommand,
|
|
@@ -6507,33 +6477,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6507
6477
|
ListTagsForResourceCommand,
|
|
6508
6478
|
ListTrackerConsumersCommand,
|
|
6509
6479
|
ListTrackersCommand,
|
|
6510
|
-
Location,
|
|
6511
|
-
LocationClient,
|
|
6512
|
-
LocationServiceException,
|
|
6513
|
-
PlaceFilterSensitiveLog,
|
|
6514
|
-
PlaceGeometryFilterSensitiveLog,
|
|
6515
6480
|
PutGeofenceCommand,
|
|
6516
|
-
PutGeofenceRequestFilterSensitiveLog,
|
|
6517
|
-
ResourceNotFoundException,
|
|
6518
|
-
SearchForPositionResultFilterSensitiveLog,
|
|
6519
|
-
SearchForTextResultFilterSensitiveLog,
|
|
6520
6481
|
SearchPlaceIndexForPositionCommand,
|
|
6521
|
-
SearchPlaceIndexForPositionRequestFilterSensitiveLog,
|
|
6522
|
-
SearchPlaceIndexForPositionResponseFilterSensitiveLog,
|
|
6523
|
-
SearchPlaceIndexForPositionSummaryFilterSensitiveLog,
|
|
6524
6482
|
SearchPlaceIndexForSuggestionsCommand,
|
|
6525
|
-
SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog,
|
|
6526
|
-
SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog,
|
|
6527
|
-
SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog,
|
|
6528
6483
|
SearchPlaceIndexForTextCommand,
|
|
6529
|
-
SearchPlaceIndexForTextRequestFilterSensitiveLog,
|
|
6530
|
-
SearchPlaceIndexForTextResponseFilterSensitiveLog,
|
|
6531
|
-
SearchPlaceIndexForTextSummaryFilterSensitiveLog,
|
|
6532
|
-
ServiceQuotaExceededException,
|
|
6533
|
-
StepFilterSensitiveLog,
|
|
6534
6484
|
TagResourceCommand,
|
|
6535
|
-
ThrottlingException,
|
|
6536
|
-
TrackingFilterGeometryFilterSensitiveLog,
|
|
6537
6485
|
UntagResourceCommand,
|
|
6538
6486
|
UpdateGeofenceCollectionCommand,
|
|
6539
6487
|
UpdateKeyCommand,
|
|
@@ -6541,8 +6489,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6541
6489
|
UpdatePlaceIndexCommand,
|
|
6542
6490
|
UpdateRouteCalculatorCommand,
|
|
6543
6491
|
UpdateTrackerCommand,
|
|
6544
|
-
ValidationException,
|
|
6545
|
-
__Client,
|
|
6546
6492
|
paginateGetDevicePositionHistory,
|
|
6547
6493
|
paginateListDevicePositions,
|
|
6548
6494
|
paginateListGeofenceCollections,
|
|
@@ -6552,6 +6498,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6552
6498
|
paginateListPlaceIndexes,
|
|
6553
6499
|
paginateListRouteCalculators,
|
|
6554
6500
|
paginateListTrackerConsumers,
|
|
6555
|
-
paginateListTrackers
|
|
6501
|
+
paginateListTrackers,
|
|
6502
|
+
AccessDeniedException,
|
|
6503
|
+
ConflictException,
|
|
6504
|
+
InternalServerException,
|
|
6505
|
+
ServiceQuotaExceededException,
|
|
6506
|
+
ThrottlingException,
|
|
6507
|
+
ValidationException,
|
|
6508
|
+
ResourceNotFoundException,
|
|
6509
|
+
CreateKeyResponseFilterSensitiveLog,
|
|
6510
|
+
DescribeKeyResponseFilterSensitiveLog,
|
|
6511
|
+
DevicePositionUpdateFilterSensitiveLog,
|
|
6512
|
+
BatchEvaluateGeofencesRequestFilterSensitiveLog,
|
|
6513
|
+
DevicePositionFilterSensitiveLog,
|
|
6514
|
+
BatchGetDevicePositionResponseFilterSensitiveLog,
|
|
6515
|
+
CircleFilterSensitiveLog,
|
|
6516
|
+
GeofenceGeometryFilterSensitiveLog,
|
|
6517
|
+
BatchPutGeofenceRequestEntryFilterSensitiveLog,
|
|
6518
|
+
BatchPutGeofenceRequestFilterSensitiveLog,
|
|
6519
|
+
BatchUpdateDevicePositionRequestFilterSensitiveLog,
|
|
6520
|
+
CalculateRouteRequestFilterSensitiveLog,
|
|
6521
|
+
LegGeometryFilterSensitiveLog,
|
|
6522
|
+
StepFilterSensitiveLog,
|
|
6523
|
+
LegFilterSensitiveLog,
|
|
6524
|
+
CalculateRouteSummaryFilterSensitiveLog,
|
|
6525
|
+
CalculateRouteResponseFilterSensitiveLog,
|
|
6526
|
+
CalculateRouteMatrixRequestFilterSensitiveLog,
|
|
6527
|
+
CalculateRouteMatrixResponseFilterSensitiveLog,
|
|
6528
|
+
GetGeofenceResponseFilterSensitiveLog,
|
|
6529
|
+
ListGeofenceResponseEntryFilterSensitiveLog,
|
|
6530
|
+
ListGeofencesResponseFilterSensitiveLog,
|
|
6531
|
+
PutGeofenceRequestFilterSensitiveLog,
|
|
6532
|
+
GetDevicePositionResponseFilterSensitiveLog,
|
|
6533
|
+
GetDevicePositionHistoryResponseFilterSensitiveLog,
|
|
6534
|
+
GetMapGlyphsRequestFilterSensitiveLog,
|
|
6535
|
+
GetMapSpritesRequestFilterSensitiveLog,
|
|
6536
|
+
GetMapStyleDescriptorRequestFilterSensitiveLog,
|
|
6537
|
+
GetMapTileRequestFilterSensitiveLog,
|
|
6538
|
+
GetPlaceRequestFilterSensitiveLog,
|
|
6539
|
+
PlaceGeometryFilterSensitiveLog,
|
|
6540
|
+
PlaceFilterSensitiveLog,
|
|
6541
|
+
GetPlaceResponseFilterSensitiveLog,
|
|
6542
|
+
TrackingFilterGeometryFilterSensitiveLog,
|
|
6543
|
+
ListDevicePositionsRequestFilterSensitiveLog,
|
|
6544
|
+
ListDevicePositionsResponseEntryFilterSensitiveLog,
|
|
6545
|
+
ListDevicePositionsResponseFilterSensitiveLog,
|
|
6546
|
+
SearchPlaceIndexForPositionRequestFilterSensitiveLog,
|
|
6547
|
+
SearchForPositionResultFilterSensitiveLog,
|
|
6548
|
+
SearchPlaceIndexForPositionSummaryFilterSensitiveLog,
|
|
6549
|
+
SearchPlaceIndexForPositionResponseFilterSensitiveLog,
|
|
6550
|
+
SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog,
|
|
6551
|
+
SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog,
|
|
6552
|
+
SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog,
|
|
6553
|
+
SearchPlaceIndexForTextRequestFilterSensitiveLog,
|
|
6554
|
+
SearchForTextResultFilterSensitiveLog,
|
|
6555
|
+
SearchPlaceIndexForTextSummaryFilterSensitiveLog,
|
|
6556
|
+
SearchPlaceIndexForTextResponseFilterSensitiveLog
|
|
6556
6557
|
});
|
|
6557
6558
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-location",
|
|
3
3
|
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-location",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|