@aws-sdk/client-iotsitewise 3.300.0 → 3.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +205 -245
- package/dist-es/models/models_0.js +205 -245
- package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +2 -2
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +5 -5
- package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +4 -4
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +7 -7
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +10 -10
- package/dist-types/commands/CreateAssetCommand.d.ts +2 -2
- package/dist-types/commands/CreateAssetModelCommand.d.ts +22 -22
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +8 -8
- package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
- package/dist-types/commands/CreateGatewayCommand.d.ts +5 -5
- package/dist-types/commands/CreatePortalCommand.d.ts +4 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeletePortalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribePortalCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +3 -3
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +2 -2
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPoliciesCommand.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 +1 -1
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/ListPortalsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTimeSeriesCommand.d.ts +1 -1
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -2
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +21 -21
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePortalCommand.d.ts +4 -4
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +405 -205
- package/dist-types/ts3.4/models/models_0.d.ts +269 -205
- package/package.json +35 -35
|
@@ -1,82 +1,69 @@
|
|
|
1
1
|
import { IoTSiteWiseServiceException as __BaseException } from "./IoTSiteWiseServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
export
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
export
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
})(DetailedErrorCode || (DetailedErrorCode = {}));
|
|
68
|
-
export var AssetRelationshipType;
|
|
69
|
-
(function (AssetRelationshipType) {
|
|
70
|
-
AssetRelationshipType["HIERARCHY"] = "HIERARCHY";
|
|
71
|
-
})(AssetRelationshipType || (AssetRelationshipType = {}));
|
|
72
|
-
export var AssetState;
|
|
73
|
-
(function (AssetState) {
|
|
74
|
-
AssetState["ACTIVE"] = "ACTIVE";
|
|
75
|
-
AssetState["CREATING"] = "CREATING";
|
|
76
|
-
AssetState["DELETING"] = "DELETING";
|
|
77
|
-
AssetState["FAILED"] = "FAILED";
|
|
78
|
-
AssetState["UPDATING"] = "UPDATING";
|
|
79
|
-
})(AssetState || (AssetState = {}));
|
|
2
|
+
export const Permission = {
|
|
3
|
+
ADMINISTRATOR: "ADMINISTRATOR",
|
|
4
|
+
VIEWER: "VIEWER",
|
|
5
|
+
};
|
|
6
|
+
export const Quality = {
|
|
7
|
+
BAD: "BAD",
|
|
8
|
+
GOOD: "GOOD",
|
|
9
|
+
UNCERTAIN: "UNCERTAIN",
|
|
10
|
+
};
|
|
11
|
+
export const AggregateType = {
|
|
12
|
+
AVERAGE: "AVERAGE",
|
|
13
|
+
COUNT: "COUNT",
|
|
14
|
+
MAXIMUM: "MAXIMUM",
|
|
15
|
+
MINIMUM: "MINIMUM",
|
|
16
|
+
STANDARD_DEVIATION: "STANDARD_DEVIATION",
|
|
17
|
+
SUM: "SUM",
|
|
18
|
+
};
|
|
19
|
+
export const PropertyDataType = {
|
|
20
|
+
BOOLEAN: "BOOLEAN",
|
|
21
|
+
DOUBLE: "DOUBLE",
|
|
22
|
+
INTEGER: "INTEGER",
|
|
23
|
+
STRING: "STRING",
|
|
24
|
+
STRUCT: "STRUCT",
|
|
25
|
+
};
|
|
26
|
+
export const PropertyNotificationState = {
|
|
27
|
+
DISABLED: "DISABLED",
|
|
28
|
+
ENABLED: "ENABLED",
|
|
29
|
+
};
|
|
30
|
+
export const AssetErrorCode = {
|
|
31
|
+
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
32
|
+
};
|
|
33
|
+
export const ForwardingConfigState = {
|
|
34
|
+
DISABLED: "DISABLED",
|
|
35
|
+
ENABLED: "ENABLED",
|
|
36
|
+
};
|
|
37
|
+
export const ComputeLocation = {
|
|
38
|
+
CLOUD: "CLOUD",
|
|
39
|
+
EDGE: "EDGE",
|
|
40
|
+
};
|
|
41
|
+
export const AssetModelState = {
|
|
42
|
+
ACTIVE: "ACTIVE",
|
|
43
|
+
CREATING: "CREATING",
|
|
44
|
+
DELETING: "DELETING",
|
|
45
|
+
FAILED: "FAILED",
|
|
46
|
+
PROPAGATING: "PROPAGATING",
|
|
47
|
+
UPDATING: "UPDATING",
|
|
48
|
+
};
|
|
49
|
+
export const ErrorCode = {
|
|
50
|
+
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
51
|
+
VALIDATION_ERROR: "VALIDATION_ERROR",
|
|
52
|
+
};
|
|
53
|
+
export const DetailedErrorCode = {
|
|
54
|
+
INCOMPATIBLE_COMPUTE_LOCATION: "INCOMPATIBLE_COMPUTE_LOCATION",
|
|
55
|
+
INCOMPATIBLE_FORWARDING_CONFIGURATION: "INCOMPATIBLE_FORWARDING_CONFIGURATION",
|
|
56
|
+
};
|
|
57
|
+
export const AssetRelationshipType = {
|
|
58
|
+
HIERARCHY: "HIERARCHY",
|
|
59
|
+
};
|
|
60
|
+
export const AssetState = {
|
|
61
|
+
ACTIVE: "ACTIVE",
|
|
62
|
+
CREATING: "CREATING",
|
|
63
|
+
DELETING: "DELETING",
|
|
64
|
+
FAILED: "FAILED",
|
|
65
|
+
UPDATING: "UPDATING",
|
|
66
|
+
};
|
|
80
67
|
export class ConflictingOperationException extends __BaseException {
|
|
81
68
|
constructor(opts) {
|
|
82
69
|
super({
|
|
@@ -165,27 +152,23 @@ export class ThrottlingException extends __BaseException {
|
|
|
165
152
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
166
153
|
}
|
|
167
154
|
}
|
|
168
|
-
export
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
(function (BatchEntryCompletionStatus) {
|
|
186
|
-
BatchEntryCompletionStatus["ERROR"] = "ERROR";
|
|
187
|
-
BatchEntryCompletionStatus["SUCCESS"] = "SUCCESS";
|
|
188
|
-
})(BatchEntryCompletionStatus || (BatchEntryCompletionStatus = {}));
|
|
155
|
+
export const AuthMode = {
|
|
156
|
+
IAM: "IAM",
|
|
157
|
+
SSO: "SSO",
|
|
158
|
+
};
|
|
159
|
+
export const TimeOrdering = {
|
|
160
|
+
ASCENDING: "ASCENDING",
|
|
161
|
+
DESCENDING: "DESCENDING",
|
|
162
|
+
};
|
|
163
|
+
export const BatchGetAssetPropertyAggregatesErrorCode = {
|
|
164
|
+
AccessDeniedException: "AccessDeniedException",
|
|
165
|
+
InvalidRequestException: "InvalidRequestException",
|
|
166
|
+
ResourceNotFoundException: "ResourceNotFoundException",
|
|
167
|
+
};
|
|
168
|
+
export const BatchEntryCompletionStatus = {
|
|
169
|
+
ERROR: "ERROR",
|
|
170
|
+
SUCCESS: "SUCCESS",
|
|
171
|
+
};
|
|
189
172
|
export class ServiceUnavailableException extends __BaseException {
|
|
190
173
|
constructor(opts) {
|
|
191
174
|
super({
|
|
@@ -198,147 +181,125 @@ export class ServiceUnavailableException extends __BaseException {
|
|
|
198
181
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
199
182
|
}
|
|
200
183
|
}
|
|
201
|
-
export
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
}
|
|
255
|
-
export
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
}
|
|
292
|
-
export
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
}
|
|
303
|
-
export
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
TraversalType["PATH_TO_ROOT"] = "PATH_TO_ROOT";
|
|
321
|
-
})(TraversalType || (TraversalType = {}));
|
|
322
|
-
export var ListAssetsFilter;
|
|
323
|
-
(function (ListAssetsFilter) {
|
|
324
|
-
ListAssetsFilter["ALL"] = "ALL";
|
|
325
|
-
ListAssetsFilter["TOP_LEVEL"] = "TOP_LEVEL";
|
|
326
|
-
})(ListAssetsFilter || (ListAssetsFilter = {}));
|
|
327
|
-
export var TraversalDirection;
|
|
328
|
-
(function (TraversalDirection) {
|
|
329
|
-
TraversalDirection["CHILD"] = "CHILD";
|
|
330
|
-
TraversalDirection["PARENT"] = "PARENT";
|
|
331
|
-
})(TraversalDirection || (TraversalDirection = {}));
|
|
332
|
-
export var ListBulkImportJobsFilter;
|
|
333
|
-
(function (ListBulkImportJobsFilter) {
|
|
334
|
-
ListBulkImportJobsFilter["ALL"] = "ALL";
|
|
335
|
-
ListBulkImportJobsFilter["CANCELLED"] = "CANCELLED";
|
|
336
|
-
ListBulkImportJobsFilter["COMPLETED"] = "COMPLETED";
|
|
337
|
-
ListBulkImportJobsFilter["COMPLETED_WITH_FAILURES"] = "COMPLETED_WITH_FAILURES";
|
|
338
|
-
ListBulkImportJobsFilter["FAILED"] = "FAILED";
|
|
339
|
-
ListBulkImportJobsFilter["PENDING"] = "PENDING";
|
|
340
|
-
ListBulkImportJobsFilter["RUNNING"] = "RUNNING";
|
|
341
|
-
})(ListBulkImportJobsFilter || (ListBulkImportJobsFilter = {}));
|
|
184
|
+
export const BatchGetAssetPropertyValueErrorCode = {
|
|
185
|
+
AccessDeniedException: "AccessDeniedException",
|
|
186
|
+
InvalidRequestException: "InvalidRequestException",
|
|
187
|
+
ResourceNotFoundException: "ResourceNotFoundException",
|
|
188
|
+
};
|
|
189
|
+
export const BatchGetAssetPropertyValueHistoryErrorCode = {
|
|
190
|
+
AccessDeniedException: "AccessDeniedException",
|
|
191
|
+
InvalidRequestException: "InvalidRequestException",
|
|
192
|
+
ResourceNotFoundException: "ResourceNotFoundException",
|
|
193
|
+
};
|
|
194
|
+
export const BatchPutAssetPropertyValueErrorCode = {
|
|
195
|
+
AccessDeniedException: "AccessDeniedException",
|
|
196
|
+
ConflictingOperationException: "ConflictingOperationException",
|
|
197
|
+
InternalFailureException: "InternalFailureException",
|
|
198
|
+
InvalidRequestException: "InvalidRequestException",
|
|
199
|
+
LimitExceededException: "LimitExceededException",
|
|
200
|
+
ResourceNotFoundException: "ResourceNotFoundException",
|
|
201
|
+
ServiceUnavailableException: "ServiceUnavailableException",
|
|
202
|
+
ThrottlingException: "ThrottlingException",
|
|
203
|
+
TimestampOutOfRangeException: "TimestampOutOfRangeException",
|
|
204
|
+
};
|
|
205
|
+
export const ColumnName = {
|
|
206
|
+
ALIAS: "ALIAS",
|
|
207
|
+
ASSET_ID: "ASSET_ID",
|
|
208
|
+
DATA_TYPE: "DATA_TYPE",
|
|
209
|
+
PROPERTY_ID: "PROPERTY_ID",
|
|
210
|
+
QUALITY: "QUALITY",
|
|
211
|
+
TIMESTAMP_NANO_OFFSET: "TIMESTAMP_NANO_OFFSET",
|
|
212
|
+
TIMESTAMP_SECONDS: "TIMESTAMP_SECONDS",
|
|
213
|
+
VALUE: "VALUE",
|
|
214
|
+
};
|
|
215
|
+
export const JobStatus = {
|
|
216
|
+
CANCELLED: "CANCELLED",
|
|
217
|
+
COMPLETED: "COMPLETED",
|
|
218
|
+
COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
|
|
219
|
+
FAILED: "FAILED",
|
|
220
|
+
PENDING: "PENDING",
|
|
221
|
+
RUNNING: "RUNNING",
|
|
222
|
+
};
|
|
223
|
+
export const ImageFileType = {
|
|
224
|
+
PNG: "PNG",
|
|
225
|
+
};
|
|
226
|
+
export const MonitorErrorCode = {
|
|
227
|
+
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
228
|
+
LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
|
|
229
|
+
VALIDATION_ERROR: "VALIDATION_ERROR",
|
|
230
|
+
};
|
|
231
|
+
export const PortalState = {
|
|
232
|
+
ACTIVE: "ACTIVE",
|
|
233
|
+
CREATING: "CREATING",
|
|
234
|
+
DELETING: "DELETING",
|
|
235
|
+
FAILED: "FAILED",
|
|
236
|
+
UPDATING: "UPDATING",
|
|
237
|
+
};
|
|
238
|
+
export const ConfigurationState = {
|
|
239
|
+
ACTIVE: "ACTIVE",
|
|
240
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
241
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
242
|
+
};
|
|
243
|
+
export const EncryptionType = {
|
|
244
|
+
KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",
|
|
245
|
+
SITEWISE_DEFAULT_ENCRYPTION: "SITEWISE_DEFAULT_ENCRYPTION",
|
|
246
|
+
};
|
|
247
|
+
export const CapabilitySyncStatus = {
|
|
248
|
+
IN_SYNC: "IN_SYNC",
|
|
249
|
+
OUT_OF_SYNC: "OUT_OF_SYNC",
|
|
250
|
+
SYNC_FAILED: "SYNC_FAILED",
|
|
251
|
+
UNKNOWN: "UNKNOWN",
|
|
252
|
+
};
|
|
253
|
+
export const LoggingLevel = {
|
|
254
|
+
ERROR: "ERROR",
|
|
255
|
+
INFO: "INFO",
|
|
256
|
+
OFF: "OFF",
|
|
257
|
+
};
|
|
258
|
+
export const DisassociatedDataStorageState = {
|
|
259
|
+
DISABLED: "DISABLED",
|
|
260
|
+
ENABLED: "ENABLED",
|
|
261
|
+
};
|
|
262
|
+
export const StorageType = {
|
|
263
|
+
MULTI_LAYER_STORAGE: "MULTI_LAYER_STORAGE",
|
|
264
|
+
SITEWISE_DEFAULT_STORAGE: "SITEWISE_DEFAULT_STORAGE",
|
|
265
|
+
};
|
|
266
|
+
export const IdentityType = {
|
|
267
|
+
GROUP: "GROUP",
|
|
268
|
+
IAM: "IAM",
|
|
269
|
+
USER: "USER",
|
|
270
|
+
};
|
|
271
|
+
export const ResourceType = {
|
|
272
|
+
PORTAL: "PORTAL",
|
|
273
|
+
PROJECT: "PROJECT",
|
|
274
|
+
};
|
|
275
|
+
export const ListAssetModelPropertiesFilter = {
|
|
276
|
+
ALL: "ALL",
|
|
277
|
+
BASE: "BASE",
|
|
278
|
+
};
|
|
279
|
+
export const ListAssetPropertiesFilter = {
|
|
280
|
+
ALL: "ALL",
|
|
281
|
+
BASE: "BASE",
|
|
282
|
+
};
|
|
283
|
+
export const TraversalType = {
|
|
284
|
+
PATH_TO_ROOT: "PATH_TO_ROOT",
|
|
285
|
+
};
|
|
286
|
+
export const ListAssetsFilter = {
|
|
287
|
+
ALL: "ALL",
|
|
288
|
+
TOP_LEVEL: "TOP_LEVEL",
|
|
289
|
+
};
|
|
290
|
+
export const TraversalDirection = {
|
|
291
|
+
CHILD: "CHILD",
|
|
292
|
+
PARENT: "PARENT",
|
|
293
|
+
};
|
|
294
|
+
export const ListBulkImportJobsFilter = {
|
|
295
|
+
ALL: "ALL",
|
|
296
|
+
CANCELLED: "CANCELLED",
|
|
297
|
+
COMPLETED: "COMPLETED",
|
|
298
|
+
COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES",
|
|
299
|
+
FAILED: "FAILED",
|
|
300
|
+
PENDING: "PENDING",
|
|
301
|
+
RUNNING: "RUNNING",
|
|
302
|
+
};
|
|
342
303
|
export class UnauthorizedException extends __BaseException {
|
|
343
304
|
constructor(opts) {
|
|
344
305
|
super({
|
|
@@ -351,11 +312,10 @@ export class UnauthorizedException extends __BaseException {
|
|
|
351
312
|
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
352
313
|
}
|
|
353
314
|
}
|
|
354
|
-
export
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
})(ListTimeSeriesType || (ListTimeSeriesType = {}));
|
|
315
|
+
export const ListTimeSeriesType = {
|
|
316
|
+
ASSOCIATED: "ASSOCIATED",
|
|
317
|
+
DISASSOCIATED: "DISASSOCIATED",
|
|
318
|
+
};
|
|
359
319
|
export class TooManyTagsException extends __BaseException {
|
|
360
320
|
constructor(opts) {
|
|
361
321
|
super({
|
|
@@ -28,7 +28,7 @@ export interface AssociateAssetsCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { IoTSiteWiseClient, AssociateAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
29
|
* // const { IoTSiteWiseClient, AssociateAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
30
|
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // AssociateAssetsRequest
|
|
32
32
|
* assetId: "STRING_VALUE", // required
|
|
33
33
|
* hierarchyId: "STRING_VALUE", // required
|
|
34
34
|
* childAssetId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface AssociateTimeSeriesToAssetPropertyCommandOutput extends __Metad
|
|
|
26
26
|
* import { IoTSiteWiseClient, AssociateTimeSeriesToAssetPropertyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, AssociateTimeSeriesToAssetPropertyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AssociateTimeSeriesToAssetPropertyRequest
|
|
30
30
|
* alias: "STRING_VALUE", // required
|
|
31
31
|
* assetId: "STRING_VALUE", // required
|
|
32
32
|
* propertyId: "STRING_VALUE", // required
|
|
@@ -26,9 +26,9 @@ export interface BatchAssociateProjectAssetsCommandOutput extends BatchAssociate
|
|
|
26
26
|
* import { IoTSiteWiseClient, BatchAssociateProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, BatchAssociateProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchAssociateProjectAssetsRequest
|
|
30
30
|
* projectId: "STRING_VALUE", // required
|
|
31
|
-
* assetIds: [ // required
|
|
31
|
+
* assetIds: [ // IDs // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* clientToken: "STRING_VALUE",
|
|
@@ -26,9 +26,9 @@ export interface BatchDisassociateProjectAssetsCommandOutput extends BatchDisass
|
|
|
26
26
|
* import { IoTSiteWiseClient, BatchDisassociateProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
27
27
|
* // const { IoTSiteWiseClient, BatchDisassociateProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
28
28
|
* const client = new IoTSiteWiseClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchDisassociateProjectAssetsRequest
|
|
30
30
|
* projectId: "STRING_VALUE", // required
|
|
31
|
-
* assetIds: [ // required
|
|
31
|
+
* assetIds: [ // IDs // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* clientToken: "STRING_VALUE",
|
|
@@ -28,20 +28,20 @@ export interface BatchGetAssetPropertyAggregatesCommandOutput extends BatchGetAs
|
|
|
28
28
|
* import { IoTSiteWiseClient, BatchGetAssetPropertyAggregatesCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
29
29
|
* // const { IoTSiteWiseClient, BatchGetAssetPropertyAggregatesCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
30
30
|
* const client = new IoTSiteWiseClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* entries: [ // required
|
|
33
|
-
* {
|
|
31
|
+
* const input = { // BatchGetAssetPropertyAggregatesRequest
|
|
32
|
+
* entries: [ // BatchGetAssetPropertyAggregatesEntries // required
|
|
33
|
+
* { // BatchGetAssetPropertyAggregatesEntry
|
|
34
34
|
* entryId: "STRING_VALUE", // required
|
|
35
35
|
* assetId: "STRING_VALUE",
|
|
36
36
|
* propertyId: "STRING_VALUE",
|
|
37
37
|
* propertyAlias: "STRING_VALUE",
|
|
38
|
-
* aggregateTypes: [ // required
|
|
38
|
+
* aggregateTypes: [ // AggregateTypes // required
|
|
39
39
|
* "AVERAGE" || "COUNT" || "MAXIMUM" || "MINIMUM" || "SUM" || "STANDARD_DEVIATION",
|
|
40
40
|
* ],
|
|
41
41
|
* resolution: "STRING_VALUE", // required
|
|
42
42
|
* startDate: new Date("TIMESTAMP"), // required
|
|
43
43
|
* endDate: new Date("TIMESTAMP"), // required
|
|
44
|
-
* qualities: [
|
|
44
|
+
* qualities: [ // Qualities
|
|
45
45
|
* "GOOD" || "BAD" || "UNCERTAIN",
|
|
46
46
|
* ],
|
|
47
47
|
* timeOrdering: "ASCENDING" || "DESCENDING",
|
|
@@ -27,9 +27,9 @@ export interface BatchGetAssetPropertyValueCommandOutput extends BatchGetAssetPr
|
|
|
27
27
|
* import { IoTSiteWiseClient, BatchGetAssetPropertyValueCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, BatchGetAssetPropertyValueCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* entries: [ // required
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // BatchGetAssetPropertyValueRequest
|
|
31
|
+
* entries: [ // BatchGetAssetPropertyValueEntries // required
|
|
32
|
+
* { // BatchGetAssetPropertyValueEntry
|
|
33
33
|
* entryId: "STRING_VALUE", // required
|
|
34
34
|
* assetId: "STRING_VALUE",
|
|
35
35
|
* propertyId: "STRING_VALUE",
|
|
@@ -27,16 +27,16 @@ export interface BatchGetAssetPropertyValueHistoryCommandOutput extends BatchGet
|
|
|
27
27
|
* import { IoTSiteWiseClient, BatchGetAssetPropertyValueHistoryCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
28
28
|
* // const { IoTSiteWiseClient, BatchGetAssetPropertyValueHistoryCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
29
29
|
* const client = new IoTSiteWiseClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* entries: [ // required
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // BatchGetAssetPropertyValueHistoryRequest
|
|
31
|
+
* entries: [ // BatchGetAssetPropertyValueHistoryEntries // required
|
|
32
|
+
* { // BatchGetAssetPropertyValueHistoryEntry
|
|
33
33
|
* entryId: "STRING_VALUE", // required
|
|
34
34
|
* assetId: "STRING_VALUE",
|
|
35
35
|
* propertyId: "STRING_VALUE",
|
|
36
36
|
* propertyAlias: "STRING_VALUE",
|
|
37
37
|
* startDate: new Date("TIMESTAMP"),
|
|
38
38
|
* endDate: new Date("TIMESTAMP"),
|
|
39
|
-
* qualities: [
|
|
39
|
+
* qualities: [ // Qualities
|
|
40
40
|
* "GOOD" || "BAD" || "UNCERTAIN",
|
|
41
41
|
* ],
|
|
42
42
|
* timeOrdering: "ASCENDING" || "DESCENDING",
|
|
@@ -50,22 +50,22 @@ export interface BatchPutAssetPropertyValueCommandOutput extends BatchPutAssetPr
|
|
|
50
50
|
* import { IoTSiteWiseClient, BatchPutAssetPropertyValueCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
|
|
51
51
|
* // const { IoTSiteWiseClient, BatchPutAssetPropertyValueCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
|
|
52
52
|
* const client = new IoTSiteWiseClient(config);
|
|
53
|
-
* const input = {
|
|
54
|
-
* entries: [ // required
|
|
55
|
-
* {
|
|
53
|
+
* const input = { // BatchPutAssetPropertyValueRequest
|
|
54
|
+
* entries: [ // PutAssetPropertyValueEntries // required
|
|
55
|
+
* { // PutAssetPropertyValueEntry
|
|
56
56
|
* entryId: "STRING_VALUE", // required
|
|
57
57
|
* assetId: "STRING_VALUE",
|
|
58
58
|
* propertyId: "STRING_VALUE",
|
|
59
59
|
* propertyAlias: "STRING_VALUE",
|
|
60
|
-
* propertyValues: [ // required
|
|
61
|
-
* {
|
|
62
|
-
* value: {
|
|
60
|
+
* propertyValues: [ // AssetPropertyValues // required
|
|
61
|
+
* { // AssetPropertyValue
|
|
62
|
+
* value: { // Variant
|
|
63
63
|
* stringValue: "STRING_VALUE",
|
|
64
64
|
* integerValue: Number("int"),
|
|
65
65
|
* doubleValue: Number("double"),
|
|
66
66
|
* booleanValue: true || false,
|
|
67
67
|
* },
|
|
68
|
-
* timestamp: {
|
|
68
|
+
* timestamp: { // TimeInNanos
|
|
69
69
|
* timeInSeconds: Number("long"), // required
|
|
70
70
|
* offsetInNanos: Number("int"),
|
|
71
71
|
* },
|