@aws-sdk/client-iotsitewise 3.50.0 → 3.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +330 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +65 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2700 -0
- package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +15 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +7 -0
- package/package.json +8 -8
|
@@ -0,0 +1,2700 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface GroupIdentity {
|
|
4
|
+
|
|
5
|
+
id: string | undefined;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace GroupIdentity {
|
|
8
|
+
|
|
9
|
+
const filterSensitiveLog: (obj: GroupIdentity) => any;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface IAMRoleIdentity {
|
|
13
|
+
|
|
14
|
+
arn: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace IAMRoleIdentity {
|
|
17
|
+
|
|
18
|
+
const filterSensitiveLog: (obj: IAMRoleIdentity) => any;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface IAMUserIdentity {
|
|
22
|
+
|
|
23
|
+
arn: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace IAMUserIdentity {
|
|
26
|
+
|
|
27
|
+
const filterSensitiveLog: (obj: IAMUserIdentity) => any;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface UserIdentity {
|
|
31
|
+
|
|
32
|
+
id: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace UserIdentity {
|
|
35
|
+
|
|
36
|
+
const filterSensitiveLog: (obj: UserIdentity) => any;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface Identity {
|
|
40
|
+
|
|
41
|
+
user?: UserIdentity;
|
|
42
|
+
|
|
43
|
+
group?: GroupIdentity;
|
|
44
|
+
|
|
45
|
+
iamUser?: IAMUserIdentity;
|
|
46
|
+
|
|
47
|
+
iamRole?: IAMRoleIdentity;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace Identity {
|
|
50
|
+
|
|
51
|
+
const filterSensitiveLog: (obj: Identity) => any;
|
|
52
|
+
}
|
|
53
|
+
export declare enum Permission {
|
|
54
|
+
ADMINISTRATOR = "ADMINISTRATOR",
|
|
55
|
+
VIEWER = "VIEWER"
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface PortalResource {
|
|
59
|
+
|
|
60
|
+
id: string | undefined;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace PortalResource {
|
|
63
|
+
|
|
64
|
+
const filterSensitiveLog: (obj: PortalResource) => any;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface ProjectResource {
|
|
68
|
+
|
|
69
|
+
id: string | undefined;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace ProjectResource {
|
|
72
|
+
|
|
73
|
+
const filterSensitiveLog: (obj: ProjectResource) => any;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export interface Resource {
|
|
77
|
+
|
|
78
|
+
portal?: PortalResource;
|
|
79
|
+
|
|
80
|
+
project?: ProjectResource;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace Resource {
|
|
83
|
+
|
|
84
|
+
const filterSensitiveLog: (obj: Resource) => any;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface AccessPolicySummary {
|
|
88
|
+
|
|
89
|
+
id: string | undefined;
|
|
90
|
+
|
|
91
|
+
identity: Identity | undefined;
|
|
92
|
+
|
|
93
|
+
resource: Resource | undefined;
|
|
94
|
+
|
|
95
|
+
permission: Permission | string | undefined;
|
|
96
|
+
|
|
97
|
+
creationDate?: Date;
|
|
98
|
+
|
|
99
|
+
lastUpdateDate?: Date;
|
|
100
|
+
}
|
|
101
|
+
export declare namespace AccessPolicySummary {
|
|
102
|
+
|
|
103
|
+
const filterSensitiveLog: (obj: AccessPolicySummary) => any;
|
|
104
|
+
}
|
|
105
|
+
export declare enum Quality {
|
|
106
|
+
BAD = "BAD",
|
|
107
|
+
GOOD = "GOOD",
|
|
108
|
+
UNCERTAIN = "UNCERTAIN"
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface Aggregates {
|
|
112
|
+
|
|
113
|
+
average?: number;
|
|
114
|
+
|
|
115
|
+
count?: number;
|
|
116
|
+
|
|
117
|
+
maximum?: number;
|
|
118
|
+
|
|
119
|
+
minimum?: number;
|
|
120
|
+
|
|
121
|
+
sum?: number;
|
|
122
|
+
|
|
123
|
+
standardDeviation?: number;
|
|
124
|
+
}
|
|
125
|
+
export declare namespace Aggregates {
|
|
126
|
+
|
|
127
|
+
const filterSensitiveLog: (obj: Aggregates) => any;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export interface AggregatedValue {
|
|
131
|
+
|
|
132
|
+
timestamp: Date | undefined;
|
|
133
|
+
|
|
134
|
+
quality?: Quality | string;
|
|
135
|
+
|
|
136
|
+
value: Aggregates | undefined;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace AggregatedValue {
|
|
139
|
+
|
|
140
|
+
const filterSensitiveLog: (obj: AggregatedValue) => any;
|
|
141
|
+
}
|
|
142
|
+
export declare enum AggregateType {
|
|
143
|
+
AVERAGE = "AVERAGE",
|
|
144
|
+
COUNT = "COUNT",
|
|
145
|
+
MAXIMUM = "MAXIMUM",
|
|
146
|
+
MINIMUM = "MINIMUM",
|
|
147
|
+
STANDARD_DEVIATION = "STANDARD_DEVIATION",
|
|
148
|
+
SUM = "SUM"
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export interface Alarms {
|
|
152
|
+
|
|
153
|
+
alarmRoleArn: string | undefined;
|
|
154
|
+
|
|
155
|
+
notificationLambdaArn?: string;
|
|
156
|
+
}
|
|
157
|
+
export declare namespace Alarms {
|
|
158
|
+
|
|
159
|
+
const filterSensitiveLog: (obj: Alarms) => any;
|
|
160
|
+
}
|
|
161
|
+
export declare enum PropertyDataType {
|
|
162
|
+
BOOLEAN = "BOOLEAN",
|
|
163
|
+
DOUBLE = "DOUBLE",
|
|
164
|
+
INTEGER = "INTEGER",
|
|
165
|
+
STRING = "STRING",
|
|
166
|
+
STRUCT = "STRUCT"
|
|
167
|
+
}
|
|
168
|
+
export declare enum PropertyNotificationState {
|
|
169
|
+
DISABLED = "DISABLED",
|
|
170
|
+
ENABLED = "ENABLED"
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export interface PropertyNotification {
|
|
174
|
+
|
|
175
|
+
topic: string | undefined;
|
|
176
|
+
|
|
177
|
+
state: PropertyNotificationState | string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export declare namespace PropertyNotification {
|
|
180
|
+
|
|
181
|
+
const filterSensitiveLog: (obj: PropertyNotification) => any;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export interface AssetProperty {
|
|
185
|
+
|
|
186
|
+
id: string | undefined;
|
|
187
|
+
|
|
188
|
+
name: string | undefined;
|
|
189
|
+
|
|
190
|
+
alias?: string;
|
|
191
|
+
|
|
192
|
+
notification?: PropertyNotification;
|
|
193
|
+
|
|
194
|
+
dataType: PropertyDataType | string | undefined;
|
|
195
|
+
|
|
196
|
+
dataTypeSpec?: string;
|
|
197
|
+
|
|
198
|
+
unit?: string;
|
|
199
|
+
}
|
|
200
|
+
export declare namespace AssetProperty {
|
|
201
|
+
|
|
202
|
+
const filterSensitiveLog: (obj: AssetProperty) => any;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
export interface AssetCompositeModel {
|
|
206
|
+
|
|
207
|
+
name: string | undefined;
|
|
208
|
+
|
|
209
|
+
description?: string;
|
|
210
|
+
|
|
211
|
+
type: string | undefined;
|
|
212
|
+
|
|
213
|
+
properties: AssetProperty[] | undefined;
|
|
214
|
+
}
|
|
215
|
+
export declare namespace AssetCompositeModel {
|
|
216
|
+
|
|
217
|
+
const filterSensitiveLog: (obj: AssetCompositeModel) => any;
|
|
218
|
+
}
|
|
219
|
+
export declare enum AssetErrorCode {
|
|
220
|
+
INTERNAL_FAILURE = "INTERNAL_FAILURE"
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface AssetErrorDetails {
|
|
224
|
+
|
|
225
|
+
assetId: string | undefined;
|
|
226
|
+
|
|
227
|
+
code: AssetErrorCode | string | undefined;
|
|
228
|
+
|
|
229
|
+
message: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export declare namespace AssetErrorDetails {
|
|
232
|
+
|
|
233
|
+
const filterSensitiveLog: (obj: AssetErrorDetails) => any;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export interface AssetHierarchy {
|
|
237
|
+
|
|
238
|
+
id?: string;
|
|
239
|
+
|
|
240
|
+
name: string | undefined;
|
|
241
|
+
}
|
|
242
|
+
export declare namespace AssetHierarchy {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: AssetHierarchy) => any;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface AssetHierarchyInfo {
|
|
248
|
+
|
|
249
|
+
parentAssetId?: string;
|
|
250
|
+
|
|
251
|
+
childAssetId?: string;
|
|
252
|
+
}
|
|
253
|
+
export declare namespace AssetHierarchyInfo {
|
|
254
|
+
|
|
255
|
+
const filterSensitiveLog: (obj: AssetHierarchyInfo) => any;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface Attribute {
|
|
259
|
+
|
|
260
|
+
defaultValue?: string;
|
|
261
|
+
}
|
|
262
|
+
export declare namespace Attribute {
|
|
263
|
+
|
|
264
|
+
const filterSensitiveLog: (obj: Attribute) => any;
|
|
265
|
+
}
|
|
266
|
+
export declare enum ForwardingConfigState {
|
|
267
|
+
DISABLED = "DISABLED",
|
|
268
|
+
ENABLED = "ENABLED"
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export interface ForwardingConfig {
|
|
272
|
+
|
|
273
|
+
state: ForwardingConfigState | string | undefined;
|
|
274
|
+
}
|
|
275
|
+
export declare namespace ForwardingConfig {
|
|
276
|
+
|
|
277
|
+
const filterSensitiveLog: (obj: ForwardingConfig) => any;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export interface MeasurementProcessingConfig {
|
|
281
|
+
|
|
282
|
+
forwardingConfig: ForwardingConfig | undefined;
|
|
283
|
+
}
|
|
284
|
+
export declare namespace MeasurementProcessingConfig {
|
|
285
|
+
|
|
286
|
+
const filterSensitiveLog: (obj: MeasurementProcessingConfig) => any;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export interface Measurement {
|
|
290
|
+
|
|
291
|
+
processingConfig?: MeasurementProcessingConfig;
|
|
292
|
+
}
|
|
293
|
+
export declare namespace Measurement {
|
|
294
|
+
|
|
295
|
+
const filterSensitiveLog: (obj: Measurement) => any;
|
|
296
|
+
}
|
|
297
|
+
export declare enum ComputeLocation {
|
|
298
|
+
CLOUD = "CLOUD",
|
|
299
|
+
EDGE = "EDGE"
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export interface MetricProcessingConfig {
|
|
303
|
+
|
|
304
|
+
computeLocation: ComputeLocation | string | undefined;
|
|
305
|
+
}
|
|
306
|
+
export declare namespace MetricProcessingConfig {
|
|
307
|
+
|
|
308
|
+
const filterSensitiveLog: (obj: MetricProcessingConfig) => any;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export interface VariableValue {
|
|
312
|
+
|
|
313
|
+
propertyId: string | undefined;
|
|
314
|
+
|
|
315
|
+
hierarchyId?: string;
|
|
316
|
+
}
|
|
317
|
+
export declare namespace VariableValue {
|
|
318
|
+
|
|
319
|
+
const filterSensitiveLog: (obj: VariableValue) => any;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface ExpressionVariable {
|
|
323
|
+
|
|
324
|
+
name: string | undefined;
|
|
325
|
+
|
|
326
|
+
value: VariableValue | undefined;
|
|
327
|
+
}
|
|
328
|
+
export declare namespace ExpressionVariable {
|
|
329
|
+
|
|
330
|
+
const filterSensitiveLog: (obj: ExpressionVariable) => any;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
export interface TumblingWindow {
|
|
334
|
+
|
|
335
|
+
interval: string | undefined;
|
|
336
|
+
|
|
337
|
+
offset?: string;
|
|
338
|
+
}
|
|
339
|
+
export declare namespace TumblingWindow {
|
|
340
|
+
|
|
341
|
+
const filterSensitiveLog: (obj: TumblingWindow) => any;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
export interface MetricWindow {
|
|
345
|
+
|
|
346
|
+
tumbling?: TumblingWindow;
|
|
347
|
+
}
|
|
348
|
+
export declare namespace MetricWindow {
|
|
349
|
+
|
|
350
|
+
const filterSensitiveLog: (obj: MetricWindow) => any;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
export interface Metric {
|
|
354
|
+
|
|
355
|
+
expression: string | undefined;
|
|
356
|
+
|
|
357
|
+
variables: ExpressionVariable[] | undefined;
|
|
358
|
+
|
|
359
|
+
window: MetricWindow | undefined;
|
|
360
|
+
|
|
361
|
+
processingConfig?: MetricProcessingConfig;
|
|
362
|
+
}
|
|
363
|
+
export declare namespace Metric {
|
|
364
|
+
|
|
365
|
+
const filterSensitiveLog: (obj: Metric) => any;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
export interface TransformProcessingConfig {
|
|
369
|
+
|
|
370
|
+
computeLocation: ComputeLocation | string | undefined;
|
|
371
|
+
|
|
372
|
+
forwardingConfig?: ForwardingConfig;
|
|
373
|
+
}
|
|
374
|
+
export declare namespace TransformProcessingConfig {
|
|
375
|
+
|
|
376
|
+
const filterSensitiveLog: (obj: TransformProcessingConfig) => any;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface Transform {
|
|
380
|
+
|
|
381
|
+
expression: string | undefined;
|
|
382
|
+
|
|
383
|
+
variables: ExpressionVariable[] | undefined;
|
|
384
|
+
|
|
385
|
+
processingConfig?: TransformProcessingConfig;
|
|
386
|
+
}
|
|
387
|
+
export declare namespace Transform {
|
|
388
|
+
|
|
389
|
+
const filterSensitiveLog: (obj: Transform) => any;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
export interface PropertyType {
|
|
393
|
+
|
|
394
|
+
attribute?: Attribute;
|
|
395
|
+
|
|
396
|
+
measurement?: Measurement;
|
|
397
|
+
|
|
398
|
+
transform?: Transform;
|
|
399
|
+
|
|
400
|
+
metric?: Metric;
|
|
401
|
+
}
|
|
402
|
+
export declare namespace PropertyType {
|
|
403
|
+
|
|
404
|
+
const filterSensitiveLog: (obj: PropertyType) => any;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
export interface AssetModelProperty {
|
|
408
|
+
|
|
409
|
+
id?: string;
|
|
410
|
+
|
|
411
|
+
name: string | undefined;
|
|
412
|
+
|
|
413
|
+
dataType: PropertyDataType | string | undefined;
|
|
414
|
+
|
|
415
|
+
dataTypeSpec?: string;
|
|
416
|
+
|
|
417
|
+
unit?: string;
|
|
418
|
+
|
|
419
|
+
type: PropertyType | undefined;
|
|
420
|
+
}
|
|
421
|
+
export declare namespace AssetModelProperty {
|
|
422
|
+
|
|
423
|
+
const filterSensitiveLog: (obj: AssetModelProperty) => any;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export interface AssetModelCompositeModel {
|
|
427
|
+
|
|
428
|
+
name: string | undefined;
|
|
429
|
+
|
|
430
|
+
description?: string;
|
|
431
|
+
|
|
432
|
+
type: string | undefined;
|
|
433
|
+
|
|
434
|
+
properties?: AssetModelProperty[];
|
|
435
|
+
}
|
|
436
|
+
export declare namespace AssetModelCompositeModel {
|
|
437
|
+
|
|
438
|
+
const filterSensitiveLog: (obj: AssetModelCompositeModel) => any;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
export interface AssetModelPropertyDefinition {
|
|
442
|
+
|
|
443
|
+
name: string | undefined;
|
|
444
|
+
|
|
445
|
+
dataType: PropertyDataType | string | undefined;
|
|
446
|
+
|
|
447
|
+
dataTypeSpec?: string;
|
|
448
|
+
|
|
449
|
+
unit?: string;
|
|
450
|
+
|
|
451
|
+
type: PropertyType | undefined;
|
|
452
|
+
}
|
|
453
|
+
export declare namespace AssetModelPropertyDefinition {
|
|
454
|
+
|
|
455
|
+
const filterSensitiveLog: (obj: AssetModelPropertyDefinition) => any;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface AssetModelCompositeModelDefinition {
|
|
459
|
+
|
|
460
|
+
name: string | undefined;
|
|
461
|
+
|
|
462
|
+
description?: string;
|
|
463
|
+
|
|
464
|
+
type: string | undefined;
|
|
465
|
+
|
|
466
|
+
properties?: AssetModelPropertyDefinition[];
|
|
467
|
+
}
|
|
468
|
+
export declare namespace AssetModelCompositeModelDefinition {
|
|
469
|
+
|
|
470
|
+
const filterSensitiveLog: (obj: AssetModelCompositeModelDefinition) => any;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export interface AssetModelHierarchy {
|
|
474
|
+
|
|
475
|
+
id?: string;
|
|
476
|
+
|
|
477
|
+
name: string | undefined;
|
|
478
|
+
|
|
479
|
+
childAssetModelId: string | undefined;
|
|
480
|
+
}
|
|
481
|
+
export declare namespace AssetModelHierarchy {
|
|
482
|
+
|
|
483
|
+
const filterSensitiveLog: (obj: AssetModelHierarchy) => any;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface AssetModelHierarchyDefinition {
|
|
487
|
+
|
|
488
|
+
name: string | undefined;
|
|
489
|
+
|
|
490
|
+
childAssetModelId: string | undefined;
|
|
491
|
+
}
|
|
492
|
+
export declare namespace AssetModelHierarchyDefinition {
|
|
493
|
+
|
|
494
|
+
const filterSensitiveLog: (obj: AssetModelHierarchyDefinition) => any;
|
|
495
|
+
}
|
|
496
|
+
export declare enum AssetModelState {
|
|
497
|
+
ACTIVE = "ACTIVE",
|
|
498
|
+
CREATING = "CREATING",
|
|
499
|
+
DELETING = "DELETING",
|
|
500
|
+
FAILED = "FAILED",
|
|
501
|
+
PROPAGATING = "PROPAGATING",
|
|
502
|
+
UPDATING = "UPDATING"
|
|
503
|
+
}
|
|
504
|
+
export declare enum ErrorCode {
|
|
505
|
+
INTERNAL_FAILURE = "INTERNAL_FAILURE",
|
|
506
|
+
VALIDATION_ERROR = "VALIDATION_ERROR"
|
|
507
|
+
}
|
|
508
|
+
export declare enum DetailedErrorCode {
|
|
509
|
+
INCOMPATIBLE_COMPUTE_LOCATION = "INCOMPATIBLE_COMPUTE_LOCATION",
|
|
510
|
+
INCOMPATIBLE_FORWARDING_CONFIGURATION = "INCOMPATIBLE_FORWARDING_CONFIGURATION"
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
export interface DetailedError {
|
|
514
|
+
|
|
515
|
+
code: DetailedErrorCode | string | undefined;
|
|
516
|
+
|
|
517
|
+
message: string | undefined;
|
|
518
|
+
}
|
|
519
|
+
export declare namespace DetailedError {
|
|
520
|
+
|
|
521
|
+
const filterSensitiveLog: (obj: DetailedError) => any;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
export interface ErrorDetails {
|
|
525
|
+
|
|
526
|
+
code: ErrorCode | string | undefined;
|
|
527
|
+
|
|
528
|
+
message: string | undefined;
|
|
529
|
+
|
|
530
|
+
details?: DetailedError[];
|
|
531
|
+
}
|
|
532
|
+
export declare namespace ErrorDetails {
|
|
533
|
+
|
|
534
|
+
const filterSensitiveLog: (obj: ErrorDetails) => any;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
export interface AssetModelStatus {
|
|
538
|
+
|
|
539
|
+
state: AssetModelState | string | undefined;
|
|
540
|
+
|
|
541
|
+
error?: ErrorDetails;
|
|
542
|
+
}
|
|
543
|
+
export declare namespace AssetModelStatus {
|
|
544
|
+
|
|
545
|
+
const filterSensitiveLog: (obj: AssetModelStatus) => any;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
export interface AssetModelSummary {
|
|
549
|
+
|
|
550
|
+
id: string | undefined;
|
|
551
|
+
|
|
552
|
+
arn: string | undefined;
|
|
553
|
+
|
|
554
|
+
name: string | undefined;
|
|
555
|
+
|
|
556
|
+
description: string | undefined;
|
|
557
|
+
|
|
558
|
+
creationDate: Date | undefined;
|
|
559
|
+
|
|
560
|
+
lastUpdateDate: Date | undefined;
|
|
561
|
+
|
|
562
|
+
status: AssetModelStatus | undefined;
|
|
563
|
+
}
|
|
564
|
+
export declare namespace AssetModelSummary {
|
|
565
|
+
|
|
566
|
+
const filterSensitiveLog: (obj: AssetModelSummary) => any;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export interface TimeInNanos {
|
|
570
|
+
|
|
571
|
+
timeInSeconds: number | undefined;
|
|
572
|
+
|
|
573
|
+
offsetInNanos?: number;
|
|
574
|
+
}
|
|
575
|
+
export declare namespace TimeInNanos {
|
|
576
|
+
|
|
577
|
+
const filterSensitiveLog: (obj: TimeInNanos) => any;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
export interface Variant {
|
|
581
|
+
|
|
582
|
+
stringValue?: string;
|
|
583
|
+
|
|
584
|
+
integerValue?: number;
|
|
585
|
+
|
|
586
|
+
doubleValue?: number;
|
|
587
|
+
|
|
588
|
+
booleanValue?: boolean;
|
|
589
|
+
}
|
|
590
|
+
export declare namespace Variant {
|
|
591
|
+
|
|
592
|
+
const filterSensitiveLog: (obj: Variant) => any;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
export interface AssetPropertyValue {
|
|
596
|
+
|
|
597
|
+
value: Variant | undefined;
|
|
598
|
+
|
|
599
|
+
timestamp: TimeInNanos | undefined;
|
|
600
|
+
|
|
601
|
+
quality?: Quality | string;
|
|
602
|
+
}
|
|
603
|
+
export declare namespace AssetPropertyValue {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: AssetPropertyValue) => any;
|
|
606
|
+
}
|
|
607
|
+
export declare enum AssetRelationshipType {
|
|
608
|
+
HIERARCHY = "HIERARCHY"
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
export interface AssetRelationshipSummary {
|
|
612
|
+
|
|
613
|
+
hierarchyInfo?: AssetHierarchyInfo;
|
|
614
|
+
|
|
615
|
+
relationshipType: AssetRelationshipType | string | undefined;
|
|
616
|
+
}
|
|
617
|
+
export declare namespace AssetRelationshipSummary {
|
|
618
|
+
|
|
619
|
+
const filterSensitiveLog: (obj: AssetRelationshipSummary) => any;
|
|
620
|
+
}
|
|
621
|
+
export declare enum AssetState {
|
|
622
|
+
ACTIVE = "ACTIVE",
|
|
623
|
+
CREATING = "CREATING",
|
|
624
|
+
DELETING = "DELETING",
|
|
625
|
+
FAILED = "FAILED",
|
|
626
|
+
UPDATING = "UPDATING"
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
export interface AssetStatus {
|
|
630
|
+
|
|
631
|
+
state: AssetState | string | undefined;
|
|
632
|
+
|
|
633
|
+
error?: ErrorDetails;
|
|
634
|
+
}
|
|
635
|
+
export declare namespace AssetStatus {
|
|
636
|
+
|
|
637
|
+
const filterSensitiveLog: (obj: AssetStatus) => any;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
export interface AssetSummary {
|
|
641
|
+
|
|
642
|
+
id: string | undefined;
|
|
643
|
+
|
|
644
|
+
arn: string | undefined;
|
|
645
|
+
|
|
646
|
+
name: string | undefined;
|
|
647
|
+
|
|
648
|
+
assetModelId: string | undefined;
|
|
649
|
+
|
|
650
|
+
creationDate: Date | undefined;
|
|
651
|
+
|
|
652
|
+
lastUpdateDate: Date | undefined;
|
|
653
|
+
|
|
654
|
+
status: AssetStatus | undefined;
|
|
655
|
+
|
|
656
|
+
hierarchies: AssetHierarchy[] | undefined;
|
|
657
|
+
}
|
|
658
|
+
export declare namespace AssetSummary {
|
|
659
|
+
|
|
660
|
+
const filterSensitiveLog: (obj: AssetSummary) => any;
|
|
661
|
+
}
|
|
662
|
+
export interface AssociateAssetsRequest {
|
|
663
|
+
|
|
664
|
+
assetId: string | undefined;
|
|
665
|
+
|
|
666
|
+
hierarchyId: string | undefined;
|
|
667
|
+
|
|
668
|
+
childAssetId: string | undefined;
|
|
669
|
+
|
|
670
|
+
clientToken?: string;
|
|
671
|
+
}
|
|
672
|
+
export declare namespace AssociateAssetsRequest {
|
|
673
|
+
|
|
674
|
+
const filterSensitiveLog: (obj: AssociateAssetsRequest) => any;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
export interface ConflictingOperationException extends __SmithyException, $MetadataBearer {
|
|
678
|
+
name: "ConflictingOperationException";
|
|
679
|
+
$fault: "client";
|
|
680
|
+
message: string | undefined;
|
|
681
|
+
|
|
682
|
+
resourceId: string | undefined;
|
|
683
|
+
|
|
684
|
+
resourceArn: string | undefined;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export interface InternalFailureException extends __SmithyException, $MetadataBearer {
|
|
688
|
+
name: "InternalFailureException";
|
|
689
|
+
$fault: "server";
|
|
690
|
+
message: string | undefined;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
694
|
+
name: "InvalidRequestException";
|
|
695
|
+
$fault: "client";
|
|
696
|
+
message: string | undefined;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
700
|
+
name: "LimitExceededException";
|
|
701
|
+
$fault: "client";
|
|
702
|
+
message: string | undefined;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
706
|
+
name: "ResourceNotFoundException";
|
|
707
|
+
$fault: "client";
|
|
708
|
+
message: string | undefined;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
712
|
+
name: "ThrottlingException";
|
|
713
|
+
$fault: "client";
|
|
714
|
+
message: string | undefined;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
export interface AssociatedAssetsSummary {
|
|
718
|
+
|
|
719
|
+
id: string | undefined;
|
|
720
|
+
|
|
721
|
+
arn: string | undefined;
|
|
722
|
+
|
|
723
|
+
name: string | undefined;
|
|
724
|
+
|
|
725
|
+
assetModelId: string | undefined;
|
|
726
|
+
|
|
727
|
+
creationDate: Date | undefined;
|
|
728
|
+
|
|
729
|
+
lastUpdateDate: Date | undefined;
|
|
730
|
+
|
|
731
|
+
status: AssetStatus | undefined;
|
|
732
|
+
|
|
733
|
+
hierarchies: AssetHierarchy[] | undefined;
|
|
734
|
+
}
|
|
735
|
+
export declare namespace AssociatedAssetsSummary {
|
|
736
|
+
|
|
737
|
+
const filterSensitiveLog: (obj: AssociatedAssetsSummary) => any;
|
|
738
|
+
}
|
|
739
|
+
export interface AssociateTimeSeriesToAssetPropertyRequest {
|
|
740
|
+
|
|
741
|
+
alias: string | undefined;
|
|
742
|
+
|
|
743
|
+
assetId: string | undefined;
|
|
744
|
+
|
|
745
|
+
propertyId: string | undefined;
|
|
746
|
+
|
|
747
|
+
clientToken?: string;
|
|
748
|
+
}
|
|
749
|
+
export declare namespace AssociateTimeSeriesToAssetPropertyRequest {
|
|
750
|
+
|
|
751
|
+
const filterSensitiveLog: (obj: AssociateTimeSeriesToAssetPropertyRequest) => any;
|
|
752
|
+
}
|
|
753
|
+
export declare enum AuthMode {
|
|
754
|
+
IAM = "IAM",
|
|
755
|
+
SSO = "SSO"
|
|
756
|
+
}
|
|
757
|
+
export interface BatchAssociateProjectAssetsRequest {
|
|
758
|
+
|
|
759
|
+
projectId: string | undefined;
|
|
760
|
+
|
|
761
|
+
assetIds: string[] | undefined;
|
|
762
|
+
|
|
763
|
+
clientToken?: string;
|
|
764
|
+
}
|
|
765
|
+
export declare namespace BatchAssociateProjectAssetsRequest {
|
|
766
|
+
|
|
767
|
+
const filterSensitiveLog: (obj: BatchAssociateProjectAssetsRequest) => any;
|
|
768
|
+
}
|
|
769
|
+
export interface BatchAssociateProjectAssetsResponse {
|
|
770
|
+
|
|
771
|
+
errors?: AssetErrorDetails[];
|
|
772
|
+
}
|
|
773
|
+
export declare namespace BatchAssociateProjectAssetsResponse {
|
|
774
|
+
|
|
775
|
+
const filterSensitiveLog: (obj: BatchAssociateProjectAssetsResponse) => any;
|
|
776
|
+
}
|
|
777
|
+
export interface BatchDisassociateProjectAssetsRequest {
|
|
778
|
+
|
|
779
|
+
projectId: string | undefined;
|
|
780
|
+
|
|
781
|
+
assetIds: string[] | undefined;
|
|
782
|
+
|
|
783
|
+
clientToken?: string;
|
|
784
|
+
}
|
|
785
|
+
export declare namespace BatchDisassociateProjectAssetsRequest {
|
|
786
|
+
|
|
787
|
+
const filterSensitiveLog: (obj: BatchDisassociateProjectAssetsRequest) => any;
|
|
788
|
+
}
|
|
789
|
+
export interface BatchDisassociateProjectAssetsResponse {
|
|
790
|
+
|
|
791
|
+
errors?: AssetErrorDetails[];
|
|
792
|
+
}
|
|
793
|
+
export declare namespace BatchDisassociateProjectAssetsResponse {
|
|
794
|
+
|
|
795
|
+
const filterSensitiveLog: (obj: BatchDisassociateProjectAssetsResponse) => any;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
export interface PutAssetPropertyValueEntry {
|
|
799
|
+
|
|
800
|
+
entryId: string | undefined;
|
|
801
|
+
|
|
802
|
+
assetId?: string;
|
|
803
|
+
|
|
804
|
+
propertyId?: string;
|
|
805
|
+
|
|
806
|
+
propertyAlias?: string;
|
|
807
|
+
|
|
808
|
+
propertyValues: AssetPropertyValue[] | undefined;
|
|
809
|
+
}
|
|
810
|
+
export declare namespace PutAssetPropertyValueEntry {
|
|
811
|
+
|
|
812
|
+
const filterSensitiveLog: (obj: PutAssetPropertyValueEntry) => any;
|
|
813
|
+
}
|
|
814
|
+
export interface BatchPutAssetPropertyValueRequest {
|
|
815
|
+
|
|
816
|
+
entries: PutAssetPropertyValueEntry[] | undefined;
|
|
817
|
+
}
|
|
818
|
+
export declare namespace BatchPutAssetPropertyValueRequest {
|
|
819
|
+
|
|
820
|
+
const filterSensitiveLog: (obj: BatchPutAssetPropertyValueRequest) => any;
|
|
821
|
+
}
|
|
822
|
+
export declare enum BatchPutAssetPropertyValueErrorCode {
|
|
823
|
+
AccessDeniedException = "AccessDeniedException",
|
|
824
|
+
ConflictingOperationException = "ConflictingOperationException",
|
|
825
|
+
InternalFailureException = "InternalFailureException",
|
|
826
|
+
InvalidRequestException = "InvalidRequestException",
|
|
827
|
+
LimitExceededException = "LimitExceededException",
|
|
828
|
+
ResourceNotFoundException = "ResourceNotFoundException",
|
|
829
|
+
ServiceUnavailableException = "ServiceUnavailableException",
|
|
830
|
+
ThrottlingException = "ThrottlingException",
|
|
831
|
+
TimestampOutOfRangeException = "TimestampOutOfRangeException"
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
export interface BatchPutAssetPropertyError {
|
|
835
|
+
|
|
836
|
+
errorCode: BatchPutAssetPropertyValueErrorCode | string | undefined;
|
|
837
|
+
|
|
838
|
+
errorMessage: string | undefined;
|
|
839
|
+
|
|
840
|
+
timestamps: TimeInNanos[] | undefined;
|
|
841
|
+
}
|
|
842
|
+
export declare namespace BatchPutAssetPropertyError {
|
|
843
|
+
|
|
844
|
+
const filterSensitiveLog: (obj: BatchPutAssetPropertyError) => any;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export interface BatchPutAssetPropertyErrorEntry {
|
|
848
|
+
|
|
849
|
+
entryId: string | undefined;
|
|
850
|
+
|
|
851
|
+
errors: BatchPutAssetPropertyError[] | undefined;
|
|
852
|
+
}
|
|
853
|
+
export declare namespace BatchPutAssetPropertyErrorEntry {
|
|
854
|
+
|
|
855
|
+
const filterSensitiveLog: (obj: BatchPutAssetPropertyErrorEntry) => any;
|
|
856
|
+
}
|
|
857
|
+
export interface BatchPutAssetPropertyValueResponse {
|
|
858
|
+
|
|
859
|
+
errorEntries: BatchPutAssetPropertyErrorEntry[] | undefined;
|
|
860
|
+
}
|
|
861
|
+
export declare namespace BatchPutAssetPropertyValueResponse {
|
|
862
|
+
|
|
863
|
+
const filterSensitiveLog: (obj: BatchPutAssetPropertyValueResponse) => any;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
867
|
+
name: "ServiceUnavailableException";
|
|
868
|
+
$fault: "server";
|
|
869
|
+
message: string | undefined;
|
|
870
|
+
}
|
|
871
|
+
export interface CreateAccessPolicyRequest {
|
|
872
|
+
|
|
873
|
+
accessPolicyIdentity: Identity | undefined;
|
|
874
|
+
|
|
875
|
+
accessPolicyResource: Resource | undefined;
|
|
876
|
+
|
|
877
|
+
accessPolicyPermission: Permission | string | undefined;
|
|
878
|
+
|
|
879
|
+
clientToken?: string;
|
|
880
|
+
|
|
881
|
+
tags?: {
|
|
882
|
+
[key: string]: string;
|
|
883
|
+
};
|
|
884
|
+
}
|
|
885
|
+
export declare namespace CreateAccessPolicyRequest {
|
|
886
|
+
|
|
887
|
+
const filterSensitiveLog: (obj: CreateAccessPolicyRequest) => any;
|
|
888
|
+
}
|
|
889
|
+
export interface CreateAccessPolicyResponse {
|
|
890
|
+
|
|
891
|
+
accessPolicyId: string | undefined;
|
|
892
|
+
|
|
893
|
+
accessPolicyArn: string | undefined;
|
|
894
|
+
}
|
|
895
|
+
export declare namespace CreateAccessPolicyResponse {
|
|
896
|
+
|
|
897
|
+
const filterSensitiveLog: (obj: CreateAccessPolicyResponse) => any;
|
|
898
|
+
}
|
|
899
|
+
export interface CreateAssetRequest {
|
|
900
|
+
|
|
901
|
+
assetName: string | undefined;
|
|
902
|
+
|
|
903
|
+
assetModelId: string | undefined;
|
|
904
|
+
|
|
905
|
+
clientToken?: string;
|
|
906
|
+
|
|
907
|
+
tags?: {
|
|
908
|
+
[key: string]: string;
|
|
909
|
+
};
|
|
910
|
+
}
|
|
911
|
+
export declare namespace CreateAssetRequest {
|
|
912
|
+
|
|
913
|
+
const filterSensitiveLog: (obj: CreateAssetRequest) => any;
|
|
914
|
+
}
|
|
915
|
+
export interface CreateAssetResponse {
|
|
916
|
+
|
|
917
|
+
assetId: string | undefined;
|
|
918
|
+
|
|
919
|
+
assetArn: string | undefined;
|
|
920
|
+
|
|
921
|
+
assetStatus: AssetStatus | undefined;
|
|
922
|
+
}
|
|
923
|
+
export declare namespace CreateAssetResponse {
|
|
924
|
+
|
|
925
|
+
const filterSensitiveLog: (obj: CreateAssetResponse) => any;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
929
|
+
name: "ResourceAlreadyExistsException";
|
|
930
|
+
$fault: "client";
|
|
931
|
+
message: string | undefined;
|
|
932
|
+
|
|
933
|
+
resourceId: string | undefined;
|
|
934
|
+
|
|
935
|
+
resourceArn: string | undefined;
|
|
936
|
+
}
|
|
937
|
+
export interface CreateAssetModelRequest {
|
|
938
|
+
|
|
939
|
+
assetModelName: string | undefined;
|
|
940
|
+
|
|
941
|
+
assetModelDescription?: string;
|
|
942
|
+
|
|
943
|
+
assetModelProperties?: AssetModelPropertyDefinition[];
|
|
944
|
+
|
|
945
|
+
assetModelHierarchies?: AssetModelHierarchyDefinition[];
|
|
946
|
+
|
|
947
|
+
assetModelCompositeModels?: AssetModelCompositeModelDefinition[];
|
|
948
|
+
|
|
949
|
+
clientToken?: string;
|
|
950
|
+
|
|
951
|
+
tags?: {
|
|
952
|
+
[key: string]: string;
|
|
953
|
+
};
|
|
954
|
+
}
|
|
955
|
+
export declare namespace CreateAssetModelRequest {
|
|
956
|
+
|
|
957
|
+
const filterSensitiveLog: (obj: CreateAssetModelRequest) => any;
|
|
958
|
+
}
|
|
959
|
+
export interface CreateAssetModelResponse {
|
|
960
|
+
|
|
961
|
+
assetModelId: string | undefined;
|
|
962
|
+
|
|
963
|
+
assetModelArn: string | undefined;
|
|
964
|
+
|
|
965
|
+
assetModelStatus: AssetModelStatus | undefined;
|
|
966
|
+
}
|
|
967
|
+
export declare namespace CreateAssetModelResponse {
|
|
968
|
+
|
|
969
|
+
const filterSensitiveLog: (obj: CreateAssetModelResponse) => any;
|
|
970
|
+
}
|
|
971
|
+
export interface CreateDashboardRequest {
|
|
972
|
+
|
|
973
|
+
projectId: string | undefined;
|
|
974
|
+
|
|
975
|
+
dashboardName: string | undefined;
|
|
976
|
+
|
|
977
|
+
dashboardDescription?: string;
|
|
978
|
+
|
|
979
|
+
dashboardDefinition: string | undefined;
|
|
980
|
+
|
|
981
|
+
clientToken?: string;
|
|
982
|
+
|
|
983
|
+
tags?: {
|
|
984
|
+
[key: string]: string;
|
|
985
|
+
};
|
|
986
|
+
}
|
|
987
|
+
export declare namespace CreateDashboardRequest {
|
|
988
|
+
|
|
989
|
+
const filterSensitiveLog: (obj: CreateDashboardRequest) => any;
|
|
990
|
+
}
|
|
991
|
+
export interface CreateDashboardResponse {
|
|
992
|
+
|
|
993
|
+
dashboardId: string | undefined;
|
|
994
|
+
|
|
995
|
+
dashboardArn: string | undefined;
|
|
996
|
+
}
|
|
997
|
+
export declare namespace CreateDashboardResponse {
|
|
998
|
+
|
|
999
|
+
const filterSensitiveLog: (obj: CreateDashboardResponse) => any;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
export interface Greengrass {
|
|
1003
|
+
|
|
1004
|
+
groupArn: string | undefined;
|
|
1005
|
+
}
|
|
1006
|
+
export declare namespace Greengrass {
|
|
1007
|
+
|
|
1008
|
+
const filterSensitiveLog: (obj: Greengrass) => any;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
export interface GreengrassV2 {
|
|
1012
|
+
|
|
1013
|
+
coreDeviceThingName: string | undefined;
|
|
1014
|
+
}
|
|
1015
|
+
export declare namespace GreengrassV2 {
|
|
1016
|
+
|
|
1017
|
+
const filterSensitiveLog: (obj: GreengrassV2) => any;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
export interface GatewayPlatform {
|
|
1021
|
+
|
|
1022
|
+
greengrass?: Greengrass;
|
|
1023
|
+
|
|
1024
|
+
greengrassV2?: GreengrassV2;
|
|
1025
|
+
}
|
|
1026
|
+
export declare namespace GatewayPlatform {
|
|
1027
|
+
|
|
1028
|
+
const filterSensitiveLog: (obj: GatewayPlatform) => any;
|
|
1029
|
+
}
|
|
1030
|
+
export interface CreateGatewayRequest {
|
|
1031
|
+
|
|
1032
|
+
gatewayName: string | undefined;
|
|
1033
|
+
|
|
1034
|
+
gatewayPlatform: GatewayPlatform | undefined;
|
|
1035
|
+
|
|
1036
|
+
tags?: {
|
|
1037
|
+
[key: string]: string;
|
|
1038
|
+
};
|
|
1039
|
+
}
|
|
1040
|
+
export declare namespace CreateGatewayRequest {
|
|
1041
|
+
|
|
1042
|
+
const filterSensitiveLog: (obj: CreateGatewayRequest) => any;
|
|
1043
|
+
}
|
|
1044
|
+
export interface CreateGatewayResponse {
|
|
1045
|
+
|
|
1046
|
+
gatewayId: string | undefined;
|
|
1047
|
+
|
|
1048
|
+
gatewayArn: string | undefined;
|
|
1049
|
+
}
|
|
1050
|
+
export declare namespace CreateGatewayResponse {
|
|
1051
|
+
|
|
1052
|
+
const filterSensitiveLog: (obj: CreateGatewayResponse) => any;
|
|
1053
|
+
}
|
|
1054
|
+
export declare enum ImageFileType {
|
|
1055
|
+
PNG = "PNG"
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
export interface ImageFile {
|
|
1059
|
+
|
|
1060
|
+
data: Uint8Array | undefined;
|
|
1061
|
+
|
|
1062
|
+
type: ImageFileType | string | undefined;
|
|
1063
|
+
}
|
|
1064
|
+
export declare namespace ImageFile {
|
|
1065
|
+
|
|
1066
|
+
const filterSensitiveLog: (obj: ImageFile) => any;
|
|
1067
|
+
}
|
|
1068
|
+
export interface CreatePortalRequest {
|
|
1069
|
+
|
|
1070
|
+
portalName: string | undefined;
|
|
1071
|
+
|
|
1072
|
+
portalDescription?: string;
|
|
1073
|
+
|
|
1074
|
+
portalContactEmail: string | undefined;
|
|
1075
|
+
|
|
1076
|
+
clientToken?: string;
|
|
1077
|
+
|
|
1078
|
+
portalLogoImageFile?: ImageFile;
|
|
1079
|
+
|
|
1080
|
+
roleArn: string | undefined;
|
|
1081
|
+
|
|
1082
|
+
tags?: {
|
|
1083
|
+
[key: string]: string;
|
|
1084
|
+
};
|
|
1085
|
+
|
|
1086
|
+
portalAuthMode?: AuthMode | string;
|
|
1087
|
+
|
|
1088
|
+
notificationSenderEmail?: string;
|
|
1089
|
+
|
|
1090
|
+
alarms?: Alarms;
|
|
1091
|
+
}
|
|
1092
|
+
export declare namespace CreatePortalRequest {
|
|
1093
|
+
|
|
1094
|
+
const filterSensitiveLog: (obj: CreatePortalRequest) => any;
|
|
1095
|
+
}
|
|
1096
|
+
export declare enum MonitorErrorCode {
|
|
1097
|
+
INTERNAL_FAILURE = "INTERNAL_FAILURE",
|
|
1098
|
+
LIMIT_EXCEEDED = "LIMIT_EXCEEDED",
|
|
1099
|
+
VALIDATION_ERROR = "VALIDATION_ERROR"
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
export interface MonitorErrorDetails {
|
|
1103
|
+
|
|
1104
|
+
code?: MonitorErrorCode | string;
|
|
1105
|
+
|
|
1106
|
+
message?: string;
|
|
1107
|
+
}
|
|
1108
|
+
export declare namespace MonitorErrorDetails {
|
|
1109
|
+
|
|
1110
|
+
const filterSensitiveLog: (obj: MonitorErrorDetails) => any;
|
|
1111
|
+
}
|
|
1112
|
+
export declare enum PortalState {
|
|
1113
|
+
ACTIVE = "ACTIVE",
|
|
1114
|
+
CREATING = "CREATING",
|
|
1115
|
+
DELETING = "DELETING",
|
|
1116
|
+
FAILED = "FAILED",
|
|
1117
|
+
UPDATING = "UPDATING"
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
export interface PortalStatus {
|
|
1121
|
+
|
|
1122
|
+
state: PortalState | string | undefined;
|
|
1123
|
+
|
|
1124
|
+
error?: MonitorErrorDetails;
|
|
1125
|
+
}
|
|
1126
|
+
export declare namespace PortalStatus {
|
|
1127
|
+
|
|
1128
|
+
const filterSensitiveLog: (obj: PortalStatus) => any;
|
|
1129
|
+
}
|
|
1130
|
+
export interface CreatePortalResponse {
|
|
1131
|
+
|
|
1132
|
+
portalId: string | undefined;
|
|
1133
|
+
|
|
1134
|
+
portalArn: string | undefined;
|
|
1135
|
+
|
|
1136
|
+
portalStartUrl: string | undefined;
|
|
1137
|
+
|
|
1138
|
+
portalStatus: PortalStatus | undefined;
|
|
1139
|
+
|
|
1140
|
+
ssoApplicationId: string | undefined;
|
|
1141
|
+
}
|
|
1142
|
+
export declare namespace CreatePortalResponse {
|
|
1143
|
+
|
|
1144
|
+
const filterSensitiveLog: (obj: CreatePortalResponse) => any;
|
|
1145
|
+
}
|
|
1146
|
+
export interface CreateProjectRequest {
|
|
1147
|
+
|
|
1148
|
+
portalId: string | undefined;
|
|
1149
|
+
|
|
1150
|
+
projectName: string | undefined;
|
|
1151
|
+
|
|
1152
|
+
projectDescription?: string;
|
|
1153
|
+
|
|
1154
|
+
clientToken?: string;
|
|
1155
|
+
|
|
1156
|
+
tags?: {
|
|
1157
|
+
[key: string]: string;
|
|
1158
|
+
};
|
|
1159
|
+
}
|
|
1160
|
+
export declare namespace CreateProjectRequest {
|
|
1161
|
+
|
|
1162
|
+
const filterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
1163
|
+
}
|
|
1164
|
+
export interface CreateProjectResponse {
|
|
1165
|
+
|
|
1166
|
+
projectId: string | undefined;
|
|
1167
|
+
|
|
1168
|
+
projectArn: string | undefined;
|
|
1169
|
+
}
|
|
1170
|
+
export declare namespace CreateProjectResponse {
|
|
1171
|
+
|
|
1172
|
+
const filterSensitiveLog: (obj: CreateProjectResponse) => any;
|
|
1173
|
+
}
|
|
1174
|
+
export interface DeleteAccessPolicyRequest {
|
|
1175
|
+
|
|
1176
|
+
accessPolicyId: string | undefined;
|
|
1177
|
+
|
|
1178
|
+
clientToken?: string;
|
|
1179
|
+
}
|
|
1180
|
+
export declare namespace DeleteAccessPolicyRequest {
|
|
1181
|
+
|
|
1182
|
+
const filterSensitiveLog: (obj: DeleteAccessPolicyRequest) => any;
|
|
1183
|
+
}
|
|
1184
|
+
export interface DeleteAccessPolicyResponse {
|
|
1185
|
+
}
|
|
1186
|
+
export declare namespace DeleteAccessPolicyResponse {
|
|
1187
|
+
|
|
1188
|
+
const filterSensitiveLog: (obj: DeleteAccessPolicyResponse) => any;
|
|
1189
|
+
}
|
|
1190
|
+
export interface DeleteAssetRequest {
|
|
1191
|
+
|
|
1192
|
+
assetId: string | undefined;
|
|
1193
|
+
|
|
1194
|
+
clientToken?: string;
|
|
1195
|
+
}
|
|
1196
|
+
export declare namespace DeleteAssetRequest {
|
|
1197
|
+
|
|
1198
|
+
const filterSensitiveLog: (obj: DeleteAssetRequest) => any;
|
|
1199
|
+
}
|
|
1200
|
+
export interface DeleteAssetResponse {
|
|
1201
|
+
|
|
1202
|
+
assetStatus: AssetStatus | undefined;
|
|
1203
|
+
}
|
|
1204
|
+
export declare namespace DeleteAssetResponse {
|
|
1205
|
+
|
|
1206
|
+
const filterSensitiveLog: (obj: DeleteAssetResponse) => any;
|
|
1207
|
+
}
|
|
1208
|
+
export interface DeleteAssetModelRequest {
|
|
1209
|
+
|
|
1210
|
+
assetModelId: string | undefined;
|
|
1211
|
+
|
|
1212
|
+
clientToken?: string;
|
|
1213
|
+
}
|
|
1214
|
+
export declare namespace DeleteAssetModelRequest {
|
|
1215
|
+
|
|
1216
|
+
const filterSensitiveLog: (obj: DeleteAssetModelRequest) => any;
|
|
1217
|
+
}
|
|
1218
|
+
export interface DeleteAssetModelResponse {
|
|
1219
|
+
|
|
1220
|
+
assetModelStatus: AssetModelStatus | undefined;
|
|
1221
|
+
}
|
|
1222
|
+
export declare namespace DeleteAssetModelResponse {
|
|
1223
|
+
|
|
1224
|
+
const filterSensitiveLog: (obj: DeleteAssetModelResponse) => any;
|
|
1225
|
+
}
|
|
1226
|
+
export interface DeleteDashboardRequest {
|
|
1227
|
+
|
|
1228
|
+
dashboardId: string | undefined;
|
|
1229
|
+
|
|
1230
|
+
clientToken?: string;
|
|
1231
|
+
}
|
|
1232
|
+
export declare namespace DeleteDashboardRequest {
|
|
1233
|
+
|
|
1234
|
+
const filterSensitiveLog: (obj: DeleteDashboardRequest) => any;
|
|
1235
|
+
}
|
|
1236
|
+
export interface DeleteDashboardResponse {
|
|
1237
|
+
}
|
|
1238
|
+
export declare namespace DeleteDashboardResponse {
|
|
1239
|
+
|
|
1240
|
+
const filterSensitiveLog: (obj: DeleteDashboardResponse) => any;
|
|
1241
|
+
}
|
|
1242
|
+
export interface DeleteGatewayRequest {
|
|
1243
|
+
|
|
1244
|
+
gatewayId: string | undefined;
|
|
1245
|
+
}
|
|
1246
|
+
export declare namespace DeleteGatewayRequest {
|
|
1247
|
+
|
|
1248
|
+
const filterSensitiveLog: (obj: DeleteGatewayRequest) => any;
|
|
1249
|
+
}
|
|
1250
|
+
export interface DeletePortalRequest {
|
|
1251
|
+
|
|
1252
|
+
portalId: string | undefined;
|
|
1253
|
+
|
|
1254
|
+
clientToken?: string;
|
|
1255
|
+
}
|
|
1256
|
+
export declare namespace DeletePortalRequest {
|
|
1257
|
+
|
|
1258
|
+
const filterSensitiveLog: (obj: DeletePortalRequest) => any;
|
|
1259
|
+
}
|
|
1260
|
+
export interface DeletePortalResponse {
|
|
1261
|
+
|
|
1262
|
+
portalStatus: PortalStatus | undefined;
|
|
1263
|
+
}
|
|
1264
|
+
export declare namespace DeletePortalResponse {
|
|
1265
|
+
|
|
1266
|
+
const filterSensitiveLog: (obj: DeletePortalResponse) => any;
|
|
1267
|
+
}
|
|
1268
|
+
export interface DeleteProjectRequest {
|
|
1269
|
+
|
|
1270
|
+
projectId: string | undefined;
|
|
1271
|
+
|
|
1272
|
+
clientToken?: string;
|
|
1273
|
+
}
|
|
1274
|
+
export declare namespace DeleteProjectRequest {
|
|
1275
|
+
|
|
1276
|
+
const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
1277
|
+
}
|
|
1278
|
+
export interface DeleteProjectResponse {
|
|
1279
|
+
}
|
|
1280
|
+
export declare namespace DeleteProjectResponse {
|
|
1281
|
+
|
|
1282
|
+
const filterSensitiveLog: (obj: DeleteProjectResponse) => any;
|
|
1283
|
+
}
|
|
1284
|
+
export interface DeleteTimeSeriesRequest {
|
|
1285
|
+
|
|
1286
|
+
alias?: string;
|
|
1287
|
+
|
|
1288
|
+
assetId?: string;
|
|
1289
|
+
|
|
1290
|
+
propertyId?: string;
|
|
1291
|
+
|
|
1292
|
+
clientToken?: string;
|
|
1293
|
+
}
|
|
1294
|
+
export declare namespace DeleteTimeSeriesRequest {
|
|
1295
|
+
|
|
1296
|
+
const filterSensitiveLog: (obj: DeleteTimeSeriesRequest) => any;
|
|
1297
|
+
}
|
|
1298
|
+
export interface DescribeAccessPolicyRequest {
|
|
1299
|
+
|
|
1300
|
+
accessPolicyId: string | undefined;
|
|
1301
|
+
}
|
|
1302
|
+
export declare namespace DescribeAccessPolicyRequest {
|
|
1303
|
+
|
|
1304
|
+
const filterSensitiveLog: (obj: DescribeAccessPolicyRequest) => any;
|
|
1305
|
+
}
|
|
1306
|
+
export interface DescribeAccessPolicyResponse {
|
|
1307
|
+
|
|
1308
|
+
accessPolicyId: string | undefined;
|
|
1309
|
+
|
|
1310
|
+
accessPolicyArn: string | undefined;
|
|
1311
|
+
|
|
1312
|
+
accessPolicyIdentity: Identity | undefined;
|
|
1313
|
+
|
|
1314
|
+
accessPolicyResource: Resource | undefined;
|
|
1315
|
+
|
|
1316
|
+
accessPolicyPermission: Permission | string | undefined;
|
|
1317
|
+
|
|
1318
|
+
accessPolicyCreationDate: Date | undefined;
|
|
1319
|
+
|
|
1320
|
+
accessPolicyLastUpdateDate: Date | undefined;
|
|
1321
|
+
}
|
|
1322
|
+
export declare namespace DescribeAccessPolicyResponse {
|
|
1323
|
+
|
|
1324
|
+
const filterSensitiveLog: (obj: DescribeAccessPolicyResponse) => any;
|
|
1325
|
+
}
|
|
1326
|
+
export interface DescribeAssetRequest {
|
|
1327
|
+
|
|
1328
|
+
assetId: string | undefined;
|
|
1329
|
+
}
|
|
1330
|
+
export declare namespace DescribeAssetRequest {
|
|
1331
|
+
|
|
1332
|
+
const filterSensitiveLog: (obj: DescribeAssetRequest) => any;
|
|
1333
|
+
}
|
|
1334
|
+
export interface DescribeAssetResponse {
|
|
1335
|
+
|
|
1336
|
+
assetId: string | undefined;
|
|
1337
|
+
|
|
1338
|
+
assetArn: string | undefined;
|
|
1339
|
+
|
|
1340
|
+
assetName: string | undefined;
|
|
1341
|
+
|
|
1342
|
+
assetModelId: string | undefined;
|
|
1343
|
+
|
|
1344
|
+
assetProperties: AssetProperty[] | undefined;
|
|
1345
|
+
|
|
1346
|
+
assetHierarchies: AssetHierarchy[] | undefined;
|
|
1347
|
+
|
|
1348
|
+
assetCompositeModels?: AssetCompositeModel[];
|
|
1349
|
+
|
|
1350
|
+
assetCreationDate: Date | undefined;
|
|
1351
|
+
|
|
1352
|
+
assetLastUpdateDate: Date | undefined;
|
|
1353
|
+
|
|
1354
|
+
assetStatus: AssetStatus | undefined;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace DescribeAssetResponse {
|
|
1357
|
+
|
|
1358
|
+
const filterSensitiveLog: (obj: DescribeAssetResponse) => any;
|
|
1359
|
+
}
|
|
1360
|
+
export interface DescribeAssetModelRequest {
|
|
1361
|
+
|
|
1362
|
+
assetModelId: string | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export declare namespace DescribeAssetModelRequest {
|
|
1365
|
+
|
|
1366
|
+
const filterSensitiveLog: (obj: DescribeAssetModelRequest) => any;
|
|
1367
|
+
}
|
|
1368
|
+
export interface DescribeAssetModelResponse {
|
|
1369
|
+
|
|
1370
|
+
assetModelId: string | undefined;
|
|
1371
|
+
|
|
1372
|
+
assetModelArn: string | undefined;
|
|
1373
|
+
|
|
1374
|
+
assetModelName: string | undefined;
|
|
1375
|
+
|
|
1376
|
+
assetModelDescription: string | undefined;
|
|
1377
|
+
|
|
1378
|
+
assetModelProperties: AssetModelProperty[] | undefined;
|
|
1379
|
+
|
|
1380
|
+
assetModelHierarchies: AssetModelHierarchy[] | undefined;
|
|
1381
|
+
|
|
1382
|
+
assetModelCompositeModels?: AssetModelCompositeModel[];
|
|
1383
|
+
|
|
1384
|
+
assetModelCreationDate: Date | undefined;
|
|
1385
|
+
|
|
1386
|
+
assetModelLastUpdateDate: Date | undefined;
|
|
1387
|
+
|
|
1388
|
+
assetModelStatus: AssetModelStatus | undefined;
|
|
1389
|
+
}
|
|
1390
|
+
export declare namespace DescribeAssetModelResponse {
|
|
1391
|
+
|
|
1392
|
+
const filterSensitiveLog: (obj: DescribeAssetModelResponse) => any;
|
|
1393
|
+
}
|
|
1394
|
+
export interface DescribeAssetPropertyRequest {
|
|
1395
|
+
|
|
1396
|
+
assetId: string | undefined;
|
|
1397
|
+
|
|
1398
|
+
propertyId: string | undefined;
|
|
1399
|
+
}
|
|
1400
|
+
export declare namespace DescribeAssetPropertyRequest {
|
|
1401
|
+
|
|
1402
|
+
const filterSensitiveLog: (obj: DescribeAssetPropertyRequest) => any;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
export interface Property {
|
|
1406
|
+
|
|
1407
|
+
id: string | undefined;
|
|
1408
|
+
|
|
1409
|
+
name: string | undefined;
|
|
1410
|
+
|
|
1411
|
+
alias?: string;
|
|
1412
|
+
|
|
1413
|
+
notification?: PropertyNotification;
|
|
1414
|
+
|
|
1415
|
+
dataType: PropertyDataType | string | undefined;
|
|
1416
|
+
|
|
1417
|
+
unit?: string;
|
|
1418
|
+
|
|
1419
|
+
type?: PropertyType;
|
|
1420
|
+
}
|
|
1421
|
+
export declare namespace Property {
|
|
1422
|
+
|
|
1423
|
+
const filterSensitiveLog: (obj: Property) => any;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
export interface CompositeModelProperty {
|
|
1427
|
+
|
|
1428
|
+
name: string | undefined;
|
|
1429
|
+
|
|
1430
|
+
type: string | undefined;
|
|
1431
|
+
|
|
1432
|
+
assetProperty: Property | undefined;
|
|
1433
|
+
}
|
|
1434
|
+
export declare namespace CompositeModelProperty {
|
|
1435
|
+
|
|
1436
|
+
const filterSensitiveLog: (obj: CompositeModelProperty) => any;
|
|
1437
|
+
}
|
|
1438
|
+
export interface DescribeAssetPropertyResponse {
|
|
1439
|
+
|
|
1440
|
+
assetId: string | undefined;
|
|
1441
|
+
|
|
1442
|
+
assetName: string | undefined;
|
|
1443
|
+
|
|
1444
|
+
assetModelId: string | undefined;
|
|
1445
|
+
|
|
1446
|
+
assetProperty?: Property;
|
|
1447
|
+
|
|
1448
|
+
compositeModel?: CompositeModelProperty;
|
|
1449
|
+
}
|
|
1450
|
+
export declare namespace DescribeAssetPropertyResponse {
|
|
1451
|
+
|
|
1452
|
+
const filterSensitiveLog: (obj: DescribeAssetPropertyResponse) => any;
|
|
1453
|
+
}
|
|
1454
|
+
export interface DescribeDashboardRequest {
|
|
1455
|
+
|
|
1456
|
+
dashboardId: string | undefined;
|
|
1457
|
+
}
|
|
1458
|
+
export declare namespace DescribeDashboardRequest {
|
|
1459
|
+
|
|
1460
|
+
const filterSensitiveLog: (obj: DescribeDashboardRequest) => any;
|
|
1461
|
+
}
|
|
1462
|
+
export interface DescribeDashboardResponse {
|
|
1463
|
+
|
|
1464
|
+
dashboardId: string | undefined;
|
|
1465
|
+
|
|
1466
|
+
dashboardArn: string | undefined;
|
|
1467
|
+
|
|
1468
|
+
dashboardName: string | undefined;
|
|
1469
|
+
|
|
1470
|
+
projectId: string | undefined;
|
|
1471
|
+
|
|
1472
|
+
dashboardDescription?: string;
|
|
1473
|
+
|
|
1474
|
+
dashboardDefinition: string | undefined;
|
|
1475
|
+
|
|
1476
|
+
dashboardCreationDate: Date | undefined;
|
|
1477
|
+
|
|
1478
|
+
dashboardLastUpdateDate: Date | undefined;
|
|
1479
|
+
}
|
|
1480
|
+
export declare namespace DescribeDashboardResponse {
|
|
1481
|
+
|
|
1482
|
+
const filterSensitiveLog: (obj: DescribeDashboardResponse) => any;
|
|
1483
|
+
}
|
|
1484
|
+
export interface DescribeDefaultEncryptionConfigurationRequest {
|
|
1485
|
+
}
|
|
1486
|
+
export declare namespace DescribeDefaultEncryptionConfigurationRequest {
|
|
1487
|
+
|
|
1488
|
+
const filterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationRequest) => any;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
export interface ConfigurationErrorDetails {
|
|
1492
|
+
|
|
1493
|
+
code: ErrorCode | string | undefined;
|
|
1494
|
+
|
|
1495
|
+
message: string | undefined;
|
|
1496
|
+
}
|
|
1497
|
+
export declare namespace ConfigurationErrorDetails {
|
|
1498
|
+
|
|
1499
|
+
const filterSensitiveLog: (obj: ConfigurationErrorDetails) => any;
|
|
1500
|
+
}
|
|
1501
|
+
export declare enum ConfigurationState {
|
|
1502
|
+
ACTIVE = "ACTIVE",
|
|
1503
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
1504
|
+
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
export interface ConfigurationStatus {
|
|
1508
|
+
|
|
1509
|
+
state: ConfigurationState | string | undefined;
|
|
1510
|
+
|
|
1511
|
+
error?: ConfigurationErrorDetails;
|
|
1512
|
+
}
|
|
1513
|
+
export declare namespace ConfigurationStatus {
|
|
1514
|
+
|
|
1515
|
+
const filterSensitiveLog: (obj: ConfigurationStatus) => any;
|
|
1516
|
+
}
|
|
1517
|
+
export declare enum EncryptionType {
|
|
1518
|
+
KMS_BASED_ENCRYPTION = "KMS_BASED_ENCRYPTION",
|
|
1519
|
+
SITEWISE_DEFAULT_ENCRYPTION = "SITEWISE_DEFAULT_ENCRYPTION"
|
|
1520
|
+
}
|
|
1521
|
+
export interface DescribeDefaultEncryptionConfigurationResponse {
|
|
1522
|
+
|
|
1523
|
+
encryptionType: EncryptionType | string | undefined;
|
|
1524
|
+
|
|
1525
|
+
kmsKeyArn?: string;
|
|
1526
|
+
|
|
1527
|
+
configurationStatus: ConfigurationStatus | undefined;
|
|
1528
|
+
}
|
|
1529
|
+
export declare namespace DescribeDefaultEncryptionConfigurationResponse {
|
|
1530
|
+
|
|
1531
|
+
const filterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationResponse) => any;
|
|
1532
|
+
}
|
|
1533
|
+
export interface DescribeGatewayRequest {
|
|
1534
|
+
|
|
1535
|
+
gatewayId: string | undefined;
|
|
1536
|
+
}
|
|
1537
|
+
export declare namespace DescribeGatewayRequest {
|
|
1538
|
+
|
|
1539
|
+
const filterSensitiveLog: (obj: DescribeGatewayRequest) => any;
|
|
1540
|
+
}
|
|
1541
|
+
export declare enum CapabilitySyncStatus {
|
|
1542
|
+
IN_SYNC = "IN_SYNC",
|
|
1543
|
+
OUT_OF_SYNC = "OUT_OF_SYNC",
|
|
1544
|
+
SYNC_FAILED = "SYNC_FAILED",
|
|
1545
|
+
UNKNOWN = "UNKNOWN"
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
export interface GatewayCapabilitySummary {
|
|
1549
|
+
|
|
1550
|
+
capabilityNamespace: string | undefined;
|
|
1551
|
+
|
|
1552
|
+
capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
|
|
1553
|
+
}
|
|
1554
|
+
export declare namespace GatewayCapabilitySummary {
|
|
1555
|
+
|
|
1556
|
+
const filterSensitiveLog: (obj: GatewayCapabilitySummary) => any;
|
|
1557
|
+
}
|
|
1558
|
+
export interface DescribeGatewayResponse {
|
|
1559
|
+
|
|
1560
|
+
gatewayId: string | undefined;
|
|
1561
|
+
|
|
1562
|
+
gatewayName: string | undefined;
|
|
1563
|
+
|
|
1564
|
+
gatewayArn: string | undefined;
|
|
1565
|
+
|
|
1566
|
+
gatewayPlatform?: GatewayPlatform;
|
|
1567
|
+
|
|
1568
|
+
gatewayCapabilitySummaries: GatewayCapabilitySummary[] | undefined;
|
|
1569
|
+
|
|
1570
|
+
creationDate: Date | undefined;
|
|
1571
|
+
|
|
1572
|
+
lastUpdateDate: Date | undefined;
|
|
1573
|
+
}
|
|
1574
|
+
export declare namespace DescribeGatewayResponse {
|
|
1575
|
+
|
|
1576
|
+
const filterSensitiveLog: (obj: DescribeGatewayResponse) => any;
|
|
1577
|
+
}
|
|
1578
|
+
export interface DescribeGatewayCapabilityConfigurationRequest {
|
|
1579
|
+
|
|
1580
|
+
gatewayId: string | undefined;
|
|
1581
|
+
|
|
1582
|
+
capabilityNamespace: string | undefined;
|
|
1583
|
+
}
|
|
1584
|
+
export declare namespace DescribeGatewayCapabilityConfigurationRequest {
|
|
1585
|
+
|
|
1586
|
+
const filterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationRequest) => any;
|
|
1587
|
+
}
|
|
1588
|
+
export interface DescribeGatewayCapabilityConfigurationResponse {
|
|
1589
|
+
|
|
1590
|
+
gatewayId: string | undefined;
|
|
1591
|
+
|
|
1592
|
+
capabilityNamespace: string | undefined;
|
|
1593
|
+
|
|
1594
|
+
capabilityConfiguration: string | undefined;
|
|
1595
|
+
|
|
1596
|
+
capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
|
|
1597
|
+
}
|
|
1598
|
+
export declare namespace DescribeGatewayCapabilityConfigurationResponse {
|
|
1599
|
+
|
|
1600
|
+
const filterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationResponse) => any;
|
|
1601
|
+
}
|
|
1602
|
+
export interface DescribeLoggingOptionsRequest {
|
|
1603
|
+
}
|
|
1604
|
+
export declare namespace DescribeLoggingOptionsRequest {
|
|
1605
|
+
|
|
1606
|
+
const filterSensitiveLog: (obj: DescribeLoggingOptionsRequest) => any;
|
|
1607
|
+
}
|
|
1608
|
+
export declare enum LoggingLevel {
|
|
1609
|
+
ERROR = "ERROR",
|
|
1610
|
+
INFO = "INFO",
|
|
1611
|
+
OFF = "OFF"
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
export interface LoggingOptions {
|
|
1615
|
+
|
|
1616
|
+
level: LoggingLevel | string | undefined;
|
|
1617
|
+
}
|
|
1618
|
+
export declare namespace LoggingOptions {
|
|
1619
|
+
|
|
1620
|
+
const filterSensitiveLog: (obj: LoggingOptions) => any;
|
|
1621
|
+
}
|
|
1622
|
+
export interface DescribeLoggingOptionsResponse {
|
|
1623
|
+
|
|
1624
|
+
loggingOptions: LoggingOptions | undefined;
|
|
1625
|
+
}
|
|
1626
|
+
export declare namespace DescribeLoggingOptionsResponse {
|
|
1627
|
+
|
|
1628
|
+
const filterSensitiveLog: (obj: DescribeLoggingOptionsResponse) => any;
|
|
1629
|
+
}
|
|
1630
|
+
export interface DescribePortalRequest {
|
|
1631
|
+
|
|
1632
|
+
portalId: string | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
export declare namespace DescribePortalRequest {
|
|
1635
|
+
|
|
1636
|
+
const filterSensitiveLog: (obj: DescribePortalRequest) => any;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
export interface ImageLocation {
|
|
1640
|
+
|
|
1641
|
+
id: string | undefined;
|
|
1642
|
+
|
|
1643
|
+
url: string | undefined;
|
|
1644
|
+
}
|
|
1645
|
+
export declare namespace ImageLocation {
|
|
1646
|
+
|
|
1647
|
+
const filterSensitiveLog: (obj: ImageLocation) => any;
|
|
1648
|
+
}
|
|
1649
|
+
export interface DescribePortalResponse {
|
|
1650
|
+
|
|
1651
|
+
portalId: string | undefined;
|
|
1652
|
+
|
|
1653
|
+
portalArn: string | undefined;
|
|
1654
|
+
|
|
1655
|
+
portalName: string | undefined;
|
|
1656
|
+
|
|
1657
|
+
portalDescription?: string;
|
|
1658
|
+
|
|
1659
|
+
portalClientId: string | undefined;
|
|
1660
|
+
|
|
1661
|
+
portalStartUrl: string | undefined;
|
|
1662
|
+
|
|
1663
|
+
portalContactEmail: string | undefined;
|
|
1664
|
+
|
|
1665
|
+
portalStatus: PortalStatus | undefined;
|
|
1666
|
+
|
|
1667
|
+
portalCreationDate: Date | undefined;
|
|
1668
|
+
|
|
1669
|
+
portalLastUpdateDate: Date | undefined;
|
|
1670
|
+
|
|
1671
|
+
portalLogoImageLocation?: ImageLocation;
|
|
1672
|
+
|
|
1673
|
+
roleArn?: string;
|
|
1674
|
+
|
|
1675
|
+
portalAuthMode?: AuthMode | string;
|
|
1676
|
+
|
|
1677
|
+
notificationSenderEmail?: string;
|
|
1678
|
+
|
|
1679
|
+
alarms?: Alarms;
|
|
1680
|
+
}
|
|
1681
|
+
export declare namespace DescribePortalResponse {
|
|
1682
|
+
|
|
1683
|
+
const filterSensitiveLog: (obj: DescribePortalResponse) => any;
|
|
1684
|
+
}
|
|
1685
|
+
export interface DescribeProjectRequest {
|
|
1686
|
+
|
|
1687
|
+
projectId: string | undefined;
|
|
1688
|
+
}
|
|
1689
|
+
export declare namespace DescribeProjectRequest {
|
|
1690
|
+
|
|
1691
|
+
const filterSensitiveLog: (obj: DescribeProjectRequest) => any;
|
|
1692
|
+
}
|
|
1693
|
+
export interface DescribeProjectResponse {
|
|
1694
|
+
|
|
1695
|
+
projectId: string | undefined;
|
|
1696
|
+
|
|
1697
|
+
projectArn: string | undefined;
|
|
1698
|
+
|
|
1699
|
+
projectName: string | undefined;
|
|
1700
|
+
|
|
1701
|
+
portalId: string | undefined;
|
|
1702
|
+
|
|
1703
|
+
projectDescription?: string;
|
|
1704
|
+
|
|
1705
|
+
projectCreationDate: Date | undefined;
|
|
1706
|
+
|
|
1707
|
+
projectLastUpdateDate: Date | undefined;
|
|
1708
|
+
}
|
|
1709
|
+
export declare namespace DescribeProjectResponse {
|
|
1710
|
+
|
|
1711
|
+
const filterSensitiveLog: (obj: DescribeProjectResponse) => any;
|
|
1712
|
+
}
|
|
1713
|
+
export interface DescribeStorageConfigurationRequest {
|
|
1714
|
+
}
|
|
1715
|
+
export declare namespace DescribeStorageConfigurationRequest {
|
|
1716
|
+
|
|
1717
|
+
const filterSensitiveLog: (obj: DescribeStorageConfigurationRequest) => any;
|
|
1718
|
+
}
|
|
1719
|
+
export declare enum DisassociatedDataStorageState {
|
|
1720
|
+
DISABLED = "DISABLED",
|
|
1721
|
+
ENABLED = "ENABLED"
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
export interface CustomerManagedS3Storage {
|
|
1725
|
+
|
|
1726
|
+
s3ResourceArn: string | undefined;
|
|
1727
|
+
|
|
1728
|
+
roleArn: string | undefined;
|
|
1729
|
+
}
|
|
1730
|
+
export declare namespace CustomerManagedS3Storage {
|
|
1731
|
+
|
|
1732
|
+
const filterSensitiveLog: (obj: CustomerManagedS3Storage) => any;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
export interface MultiLayerStorage {
|
|
1736
|
+
|
|
1737
|
+
customerManagedS3Storage: CustomerManagedS3Storage | undefined;
|
|
1738
|
+
}
|
|
1739
|
+
export declare namespace MultiLayerStorage {
|
|
1740
|
+
|
|
1741
|
+
const filterSensitiveLog: (obj: MultiLayerStorage) => any;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
export interface RetentionPeriod {
|
|
1745
|
+
|
|
1746
|
+
numberOfDays?: number;
|
|
1747
|
+
|
|
1748
|
+
unlimited?: boolean;
|
|
1749
|
+
}
|
|
1750
|
+
export declare namespace RetentionPeriod {
|
|
1751
|
+
|
|
1752
|
+
const filterSensitiveLog: (obj: RetentionPeriod) => any;
|
|
1753
|
+
}
|
|
1754
|
+
export declare enum StorageType {
|
|
1755
|
+
MULTI_LAYER_STORAGE = "MULTI_LAYER_STORAGE",
|
|
1756
|
+
SITEWISE_DEFAULT_STORAGE = "SITEWISE_DEFAULT_STORAGE"
|
|
1757
|
+
}
|
|
1758
|
+
export interface DescribeStorageConfigurationResponse {
|
|
1759
|
+
|
|
1760
|
+
storageType: StorageType | string | undefined;
|
|
1761
|
+
|
|
1762
|
+
multiLayerStorage?: MultiLayerStorage;
|
|
1763
|
+
|
|
1764
|
+
disassociatedDataStorage?: DisassociatedDataStorageState | string;
|
|
1765
|
+
|
|
1766
|
+
retentionPeriod?: RetentionPeriod;
|
|
1767
|
+
|
|
1768
|
+
configurationStatus: ConfigurationStatus | undefined;
|
|
1769
|
+
|
|
1770
|
+
lastUpdateDate?: Date;
|
|
1771
|
+
}
|
|
1772
|
+
export declare namespace DescribeStorageConfigurationResponse {
|
|
1773
|
+
|
|
1774
|
+
const filterSensitiveLog: (obj: DescribeStorageConfigurationResponse) => any;
|
|
1775
|
+
}
|
|
1776
|
+
export interface DescribeTimeSeriesRequest {
|
|
1777
|
+
|
|
1778
|
+
alias?: string;
|
|
1779
|
+
|
|
1780
|
+
assetId?: string;
|
|
1781
|
+
|
|
1782
|
+
propertyId?: string;
|
|
1783
|
+
}
|
|
1784
|
+
export declare namespace DescribeTimeSeriesRequest {
|
|
1785
|
+
|
|
1786
|
+
const filterSensitiveLog: (obj: DescribeTimeSeriesRequest) => any;
|
|
1787
|
+
}
|
|
1788
|
+
export interface DescribeTimeSeriesResponse {
|
|
1789
|
+
|
|
1790
|
+
assetId?: string;
|
|
1791
|
+
|
|
1792
|
+
propertyId?: string;
|
|
1793
|
+
|
|
1794
|
+
alias?: string;
|
|
1795
|
+
|
|
1796
|
+
timeSeriesId: string | undefined;
|
|
1797
|
+
|
|
1798
|
+
dataType: PropertyDataType | string | undefined;
|
|
1799
|
+
|
|
1800
|
+
dataTypeSpec?: string;
|
|
1801
|
+
|
|
1802
|
+
timeSeriesCreationDate: Date | undefined;
|
|
1803
|
+
|
|
1804
|
+
timeSeriesLastUpdateDate: Date | undefined;
|
|
1805
|
+
}
|
|
1806
|
+
export declare namespace DescribeTimeSeriesResponse {
|
|
1807
|
+
|
|
1808
|
+
const filterSensitiveLog: (obj: DescribeTimeSeriesResponse) => any;
|
|
1809
|
+
}
|
|
1810
|
+
export interface DisassociateAssetsRequest {
|
|
1811
|
+
|
|
1812
|
+
assetId: string | undefined;
|
|
1813
|
+
|
|
1814
|
+
hierarchyId: string | undefined;
|
|
1815
|
+
|
|
1816
|
+
childAssetId: string | undefined;
|
|
1817
|
+
|
|
1818
|
+
clientToken?: string;
|
|
1819
|
+
}
|
|
1820
|
+
export declare namespace DisassociateAssetsRequest {
|
|
1821
|
+
|
|
1822
|
+
const filterSensitiveLog: (obj: DisassociateAssetsRequest) => any;
|
|
1823
|
+
}
|
|
1824
|
+
export interface DisassociateTimeSeriesFromAssetPropertyRequest {
|
|
1825
|
+
|
|
1826
|
+
alias: string | undefined;
|
|
1827
|
+
|
|
1828
|
+
assetId: string | undefined;
|
|
1829
|
+
|
|
1830
|
+
propertyId: string | undefined;
|
|
1831
|
+
|
|
1832
|
+
clientToken?: string;
|
|
1833
|
+
}
|
|
1834
|
+
export declare namespace DisassociateTimeSeriesFromAssetPropertyRequest {
|
|
1835
|
+
|
|
1836
|
+
const filterSensitiveLog: (obj: DisassociateTimeSeriesFromAssetPropertyRequest) => any;
|
|
1837
|
+
}
|
|
1838
|
+
export declare enum TimeOrdering {
|
|
1839
|
+
ASCENDING = "ASCENDING",
|
|
1840
|
+
DESCENDING = "DESCENDING"
|
|
1841
|
+
}
|
|
1842
|
+
export interface GetAssetPropertyAggregatesRequest {
|
|
1843
|
+
|
|
1844
|
+
assetId?: string;
|
|
1845
|
+
|
|
1846
|
+
propertyId?: string;
|
|
1847
|
+
|
|
1848
|
+
propertyAlias?: string;
|
|
1849
|
+
|
|
1850
|
+
aggregateTypes: (AggregateType | string)[] | undefined;
|
|
1851
|
+
|
|
1852
|
+
resolution: string | undefined;
|
|
1853
|
+
|
|
1854
|
+
qualities?: (Quality | string)[];
|
|
1855
|
+
|
|
1856
|
+
startDate: Date | undefined;
|
|
1857
|
+
|
|
1858
|
+
endDate: Date | undefined;
|
|
1859
|
+
|
|
1860
|
+
timeOrdering?: TimeOrdering | string;
|
|
1861
|
+
|
|
1862
|
+
nextToken?: string;
|
|
1863
|
+
|
|
1864
|
+
maxResults?: number;
|
|
1865
|
+
}
|
|
1866
|
+
export declare namespace GetAssetPropertyAggregatesRequest {
|
|
1867
|
+
|
|
1868
|
+
const filterSensitiveLog: (obj: GetAssetPropertyAggregatesRequest) => any;
|
|
1869
|
+
}
|
|
1870
|
+
export interface GetAssetPropertyAggregatesResponse {
|
|
1871
|
+
|
|
1872
|
+
aggregatedValues: AggregatedValue[] | undefined;
|
|
1873
|
+
|
|
1874
|
+
nextToken?: string;
|
|
1875
|
+
}
|
|
1876
|
+
export declare namespace GetAssetPropertyAggregatesResponse {
|
|
1877
|
+
|
|
1878
|
+
const filterSensitiveLog: (obj: GetAssetPropertyAggregatesResponse) => any;
|
|
1879
|
+
}
|
|
1880
|
+
export interface GetAssetPropertyValueRequest {
|
|
1881
|
+
|
|
1882
|
+
assetId?: string;
|
|
1883
|
+
|
|
1884
|
+
propertyId?: string;
|
|
1885
|
+
|
|
1886
|
+
propertyAlias?: string;
|
|
1887
|
+
}
|
|
1888
|
+
export declare namespace GetAssetPropertyValueRequest {
|
|
1889
|
+
|
|
1890
|
+
const filterSensitiveLog: (obj: GetAssetPropertyValueRequest) => any;
|
|
1891
|
+
}
|
|
1892
|
+
export interface GetAssetPropertyValueResponse {
|
|
1893
|
+
|
|
1894
|
+
propertyValue?: AssetPropertyValue;
|
|
1895
|
+
}
|
|
1896
|
+
export declare namespace GetAssetPropertyValueResponse {
|
|
1897
|
+
|
|
1898
|
+
const filterSensitiveLog: (obj: GetAssetPropertyValueResponse) => any;
|
|
1899
|
+
}
|
|
1900
|
+
export interface GetAssetPropertyValueHistoryRequest {
|
|
1901
|
+
|
|
1902
|
+
assetId?: string;
|
|
1903
|
+
|
|
1904
|
+
propertyId?: string;
|
|
1905
|
+
|
|
1906
|
+
propertyAlias?: string;
|
|
1907
|
+
|
|
1908
|
+
startDate?: Date;
|
|
1909
|
+
|
|
1910
|
+
endDate?: Date;
|
|
1911
|
+
|
|
1912
|
+
qualities?: (Quality | string)[];
|
|
1913
|
+
|
|
1914
|
+
timeOrdering?: TimeOrdering | string;
|
|
1915
|
+
|
|
1916
|
+
nextToken?: string;
|
|
1917
|
+
|
|
1918
|
+
maxResults?: number;
|
|
1919
|
+
}
|
|
1920
|
+
export declare namespace GetAssetPropertyValueHistoryRequest {
|
|
1921
|
+
|
|
1922
|
+
const filterSensitiveLog: (obj: GetAssetPropertyValueHistoryRequest) => any;
|
|
1923
|
+
}
|
|
1924
|
+
export interface GetAssetPropertyValueHistoryResponse {
|
|
1925
|
+
|
|
1926
|
+
assetPropertyValueHistory: AssetPropertyValue[] | undefined;
|
|
1927
|
+
|
|
1928
|
+
nextToken?: string;
|
|
1929
|
+
}
|
|
1930
|
+
export declare namespace GetAssetPropertyValueHistoryResponse {
|
|
1931
|
+
|
|
1932
|
+
const filterSensitiveLog: (obj: GetAssetPropertyValueHistoryResponse) => any;
|
|
1933
|
+
}
|
|
1934
|
+
export interface GetInterpolatedAssetPropertyValuesRequest {
|
|
1935
|
+
|
|
1936
|
+
assetId?: string;
|
|
1937
|
+
|
|
1938
|
+
propertyId?: string;
|
|
1939
|
+
|
|
1940
|
+
propertyAlias?: string;
|
|
1941
|
+
|
|
1942
|
+
startTimeInSeconds: number | undefined;
|
|
1943
|
+
|
|
1944
|
+
startTimeOffsetInNanos?: number;
|
|
1945
|
+
|
|
1946
|
+
endTimeInSeconds: number | undefined;
|
|
1947
|
+
|
|
1948
|
+
endTimeOffsetInNanos?: number;
|
|
1949
|
+
|
|
1950
|
+
quality: Quality | string | undefined;
|
|
1951
|
+
|
|
1952
|
+
intervalInSeconds: number | undefined;
|
|
1953
|
+
|
|
1954
|
+
nextToken?: string;
|
|
1955
|
+
|
|
1956
|
+
maxResults?: number;
|
|
1957
|
+
|
|
1958
|
+
type: string | undefined;
|
|
1959
|
+
|
|
1960
|
+
intervalWindowInSeconds?: number;
|
|
1961
|
+
}
|
|
1962
|
+
export declare namespace GetInterpolatedAssetPropertyValuesRequest {
|
|
1963
|
+
|
|
1964
|
+
const filterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesRequest) => any;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
export interface InterpolatedAssetPropertyValue {
|
|
1968
|
+
|
|
1969
|
+
timestamp: TimeInNanos | undefined;
|
|
1970
|
+
|
|
1971
|
+
value: Variant | undefined;
|
|
1972
|
+
}
|
|
1973
|
+
export declare namespace InterpolatedAssetPropertyValue {
|
|
1974
|
+
|
|
1975
|
+
const filterSensitiveLog: (obj: InterpolatedAssetPropertyValue) => any;
|
|
1976
|
+
}
|
|
1977
|
+
export interface GetInterpolatedAssetPropertyValuesResponse {
|
|
1978
|
+
|
|
1979
|
+
interpolatedAssetPropertyValues: InterpolatedAssetPropertyValue[] | undefined;
|
|
1980
|
+
|
|
1981
|
+
nextToken?: string;
|
|
1982
|
+
}
|
|
1983
|
+
export declare namespace GetInterpolatedAssetPropertyValuesResponse {
|
|
1984
|
+
|
|
1985
|
+
const filterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesResponse) => any;
|
|
1986
|
+
}
|
|
1987
|
+
export declare enum IdentityType {
|
|
1988
|
+
GROUP = "GROUP",
|
|
1989
|
+
IAM = "IAM",
|
|
1990
|
+
USER = "USER"
|
|
1991
|
+
}
|
|
1992
|
+
export declare enum ResourceType {
|
|
1993
|
+
PORTAL = "PORTAL",
|
|
1994
|
+
PROJECT = "PROJECT"
|
|
1995
|
+
}
|
|
1996
|
+
export interface ListAccessPoliciesRequest {
|
|
1997
|
+
|
|
1998
|
+
identityType?: IdentityType | string;
|
|
1999
|
+
|
|
2000
|
+
identityId?: string;
|
|
2001
|
+
|
|
2002
|
+
resourceType?: ResourceType | string;
|
|
2003
|
+
|
|
2004
|
+
resourceId?: string;
|
|
2005
|
+
|
|
2006
|
+
iamArn?: string;
|
|
2007
|
+
|
|
2008
|
+
nextToken?: string;
|
|
2009
|
+
|
|
2010
|
+
maxResults?: number;
|
|
2011
|
+
}
|
|
2012
|
+
export declare namespace ListAccessPoliciesRequest {
|
|
2013
|
+
|
|
2014
|
+
const filterSensitiveLog: (obj: ListAccessPoliciesRequest) => any;
|
|
2015
|
+
}
|
|
2016
|
+
export interface ListAccessPoliciesResponse {
|
|
2017
|
+
|
|
2018
|
+
accessPolicySummaries: AccessPolicySummary[] | undefined;
|
|
2019
|
+
|
|
2020
|
+
nextToken?: string;
|
|
2021
|
+
}
|
|
2022
|
+
export declare namespace ListAccessPoliciesResponse {
|
|
2023
|
+
|
|
2024
|
+
const filterSensitiveLog: (obj: ListAccessPoliciesResponse) => any;
|
|
2025
|
+
}
|
|
2026
|
+
export interface ListAssetModelsRequest {
|
|
2027
|
+
|
|
2028
|
+
nextToken?: string;
|
|
2029
|
+
|
|
2030
|
+
maxResults?: number;
|
|
2031
|
+
}
|
|
2032
|
+
export declare namespace ListAssetModelsRequest {
|
|
2033
|
+
|
|
2034
|
+
const filterSensitiveLog: (obj: ListAssetModelsRequest) => any;
|
|
2035
|
+
}
|
|
2036
|
+
export interface ListAssetModelsResponse {
|
|
2037
|
+
|
|
2038
|
+
assetModelSummaries: AssetModelSummary[] | undefined;
|
|
2039
|
+
|
|
2040
|
+
nextToken?: string;
|
|
2041
|
+
}
|
|
2042
|
+
export declare namespace ListAssetModelsResponse {
|
|
2043
|
+
|
|
2044
|
+
const filterSensitiveLog: (obj: ListAssetModelsResponse) => any;
|
|
2045
|
+
}
|
|
2046
|
+
export declare enum TraversalType {
|
|
2047
|
+
PATH_TO_ROOT = "PATH_TO_ROOT"
|
|
2048
|
+
}
|
|
2049
|
+
export interface ListAssetRelationshipsRequest {
|
|
2050
|
+
|
|
2051
|
+
assetId: string | undefined;
|
|
2052
|
+
|
|
2053
|
+
traversalType: TraversalType | string | undefined;
|
|
2054
|
+
|
|
2055
|
+
nextToken?: string;
|
|
2056
|
+
|
|
2057
|
+
maxResults?: number;
|
|
2058
|
+
}
|
|
2059
|
+
export declare namespace ListAssetRelationshipsRequest {
|
|
2060
|
+
|
|
2061
|
+
const filterSensitiveLog: (obj: ListAssetRelationshipsRequest) => any;
|
|
2062
|
+
}
|
|
2063
|
+
export interface ListAssetRelationshipsResponse {
|
|
2064
|
+
|
|
2065
|
+
assetRelationshipSummaries: AssetRelationshipSummary[] | undefined;
|
|
2066
|
+
|
|
2067
|
+
nextToken?: string;
|
|
2068
|
+
}
|
|
2069
|
+
export declare namespace ListAssetRelationshipsResponse {
|
|
2070
|
+
|
|
2071
|
+
const filterSensitiveLog: (obj: ListAssetRelationshipsResponse) => any;
|
|
2072
|
+
}
|
|
2073
|
+
export declare enum ListAssetsFilter {
|
|
2074
|
+
ALL = "ALL",
|
|
2075
|
+
TOP_LEVEL = "TOP_LEVEL"
|
|
2076
|
+
}
|
|
2077
|
+
export interface ListAssetsRequest {
|
|
2078
|
+
|
|
2079
|
+
nextToken?: string;
|
|
2080
|
+
|
|
2081
|
+
maxResults?: number;
|
|
2082
|
+
|
|
2083
|
+
assetModelId?: string;
|
|
2084
|
+
|
|
2085
|
+
filter?: ListAssetsFilter | string;
|
|
2086
|
+
}
|
|
2087
|
+
export declare namespace ListAssetsRequest {
|
|
2088
|
+
|
|
2089
|
+
const filterSensitiveLog: (obj: ListAssetsRequest) => any;
|
|
2090
|
+
}
|
|
2091
|
+
export interface ListAssetsResponse {
|
|
2092
|
+
|
|
2093
|
+
assetSummaries: AssetSummary[] | undefined;
|
|
2094
|
+
|
|
2095
|
+
nextToken?: string;
|
|
2096
|
+
}
|
|
2097
|
+
export declare namespace ListAssetsResponse {
|
|
2098
|
+
|
|
2099
|
+
const filterSensitiveLog: (obj: ListAssetsResponse) => any;
|
|
2100
|
+
}
|
|
2101
|
+
export declare enum TraversalDirection {
|
|
2102
|
+
CHILD = "CHILD",
|
|
2103
|
+
PARENT = "PARENT"
|
|
2104
|
+
}
|
|
2105
|
+
export interface ListAssociatedAssetsRequest {
|
|
2106
|
+
|
|
2107
|
+
assetId: string | undefined;
|
|
2108
|
+
|
|
2109
|
+
hierarchyId?: string;
|
|
2110
|
+
|
|
2111
|
+
traversalDirection?: TraversalDirection | string;
|
|
2112
|
+
|
|
2113
|
+
nextToken?: string;
|
|
2114
|
+
|
|
2115
|
+
maxResults?: number;
|
|
2116
|
+
}
|
|
2117
|
+
export declare namespace ListAssociatedAssetsRequest {
|
|
2118
|
+
|
|
2119
|
+
const filterSensitiveLog: (obj: ListAssociatedAssetsRequest) => any;
|
|
2120
|
+
}
|
|
2121
|
+
export interface ListAssociatedAssetsResponse {
|
|
2122
|
+
|
|
2123
|
+
assetSummaries: AssociatedAssetsSummary[] | undefined;
|
|
2124
|
+
|
|
2125
|
+
nextToken?: string;
|
|
2126
|
+
}
|
|
2127
|
+
export declare namespace ListAssociatedAssetsResponse {
|
|
2128
|
+
|
|
2129
|
+
const filterSensitiveLog: (obj: ListAssociatedAssetsResponse) => any;
|
|
2130
|
+
}
|
|
2131
|
+
export interface ListDashboardsRequest {
|
|
2132
|
+
|
|
2133
|
+
projectId: string | undefined;
|
|
2134
|
+
|
|
2135
|
+
nextToken?: string;
|
|
2136
|
+
|
|
2137
|
+
maxResults?: number;
|
|
2138
|
+
}
|
|
2139
|
+
export declare namespace ListDashboardsRequest {
|
|
2140
|
+
|
|
2141
|
+
const filterSensitiveLog: (obj: ListDashboardsRequest) => any;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
export interface DashboardSummary {
|
|
2145
|
+
|
|
2146
|
+
id: string | undefined;
|
|
2147
|
+
|
|
2148
|
+
name: string | undefined;
|
|
2149
|
+
|
|
2150
|
+
description?: string;
|
|
2151
|
+
|
|
2152
|
+
creationDate?: Date;
|
|
2153
|
+
|
|
2154
|
+
lastUpdateDate?: Date;
|
|
2155
|
+
}
|
|
2156
|
+
export declare namespace DashboardSummary {
|
|
2157
|
+
|
|
2158
|
+
const filterSensitiveLog: (obj: DashboardSummary) => any;
|
|
2159
|
+
}
|
|
2160
|
+
export interface ListDashboardsResponse {
|
|
2161
|
+
|
|
2162
|
+
dashboardSummaries: DashboardSummary[] | undefined;
|
|
2163
|
+
|
|
2164
|
+
nextToken?: string;
|
|
2165
|
+
}
|
|
2166
|
+
export declare namespace ListDashboardsResponse {
|
|
2167
|
+
|
|
2168
|
+
const filterSensitiveLog: (obj: ListDashboardsResponse) => any;
|
|
2169
|
+
}
|
|
2170
|
+
export interface ListGatewaysRequest {
|
|
2171
|
+
|
|
2172
|
+
nextToken?: string;
|
|
2173
|
+
|
|
2174
|
+
maxResults?: number;
|
|
2175
|
+
}
|
|
2176
|
+
export declare namespace ListGatewaysRequest {
|
|
2177
|
+
|
|
2178
|
+
const filterSensitiveLog: (obj: ListGatewaysRequest) => any;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
export interface GatewaySummary {
|
|
2182
|
+
|
|
2183
|
+
gatewayId: string | undefined;
|
|
2184
|
+
|
|
2185
|
+
gatewayName: string | undefined;
|
|
2186
|
+
|
|
2187
|
+
gatewayPlatform?: GatewayPlatform;
|
|
2188
|
+
|
|
2189
|
+
gatewayCapabilitySummaries?: GatewayCapabilitySummary[];
|
|
2190
|
+
|
|
2191
|
+
creationDate: Date | undefined;
|
|
2192
|
+
|
|
2193
|
+
lastUpdateDate: Date | undefined;
|
|
2194
|
+
}
|
|
2195
|
+
export declare namespace GatewaySummary {
|
|
2196
|
+
|
|
2197
|
+
const filterSensitiveLog: (obj: GatewaySummary) => any;
|
|
2198
|
+
}
|
|
2199
|
+
export interface ListGatewaysResponse {
|
|
2200
|
+
|
|
2201
|
+
gatewaySummaries: GatewaySummary[] | undefined;
|
|
2202
|
+
|
|
2203
|
+
nextToken?: string;
|
|
2204
|
+
}
|
|
2205
|
+
export declare namespace ListGatewaysResponse {
|
|
2206
|
+
|
|
2207
|
+
const filterSensitiveLog: (obj: ListGatewaysResponse) => any;
|
|
2208
|
+
}
|
|
2209
|
+
export interface ListPortalsRequest {
|
|
2210
|
+
|
|
2211
|
+
nextToken?: string;
|
|
2212
|
+
|
|
2213
|
+
maxResults?: number;
|
|
2214
|
+
}
|
|
2215
|
+
export declare namespace ListPortalsRequest {
|
|
2216
|
+
|
|
2217
|
+
const filterSensitiveLog: (obj: ListPortalsRequest) => any;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
export interface PortalSummary {
|
|
2221
|
+
|
|
2222
|
+
id: string | undefined;
|
|
2223
|
+
|
|
2224
|
+
name: string | undefined;
|
|
2225
|
+
|
|
2226
|
+
description?: string;
|
|
2227
|
+
|
|
2228
|
+
startUrl: string | undefined;
|
|
2229
|
+
|
|
2230
|
+
creationDate?: Date;
|
|
2231
|
+
|
|
2232
|
+
lastUpdateDate?: Date;
|
|
2233
|
+
|
|
2234
|
+
roleArn?: string;
|
|
2235
|
+
|
|
2236
|
+
status: PortalStatus | undefined;
|
|
2237
|
+
}
|
|
2238
|
+
export declare namespace PortalSummary {
|
|
2239
|
+
|
|
2240
|
+
const filterSensitiveLog: (obj: PortalSummary) => any;
|
|
2241
|
+
}
|
|
2242
|
+
export interface ListPortalsResponse {
|
|
2243
|
+
|
|
2244
|
+
portalSummaries?: PortalSummary[];
|
|
2245
|
+
|
|
2246
|
+
nextToken?: string;
|
|
2247
|
+
}
|
|
2248
|
+
export declare namespace ListPortalsResponse {
|
|
2249
|
+
|
|
2250
|
+
const filterSensitiveLog: (obj: ListPortalsResponse) => any;
|
|
2251
|
+
}
|
|
2252
|
+
export interface ListProjectAssetsRequest {
|
|
2253
|
+
|
|
2254
|
+
projectId: string | undefined;
|
|
2255
|
+
|
|
2256
|
+
nextToken?: string;
|
|
2257
|
+
|
|
2258
|
+
maxResults?: number;
|
|
2259
|
+
}
|
|
2260
|
+
export declare namespace ListProjectAssetsRequest {
|
|
2261
|
+
|
|
2262
|
+
const filterSensitiveLog: (obj: ListProjectAssetsRequest) => any;
|
|
2263
|
+
}
|
|
2264
|
+
export interface ListProjectAssetsResponse {
|
|
2265
|
+
|
|
2266
|
+
assetIds: string[] | undefined;
|
|
2267
|
+
|
|
2268
|
+
nextToken?: string;
|
|
2269
|
+
}
|
|
2270
|
+
export declare namespace ListProjectAssetsResponse {
|
|
2271
|
+
|
|
2272
|
+
const filterSensitiveLog: (obj: ListProjectAssetsResponse) => any;
|
|
2273
|
+
}
|
|
2274
|
+
export interface ListProjectsRequest {
|
|
2275
|
+
|
|
2276
|
+
portalId: string | undefined;
|
|
2277
|
+
|
|
2278
|
+
nextToken?: string;
|
|
2279
|
+
|
|
2280
|
+
maxResults?: number;
|
|
2281
|
+
}
|
|
2282
|
+
export declare namespace ListProjectsRequest {
|
|
2283
|
+
|
|
2284
|
+
const filterSensitiveLog: (obj: ListProjectsRequest) => any;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
export interface ProjectSummary {
|
|
2288
|
+
|
|
2289
|
+
id: string | undefined;
|
|
2290
|
+
|
|
2291
|
+
name: string | undefined;
|
|
2292
|
+
|
|
2293
|
+
description?: string;
|
|
2294
|
+
|
|
2295
|
+
creationDate?: Date;
|
|
2296
|
+
|
|
2297
|
+
lastUpdateDate?: Date;
|
|
2298
|
+
}
|
|
2299
|
+
export declare namespace ProjectSummary {
|
|
2300
|
+
|
|
2301
|
+
const filterSensitiveLog: (obj: ProjectSummary) => any;
|
|
2302
|
+
}
|
|
2303
|
+
export interface ListProjectsResponse {
|
|
2304
|
+
|
|
2305
|
+
projectSummaries: ProjectSummary[] | undefined;
|
|
2306
|
+
|
|
2307
|
+
nextToken?: string;
|
|
2308
|
+
}
|
|
2309
|
+
export declare namespace ListProjectsResponse {
|
|
2310
|
+
|
|
2311
|
+
const filterSensitiveLog: (obj: ListProjectsResponse) => any;
|
|
2312
|
+
}
|
|
2313
|
+
export interface ListTagsForResourceRequest {
|
|
2314
|
+
|
|
2315
|
+
resourceArn: string | undefined;
|
|
2316
|
+
}
|
|
2317
|
+
export declare namespace ListTagsForResourceRequest {
|
|
2318
|
+
|
|
2319
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2320
|
+
}
|
|
2321
|
+
export interface ListTagsForResourceResponse {
|
|
2322
|
+
|
|
2323
|
+
tags?: {
|
|
2324
|
+
[key: string]: string;
|
|
2325
|
+
};
|
|
2326
|
+
}
|
|
2327
|
+
export declare namespace ListTagsForResourceResponse {
|
|
2328
|
+
|
|
2329
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
|
|
2333
|
+
name: "UnauthorizedException";
|
|
2334
|
+
$fault: "client";
|
|
2335
|
+
message: string | undefined;
|
|
2336
|
+
}
|
|
2337
|
+
export declare enum ListTimeSeriesType {
|
|
2338
|
+
ASSOCIATED = "ASSOCIATED",
|
|
2339
|
+
DISASSOCIATED = "DISASSOCIATED"
|
|
2340
|
+
}
|
|
2341
|
+
export interface ListTimeSeriesRequest {
|
|
2342
|
+
|
|
2343
|
+
nextToken?: string;
|
|
2344
|
+
|
|
2345
|
+
maxResults?: number;
|
|
2346
|
+
|
|
2347
|
+
assetId?: string;
|
|
2348
|
+
|
|
2349
|
+
aliasPrefix?: string;
|
|
2350
|
+
|
|
2351
|
+
timeSeriesType?: ListTimeSeriesType | string;
|
|
2352
|
+
}
|
|
2353
|
+
export declare namespace ListTimeSeriesRequest {
|
|
2354
|
+
|
|
2355
|
+
const filterSensitiveLog: (obj: ListTimeSeriesRequest) => any;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
export interface TimeSeriesSummary {
|
|
2359
|
+
|
|
2360
|
+
assetId?: string;
|
|
2361
|
+
|
|
2362
|
+
propertyId?: string;
|
|
2363
|
+
|
|
2364
|
+
alias?: string;
|
|
2365
|
+
|
|
2366
|
+
timeSeriesId: string | undefined;
|
|
2367
|
+
|
|
2368
|
+
dataType: PropertyDataType | string | undefined;
|
|
2369
|
+
|
|
2370
|
+
dataTypeSpec?: string;
|
|
2371
|
+
|
|
2372
|
+
timeSeriesCreationDate: Date | undefined;
|
|
2373
|
+
|
|
2374
|
+
timeSeriesLastUpdateDate: Date | undefined;
|
|
2375
|
+
}
|
|
2376
|
+
export declare namespace TimeSeriesSummary {
|
|
2377
|
+
|
|
2378
|
+
const filterSensitiveLog: (obj: TimeSeriesSummary) => any;
|
|
2379
|
+
}
|
|
2380
|
+
export interface ListTimeSeriesResponse {
|
|
2381
|
+
|
|
2382
|
+
TimeSeriesSummaries: TimeSeriesSummary[] | undefined;
|
|
2383
|
+
|
|
2384
|
+
nextToken?: string;
|
|
2385
|
+
}
|
|
2386
|
+
export declare namespace ListTimeSeriesResponse {
|
|
2387
|
+
|
|
2388
|
+
const filterSensitiveLog: (obj: ListTimeSeriesResponse) => any;
|
|
2389
|
+
}
|
|
2390
|
+
export interface PutDefaultEncryptionConfigurationRequest {
|
|
2391
|
+
|
|
2392
|
+
encryptionType: EncryptionType | string | undefined;
|
|
2393
|
+
|
|
2394
|
+
kmsKeyId?: string;
|
|
2395
|
+
}
|
|
2396
|
+
export declare namespace PutDefaultEncryptionConfigurationRequest {
|
|
2397
|
+
|
|
2398
|
+
const filterSensitiveLog: (obj: PutDefaultEncryptionConfigurationRequest) => any;
|
|
2399
|
+
}
|
|
2400
|
+
export interface PutDefaultEncryptionConfigurationResponse {
|
|
2401
|
+
|
|
2402
|
+
encryptionType: EncryptionType | string | undefined;
|
|
2403
|
+
|
|
2404
|
+
kmsKeyArn?: string;
|
|
2405
|
+
|
|
2406
|
+
configurationStatus: ConfigurationStatus | undefined;
|
|
2407
|
+
}
|
|
2408
|
+
export declare namespace PutDefaultEncryptionConfigurationResponse {
|
|
2409
|
+
|
|
2410
|
+
const filterSensitiveLog: (obj: PutDefaultEncryptionConfigurationResponse) => any;
|
|
2411
|
+
}
|
|
2412
|
+
export interface PutLoggingOptionsRequest {
|
|
2413
|
+
|
|
2414
|
+
loggingOptions: LoggingOptions | undefined;
|
|
2415
|
+
}
|
|
2416
|
+
export declare namespace PutLoggingOptionsRequest {
|
|
2417
|
+
|
|
2418
|
+
const filterSensitiveLog: (obj: PutLoggingOptionsRequest) => any;
|
|
2419
|
+
}
|
|
2420
|
+
export interface PutLoggingOptionsResponse {
|
|
2421
|
+
}
|
|
2422
|
+
export declare namespace PutLoggingOptionsResponse {
|
|
2423
|
+
|
|
2424
|
+
const filterSensitiveLog: (obj: PutLoggingOptionsResponse) => any;
|
|
2425
|
+
}
|
|
2426
|
+
export interface PutStorageConfigurationRequest {
|
|
2427
|
+
|
|
2428
|
+
storageType: StorageType | string | undefined;
|
|
2429
|
+
|
|
2430
|
+
multiLayerStorage?: MultiLayerStorage;
|
|
2431
|
+
|
|
2432
|
+
disassociatedDataStorage?: DisassociatedDataStorageState | string;
|
|
2433
|
+
|
|
2434
|
+
retentionPeriod?: RetentionPeriod;
|
|
2435
|
+
}
|
|
2436
|
+
export declare namespace PutStorageConfigurationRequest {
|
|
2437
|
+
|
|
2438
|
+
const filterSensitiveLog: (obj: PutStorageConfigurationRequest) => any;
|
|
2439
|
+
}
|
|
2440
|
+
export interface PutStorageConfigurationResponse {
|
|
2441
|
+
|
|
2442
|
+
storageType: StorageType | string | undefined;
|
|
2443
|
+
|
|
2444
|
+
multiLayerStorage?: MultiLayerStorage;
|
|
2445
|
+
|
|
2446
|
+
disassociatedDataStorage?: DisassociatedDataStorageState | string;
|
|
2447
|
+
|
|
2448
|
+
retentionPeriod?: RetentionPeriod;
|
|
2449
|
+
|
|
2450
|
+
configurationStatus: ConfigurationStatus | undefined;
|
|
2451
|
+
}
|
|
2452
|
+
export declare namespace PutStorageConfigurationResponse {
|
|
2453
|
+
|
|
2454
|
+
const filterSensitiveLog: (obj: PutStorageConfigurationResponse) => any;
|
|
2455
|
+
}
|
|
2456
|
+
export interface TagResourceRequest {
|
|
2457
|
+
|
|
2458
|
+
resourceArn: string | undefined;
|
|
2459
|
+
|
|
2460
|
+
tags: {
|
|
2461
|
+
[key: string]: string;
|
|
2462
|
+
} | undefined;
|
|
2463
|
+
}
|
|
2464
|
+
export declare namespace TagResourceRequest {
|
|
2465
|
+
|
|
2466
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2467
|
+
}
|
|
2468
|
+
export interface TagResourceResponse {
|
|
2469
|
+
}
|
|
2470
|
+
export declare namespace TagResourceResponse {
|
|
2471
|
+
|
|
2472
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
2476
|
+
name: "TooManyTagsException";
|
|
2477
|
+
$fault: "client";
|
|
2478
|
+
message?: string;
|
|
2479
|
+
|
|
2480
|
+
resourceName?: string;
|
|
2481
|
+
}
|
|
2482
|
+
export interface UntagResourceRequest {
|
|
2483
|
+
|
|
2484
|
+
resourceArn: string | undefined;
|
|
2485
|
+
|
|
2486
|
+
tagKeys: string[] | undefined;
|
|
2487
|
+
}
|
|
2488
|
+
export declare namespace UntagResourceRequest {
|
|
2489
|
+
|
|
2490
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2491
|
+
}
|
|
2492
|
+
export interface UntagResourceResponse {
|
|
2493
|
+
}
|
|
2494
|
+
export declare namespace UntagResourceResponse {
|
|
2495
|
+
|
|
2496
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2497
|
+
}
|
|
2498
|
+
export interface UpdateAccessPolicyRequest {
|
|
2499
|
+
|
|
2500
|
+
accessPolicyId: string | undefined;
|
|
2501
|
+
|
|
2502
|
+
accessPolicyIdentity: Identity | undefined;
|
|
2503
|
+
|
|
2504
|
+
accessPolicyResource: Resource | undefined;
|
|
2505
|
+
|
|
2506
|
+
accessPolicyPermission: Permission | string | undefined;
|
|
2507
|
+
|
|
2508
|
+
clientToken?: string;
|
|
2509
|
+
}
|
|
2510
|
+
export declare namespace UpdateAccessPolicyRequest {
|
|
2511
|
+
|
|
2512
|
+
const filterSensitiveLog: (obj: UpdateAccessPolicyRequest) => any;
|
|
2513
|
+
}
|
|
2514
|
+
export interface UpdateAccessPolicyResponse {
|
|
2515
|
+
}
|
|
2516
|
+
export declare namespace UpdateAccessPolicyResponse {
|
|
2517
|
+
|
|
2518
|
+
const filterSensitiveLog: (obj: UpdateAccessPolicyResponse) => any;
|
|
2519
|
+
}
|
|
2520
|
+
export interface UpdateAssetRequest {
|
|
2521
|
+
|
|
2522
|
+
assetId: string | undefined;
|
|
2523
|
+
|
|
2524
|
+
assetName: string | undefined;
|
|
2525
|
+
|
|
2526
|
+
clientToken?: string;
|
|
2527
|
+
}
|
|
2528
|
+
export declare namespace UpdateAssetRequest {
|
|
2529
|
+
|
|
2530
|
+
const filterSensitiveLog: (obj: UpdateAssetRequest) => any;
|
|
2531
|
+
}
|
|
2532
|
+
export interface UpdateAssetResponse {
|
|
2533
|
+
|
|
2534
|
+
assetStatus: AssetStatus | undefined;
|
|
2535
|
+
}
|
|
2536
|
+
export declare namespace UpdateAssetResponse {
|
|
2537
|
+
|
|
2538
|
+
const filterSensitiveLog: (obj: UpdateAssetResponse) => any;
|
|
2539
|
+
}
|
|
2540
|
+
export interface UpdateAssetModelRequest {
|
|
2541
|
+
|
|
2542
|
+
assetModelId: string | undefined;
|
|
2543
|
+
|
|
2544
|
+
assetModelName: string | undefined;
|
|
2545
|
+
|
|
2546
|
+
assetModelDescription?: string;
|
|
2547
|
+
|
|
2548
|
+
assetModelProperties?: AssetModelProperty[];
|
|
2549
|
+
|
|
2550
|
+
assetModelHierarchies?: AssetModelHierarchy[];
|
|
2551
|
+
|
|
2552
|
+
assetModelCompositeModels?: AssetModelCompositeModel[];
|
|
2553
|
+
|
|
2554
|
+
clientToken?: string;
|
|
2555
|
+
}
|
|
2556
|
+
export declare namespace UpdateAssetModelRequest {
|
|
2557
|
+
|
|
2558
|
+
const filterSensitiveLog: (obj: UpdateAssetModelRequest) => any;
|
|
2559
|
+
}
|
|
2560
|
+
export interface UpdateAssetModelResponse {
|
|
2561
|
+
|
|
2562
|
+
assetModelStatus: AssetModelStatus | undefined;
|
|
2563
|
+
}
|
|
2564
|
+
export declare namespace UpdateAssetModelResponse {
|
|
2565
|
+
|
|
2566
|
+
const filterSensitiveLog: (obj: UpdateAssetModelResponse) => any;
|
|
2567
|
+
}
|
|
2568
|
+
export interface UpdateAssetPropertyRequest {
|
|
2569
|
+
|
|
2570
|
+
assetId: string | undefined;
|
|
2571
|
+
|
|
2572
|
+
propertyId: string | undefined;
|
|
2573
|
+
|
|
2574
|
+
propertyAlias?: string;
|
|
2575
|
+
|
|
2576
|
+
propertyNotificationState?: PropertyNotificationState | string;
|
|
2577
|
+
|
|
2578
|
+
clientToken?: string;
|
|
2579
|
+
}
|
|
2580
|
+
export declare namespace UpdateAssetPropertyRequest {
|
|
2581
|
+
|
|
2582
|
+
const filterSensitiveLog: (obj: UpdateAssetPropertyRequest) => any;
|
|
2583
|
+
}
|
|
2584
|
+
export interface UpdateDashboardRequest {
|
|
2585
|
+
|
|
2586
|
+
dashboardId: string | undefined;
|
|
2587
|
+
|
|
2588
|
+
dashboardName: string | undefined;
|
|
2589
|
+
|
|
2590
|
+
dashboardDescription?: string;
|
|
2591
|
+
|
|
2592
|
+
dashboardDefinition: string | undefined;
|
|
2593
|
+
|
|
2594
|
+
clientToken?: string;
|
|
2595
|
+
}
|
|
2596
|
+
export declare namespace UpdateDashboardRequest {
|
|
2597
|
+
|
|
2598
|
+
const filterSensitiveLog: (obj: UpdateDashboardRequest) => any;
|
|
2599
|
+
}
|
|
2600
|
+
export interface UpdateDashboardResponse {
|
|
2601
|
+
}
|
|
2602
|
+
export declare namespace UpdateDashboardResponse {
|
|
2603
|
+
|
|
2604
|
+
const filterSensitiveLog: (obj: UpdateDashboardResponse) => any;
|
|
2605
|
+
}
|
|
2606
|
+
export interface UpdateGatewayRequest {
|
|
2607
|
+
|
|
2608
|
+
gatewayId: string | undefined;
|
|
2609
|
+
|
|
2610
|
+
gatewayName: string | undefined;
|
|
2611
|
+
}
|
|
2612
|
+
export declare namespace UpdateGatewayRequest {
|
|
2613
|
+
|
|
2614
|
+
const filterSensitiveLog: (obj: UpdateGatewayRequest) => any;
|
|
2615
|
+
}
|
|
2616
|
+
export interface UpdateGatewayCapabilityConfigurationRequest {
|
|
2617
|
+
|
|
2618
|
+
gatewayId: string | undefined;
|
|
2619
|
+
|
|
2620
|
+
capabilityNamespace: string | undefined;
|
|
2621
|
+
|
|
2622
|
+
capabilityConfiguration: string | undefined;
|
|
2623
|
+
}
|
|
2624
|
+
export declare namespace UpdateGatewayCapabilityConfigurationRequest {
|
|
2625
|
+
|
|
2626
|
+
const filterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationRequest) => any;
|
|
2627
|
+
}
|
|
2628
|
+
export interface UpdateGatewayCapabilityConfigurationResponse {
|
|
2629
|
+
|
|
2630
|
+
capabilityNamespace: string | undefined;
|
|
2631
|
+
|
|
2632
|
+
capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
|
|
2633
|
+
}
|
|
2634
|
+
export declare namespace UpdateGatewayCapabilityConfigurationResponse {
|
|
2635
|
+
|
|
2636
|
+
const filterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationResponse) => any;
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
export interface Image {
|
|
2640
|
+
|
|
2641
|
+
id?: string;
|
|
2642
|
+
|
|
2643
|
+
file?: ImageFile;
|
|
2644
|
+
}
|
|
2645
|
+
export declare namespace Image {
|
|
2646
|
+
|
|
2647
|
+
const filterSensitiveLog: (obj: Image) => any;
|
|
2648
|
+
}
|
|
2649
|
+
export interface UpdatePortalRequest {
|
|
2650
|
+
|
|
2651
|
+
portalId: string | undefined;
|
|
2652
|
+
|
|
2653
|
+
portalName: string | undefined;
|
|
2654
|
+
|
|
2655
|
+
portalDescription?: string;
|
|
2656
|
+
|
|
2657
|
+
portalContactEmail: string | undefined;
|
|
2658
|
+
|
|
2659
|
+
portalLogoImage?: Image;
|
|
2660
|
+
|
|
2661
|
+
roleArn: string | undefined;
|
|
2662
|
+
|
|
2663
|
+
clientToken?: string;
|
|
2664
|
+
|
|
2665
|
+
notificationSenderEmail?: string;
|
|
2666
|
+
|
|
2667
|
+
alarms?: Alarms;
|
|
2668
|
+
}
|
|
2669
|
+
export declare namespace UpdatePortalRequest {
|
|
2670
|
+
|
|
2671
|
+
const filterSensitiveLog: (obj: UpdatePortalRequest) => any;
|
|
2672
|
+
}
|
|
2673
|
+
export interface UpdatePortalResponse {
|
|
2674
|
+
|
|
2675
|
+
portalStatus: PortalStatus | undefined;
|
|
2676
|
+
}
|
|
2677
|
+
export declare namespace UpdatePortalResponse {
|
|
2678
|
+
|
|
2679
|
+
const filterSensitiveLog: (obj: UpdatePortalResponse) => any;
|
|
2680
|
+
}
|
|
2681
|
+
export interface UpdateProjectRequest {
|
|
2682
|
+
|
|
2683
|
+
projectId: string | undefined;
|
|
2684
|
+
|
|
2685
|
+
projectName: string | undefined;
|
|
2686
|
+
|
|
2687
|
+
projectDescription?: string;
|
|
2688
|
+
|
|
2689
|
+
clientToken?: string;
|
|
2690
|
+
}
|
|
2691
|
+
export declare namespace UpdateProjectRequest {
|
|
2692
|
+
|
|
2693
|
+
const filterSensitiveLog: (obj: UpdateProjectRequest) => any;
|
|
2694
|
+
}
|
|
2695
|
+
export interface UpdateProjectResponse {
|
|
2696
|
+
}
|
|
2697
|
+
export declare namespace UpdateProjectResponse {
|
|
2698
|
+
|
|
2699
|
+
const filterSensitiveLog: (obj: UpdateProjectResponse) => any;
|
|
2700
|
+
}
|