@aws-sdk/client-location 3.495.0 → 3.499.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 +63 -60
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -6424,32 +6424,24 @@ var paginateListTrackers = (0, import_core.createPaginator)(LocationClient, List
|
|
|
6424
6424
|
// src/index.ts
|
|
6425
6425
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
6426
6426
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6427
|
+
|
|
6427
6428
|
0 && (module.exports = {
|
|
6428
|
-
|
|
6429
|
+
LocationServiceException,
|
|
6430
|
+
__Client,
|
|
6431
|
+
LocationClient,
|
|
6432
|
+
Location,
|
|
6433
|
+
$Command,
|
|
6429
6434
|
AssociateTrackerConsumerCommand,
|
|
6430
6435
|
BatchDeleteDevicePositionHistoryCommand,
|
|
6431
6436
|
BatchDeleteGeofenceCommand,
|
|
6432
6437
|
BatchEvaluateGeofencesCommand,
|
|
6433
|
-
BatchEvaluateGeofencesRequestFilterSensitiveLog,
|
|
6434
6438
|
BatchGetDevicePositionCommand,
|
|
6435
|
-
BatchGetDevicePositionResponseFilterSensitiveLog,
|
|
6436
6439
|
BatchPutGeofenceCommand,
|
|
6437
|
-
BatchPutGeofenceRequestEntryFilterSensitiveLog,
|
|
6438
|
-
BatchPutGeofenceRequestFilterSensitiveLog,
|
|
6439
6440
|
BatchUpdateDevicePositionCommand,
|
|
6440
|
-
BatchUpdateDevicePositionRequestFilterSensitiveLog,
|
|
6441
6441
|
CalculateRouteCommand,
|
|
6442
6442
|
CalculateRouteMatrixCommand,
|
|
6443
|
-
CalculateRouteMatrixRequestFilterSensitiveLog,
|
|
6444
|
-
CalculateRouteMatrixResponseFilterSensitiveLog,
|
|
6445
|
-
CalculateRouteRequestFilterSensitiveLog,
|
|
6446
|
-
CalculateRouteResponseFilterSensitiveLog,
|
|
6447
|
-
CalculateRouteSummaryFilterSensitiveLog,
|
|
6448
|
-
CircleFilterSensitiveLog,
|
|
6449
|
-
ConflictException,
|
|
6450
6443
|
CreateGeofenceCollectionCommand,
|
|
6451
6444
|
CreateKeyCommand,
|
|
6452
|
-
CreateKeyResponseFilterSensitiveLog,
|
|
6453
6445
|
CreateMapCommand,
|
|
6454
6446
|
CreatePlaceIndexCommand,
|
|
6455
6447
|
CreateRouteCalculatorCommand,
|
|
@@ -6462,43 +6454,22 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6462
6454
|
DeleteTrackerCommand,
|
|
6463
6455
|
DescribeGeofenceCollectionCommand,
|
|
6464
6456
|
DescribeKeyCommand,
|
|
6465
|
-
DescribeKeyResponseFilterSensitiveLog,
|
|
6466
6457
|
DescribeMapCommand,
|
|
6467
6458
|
DescribePlaceIndexCommand,
|
|
6468
6459
|
DescribeRouteCalculatorCommand,
|
|
6469
6460
|
DescribeTrackerCommand,
|
|
6470
|
-
DevicePositionFilterSensitiveLog,
|
|
6471
|
-
DevicePositionUpdateFilterSensitiveLog,
|
|
6472
6461
|
DisassociateTrackerConsumerCommand,
|
|
6473
|
-
GeofenceGeometryFilterSensitiveLog,
|
|
6474
6462
|
GetDevicePositionCommand,
|
|
6475
6463
|
GetDevicePositionHistoryCommand,
|
|
6476
|
-
GetDevicePositionHistoryResponseFilterSensitiveLog,
|
|
6477
|
-
GetDevicePositionResponseFilterSensitiveLog,
|
|
6478
6464
|
GetGeofenceCommand,
|
|
6479
|
-
GetGeofenceResponseFilterSensitiveLog,
|
|
6480
6465
|
GetMapGlyphsCommand,
|
|
6481
|
-
GetMapGlyphsRequestFilterSensitiveLog,
|
|
6482
6466
|
GetMapSpritesCommand,
|
|
6483
|
-
GetMapSpritesRequestFilterSensitiveLog,
|
|
6484
6467
|
GetMapStyleDescriptorCommand,
|
|
6485
|
-
GetMapStyleDescriptorRequestFilterSensitiveLog,
|
|
6486
6468
|
GetMapTileCommand,
|
|
6487
|
-
GetMapTileRequestFilterSensitiveLog,
|
|
6488
6469
|
GetPlaceCommand,
|
|
6489
|
-
GetPlaceRequestFilterSensitiveLog,
|
|
6490
|
-
GetPlaceResponseFilterSensitiveLog,
|
|
6491
|
-
InternalServerException,
|
|
6492
|
-
LegFilterSensitiveLog,
|
|
6493
|
-
LegGeometryFilterSensitiveLog,
|
|
6494
6470
|
ListDevicePositionsCommand,
|
|
6495
|
-
ListDevicePositionsRequestFilterSensitiveLog,
|
|
6496
|
-
ListDevicePositionsResponseEntryFilterSensitiveLog,
|
|
6497
|
-
ListDevicePositionsResponseFilterSensitiveLog,
|
|
6498
6471
|
ListGeofenceCollectionsCommand,
|
|
6499
|
-
ListGeofenceResponseEntryFilterSensitiveLog,
|
|
6500
6472
|
ListGeofencesCommand,
|
|
6501
|
-
ListGeofencesResponseFilterSensitiveLog,
|
|
6502
6473
|
ListKeysCommand,
|
|
6503
6474
|
ListMapsCommand,
|
|
6504
6475
|
ListPlaceIndexesCommand,
|
|
@@ -6506,33 +6477,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6506
6477
|
ListTagsForResourceCommand,
|
|
6507
6478
|
ListTrackerConsumersCommand,
|
|
6508
6479
|
ListTrackersCommand,
|
|
6509
|
-
Location,
|
|
6510
|
-
LocationClient,
|
|
6511
|
-
LocationServiceException,
|
|
6512
|
-
PlaceFilterSensitiveLog,
|
|
6513
|
-
PlaceGeometryFilterSensitiveLog,
|
|
6514
6480
|
PutGeofenceCommand,
|
|
6515
|
-
PutGeofenceRequestFilterSensitiveLog,
|
|
6516
|
-
ResourceNotFoundException,
|
|
6517
|
-
SearchForPositionResultFilterSensitiveLog,
|
|
6518
|
-
SearchForTextResultFilterSensitiveLog,
|
|
6519
6481
|
SearchPlaceIndexForPositionCommand,
|
|
6520
|
-
SearchPlaceIndexForPositionRequestFilterSensitiveLog,
|
|
6521
|
-
SearchPlaceIndexForPositionResponseFilterSensitiveLog,
|
|
6522
|
-
SearchPlaceIndexForPositionSummaryFilterSensitiveLog,
|
|
6523
6482
|
SearchPlaceIndexForSuggestionsCommand,
|
|
6524
|
-
SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog,
|
|
6525
|
-
SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog,
|
|
6526
|
-
SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog,
|
|
6527
6483
|
SearchPlaceIndexForTextCommand,
|
|
6528
|
-
SearchPlaceIndexForTextRequestFilterSensitiveLog,
|
|
6529
|
-
SearchPlaceIndexForTextResponseFilterSensitiveLog,
|
|
6530
|
-
SearchPlaceIndexForTextSummaryFilterSensitiveLog,
|
|
6531
|
-
ServiceQuotaExceededException,
|
|
6532
|
-
StepFilterSensitiveLog,
|
|
6533
6484
|
TagResourceCommand,
|
|
6534
|
-
ThrottlingException,
|
|
6535
|
-
TrackingFilterGeometryFilterSensitiveLog,
|
|
6536
6485
|
UntagResourceCommand,
|
|
6537
6486
|
UpdateGeofenceCollectionCommand,
|
|
6538
6487
|
UpdateKeyCommand,
|
|
@@ -6540,8 +6489,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6540
6489
|
UpdatePlaceIndexCommand,
|
|
6541
6490
|
UpdateRouteCalculatorCommand,
|
|
6542
6491
|
UpdateTrackerCommand,
|
|
6543
|
-
ValidationException,
|
|
6544
|
-
__Client,
|
|
6545
6492
|
paginateGetDevicePositionHistory,
|
|
6546
6493
|
paginateListDevicePositions,
|
|
6547
6494
|
paginateListGeofenceCollections,
|
|
@@ -6551,5 +6498,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6551
6498
|
paginateListPlaceIndexes,
|
|
6552
6499
|
paginateListRouteCalculators,
|
|
6553
6500
|
paginateListTrackerConsumers,
|
|
6554
|
-
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
|
|
6555
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.499.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,48 +20,48 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-stream": "^2.1.
|
|
60
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-stream": "^2.1.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|