@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.
Files changed (75) hide show
  1. package/dist-cjs/models/models_0.js +205 -245
  2. package/dist-es/models/models_0.js +205 -245
  3. package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
  4. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +2 -2
  6. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +2 -2
  7. package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +5 -5
  8. package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +3 -3
  9. package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +4 -4
  10. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +7 -7
  11. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +10 -10
  12. package/dist-types/commands/CreateAssetCommand.d.ts +2 -2
  13. package/dist-types/commands/CreateAssetModelCommand.d.ts +22 -22
  14. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +8 -8
  15. package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
  16. package/dist-types/commands/CreateGatewayCommand.d.ts +5 -5
  17. package/dist-types/commands/CreatePortalCommand.d.ts +4 -4
  18. package/dist-types/commands/CreateProjectCommand.d.ts +2 -2
  19. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteAssetModelCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
  24. package/dist-types/commands/DeletePortalCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeAssetCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeAssetModelCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribePortalCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +1 -1
  38. package/dist-types/commands/DisassociateAssetsCommand.d.ts +1 -1
  39. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +1 -1
  40. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +3 -3
  41. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +1 -1
  42. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +2 -2
  43. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
  54. package/dist-types/commands/ListPortalsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListProjectAssetsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/ListTimeSeriesCommand.d.ts +1 -1
  59. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
  60. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -2
  61. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +4 -4
  62. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  63. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +9 -9
  65. package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateAssetModelCommand.d.ts +21 -21
  67. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdatePortalCommand.d.ts +4 -4
  72. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  73. package/dist-types/models/models_0.d.ts +405 -205
  74. package/dist-types/ts3.4/models/models_0.d.ts +269 -205
  75. package/package.json +35 -35
@@ -1,82 +1,69 @@
1
1
  import { IoTSiteWiseServiceException as __BaseException } from "./IoTSiteWiseServiceException";
