@aws-sdk/client-iotsitewise 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 +63 -0
- package/dist-cjs/index.js +5 -82
- package/dist-cjs/pagination/index.js +17 -0
- package/dist-cjs/waiters/index.js +9 -0
- package/dist-es/commands/index.js +60 -0
- package/dist-es/index.js +5 -82
- package/dist-es/pagination/index.js +14 -0
- package/dist-es/waiters/index.js +6 -0
- package/dist-types/commands/index.d.ts +60 -0
- package/dist-types/index.d.ts +5 -82
- package/dist-types/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/commands/index.d.ts +60 -0
- package/dist-types/ts3.4/index.d.ts +5 -82
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/dist-types/waiters/index.d.ts +6 -0
- package/package.json +25 -25
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,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AssociateAssetsCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./BatchAssociateProjectAssetsCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./BatchDisassociateProjectAssetsCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./BatchPutAssetPropertyValueCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateAccessPolicyCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateAssetCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateAssetModelCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateDashboardCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateGatewayCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreatePortalCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateProjectCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteAccessPolicyCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteAssetCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteAssetModelCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteDashboardCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteGatewayCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeletePortalCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteProjectCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DescribeAccessPolicyCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DescribeAssetCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DescribeAssetModelCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DescribeAssetPropertyCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeDashboardCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DescribeDefaultEncryptionConfigurationCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DescribeGatewayCapabilityConfigurationCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DescribeGatewayCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribeLoggingOptionsCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribePortalCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribeProjectCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribeStorageConfigurationCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DisassociateAssetsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./GetAssetPropertyAggregatesCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./GetAssetPropertyValueCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./GetAssetPropertyValueHistoryCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./GetInterpolatedAssetPropertyValuesCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListAccessPoliciesCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListAssetModelsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListAssetRelationshipsCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListAssetsCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ListAssociatedAssetsCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./ListDashboardsCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./ListGatewaysCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./ListPortalsCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./ListProjectAssetsCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ListProjectsCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./PutDefaultEncryptionConfigurationCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./PutLoggingOptionsCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./PutStorageConfigurationCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./UpdateAccessPolicyCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./UpdateAssetCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./UpdateAssetModelCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./UpdateAssetPropertyCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./UpdateDashboardCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./UpdateGatewayCapabilityConfigurationCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./UpdateGatewayCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./UpdatePortalCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./UpdateProjectCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,86 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./IoTSiteWiseClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./IoTSiteWise"), 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("./
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateAssetCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateAssetModelCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateDashboardCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateGatewayCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreatePortalCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateProjectCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteAccessPolicyCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteAssetCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteAssetModelCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteDashboardCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteGatewayCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeletePortalCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteProjectCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DescribeAccessPolicyCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DescribeAssetCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./waiters/waitForAssetActive"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./waiters/waitForAssetNotExists"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DescribeAssetModelCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./waiters/waitForAssetModelActive"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./waiters/waitForAssetModelNotExists"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DescribeAssetPropertyCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/DescribeDashboardCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/DescribeDefaultEncryptionConfigurationCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/DescribeGatewayCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/DescribeGatewayCapabilityConfigurationCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/DescribeLoggingOptionsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/DescribePortalCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./waiters/waitForPortalActive"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./waiters/waitForPortalNotExists"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/DescribeProjectCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/DescribeStorageConfigurationCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/DisassociateAssetsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/GetAssetPropertyAggregatesCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./pagination/GetAssetPropertyAggregatesPaginator"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/GetAssetPropertyValueCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/GetAssetPropertyValueHistoryCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./pagination/GetAssetPropertyValueHistoryPaginator"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/GetInterpolatedAssetPropertyValuesCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./pagination/GetInterpolatedAssetPropertyValuesPaginator"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/ListAccessPoliciesCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./pagination/ListAccessPoliciesPaginator"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/ListAssetModelsCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./pagination/ListAssetModelsPaginator"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/ListAssetRelationshipsCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./pagination/ListAssetRelationshipsPaginator"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/ListAssetsCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./pagination/ListAssetsPaginator"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/ListAssociatedAssetsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./pagination/ListAssociatedAssetsPaginator"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/ListDashboardsCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./pagination/ListDashboardsPaginator"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/ListGatewaysCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./pagination/ListGatewaysPaginator"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/ListPortalsCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./pagination/ListPortalsPaginator"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/ListProjectAssetsCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./pagination/ListProjectAssetsPaginator"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/ListProjectsCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./pagination/ListProjectsPaginator"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/PutDefaultEncryptionConfigurationCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/PutLoggingOptionsCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/PutStorageConfigurationCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./commands/UpdateAccessPolicyCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./commands/UpdateAssetCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./commands/UpdateAssetModelCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./commands/UpdateAssetPropertyCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./commands/UpdateDashboardCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./commands/UpdateGatewayCommand"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./commands/UpdateGatewayCapabilityConfigurationCommand"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./commands/UpdatePortalCommand"), exports);
|
|
84
|
-
tslib_1.__exportStar(require("./commands/UpdateProjectCommand"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
86
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./IoTSiteWiseClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./GetAssetPropertyAggregatesPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./GetAssetPropertyValueHistoryPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./GetInterpolatedAssetPropertyValuesPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListAccessPoliciesPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListAssetModelsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListAssetRelationshipsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListAssetsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListAssociatedAssetsPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListDashboardsPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListGatewaysPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListPortalsPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListProjectAssetsPaginator"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ListProjectsPaginator"), exports);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./waitForAssetActive"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./waitForAssetModelActive"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./waitForAssetModelNotExists"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./waitForAssetNotExists"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./waitForPortalActive"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waitForPortalNotExists"), exports);
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export * from "./AssociateAssetsCommand";
|
|
2
|
+
export * from "./BatchAssociateProjectAssetsCommand";
|
|
3
|
+
export * from "./BatchDisassociateProjectAssetsCommand";
|
|
4
|
+
export * from "./BatchPutAssetPropertyValueCommand";
|
|
5
|
+
export * from "./CreateAccessPolicyCommand";
|
|
6
|
+
export * from "./CreateAssetCommand";
|
|
7
|
+
export * from "./CreateAssetModelCommand";
|
|
8
|
+
export * from "./CreateDashboardCommand";
|
|
9
|
+
export * from "./CreateGatewayCommand";
|
|
10
|
+
export * from "./CreatePortalCommand";
|
|
11
|
+
export * from "./CreateProjectCommand";
|
|
12
|
+
export * from "./DeleteAccessPolicyCommand";
|
|
13
|
+
export * from "./DeleteAssetCommand";
|
|
14
|
+
export * from "./DeleteAssetModelCommand";
|
|
15
|
+
export * from "./DeleteDashboardCommand";
|
|
16
|
+
export * from "./DeleteGatewayCommand";
|
|
17
|
+
export * from "./DeletePortalCommand";
|
|
18
|
+
export * from "./DeleteProjectCommand";
|
|
19
|
+
export * from "./DescribeAccessPolicyCommand";
|
|
20
|
+
export * from "./DescribeAssetCommand";
|
|
21
|
+
export * from "./DescribeAssetModelCommand";
|
|
22
|
+
export * from "./DescribeAssetPropertyCommand";
|
|
23
|
+
export * from "./DescribeDashboardCommand";
|
|
24
|
+
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
25
|
+
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
26
|
+
export * from "./DescribeGatewayCommand";
|
|
27
|
+
export * from "./DescribeLoggingOptionsCommand";
|
|
28
|
+
export * from "./DescribePortalCommand";
|
|
29
|
+
export * from "./DescribeProjectCommand";
|
|
30
|
+
export * from "./DescribeStorageConfigurationCommand";
|
|
31
|
+
export * from "./DisassociateAssetsCommand";
|
|
32
|
+
export * from "./GetAssetPropertyAggregatesCommand";
|
|
33
|
+
export * from "./GetAssetPropertyValueCommand";
|
|
34
|
+
export * from "./GetAssetPropertyValueHistoryCommand";
|
|
35
|
+
export * from "./GetInterpolatedAssetPropertyValuesCommand";
|
|
36
|
+
export * from "./ListAccessPoliciesCommand";
|
|
37
|
+
export * from "./ListAssetModelsCommand";
|
|
38
|
+
export * from "./ListAssetRelationshipsCommand";
|
|
39
|
+
export * from "./ListAssetsCommand";
|
|
40
|
+
export * from "./ListAssociatedAssetsCommand";
|
|
41
|
+
export * from "./ListDashboardsCommand";
|
|
42
|
+
export * from "./ListGatewaysCommand";
|
|
43
|
+
export * from "./ListPortalsCommand";
|
|
44
|
+
export * from "./ListProjectAssetsCommand";
|
|
45
|
+
export * from "./ListProjectsCommand";
|
|
46
|
+
export * from "./ListTagsForResourceCommand";
|
|
47
|
+
export * from "./PutDefaultEncryptionConfigurationCommand";
|
|
48
|
+
export * from "./PutLoggingOptionsCommand";
|
|
49
|
+
export * from "./PutStorageConfigurationCommand";
|
|
50
|
+
export * from "./TagResourceCommand";
|
|
51
|
+
export * from "./UntagResourceCommand";
|
|
52
|
+
export * from "./UpdateAccessPolicyCommand";
|
|
53
|
+
export * from "./UpdateAssetCommand";
|
|
54
|
+
export * from "./UpdateAssetModelCommand";
|
|
55
|
+
export * from "./UpdateAssetPropertyCommand";
|
|
56
|
+
export * from "./UpdateDashboardCommand";
|
|
57
|
+
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|
|
58
|
+
export * from "./UpdateGatewayCommand";
|
|
59
|
+
export * from "./UpdatePortalCommand";
|
|
60
|
+
export * from "./UpdateProjectCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,83 +1,6 @@
|
|
|
1
|
-
export * from "./IoTSiteWiseClient";
|
|
2
1
|
export * from "./IoTSiteWise";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateAssetCommand";
|
|
9
|
-
export * from "./commands/CreateAssetModelCommand";
|
|
10
|
-
export * from "./commands/CreateDashboardCommand";
|
|
11
|
-
export * from "./commands/CreateGatewayCommand";
|
|
12
|
-
export * from "./commands/CreatePortalCommand";
|
|
13
|
-
export * from "./commands/CreateProjectCommand";
|
|
14
|
-
export * from "./commands/DeleteAccessPolicyCommand";
|
|
15
|
-
export * from "./commands/DeleteAssetCommand";
|
|
16
|
-
export * from "./commands/DeleteAssetModelCommand";
|
|
17
|
-
export * from "./commands/DeleteDashboardCommand";
|
|
18
|
-
export * from "./commands/DeleteGatewayCommand";
|
|
19
|
-
export * from "./commands/DeletePortalCommand";
|
|
20
|
-
export * from "./commands/DeleteProjectCommand";
|
|
21
|
-
export * from "./commands/DescribeAccessPolicyCommand";
|
|
22
|
-
export * from "./commands/DescribeAssetCommand";
|
|
23
|
-
export * from "./waiters/waitForAssetActive";
|
|
24
|
-
export * from "./waiters/waitForAssetNotExists";
|
|
25
|
-
export * from "./commands/DescribeAssetModelCommand";
|
|
26
|
-
export * from "./waiters/waitForAssetModelActive";
|
|
27
|
-
export * from "./waiters/waitForAssetModelNotExists";
|
|
28
|
-
export * from "./commands/DescribeAssetPropertyCommand";
|
|
29
|
-
export * from "./commands/DescribeDashboardCommand";
|
|
30
|
-
export * from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
31
|
-
export * from "./commands/DescribeGatewayCommand";
|
|
32
|
-
export * from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
33
|
-
export * from "./commands/DescribeLoggingOptionsCommand";
|
|
34
|
-
export * from "./commands/DescribePortalCommand";
|
|
35
|
-
export * from "./waiters/waitForPortalActive";
|
|
36
|
-
export * from "./waiters/waitForPortalNotExists";
|
|
37
|
-
export * from "./commands/DescribeProjectCommand";
|
|
38
|
-
export * from "./commands/DescribeStorageConfigurationCommand";
|
|
39
|
-
export * from "./commands/DisassociateAssetsCommand";
|
|
40
|
-
export * from "./commands/GetAssetPropertyAggregatesCommand";
|
|
41
|
-
export * from "./pagination/GetAssetPropertyAggregatesPaginator";
|
|
42
|
-
export * from "./commands/GetAssetPropertyValueCommand";
|
|
43
|
-
export * from "./commands/GetAssetPropertyValueHistoryCommand";
|
|
44
|
-
export * from "./pagination/GetAssetPropertyValueHistoryPaginator";
|
|
45
|
-
export * from "./commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
46
|
-
export * from "./pagination/GetInterpolatedAssetPropertyValuesPaginator";
|
|
47
|
-
export * from "./commands/ListAccessPoliciesCommand";
|
|
48
|
-
export * from "./pagination/ListAccessPoliciesPaginator";
|
|
49
|
-
export * from "./commands/ListAssetModelsCommand";
|
|
50
|
-
export * from "./pagination/ListAssetModelsPaginator";
|
|
51
|
-
export * from "./commands/ListAssetRelationshipsCommand";
|
|
52
|
-
export * from "./pagination/ListAssetRelationshipsPaginator";
|
|
53
|
-
export * from "./commands/ListAssetsCommand";
|
|
54
|
-
export * from "./pagination/ListAssetsPaginator";
|
|
55
|
-
export * from "./commands/ListAssociatedAssetsCommand";
|
|
56
|
-
export * from "./pagination/ListAssociatedAssetsPaginator";
|
|
57
|
-
export * from "./commands/ListDashboardsCommand";
|
|
58
|
-
export * from "./pagination/ListDashboardsPaginator";
|
|
59
|
-
export * from "./commands/ListGatewaysCommand";
|
|
60
|
-
export * from "./pagination/ListGatewaysPaginator";
|
|
61
|
-
export * from "./commands/ListPortalsCommand";
|
|
62
|
-
export * from "./pagination/ListPortalsPaginator";
|
|
63
|
-
export * from "./commands/ListProjectAssetsCommand";
|
|
64
|
-
export * from "./pagination/ListProjectAssetsPaginator";
|
|
65
|
-
export * from "./commands/ListProjectsCommand";
|
|
66
|
-
export * from "./pagination/ListProjectsPaginator";
|
|
67
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
68
|
-
export * from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
69
|
-
export * from "./commands/PutLoggingOptionsCommand";
|
|
70
|
-
export * from "./commands/PutStorageConfigurationCommand";
|
|
71
|
-
export * from "./commands/TagResourceCommand";
|
|
72
|
-
export * from "./commands/UntagResourceCommand";
|
|
73
|
-
export * from "./commands/UpdateAccessPolicyCommand";
|
|
74
|
-
export * from "./commands/UpdateAssetCommand";
|
|
75
|
-
export * from "./commands/UpdateAssetModelCommand";
|
|
76
|
-
export * from "./commands/UpdateAssetPropertyCommand";
|
|
77
|
-
export * from "./commands/UpdateDashboardCommand";
|
|
78
|
-
export * from "./commands/UpdateGatewayCommand";
|
|
79
|
-
export * from "./commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
80
|
-
export * from "./commands/UpdatePortalCommand";
|
|
81
|
-
export * from "./commands/UpdateProjectCommand";
|
|
82
|
-
export * from "./pagination/Interfaces";
|
|
83
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./IoTSiteWiseClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./GetAssetPropertyAggregatesPaginator";
|
|
2
|
+
export * from "./GetAssetPropertyValueHistoryPaginator";
|
|
3
|
+
export * from "./GetInterpolatedAssetPropertyValuesPaginator";
|
|
4
|
+
export * from "./Interfaces";
|
|
5
|
+
export * from "./ListAccessPoliciesPaginator";
|
|
6
|
+
export * from "./ListAssetModelsPaginator";
|
|
7
|
+
export * from "./ListAssetRelationshipsPaginator";
|
|
8
|
+
export * from "./ListAssetsPaginator";
|
|
9
|
+
export * from "./ListAssociatedAssetsPaginator";
|
|
10
|
+
export * from "./ListDashboardsPaginator";
|
|
11
|
+
export * from "./ListGatewaysPaginator";
|
|
12
|
+
export * from "./ListPortalsPaginator";
|
|
13
|
+
export * from "./ListProjectAssetsPaginator";
|
|
14
|
+
export * from "./ListProjectsPaginator";
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export * from "./AssociateAssetsCommand";
|
|
2
|
+
export * from "./BatchAssociateProjectAssetsCommand";
|
|
3
|
+
export * from "./BatchDisassociateProjectAssetsCommand";
|
|
4
|
+
export * from "./BatchPutAssetPropertyValueCommand";
|
|
5
|
+
export * from "./CreateAccessPolicyCommand";
|
|
6
|
+
export * from "./CreateAssetCommand";
|
|
7
|
+
export * from "./CreateAssetModelCommand";
|
|
8
|
+
export * from "./CreateDashboardCommand";
|
|
9
|
+
export * from "./CreateGatewayCommand";
|
|
10
|
+
export * from "./CreatePortalCommand";
|
|
11
|
+
export * from "./CreateProjectCommand";
|
|
12
|
+
export * from "./DeleteAccessPolicyCommand";
|
|
13
|
+
export * from "./DeleteAssetCommand";
|
|
14
|
+
export * from "./DeleteAssetModelCommand";
|
|
15
|
+
export * from "./DeleteDashboardCommand";
|
|
16
|
+
export * from "./DeleteGatewayCommand";
|
|
17
|
+
export * from "./DeletePortalCommand";
|
|
18
|
+
export * from "./DeleteProjectCommand";
|
|
19
|
+
export * from "./DescribeAccessPolicyCommand";
|
|
20
|
+
export * from "./DescribeAssetCommand";
|
|
21
|
+
export * from "./DescribeAssetModelCommand";
|
|
22
|
+
export * from "./DescribeAssetPropertyCommand";
|
|
23
|
+
export * from "./DescribeDashboardCommand";
|
|
24
|
+
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
25
|
+
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
26
|
+
export * from "./DescribeGatewayCommand";
|
|
27
|
+
export * from "./DescribeLoggingOptionsCommand";
|
|
28
|
+
export * from "./DescribePortalCommand";
|
|
29
|
+
export * from "./DescribeProjectCommand";
|
|
30
|
+
export * from "./DescribeStorageConfigurationCommand";
|
|
31
|
+
export * from "./DisassociateAssetsCommand";
|
|
32
|
+
export * from "./GetAssetPropertyAggregatesCommand";
|
|
33
|
+
export * from "./GetAssetPropertyValueCommand";
|
|
34
|
+
export * from "./GetAssetPropertyValueHistoryCommand";
|
|
35
|
+
export * from "./GetInterpolatedAssetPropertyValuesCommand";
|
|
36
|
+
export * from "./ListAccessPoliciesCommand";
|
|
37
|
+
export * from "./ListAssetModelsCommand";
|
|
38
|
+
export * from "./ListAssetRelationshipsCommand";
|
|
39
|
+
export * from "./ListAssetsCommand";
|
|
40
|
+
export * from "./ListAssociatedAssetsCommand";
|
|
41
|
+
export * from "./ListDashboardsCommand";
|
|
42
|
+
export * from "./ListGatewaysCommand";
|
|
43
|
+
export * from "./ListPortalsCommand";
|
|
44
|
+
export * from "./ListProjectAssetsCommand";
|
|
45
|
+
export * from "./ListProjectsCommand";
|
|
46
|
+
export * from "./ListTagsForResourceCommand";
|
|
47
|
+
export * from "./PutDefaultEncryptionConfigurationCommand";
|
|
48
|
+
export * from "./PutLoggingOptionsCommand";
|
|
49
|
+
export * from "./PutStorageConfigurationCommand";
|
|
50
|
+
export * from "./TagResourceCommand";
|
|
51
|
+
export * from "./UntagResourceCommand";
|
|
52
|
+
export * from "./UpdateAccessPolicyCommand";
|
|
53
|
+
export * from "./UpdateAssetCommand";
|
|
54
|
+
export * from "./UpdateAssetModelCommand";
|
|
55
|
+
export * from "./UpdateAssetPropertyCommand";
|
|
56
|
+
export * from "./UpdateDashboardCommand";
|
|
57
|
+
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|
|
58
|
+
export * from "./UpdateGatewayCommand";
|
|
59
|
+
export * from "./UpdatePortalCommand";
|
|
60
|
+
export * from "./UpdateProjectCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,83 +1,6 @@
|
|
|
1
|
-
export * from "./IoTSiteWiseClient";
|
|
2
1
|
export * from "./IoTSiteWise";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateAssetCommand";
|
|
9
|
-
export * from "./commands/CreateAssetModelCommand";
|
|
10
|
-
export * from "./commands/CreateDashboardCommand";
|
|
11
|
-
export * from "./commands/CreateGatewayCommand";
|
|
12
|
-
export * from "./commands/CreatePortalCommand";
|
|
13
|
-
export * from "./commands/CreateProjectCommand";
|
|
14
|
-
export * from "./commands/DeleteAccessPolicyCommand";
|
|
15
|
-
export * from "./commands/DeleteAssetCommand";
|
|
16
|
-
export * from "./commands/DeleteAssetModelCommand";
|
|
17
|
-
export * from "./commands/DeleteDashboardCommand";
|
|
18
|
-
export * from "./commands/DeleteGatewayCommand";
|
|
19
|
-
export * from "./commands/DeletePortalCommand";
|
|
20
|
-
export * from "./commands/DeleteProjectCommand";
|
|
21
|
-
export * from "./commands/DescribeAccessPolicyCommand";
|
|
22
|
-
export * from "./commands/DescribeAssetCommand";
|
|
23
|
-
export * from "./waiters/waitForAssetActive";
|
|
24
|
-
export * from "./waiters/waitForAssetNotExists";
|
|
25
|
-
export * from "./commands/DescribeAssetModelCommand";
|
|
26
|
-
export * from "./waiters/waitForAssetModelActive";
|
|
27
|
-
export * from "./waiters/waitForAssetModelNotExists";
|
|
28
|
-
export * from "./commands/DescribeAssetPropertyCommand";
|
|
29
|
-
export * from "./commands/DescribeDashboardCommand";
|
|
30
|
-
export * from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
31
|
-
export * from "./commands/DescribeGatewayCommand";
|
|
32
|
-
export * from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
33
|
-
export * from "./commands/DescribeLoggingOptionsCommand";
|
|
34
|
-
export * from "./commands/DescribePortalCommand";
|
|
35
|
-
export * from "./waiters/waitForPortalActive";
|
|
36
|
-
export * from "./waiters/waitForPortalNotExists";
|
|
37
|
-
export * from "./commands/DescribeProjectCommand";
|
|
38
|
-
export * from "./commands/DescribeStorageConfigurationCommand";
|
|
39
|
-
export * from "./commands/DisassociateAssetsCommand";
|
|
40
|
-
export * from "./commands/GetAssetPropertyAggregatesCommand";
|
|
41
|
-
export * from "./pagination/GetAssetPropertyAggregatesPaginator";
|
|
42
|
-
export * from "./commands/GetAssetPropertyValueCommand";
|
|
43
|
-
export * from "./commands/GetAssetPropertyValueHistoryCommand";
|
|
44
|
-
export * from "./pagination/GetAssetPropertyValueHistoryPaginator";
|
|
45
|
-
export * from "./commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
46
|
-
export * from "./pagination/GetInterpolatedAssetPropertyValuesPaginator";
|
|
47
|
-
export * from "./commands/ListAccessPoliciesCommand";
|
|
48
|
-
export * from "./pagination/ListAccessPoliciesPaginator";
|
|
49
|
-
export * from "./commands/ListAssetModelsCommand";
|
|
50
|
-
export * from "./pagination/ListAssetModelsPaginator";
|
|
51
|
-
export * from "./commands/ListAssetRelationshipsCommand";
|
|
52
|
-
export * from "./pagination/ListAssetRelationshipsPaginator";
|
|
53
|
-
export * from "./commands/ListAssetsCommand";
|
|
54
|
-
export * from "./pagination/ListAssetsPaginator";
|
|
55
|
-
export * from "./commands/ListAssociatedAssetsCommand";
|
|
56
|
-
export * from "./pagination/ListAssociatedAssetsPaginator";
|
|
57
|
-
export * from "./commands/ListDashboardsCommand";
|
|
58
|
-
export * from "./pagination/ListDashboardsPaginator";
|
|
59
|
-
export * from "./commands/ListGatewaysCommand";
|
|
60
|
-
export * from "./pagination/ListGatewaysPaginator";
|
|
61
|
-
export * from "./commands/ListPortalsCommand";
|
|
62
|
-
export * from "./pagination/ListPortalsPaginator";
|
|
63
|
-
export * from "./commands/ListProjectAssetsCommand";
|
|
64
|
-
export * from "./pagination/ListProjectAssetsPaginator";
|
|
65
|
-
export * from "./commands/ListProjectsCommand";
|
|
66
|
-
export * from "./pagination/ListProjectsPaginator";
|
|
67
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
68
|
-
export * from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
69
|
-
export * from "./commands/PutLoggingOptionsCommand";
|
|
70
|
-
export * from "./commands/PutStorageConfigurationCommand";
|
|
71
|
-
export * from "./commands/TagResourceCommand";
|
|
72
|
-
export * from "./commands/UntagResourceCommand";
|
|
73
|
-
export * from "./commands/UpdateAccessPolicyCommand";
|
|
74
|
-
export * from "./commands/UpdateAssetCommand";
|
|
75
|
-
export * from "./commands/UpdateAssetModelCommand";
|
|
76
|
-
export * from "./commands/UpdateAssetPropertyCommand";
|
|
77
|
-
export * from "./commands/UpdateDashboardCommand";
|
|
78
|
-
export * from "./commands/UpdateGatewayCommand";
|
|
79
|
-
export * from "./commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
80
|
-
export * from "./commands/UpdatePortalCommand";
|
|
81
|
-
export * from "./commands/UpdateProjectCommand";
|
|
82
|
-
export * from "./pagination/Interfaces";
|
|
83
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./IoTSiteWiseClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./GetAssetPropertyAggregatesPaginator";
|
|
2
|
+
export * from "./GetAssetPropertyValueHistoryPaginator";
|
|
3
|
+
export * from "./GetInterpolatedAssetPropertyValuesPaginator";
|
|
4
|
+
export * from "./Interfaces";
|
|
5
|
+
export * from "./ListAccessPoliciesPaginator";
|
|
6
|
+
export * from "./ListAssetModelsPaginator";
|
|
7
|
+
export * from "./ListAssetRelationshipsPaginator";
|
|
8
|
+
export * from "./ListAssetsPaginator";
|
|
9
|
+
export * from "./ListAssociatedAssetsPaginator";
|
|
10
|
+
export * from "./ListDashboardsPaginator";
|
|
11
|
+
export * from "./ListGatewaysPaginator";
|
|
12
|
+
export * from "./ListPortalsPaginator";
|
|
13
|
+
export * from "./ListProjectAssetsPaginator";
|
|
14
|
+
export * from "./ListProjectsPaginator";
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export * from "./AssociateAssetsCommand";
|
|
2
|
+
export * from "./BatchAssociateProjectAssetsCommand";
|
|
3
|
+
export * from "./BatchDisassociateProjectAssetsCommand";
|
|
4
|
+
export * from "./BatchPutAssetPropertyValueCommand";
|
|
5
|
+
export * from "./CreateAccessPolicyCommand";
|
|
6
|
+
export * from "./CreateAssetCommand";
|
|
7
|
+
export * from "./CreateAssetModelCommand";
|
|
8
|
+
export * from "./CreateDashboardCommand";
|
|
9
|
+
export * from "./CreateGatewayCommand";
|
|
10
|
+
export * from "./CreatePortalCommand";
|
|
11
|
+
export * from "./CreateProjectCommand";
|
|
12
|
+
export * from "./DeleteAccessPolicyCommand";
|
|
13
|
+
export * from "./DeleteAssetCommand";
|
|
14
|
+
export * from "./DeleteAssetModelCommand";
|
|
15
|
+
export * from "./DeleteDashboardCommand";
|
|
16
|
+
export * from "./DeleteGatewayCommand";
|
|
17
|
+
export * from "./DeletePortalCommand";
|
|
18
|
+
export * from "./DeleteProjectCommand";
|
|
19
|
+
export * from "./DescribeAccessPolicyCommand";
|
|
20
|
+
export * from "./DescribeAssetCommand";
|
|
21
|
+
export * from "./DescribeAssetModelCommand";
|
|
22
|
+
export * from "./DescribeAssetPropertyCommand";
|
|
23
|
+
export * from "./DescribeDashboardCommand";
|
|
24
|
+
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
25
|
+
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
26
|
+
export * from "./DescribeGatewayCommand";
|
|
27
|
+
export * from "./DescribeLoggingOptionsCommand";
|
|
28
|
+
export * from "./DescribePortalCommand";
|
|
29
|
+
export * from "./DescribeProjectCommand";
|
|
30
|
+
export * from "./DescribeStorageConfigurationCommand";
|
|
31
|
+
export * from "./DisassociateAssetsCommand";
|
|
32
|
+
export * from "./GetAssetPropertyAggregatesCommand";
|
|
33
|
+
export * from "./GetAssetPropertyValueCommand";
|
|
34
|
+
export * from "./GetAssetPropertyValueHistoryCommand";
|
|
35
|
+
export * from "./GetInterpolatedAssetPropertyValuesCommand";
|
|
36
|
+
export * from "./ListAccessPoliciesCommand";
|
|
37
|
+
export * from "./ListAssetModelsCommand";
|
|
38
|
+
export * from "./ListAssetRelationshipsCommand";
|
|
39
|
+
export * from "./ListAssetsCommand";
|
|
40
|
+
export * from "./ListAssociatedAssetsCommand";
|
|
41
|
+
export * from "./ListDashboardsCommand";
|
|
42
|
+
export * from "./ListGatewaysCommand";
|
|
43
|
+
export * from "./ListPortalsCommand";
|
|
44
|
+
export * from "./ListProjectAssetsCommand";
|
|
45
|
+
export * from "./ListProjectsCommand";
|
|
46
|
+
export * from "./ListTagsForResourceCommand";
|
|
47
|
+
export * from "./PutDefaultEncryptionConfigurationCommand";
|
|
48
|
+
export * from "./PutLoggingOptionsCommand";
|
|
49
|
+
export * from "./PutStorageConfigurationCommand";
|
|
50
|
+
export * from "./TagResourceCommand";
|
|
51
|
+
export * from "./UntagResourceCommand";
|
|
52
|
+
export * from "./UpdateAccessPolicyCommand";
|
|
53
|
+
export * from "./UpdateAssetCommand";
|
|
54
|
+
export * from "./UpdateAssetModelCommand";
|
|
55
|
+
export * from "./UpdateAssetPropertyCommand";
|
|
56
|
+
export * from "./UpdateDashboardCommand";
|
|
57
|
+
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|
|
58
|
+
export * from "./UpdateGatewayCommand";
|
|
59
|
+
export * from "./UpdatePortalCommand";
|
|
60
|
+
export * from "./UpdateProjectCommand";
|
|
@@ -1,83 +1,6 @@
|
|
|
1
|
-
export * from "./IoTSiteWiseClient";
|
|
2
1
|
export * from "./IoTSiteWise";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateAssetCommand";
|
|
9
|
-
export * from "./commands/CreateAssetModelCommand";
|
|
10
|
-
export * from "./commands/CreateDashboardCommand";
|
|
11
|
-
export * from "./commands/CreateGatewayCommand";
|
|
12
|
-
export * from "./commands/CreatePortalCommand";
|
|
13
|
-
export * from "./commands/CreateProjectCommand";
|
|
14
|
-
export * from "./commands/DeleteAccessPolicyCommand";
|
|
15
|
-
export * from "./commands/DeleteAssetCommand";
|
|
16
|
-
export * from "./commands/DeleteAssetModelCommand";
|
|
17
|
-
export * from "./commands/DeleteDashboardCommand";
|
|
18
|
-
export * from "./commands/DeleteGatewayCommand";
|
|
19
|
-
export * from "./commands/DeletePortalCommand";
|
|
20
|
-
export * from "./commands/DeleteProjectCommand";
|
|
21
|
-
export * from "./commands/DescribeAccessPolicyCommand";
|
|
22
|
-
export * from "./commands/DescribeAssetCommand";
|
|
23
|
-
export * from "./waiters/waitForAssetActive";
|
|
24
|
-
export * from "./waiters/waitForAssetNotExists";
|
|
25
|
-
export * from "./commands/DescribeAssetModelCommand";
|
|
26
|
-
export * from "./waiters/waitForAssetModelActive";
|
|
27
|
-
export * from "./waiters/waitForAssetModelNotExists";
|
|
28
|
-
export * from "./commands/DescribeAssetPropertyCommand";
|
|
29
|
-
export * from "./commands/DescribeDashboardCommand";
|
|
30
|
-
export * from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
31
|
-
export * from "./commands/DescribeGatewayCommand";
|
|
32
|
-
export * from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
33
|
-
export * from "./commands/DescribeLoggingOptionsCommand";
|
|
34
|
-
export * from "./commands/DescribePortalCommand";
|
|
35
|
-
export * from "./waiters/waitForPortalActive";
|
|
36
|
-
export * from "./waiters/waitForPortalNotExists";
|
|
37
|
-
export * from "./commands/DescribeProjectCommand";
|
|
38
|
-
export * from "./commands/DescribeStorageConfigurationCommand";
|
|
39
|
-
export * from "./commands/DisassociateAssetsCommand";
|
|
40
|
-
export * from "./commands/GetAssetPropertyAggregatesCommand";
|
|
41
|
-
export * from "./pagination/GetAssetPropertyAggregatesPaginator";
|
|
42
|
-
export * from "./commands/GetAssetPropertyValueCommand";
|
|
43
|
-
export * from "./commands/GetAssetPropertyValueHistoryCommand";
|
|
44
|
-
export * from "./pagination/GetAssetPropertyValueHistoryPaginator";
|
|
45
|
-
export * from "./commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
46
|
-
export * from "./pagination/GetInterpolatedAssetPropertyValuesPaginator";
|
|
47
|
-
export * from "./commands/ListAccessPoliciesCommand";
|
|
48
|
-
export * from "./pagination/ListAccessPoliciesPaginator";
|
|
49
|
-
export * from "./commands/ListAssetModelsCommand";
|
|
50
|
-
export * from "./pagination/ListAssetModelsPaginator";
|
|
51
|
-
export * from "./commands/ListAssetRelationshipsCommand";
|
|
52
|
-
export * from "./pagination/ListAssetRelationshipsPaginator";
|
|
53
|
-
export * from "./commands/ListAssetsCommand";
|
|
54
|
-
export * from "./pagination/ListAssetsPaginator";
|
|
55
|
-
export * from "./commands/ListAssociatedAssetsCommand";
|
|
56
|
-
export * from "./pagination/ListAssociatedAssetsPaginator";
|
|
57
|
-
export * from "./commands/ListDashboardsCommand";
|
|
58
|
-
export * from "./pagination/ListDashboardsPaginator";
|
|
59
|
-
export * from "./commands/ListGatewaysCommand";
|
|
60
|
-
export * from "./pagination/ListGatewaysPaginator";
|
|
61
|
-
export * from "./commands/ListPortalsCommand";
|
|
62
|
-
export * from "./pagination/ListPortalsPaginator";
|
|
63
|
-
export * from "./commands/ListProjectAssetsCommand";
|
|
64
|
-
export * from "./pagination/ListProjectAssetsPaginator";
|
|
65
|
-
export * from "./commands/ListProjectsCommand";
|
|
66
|
-
export * from "./pagination/ListProjectsPaginator";
|
|
67
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
68
|
-
export * from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
69
|
-
export * from "./commands/PutLoggingOptionsCommand";
|
|
70
|
-
export * from "./commands/PutStorageConfigurationCommand";
|
|
71
|
-
export * from "./commands/TagResourceCommand";
|
|
72
|
-
export * from "./commands/UntagResourceCommand";
|
|
73
|
-
export * from "./commands/UpdateAccessPolicyCommand";
|
|
74
|
-
export * from "./commands/UpdateAssetCommand";
|
|
75
|
-
export * from "./commands/UpdateAssetModelCommand";
|
|
76
|
-
export * from "./commands/UpdateAssetPropertyCommand";
|
|
77
|
-
export * from "./commands/UpdateDashboardCommand";
|
|
78
|
-
export * from "./commands/UpdateGatewayCommand";
|
|
79
|
-
export * from "./commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
80
|
-
export * from "./commands/UpdatePortalCommand";
|
|
81
|
-
export * from "./commands/UpdateProjectCommand";
|
|
82
|
-
export * from "./pagination/Interfaces";
|
|
83
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./IoTSiteWiseClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./GetAssetPropertyAggregatesPaginator";
|
|
2
|
+
export * from "./GetAssetPropertyValueHistoryPaginator";
|
|
3
|
+
export * from "./GetInterpolatedAssetPropertyValuesPaginator";
|
|
4
|
+
export * from "./Interfaces";
|
|
5
|
+
export * from "./ListAccessPoliciesPaginator";
|
|
6
|
+
export * from "./ListAssetModelsPaginator";
|
|
7
|
+
export * from "./ListAssetRelationshipsPaginator";
|
|
8
|
+
export * from "./ListAssetsPaginator";
|
|
9
|
+
export * from "./ListAssociatedAssetsPaginator";
|
|
10
|
+
export * from "./ListDashboardsPaginator";
|
|
11
|
+
export * from "./ListGatewaysPaginator";
|
|
12
|
+
export * from "./ListPortalsPaginator";
|
|
13
|
+
export * from "./ListProjectAssetsPaginator";
|
|
14
|
+
export * from "./ListProjectsPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsitewise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsitewise 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,40 +21,40 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.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
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.38.0",
|
|
53
53
|
"tslib": "^2.3.0",
|
|
54
54
|
"uuid": "^8.3.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
58
58
|
"@types/node": "^12.7.5",
|
|
59
59
|
"@types/uuid": "^8.3.0",
|
|
60
60
|
"downlevel-dts": "0.7.0",
|