@aws-sdk/client-iotsitewise 3.934.0 → 3.936.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/index.js +290 -290
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +278 -0
- package/dist-es/models/errors.js +183 -0
- package/dist-es/models/models_0.js +1 -387
- package/dist-es/models/models_1.js +1 -75
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/InvokeAssistantCommand.d.ts +1 -2
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- 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 +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/ListCompositionRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputationModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +718 -0
- package/dist-types/models/errors.d.ts +216 -0
- package/dist-types/models/models_0.d.ts +1544 -767
- package/dist-types/models/models_1.d.ts +2 -1712
- package/dist-types/ts3.4/commands/InvokeAssistantCommand.d.ts +4 -2
- 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 -1
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +367 -0
- package/dist-types/ts3.4/models/errors.d.ts +107 -0
- package/dist-types/ts3.4/models/models_0.d.ts +502 -392
- package/dist-types/ts3.4/models/models_1.d.ts +13 -562
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
InvokeAssistantRequest,
|
|
10
|
+
InvokeAssistantResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface InvokeAssistantCommandInput extends InvokeAssistantRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListActionsRequest, ListActionsResponse } from "../models/
|
|
8
|
+
import { ListActionsRequest, ListActionsResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListActionsCommandInput extends ListActionsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAssetModelCompositeModelsRequest,
|
|
10
10
|
ListAssetModelCompositeModelsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAssetModelCompositeModelsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAssetModelPropertiesRequest,
|
|
10
10
|
ListAssetModelPropertiesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAssetModelPropertiesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAssetModelsRequest,
|
|
10
10
|
ListAssetModelsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAssetModelsCommandInput extends ListAssetModelsRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListAssetsRequest, ListAssetsResponse } from "../models/
|
|
8
|
+
import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListAssetsCommandInput extends ListAssetsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListCompositionRelationshipsRequest,
|
|
10
10
|
ListCompositionRelationshipsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListCompositionRelationshipsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListComputationModelDataBindingUsagesRequest,
|
|
10
10
|
ListComputationModelDataBindingUsagesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListComputationModelDataBindingUsagesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListComputationModelResolveToResourcesRequest,
|
|
10
10
|
ListComputationModelResolveToResourcesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListComputationModelResolveToResourcesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListDashboardsRequest,
|
|
10
10
|
ListDashboardsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListDashboardsCommandInput extends ListDashboardsRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/
|
|
8
|
+
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListExecutionsRequest,
|
|
10
10
|
ListExecutionsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListExecutionsCommandInput extends ListExecutionsRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListGatewaysRequest, ListGatewaysResponse } from "../models/
|
|
8
|
+
import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListGatewaysCommandInput extends ListGatewaysRequest {}
|
|
@@ -6,5 +6,8 @@ export { IoTSiteWiseExtensionConfiguration } from "./extensionConfiguration";
|
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
8
|
export * from "./waiters";
|
|
9
|
-
export * from "./models";
|
|
9
|
+
export * from "./models/enums";
|
|
10
|
+
export * from "./models/errors";
|
|
11
|
+
export * from "./models/models_0";
|
|
12
|
+
export * from "./models/models_1";
|
|
10
13
|
export { IoTSiteWiseServiceException } from "./models/IoTSiteWiseServiceException";
|
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
export declare const Permission: {
|
|
2
|
+
readonly ADMINISTRATOR: "ADMINISTRATOR";
|
|
3
|
+
readonly VIEWER: "VIEWER";
|
|
4
|
+
};
|
|
5
|
+
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
6
|
+
export declare const Quality: {
|
|
7
|
+
readonly BAD: "BAD";
|
|
8
|
+
readonly GOOD: "GOOD";
|
|
9
|
+
readonly UNCERTAIN: "UNCERTAIN";
|
|
10
|
+
};
|
|
11
|
+
export type Quality = (typeof Quality)[keyof typeof Quality];
|
|
12
|
+
export declare const AggregateType: {
|
|
13
|
+
readonly AVERAGE: "AVERAGE";
|
|
14
|
+
readonly COUNT: "COUNT";
|
|
15
|
+
readonly MAXIMUM: "MAXIMUM";
|
|
16
|
+
readonly MINIMUM: "MINIMUM";
|
|
17
|
+
readonly STANDARD_DEVIATION: "STANDARD_DEVIATION";
|
|
18
|
+
readonly SUM: "SUM";
|
|
19
|
+
};
|
|
20
|
+
export type AggregateType = (typeof AggregateType)[keyof typeof AggregateType];
|
|
21
|
+
export declare const PropertyDataType: {
|
|
22
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
23
|
+
readonly DOUBLE: "DOUBLE";
|
|
24
|
+
readonly INTEGER: "INTEGER";
|
|
25
|
+
readonly STRING: "STRING";
|
|
26
|
+
readonly STRUCT: "STRUCT";
|
|
27
|
+
};
|
|
28
|
+
export type PropertyDataType =
|
|
29
|
+
(typeof PropertyDataType)[keyof typeof PropertyDataType];
|
|
30
|
+
export declare const PropertyNotificationState: {
|
|
31
|
+
readonly DISABLED: "DISABLED";
|
|
32
|
+
readonly ENABLED: "ENABLED";
|
|
33
|
+
};
|
|
34
|
+
export type PropertyNotificationState =
|
|
35
|
+
(typeof PropertyNotificationState)[keyof typeof PropertyNotificationState];
|
|
36
|
+
export declare const AssetErrorCode: {
|
|
37
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
38
|
+
};
|
|
39
|
+
export type AssetErrorCode =
|
|
40
|
+
(typeof AssetErrorCode)[keyof typeof AssetErrorCode];
|
|
41
|
+
export declare const ForwardingConfigState: {
|
|
42
|
+
readonly DISABLED: "DISABLED";
|
|
43
|
+
readonly ENABLED: "ENABLED";
|
|
44
|
+
};
|
|
45
|
+
export type ForwardingConfigState =
|
|
46
|
+
(typeof ForwardingConfigState)[keyof typeof ForwardingConfigState];
|
|
47
|
+
export declare const ComputeLocation: {
|
|
48
|
+
readonly CLOUD: "CLOUD";
|
|
49
|
+
readonly EDGE: "EDGE";
|
|
50
|
+
};
|
|
51
|
+
export type ComputeLocation =
|
|
52
|
+
(typeof ComputeLocation)[keyof typeof ComputeLocation];
|
|
53
|
+
export declare const AssetModelState: {
|
|
54
|
+
readonly ACTIVE: "ACTIVE";
|
|
55
|
+
readonly CREATING: "CREATING";
|
|
56
|
+
readonly DELETING: "DELETING";
|
|
57
|
+
readonly FAILED: "FAILED";
|
|
58
|
+
readonly PROPAGATING: "PROPAGATING";
|
|
59
|
+
readonly UPDATING: "UPDATING";
|
|
60
|
+
};
|
|
61
|
+
export type AssetModelState =
|
|
62
|
+
(typeof AssetModelState)[keyof typeof AssetModelState];
|
|
63
|
+
export declare const ErrorCode: {
|
|
64
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
65
|
+
readonly VALIDATION_ERROR: "VALIDATION_ERROR";
|
|
66
|
+
};
|
|
67
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
68
|
+
export declare const DetailedErrorCode: {
|
|
69
|
+
readonly INCOMPATIBLE_COMPUTE_LOCATION: "INCOMPATIBLE_COMPUTE_LOCATION";
|
|
70
|
+
readonly INCOMPATIBLE_FORWARDING_CONFIGURATION: "INCOMPATIBLE_FORWARDING_CONFIGURATION";
|
|
71
|
+
};
|
|
72
|
+
export type DetailedErrorCode =
|
|
73
|
+
(typeof DetailedErrorCode)[keyof typeof DetailedErrorCode];
|
|
74
|
+
export declare const AssetModelType: {
|
|
75
|
+
readonly ASSET_MODEL: "ASSET_MODEL";
|
|
76
|
+
readonly COMPONENT_MODEL: "COMPONENT_MODEL";
|
|
77
|
+
readonly INTERFACE: "INTERFACE";
|
|
78
|
+
};
|
|
79
|
+
export type AssetModelType =
|
|
80
|
+
(typeof AssetModelType)[keyof typeof AssetModelType];
|
|
81
|
+
export declare const AssetModelVersionType: {
|
|
82
|
+
readonly ACTIVE: "ACTIVE";
|
|
83
|
+
readonly LATEST: "LATEST";
|
|
84
|
+
};
|
|
85
|
+
export type AssetModelVersionType =
|
|
86
|
+
(typeof AssetModelVersionType)[keyof typeof AssetModelVersionType];
|
|
87
|
+
export declare const RawValueType: {
|
|
88
|
+
readonly BOOLEAN: "B";
|
|
89
|
+
readonly DOUBLE: "D";
|
|
90
|
+
readonly INTEGER: "I";
|
|
91
|
+
readonly STRING: "S";
|
|
92
|
+
readonly UNKNOWN: "U";
|
|
93
|
+
};
|
|
94
|
+
export type RawValueType = (typeof RawValueType)[keyof typeof RawValueType];
|
|
95
|
+
export declare const AssetRelationshipType: {
|
|
96
|
+
readonly HIERARCHY: "HIERARCHY";
|
|
97
|
+
};
|
|
98
|
+
export type AssetRelationshipType =
|
|
99
|
+
(typeof AssetRelationshipType)[keyof typeof AssetRelationshipType];
|
|
100
|
+
export declare const AssetState: {
|
|
101
|
+
readonly ACTIVE: "ACTIVE";
|
|
102
|
+
readonly CREATING: "CREATING";
|
|
103
|
+
readonly DELETING: "DELETING";
|
|
104
|
+
readonly FAILED: "FAILED";
|
|
105
|
+
readonly UPDATING: "UPDATING";
|
|
106
|
+
};
|
|
107
|
+
export type AssetState = (typeof AssetState)[keyof typeof AssetState];
|
|
108
|
+
export declare const AuthMode: {
|
|
109
|
+
readonly IAM: "IAM";
|
|
110
|
+
readonly SSO: "SSO";
|
|
111
|
+
};
|
|
112
|
+
export type AuthMode = (typeof AuthMode)[keyof typeof AuthMode];
|
|
113
|
+
export declare const TimeOrdering: {
|
|
114
|
+
readonly ASCENDING: "ASCENDING";
|
|
115
|
+
readonly DESCENDING: "DESCENDING";
|
|
116
|
+
};
|
|
117
|
+
export type TimeOrdering = (typeof TimeOrdering)[keyof typeof TimeOrdering];
|
|
118
|
+
export declare const BatchGetAssetPropertyAggregatesErrorCode: {
|
|
119
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
120
|
+
readonly InvalidRequestException: "InvalidRequestException";
|
|
121
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
122
|
+
};
|
|
123
|
+
export type BatchGetAssetPropertyAggregatesErrorCode =
|
|
124
|
+
(typeof BatchGetAssetPropertyAggregatesErrorCode)[keyof typeof BatchGetAssetPropertyAggregatesErrorCode];
|
|
125
|
+
export declare const BatchEntryCompletionStatus: {
|
|
126
|
+
readonly ERROR: "ERROR";
|
|
127
|
+
readonly SUCCESS: "SUCCESS";
|
|
128
|
+
};
|
|
129
|
+
export type BatchEntryCompletionStatus =
|
|
130
|
+
(typeof BatchEntryCompletionStatus)[keyof typeof BatchEntryCompletionStatus];
|
|
131
|
+
export declare const BatchGetAssetPropertyValueErrorCode: {
|
|
132
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
133
|
+
readonly InvalidRequestException: "InvalidRequestException";
|
|
134
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
135
|
+
};
|
|
136
|
+
export type BatchGetAssetPropertyValueErrorCode =
|
|
137
|
+
(typeof BatchGetAssetPropertyValueErrorCode)[keyof typeof BatchGetAssetPropertyValueErrorCode];
|
|
138
|
+
export declare const BatchGetAssetPropertyValueHistoryErrorCode: {
|
|
139
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
140
|
+
readonly InvalidRequestException: "InvalidRequestException";
|
|
141
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
142
|
+
};
|
|
143
|
+
export type BatchGetAssetPropertyValueHistoryErrorCode =
|
|
144
|
+
(typeof BatchGetAssetPropertyValueHistoryErrorCode)[keyof typeof BatchGetAssetPropertyValueHistoryErrorCode];
|
|
145
|
+
export declare const BatchPutAssetPropertyValueErrorCode: {
|
|
146
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
147
|
+
readonly ConflictingOperationException: "ConflictingOperationException";
|
|
148
|
+
readonly InternalFailureException: "InternalFailureException";
|
|
149
|
+
readonly InvalidRequestException: "InvalidRequestException";
|
|
150
|
+
readonly LimitExceededException: "LimitExceededException";
|
|
151
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
152
|
+
readonly ServiceUnavailableException: "ServiceUnavailableException";
|
|
153
|
+
readonly ThrottlingException: "ThrottlingException";
|
|
154
|
+
readonly TimestampOutOfRangeException: "TimestampOutOfRangeException";
|
|
155
|
+
};
|
|
156
|
+
export type BatchPutAssetPropertyValueErrorCode =
|
|
157
|
+
(typeof BatchPutAssetPropertyValueErrorCode)[keyof typeof BatchPutAssetPropertyValueErrorCode];
|
|
158
|
+
export declare const ColumnName: {
|
|
159
|
+
readonly ALIAS: "ALIAS";
|
|
160
|
+
readonly ASSET_ID: "ASSET_ID";
|
|
161
|
+
readonly DATA_TYPE: "DATA_TYPE";
|
|
162
|
+
readonly PROPERTY_ID: "PROPERTY_ID";
|
|
163
|
+
readonly QUALITY: "QUALITY";
|
|
164
|
+
readonly TIMESTAMP_NANO_OFFSET: "TIMESTAMP_NANO_OFFSET";
|
|
165
|
+
readonly TIMESTAMP_SECONDS: "TIMESTAMP_SECONDS";
|
|
166
|
+
readonly VALUE: "VALUE";
|
|
167
|
+
};
|
|
168
|
+
export type ColumnName = (typeof ColumnName)[keyof typeof ColumnName];
|
|
169
|
+
export declare const JobStatus: {
|
|
170
|
+
readonly CANCELLED: "CANCELLED";
|
|
171
|
+
readonly COMPLETED: "COMPLETED";
|
|
172
|
+
readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES";
|
|
173
|
+
readonly FAILED: "FAILED";
|
|
174
|
+
readonly PENDING: "PENDING";
|
|
175
|
+
readonly RUNNING: "RUNNING";
|
|
176
|
+
};
|
|
177
|
+
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
178
|
+
export declare const ComputationModelState: {
|
|
179
|
+
readonly ACTIVE: "ACTIVE";
|
|
180
|
+
readonly CREATING: "CREATING";
|
|
181
|
+
readonly DELETING: "DELETING";
|
|
182
|
+
readonly FAILED: "FAILED";
|
|
183
|
+
readonly UPDATING: "UPDATING";
|
|
184
|
+
};
|
|
185
|
+
export type ComputationModelState =
|
|
186
|
+
(typeof ComputationModelState)[keyof typeof ComputationModelState];
|
|
187
|
+
export declare const DatasetSourceFormat: {
|
|
188
|
+
readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
|
|
189
|
+
};
|
|
190
|
+
export type DatasetSourceFormat =
|
|
191
|
+
(typeof DatasetSourceFormat)[keyof typeof DatasetSourceFormat];
|
|
192
|
+
export declare const DatasetSourceType: {
|
|
193
|
+
readonly KENDRA: "KENDRA";
|
|
194
|
+
};
|
|
195
|
+
export type DatasetSourceType =
|
|
196
|
+
(typeof DatasetSourceType)[keyof typeof DatasetSourceType];
|
|
197
|
+
export declare const DatasetState: {
|
|
198
|
+
readonly ACTIVE: "ACTIVE";
|
|
199
|
+
readonly CREATING: "CREATING";
|
|
200
|
+
readonly DELETING: "DELETING";
|
|
201
|
+
readonly FAILED: "FAILED";
|
|
202
|
+
readonly UPDATING: "UPDATING";
|
|
203
|
+
};
|
|
204
|
+
export type DatasetState = (typeof DatasetState)[keyof typeof DatasetState];
|
|
205
|
+
export declare const CoreDeviceOperatingSystem: {
|
|
206
|
+
readonly LINUX_AARCH64: "LINUX_AARCH64";
|
|
207
|
+
readonly LINUX_AMD64: "LINUX_AMD64";
|
|
208
|
+
readonly WINDOWS_AMD64: "WINDOWS_AMD64";
|
|
209
|
+
};
|
|
210
|
+
export type CoreDeviceOperatingSystem =
|
|
211
|
+
(typeof CoreDeviceOperatingSystem)[keyof typeof CoreDeviceOperatingSystem];
|
|
212
|
+
export declare const ImageFileType: {
|
|
213
|
+
readonly PNG: "PNG";
|
|
214
|
+
};
|
|
215
|
+
export type ImageFileType = (typeof ImageFileType)[keyof typeof ImageFileType];
|
|
216
|
+
export declare const PortalType: {
|
|
217
|
+
readonly SITEWISE_PORTAL_V1: "SITEWISE_PORTAL_V1";
|
|
218
|
+
readonly SITEWISE_PORTAL_V2: "SITEWISE_PORTAL_V2";
|
|
219
|
+
};
|
|
220
|
+
export type PortalType = (typeof PortalType)[keyof typeof PortalType];
|
|
221
|
+
export declare const MonitorErrorCode: {
|
|
222
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
223
|
+
readonly LIMIT_EXCEEDED: "LIMIT_EXCEEDED";
|
|
224
|
+
readonly VALIDATION_ERROR: "VALIDATION_ERROR";
|
|
225
|
+
};
|
|
226
|
+
export type MonitorErrorCode =
|
|
227
|
+
(typeof MonitorErrorCode)[keyof typeof MonitorErrorCode];
|
|
228
|
+
export declare const PortalState: {
|
|
229
|
+
readonly ACTIVE: "ACTIVE";
|
|
230
|
+
readonly CREATING: "CREATING";
|
|
231
|
+
readonly DELETING: "DELETING";
|
|
232
|
+
readonly FAILED: "FAILED";
|
|
233
|
+
readonly PENDING: "PENDING";
|
|
234
|
+
readonly UPDATING: "UPDATING";
|
|
235
|
+
};
|
|
236
|
+
export type PortalState = (typeof PortalState)[keyof typeof PortalState];
|
|
237
|
+
export declare const ResolveToResourceType: {
|
|
238
|
+
readonly ASSET: "ASSET";
|
|
239
|
+
};
|
|
240
|
+
export type ResolveToResourceType =
|
|
241
|
+
(typeof ResolveToResourceType)[keyof typeof ResolveToResourceType];
|
|
242
|
+
export declare const ConfigurationState: {
|
|
243
|
+
readonly ACTIVE: "ACTIVE";
|
|
244
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
245
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
246
|
+
};
|
|
247
|
+
export type ConfigurationState =
|
|
248
|
+
(typeof ConfigurationState)[keyof typeof ConfigurationState];
|
|
249
|
+
export declare const EncryptionType: {
|
|
250
|
+
readonly KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION";
|
|
251
|
+
readonly SITEWISE_DEFAULT_ENCRYPTION: "SITEWISE_DEFAULT_ENCRYPTION";
|
|
252
|
+
};
|
|
253
|
+
export type EncryptionType =
|
|
254
|
+
(typeof EncryptionType)[keyof typeof EncryptionType];
|
|
255
|
+
export declare const ExecutionState: {
|
|
256
|
+
readonly COMPLETED: "COMPLETED";
|
|
257
|
+
readonly FAILED: "FAILED";
|
|
258
|
+
readonly RUNNING: "RUNNING";
|
|
259
|
+
};
|
|
260
|
+
export type ExecutionState =
|
|
261
|
+
(typeof ExecutionState)[keyof typeof ExecutionState];
|
|
262
|
+
export declare const CapabilitySyncStatus: {
|
|
263
|
+
readonly IN_SYNC: "IN_SYNC";
|
|
264
|
+
readonly NOT_APPLICABLE: "NOT_APPLICABLE";
|
|
265
|
+
readonly OUT_OF_SYNC: "OUT_OF_SYNC";
|
|
266
|
+
readonly SYNC_FAILED: "SYNC_FAILED";
|
|
267
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
268
|
+
};
|
|
269
|
+
export type CapabilitySyncStatus =
|
|
270
|
+
(typeof CapabilitySyncStatus)[keyof typeof CapabilitySyncStatus];
|
|
271
|
+
export declare const LoggingLevel: {
|
|
272
|
+
readonly ERROR: "ERROR";
|
|
273
|
+
readonly INFO: "INFO";
|
|
274
|
+
readonly OFF: "OFF";
|
|
275
|
+
};
|
|
276
|
+
export type LoggingLevel = (typeof LoggingLevel)[keyof typeof LoggingLevel];
|
|
277
|
+
export declare const DisassociatedDataStorageState: {
|
|
278
|
+
readonly DISABLED: "DISABLED";
|
|
279
|
+
readonly ENABLED: "ENABLED";
|
|
280
|
+
};
|
|
281
|
+
export type DisassociatedDataStorageState =
|
|
282
|
+
(typeof DisassociatedDataStorageState)[keyof typeof DisassociatedDataStorageState];
|
|
283
|
+
export declare const StorageType: {
|
|
284
|
+
readonly MULTI_LAYER_STORAGE: "MULTI_LAYER_STORAGE";
|
|
285
|
+
readonly SITEWISE_DEFAULT_STORAGE: "SITEWISE_DEFAULT_STORAGE";
|
|
286
|
+
};
|
|
287
|
+
export type StorageType = (typeof StorageType)[keyof typeof StorageType];
|
|
288
|
+
export declare const WarmTierState: {
|
|
289
|
+
readonly DISABLED: "DISABLED";
|
|
290
|
+
readonly ENABLED: "ENABLED";
|
|
291
|
+
};
|
|
292
|
+
export type WarmTierState = (typeof WarmTierState)[keyof typeof WarmTierState];
|
|
293
|
+
export declare const ScalarType: {
|
|
294
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
295
|
+
readonly DOUBLE: "DOUBLE";
|
|
296
|
+
readonly INT: "INT";
|
|
297
|
+
readonly STRING: "STRING";
|
|
298
|
+
readonly TIMESTAMP: "TIMESTAMP";
|
|
299
|
+
};
|
|
300
|
+
export type ScalarType = (typeof ScalarType)[keyof typeof ScalarType];
|
|
301
|
+
export declare const IdentityType: {
|
|
302
|
+
readonly GROUP: "GROUP";
|
|
303
|
+
readonly IAM: "IAM";
|
|
304
|
+
readonly USER: "USER";
|
|
305
|
+
};
|
|
306
|
+
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
307
|
+
export declare const ResourceType: {
|
|
308
|
+
readonly PORTAL: "PORTAL";
|
|
309
|
+
readonly PROJECT: "PROJECT";
|
|
310
|
+
};
|
|
311
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
312
|
+
export declare const TargetResourceType: {
|
|
313
|
+
readonly ASSET: "ASSET";
|
|
314
|
+
readonly COMPUTATION_MODEL: "COMPUTATION_MODEL";
|
|
315
|
+
};
|
|
316
|
+
export type TargetResourceType =
|
|
317
|
+
(typeof TargetResourceType)[keyof typeof TargetResourceType];
|
|
318
|
+
export declare const ListAssetModelPropertiesFilter: {
|
|
319
|
+
readonly ALL: "ALL";
|
|
320
|
+
readonly BASE: "BASE";
|
|
321
|
+
};
|
|
322
|
+
export type ListAssetModelPropertiesFilter =
|
|
323
|
+
(typeof ListAssetModelPropertiesFilter)[keyof typeof ListAssetModelPropertiesFilter];
|
|
324
|
+
export declare const ListAssetPropertiesFilter: {
|
|
325
|
+
readonly ALL: "ALL";
|
|
326
|
+
readonly BASE: "BASE";
|
|
327
|
+
};
|
|
328
|
+
export type ListAssetPropertiesFilter =
|
|
329
|
+
(typeof ListAssetPropertiesFilter)[keyof typeof ListAssetPropertiesFilter];
|
|
330
|
+
export declare const TraversalType: {
|
|
331
|
+
readonly PATH_TO_ROOT: "PATH_TO_ROOT";
|
|
332
|
+
};
|
|
333
|
+
export type TraversalType = (typeof TraversalType)[keyof typeof TraversalType];
|
|
334
|
+
export declare const ListAssetsFilter: {
|
|
335
|
+
readonly ALL: "ALL";
|
|
336
|
+
readonly TOP_LEVEL: "TOP_LEVEL";
|
|
337
|
+
};
|
|
338
|
+
export type ListAssetsFilter =
|
|
339
|
+
(typeof ListAssetsFilter)[keyof typeof ListAssetsFilter];
|
|
340
|
+
export declare const TraversalDirection: {
|
|
341
|
+
readonly CHILD: "CHILD";
|
|
342
|
+
readonly PARENT: "PARENT";
|
|
343
|
+
};
|
|
344
|
+
export type TraversalDirection =
|
|
345
|
+
(typeof TraversalDirection)[keyof typeof TraversalDirection];
|
|
346
|
+
export declare const ListBulkImportJobsFilter: {
|
|
347
|
+
readonly ALL: "ALL";
|
|
348
|
+
readonly CANCELLED: "CANCELLED";
|
|
349
|
+
readonly COMPLETED: "COMPLETED";
|
|
350
|
+
readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES";
|
|
351
|
+
readonly FAILED: "FAILED";
|
|
352
|
+
readonly PENDING: "PENDING";
|
|
353
|
+
readonly RUNNING: "RUNNING";
|
|
354
|
+
};
|
|
355
|
+
export type ListBulkImportJobsFilter =
|
|
356
|
+
(typeof ListBulkImportJobsFilter)[keyof typeof ListBulkImportJobsFilter];
|
|
357
|
+
export declare const ComputationModelType: {
|
|
358
|
+
readonly ANOMALY_DETECTION: "ANOMALY_DETECTION";
|
|
359
|
+
};
|
|
360
|
+
export type ComputationModelType =
|
|
361
|
+
(typeof ComputationModelType)[keyof typeof ComputationModelType];
|
|
362
|
+
export declare const ListTimeSeriesType: {
|
|
363
|
+
readonly ASSOCIATED: "ASSOCIATED";
|
|
364
|
+
readonly DISASSOCIATED: "DISASSOCIATED";
|
|
365
|
+
};
|
|
366
|
+
export type ListTimeSeriesType =
|
|
367
|
+
(typeof ListTimeSeriesType)[keyof typeof ListTimeSeriesType];
|