2
- export var Permission;
3
- (function (Permission) {
4
- Permission["ADMINISTRATOR"] = "ADMINISTRATOR";
5
- Permission["VIEWER"] = "VIEWER";
6
- })(Permission || (Permission = {}));
7
- export var Quality;
8
- (function (Quality) {
9
- Quality["BAD"] = "BAD";
10
- Quality["GOOD"] = "GOOD";
11
- Quality["UNCERTAIN"] = "UNCERTAIN";
12
- })(Quality || (Quality = {}));
13
- export var AggregateType;
14
- (function (AggregateType) {
15
- AggregateType["AVERAGE"] = "AVERAGE";
16
- AggregateType["COUNT"] = "COUNT";
17
- AggregateType["MAXIMUM"] = "MAXIMUM";
18
- AggregateType["MINIMUM"] = "MINIMUM";
19
- AggregateType["STANDARD_DEVIATION"] = "STANDARD_DEVIATION";
20
- AggregateType["SUM"] = "SUM";
21
- })(AggregateType || (AggregateType = {}));
22
- export var PropertyDataType;
23
- (function (PropertyDataType) {
24
- PropertyDataType["BOOLEAN"] = "BOOLEAN";
25
- PropertyDataType["DOUBLE"] = "DOUBLE";
26
- PropertyDataType["INTEGER"] = "INTEGER";
27
- PropertyDataType["STRING"] = "STRING";
28
- PropertyDataType["STRUCT"] = "STRUCT";
29
- })(PropertyDataType || (PropertyDataType = {}));
30
- export var PropertyNotificationState;
31
- (function (PropertyNotificationState) {
32
- PropertyNotificationState["DISABLED"] = "DISABLED";
33
- PropertyNotificationState["ENABLED"] = "ENABLED";
34
- })(PropertyNotificationState || (PropertyNotificationState = {}));
35
- export var AssetErrorCode;
36
- (function (AssetErrorCode) {
37
- AssetErrorCode["INTERNAL_FAILURE"] = "INTERNAL_FAILURE";
38
- })(AssetErrorCode || (AssetErrorCode = {}));
39
- export var ForwardingConfigState;
40
- (function (ForwardingConfigState) {
41
- ForwardingConfigState["DISABLED"] = "DISABLED";
42
- ForwardingConfigState["ENABLED"] = "ENABLED";
43
- })(ForwardingConfigState || (ForwardingConfigState = {}));
44
- export var ComputeLocation;
45
- (function (ComputeLocation) {
46
- ComputeLocation["CLOUD"] = "CLOUD";
47
- ComputeLocation["EDGE"] = "EDGE";
48
- })(ComputeLocation || (ComputeLocation = {}));
49
- export var AssetModelState;
50
- (function (AssetModelState) {
51
- AssetModelState["ACTIVE"] = "ACTIVE";
52
- AssetModelState["CREATING"] = "CREATING";
53
- AssetModelState["DELETING"] = "DELETING";
54
- AssetModelState["FAILED"] = "FAILED";
55
- AssetModelState["PROPAGATING"] = "PROPAGATING";
56
- AssetModelState["UPDATING"] = "UPDATING";
57
- })(AssetModelState || (AssetModelState = {}));
58
- export var ErrorCode;
59
- (function (ErrorCode) {
60
- ErrorCode["INTERNAL_FAILURE"] = "INTERNAL_FAILURE";
61
- ErrorCode["VALIDATION_ERROR"] = "VALIDATION_ERROR";
62
- })(ErrorCode || (ErrorCode = {}));
63
- export var DetailedErrorCode;
64
- (function (DetailedErrorCode) {
65
- DetailedErrorCode["INCOMPATIBLE_COMPUTE_LOCATION"] = "INCOMPATIBLE_COMPUTE_LOCATION";
66
- DetailedErrorCode["INCOMPATIBLE_FORWARDING_CONFIGURATION"] = "INCOMPATIBLE_FORWARDING_CONFIGURATION";
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 var AuthMode;
169
- (function (AuthMode) {
170
- AuthMode["IAM"] = "IAM";
171
- AuthMode["SSO"] = "SSO";
172
- })(AuthMode || (AuthMode = {}));
173
- export var TimeOrdering;
174
- (function (TimeOrdering) {
175
- TimeOrdering["ASCENDING"] = "ASCENDING";
176
- TimeOrdering["DESCENDING"] = "DESCENDING";
177
- })(TimeOrdering || (TimeOrdering = {}));
178
- export var BatchGetAssetPropertyAggregatesErrorCode;
179
- (function (BatchGetAssetPropertyAggregatesErrorCode) {
180
- BatchGetAssetPropertyAggregatesErrorCode["AccessDeniedException"] = "AccessDeniedException";
181
- BatchGetAssetPropertyAggregatesErrorCode["InvalidRequestException"] = "InvalidRequestException";
182
- BatchGetAssetPropertyAggregatesErrorCode["ResourceNotFoundException"] = "ResourceNotFoundException";
183
- })(BatchGetAssetPropertyAggregatesErrorCode || (BatchGetAssetPropertyAggregatesErrorCode = {}));
184
- export var BatchEntryCompletionStatus;
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 var BatchGetAssetPropertyValueErrorCode;
202
- (function (BatchGetAssetPropertyValueErrorCode) {
203
- BatchGetAssetPropertyValueErrorCode["AccessDeniedException"] = "AccessDeniedException";
204
- BatchGetAssetPropertyValueErrorCode["InvalidRequestException"] = "InvalidRequestException";
205
- BatchGetAssetPropertyValueErrorCode["ResourceNotFoundException"] = "ResourceNotFoundException";
206
- })(BatchGetAssetPropertyValueErrorCode || (BatchGetAssetPropertyValueErrorCode = {}));
207
- export var BatchGetAssetPropertyValueHistoryErrorCode;
208
- (function (BatchGetAssetPropertyValueHistoryErrorCode) {
209
- BatchGetAssetPropertyValueHistoryErrorCode["AccessDeniedException"] = "AccessDeniedException";
210
- BatchGetAssetPropertyValueHistoryErrorCode["InvalidRequestException"] = "InvalidRequestException";
211
- BatchGetAssetPropertyValueHistoryErrorCode["ResourceNotFoundException"] = "ResourceNotFoundException";
212
- })(BatchGetAssetPropertyValueHistoryErrorCode || (BatchGetAssetPropertyValueHistoryErrorCode = {}));
213
- export var BatchPutAssetPropertyValueErrorCode;
214
- (function (BatchPutAssetPropertyValueErrorCode) {
215
- BatchPutAssetPropertyValueErrorCode["AccessDeniedException"] = "AccessDeniedException";
216
- BatchPutAssetPropertyValueErrorCode["ConflictingOperationException"] = "ConflictingOperationException";
217
- BatchPutAssetPropertyValueErrorCode["InternalFailureException"] = "InternalFailureException";
218
- BatchPutAssetPropertyValueErrorCode["InvalidRequestException"] = "InvalidRequestException";
219
- BatchPutAssetPropertyValueErrorCode["LimitExceededException"] = "LimitExceededException";
220
- BatchPutAssetPropertyValueErrorCode["ResourceNotFoundException"] = "ResourceNotFoundException";
221
- BatchPutAssetPropertyValueErrorCode["ServiceUnavailableException"] = "ServiceUnavailableException";
222
- BatchPutAssetPropertyValueErrorCode["ThrottlingException"] = "ThrottlingException";
223
- BatchPutAssetPropertyValueErrorCode["TimestampOutOfRangeException"] = "TimestampOutOfRangeException";
224
- })(BatchPutAssetPropertyValueErrorCode || (BatchPutAssetPropertyValueErrorCode = {}));
225
- export var ColumnName;
226
- (function (ColumnName) {
227
- ColumnName["ALIAS"] = "ALIAS";
228
- ColumnName["ASSET_ID"] = "ASSET_ID";
229
- ColumnName["DATA_TYPE"] = "DATA_TYPE";
230
- ColumnName["PROPERTY_ID"] = "PROPERTY_ID";
231
- ColumnName["QUALITY"] = "QUALITY";
232
- ColumnName["TIMESTAMP_NANO_OFFSET"] = "TIMESTAMP_NANO_OFFSET";
233
- ColumnName["TIMESTAMP_SECONDS"] = "TIMESTAMP_SECONDS";
234
- ColumnName["VALUE"] = "VALUE";
235
- })(ColumnName || (ColumnName = {}));
236
- export var JobStatus;
237
- (function (JobStatus) {
238
- JobStatus["CANCELLED"] = "CANCELLED";
239
- JobStatus["COMPLETED"] = "COMPLETED";
240
- JobStatus["COMPLETED_WITH_FAILURES"] = "COMPLETED_WITH_FAILURES";
241
- JobStatus["FAILED"] = "FAILED";
242
- JobStatus["PENDING"] = "PENDING";
243
- JobStatus["RUNNING"] = "RUNNING";
244
- })(JobStatus || (JobStatus = {}));
245
- export var ImageFileType;
246
- (function (ImageFileType) {
247
- ImageFileType["PNG"] = "PNG";
248
- })(ImageFileType || (ImageFileType = {}));
249
- export var MonitorErrorCode;
250
- (function (MonitorErrorCode) {
251
- MonitorErrorCode["INTERNAL_FAILURE"] = "INTERNAL_FAILURE";
252
- MonitorErrorCode["LIMIT_EXCEEDED"] = "LIMIT_EXCEEDED";
253
- MonitorErrorCode["VALIDATION_ERROR"] = "VALIDATION_ERROR";
254
- })(MonitorErrorCode || (MonitorErrorCode = {}));
255
- export var PortalState;
256
- (function (PortalState) {
257
- PortalState["ACTIVE"] = "ACTIVE";
258
- PortalState["CREATING"] = "CREATING";
259
- PortalState["DELETING"] = "DELETING";
260
- PortalState["FAILED"] = "FAILED";
261
- PortalState["UPDATING"] = "UPDATING";
262
- })(PortalState || (PortalState = {}));
263
- export var ConfigurationState;
264
- (function (ConfigurationState) {
265
- ConfigurationState["ACTIVE"] = "ACTIVE";
266
- ConfigurationState["UPDATE_FAILED"] = "UPDATE_FAILED";
267
- ConfigurationState["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
268
- })(ConfigurationState || (ConfigurationState = {}));
269
- export var EncryptionType;
270
- (function (EncryptionType) {
271
- EncryptionType["KMS_BASED_ENCRYPTION"] = "KMS_BASED_ENCRYPTION";
272
- EncryptionType["SITEWISE_DEFAULT_ENCRYPTION"] = "SITEWISE_DEFAULT_ENCRYPTION";
273
- })(EncryptionType || (EncryptionType = {}));
274
- export var CapabilitySyncStatus;
275
- (function (CapabilitySyncStatus) {
276
- CapabilitySyncStatus["IN_SYNC"] = "IN_SYNC";
277
- CapabilitySyncStatus["OUT_OF_SYNC"] = "OUT_OF_SYNC";
278
- CapabilitySyncStatus["SYNC_FAILED"] = "SYNC_FAILED";
279
- CapabilitySyncStatus["UNKNOWN"] = "UNKNOWN";
280
- })(CapabilitySyncStatus || (CapabilitySyncStatus = {}));
281
- export var LoggingLevel;
282
- (function (LoggingLevel) {
283
- LoggingLevel["ERROR"] = "ERROR";
284
- LoggingLevel["INFO"] = "INFO";
285
- LoggingLevel["OFF"] = "OFF";
286
- })(LoggingLevel || (LoggingLevel = {}));
287
- export var DisassociatedDataStorageState;
288
- (function (DisassociatedDataStorageState) {
289
- DisassociatedDataStorageState["DISABLED"] = "DISABLED";
290
- DisassociatedDataStorageState["ENABLED"] = "ENABLED";
291
- })(DisassociatedDataStorageState || (DisassociatedDataStorageState = {}));
292
- export var StorageType;
293
- (function (StorageType) {
294
- StorageType["MULTI_LAYER_STORAGE"] = "MULTI_LAYER_STORAGE";
295
- StorageType["SITEWISE_DEFAULT_STORAGE"] = "SITEWISE_DEFAULT_STORAGE";
296
- })(StorageType || (StorageType = {}));
297
- export var IdentityType;
298
- (function (IdentityType) {
299
- IdentityType["GROUP"] = "GROUP";
300
- IdentityType["IAM"] = "IAM";
301
- IdentityType["USER"] = "USER";
302
- })(IdentityType || (IdentityType = {}));
303
- export var ResourceType;
304
- (function (ResourceType) {
305
- ResourceType["PORTAL"] = "PORTAL";
306
- ResourceType["PROJECT"] = "PROJECT";
307
- })(ResourceType || (ResourceType = {}));
308
- export var ListAssetModelPropertiesFilter;
309
- (function (ListAssetModelPropertiesFilter) {
310
- ListAssetModelPropertiesFilter["ALL"] = "ALL";
311
- ListAssetModelPropertiesFilter["BASE"] = "BASE";
312
- })(ListAssetModelPropertiesFilter || (ListAssetModelPropertiesFilter = {}));
313
- export var ListAssetPropertiesFilter;
314
- (function (ListAssetPropertiesFilter) {
315
- ListAssetPropertiesFilter["ALL"] = "ALL";
316
- ListAssetPropertiesFilter["BASE"] = "BASE";
317
- })(ListAssetPropertiesFilter || (ListAssetPropertiesFilter = {}));
318
- export var TraversalType;
319
- (function (TraversalType) {
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 var ListTimeSeriesType;
355
- (function (ListTimeSeriesType) {
356
- ListTimeSeriesType["ASSOCIATED"] = "ASSOCIATED";
357
- ListTimeSeriesType["DISASSOCIATED"] = "DISASSOCIATED";
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
  * },