@aws-sdk/client-location 3.37.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/commands/index.js +53 -0
- package/dist-cjs/index.js +4 -62
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-es/commands/index.js +50 -0
- package/dist-es/index.js +4 -62
- package/dist-es/pagination/index.js +10 -0
- package/dist-types/commands/index.d.ts +50 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AssociateTrackerConsumerCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./BatchDeleteDevicePositionHistoryCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./BatchDeleteGeofenceCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./BatchEvaluateGeofencesCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./BatchGetDevicePositionCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./BatchPutGeofenceCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./BatchUpdateDevicePositionCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CalculateRouteCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateGeofenceCollectionCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateMapCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreatePlaceIndexCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreateRouteCalculatorCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./CreateTrackerCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteGeofenceCollectionCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteMapCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeletePlaceIndexCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteRouteCalculatorCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteTrackerCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DescribeGeofenceCollectionCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DescribeMapCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DescribePlaceIndexCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DescribeRouteCalculatorCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeTrackerCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DisassociateTrackerConsumerCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./GetDevicePositionCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetDevicePositionHistoryCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./GetGeofenceCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./GetMapGlyphsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./GetMapSpritesCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./GetMapStyleDescriptorCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./GetMapTileCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./ListDevicePositionsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./ListGeofenceCollectionsCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./ListGeofencesCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./ListMapsCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListPlaceIndexesCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListRouteCalculatorsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListTrackerConsumersCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ListTrackersCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./PutGeofenceCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./SearchPlaceIndexForPositionCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./SearchPlaceIndexForTextCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./UpdateGeofenceCollectionCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./UpdateMapCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./UpdatePlaceIndexCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./UpdateRouteCalculatorCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./UpdateTrackerCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,66 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./LocationClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Location"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/BatchGetDevicePositionCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/BatchPutGeofenceCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/BatchUpdateDevicePositionCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CalculateRouteCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateGeofenceCollectionCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateMapCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreatePlaceIndexCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateRouteCalculatorCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/CreateTrackerCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteGeofenceCollectionCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteMapCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeletePlaceIndexCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteRouteCalculatorCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteTrackerCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DescribeGeofenceCollectionCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DescribeMapCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DescribePlaceIndexCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DescribeRouteCalculatorCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DescribeTrackerCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DisassociateTrackerConsumerCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/GetDevicePositionCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/GetDevicePositionHistoryCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/GetDevicePositionHistoryPaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/GetGeofenceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/GetMapGlyphsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/GetMapSpritesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/GetMapStyleDescriptorCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/GetMapTileCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/ListDevicePositionsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./pagination/ListDevicePositionsPaginator"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/ListGeofenceCollectionsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./pagination/ListGeofenceCollectionsPaginator"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/ListGeofencesCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./pagination/ListGeofencesPaginator"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/ListMapsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./pagination/ListMapsPaginator"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/ListPlaceIndexesCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./pagination/ListPlaceIndexesPaginator"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/ListRouteCalculatorsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./pagination/ListRouteCalculatorsPaginator"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/ListTrackerConsumersCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/ListTrackerConsumersPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/ListTrackersCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./pagination/ListTrackersPaginator"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/PutGeofenceCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/SearchPlaceIndexForPositionCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/SearchPlaceIndexForTextCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/UpdateGeofenceCollectionCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/UpdateMapCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/UpdatePlaceIndexCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/UpdateRouteCalculatorCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/UpdateTrackerCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./LocationClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./GetDevicePositionHistoryPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListDevicePositionsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListGeofenceCollectionsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListGeofencesPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListMapsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListPlaceIndexesPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListRouteCalculatorsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListTrackerConsumersPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListTrackersPaginator"), exports);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export * from "./AssociateTrackerConsumerCommand";
|
|
2
|
+
export * from "./BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
+
export * from "./BatchDeleteGeofenceCommand";
|
|
4
|
+
export * from "./BatchEvaluateGeofencesCommand";
|
|
5
|
+
export * from "./BatchGetDevicePositionCommand";
|
|
6
|
+
export * from "./BatchPutGeofenceCommand";
|
|
7
|
+
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
|
+
export * from "./CalculateRouteCommand";
|
|
9
|
+
export * from "./CreateGeofenceCollectionCommand";
|
|
10
|
+
export * from "./CreateMapCommand";
|
|
11
|
+
export * from "./CreatePlaceIndexCommand";
|
|
12
|
+
export * from "./CreateRouteCalculatorCommand";
|
|
13
|
+
export * from "./CreateTrackerCommand";
|
|
14
|
+
export * from "./DeleteGeofenceCollectionCommand";
|
|
15
|
+
export * from "./DeleteMapCommand";
|
|
16
|
+
export * from "./DeletePlaceIndexCommand";
|
|
17
|
+
export * from "./DeleteRouteCalculatorCommand";
|
|
18
|
+
export * from "./DeleteTrackerCommand";
|
|
19
|
+
export * from "./DescribeGeofenceCollectionCommand";
|
|
20
|
+
export * from "./DescribeMapCommand";
|
|
21
|
+
export * from "./DescribePlaceIndexCommand";
|
|
22
|
+
export * from "./DescribeRouteCalculatorCommand";
|
|
23
|
+
export * from "./DescribeTrackerCommand";
|
|
24
|
+
export * from "./DisassociateTrackerConsumerCommand";
|
|
25
|
+
export * from "./GetDevicePositionCommand";
|
|
26
|
+
export * from "./GetDevicePositionHistoryCommand";
|
|
27
|
+
export * from "./GetGeofenceCommand";
|
|
28
|
+
export * from "./GetMapGlyphsCommand";
|
|
29
|
+
export * from "./GetMapSpritesCommand";
|
|
30
|
+
export * from "./GetMapStyleDescriptorCommand";
|
|
31
|
+
export * from "./GetMapTileCommand";
|
|
32
|
+
export * from "./ListDevicePositionsCommand";
|
|
33
|
+
export * from "./ListGeofenceCollectionsCommand";
|
|
34
|
+
export * from "./ListGeofencesCommand";
|
|
35
|
+
export * from "./ListMapsCommand";
|
|
36
|
+
export * from "./ListPlaceIndexesCommand";
|
|
37
|
+
export * from "./ListRouteCalculatorsCommand";
|
|
38
|
+
export * from "./ListTagsForResourceCommand";
|
|
39
|
+
export * from "./ListTrackerConsumersCommand";
|
|
40
|
+
export * from "./ListTrackersCommand";
|
|
41
|
+
export * from "./PutGeofenceCommand";
|
|
42
|
+
export * from "./SearchPlaceIndexForPositionCommand";
|
|
43
|
+
export * from "./SearchPlaceIndexForTextCommand";
|
|
44
|
+
export * from "./TagResourceCommand";
|
|
45
|
+
export * from "./UntagResourceCommand";
|
|
46
|
+
export * from "./UpdateGeofenceCollectionCommand";
|
|
47
|
+
export * from "./UpdateMapCommand";
|
|
48
|
+
export * from "./UpdatePlaceIndexCommand";
|
|
49
|
+
export * from "./UpdateRouteCalculatorCommand";
|
|
50
|
+
export * from "./UpdateTrackerCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,63 +1,5 @@
|
|
|
1
|
-
export * from "./LocationClient";
|
|
2
1
|
export * from "./Location";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchGetDevicePositionCommand";
|
|
8
|
-
export * from "./commands/BatchPutGeofenceCommand";
|
|
9
|
-
export * from "./commands/BatchUpdateDevicePositionCommand";
|
|
10
|
-
export * from "./commands/CalculateRouteCommand";
|
|
11
|
-
export * from "./commands/CreateGeofenceCollectionCommand";
|
|
12
|
-
export * from "./commands/CreateMapCommand";
|
|
13
|
-
export * from "./commands/CreatePlaceIndexCommand";
|
|
14
|
-
export * from "./commands/CreateRouteCalculatorCommand";
|
|
15
|
-
export * from "./commands/CreateTrackerCommand";
|
|
16
|
-
export * from "./commands/DeleteGeofenceCollectionCommand";
|
|
17
|
-
export * from "./commands/DeleteMapCommand";
|
|
18
|
-
export * from "./commands/DeletePlaceIndexCommand";
|
|
19
|
-
export * from "./commands/DeleteRouteCalculatorCommand";
|
|
20
|
-
export * from "./commands/DeleteTrackerCommand";
|
|
21
|
-
export * from "./commands/DescribeGeofenceCollectionCommand";
|
|
22
|
-
export * from "./commands/DescribeMapCommand";
|
|
23
|
-
export * from "./commands/DescribePlaceIndexCommand";
|
|
24
|
-
export * from "./commands/DescribeRouteCalculatorCommand";
|
|
25
|
-
export * from "./commands/DescribeTrackerCommand";
|
|
26
|
-
export * from "./commands/DisassociateTrackerConsumerCommand";
|
|
27
|
-
export * from "./commands/GetDevicePositionCommand";
|
|
28
|
-
export * from "./commands/GetDevicePositionHistoryCommand";
|
|
29
|
-
export * from "./pagination/GetDevicePositionHistoryPaginator";
|
|
30
|
-
export * from "./commands/GetGeofenceCommand";
|
|
31
|
-
export * from "./commands/GetMapGlyphsCommand";
|
|
32
|
-
export * from "./commands/GetMapSpritesCommand";
|
|
33
|
-
export * from "./commands/GetMapStyleDescriptorCommand";
|
|
34
|
-
export * from "./commands/GetMapTileCommand";
|
|
35
|
-
export * from "./commands/ListDevicePositionsCommand";
|
|
36
|
-
export * from "./pagination/ListDevicePositionsPaginator";
|
|
37
|
-
export * from "./commands/ListGeofenceCollectionsCommand";
|
|
38
|
-
export * from "./pagination/ListGeofenceCollectionsPaginator";
|
|
39
|
-
export * from "./commands/ListGeofencesCommand";
|
|
40
|
-
export * from "./pagination/ListGeofencesPaginator";
|
|
41
|
-
export * from "./commands/ListMapsCommand";
|
|
42
|
-
export * from "./pagination/ListMapsPaginator";
|
|
43
|
-
export * from "./commands/ListPlaceIndexesCommand";
|
|
44
|
-
export * from "./pagination/ListPlaceIndexesPaginator";
|
|
45
|
-
export * from "./commands/ListRouteCalculatorsCommand";
|
|
46
|
-
export * from "./pagination/ListRouteCalculatorsPaginator";
|
|
47
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
48
|
-
export * from "./commands/ListTrackerConsumersCommand";
|
|
49
|
-
export * from "./pagination/ListTrackerConsumersPaginator";
|
|
50
|
-
export * from "./commands/ListTrackersCommand";
|
|
51
|
-
export * from "./pagination/ListTrackersPaginator";
|
|
52
|
-
export * from "./commands/PutGeofenceCommand";
|
|
53
|
-
export * from "./commands/SearchPlaceIndexForPositionCommand";
|
|
54
|
-
export * from "./commands/SearchPlaceIndexForTextCommand";
|
|
55
|
-
export * from "./commands/TagResourceCommand";
|
|
56
|
-
export * from "./commands/UntagResourceCommand";
|
|
57
|
-
export * from "./commands/UpdateGeofenceCollectionCommand";
|
|
58
|
-
export * from "./commands/UpdateMapCommand";
|
|
59
|
-
export * from "./commands/UpdatePlaceIndexCommand";
|
|
60
|
-
export * from "./commands/UpdateRouteCalculatorCommand";
|
|
61
|
-
export * from "./commands/UpdateTrackerCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./LocationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./GetDevicePositionHistoryPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListDevicePositionsPaginator";
|
|
4
|
+
export * from "./ListGeofenceCollectionsPaginator";
|
|
5
|
+
export * from "./ListGeofencesPaginator";
|
|
6
|
+
export * from "./ListMapsPaginator";
|
|
7
|
+
export * from "./ListPlaceIndexesPaginator";
|
|
8
|
+
export * from "./ListRouteCalculatorsPaginator";
|
|
9
|
+
export * from "./ListTrackerConsumersPaginator";
|
|
10
|
+
export * from "./ListTrackersPaginator";
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export * from "./AssociateTrackerConsumerCommand";
|
|
2
|
+
export * from "./BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
+
export * from "./BatchDeleteGeofenceCommand";
|
|
4
|
+
export * from "./BatchEvaluateGeofencesCommand";
|
|
5
|
+
export * from "./BatchGetDevicePositionCommand";
|
|
6
|
+
export * from "./BatchPutGeofenceCommand";
|
|
7
|
+
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
|
+
export * from "./CalculateRouteCommand";
|
|
9
|
+
export * from "./CreateGeofenceCollectionCommand";
|
|
10
|
+
export * from "./CreateMapCommand";
|
|
11
|
+
export * from "./CreatePlaceIndexCommand";
|
|
12
|
+
export * from "./CreateRouteCalculatorCommand";
|
|
13
|
+
export * from "./CreateTrackerCommand";
|
|
14
|
+
export * from "./DeleteGeofenceCollectionCommand";
|
|
15
|
+
export * from "./DeleteMapCommand";
|
|
16
|
+
export * from "./DeletePlaceIndexCommand";
|
|
17
|
+
export * from "./DeleteRouteCalculatorCommand";
|
|
18
|
+
export * from "./DeleteTrackerCommand";
|
|
19
|
+
export * from "./DescribeGeofenceCollectionCommand";
|
|
20
|
+
export * from "./DescribeMapCommand";
|
|
21
|
+
export * from "./DescribePlaceIndexCommand";
|
|
22
|
+
export * from "./DescribeRouteCalculatorCommand";
|
|
23
|
+
export * from "./DescribeTrackerCommand";
|
|
24
|
+
export * from "./DisassociateTrackerConsumerCommand";
|
|
25
|
+
export * from "./GetDevicePositionCommand";
|
|
26
|
+
export * from "./GetDevicePositionHistoryCommand";
|
|
27
|
+
export * from "./GetGeofenceCommand";
|
|
28
|
+
export * from "./GetMapGlyphsCommand";
|
|
29
|
+
export * from "./GetMapSpritesCommand";
|
|
30
|
+
export * from "./GetMapStyleDescriptorCommand";
|
|
31
|
+
export * from "./GetMapTileCommand";
|
|
32
|
+
export * from "./ListDevicePositionsCommand";
|
|
33
|
+
export * from "./ListGeofenceCollectionsCommand";
|
|
34
|
+
export * from "./ListGeofencesCommand";
|
|
35
|
+
export * from "./ListMapsCommand";
|
|
36
|
+
export * from "./ListPlaceIndexesCommand";
|
|
37
|
+
export * from "./ListRouteCalculatorsCommand";
|
|
38
|
+
export * from "./ListTagsForResourceCommand";
|
|
39
|
+
export * from "./ListTrackerConsumersCommand";
|
|
40
|
+
export * from "./ListTrackersCommand";
|
|
41
|
+
export * from "./PutGeofenceCommand";
|
|
42
|
+
export * from "./SearchPlaceIndexForPositionCommand";
|
|
43
|
+
export * from "./SearchPlaceIndexForTextCommand";
|
|
44
|
+
export * from "./TagResourceCommand";
|
|
45
|
+
export * from "./UntagResourceCommand";
|
|
46
|
+
export * from "./UpdateGeofenceCollectionCommand";
|
|
47
|
+
export * from "./UpdateMapCommand";
|
|
48
|
+
export * from "./UpdatePlaceIndexCommand";
|
|
49
|
+
export * from "./UpdateRouteCalculatorCommand";
|
|
50
|
+
export * from "./UpdateTrackerCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,63 +1,5 @@
|
|
|
1
|
-
export * from "./LocationClient";
|
|
2
1
|
export * from "./Location";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchGetDevicePositionCommand";
|
|
8
|
-
export * from "./commands/BatchPutGeofenceCommand";
|
|
9
|
-
export * from "./commands/BatchUpdateDevicePositionCommand";
|
|
10
|
-
export * from "./commands/CalculateRouteCommand";
|
|
11
|
-
export * from "./commands/CreateGeofenceCollectionCommand";
|
|
12
|
-
export * from "./commands/CreateMapCommand";
|
|
13
|
-
export * from "./commands/CreatePlaceIndexCommand";
|
|
14
|
-
export * from "./commands/CreateRouteCalculatorCommand";
|
|
15
|
-
export * from "./commands/CreateTrackerCommand";
|
|
16
|
-
export * from "./commands/DeleteGeofenceCollectionCommand";
|
|
17
|
-
export * from "./commands/DeleteMapCommand";
|
|
18
|
-
export * from "./commands/DeletePlaceIndexCommand";
|
|
19
|
-
export * from "./commands/DeleteRouteCalculatorCommand";
|
|
20
|
-
export * from "./commands/DeleteTrackerCommand";
|
|
21
|
-
export * from "./commands/DescribeGeofenceCollectionCommand";
|
|
22
|
-
export * from "./commands/DescribeMapCommand";
|
|
23
|
-
export * from "./commands/DescribePlaceIndexCommand";
|
|
24
|
-
export * from "./commands/DescribeRouteCalculatorCommand";
|
|
25
|
-
export * from "./commands/DescribeTrackerCommand";
|
|
26
|
-
export * from "./commands/DisassociateTrackerConsumerCommand";
|
|
27
|
-
export * from "./commands/GetDevicePositionCommand";
|
|
28
|
-
export * from "./commands/GetDevicePositionHistoryCommand";
|
|
29
|
-
export * from "./pagination/GetDevicePositionHistoryPaginator";
|
|
30
|
-
export * from "./commands/GetGeofenceCommand";
|
|
31
|
-
export * from "./commands/GetMapGlyphsCommand";
|
|
32
|
-
export * from "./commands/GetMapSpritesCommand";
|
|
33
|
-
export * from "./commands/GetMapStyleDescriptorCommand";
|
|
34
|
-
export * from "./commands/GetMapTileCommand";
|
|
35
|
-
export * from "./commands/ListDevicePositionsCommand";
|
|
36
|
-
export * from "./pagination/ListDevicePositionsPaginator";
|
|
37
|
-
export * from "./commands/ListGeofenceCollectionsCommand";
|
|
38
|
-
export * from "./pagination/ListGeofenceCollectionsPaginator";
|
|
39
|
-
export * from "./commands/ListGeofencesCommand";
|
|
40
|
-
export * from "./pagination/ListGeofencesPaginator";
|
|
41
|
-
export * from "./commands/ListMapsCommand";
|
|
42
|
-
export * from "./pagination/ListMapsPaginator";
|
|
43
|
-
export * from "./commands/ListPlaceIndexesCommand";
|
|
44
|
-
export * from "./pagination/ListPlaceIndexesPaginator";
|
|
45
|
-
export * from "./commands/ListRouteCalculatorsCommand";
|
|
46
|
-
export * from "./pagination/ListRouteCalculatorsPaginator";
|
|
47
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
48
|
-
export * from "./commands/ListTrackerConsumersCommand";
|
|
49
|
-
export * from "./pagination/ListTrackerConsumersPaginator";
|
|
50
|
-
export * from "./commands/ListTrackersCommand";
|
|
51
|
-
export * from "./pagination/ListTrackersPaginator";
|
|
52
|
-
export * from "./commands/PutGeofenceCommand";
|
|
53
|
-
export * from "./commands/SearchPlaceIndexForPositionCommand";
|
|
54
|
-
export * from "./commands/SearchPlaceIndexForTextCommand";
|
|
55
|
-
export * from "./commands/TagResourceCommand";
|
|
56
|
-
export * from "./commands/UntagResourceCommand";
|
|
57
|
-
export * from "./commands/UpdateGeofenceCollectionCommand";
|
|
58
|
-
export * from "./commands/UpdateMapCommand";
|
|
59
|
-
export * from "./commands/UpdatePlaceIndexCommand";
|
|
60
|
-
export * from "./commands/UpdateRouteCalculatorCommand";
|
|
61
|
-
export * from "./commands/UpdateTrackerCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./LocationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./GetDevicePositionHistoryPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListDevicePositionsPaginator";
|
|
4
|
+
export * from "./ListGeofenceCollectionsPaginator";
|
|
5
|
+
export * from "./ListGeofencesPaginator";
|
|
6
|
+
export * from "./ListMapsPaginator";
|
|
7
|
+
export * from "./ListPlaceIndexesPaginator";
|
|
8
|
+
export * from "./ListRouteCalculatorsPaginator";
|
|
9
|
+
export * from "./ListTrackerConsumersPaginator";
|
|
10
|
+
export * from "./ListTrackersPaginator";
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export * from "./AssociateTrackerConsumerCommand";
|
|
2
|
+
export * from "./BatchDeleteDevicePositionHistoryCommand";
|
|
3
|
+
export * from "./BatchDeleteGeofenceCommand";
|
|
4
|
+
export * from "./BatchEvaluateGeofencesCommand";
|
|
5
|
+
export * from "./BatchGetDevicePositionCommand";
|
|
6
|
+
export * from "./BatchPutGeofenceCommand";
|
|
7
|
+
export * from "./BatchUpdateDevicePositionCommand";
|
|
8
|
+
export * from "./CalculateRouteCommand";
|
|
9
|
+
export * from "./CreateGeofenceCollectionCommand";
|
|
10
|
+
export * from "./CreateMapCommand";
|
|
11
|
+
export * from "./CreatePlaceIndexCommand";
|
|
12
|
+
export * from "./CreateRouteCalculatorCommand";
|
|
13
|
+
export * from "./CreateTrackerCommand";
|
|
14
|
+
export * from "./DeleteGeofenceCollectionCommand";
|
|
15
|
+
export * from "./DeleteMapCommand";
|
|
16
|
+
export * from "./DeletePlaceIndexCommand";
|
|
17
|
+
export * from "./DeleteRouteCalculatorCommand";
|
|
18
|
+
export * from "./DeleteTrackerCommand";
|
|
19
|
+
export * from "./DescribeGeofenceCollectionCommand";
|
|
20
|
+
export * from "./DescribeMapCommand";
|
|
21
|
+
export * from "./DescribePlaceIndexCommand";
|
|
22
|
+
export * from "./DescribeRouteCalculatorCommand";
|
|
23
|
+
export * from "./DescribeTrackerCommand";
|
|
24
|
+
export * from "./DisassociateTrackerConsumerCommand";
|
|
25
|
+
export * from "./GetDevicePositionCommand";
|
|
26
|
+
export * from "./GetDevicePositionHistoryCommand";
|
|
27
|
+
export * from "./GetGeofenceCommand";
|
|
28
|
+
export * from "./GetMapGlyphsCommand";
|
|
29
|
+
export * from "./GetMapSpritesCommand";
|
|
30
|
+
export * from "./GetMapStyleDescriptorCommand";
|
|
31
|
+
export * from "./GetMapTileCommand";
|
|
32
|
+
export * from "./ListDevicePositionsCommand";
|
|
33
|
+
export * from "./ListGeofenceCollectionsCommand";
|
|
34
|
+
export * from "./ListGeofencesCommand";
|
|
35
|
+
export * from "./ListMapsCommand";
|
|
36
|
+
export * from "./ListPlaceIndexesCommand";
|
|
37
|
+
export * from "./ListRouteCalculatorsCommand";
|
|
38
|
+
export * from "./ListTagsForResourceCommand";
|
|
39
|
+
export * from "./ListTrackerConsumersCommand";
|
|
40
|
+
export * from "./ListTrackersCommand";
|
|
41
|
+
export * from "./PutGeofenceCommand";
|
|
42
|
+
export * from "./SearchPlaceIndexForPositionCommand";
|
|
43
|
+
export * from "./SearchPlaceIndexForTextCommand";
|
|
44
|
+
export * from "./TagResourceCommand";
|
|
45
|
+
export * from "./UntagResourceCommand";
|
|
46
|
+
export * from "./UpdateGeofenceCollectionCommand";
|
|
47
|
+
export * from "./UpdateMapCommand";
|
|
48
|
+
export * from "./UpdatePlaceIndexCommand";
|
|
49
|
+
export * from "./UpdateRouteCalculatorCommand";
|
|
50
|
+
export * from "./UpdateTrackerCommand";
|
|
@@ -1,63 +1,5 @@
|
|
|
1
|
-
export * from "./LocationClient";
|
|
2
1
|
export * from "./Location";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchGetDevicePositionCommand";
|
|
8
|
-
export * from "./commands/BatchPutGeofenceCommand";
|
|
9
|
-
export * from "./commands/BatchUpdateDevicePositionCommand";
|
|
10
|
-
export * from "./commands/CalculateRouteCommand";
|
|
11
|
-
export * from "./commands/CreateGeofenceCollectionCommand";
|
|
12
|
-
export * from "./commands/CreateMapCommand";
|
|
13
|
-
export * from "./commands/CreatePlaceIndexCommand";
|
|
14
|
-
export * from "./commands/CreateRouteCalculatorCommand";
|
|
15
|
-
export * from "./commands/CreateTrackerCommand";
|
|
16
|
-
export * from "./commands/DeleteGeofenceCollectionCommand";
|
|
17
|
-
export * from "./commands/DeleteMapCommand";
|
|
18
|
-
export * from "./commands/DeletePlaceIndexCommand";
|
|
19
|
-
export * from "./commands/DeleteRouteCalculatorCommand";
|
|
20
|
-
export * from "./commands/DeleteTrackerCommand";
|
|
21
|
-
export * from "./commands/DescribeGeofenceCollectionCommand";
|
|
22
|
-
export * from "./commands/DescribeMapCommand";
|
|
23
|
-
export * from "./commands/DescribePlaceIndexCommand";
|
|
24
|
-
export * from "./commands/DescribeRouteCalculatorCommand";
|
|
25
|
-
export * from "./commands/DescribeTrackerCommand";
|
|
26
|
-
export * from "./commands/DisassociateTrackerConsumerCommand";
|
|
27
|
-
export * from "./commands/GetDevicePositionCommand";
|
|
28
|
-
export * from "./commands/GetDevicePositionHistoryCommand";
|
|
29
|
-
export * from "./pagination/GetDevicePositionHistoryPaginator";
|
|
30
|
-
export * from "./commands/GetGeofenceCommand";
|
|
31
|
-
export * from "./commands/GetMapGlyphsCommand";
|
|
32
|
-
export * from "./commands/GetMapSpritesCommand";
|
|
33
|
-
export * from "./commands/GetMapStyleDescriptorCommand";
|
|
34
|
-
export * from "./commands/GetMapTileCommand";
|
|
35
|
-
export * from "./commands/ListDevicePositionsCommand";
|
|
36
|
-
export * from "./pagination/ListDevicePositionsPaginator";
|
|
37
|
-
export * from "./commands/ListGeofenceCollectionsCommand";
|
|
38
|
-
export * from "./pagination/ListGeofenceCollectionsPaginator";
|
|
39
|
-
export * from "./commands/ListGeofencesCommand";
|
|
40
|
-
export * from "./pagination/ListGeofencesPaginator";
|
|
41
|
-
export * from "./commands/ListMapsCommand";
|
|
42
|
-
export * from "./pagination/ListMapsPaginator";
|
|
43
|
-
export * from "./commands/ListPlaceIndexesCommand";
|
|
44
|
-
export * from "./pagination/ListPlaceIndexesPaginator";
|
|
45
|
-
export * from "./commands/ListRouteCalculatorsCommand";
|
|
46
|
-
export * from "./pagination/ListRouteCalculatorsPaginator";
|
|
47
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
48
|
-
export * from "./commands/ListTrackerConsumersCommand";
|
|
49
|
-
export * from "./pagination/ListTrackerConsumersPaginator";
|
|
50
|
-
export * from "./commands/ListTrackersCommand";
|
|
51
|
-
export * from "./pagination/ListTrackersPaginator";
|
|
52
|
-
export * from "./commands/PutGeofenceCommand";
|
|
53
|
-
export * from "./commands/SearchPlaceIndexForPositionCommand";
|
|
54
|
-
export * from "./commands/SearchPlaceIndexForTextCommand";
|
|
55
|
-
export * from "./commands/TagResourceCommand";
|
|
56
|
-
export * from "./commands/UntagResourceCommand";
|
|
57
|
-
export * from "./commands/UpdateGeofenceCollectionCommand";
|
|
58
|
-
export * from "./commands/UpdateMapCommand";
|
|
59
|
-
export * from "./commands/UpdatePlaceIndexCommand";
|
|
60
|
-
export * from "./commands/UpdateRouteCalculatorCommand";
|
|
61
|
-
export * from "./commands/UpdateTrackerCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./LocationClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./GetDevicePositionHistoryPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListDevicePositionsPaginator";
|
|
4
|
+
export * from "./ListGeofenceCollectionsPaginator";
|
|
5
|
+
export * from "./ListGeofencesPaginator";
|
|
6
|
+
export * from "./ListMapsPaginator";
|
|
7
|
+
export * from "./ListPlaceIndexesPaginator";
|
|
8
|
+
export * from "./ListRouteCalculatorsPaginator";
|
|
9
|
+
export * from "./ListTrackerConsumersPaginator";
|
|
10
|
+
export * from "./ListTrackersPaginator";
|
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.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.1.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.1.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|