@aws-sdk/client-iotsitewise 3.848.0 → 3.855.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/README.md +80 -0
- package/dist-cjs/index.js +749 -35
- package/dist-es/IoTSiteWise.js +20 -0
- package/dist-es/commands/CreateComputationModelCommand.js +22 -0
- package/dist-es/commands/DeleteComputationModelCommand.js +22 -0
- package/dist-es/commands/DescribeComputationModelCommand.js +22 -0
- package/dist-es/commands/DescribeComputationModelExecutionSummaryCommand.js +22 -0
- package/dist-es/commands/DescribeExecutionCommand.js +22 -0
- package/dist-es/commands/ListComputationModelDataBindingUsagesCommand.js +22 -0
- package/dist-es/commands/ListComputationModelResolveToResourcesCommand.js +22 -0
- package/dist-es/commands/ListComputationModelsCommand.js +22 -0
- package/dist-es/commands/ListExecutionsCommand.js +22 -0
- package/dist-es/commands/UpdateComputationModelCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +15 -27
- package/dist-es/models/models_1.js +31 -0
- package/dist-es/pagination/ListComputationModelDataBindingUsagesPaginator.js +4 -0
- package/dist-es/pagination/ListComputationModelResolveToResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListComputationModelsPaginator.js +4 -0
- package/dist-es/pagination/ListExecutionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +482 -0
- package/dist-types/IoTSiteWise.d.ts +71 -0
- package/dist-types/IoTSiteWiseClient.d.ts +12 -2
- package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +14 -3
- package/dist-types/commands/CreateComputationModelCommand.d.ts +154 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreatePortalCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteComputationModelCommand.d.ts +105 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +5 -1
- package/dist-types/commands/DescribeAssetCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeComputationModelCommand.d.ts +148 -0
- package/dist-types/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +96 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +109 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +18 -5
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteActionCommand.d.ts +6 -2
- package/dist-types/commands/InvokeAssistantCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +8 -2
- package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -4
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -2
- package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +126 -0
- package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +97 -0
- package/dist-types/commands/ListComputationModelsCommand.d.ts +112 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +114 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputationModelCommand.d.ts +149 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +21 -6
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +521 -596
- package/dist-types/models/models_1.d.ts +1095 -45
- package/dist-types/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputationModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +189 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateComputationModelCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteComputationModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputationModelCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateComputationModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +116 -131
- package/dist-types/ts3.4/models/models_1.d.ts +279 -1
- package/dist-types/ts3.4/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputationModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/package.json +5 -5
package/dist-es/IoTSiteWise.js
CHANGED
|
@@ -12,6 +12,7 @@ import { CreateAssetCommand } from "./commands/CreateAssetCommand";
|
|
|
12
12
|
import { CreateAssetModelCommand, } from "./commands/CreateAssetModelCommand";
|
|
13
13
|
import { CreateAssetModelCompositeModelCommand, } from "./commands/CreateAssetModelCompositeModelCommand";
|
|
14
14
|
import { CreateBulkImportJobCommand, } from "./commands/CreateBulkImportJobCommand";
|
|
15
|
+
import { CreateComputationModelCommand, } from "./commands/CreateComputationModelCommand";
|
|
15
16
|
import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
|
|
16
17
|
import { CreateDatasetCommand, } from "./commands/CreateDatasetCommand";
|
|
17
18
|
import { CreateGatewayCommand, } from "./commands/CreateGatewayCommand";
|
|
@@ -21,6 +22,7 @@ import { DeleteAccessPolicyCommand, } from "./commands/DeleteAccessPolicyCommand
|
|
|
21
22
|
import { DeleteAssetCommand } from "./commands/DeleteAssetCommand";
|
|
22
23
|
import { DeleteAssetModelCommand, } from "./commands/DeleteAssetModelCommand";
|
|
23
24
|
import { DeleteAssetModelCompositeModelCommand, } from "./commands/DeleteAssetModelCompositeModelCommand";
|
|
25
|
+
import { DeleteComputationModelCommand, } from "./commands/DeleteComputationModelCommand";
|
|
24
26
|
import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
|
|
25
27
|
import { DeleteDatasetCommand, } from "./commands/DeleteDatasetCommand";
|
|
26
28
|
import { DeleteGatewayCommand, } from "./commands/DeleteGatewayCommand";
|
|
@@ -35,9 +37,12 @@ import { DescribeAssetModelCommand, } from "./commands/DescribeAssetModelCommand
|
|
|
35
37
|
import { DescribeAssetModelCompositeModelCommand, } from "./commands/DescribeAssetModelCompositeModelCommand";
|
|
36
38
|
import { DescribeAssetPropertyCommand, } from "./commands/DescribeAssetPropertyCommand";
|
|
37
39
|
import { DescribeBulkImportJobCommand, } from "./commands/DescribeBulkImportJobCommand";
|
|
40
|
+
import { DescribeComputationModelCommand, } from "./commands/DescribeComputationModelCommand";
|
|
41
|
+
import { DescribeComputationModelExecutionSummaryCommand, } from "./commands/DescribeComputationModelExecutionSummaryCommand";
|
|
38
42
|
import { DescribeDashboardCommand, } from "./commands/DescribeDashboardCommand";
|
|
39
43
|
import { DescribeDatasetCommand, } from "./commands/DescribeDatasetCommand";
|
|
40
44
|
import { DescribeDefaultEncryptionConfigurationCommand, } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
45
|
+
import { DescribeExecutionCommand, } from "./commands/DescribeExecutionCommand";
|
|
41
46
|
import { DescribeGatewayCapabilityConfigurationCommand, } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
42
47
|
import { DescribeGatewayCommand, } from "./commands/DescribeGatewayCommand";
|
|
43
48
|
import { DescribeLoggingOptionsCommand, } from "./commands/DescribeLoggingOptionsCommand";
|
|
@@ -65,8 +70,12 @@ import { ListAssetsCommand } from "./commands/ListAssetsCommand";
|
|
|
65
70
|
import { ListAssociatedAssetsCommand, } from "./commands/ListAssociatedAssetsCommand";
|
|
66
71
|
import { ListBulkImportJobsCommand, } from "./commands/ListBulkImportJobsCommand";
|
|
67
72
|
import { ListCompositionRelationshipsCommand, } from "./commands/ListCompositionRelationshipsCommand";
|
|
73
|
+
import { ListComputationModelDataBindingUsagesCommand, } from "./commands/ListComputationModelDataBindingUsagesCommand";
|
|
74
|
+
import { ListComputationModelResolveToResourcesCommand, } from "./commands/ListComputationModelResolveToResourcesCommand";
|
|
75
|
+
import { ListComputationModelsCommand, } from "./commands/ListComputationModelsCommand";
|
|
68
76
|
import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
|
|
69
77
|
import { ListDatasetsCommand, } from "./commands/ListDatasetsCommand";
|
|
78
|
+
import { ListExecutionsCommand, } from "./commands/ListExecutionsCommand";
|
|
70
79
|
import { ListGatewaysCommand, } from "./commands/ListGatewaysCommand";
|
|
71
80
|
import { ListPortalsCommand } from "./commands/ListPortalsCommand";
|
|
72
81
|
import { ListProjectAssetsCommand, } from "./commands/ListProjectAssetsCommand";
|
|
@@ -83,6 +92,7 @@ import { UpdateAssetCommand } from "./commands/UpdateAssetCommand";
|
|
|
83
92
|
import { UpdateAssetModelCommand, } from "./commands/UpdateAssetModelCommand";
|
|
84
93
|
import { UpdateAssetModelCompositeModelCommand, } from "./commands/UpdateAssetModelCompositeModelCommand";
|
|
85
94
|
import { UpdateAssetPropertyCommand, } from "./commands/UpdateAssetPropertyCommand";
|
|
95
|
+
import { UpdateComputationModelCommand, } from "./commands/UpdateComputationModelCommand";
|
|
86
96
|
import { UpdateDashboardCommand, } from "./commands/UpdateDashboardCommand";
|
|
87
97
|
import { UpdateDatasetCommand, } from "./commands/UpdateDatasetCommand";
|
|
88
98
|
import { UpdateGatewayCapabilityConfigurationCommand, } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
@@ -104,6 +114,7 @@ const commands = {
|
|
|
104
114
|
CreateAssetModelCommand,
|
|
105
115
|
CreateAssetModelCompositeModelCommand,
|
|
106
116
|
CreateBulkImportJobCommand,
|
|
117
|
+
CreateComputationModelCommand,
|
|
107
118
|
CreateDashboardCommand,
|
|
108
119
|
CreateDatasetCommand,
|
|
109
120
|
CreateGatewayCommand,
|
|
@@ -113,6 +124,7 @@ const commands = {
|
|
|
113
124
|
DeleteAssetCommand,
|
|
114
125
|
DeleteAssetModelCommand,
|
|
115
126
|
DeleteAssetModelCompositeModelCommand,
|
|
127
|
+
DeleteComputationModelCommand,
|
|
116
128
|
DeleteDashboardCommand,
|
|
117
129
|
DeleteDatasetCommand,
|
|
118
130
|
DeleteGatewayCommand,
|
|
@@ -127,9 +139,12 @@ const commands = {
|
|
|
127
139
|
DescribeAssetModelCompositeModelCommand,
|
|
128
140
|
DescribeAssetPropertyCommand,
|
|
129
141
|
DescribeBulkImportJobCommand,
|
|
142
|
+
DescribeComputationModelCommand,
|
|
143
|
+
DescribeComputationModelExecutionSummaryCommand,
|
|
130
144
|
DescribeDashboardCommand,
|
|
131
145
|
DescribeDatasetCommand,
|
|
132
146
|
DescribeDefaultEncryptionConfigurationCommand,
|
|
147
|
+
DescribeExecutionCommand,
|
|
133
148
|
DescribeGatewayCommand,
|
|
134
149
|
DescribeGatewayCapabilityConfigurationCommand,
|
|
135
150
|
DescribeLoggingOptionsCommand,
|
|
@@ -157,8 +172,12 @@ const commands = {
|
|
|
157
172
|
ListAssociatedAssetsCommand,
|
|
158
173
|
ListBulkImportJobsCommand,
|
|
159
174
|
ListCompositionRelationshipsCommand,
|
|
175
|
+
ListComputationModelDataBindingUsagesCommand,
|
|
176
|
+
ListComputationModelResolveToResourcesCommand,
|
|
177
|
+
ListComputationModelsCommand,
|
|
160
178
|
ListDashboardsCommand,
|
|
161
179
|
ListDatasetsCommand,
|
|
180
|
+
ListExecutionsCommand,
|
|
162
181
|
ListGatewaysCommand,
|
|
163
182
|
ListPortalsCommand,
|
|
164
183
|
ListProjectAssetsCommand,
|
|
@@ -175,6 +194,7 @@ const commands = {
|
|
|
175
194
|
UpdateAssetModelCommand,
|
|
176
195
|
UpdateAssetModelCompositeModelCommand,
|
|
177
196
|
UpdateAssetPropertyCommand,
|
|
197
|
+
UpdateComputationModelCommand,
|
|
178
198
|
UpdateDashboardCommand,
|
|
179
199
|
UpdateDatasetCommand,
|
|
180
200
|
UpdateGatewayCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateComputationModelCommand, se_CreateComputationModelCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateComputationModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "CreateComputationModel", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "CreateComputationModelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateComputationModelCommand)
|
|
20
|
+
.de(de_CreateComputationModelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteComputationModelCommand, se_DeleteComputationModelCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteComputationModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "DeleteComputationModel", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "DeleteComputationModelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteComputationModelCommand)
|
|
20
|
+
.de(de_DeleteComputationModelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeComputationModelCommand, se_DescribeComputationModelCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeComputationModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "DescribeComputationModel", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "DescribeComputationModelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeComputationModelCommand)
|
|
20
|
+
.de(de_DescribeComputationModelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeComputationModelExecutionSummaryCommand, se_DescribeComputationModelExecutionSummaryCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeComputationModelExecutionSummaryCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "DescribeComputationModelExecutionSummary", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "DescribeComputationModelExecutionSummaryCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeComputationModelExecutionSummaryCommand)
|
|
20
|
+
.de(de_DescribeComputationModelExecutionSummaryCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeExecutionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "DescribeExecution", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "DescribeExecutionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeExecutionCommand)
|
|
20
|
+
.de(de_DescribeExecutionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListComputationModelDataBindingUsagesCommand, se_ListComputationModelDataBindingUsagesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListComputationModelDataBindingUsagesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "ListComputationModelDataBindingUsages", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "ListComputationModelDataBindingUsagesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListComputationModelDataBindingUsagesCommand)
|
|
20
|
+
.de(de_ListComputationModelDataBindingUsagesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListComputationModelResolveToResourcesCommand, se_ListComputationModelResolveToResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListComputationModelResolveToResourcesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "ListComputationModelResolveToResources", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "ListComputationModelResolveToResourcesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListComputationModelResolveToResourcesCommand)
|
|
20
|
+
.de(de_ListComputationModelResolveToResourcesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListComputationModelsCommand, se_ListComputationModelsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListComputationModelsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "ListComputationModels", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "ListComputationModelsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListComputationModelsCommand)
|
|
20
|
+
.de(de_ListComputationModelsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListExecutionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "ListExecutions", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "ListExecutionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListExecutionsCommand)
|
|
20
|
+
.de(de_ListExecutionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateComputationModelCommand, se_UpdateComputationModelCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateComputationModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIoTSiteWise", "UpdateComputationModel", {})
|
|
17
|
+
.n("IoTSiteWiseClient", "UpdateComputationModelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateComputationModelCommand)
|
|
20
|
+
.de(de_UpdateComputationModelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -11,6 +11,7 @@ export * from "./CreateAssetCommand";
|
|
|
11
11
|
export * from "./CreateAssetModelCommand";
|
|
12
12
|
export * from "./CreateAssetModelCompositeModelCommand";
|
|
13
13
|
export * from "./CreateBulkImportJobCommand";
|
|
14
|
+
export * from "./CreateComputationModelCommand";
|
|
14
15
|
export * from "./CreateDashboardCommand";
|
|
15
16
|
export * from "./CreateDatasetCommand";
|
|
16
17
|
export * from "./CreateGatewayCommand";
|
|
@@ -20,6 +21,7 @@ export * from "./DeleteAccessPolicyCommand";
|
|
|
20
21
|
export * from "./DeleteAssetCommand";
|
|
21
22
|
export * from "./DeleteAssetModelCommand";
|
|
22
23
|
export * from "./DeleteAssetModelCompositeModelCommand";
|
|
24
|
+
export * from "./DeleteComputationModelCommand";
|
|
23
25
|
export * from "./DeleteDashboardCommand";
|
|
24
26
|
export * from "./DeleteDatasetCommand";
|
|
25
27
|
export * from "./DeleteGatewayCommand";
|
|
@@ -34,9 +36,12 @@ export * from "./DescribeAssetModelCommand";
|
|
|
34
36
|
export * from "./DescribeAssetModelCompositeModelCommand";
|
|
35
37
|
export * from "./DescribeAssetPropertyCommand";
|
|
36
38
|
export * from "./DescribeBulkImportJobCommand";
|
|
39
|
+
export * from "./DescribeComputationModelCommand";
|
|
40
|
+
export * from "./DescribeComputationModelExecutionSummaryCommand";
|
|
37
41
|
export * from "./DescribeDashboardCommand";
|
|
38
42
|
export * from "./DescribeDatasetCommand";
|
|
39
43
|
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
44
|
+
export * from "./DescribeExecutionCommand";
|
|
40
45
|
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
41
46
|
export * from "./DescribeGatewayCommand";
|
|
42
47
|
export * from "./DescribeLoggingOptionsCommand";
|
|
@@ -64,8 +69,12 @@ export * from "./ListAssetsCommand";
|
|
|
64
69
|
export * from "./ListAssociatedAssetsCommand";
|
|
65
70
|
export * from "./ListBulkImportJobsCommand";
|
|
66
71
|
export * from "./ListCompositionRelationshipsCommand";
|
|
72
|
+
export * from "./ListComputationModelDataBindingUsagesCommand";
|
|
73
|
+
export * from "./ListComputationModelResolveToResourcesCommand";
|
|
74
|
+
export * from "./ListComputationModelsCommand";
|
|
67
75
|
export * from "./ListDashboardsCommand";
|
|
68
76
|
export * from "./ListDatasetsCommand";
|
|
77
|
+
export * from "./ListExecutionsCommand";
|
|
69
78
|
export * from "./ListGatewaysCommand";
|
|
70
79
|
export * from "./ListPortalsCommand";
|
|
71
80
|
export * from "./ListProjectAssetsCommand";
|
|
@@ -82,6 +91,7 @@ export * from "./UpdateAssetCommand";
|
|
|
82
91
|
export * from "./UpdateAssetModelCommand";
|
|
83
92
|
export * from "./UpdateAssetModelCompositeModelCommand";
|
|
84
93
|
export * from "./UpdateAssetPropertyCommand";
|
|
94
|
+
export * from "./UpdateComputationModelCommand";
|
|
85
95
|
export * from "./UpdateDashboardCommand";
|
|
86
96
|
export * from "./UpdateDatasetCommand";
|
|
87
97
|
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|
|
@@ -268,6 +268,13 @@ export const JobStatus = {
|
|
|
268
268
|
PENDING: "PENDING",
|
|
269
269
|
RUNNING: "RUNNING",
|
|
270
270
|
};
|
|
271
|
+
export const ComputationModelState = {
|
|
272
|
+
ACTIVE: "ACTIVE",
|
|
273
|
+
CREATING: "CREATING",
|
|
274
|
+
DELETING: "DELETING",
|
|
275
|
+
FAILED: "FAILED",
|
|
276
|
+
UPDATING: "UPDATING",
|
|
277
|
+
};
|
|
271
278
|
export const DatasetSourceFormat = {
|
|
272
279
|
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
273
280
|
};
|
|
@@ -306,6 +313,9 @@ export const PortalState = {
|
|
|
306
313
|
PENDING: "PENDING",
|
|
307
314
|
UPDATING: "UPDATING",
|
|
308
315
|
};
|
|
316
|
+
export const ResolveToResourceType = {
|
|
317
|
+
ASSET: "ASSET",
|
|
318
|
+
};
|
|
309
319
|
export const ConfigurationState = {
|
|
310
320
|
ACTIVE: "ACTIVE",
|
|
311
321
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
@@ -315,6 +325,11 @@ export const EncryptionType = {
|
|
|
315
325
|
KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",
|
|
316
326
|
SITEWISE_DEFAULT_ENCRYPTION: "SITEWISE_DEFAULT_ENCRYPTION",
|
|
317
327
|
};
|
|
328
|
+
export const ExecutionState = {
|
|
329
|
+
COMPLETED: "COMPLETED",
|
|
330
|
+
FAILED: "FAILED",
|
|
331
|
+
RUNNING: "RUNNING",
|
|
332
|
+
};
|
|
318
333
|
export const CapabilitySyncStatus = {
|
|
319
334
|
IN_SYNC: "IN_SYNC",
|
|
320
335
|
NOT_APPLICABLE: "NOT_APPLICABLE",
|
|
@@ -394,33 +409,6 @@ export var ResponseStream;
|
|
|
394
409
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
395
410
|
};
|
|
396
411
|
})(ResponseStream || (ResponseStream = {}));
|
|
397
|
-
export const IdentityType = {
|
|
398
|
-
GROUP: "GROUP",
|
|
399
|
-
IAM: "IAM",
|
|
400
|
-
USER: "USER",
|
|
401
|
-
};
|
|
402
|
-
export const ResourceType = {
|
|
403
|
-
PORTAL: "PORTAL",
|
|
404
|
-
PROJECT: "PROJECT",
|
|
405
|
-
};
|
|
406
|
-
export const TargetResourceType = {
|
|
407
|
-
ASSET: "ASSET",
|
|
408
|
-
};
|
|
409
|
-
export const ListAssetModelPropertiesFilter = {
|
|
410
|
-
ALL: "ALL",
|
|
411
|
-
BASE: "BASE",
|
|
412
|
-
};
|
|
413
|
-
export const ListAssetPropertiesFilter = {
|
|
414
|
-
ALL: "ALL",
|
|
415
|
-
BASE: "BASE",
|
|
416
|
-
};
|
|
417
|
-
export const TraversalType = {
|
|
418
|
-
PATH_TO_ROOT: "PATH_TO_ROOT",
|
|
419
|
-
};
|
|
420
|
-
export const ListAssetsFilter = {
|
|
421
|
-
ALL: "ALL",
|
|
422
|
-
TOP_LEVEL: "TOP_LEVEL",
|
|
423
|
-
};
|
|
424
412
|
export const CreatePortalRequestFilterSensitiveLog = (obj) => ({
|
|
425
413
|
...obj,
|
|
426
414
|
...(obj.portalContactEmail && { portalContactEmail: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { IoTSiteWiseServiceException as __BaseException } from "./IoTSiteWiseServiceException";
|
|
3
|
+
export const IdentityType = {
|
|
4
|
+
GROUP: "GROUP",
|
|
5
|
+
IAM: "IAM",
|
|
6
|
+
USER: "USER",
|
|
7
|
+
};
|
|
8
|
+
export const ResourceType = {
|
|
9
|
+
PORTAL: "PORTAL",
|
|
10
|
+
PROJECT: "PROJECT",
|
|
11
|
+
};
|
|
12
|
+
export const TargetResourceType = {
|
|
13
|
+
ASSET: "ASSET",
|
|
14
|
+
COMPUTATION_MODEL: "COMPUTATION_MODEL",
|
|
15
|
+
};
|
|
16
|
+
export const ListAssetModelPropertiesFilter = {
|
|
17
|
+
ALL: "ALL",
|
|
18
|
+
BASE: "BASE",
|
|
19
|
+
};
|
|
20
|
+
export const ListAssetPropertiesFilter = {
|
|
21
|
+
ALL: "ALL",
|
|
22
|
+
BASE: "BASE",
|
|
23
|
+
};
|
|
24
|
+
export const TraversalType = {
|
|
25
|
+
PATH_TO_ROOT: "PATH_TO_ROOT",
|
|
26
|
+
};
|
|
27
|
+
export const ListAssetsFilter = {
|
|
28
|
+
ALL: "ALL",
|
|
29
|
+
TOP_LEVEL: "TOP_LEVEL",
|
|
30
|
+
};
|
|
3
31
|
export const TraversalDirection = {
|
|
4
32
|
CHILD: "CHILD",
|
|
5
33
|
PARENT: "PARENT",
|
|
@@ -13,6 +41,9 @@ export const ListBulkImportJobsFilter = {
|
|
|
13
41
|
PENDING: "PENDING",
|
|
14
42
|
RUNNING: "RUNNING",
|
|
15
43
|
};
|
|
44
|
+
export const ComputationModelType = {
|
|
45
|
+
ANOMALY_DETECTION: "ANOMALY_DETECTION",
|
|
46
|
+
};
|
|
16
47
|
export class UnauthorizedException extends __BaseException {
|
|
17
48
|
name = "UnauthorizedException";
|
|
18
49
|
$fault = "client";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListComputationModelDataBindingUsagesCommand, } from "../commands/ListComputationModelDataBindingUsagesCommand";
|
|
3
|
+
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
|
+
export const paginateListComputationModelDataBindingUsages = createPaginator(IoTSiteWiseClient, ListComputationModelDataBindingUsagesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListComputationModelResolveToResourcesCommand, } from "../commands/ListComputationModelResolveToResourcesCommand";
|
|
3
|
+
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
|
+
export const paginateListComputationModelResolveToResources = createPaginator(IoTSiteWiseClient, ListComputationModelResolveToResourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListComputationModelsCommand, } from "../commands/ListComputationModelsCommand";
|
|
3
|
+
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
|
+
export const paginateListComputationModels = createPaginator(IoTSiteWiseClient, ListComputationModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListExecutionsCommand, } from "../commands/ListExecutionsCommand";
|
|
3
|
+
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
|
+
export const paginateListExecutions = createPaginator(IoTSiteWiseClient, ListExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -16,8 +16,12 @@ export * from "./ListAssetsPaginator";
|
|
|
16
16
|
export * from "./ListAssociatedAssetsPaginator";
|
|
17
17
|
export * from "./ListBulkImportJobsPaginator";
|
|
18
18
|
export * from "./ListCompositionRelationshipsPaginator";
|
|
19
|
+
export * from "./ListComputationModelDataBindingUsagesPaginator";
|
|
20
|
+
export * from "./ListComputationModelResolveToResourcesPaginator";
|
|
21
|
+
export * from "./ListComputationModelsPaginator";
|
|
19
22
|
export * from "./ListDashboardsPaginator";
|
|
20
23
|
export * from "./ListDatasetsPaginator";
|
|
24
|
+
export * from "./ListExecutionsPaginator";
|
|
21
25
|
export * from "./ListGatewaysPaginator";
|
|
22
26
|
export * from "./ListPortalsPaginator";
|
|
23
27
|
export * from "./ListProjectAssetsPaginator";
|